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 #149

Merged
merged 1 commit into from
Oct 30, 2023
Merged
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/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"confirmationModal.single.body": "Este {profileType} ya está vinculado a <b> \" {linkedProfileName} \" </b> {linkedProfileType} . ¿Desea desvincularse del {linkedProfileType} y volver a vincular a este <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> NOTA </b> que {profileType} no se volverá a vincular hasta que guarde {parentType}",
"confirmationModal.ok": "OK",
"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"
}
2 changes: 1 addition & 1 deletion translations/ui-plugin-find-import-profile/es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"confirmationModal.single.body": "Este {profileType} ya está vinculado a <b> \" {linkedProfileName} \" </b> {linkedProfileType} . ¿Desea desvincularse del {linkedProfileType} y volver a vincular a este <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> NOTA </b> que {profileType} no se volverá a vincular hasta que guarde {parentType}",
"confirmationModal.ok": "OK",
"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"
}
23 changes: 23 additions & 0 deletions translations/ui-plugin-find-import-profile/sk.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"
}
Loading