mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 03:59:38 -07:00
feat(i18n): add translations for the new languages (de, es, fr, it, CJK)
This commit is contained in:
9
i18n/de.toml
Normal file
9
i18n/de.toml
Normal 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
9
i18n/en.toml
Normal 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
9
i18n/es.toml
Normal 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
9
i18n/fr.toml
Normal 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
9
i18n/it.toml
Normal 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
8
i18n/ja.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[next]
|
||||
other = "進む"
|
||||
[prev]
|
||||
other = "後退"
|
||||
[close]
|
||||
other = "閉じる"
|
||||
[threshold]
|
||||
other = "しきい値"
|
||||
8
i18n/ko.toml
Normal file
8
i18n/ko.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[next]
|
||||
other = "전진"
|
||||
[prev]
|
||||
other = "물러나세요"
|
||||
[close]
|
||||
other = "닫기"
|
||||
[threshold]
|
||||
other = "임계값"
|
||||
8
i18n/zh-cn.toml
Normal file
8
i18n/zh-cn.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[next]
|
||||
other = "前进"
|
||||
[prev]
|
||||
other = "后退"
|
||||
[close]
|
||||
other = "关闭"
|
||||
[threshold]
|
||||
other = "阈值"
|
||||
8
i18n/zh-hk.toml
Normal file
8
i18n/zh-hk.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[next]
|
||||
other = "前進"
|
||||
[prev]
|
||||
other = "後退"
|
||||
[close]
|
||||
other = "關閉"
|
||||
[threshold]
|
||||
other = "閾值"
|
||||
8
i18n/zh-mo.toml
Normal file
8
i18n/zh-mo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[next]
|
||||
other = "前進"
|
||||
[prev]
|
||||
other = "後退"
|
||||
[close]
|
||||
other = "關閉"
|
||||
[threshold]
|
||||
other = "閾值"
|
||||
8
i18n/zh-sg.toml
Normal file
8
i18n/zh-sg.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[next]
|
||||
other = "前进"
|
||||
[prev]
|
||||
other = "后退"
|
||||
[close]
|
||||
other = "关闭"
|
||||
[threshold]
|
||||
other = "阈值"
|
||||
8
i18n/zh-tw.toml
Normal file
8
i18n/zh-tw.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[next]
|
||||
other = "前進"
|
||||
[prev]
|
||||
other = "後退"
|
||||
[close]
|
||||
other = "關閉"
|
||||
[threshold]
|
||||
other = "閾值"
|
||||
Reference in New Issue
Block a user