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