support language translation.
This commit is contained in:
14
src/desktop/locales/ja.json
Normal file
14
src/desktop/locales/ja.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Word出力プラグイン",
|
||||
"errors": {
|
||||
"template-field-is-not-set": "雛形ファイルが設定されていません。プラグインの設定を見直してください。",
|
||||
"template-field-is-not-available": "雛形ファイルに設定された添付ファイルフィールドが見つかりませんでした。プラグインの設定を見直してください。",
|
||||
"template-field-must-be-an-attachment-field": "雛形ファイルに設定されたフィールド型が添付ファイルフィールドではありません。プラグインの設定を見直してください。",
|
||||
"template-field-does-not-contain-any-files": "雛形ファイルが添付されていません。",
|
||||
"template-field-contains-multiple-files": "雛形ファイルとして複数登録されています。1つのみを指定してください。",
|
||||
"template-file-must-be-a-docx": "雛形ファイルがWord形式(.docx)ではありません。'Mime-Type: {{contentType}}'"
|
||||
},
|
||||
"buttons": {
|
||||
"output": "Word出力"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user