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
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml34
-rw-r--r--i18n/en.toml30
-rw-r--r--i18n/es.toml30
-rw-r--r--i18n/fr.toml30
-rw-r--r--i18n/it.toml30
-rw-r--r--i18n/pl.toml30
-rw-r--r--i18n/pt-BR.toml28
-rw-r--r--i18n/ro.toml30
-rw-r--r--i18n/ru.toml30
-rw-r--r--i18n/sr.toml30
-rw-r--r--i18n/zh-CN.toml28
11 files changed, 141 insertions, 189 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
index 8440ea6..1c731d1 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -17,7 +17,7 @@ other = "Artikel"
# === Taxonomy ===
[allSome]
-other = "Alle %s"
+other = "Alle {{ .Some }}"
[tag]
other = "Tag"
@@ -47,10 +47,7 @@ other = "Thema wechseln"
# === partials/footer.html ===
[poweredBySome]
-other = "Ermöglicht durch %s"
-
-[theme]
-other = "Thema"
+other = "Ermöglicht durch {{ .Hugo }} | Thema - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -108,33 +105,30 @@ other = "Teilen auf"
[contents]
other = "Inhalt"
-[publish]
-other = "veröffentlicht auf"
+[publishedOnDate]
+other = "veröffentlicht auf {{ .Date }}"
-[included]
-other = "enthalten in"
+[includedInCategories]
+other = "enthalten in {{ .Categories }}"
[wordCount]
-one = "Ein Wort"
-other = "{{ .Count }} Wörter"
+one = "Ein wort"
+other = "{{ .Count }} wörter"
[readingTime]
-one = "Eine Minute"
-other = "{{ .Count }} Minuten"
+one = "Eine minute"
+other = "{{ .Count }} minuten"
[views]
-other = "Aufrufe"
+other = "aufrufe"
[author]
other = "Autor"
-[lastMod]
-other = "Aktualisiert am %s"
-
-[license]
-other = "Veröffentlicht unter der %s Lizenz"
+[updatedOnDate]
+other = "Aktualisiert am {{ .Date }}"
-[seeMarkdown]
+[readMarkdown]
other = "Markdown anzeigen"
[back]
diff --git a/i18n/en.toml b/i18n/en.toml
index ccd8fa7..6f5a428 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -16,7 +16,7 @@ other = "Posts"
# === Taxonomy ===
[allSome]
-other = "All %s"
+other = "All {{ .Some }}"
[tag]
other = "Tag"
@@ -46,10 +46,7 @@ other = "Switch Theme"
# === partials/footer.html ===
[poweredBySome]
-other = "Powered by %s"
-
-[theme]
-other = "Theme"
+other = "Powered by {{ .Hugo }} | Theme - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -104,17 +101,19 @@ other = "Share on"
[contents]
other = "Contents"
-[publish]
-other = "published on"
+[publishedOnDate]
+other = "published on {{ .Date }}"
-[included]
-other = "included in"
+[includedInCategories]
+other = "included in {{ .Categories }}"
[wordCount]
-other = "about {{ .Count }} words"
+one = "One word"
+other = "{{ .Count }} words"
[readingTime]
-other = "{{ .Count }} min"
+one = "One minute"
+other = "{{ .Count }} minutes"
[views]
other = "views"
@@ -122,13 +121,10 @@ other = "views"
[author]
other = "Author"
-[lastMod]
-other = "The article was updated on %s"
-
-[license]
-other = "Published under the %s license"
+[updatedOnDate]
+other = "Updated on {{ .Date }}"
-[seeMarkdown]
+[readMarkdown]
other = "Read Markdown"
[back]
diff --git a/i18n/es.toml b/i18n/es.toml
index 992f161..b67324a 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -17,7 +17,7 @@ other = "Artículos"
# === Taxonomy ===
[allSome]
-other = "Todo %s"
+other = "Todo {{ .Some }}"
[tag]
other = "Etiqueta"
@@ -47,10 +47,7 @@ other = "Cambia el tema"
# === partials/footer.html ===
[poweredBySome]
-other = "Provisto por %s"
-
-[theme]
-other = "Tema"
+other = "Provisto por {{ .Hugo }} | Tema - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -108,17 +105,19 @@ other = "Compartir en"
[contents]
other = "Contenido"
-[publish]
-other = "publicado el"
+[publishedOnDate]
+other = "publicado el {{ .Date }}"
-[included]
-other = "incluido en"
+[includedInCategories]
+other = "incluido en {{ .Categories }}"
[wordCount]
-other = "unas {{ .Count }} palabras"
+one = "Una palabra"
+other = "{{ .Count }} palabras"
[readingTime]
-other = "{{ .Count }} min"
+one = "Un minuto"
+other = "{{ .Count }} minutos"
[views]
other = "vistas"
@@ -126,13 +125,10 @@ other = "vistas"
[author]
other = "Autor"
-[lastMod]
-other = "El artículo fue actualizado el %s"
-
-[license]
-other = "Publicado bajo la licencia %s"
+[updatedOnDate]
+other = "Actualizado el {{ .Date }}"
-[seeMarkdown]
+[readMarkdown]
other = "Leer Markdown"
[back]
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 451ad26..541f68c 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -17,7 +17,7 @@ other = "Posts"
# === Taxonomy ===
[allSome]
-other = "Tous %s"
+other = "Tous {{ .Some }}"
[tag]
other = "Balise"
@@ -47,10 +47,7 @@ other = "Changer de Thème"
# === partials/footer.html ===
[poweredBySome]
-other = "Propulsé par %s"
-
-[theme]
-other = "Thème"
+other = "Propulsé par {{ .Hugo }} | Thème - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -108,17 +105,19 @@ other = "Partager sur"
[contents]
other = "Contenu"
-[publish]
-other = "publié le"
+[publishedOnDate]
+other = "publié le {{ .Date }}"
-[included]
-other = "inclus dans"
+[includedInCategories]
+other = "inclus dans {{ .Categories }}"
[wordCount]
-other = "environ {{ .Count }} mots"
+one = "Un mot"
+other = "{{ .Count }} mots"
[readingTime]
-other = "{{ .Count }} min"
+one = "Une minute"
+other = "{{ .Count }} minutes"
[views]
other = "vues"
@@ -126,13 +125,10 @@ other = "vues"
[author]
other = "Auteur"
-[lastMod]
-other = "Dernière mise à jour le %s"
-
-[license]
-other = "Publié sous licence %s"
+[updatedOnDate]
+other = "Mis à jour le {{ .Date }}"
-[seeMarkdown]
+[readMarkdown]
other = "Lire Markdown"
[back]
diff --git a/i18n/it.toml b/i18n/it.toml
index cb24f56..2a8ea99 100644
--- a/i18n/it.toml
+++ b/i18n/it.toml
@@ -17,7 +17,7 @@ other = "Articoli"
# === Taxonomy ===
[allSome]
-other = "Tutti %s"
+other = "Tutti {{ .Some }}"
[tag]
other = "Etichetta"
@@ -47,10 +47,7 @@ other = "Cambiare il tema"
# === partials/footer.html ===
[poweredBySome]
-other = "Realizzato da %s"
-
-[theme]
-other = "Tema"
+other = "Realizzato da {{ .Hugo }} | Tema - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -108,17 +105,19 @@ other = "Condividi su"
[contents]
other = "Contenuti"
-[publish]
-other = "pubblicato su"
+[publishedOnDate]
+other = "pubblicato su {{ .Date }}"
-[included]
-other = "incluso in"
+[includedInCategories]
+other = "incluso in {{ .Categories }}"
[wordCount]
-other = "circa {{ .Count }} parole"
+one = "Una parola"
+other = "{{ .Count }} parole"
[readingTime]
-other = "{{ .Count }} min"
+one = "Un minuto"
+other = "{{ .Count }} minuti"
[views]
other = "visualizzazioni"
@@ -126,13 +125,10 @@ other = "visualizzazioni"
[author]
other = "Autore"
-[lastMod]
-other = "L'articolo è stato modificato il %s"
-
-[license]
-other = "Pubblicato sotto la licenza %s"
+[updatedOnDate]
+other = "Aggiornato il {{ .Date }}"
-[seeMarkdown]
+[readMarkdown]
other = "Leggi Markdown"
[back]
diff --git a/i18n/pl.toml b/i18n/pl.toml
index fbe274e..b9aa2f7 100644
--- a/i18n/pl.toml
+++ b/i18n/pl.toml
@@ -17,7 +17,7 @@ other = "Posty"
# === Taxonomy ===
[allSome]
-other = "Wszystkie %s"
+other = "Wszystkie {{ .Some }}"
[tag]
other = "Tag"
@@ -47,10 +47,7 @@ other = "Przełącz schemat"
# === partials/footer.html ===
[poweredBySome]
-other = "Napędzany przez %s"
-
-[theme]
-other = "Szablon"
+other = "Napędzany przez {{ .Hugo }} | Szablon - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -96,17 +93,19 @@ other = "Udostępnij na"
[contents]
other = "Spis treści"
-[publish]
-other = "opublikowano"
+[publishedOnDate]
+other = "opublikowano {{ .Date }}"
-[included]
-other = "zawarty w"
+[includedInCategories]
+other = "zawarty w {{ .Categories }}"
[wordCount]
-other = "około {{ .Count }} słów"
+one = "Jedno słowo"
+other = "{{ .Count }} słów"
[readingTime]
-other = "{{ .Count }} min"
+one = "Jedna minuta"
+other = "{{ .Count }} minuty"
[views]
other = "wyświetleń"
@@ -114,13 +113,10 @@ other = "wyświetleń"
[author]
other = "Autor"
-[lastMod]
-other = "Artykuł ostatnio zaktualizowany %s"
-
-[license]
-other = "Opublikowano na licencji %s"
+[updatedOnDate]
+other = "Zaktualizowano {{ .Date }}"
-[seeMarkdown]
+[readMarkdown]
other = "Zobacz Markdown"
[back]
diff --git a/i18n/pt-BR.toml b/i18n/pt-BR.toml
index d765305..27cbb03 100644
--- a/i18n/pt-BR.toml
+++ b/i18n/pt-BR.toml
@@ -17,7 +17,7 @@ other = "Posts"
# === Taxonomy ===
[allSome]
-other = "Todos %s"
+other = "Todos {{ .Some }}"
[tag]
other = "Tag"
@@ -47,10 +47,7 @@ other = "Trocar tema"
# === partials/footer.html ===
[poweredBySome]
-other = "Movido a %s"
-
-[theme]
-other = "Tema"
+other = "Movido a {{ .Hugo }} | Tema - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -108,17 +105,19 @@ other = "Compartilhe em"
[contents]
other = "Conteúdos"
-[publish]
-other = "publicado em"
+[publishedOnDate]
+other = "publicado em {{ .Date }}"
-[included]
-other = "incluido em"
+[includedInCategories]
+other = "incluido em {{ .Categories }}"
[wordCount]
+one = "Uma palavra"
other = "{{ .Count }} palavras"
[readingTime]
-other = "{{ .Count }} min"
+one = "Um minuto"
+other = "{{ .Count }} minutos"
[views]
other = "visualizações"
@@ -126,13 +125,10 @@ other = "visualizações"
[author]
other = "Autor"
-[lastMod]
-other = "O artigo foi atualizado em %s"
-
-[license]
-other = "Publicado sobre a licença %s"
+[updatedOnDate]
+other = "Atualizado em {{ .Date }}"
-[seeMarkdown]
+[readMarkdown]
other = "Leia em Markdown"
[back]
diff --git a/i18n/ro.toml b/i18n/ro.toml
index cceb805..7584dc6 100644
--- a/i18n/ro.toml
+++ b/i18n/ro.toml
@@ -17,7 +17,7 @@ other = "Articole"
# === Taxonomy ===
[allSome]
-other = "Toate %s"
+other = "Toate {{ .Some }}"
[tag]
other = "Etichetă"
@@ -47,10 +47,7 @@ other = "Schimbare Temă"
# === partials/footer.html ===
[poweredBySome]
-other = "Realizat de către %s"
-
-[theme]
-other = "Temă"
+other = "Realizat de către {{ .Hugo }} | Temă - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -108,17 +105,19 @@ other = "Distribuie pe"
[contents]
other = "Cuprins"
-[publish]
-other = "publicat la"
+[publishedOnDate]
+other = "publicat la {{ .Date }}"
-[included]
-other = "inclus în"
+[includedInCategories]
+other = "inclus în {{ .Categories }}"
[wordCount]
-other = "aproximativ {{ .Count }} cuvinte"
+one = "Un cuvânt"
+other = "{{ .Count }} cuvinte"
[readingTime]
-other = "{{ .Count }} min"
+one = "Un minut"
+other = "{{ .Count }} minute"
[views]
other = "vizualizări"
@@ -126,13 +125,10 @@ other = "vizualizări"
[author]
other = "Autor"
-[lastMod]
-other = "Articolul a fost actualizat la %s"
-
-[license]
-other = "Publicat sub licența %s"
+[updatedOnDate]
+other = "Actualizat la {{ .Date }}"
-[seeMarkdown]
+[readMarkdown]
other = "Citire Markdown"
[back]
diff --git a/i18n/ru.toml b/i18n/ru.toml
index 61b9309..82a0185 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.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 ===
@@ -108,17 +105,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 = "просмотров"
@@ -126,13 +125,10 @@ other = "просмотров"
[author]
other = "Автор"
-[lastMod]
-other = "Статья была обновлена %s"
-
-[license]
-other = "Опубликовано под лицензии %s"
+[updatedOnDate]
+other = "Oбновлена {{ .Date }}"
-[seeMarkdown]
+[readMarkdown]
other = "Читать Markdown"
[back]
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]
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
index b50a115..11338ec 100644
--- a/i18n/zh-CN.toml
+++ b/i18n/zh-CN.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 ===
@@ -111,17 +108,17 @@ other = "分享到"
[contents]
other = "目录"
-[publish]
-other = "发布于"
+[publishedOnDate]
+other = "发布于 {{ .Date }}"
-[included]
-other = "收录于"
+[includedInCategories]
+other = "收录于 {{ .Categories }}"
[wordCount]
-other = "约 {{ .Count }} 字"
+other = "{{ .Count }} 字"
[readingTime]
-other = "预计阅读 {{ .Count }} 分钟"
+other = "{{ .Count }} 分钟"
[views]
other = "次阅读"
@@ -129,13 +126,10 @@ other = "次阅读"
[author]
other = "作者"
-[lastMod]
-other = "本文于 %s 更新"
-
-[license]
-other = "采用 %s 协议发布"
+[updatedOnDate]
+other = "更新于 {{ .Date }}"
-[seeMarkdown]
+[readMarkdown]
other = "阅读原始文档"
[back]