support language translation.
This commit is contained in:
20
src/config/locales/ja.json
Normal file
20
src/config/locales/ja.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"title": "Word出力プラグイン設定",
|
||||
"settings": {
|
||||
"template": {
|
||||
"title": "雛形ファイル",
|
||||
"description": "Word雛形ファイルを保存する添付ファイルフィールドを選択してください。",
|
||||
"messages": {
|
||||
"select-an-attachment-fields": "(選択してください)"
|
||||
},
|
||||
"errors": {
|
||||
"no-attachment-field-found": "このアプリに添付ファイルフィールドが見つかりません。フォームに添付ファイルフィールドを追加してください。"
|
||||
}
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"save": "保存",
|
||||
"cancel": "キャンセル"
|
||||
},
|
||||
"on-saved": "設定を保存しました。アプリを更新してください。"
|
||||
}
|
Reference in New Issue
Block a user