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