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

UIBULKED-367 update translations postfix #471

Merged
merged 1 commit into from
Feb 5, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { useBulkPermissions } from '../../../hooks';
import { getFileName } from '../../../utils/getFileName';

const BulkEditLogsActions = ({ item }) => {
const fileNamePostfix = item.approach === APPROACHES.QUERY ? `.${item.approach}` : '';
const fileNamePostfix = item.fqlQueryId ? `.${APPROACHES.QUERY}` : '';

const {
hasUsersViewPerms,
Expand Down
5 changes: 5 additions & 0 deletions translations/ui-bulk-edit/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,11 @@
"logs.actions.linkToCommittedRecordsCsvFile": "File with updated records",
"logs.actions.linkToCommittedRecordsErrorsCsvFile": "File with errors encountered when committing the changes",
"logs.actions.linkToTriggeringCsvFile.QUERY": "File with identifiers of the records affected by bulk update",
"logs.actions.linkToMatchedRecordsCsvFile.QUERY": "File with the matching records",
"logs.actions.linkToMatchedRecordsErrorsCsvFile.QUERY": "File with errors encountered during the record matching",
"logs.actions.linkToModifiedRecordsCsvFile.QUERY": "File with the preview of proposed changes",
"logs.actions.linkToCommittedRecordsCsvFile.QUERY": "File with updated records",
"logs.actions.linkToCommittedRecordsErrorsCsvFile.QUERY": "File with errors encountered when committing the changes",
"logs.filter.title.status": "Statuses",
"logs.filter.title.capability": "Record types",
"logs.filter.title.types": "Bulk operation type",
Expand Down
Loading