-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f290e76
commit ab963a5
Showing
2 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "在將檔案指派給任務檔案之前,您必須將欄位對應檔案連結到工作檔案" | ||
} |