Skip to content

Commit

Permalink
Lokalise: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
folio-translations committed Jun 20, 2024
1 parent f290e76 commit ab963a5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
23 changes: 23 additions & 0 deletions translations/ui-plugin-find-import-profile/nl.json
Original file line number Diff line number Diff line change
@@ -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 <b>\"{linkedProfileName}\"</b> {linkedProfileType}. Do you want to unlink from the previous {linkedProfileType} and relink to this <b>{currentProfileName}</b> {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 <b>{currentProfileName}</b> {linkedProfileType}?",
"confirmationModal.note": "<b>NOTE</b> 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"
}
12 changes: 6 additions & 6 deletions translations/ui-plugin-find-import-profile/zh_TW.json
Original file line number Diff line number Diff line change
@@ -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}已連結至<b> “ {linkedProfileName} ” </b> {linkedProfileType} 。您想要取消與先前的{linkedProfileType}連結並重新連結到此<b> {currentProfileName} </b> {linkedProfileType}嗎?",
"confirmationModal.multiple.body": "其中一個或多個{profileType}已連結到其他{linkedProfileType} 。您想要取消與先前的{linkedProfileType}連結並重新連結到此<b> {currentProfileName} </b> {linkedProfileType}嗎?",
"confirmationModal.note": "<b>注意</b>此{profileType}檔案在您儲存前,不會重新連結成功{parentType}",
"confirmationModal.note": "<b>請注意</b> ,在您儲存{parentType}之前,不會重新連結{profileType} 。",
"confirmationModal.ok": "OK",
"confirmationModal.notAttached.heading": "未附加任務檔案",
"confirmationModal.notAttached.heading": "未附加操作檔案",
"confirmationModal.notAttached.body": "在將檔案指派給任務檔案之前,您必須將欄位對應檔案連結到工作檔案"
}

0 comments on commit ab963a5

Please sign in to comment.