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..7643dff --- /dev/null +++ b/translations/ui-plugin-find-import-profile/nl.json @@ -0,0 +1,23 @@ +{ + "meta.title": "{profileType}", + "meta.pluginTitle": "Test 'Profiel zoeken' plugin", + "addProfile": "Toevoegen {profileType}", + "pluggable.caption": "Profiel kiezen", + "pluggable.errors.plugin.disabled": "Geen plugin beschikbaar!", + "modal.title": "Selecteer {profileType}", + "modal.footer.save": "Opslaan", + "modal.footer.close": "Sluiten", + "modal.footer.totalSelected": "Totaal geselecteerd: {count}", + "entities.jobProfiles": "Taakprofielen", + "entities.matchProfiles": "Matchprofielen", + "entities.actionProfiles": "Actieprofielen", + "entities.mappingProfiles": "Koppelprofielen", + "confirmationModal.heading": "{profileType} opnieuw koppelen?", + "confirmationModal.label": "Opnieuw koppelen", + "confirmationModal.single.body": "Dit {profileType} is al gekoppeld aan \"{linkedProfileName}\" {linkedProfileType}. Wilt u ontkoppelen van het vorige {linkedProfileType} en opnieuw koppelen aan dit {currentProfileName} {linkedProfileType}?", + "confirmationModal.multiple.body": "Een of meer van deze {profileType}(s) is al gekoppeld aan andere {linkedProfileType}(en). Wilt u ontkoppelen van de vorige {linkedProfileType}(s) en opnieuw koppelen aan deze {currentProfileName} {linkedProfileType}?", + "confirmationModal.note": "LET OP: de {profileType}(s) worden niet opnieuw gekoppeld totdat u het {parentType} opslaat.", + "confirmationModal.ok": "OK", + "confirmationModal.notAttached.heading": "Actieprofiel niet gekoppeld", + "confirmationModal.notAttached.body": "U moet een koppelprofiel aan het actieprofiel koppelen voordat u het actieprofiel aan een taakprofiel toewijst." +} \ 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