Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lokalise: Translations update #175

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion translations/ui-plugin-find-import-profile/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "閉じる",
Expand Down
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 '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 <b>\"{linkedProfileName}\"</b> {linkedProfileType}. Wilt u ontkoppelen van het vorige {linkedProfileType} en opnieuw koppelen aan dit <b>{currentProfileName}</b> {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 <b>{currentProfileName}</b> {linkedProfileType}?",
"confirmationModal.note": "<b>LET OP:</b> 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."
}
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": "在將檔案指派給任務檔案之前,您必須將欄位對應檔案連結到工作檔案"
}
Loading