Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/s4n7h0/hugo-theme-timeline.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorSanoop Thomas <s4n7h0@users.noreply.github.com>2020-10-08 22:38:48 +0300
committerSanoop Thomas <s4n7h0@users.noreply.github.com>2020-10-08 22:38:48 +0300
commit1db49dbd678766df06ca73ed8c9bd7a8a36a4a48 (patch)
treed5970353d0ec3eb42d1d132c2b1f334718aa0ea6 /i18n
parent1164b7b9947d5882fffe6cf7b8af0e0a11a51ea3 (diff)
timeline hugo theme
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml36
-rw-r--r--i18n/en.toml36
-rw-r--r--i18n/es.toml36
-rw-r--r--i18n/fr.toml36
-rw-r--r--i18n/hi.toml36
-rw-r--r--i18n/it.toml36
-rw-r--r--i18n/lmo.toml36
-rw-r--r--i18n/ml.toml36
-rw-r--r--i18n/pt-br.toml36
-rw-r--r--i18n/tr.toml36
10 files changed, 360 insertions, 0 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
new file mode 100644
index 0000000..2f0317b
--- /dev/null
+++ b/i18n/de.toml
@@ -0,0 +1,36 @@
+# Translations for German
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# Generic
+#
+[translations]
+other = "Übersetzungen"
+
+[postAvailable]
+other = "Auch verfügbar auf"
+
+
+# 404.html
+#
+[archives]
+other = "Archiv"
+
+[home]
+other = "Home"
+
+[notFound]
+other = "Oops, Seite nicht gefunden ..."
+
+
+# posts/single.html
+#
+[readingTime]
+one = "Eine Minute"
+other = "{{ .Count }} Minuten"
+
+[tableOfContents]
+other = "Inhaltsverzeichnis"
+
+[wordCount]
+one = "Ein Wort"
+other = "{{ .Count }} Wörter"
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..467981c
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,36 @@
+# Translations for English
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# Generic
+#
+[translations]
+other = "Translations"
+
+[postAvailable]
+other = "Also available in"
+
+
+# 404.html
+#
+[archives]
+other = "Archives"
+
+[home]
+other = "Home"
+
+[notFound]
+other = "Oops, page not found…"
+
+
+# posts/single.html
+#
+[readingTime]
+one = "One minute"
+other = "{{ .Count }} minutes"
+
+[tableOfContents]
+other = "Table of Contents"
+
+[wordCount]
+one = "One Word"
+other = "{{ .Count }} Words"
diff --git a/i18n/es.toml b/i18n/es.toml
new file mode 100644
index 0000000..1643ec7
--- /dev/null
+++ b/i18n/es.toml
@@ -0,0 +1,36 @@
+# Translations for Spanish
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# Generic
+#
+[translations]
+other = "Traducciones"
+
+[postAvailable]
+other = "También disponible en"
+
+
+# 404.html
+#
+[archives]
+other = "Archivo"
+
+[home]
+other = "Home"
+
+[notFound]
+other = "Oops, página no encontrada…"
+
+
+# posts/single.html
+#
+[readingTime]
+one = "Un minuto"
+other = "{{ .Count }} minutos"
+
+[tableOfContents]
+other = "Tabla de Contenido"
+
+[wordCount]
+one = "Una Palabra"
+other = "{{ .Count }} Palabras"
diff --git a/i18n/fr.toml b/i18n/fr.toml
new file mode 100644
index 0000000..9ea342e
--- /dev/null
+++ b/i18n/fr.toml
@@ -0,0 +1,36 @@
+# Translations for French
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# Generic
+#
+[translations]
+other = "Traductions"
+
+[postAvailable]
+other = "Aussi disponible en"
+
+
+# 404.html
+#
+[archives]
+other = "Les archives"
+
+[home]
+other = "Accueil"
+
+[notFound]
+other = "Oups, page non trouvée …"
+
+
+# posts/single.html
+#
+[readingTime]
+one = "Une minute"
+other = "{{ .Count }} minutes"
+
+[tableOfContents]
+other = "Table des matières"
+
+[wordCount]
+one = "Un Mot"
+other = "{{ .Count }} Mots"
diff --git a/i18n/hi.toml b/i18n/hi.toml
new file mode 100644
index 0000000..aa84bf9
--- /dev/null
+++ b/i18n/hi.toml
@@ -0,0 +1,36 @@
+# Translations for Hindi
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# Generic
+#
+[translations]
+other = "अनुवाद"
+
+[postAvailable]
+other = "पढ़ें इस भाषा में"
+
+
+# 404.html
+#
+[archives]
+other = "पुरालेख"
+
+[home]
+other = "घर"
+
+[notFound]
+other = "क्षमा करें ! पेज़ नहीं मिला…"
+
+
+# posts/single.html
+#
+[readingTime]
+one = "एक मिनट"
+other = "{{ .Count }} मिनट"
+
+[tableOfContents]
+other = "अनुक्रमणिका"
+
+[wordCount]
+one = "एक शब्द"
+other = "{{ .Count }} शब्द" \ No newline at end of file
diff --git a/i18n/it.toml b/i18n/it.toml
new file mode 100644
index 0000000..6a730e9
--- /dev/null
+++ b/i18n/it.toml
@@ -0,0 +1,36 @@
+# Translations for English
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# Generic
+#
+[translations]
+other = "Traduzioni"
+
+[postAvailable]
+other = "Disponibile anche in"
+
+
+# 404.html
+#
+[archives]
+other = "Archivi"
+
+[home]
+other = "Home"
+
+[notFound]
+other = "Oops, pagina non trovata…"
+
+
+# posts/single.html
+#
+[readingTime]
+one = "Un minuto"
+other = "{{ .Count }} minuti"
+
+[tableOfContents]
+other = "Contenuti"
+
+[wordCount]
+one = "Una parola"
+other = "{{ .Count }} parole"
diff --git a/i18n/lmo.toml b/i18n/lmo.toml
new file mode 100644
index 0000000..64d6a97
--- /dev/null
+++ b/i18n/lmo.toml
@@ -0,0 +1,36 @@
+# Translations for English
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# Generic
+#
+[translations]
+other = "Traduzion"
+
+[postAvailable]
+other = "Disponibel anca in"
+
+
+# 404.html
+#
+[archives]
+other = "Archivi"
+
+[home]
+other = "Home"
+
+[notFound]
+other = "Oops, pagina minga trovada…"
+
+
+# posts/single.html
+#
+[readingTime]
+one = "On megnuu"
+other = "{{ .Count }} megnuu"
+
+[tableOfContents]
+other = "Contegnuu"
+
+[wordCount]
+one = "Ona parolla"
+other = "{{ .Count }} paroll"
diff --git a/i18n/ml.toml b/i18n/ml.toml
new file mode 100644
index 0000000..0eea4f6
--- /dev/null
+++ b/i18n/ml.toml
@@ -0,0 +1,36 @@
+# Translations for മലയാളം [Malayalam]
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# Generic
+#
+[translations]
+other = "വിവർത്തനങ്ങൾ"
+
+[postAvailable]
+other = "ഈ പോസ്റ്റ് ലഭ്യമായ മറ്റ് ഭാഷകൾ:"
+
+
+# 404.html
+#
+[archives]
+other = "ശേഖരം"
+
+[home]
+other = "പ്രധാന താൾ"
+
+[notFound]
+other = "ക്ഷമിക്കണം. താൾ ലഭ്യമല്ല. ദേയവയി വിലാസം പരിശോധിക്കുക അല്ലെങ്കിൽ അൽപ സമയത്തിനു ശേഷം വീണ്ടും പരിശ്രമിക്കുക."
+
+
+# posts/single.html
+#
+[readingTime]
+one = "ഒരു മിനിറ്റ്"
+other = "{{ .Count }} മിനിറ്റുകൾ"
+
+[tableOfContents]
+other = "ഉള്ളടക്ക പട്ടിക"
+
+[wordCount]
+one = "ഒരു വാക്ക്"
+other = "{{ .Count }} വാക്കുകൾ"
diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml
new file mode 100644
index 0000000..25a6f6c
--- /dev/null
+++ b/i18n/pt-br.toml
@@ -0,0 +1,36 @@
+# Translations for Portuguese
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# Generic
+#
+[translations]
+other = "Traduções"
+
+[postAvailable]
+other = "Também disponível em"
+
+
+# 404.html
+#
+[archives]
+other = "Arquivo"
+
+[home]
+other = "Início"
+
+[notFound]
+other = "Oops, página não encontrada…"
+
+
+# posts/single.html
+#
+[readingTime]
+one = "Um minuto"
+other = "{{ .Count }} minutos"
+
+[tableOfContents]
+other = "Índice"
+
+[wordCount]
+one = "Uma Palavra"
+other = "{{ .Count }} Palavras" \ No newline at end of file
diff --git a/i18n/tr.toml b/i18n/tr.toml
new file mode 100644
index 0000000..4b50e98
--- /dev/null
+++ b/i18n/tr.toml
@@ -0,0 +1,36 @@
+# Translations for English
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# Generic
+#
+[translations]
+other = "Çeviriler"
+
+[postAvailable]
+other = "Ayrıca"
+
+
+# 404.html
+#
+[archives]
+other = "Arşiv"
+
+[home]
+other = "Ana Sayfa"
+
+[notFound]
+other = "Sayfa bulunamadı…"
+
+
+# posts/single.html
+#
+[readingTime]
+one = "Bir dakika"
+other = "{{ .Count }} dakika"
+
+[tableOfContents]
+other = "İçindekiler"
+
+[wordCount]
+one = "One Kelime"
+other = "{{ .Count }} Kelime"