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

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren John de Lima <darren.delima@yahoo.co.uk>2021-07-02 16:48:39 +0300
committerGitHub <noreply@github.com>2021-07-02 16:48:39 +0300
commit3ac845f6f97c7ba54a7a6e6a70e7ea3bff04aa5e (patch)
tree32de1dd173df7db17c921e10d00f8682c0c9f91c
parent9fb0b1f11c0a7859890691c8b030226eee1573c5 (diff)
Add more languages (#229)
Arabic (RTL, probable bugs/incorrect translations), Hebrew (RTL, similar), Catalan, German (data), Japanese (data), Latvian, Romanian, Russian, Slovenian
-rw-r--r--data/ar.toml22
-rw-r--r--data/ca.toml22
-rw-r--r--data/de.toml22
-rw-r--r--data/he.toml22
-rw-r--r--data/ja.toml22
-rw-r--r--data/lv.toml22
-rw-r--r--data/ro.toml22
-rw-r--r--data/ru.toml22
-rw-r--r--data/sl.toml22
-rw-r--r--i18n/ar.toml58
-rw-r--r--i18n/ca.toml54
-rw-r--r--i18n/he.toml54
-rw-r--r--i18n/lv.toml54
-rw-r--r--i18n/ro.toml54
-rw-r--r--i18n/sl.toml54
15 files changed, 526 insertions, 0 deletions
diff --git a/data/ar.toml b/data/ar.toml
new file mode 100644
index 0000000..ba09d74
--- /dev/null
+++ b/data/ar.toml
@@ -0,0 +1,22 @@
+[Weekday]
+ 0 = 'اِلْحَدّ'
+ 1 = 'الْاِتْنِينْ'
+ 2 = 'التَّلَاتْ'
+ 3 = 'اِلْاَرْبَعْ'
+ 4 = 'اِلْخَمِيسْ'
+ 5 = 'اِلْجُمْعَهْ'
+ 6 = 'اِلسَّبْتْ'
+
+[Month]
+ 1 = 'يَنَايِرْ'
+ 2 = 'فِبْرَايِرْ'
+ 3 = 'مَارِسْ'
+ 4 = 'اِبْرِيلْ'
+ 5 = 'مَايُو'
+ 6 = 'يُونْيَهْ'
+ 7 = 'يُولْيُو'
+ 8 = 'اَغُسْطُسْ'
+ 9 = 'سِبْتَمْبِرْ'
+ 10 = 'اُكْتُوبَرْ'
+ 11 = 'نُوفَمْبِرْ'
+ 12 = 'دِيسَمْبِرْ' \ No newline at end of file
diff --git a/data/ca.toml b/data/ca.toml
new file mode 100644
index 0000000..9d31d8f
--- /dev/null
+++ b/data/ca.toml
@@ -0,0 +1,22 @@
+[Weekday]
+ 0 = 'Diumenge'
+ 1 = 'Dilluns'
+ 2 = 'Dimarts'
+ 3 = 'Dimecres'
+ 4 = 'Dijous'
+ 5 = 'Divendres'
+ 6 = 'Dissabte'
+
+[Month]
+ 1 = 'Gener'
+ 2 = 'Febrer'
+ 3 = 'Març'
+ 4 = 'Abril'
+ 5 = 'Maig'
+ 6 = 'Juny'
+ 7 = 'Juliol'
+ 8 = 'Agost'
+ 9 = 'Setembre'
+ 10 = 'Octubre'
+ 11 = 'Novembre'
+ 12 = 'Desembre ' \ No newline at end of file
diff --git a/data/de.toml b/data/de.toml
new file mode 100644
index 0000000..c391ddc
--- /dev/null
+++ b/data/de.toml
@@ -0,0 +1,22 @@
+[Weekday]
+ 0 = 'Sonntag'
+ 1 = 'Montag'
+ 2 = 'Dienstag'
+ 3 = 'Mittwoch'
+ 4 = 'Donnerstag'
+ 5 = 'Freitag'
+ 6 = 'Samstag'
+
+[Month]
+ 1 = 'Januar'
+ 2 = 'Februar'
+ 3 = 'März'
+ 4 = 'April'
+ 5 = 'Mai'
+ 6 = 'Juni'
+ 7 = 'Juli'
+ 8 = 'August'
+ 9 = 'September'
+ 10 = 'Oktober'
+ 11 = 'November'
+ 12 = 'Dezember' \ No newline at end of file
diff --git a/data/he.toml b/data/he.toml
new file mode 100644
index 0000000..5d2a780
--- /dev/null
+++ b/data/he.toml
@@ -0,0 +1,22 @@
+[Weekday]
+ 0 = 'יוֹם רִאשׁוֹן'
+ 1 = 'יוֹם שֵׁנִי'
+ 2 = 'יוֹם שְׁלִישִׁי'
+ 3 = 'יום רביעי'
+ 4 = 'יוֹם חֲמִישִׁי'
+ 5 = 'יוֹם שִׁישִׁי'
+ 6 = 'יום שבת'
+
+[Month]
+ 1 = 'יָנוּאָר'
+ 2 = 'פברואר'
+ 3 = 'מרץ'
+ 4 = 'אַפּרִיל'
+ 5 = 'מאי'
+ 6 = 'יוני'
+ 7 = 'יולי'
+ 8 = 'אוגוסט'
+ 9 = 'סֶפּטֶמבֶּר'
+ 10 = 'אוֹקְטוֹבֶּר'
+ 11 = 'נוֹבֶמבֶּר'
+ 12 = 'דֵצֶמבֶּר' \ No newline at end of file
diff --git a/data/ja.toml b/data/ja.toml
new file mode 100644
index 0000000..ceb9707
--- /dev/null
+++ b/data/ja.toml
@@ -0,0 +1,22 @@
+[Weekday]
+ 0 = '日曜日'
+ 1 = '月曜'
+ 2 = '火曜日 '
+ 3 = '水曜日'
+ 4 = '木曜日'
+ 5 = '金曜日'
+ 6 = '土曜日'
+
+[Month]
+ 1 = '一月'
+ 2 = '二月'
+ 3 = '三月'
+ 4 = '四月'
+ 5 = '五月'
+ 6 = '六月'
+ 7 = '七月'
+ 8 = '八月'
+ 9 = '九月'
+ 10 = '十月'
+ 11 = '十一月'
+ 12 = '十二月' \ No newline at end of file
diff --git a/data/lv.toml b/data/lv.toml
new file mode 100644
index 0000000..c0fe8be
--- /dev/null
+++ b/data/lv.toml
@@ -0,0 +1,22 @@
+[Weekday]
+ 0 = 'Svētdiena'
+ 1 = 'Pirmdiena'
+ 2 = 'Otrdiena'
+ 3 = 'Trešdiena'
+ 4 = 'Ceturtdiena'
+ 5 = 'Piektdiena'
+ 6 = 'Sestdiena'
+
+[Month]
+ 1 = 'Janvāris'
+ 2 = 'Februāris'
+ 3 = 'Martā'
+ 4 = 'Aprīlis'
+ 5 = 'Maijs'
+ 6 = 'Jūnijs'
+ 7 = 'Jūlijs'
+ 8 = 'Augusts'
+ 9 = 'Septembris'
+ 10 = 'Oktobris'
+ 11 = 'Novembrī'
+ 12 = 'Decembrī' \ No newline at end of file
diff --git a/data/ro.toml b/data/ro.toml
new file mode 100644
index 0000000..f402995
--- /dev/null
+++ b/data/ro.toml
@@ -0,0 +1,22 @@
+[Weekday]
+ 0 = 'Duminică'
+ 1 = 'Luni'
+ 2 = 'Marţi'
+ 3 = 'Miercuri'
+ 4 = 'Joi'
+ 5 = 'Vineri'
+ 6 = 'Sâmbătă'
+
+[Month]
+ 1 = 'Ianuarie'
+ 2 = 'Februarie'
+ 3 = 'Martie'
+ 4 = 'Aprilie'
+ 5 = 'Mai'
+ 6 = 'Iunie'
+ 7 = 'Iulie'
+ 8 = 'August'
+ 9 = 'Septembrie'
+ 10 = 'Octombrie'
+ 11 = 'Noiembrie'
+ 12 = 'Decembrie' \ No newline at end of file
diff --git a/data/ru.toml b/data/ru.toml
new file mode 100644
index 0000000..ae1c659
--- /dev/null
+++ b/data/ru.toml
@@ -0,0 +1,22 @@
+[Weekday]
+ 0 = 'воскресенье'
+ 1 = 'понедельник'
+ 2 = 'вторник'
+ 3 = 'среда'
+ 4 = 'четверг'
+ 5 = 'пятница'
+ 6 = 'суббота'
+
+[Month]
+ 1 = 'январь'
+ 2 = 'февраль'
+ 3 = 'март'
+ 4 = 'апрель'
+ 5 = 'май'
+ 6 = 'июнь'
+ 7 = 'июль'
+ 8 = 'август'
+ 9 = 'сентябрь'
+ 10 = 'октябрь'
+ 11 = 'ноябрь'
+ 12 = 'декабрь' \ No newline at end of file
diff --git a/data/sl.toml b/data/sl.toml
new file mode 100644
index 0000000..1899a91
--- /dev/null
+++ b/data/sl.toml
@@ -0,0 +1,22 @@
+[Weekday]
+ 0 = 'Nedelja'
+ 1 = 'Ponedeljek'
+ 2 = 'Torek'
+ 3 = 'Sreda'
+ 4 = 'Četrtek'
+ 5 = 'Petek'
+ 6 = 'Sobota'
+
+[Month]
+ 1 = 'Januarja'
+ 2 = 'Februarja'
+ 3 = 'Marec'
+ 4 = 'April'
+ 5 = 'Maj'
+ 6 = 'Junij'
+ 7 = 'Julij'
+ 8 = 'Avgust'
+ 9 = 'September'
+ 10 = 'Oktober'
+ 11 = 'November'
+ 12 = 'December' \ No newline at end of file
diff --git a/i18n/ar.toml b/i18n/ar.toml
new file mode 100644
index 0000000..1270932
--- /dev/null
+++ b/i18n/ar.toml
@@ -0,0 +1,58 @@
+[home]
+other = "الصفحة الرئيسية"
+
+[backToHome]
+other = "العودة إلى الصفحة الرئيسية"
+
+[flip]
+other = "!اقلب"
+
+[archives]
+other = "أرشيف"
+
+[allTags]
+other = "كل العلامات"
+
+[tag]
+one = "1 علامة"
+other = "{{ .Count }} علامتان"
+
+[allCategories]
+other = "جميع الفئات"
+
+[category]
+one = "1 فئة"
+other = "{{ .Count }} فئات"
+
+[article]
+one = "1 مقال"
+other = "{{ .Count }} مقالات"
+
+[group]
+one = "1 مجموعة"
+other = "{{ .Count }} مجموعات"
+
+[socialLinks]
+other = "روابط وسائل التواصل الاجتماعي"
+
+[minuteRead]
+one = " قراءة دقيقة"
+other = " ست دقائق للقر"
+
+[updateAt]
+other = "تم التحديث في"
+
+[noTag]
+other = "بدون علامات"
+
+[prevPage]
+other = "الصفحة السابقة"
+
+[nextPage]
+other = "الصفحة التالية"
+
+[saveAsImage]
+other = "حفظ كصورة"
+
+[search]
+other = "يبحث"
diff --git a/i18n/ca.toml b/i18n/ca.toml
new file mode 100644
index 0000000..0e99d2f
--- /dev/null
+++ b/i18n/ca.toml
@@ -0,0 +1,54 @@
+[home]
+other = "Pàgina inicial"
+
+[backToHome]
+other = "Tornar a la pàgina d'inici"
+
+[flip]
+other = "Capgirar!"
+
+[archives]
+other = "Arxiu"
+
+[allTags]
+other = "Totes les etiquetes"
+
+[tag]
+one = "1 etiqueta"
+other = "{{ .Count }} etiquetes"
+
+[allCategories]
+other = "Totes les categories"
+
+[category]
+one = "1 categoria"
+other = "{{ .Count }} categories"
+
+[article]
+one = "1 article"
+other = "{{ .Count }} articles"
+
+[socialLinks]
+other = "Enllaços de xarxes socials"
+
+[minuteRead]
+one = " minut de lectura"
+other = " minuts de lectura"
+
+[updateAt]
+other = "Actualització a"
+
+[noTag]
+other = "Sense etiquetes"
+
+[prevPage]
+other = "Pàgina anterior"
+
+[nextPage]
+other = "Pàgina següent"
+
+[saveAsImage]
+other = "Desa com a imatge"
+
+[search]
+other = "Buscar"
diff --git a/i18n/he.toml b/i18n/he.toml
new file mode 100644
index 0000000..da293f6
--- /dev/null
+++ b/i18n/he.toml
@@ -0,0 +1,54 @@
+[home]
+other = "דף הבית"
+
+[backToHome]
+other = "חזור לדף הבית"
+
+[flip]
+other = "!להפוך"
+
+[archives]
+other = "ארכיון"
+
+[allTags]
+other = "כל התגים"
+
+[tag]
+one = "1 תג"
+other = "תגים {{ .Count }}"
+
+[allCategories]
+other = "כל הקטגוריות"
+
+[category]
+one = "1 קטגוריה"
+other = "קטגוריות {{ .Count }}"
+
+[article]
+one = "מאמר 1"
+other = "מאמרים {{ .Count }}"
+
+[socialLinks]
+other = "קישורים למדיה חברתית"
+
+[minuteRead]
+one = " דקה לקרוא"
+other = " דקות לקריאה"
+
+[updateAt]
+other = "עודכן בשעה"
+
+[noTag]
+other = "אין תגים"
+
+[prevPage]
+other = "עמוד קודם"
+
+[nextPage]
+other = "עמוד הבא"
+
+[saveAsImage]
+other = "שמור כתמונה"
+
+[search]
+other = "לחפש"
diff --git a/i18n/lv.toml b/i18n/lv.toml
new file mode 100644
index 0000000..b32d309
--- /dev/null
+++ b/i18n/lv.toml
@@ -0,0 +1,54 @@
+[home]
+other = "Mājas lapa"
+
+[backToHome]
+other = "Atpakaļ uz sākumlapu"
+
+[flip]
+other = "Uzsist!"
+
+[archives]
+other = "Arhīvs"
+
+[allTags]
+other = "Visi tagi"
+
+[tag]
+one = "1 tagu"
+other = "{{ .Count }} tagi"
+
+[allCategories]
+other = "Visas kategorijas"
+
+[category]
+one = "1 kategorija"
+other = "{{ .Count }} kategorijas"
+
+[article]
+one = "1 raksts"
+other = "{{ .Count }} raksti"
+
+[socialLinks]
+other = "Saites sociālajos tīklos"
+
+[minuteRead]
+one = " minūte lasīta"
+other = " minūtes lasīts"
+
+[updateAt]
+other = "Atjaunināts plkst"
+
+[noTag]
+other = "Nav tagu"
+
+[prevPage]
+other = "Iepriekšējā lapa"
+
+[nextPage]
+other = "Nākamā lapaspuse"
+
+[saveAsImage]
+other = "Saglabāt kā attēlu"
+
+[search]
+other = "Meklēt"
diff --git a/i18n/ro.toml b/i18n/ro.toml
new file mode 100644
index 0000000..8f6f00a
--- /dev/null
+++ b/i18n/ro.toml
@@ -0,0 +1,54 @@
+[home]
+other = "Pagina principala"
+
+[backToHome]
+other = "Înapoi la pagina de start"
+
+[flip]
+other = "Întoarceți!"
+
+[archives]
+other = "Arhive"
+
+[allTags]
+other = "Toate etichetele"
+
+[tag]
+one = "1 etichetă"
+other = "{{ .Count }} etichete"
+
+[allCategories]
+other = "Toate categoriile"
+
+[category]
+one = "1 categorie"
+other = "{{ .Count }} categorii"
+
+[article]
+one = "1 articol"
+other = "{{ .Count }} articole"
+
+[socialLinks]
+other = "Link-uri de social media"
+
+[minuteRead]
+one = " minut de citit"
+other = " minute de citire"
+
+[updateAt]
+other = "Actualizat la"
+
+[noTag]
+other = "Fără etichete"
+
+[prevPage]
+other = "Pagina precedentă"
+
+[nextPage]
+other = "Pagina următoare"
+
+[saveAsImage]
+other = "Salvați ca imagine"
+
+[search]
+other = "Căutare"
diff --git a/i18n/sl.toml b/i18n/sl.toml
new file mode 100644
index 0000000..438fa1b
--- /dev/null
+++ b/i18n/sl.toml
@@ -0,0 +1,54 @@
+[home]
+other = "Domača stran"
+
+[backToHome]
+other = "Vrnite se na domačo stran"
+
+[flip]
+other = "Obrniti!"
+
+[archives]
+other = "Arhiv"
+
+[allTags]
+other = "Vse oznake"
+
+[tag]
+one = "1 oznaka"
+other = "{{ .Count }} oznaki"
+
+[allCategories]
+other = "Vse kategorije"
+
+[category]
+one = "1 kategorija"
+other = "{{ .Count }} kategoriji"
+
+[article]
+one = "1 članek"
+other = "{{ .Count }} članka"
+
+[socialLinks]
+other = "Povezave do družabnih medijev"
+
+[minuteRead]
+one = " minuta za branje"
+other = " minuti za branje"
+
+[updateAt]
+other = "Posodobljeno ob"
+
+[noTag]
+other = "Brez oznak "
+
+[prevPage]
+other = "Prejšnja stran"
+
+[nextPage]
+other = "Naslednja stran"
+
+[saveAsImage]
+other = "Shrani kot sliko"
+
+[search]
+other = "Iskanje"