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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/sr.toml')
-rw-r--r--i18n/sr.toml30
1 files changed, 13 insertions, 17 deletions
diff --git a/i18n/sr.toml b/i18n/sr.toml
index af8484c..09b7d04 100644
--- a/i18n/sr.toml
+++ b/i18n/sr.toml
@@ -17,7 +17,7 @@ other = "Постови"
# === Taxonomy ===
[allSome]
-other = "Све %s"
+other = "Све {{ .Some }}"
[tag]
other = "Таг"
@@ -47,10 +47,7 @@ other = "Промени Тему"
# === partials/footer.html ===
[poweredBySome]
-other = "Покреће %s"
-
-[theme]
-other = "Тема"
+other = "Покреће {{ .Hugo }} | Тема - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -105,17 +102,19 @@ other = "Подели на"
[contents]
other = "Садржаји"
-[publish]
-other = "објављено"
+[publishedOnDate]
+other = "објављено {{ .Date }}"
-[included]
-other = "укључено"
+[includedInCategories]
+other = "укључено {{ .Categories }}"
[wordCount]
-other = "око {{ .Count }} речи"
+one = "Једна реч"
+other = "{{ .Count }} речи"
[readingTime]
-other = "{{ .Count }} мин"
+one = "Један минут"
+other = "{{ .Count }} минута"
[views]
other = "прегледа"
@@ -123,13 +122,10 @@ other = "прегледа"
[author]
other = "Аутор"
-[lastMod]
-other = "Чланак је обновљен %s"
-
-[license]
-other = "Објављено под условима %s лиценце"
+[updatedOnDate]
+other = "Ажурирано {{ .Date }}"
-[seeMarkdown]
+[readMarkdown]
other = "Читај Markdown"
[back]