Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs committed Oct 16, 2023
1 parent 55d633e commit 2cdad1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions translations/ui-bulk-edit/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"list.preview.table.status.false": "Inactive",

"list.errors.title": "Errors",
"list.errors.info": "<b>{fileName}: {entries} entries * {matched, number} records matched * {errors, number} errors</b>",
"list.errors.infoProcessed": "<b>{fileName}: {entries} entries * {matched, number} records changed * {errors, number} errors</b>",
"list.errors.info": "<b>{fileName}: {entries, number} entries * {matched, number} records matched * {errors, number} errors</b>",
"list.errors.infoProcessed": "<b>{fileName}: {entries, number} entries * {matched, number} records changed * {errors, number} errors</b>",
"list.errors.table.code": "Record identifier",
"list.errors.table.message": "Reason for error",

Expand Down Expand Up @@ -243,7 +243,7 @@
"menuGroup.actions": "Actions",
"menuGroup.showColumns": "Show columns",

"conformationModal.message": "{count} records will be updated if the <b>Commit changes</b> button is clicked.",
"conformationModal.message": "{count, number} records will be updated if the <b>Commit changes</b> button is clicked.",
"conformationModal.commitChanges": "Commit changes",

"preview.file.title": "Filename: {fileUploadedName}",
Expand Down Expand Up @@ -344,7 +344,7 @@
"list.result.emptyMessage.logs": "Choose a filter to show results.",
"list.actions.download": "Download",

"retrievedDataList.title": "{matched} matching {capability} records found.",
"retrievedDataList.title": "{matched, number} matching {capability} records found.",

"permission.module.bulk-edit.enabled": "UI: Bulk edit module is enabled",
"permission.view": "Bulk Edit: Local - View user records",
Expand Down Expand Up @@ -383,9 +383,9 @@
"permissionsModal.list.cell.permissions": "Permission",

"permissionsModal.list.title": "Permissions",
"permissionsModal.list.subTitle": "{count} permissions found",
"permissionsModal.list.subTitle": "{count, number} permissions found",
"permissionsModal.cancel": "Cancel",
"permissionsModal.save": "Save & close",
"permissionsModal.totalSelected": "Total selected: {count}"
"permissionsModal.totalSelected": "Total selected: {count, number}"

}

0 comments on commit 2cdad1e

Please sign in to comment.