-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable language setting options (#1919)
* translate settings page into Japanese * enable language setting
- Loading branch information
Showing
3 changed files
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"This is not a valid JSON object.": "無効なJSONオブジェクトです。", | ||
"Your custom types have been added": "カスタムタイプが追加されました", | ||
"Save the type definitions for your custom structures as key-value pairs in a valid JSON file. The key should be the name of your custom structure and the value an object containing your type definitions.": "カスタム構造体のための型定義をキー・値の対となるように有効なJSONファイルに保存します。キーにはカスタム構造体の名前を、値には型定義が入ったオブジェクトを設定してください。", | ||
"Additional types as a JSON file (or edit below)": "追加の型が定義されたJSONファイル (もしくは下で編集してください)", | ||
"Reset": "リセット", | ||
"Save": "保存", | ||
"Override the default ss58 prefix for address generation": "ss58を基準とするアドレスを生成するときに使われる接頭辞の値を上書きします", | ||
"address prefix": "アドレス接頭辞", | ||
"Override the default identity icon display with a specific theme": "アイコンのテーマを設定します", | ||
"default icon theme": "アイコンテーマ", | ||
"Adjust the mode from basic (with a limited number of beginner-user-friendly apps) to full (with all basic & advanced apps available)": "通常モード(初心者向け機能のみ)か全機能モード(初心者向け+上級者向け機能)かを設定します", | ||
"interface operation mode": "機能モード", | ||
"Manage your connection to Ledger S": "Ledger Sへの接続を管理します", | ||
"manage hardware connections": "ハードウェアへの接続を管理します", | ||
"default interface language": "言語", | ||
"Cancel": "キャンセル", | ||
"Save & Reload": "保存して更新", | ||
"General": "一般", | ||
"Developer": "ディベロッパー", | ||
"Select the remote endpoint, either from the dropdown on manual entered via the custom toggle": "ドロップダウンの中からリモートノードを選択するかカスタムエンドポイントをオンにして記入します", | ||
"remote node/endpoint to connect to": "リモートノード・エンドポイント", | ||
"custom endpoint": "カスタムエンドポイント" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters