diff --git a/translations/ui-plugin-find-import-profile/ja.json b/translations/ui-plugin-find-import-profile/ja.json index 9ab599f..061a7c5 100644 --- a/translations/ui-plugin-find-import-profile/ja.json +++ b/translations/ui-plugin-find-import-profile/ja.json @@ -3,7 +3,7 @@ "meta.pluginTitle": "Test Find Profile Plugin", "addProfile": "{profileType}を追加", "pluggable.caption": "Pick Profile", - "pluggable.errors.plugin.disabled": "No plugin available!", + "pluggable.errors.plugin.disabled": "利用できるプラグインがありません", "modal.title": "{profileType}を選択", "modal.footer.save": "保存", "modal.footer.close": "閉じる", diff --git a/translations/ui-plugin-find-import-profile/nl.json b/translations/ui-plugin-find-import-profile/nl.json new file mode 100644 index 0000000..fe9872b --- /dev/null +++ b/translations/ui-plugin-find-import-profile/nl.json @@ -0,0 +1,23 @@ +{ + "meta.title": "{profileType}", + "meta.pluginTitle": "Test Find Profile Plugin", + "addProfile": "Add {profileType}", + "pluggable.caption": "Pick Profile", + "pluggable.errors.plugin.disabled": "No plugin available!", + "modal.title": "Select {profileType}", + "modal.footer.save": "Save", + "modal.footer.close": "Close", + "modal.footer.totalSelected": "Total selected: {count}", + "entities.jobProfiles": "Job Profiles", + "entities.matchProfiles": "Match Profiles", + "entities.actionProfiles": "Action Profiles", + "entities.mappingProfiles": "Field Mapping Profiles", + "confirmationModal.heading": "Relink {profileType}?", + "confirmationModal.label": "Relink", + "confirmationModal.single.body": "This {profileType} is already linked to \"{linkedProfileName}\" {linkedProfileType}. Do you want to unlink from the previous {linkedProfileType} and relink to this {currentProfileName} {linkedProfileType}?", + "confirmationModal.multiple.body": "One or more of these {profileType}s is already linked to other {linkedProfileType}(s). Do you want to unlink from the previous {linkedProfileType}(s) and relink to this {currentProfileName} {linkedProfileType}?", + "confirmationModal.note": "NOTE that the {profileType}(s) will not be relinked until you save the {parentType}.", + "confirmationModal.ok": "OK", + "confirmationModal.notAttached.heading": "Action profile not attached", + "confirmationModal.notAttached.body": "You must link a field mapping profile to the action profile before assigning the action profile to a job profile" +} \ No newline at end of file diff --git a/translations/ui-plugin-find-import-profile/zh_TW.json b/translations/ui-plugin-find-import-profile/zh_TW.json index 548bf5c..46cb4d8 100644 --- a/translations/ui-plugin-find-import-profile/zh_TW.json +++ b/translations/ui-plugin-find-import-profile/zh_TW.json @@ -1,23 +1,23 @@ { "meta.title": "{profileType}", - "meta.pluginTitle": "測試查找外掛程式檔案", - "addProfile": "添加{profileType}", + "meta.pluginTitle": "測試查找檔案外掛程式", + "addProfile": "新增{profileType}", "pluggable.caption": "選取檔案", "pluggable.errors.plugin.disabled": "沒有可使用的外掛程式!", "modal.title": "選擇{profileType}", "modal.footer.save": "儲存", "modal.footer.close": "關閉", "modal.footer.totalSelected": "已選擇總數: {count}", - "entities.jobProfiles": "任務檔案", + "entities.jobProfiles": "工作檔案", "entities.matchProfiles": "符合檔案", - "entities.actionProfiles": "任務檔案", + "entities.actionProfiles": "操作檔", "entities.mappingProfiles": "欄位對應檔案", "confirmationModal.heading": "重新連結{profileType} ?", "confirmationModal.label": "重新連結", "confirmationModal.single.body": "此{profileType}已連結至 “ {linkedProfileName} ” {linkedProfileType} 。您想要取消與先前的{linkedProfileType}連結並重新連結到此 {currentProfileName} {linkedProfileType}嗎?", "confirmationModal.multiple.body": "其中一個或多個{profileType}已連結到其他{linkedProfileType} 。您想要取消與先前的{linkedProfileType}連結並重新連結到此 {currentProfileName} {linkedProfileType}嗎?", - "confirmationModal.note": "注意此{profileType}檔案在您儲存前,不會重新連結成功{parentType}", + "confirmationModal.note": "請注意 ,在您儲存{parentType}之前,不會重新連結{profileType} 。", "confirmationModal.ok": "OK", - "confirmationModal.notAttached.heading": "未附加任務檔案", + "confirmationModal.notAttached.heading": "未附加操作檔案", "confirmationModal.notAttached.body": "在將檔案指派給任務檔案之前,您必須將欄位對應檔案連結到工作檔案" } \ No newline at end of file