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

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorDjordje Atlialp <djordje@atlialp.com>2020-09-05 23:13:50 +0300
committerGitHub <noreply@github.com>2020-09-05 23:13:50 +0300
commitff5a285da7b2637140e5482cc768997d81d417c4 (patch)
treea512c3bd0e88e435b62adc8cb8c19838d1ba233e /i18n
parent7b4cefde3e648b6c2600ec531b73769a4868303d (diff)
parent29023e89f950291bd8f299a70f7b7889c1eda191 (diff)
Merge pull request #204 from TheGroundZero/patch-3
Add LastMod time in article info
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml3
-rw-r--r--i18n/en.toml3
-rw-r--r--i18n/es.toml3
-rw-r--r--i18n/fr.toml3
-rw-r--r--i18n/hi.toml5
-rw-r--r--i18n/it.toml3
-rw-r--r--i18n/lmo.toml3
-rw-r--r--i18n/ml.toml3
-rw-r--r--i18n/pt-br.toml5
-rw-r--r--i18n/ru.toml3
-rw-r--r--i18n/tr.toml3
11 files changed, 35 insertions, 2 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
index 2f0317b..7ef99a2 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -34,3 +34,6 @@ other = "Inhaltsverzeichnis"
[wordCount]
one = "Ein Wort"
other = "{{ .Count }} Wörter"
+
+[lastModified]
+other = "Letzte Aktualisierung"
diff --git a/i18n/en.toml b/i18n/en.toml
index 467981c..03c0444 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -34,3 +34,6 @@ other = "Table of Contents"
[wordCount]
one = "One Word"
other = "{{ .Count }} Words"
+
+[lastModified]
+other = "Last updated"
diff --git a/i18n/es.toml b/i18n/es.toml
index 1643ec7..1dce9bb 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -34,3 +34,6 @@ other = "Tabla de Contenido"
[wordCount]
one = "Una Palabra"
other = "{{ .Count }} Palabras"
+
+[lastModified]
+other = "Ultima actualización"
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 9ea342e..1ba6fe9 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -34,3 +34,6 @@ other = "Table des matières"
[wordCount]
one = "Un Mot"
other = "{{ .Count }} Mots"
+
+[lastModified]
+other = "Mise à jour"
diff --git a/i18n/hi.toml b/i18n/hi.toml
index aa84bf9..6486c73 100644
--- a/i18n/hi.toml
+++ b/i18n/hi.toml
@@ -33,4 +33,7 @@ other = "अनुक्रमणिका"
[wordCount]
one = "एक शब्द"
-other = "{{ .Count }} शब्द" \ No newline at end of file
+other = "{{ .Count }} शब्द"
+
+[lastModified]
+other = "आखरी अपडेट"
diff --git a/i18n/it.toml b/i18n/it.toml
index 6a730e9..f78a5a0 100644
--- a/i18n/it.toml
+++ b/i18n/it.toml
@@ -34,3 +34,6 @@ other = "Contenuti"
[wordCount]
one = "Una parola"
other = "{{ .Count }} parole"
+
+[lastModified]
+other = "Ultimo aggiornamento"
diff --git a/i18n/lmo.toml b/i18n/lmo.toml
index 64d6a97..7616dda 100644
--- a/i18n/lmo.toml
+++ b/i18n/lmo.toml
@@ -34,3 +34,6 @@ other = "Contegnuu"
[wordCount]
one = "Ona parolla"
other = "{{ .Count }} paroll"
+
+[lastModified]
+other = "Last update"
diff --git a/i18n/ml.toml b/i18n/ml.toml
index 0eea4f6..a6aa087 100644
--- a/i18n/ml.toml
+++ b/i18n/ml.toml
@@ -34,3 +34,6 @@ other = "ഉള്ളടക്ക പട്ടിക"
[wordCount]
one = "ഒരു വാക്ക്"
other = "{{ .Count }} വാക്കുകൾ"
+
+[lastModified]
+other = "അവസാനമായി പുതുക്കിയത്"
diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml
index 25a6f6c..b53cbcc 100644
--- a/i18n/pt-br.toml
+++ b/i18n/pt-br.toml
@@ -33,4 +33,7 @@ other = "Índice"
[wordCount]
one = "Uma Palavra"
-other = "{{ .Count }} Palavras" \ No newline at end of file
+other = "{{ .Count }} Palavras"
+
+[lastModified]
+other = "Última actualização"
diff --git a/i18n/ru.toml b/i18n/ru.toml
index 2b75f94..2f16ec4 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -38,3 +38,6 @@ one = "{{ .Count }} слово"
few = "{{ .Count }} слова"
many = "{{ .Count }} слов"
other = "{{ .Count }} слов"
+
+[lastModified]
+other = "Последнее обновление"
diff --git a/i18n/tr.toml b/i18n/tr.toml
index 4b50e98..df7af32 100644
--- a/i18n/tr.toml
+++ b/i18n/tr.toml
@@ -34,3 +34,6 @@ other = "İçindekiler"
[wordCount]
one = "One Kelime"
other = "{{ .Count }} Kelime"
+
+[lastModified]
+other = "Son güncelleme"