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 Japanese and Chinese Translations to /locale #359

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions locales/ja/panel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"welcome": "ようこそ",
"select_option": "オプションを選択",

"start_web": "ウェブを開始",
"start_desktop": "デスクトップを開始",

"support": "サポート",
"settings": "設定",
"update": "更新 ",
"language": "言語 ",
"go_back": "戻る ",
"done": "完了 ",
"exit": "終了 ",

"discordserver": "Discordサーバー",
"submit_issue": "問題を提出",

"BetterDiscordPanel_help":"BetterDiscordパネルのヘルプ",
"desktop_panel_help": "デスクトップパネルのヘルプ",
"settings_help": " 設定のヘルプ",
"exit_help": "終了のヘルプ",
"support_help": "サポートのヘルプ",
"update_help": "更新のヘルプ",
"language_help": "言語のヘルプ",
"go_back_help": "戻るのヘルプ",
"discord_help": "Discordのヘルプ",
"issue_help": "問題のヘルプ",
"get_help": "ヘルプを得る",

"check_installation": "インストールを確認",
"checking_failure": " 確認の失敗",
"checking_system": "システムを確認",
"check_success": "確認の成功",
"updating": "更新中",
"updating_failure": " 更新の失敗",
"check_index": "インデックスを確認",
"check_main": "メインを確認",
"check_repo_download_method": "リポジトリのダウンロード方法を確認",
"booting": "起動中"
}

42 changes: 42 additions & 0 deletions locales/zh/panel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"welcome": "选择选项",
"select_option": "启动网页",

"start_web": "启动网页",
"start_desktop": "启动桌面",

"support": "支持",
"settings": "设置",
"update": "更新",
"language": "语言",
"go_back": "返回",
"done": "完成",
"exit": "退出",

"discordserver": "Discord服务器",
"submit_issue": "提交问题",

"betterdiscordpanel_help": "BetterDiscord面板帮助",
"desktop_panel_help": "桌面面板帮助",
"settings_help": "设置帮助",
"exit_help": "退出帮助",
"support_help": "支持帮助",
"update_help": "更新帮助",
"language_help": "语言帮助",
"go_back_help": "返回帮助",
"discord_help": "Discord帮助",
"issue_help": "问题帮助",
"get_help": "获取帮助",

"check_installation": "检查安装",
"checking_failure": "检查失败",
"checking_system": "检查系统",
"check_success": "检查成功",
"updating": "正在更新",
"updating_failure": "更新失败",
"check_index": "检查索引",
"check_main": "检查主要",
"check_repo_download_method": "检查仓库下载方法",
"booting": "启动中"
}