Merge branch 'upcoming' of https://github.com/ciderapp/Cider into upcoming

This commit is contained in:
vapormusic 2022-01-26 20:59:58 +07:00
commit 6fb2973b11
4 changed files with 25 additions and 0 deletions

View file

@ -4,6 +4,12 @@
"date.format": "${y}年${m}月${d}日", "date.format": "${y}年${m}月${d}日",
// i18n Info
"i18n.languageName": "日本語", // name of language in native language
"i18n.languageNameEnglish": "Japanese", // name of language in English
"i18n.category": "main", // main = real language, fun = fun community languages
"i18n.authors": "@maikirakiwi", // Authors, if you contribute to this file feel free to add your name seperated with a space
// Dialogs // Dialogs
"dialog.cancel": "キャンセル", "dialog.cancel": "キャンセル",
"dialog.ok": "OK", "dialog.ok": "OK",

View file

@ -4,6 +4,12 @@
"date.format": "${y}年${m}月${d}日", "date.format": "${y}年${m}月${d}日",
// i18n Info
"i18n.languageName": "中文(中国)", // name of language in native language
"i18n.languageNameEnglish": "Chinese (China)", // name of language in English
"i18n.category": "main", // main = real language, fun = fun community languages
"i18n.authors": "@maikirakiwi", // Authors, if you contribute to this file feel free to add your name seperated with a space
// Dialogs // Dialogs
"dialog.cancel": "取消", "dialog.cancel": "取消",
"dialog.ok": "确定", "dialog.ok": "确定",

View file

@ -1,4 +1,10 @@
{ {
// i18n Info
"i18n.languageName": "繁體中文(香港)", // name of language in native language
"i18n.languageNameEnglish": "Traditional Chinese (Hong Kong)", // name of language in English
"i18n.category": "main", // main = real language, fun = fun community languages
"i18n.authors": "@kyw504100 @maikirakiwi", // Authors, if you contribute to this file feel free to add your name seperated with a space
// App info // App info
"app.name": "Cider", "app.name": "Cider",

View file

@ -3,6 +3,13 @@
"app.name": "Cider", "app.name": "Cider",
"date.format": "${y}年${m}月${d}日", "date.format": "${y}年${m}月${d}日",
// i18n Info
"i18n.languageName": "中文(台湾)", // name of language in native language
"i18n.languageNameEnglish": "Chinese (Taiwan)", // name of language in English
"i18n.category": "main", // main = real language, fun = fun community languages
"i18n.authors": "@maikirakiwi", // Authors, if you contribute to this file feel free to add your name seperated with a space
// Dialogs // Dialogs
"dialog.cancel": "取消", "dialog.cancel": "取消",