From 6141092f298c87e54efcaf4e7f1dddf092868100 Mon Sep 17 00:00:00 2001 From: Pascal Jufer Date: Mon, 22 May 2023 17:24:58 +0200 Subject: [PATCH] Enhance translations in export sidebar (#18686) * Enhance translations in export sidebar * Create warm-pumas-provide.md --- .changeset/warm-pumas-provide.md | 5 +++++ app/src/lang/translations/en-US.yaml | 4 ++-- app/src/views/private/components/export-sidebar-detail.vue | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .changeset/warm-pumas-provide.md diff --git a/.changeset/warm-pumas-provide.md b/.changeset/warm-pumas-provide.md new file mode 100644 index 0000000000000..f7c072e6ad42b --- /dev/null +++ b/.changeset/warm-pumas-provide.md @@ -0,0 +1,5 @@ +--- +"@directus/app": patch +--- + +Enhanced translations in export sidebar diff --git a/app/src/lang/translations/en-US.yaml b/app/src/lang/translations/en-US.yaml index 2e540d22c24bd..8ffdea76fd9f9 100644 --- a/app/src/lang/translations/en-US.yaml +++ b/app/src/lang/translations/en-US.yaml @@ -465,9 +465,9 @@ download_file: Download File open_file_in_tab: Open file in new tab start_export: Start Export not_available_for_local_downloads: Not available for local downloads -exporting_all_items_in_collection: Exporting all {total} items within {collection}. +exporting_all_items_in_collection: Exporting all items ({total}) within {collection}. exporting_limited_items_in_collection: Exporting {limit} out of {total} items within {collection}. -exporting_no_items_to_export: No items to export. Adjust the exporting configuration below. +exporting_no_items_to_export: No items to export. Adjust the exporting configuration. exporting_download_hint: Once completed, this {format} file will automatically be downloaded to your device. exporting_batch_hint: This export will be processed in batches, and once completed, the {format} file will be saved to the File Library. exporting_batch_hint_forced: diff --git a/app/src/views/private/components/export-sidebar-detail.vue b/app/src/views/private/components/export-sidebar-detail.vue index d4751c3afb883..6ac26691c67a3 100644 --- a/app/src/views/private/components/export-sidebar-detail.vue +++ b/app/src/views/private/components/export-sidebar-detail.vue @@ -169,15 +169,15 @@