support language translation.

This commit is contained in:
2025-07-04 19:29:11 +09:00
parent 137105311e
commit 5803a133c3
12 changed files with 254 additions and 108 deletions

View File

@@ -0,0 +1,24 @@
{
"title": "Settings for the Kintone Lookup File Sync plugin",
"settings": {
"lookup": {
"title": "Field Mappings",
"description": "Select lookup and attachment fields that used for the file synchronization.",
"messages": {
"lookup-field": "Lookup Field",
"source-attachment-field": "Source Attachment Field (in Related App)",
"destination-attachment-field": "Destination Attachment Field"
},
"errors": {
"no-lookup-field-found": "No lookup fields found in the app. Please add a lookup field to use this plugin.",
"incomplete-field-mapping-found": "Incomplete field mapping found",
"same-destination-attachment-field-found": "Same destination attachment fields found"
}
}
},
"buttons": {
"save": "Save",
"cancel": "Cancel"
},
"on-saved": "The plug-in settings have been saved. Please update the app!"
}

View File

@@ -0,0 +1,24 @@
{
"title": "Lookupファイル同期プラグイン設定",
"settings": {
"lookup": {
"title": "フィールドマッピング",
"description": "ルックアップフィールドでファイルを同期させる添付ファイルフィールドの対応付けを行います。",
"messages": {
"lookup-field": "ルックアップフィールド",
"source-attachment-field": "同期元の添付ファイルフィールド (関連アプリ)",
"destination-attachment-field": "同期先の添付ファイルフィールド"
},
"errors": {
"no-lookup-field-found": "同期可能なルックアップフィールドが見つかりません。フォームの設定を見直してください。",
"incomplete-field-mapping-found": "設定の完了していないマッピングが見つかりました。",
"same-destination-attachment-field-found": "同期先の添付ファイルフィールドが重複しています。"
}
}
},
"buttons": {
"save": "保存",
"cancel": "キャンセル"
},
"on-saved": "設定を保存しました。アプリを更新してください。"
}