Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added translations for Japanese, Ryukyuan languages, Simplified Chinese, and Traditional Chinese #15

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
15 changes: 15 additions & 0 deletions resources/i18n/ja/brls.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"hints": {
"ok": "わかった",
"back": "戻る",
"exit": "やめる"
},

"crash_frame": {
"button": "わかった"
},

"thumbnail_sidebar": {
"save": "保存"
}
}
30 changes: 30 additions & 0 deletions resources/i18n/ja/text.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"title": "Calculator_NX リライト",
"update_title": "Calculator_NX アップデーター",

"footer_text": "v{0} | {1}",

"tabs": {
"calculator": "電卓",
"updater": "アップデーター",
"about": "Calculator_NXについて"
},

"calculator": {
"expression_enter": "式を入力してください"
},

"updater": {
"checking": "新しいアップデートをチェックしています...",
"no_update": "現在利用可能なアップデートはありません。",
"new_update": "新しいアップデートが利用可能です!",
"exit_message": "終了して、更新されたアプリを起動してください。"
},

"about": {
"appname": "Calculator_NX",
"developer": "EmreTechが開発",
"github": "github.com/EmreTech/Calculator_NXで見つけてください。",
"license": "Calculator_NX は、MITライセンスの下でライセンスされています。"
}
}
15 changes: 15 additions & 0 deletions resources/i18n/zh_CN/brls.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"hints": {
"ok": "好的",
"back": "后退",
"exit": "出口"
},

"crash_frame": {
"button": "好的"
},

"thumbnail_sidebar": {
"save": "节省"
}
}
30 changes: 30 additions & 0 deletions resources/i18n/zh_CN/text.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"title": "Calculator_NX 改写",
"update_title": "Calculator_NX 更新器",

"footer_text": "v{0} | {1}",

"tabs": {
"calculator": "计算器",
"updater": "更新器",
"about": "Calculator_NX关于"
},

"calculator": {
"expression_enter": "输入表达式"
},

"updater": {
"checking": "检查新更新...",
"no_update": "目前没有可用的更新。",
"new_update": "有新的更新可用!",
"exit_message": "请退出以启动更新的应用程序。"
},

"about": {
"appname": "Calculator_NX",
"developer": "由 EmreTech 开发",
"github": "在 github.com/EmreTech/Calculator_NX 上找到它",
"license": "Calculator_NX 已根据 MIT 许可证获得许可。"
}
}
15 changes: 15 additions & 0 deletions resources/i18n/zh_TW/brls.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"hints": {
"ok": "好的",
"back": "後退",
"exit": "出口"
},

"crash_frame": {
"button": "好的"
},

"thumbnail_sidebar": {
"save": "節省"
}
}
30 changes: 30 additions & 0 deletions resources/i18n/zh_TW/text.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"title": "Calculator_NX 改寫",
"update_title": "Calculator_NX 更新器",

"footer_text": "v{0} | {1}",

"tabs": {
"calculator": "計算器",
"updater": "更新器",
"about": "Calculator_NX關於"
},

"calculator": {
"expression_enter": "輸入表達式"
},

"updater": {
"checking": "檢查新更新...",
"no_update": "目前沒有可用的更新。",
"new_update": "有新的更新可用!",
"exit_message": "請退出以啟動更新的應用程序。"
},

"about": {
"appname": "Calculator_NX",
"developer": "由 EmreTech 開發",
"github": "在 github.com/EmreTech/Calculator_NX 上找到它",
"license": "Calculator_NX 已根據 MIT 許可證獲得許可。"
}
}