feat(i18n): add translations for the new languages (de, es, fr, it, CJK)

This commit is contained in:
Sped0n
2023-11-03 14:19:06 +08:00
parent e2861aa645
commit f4eda42785
19 changed files with 137 additions and 17 deletions

9
i18n/de.toml Normal file
View File

@@ -0,0 +1,9 @@
[next]
other = "nächste"
[prev]
other = "vorher"
[close]
other = "schließen"
# capititalized for menu
[threshold]
other = "Schwelle"

9
i18n/en.toml Normal file
View File

@@ -0,0 +1,9 @@
[next]
other = "next"
[prev]
other = "prev"
[close]
other = "close"
# capitialize the first letter of the word
[threshold]
other = "Threshold"

9
i18n/es.toml Normal file
View File

@@ -0,0 +1,9 @@
[next]
other = "siguiente"
[prev]
other = "previo"
[close]
other = "cerrar"
# capititalized for menu
[threshold]
other = "Umbral"

9
i18n/fr.toml Normal file
View File

@@ -0,0 +1,9 @@
[next]
other = "suivant"
[prev]
other = "précédent"
[close]
other = "fermer"
# capititalized for menu
[threshold]
other = "Seuil"

9
i18n/it.toml Normal file
View File

@@ -0,0 +1,9 @@
[next]
other = "prossimo"
[prev]
other = "precedente"
[close]
other = "chiudi"
# capititalized for menu
[threshold]
other = "Soglia"

8
i18n/ja.toml Normal file
View File

@@ -0,0 +1,8 @@
[next]
other = "進む"
[prev]
other = "後退"
[close]
other = "閉じる"
[threshold]
other = "しきい値"

8
i18n/ko.toml Normal file
View File

@@ -0,0 +1,8 @@
[next]
other = "전진"
[prev]
other = "물러나세요"
[close]
other = "닫기"
[threshold]
other = "임계값"

8
i18n/zh-cn.toml Normal file
View File

@@ -0,0 +1,8 @@
[next]
other = "前进"
[prev]
other = "后退"
[close]
other = "关闭"
[threshold]
other = "阈值"

8
i18n/zh-hk.toml Normal file
View File

@@ -0,0 +1,8 @@
[next]
other = "前進"
[prev]
other = "後退"
[close]
other = "關閉"
[threshold]
other = "閾值"

8
i18n/zh-mo.toml Normal file
View File

@@ -0,0 +1,8 @@
[next]
other = "前進"
[prev]
other = "後退"
[close]
other = "關閉"
[threshold]
other = "閾值"

8
i18n/zh-sg.toml Normal file
View File

@@ -0,0 +1,8 @@
[next]
other = "前进"
[prev]
other = "后退"
[close]
other = "关闭"
[threshold]
other = "阈值"

8
i18n/zh-tw.toml Normal file
View File

@@ -0,0 +1,8 @@
[next]
other = "前進"
[prev]
other = "後退"
[close]
other = "關閉"
[threshold]
other = "閾值"