From 8555cf72dec9321fa010296ce6988cf7b7cf602b Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 26 Dec 2021 00:30:09 -0500 Subject: convert theme from submodule to regular files --- themes/hugo-coder | 1 - themes/hugo-coder/i18n/ar.toml | 32 ++++++++++++++++++++ themes/hugo-coder/i18n/bn.toml | 33 ++++++++++++++++++++ themes/hugo-coder/i18n/cs.toml | 26 ++++++++++++++++ themes/hugo-coder/i18n/de.toml | 63 +++++++++++++++++++++++++++++++++++++++ themes/hugo-coder/i18n/en.toml | 63 +++++++++++++++++++++++++++++++++++++++ themes/hugo-coder/i18n/es.toml | 63 +++++++++++++++++++++++++++++++++++++++ themes/hugo-coder/i18n/fi.toml | 33 ++++++++++++++++++++ themes/hugo-coder/i18n/fr.toml | 33 ++++++++++++++++++++ themes/hugo-coder/i18n/he.toml | 34 +++++++++++++++++++++ themes/hugo-coder/i18n/hi.toml | 33 ++++++++++++++++++++ themes/hugo-coder/i18n/hu.toml | 33 ++++++++++++++++++++ themes/hugo-coder/i18n/id.toml | 33 ++++++++++++++++++++ themes/hugo-coder/i18n/it.toml | 33 ++++++++++++++++++++ themes/hugo-coder/i18n/ja.toml | 33 ++++++++++++++++++++ themes/hugo-coder/i18n/ko.toml | 33 ++++++++++++++++++++ themes/hugo-coder/i18n/ms.toml | 27 +++++++++++++++++ themes/hugo-coder/i18n/nl.toml | 33 ++++++++++++++++++++ themes/hugo-coder/i18n/np.toml | 33 ++++++++++++++++++++ themes/hugo-coder/i18n/pl.toml | 63 +++++++++++++++++++++++++++++++++++++++ themes/hugo-coder/i18n/pt-br.toml | 60 +++++++++++++++++++++++++++++++++++++ themes/hugo-coder/i18n/ro.toml | 63 +++++++++++++++++++++++++++++++++++++++ themes/hugo-coder/i18n/ru.toml | 34 +++++++++++++++++++++ themes/hugo-coder/i18n/se.toml | 63 +++++++++++++++++++++++++++++++++++++++ themes/hugo-coder/i18n/sk.toml | 35 ++++++++++++++++++++++ themes/hugo-coder/i18n/sq.toml | 63 +++++++++++++++++++++++++++++++++++++++ themes/hugo-coder/i18n/tr.toml | 33 ++++++++++++++++++++ themes/hugo-coder/i18n/zh-cn.toml | 63 +++++++++++++++++++++++++++++++++++++++ themes/hugo-coder/i18n/zh-tw.toml | 33 ++++++++++++++++++++ 29 files changed, 1181 insertions(+), 1 deletion(-) delete mode 160000 themes/hugo-coder create mode 100644 themes/hugo-coder/i18n/ar.toml create mode 100644 themes/hugo-coder/i18n/bn.toml create mode 100644 themes/hugo-coder/i18n/cs.toml create mode 100644 themes/hugo-coder/i18n/de.toml create mode 100644 themes/hugo-coder/i18n/en.toml create mode 100644 themes/hugo-coder/i18n/es.toml create mode 100644 themes/hugo-coder/i18n/fi.toml create mode 100644 themes/hugo-coder/i18n/fr.toml create mode 100644 themes/hugo-coder/i18n/he.toml create mode 100644 themes/hugo-coder/i18n/hi.toml create mode 100644 themes/hugo-coder/i18n/hu.toml create mode 100644 themes/hugo-coder/i18n/id.toml create mode 100644 themes/hugo-coder/i18n/it.toml create mode 100644 themes/hugo-coder/i18n/ja.toml create mode 100644 themes/hugo-coder/i18n/ko.toml create mode 100644 themes/hugo-coder/i18n/ms.toml create mode 100644 themes/hugo-coder/i18n/nl.toml create mode 100644 themes/hugo-coder/i18n/np.toml create mode 100644 themes/hugo-coder/i18n/pl.toml create mode 100644 themes/hugo-coder/i18n/pt-br.toml create mode 100644 themes/hugo-coder/i18n/ro.toml create mode 100644 themes/hugo-coder/i18n/ru.toml create mode 100644 themes/hugo-coder/i18n/se.toml create mode 100644 themes/hugo-coder/i18n/sk.toml create mode 100644 themes/hugo-coder/i18n/sq.toml create mode 100644 themes/hugo-coder/i18n/tr.toml create mode 100644 themes/hugo-coder/i18n/zh-cn.toml create mode 100644 themes/hugo-coder/i18n/zh-tw.toml (limited to 'themes/hugo-coder/i18n') diff --git a/themes/hugo-coder b/themes/hugo-coder deleted file mode 160000 index 55b2a15..0000000 --- a/themes/hugo-coder +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 55b2a150f990bc56364dba347bc9acc6aab07be3 diff --git a/themes/hugo-coder/i18n/ar.toml b/themes/hugo-coder/i18n/ar.toml new file mode 100644 index 0000000..9db98fd --- /dev/null +++ b/themes/hugo-coder/i18n/ar.toml @@ -0,0 +1,32 @@ +[category] +other = "فئة" + +[tag] +other = "وَسم" + +[series] +other = "سلسلة" + +[reading_time] +other = "تستغرق {{ .Count }} د" + +[page_not_found] +other = "الصفحة غير موجودة" + +[page_does_not_exist] +other = "هذه الصفحة غير موجودة" + +[head_back] +other = "بإمكانك العودة إلى homepage." + +[powered_by] +other = "بواسطة" + +[author] +other = "الكاتب" + +[see_also] +other = "انظر أيضاً" + +[posts] +other = "المنشورات" diff --git a/themes/hugo-coder/i18n/bn.toml b/themes/hugo-coder/i18n/bn.toml new file mode 100644 index 0000000..84d9720 --- /dev/null +++ b/themes/hugo-coder/i18n/bn.toml @@ -0,0 +1,33 @@ +[category] +other = "বিভাগ" + +[tag] +other = "ট্যাগ" + +[series] +other = "সিরিজ" + +[author] +other = "লেখক" + +[posts] +other = "সব পোস্ট" + +[reading_time] +one = "পড়তে এক মিনিট লাগবে" +other = "পড়তে {{ .Count }} মিনিট লাগবে" + +[page_not_found] +other = "পাতাটি পাওয়া যায় নি" + +[page_does_not_exist] +other = "দুঃখিত, কাঙ্ক্ষিত পাতাটির অস্তিত্ব নেই" + +[head_back] +other = "আপনি নীড়পাতায় ফিরে যেতে পারেন" + +[powered_by] +other = "চালনায়" + +[see_also] +other = "আরও দেখুন" diff --git a/themes/hugo-coder/i18n/cs.toml b/themes/hugo-coder/i18n/cs.toml new file mode 100644 index 0000000..25ef5b3 --- /dev/null +++ b/themes/hugo-coder/i18n/cs.toml @@ -0,0 +1,26 @@ +[category] +other = "kategorie" + +[tag] +other = "tag" + +[series] +other = "série" + +[reading_time] +other = "Délka čtení: {{ .Count }}" + +[page_not_found] +other = "Stránka nenalezena" + +[page_does_not_exist] +other = "Omlouváme se, stránka nebyla nalezena." + +[head_back] +other = "Můžete se vrátit na homepage." + +[powered_by] +other = "Stránka používá" + +[see_also] +other = "Podívejte se také na" diff --git a/themes/hugo-coder/i18n/de.toml b/themes/hugo-coder/i18n/de.toml new file mode 100644 index 0000000..6af652f --- /dev/null +++ b/themes/hugo-coder/i18n/de.toml @@ -0,0 +1,63 @@ +[category] +other = "Kategorie" + +[categories] +other = "Kategorien" + +[tag] +other = "Tag" + +[tags] +other = "Tags" + +[series] +other = "Serie" + +[author] +other = "Autor" + +[authors] +other = "Autoren" + +[posts] +other = "Beiträge" + +[reading_time] +one = "Eine Minute Lesezeit" +other = "{{ .Count }} Minuten Lesezeit" + +[page_not_found] +other = "Seite nicht gefunden" + +[page_does_not_exist] +other = "Tut mir Leid, die Seite existiert leider nicht." + +[head_back] +other = "Du kannst hier zurück zur Startseite." + +[powered_by] +other = "Gestaltet mit" + +[see_also] +other = "Siehe auch in" + +[note] +other = "Bemerkung" + +[tip] +other = "Tipp" + +[example] +other = "Beispiel" + +[question] +other = "Frage" + +[info] +other = "Info" + +[warning] +other = "Warnung" + +[error] +other = "Fehler" diff --git a/themes/hugo-coder/i18n/en.toml b/themes/hugo-coder/i18n/en.toml new file mode 100644 index 0000000..5282ca1 --- /dev/null +++ b/themes/hugo-coder/i18n/en.toml @@ -0,0 +1,63 @@ +[category] +other = "category" + +[categories] +other = "categories" + +[tag] +other = "tag" + +[tags] +other = "tags" + +[series] +other = "series" + +[author] +other = "author" + +[authors] +other = "authors" + +[posts] +other = "posts" + +[reading_time] +one = "One-minute read" +other = "{{ .Count }}-minute read" + +[page_not_found] +other = "Page Not Found" + +[page_does_not_exist] +other = "Sorry, this page does not exist." + +[head_back] +other = "You can head back to homepage." + +[powered_by] +other = "Powered by" + +[see_also] +other = "See also in" + +[note] +other = "note" + +[tip] +other = "tip" + +[example] +other = "example" + +[question] +other = "question" + +[info] +other = "info" + +[warning] +other = "warning" + +[error] +other = "error" diff --git a/themes/hugo-coder/i18n/es.toml b/themes/hugo-coder/i18n/es.toml new file mode 100644 index 0000000..ba6683d --- /dev/null +++ b/themes/hugo-coder/i18n/es.toml @@ -0,0 +1,63 @@ +[category] +other = "categoría" + +[categories] +other = "categorías" + +[tag] +other = "etiqueta" + +[tags] +other = "etiquetas" + +[series] +other = "serie" + +[author] +other = "autor" + +[authors] +other = "autores" + +[posts] +other = "publicaciones" + +[reading_time] +one = "Un minuto de lectura" +other = "{{ .Count }} minutos de lectura." + +[page_not_found] +other = "Página no encontrada." + +[page_does_not_exist] +other = "Disculpa, la página no existe." + +[head_back] +other = "Puedes regresar a la página inicial." + +[powered_by] +other = "Desarrollado por" + +[see_also] +other = "También ver en" + +[note] +other = "nota" + +[tip] +other = "consejo" + +[example] +other = "ejemplo" + +[question] +other = "pregunta" + +[info] +other = "información" + +[warning] +other = "advertencia" + +[error] +other = "error" diff --git a/themes/hugo-coder/i18n/fi.toml b/themes/hugo-coder/i18n/fi.toml new file mode 100644 index 0000000..b883f50 --- /dev/null +++ b/themes/hugo-coder/i18n/fi.toml @@ -0,0 +1,33 @@ +[category] +other = "kategoria" + +[tag] +other = "merkki" + +[series] +other = "sarja" + +[author] +other = "Kirjoittaja" + +[reading_time] +one = "Yksi lukuminuutti" +other = "{{ .Count }} lukuminuuttia" + +[page_not_found] +other = "Sivua ei löydetty" + +[page_does_not_exist] +other = "Valitettavasti tätä sivua ei ole olemassa." + +[head_back] +other = "Voit palata takaisin kotisivulle." + +[powered_by] +other = "Tarjoaa" + +[see_also] +other = "Katso myös" + +[posts] +other = "Artikkelit" diff --git a/themes/hugo-coder/i18n/fr.toml b/themes/hugo-coder/i18n/fr.toml new file mode 100644 index 0000000..46545ec --- /dev/null +++ b/themes/hugo-coder/i18n/fr.toml @@ -0,0 +1,33 @@ +[category] +other = "catégorie" + +[tag] +other = "tag" + +[series] +other = "séries" + +[author] +other = "auteur" + +[reading_time] +one = "Une minute de lecture" +other = "{{ .Count }} minutes de lecture" + +[page_not_found] +other = "Page Non Trouvée" + +[page_does_not_exist] +other = "Désolé, cette page n'existe pas." + +[head_back] +other = "Vous pouvez revenir à l'accueil." + +[powered_by] +other = "Propulsé par" + +[see_also] +other = "Voir aussi dans" + +[posts] +other = "Articles" diff --git a/themes/hugo-coder/i18n/he.toml b/themes/hugo-coder/i18n/he.toml new file mode 100644 index 0000000..ac71b5a --- /dev/null +++ b/themes/hugo-coder/i18n/he.toml @@ -0,0 +1,34 @@ +[category] +other = "קטגוריה" + +[tag] +other = "תגית" + +[series] +other = "סדרה" + +[author] +other = "סופר" + +[reading_time] +one = "דקה אחת לקרוא" +other = "דקות לקרוא {{ .Count }}" + +[page_not_found] +other = "דף האינטרנט שביקשת לא נמצא" + +[page_does_not_exist] +other = "מצטערים, דף אינטרנט זה אינו קיים" + +[head_back] +other = " אתה יכול לחזורלדף הבית." + +[powered_by] +other = "מופעל על ידי" + +[see_also] +other = "רואה עוד ב" + +[posts] +other = "פוסטים" + diff --git a/themes/hugo-coder/i18n/hi.toml b/themes/hugo-coder/i18n/hi.toml new file mode 100644 index 0000000..9dc3f33 --- /dev/null +++ b/themes/hugo-coder/i18n/hi.toml @@ -0,0 +1,33 @@ +[category] +other = "श्रेणी" + +[tag] +other = "टैग" + +[series] +other = "श्रृंखला" + +[author] +other = "लेखक" + +[reading_time] +one = "एक पढ़ने का समय" +other = "{{ .Count }} पढ़ने का समय" + +[page_not_found] +other = "पृष्ठ नहीं मिला" + +[page_does_not_exist] +other = "क्षमा करें, यह पृष्ठ मौजूद नहीं है।" + +[head_back] +other = "आप वापस आ सकते हैं मुखपृष्ठ." + +[powered_by] +other = "द्वारा संचालित" + +[see_also] +other = "यह भी देखें" + +[posts] +other = "सामग्री" diff --git a/themes/hugo-coder/i18n/hu.toml b/themes/hugo-coder/i18n/hu.toml new file mode 100644 index 0000000..2bdde34 --- /dev/null +++ b/themes/hugo-coder/i18n/hu.toml @@ -0,0 +1,33 @@ +[category] +other = "Kategória" + +[tag] +other = "Címke" + +[series] +other = "Sorozat" + +[author] +other = "Szerző" + +[posts] +other = "Írások" + +[reading_time] +one = "Egyperces" +other = "{{ .Count }} percnyi olvasnivaló" + +[page_not_found] +other = "Az oldal nem található" + +[page_does_not_exist] +other = "Sajnálom, a kért oldal nem létezik." + +[head_back] +other = "Itt visszaléphet a Főoldalra." + +[powered_by] +other = "Motor:" + +[see_also] +other = "Lásd még" diff --git a/themes/hugo-coder/i18n/id.toml b/themes/hugo-coder/i18n/id.toml new file mode 100644 index 0000000..4f0784b --- /dev/null +++ b/themes/hugo-coder/i18n/id.toml @@ -0,0 +1,33 @@ +[category] +other = "kategori" + +[tag] +other = "label" + +[series] +other = "seri" + +[author] +other = "penulis" + +[posts] +other = "artikel" + +[reading_time] +one = "bacaan satu menit" +other = "bacaan {{ .Count }} menit" + +[page_not_found] +other = "Halaman tidak ditemukan" + +[page_does_not_exist] +other = "Maaf, halaman ini tidak ada." + +[head_back] +other = "Anda dapat kembali ke beranda." + +[powered_by] +other = "Dipersembahkan oleh" + +[see_also] +other = "artikel terkait" diff --git a/themes/hugo-coder/i18n/it.toml b/themes/hugo-coder/i18n/it.toml new file mode 100644 index 0000000..a6f622a --- /dev/null +++ b/themes/hugo-coder/i18n/it.toml @@ -0,0 +1,33 @@ +[category] +other = "categoria" + +[tag] +other = "tag" + +[series] +other = "serie" + +[author] +other = "autore" + +[posts] +other = "post" + +[reading_time] +one = "Lettura di un minuto" +other = "{{ .Count }} minuti di lettura" + +[page_not_found] +other = "Pagina non trovata" + +[page_does_not_exist] +other = "Siamo spiacenti, questa pagina non esiste." + +[head_back] +other = "Torna alla homepage." + +[powered_by] +other = "Generato da" + +[see_also] +other = "Vedi anche in" diff --git a/themes/hugo-coder/i18n/ja.toml b/themes/hugo-coder/i18n/ja.toml new file mode 100644 index 0000000..530f9be --- /dev/null +++ b/themes/hugo-coder/i18n/ja.toml @@ -0,0 +1,33 @@ +[category] +other = "カテゴリー" + +[tag] +other = "タグ" + +[series] +other = "シリーズ" + +[author] +other = "筆者" + +[posts] +other = "記事" + +[reading_time] +one = "1分で読めます" +other = "{{ .Count }}分で読めます" + +[page_not_found] +other = "ページが見つかりません" + +[page_does_not_exist] +other = "申し訳ございません。アクセスしようとしたページが見つかりませんでした。" + +[head_back] +other = "トップページからお探しいただきますようお願い申し上げます。" + +[powered_by] +other = "利用技術" + +[see_also] +other = "関連記事:" diff --git a/themes/hugo-coder/i18n/ko.toml b/themes/hugo-coder/i18n/ko.toml new file mode 100644 index 0000000..cce2ea2 --- /dev/null +++ b/themes/hugo-coder/i18n/ko.toml @@ -0,0 +1,33 @@ +[category] +other = "카테고리" + +[tag] +other = "태그" + +[series] +other = "시리즈" + +[author] +other = "저자" + +[posts] +other = "포스트" + +[reading_time] +one = "읽는데 1분" +other = "읽는데 {{ .Count }}분" + +[page_not_found] +other = "페이지를 찾을 수 없습니다." + +[page_does_not_exist] +other = "해당 페이지가 존재하지 않습니다." + +[head_back] +other = "홈페이지로 돌아가기" + +[powered_by] +other = "Powered by" + +[see_also] +other = "관련 글:" diff --git a/themes/hugo-coder/i18n/ms.toml b/themes/hugo-coder/i18n/ms.toml new file mode 100644 index 0000000..0f29fc7 --- /dev/null +++ b/themes/hugo-coder/i18n/ms.toml @@ -0,0 +1,27 @@ +[category] +other = "kategori" + +[tag] +other = "teg" + +[series] +other = "siri" + +[reading_time] +one = "Bacaan 1 minit" +other = "Bacaan {{ .Count }} minit" + +[page_not_found] +other = "Halaman Tidak Dijumpai" + +[page_does_not_exist] +other = "Maaf, halaman ini tidak wujud." + +[head_back] +other = "Kembali ke halaman utama." + +[powered_by] +other = "Dikuasakan oleh" + +[see_also] +other = "Lihat juga" diff --git a/themes/hugo-coder/i18n/nl.toml b/themes/hugo-coder/i18n/nl.toml new file mode 100644 index 0000000..1a7cfb8 --- /dev/null +++ b/themes/hugo-coder/i18n/nl.toml @@ -0,0 +1,33 @@ +[category] +other = "Categorie" + +[tag] +other = "Label" + +[series] +other = "Serie" + +[author] +other = "Auteur" + +[posts] +other = "Berichten" + +[reading_time] +one = "Eén minuut leestijd" +other = "{{ .Count }} minuten leestijd" + +[page_not_found] +other = "Pagina niet gevonden" + +[page_does_not_exist] +other = "Sorry, deze pagina bestaat niet." + +[head_back] +other = "U kunt terugkeren naar de thuispagina." + +[powered_by] +other = "Aangedreven door" + +[see_also] +other = "Zie ook in" diff --git a/themes/hugo-coder/i18n/np.toml b/themes/hugo-coder/i18n/np.toml new file mode 100644 index 0000000..90a79c5 --- /dev/null +++ b/themes/hugo-coder/i18n/np.toml @@ -0,0 +1,33 @@ +[category] +other = "वर्ग" + +[tag] +other = "ट्याग" + +[series] +other = "श्रृंखला" + +[author] +other = "लेखक" + +[reading_time] +one = "एक मिनेट पढाई" +other = "{{ .Count }} मिनेट पढाई" + +[page_not_found] +other = "पृष्ठ भेटिएन।" + +[page_does_not_exist] +other = "माफ गर्नुहोस, यो पृष्ठ उपलब्ध छैन।" + +[head_back] +other = "मुख्यपृष्ठमा फर्किन सक्नुहुन्छ।मुख्यपृष्ठ." + +[powered_by] +other = "द्वारा संचालित" + +[see_also] +other = "यो पनि हेर्नुहोस।" + +[posts] +other = "सामग्री" diff --git a/themes/hugo-coder/i18n/pl.toml b/themes/hugo-coder/i18n/pl.toml new file mode 100644 index 0000000..f4cfd22 --- /dev/null +++ b/themes/hugo-coder/i18n/pl.toml @@ -0,0 +1,63 @@ +[category] +other = "kategoria" + +[categories] +other = "kategorie" + +[tag] +other = "tag" + +[tags] +other = "tagi" + +[series] +other = "seria" + +[author] +other = "autor(ka)" + +[authors] +other = "autorzy" + +[posts] +other = "posty" + +[reading_time] +one = "1 min czytania" +other = "{{ .Count }} min czytania" + +[page_not_found] +other = "Nie znaleziono strony" + +[page_does_not_exist] +other = "Wybacz, ta strona nie istnieje." + +[head_back] +other = "Możesz wrócić na stronę domową." + +[powered_by] +other = "Napędzane przez" + +[see_also] +other = "Zobacz również" + +[note] +other = "notka" + +[tip] +other = "wskazówka" + +[example] +other = "przykład" + +[question] +other = "pytanie" + +[info] +other = "informacja" + +[warning] +other = "ostrzeżenie" + +[error] +other = "błąd" diff --git a/themes/hugo-coder/i18n/pt-br.toml b/themes/hugo-coder/i18n/pt-br.toml new file mode 100644 index 0000000..9f2808a --- /dev/null +++ b/themes/hugo-coder/i18n/pt-br.toml @@ -0,0 +1,60 @@ +[category] +other = "categoria" + +[categories] +other = "categorias" + +[tag] +other = "etiqueta" + +[tags] +other = "etiquetas" + +[series] +other = "séries" + +[autor] +other = "autor" + +[authors] +other = "autores" + +[posts] +other = "artigos" + +[reading_time] +one = "Um minuto de leitura" +other = "{{ .Count }} minutos de leitura" + +[page_not_found] +other = "Página Não Encontrada" + +[page_does_not_exist] +other = "Desculpe, essa página não existe." + +[head_back] +other = "Você pode voltar para a página inicial." + +[powered_by] +other = "Promovido por" + +[note] +other = "nota" + +[tip] +other = "dica" + +[example] +other = "exemplo" + +[question] +other = "pergunta" + +[info] +other = "info" + +[warning] +other = "aviso" + +[error] +other = "erro" diff --git a/themes/hugo-coder/i18n/ro.toml b/themes/hugo-coder/i18n/ro.toml new file mode 100644 index 0000000..3eb6aca --- /dev/null +++ b/themes/hugo-coder/i18n/ro.toml @@ -0,0 +1,63 @@ +[category] +other = "categorie" + +[categories] +other = "categorii" + +[tag] +other = "etichetă" + +[tags] +other = "etichete" + +[series] +other = "serie" + +[author] +other = "autor" + +[authors] +other = "autori" + +[posts] +other = "articole" + +[reading_time] +one = "Un minut de lectură" +other = "{{ .Count }} {{ if lt .Count 20 }}minute{{ else }}de minute{{ end }} de lectură" + +[page_not_found] +other = "Pagină Pierdută" + +[page_does_not_exist] +other = "Ne pare rău, această pagină nu există." + +[head_back] +other = "Poți să te întorci la pagina principală." + +[powered_by] +other = "Susținut de" + +[see_also] +other = "Altele din seria" + +[note] +other = "notă" + +[tip] +other = "sfat" + +[example] +other = "exemplu" + +[question] +other = "întrebare" + +[info] +other = "informație" + +[warning] +other = "avertisment" + +[error] +other = "eroare" diff --git a/themes/hugo-coder/i18n/ru.toml b/themes/hugo-coder/i18n/ru.toml new file mode 100644 index 0000000..13e8ed6 --- /dev/null +++ b/themes/hugo-coder/i18n/ru.toml @@ -0,0 +1,34 @@ +[category] +other = "категория" + +[tag] +other = "тэг" + +[series] +other = "серии" + +[reading_time] +one = "Читать одну минуту" +few = "Читать около {{ .Count }} минут" +many = "Читать около {{ .Count }} минут" + +[page_not_found] +other = "Страница не найдена" + +[page_does_not_exist] +other = "Извините, но этой страницы не существует." + +[head_back] +other = "Можете вернуться обратно на домашнюю страницу." + +[powered_by] +other = "Работает на" + +[author] +other = "автор" + +[posts] +other = "статьи" + +[see_also] +other = "Также смотреть" diff --git a/themes/hugo-coder/i18n/se.toml b/themes/hugo-coder/i18n/se.toml new file mode 100644 index 0000000..27e7ebb --- /dev/null +++ b/themes/hugo-coder/i18n/se.toml @@ -0,0 +1,63 @@ +[category] +other = "Kategori" + +[categories] +other = "Katgorier" + +[tag] +other = "Tagg" + +[tags] +other = "Taggar" + +[series] +other = "Serie" + +[author] +other = "Författare" + +[authors] +other = "Författare" + +[posts] +other = "Inlägg" + +[reading_time] +one = "Ein minut lästid" +other = "{{ .Count }} minuter lästid" + +[page_not_found] +other = "Sida hittades inte" + +[page_does_not_exist] +other = "Ursäkta, men denna sida existerar inte." + +[head_back] +other = "Här kan du komma tillbaka till startsidan." + +[powered_by] +other = "Byggd med" + +[see_also] +other = "Se även i" + +[note] +other = "Notera" + +[tip] +other = "Tips" + +[example] +other = "Exempel" + +[question] +other = "Fråga" + +[info] +other = "Info" + +[warning] +other = "Varning" + +[error] +other = "Fel" diff --git a/themes/hugo-coder/i18n/sk.toml b/themes/hugo-coder/i18n/sk.toml new file mode 100644 index 0000000..afb04c2 --- /dev/null +++ b/themes/hugo-coder/i18n/sk.toml @@ -0,0 +1,35 @@ +[posts] +other = "články" + +[category] +other = "kategória" + +[tag] +other = "téma" + +[series] +other = "diel" + +[reading_time] +one = "Prečítate si za minútu" +few = "Prečítate si do {{ .Count }} minút" +many = "Prečítate si do {{ .Count }} minút" +other = "Prečítate si do {{ .Count }} minút" + +[page_not_found] +other = "Stránka nebola nájdená" + +[page_does_not_exist] +other = "Prepáčte, ale táto stránka neexistuje." + +[head_back] +other = "Späť na domácu stránku." + +[see_also] +other = "Pozrite tiež" + +[author] +other = "autor" + +[powered_by] +other = "Táto stránka bola vytvorená cez" diff --git a/themes/hugo-coder/i18n/sq.toml b/themes/hugo-coder/i18n/sq.toml new file mode 100644 index 0000000..1ac5f26 --- /dev/null +++ b/themes/hugo-coder/i18n/sq.toml @@ -0,0 +1,63 @@ +[category] +other = "kategori" + +[categories] +other = "kategoritë" + +[tag] +other = "shenjim" + +[tags] +other = "shenjuesat" + +[series] +other = "seritë" + +[author] +other = "autori" + +[authors] +other = "autorë" + +[posts] +other = "postime" + +[reading_time] +one = "një-minutë lexim" +other = "{{ .Count }}-minute read" + +[page_not_found] +other = "Nuk u gjet faqja" + +[page_does_not_exist] +other = "Na vjen keq, faqja nuk u gjet" + +[head_back] +other = "Mund të ktheheni prapë tek homepage." + +[powered_by] +other = "Mundësuar nga " + +[see_also] +other = "Shiko gjithashtu" + +[note] +other = "shënim" + +[tip] +other = "ndihmë" + +[example] +other = "shembull" + +[question] +other = "pyetje" + +[info] +other = "informacion" + +[warning] +other = "kujdes" + +[error] +other = "gabim" diff --git a/themes/hugo-coder/i18n/tr.toml b/themes/hugo-coder/i18n/tr.toml new file mode 100644 index 0000000..7436f05 --- /dev/null +++ b/themes/hugo-coder/i18n/tr.toml @@ -0,0 +1,33 @@ +[category] +other = "kategori" + +[tag] +other = "tag" + +[series] +other = "dizi" + +[author] +other = "yazar" + +[reading_time] +one = "Bir dakikalık okuma" +other = "{{ .Count }} dakikalık okuma" + +[page_not_found] +other = "Sayfa Bulunamadı" + +[page_does_not_exist] +other = "Özür dileriz, böyle bir sayfa yok." + +[head_back] +other = "Ana sayfaya dönebilirsiniz." + +[powered_by] +other = "Site program altyapısı" + +[see_also] +other = "Ayrıca bakınız" + +[posts] +other = "Gönderiler" diff --git a/themes/hugo-coder/i18n/zh-cn.toml b/themes/hugo-coder/i18n/zh-cn.toml new file mode 100644 index 0000000..9e9e6c7 --- /dev/null +++ b/themes/hugo-coder/i18n/zh-cn.toml @@ -0,0 +1,63 @@ +[category] +other = "分类" + +[categories] +other = "分类" + +[tag] +other = "标签" + +[tags] +other = "标签" + +[series] +other = "系列" + +[author] +other = "作者" + +[authors] +other = "作者" + +[posts] +other = "文章" + +[reading_time] +one = "阅读时间:1 分钟" +other = "阅读时间:{{ .Count }} 分钟" + +[page_not_found] +other = "找不到页面" + +[page_does_not_exist] +other = "此页面不存在" + +[head_back] +other = "返回 首页." + +[powered_by] +other = "技术支持" + +[see_also] +other = "参见" + +[note] +other = "注释" + +[tip] +other = "提示" + +[example] +other = "例子" + +[question] +other = "问题" + +[info] +other = "信息" + +[warning] +other = "警告" + +[error] +other = "错误" diff --git a/themes/hugo-coder/i18n/zh-tw.toml b/themes/hugo-coder/i18n/zh-tw.toml new file mode 100644 index 0000000..654c92a --- /dev/null +++ b/themes/hugo-coder/i18n/zh-tw.toml @@ -0,0 +1,33 @@ +[category] +other = "分類" + +[tag] +other = "標籤" + +[series] +other = "系列" + +[author] +other = "作者" + +[reading_time] +one = "閱讀時間 1 分鐘" +other = "閱讀時間 {{ .Count }} 分鐘" + +[page_not_found] +other = "找不到頁面" + +[page_does_not_exist] +other = "此頁面不存在" + +[head_back] +other = "返回 首頁." + +[powered_by] +other = "技術支援" + +[see_also] +other = "參見" + +[posts] +other = "文章" \ No newline at end of file -- cgit v1.2.3