From 0718f62b79a3771fda22e01dd511790170f70445 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:11:01 +1000 Subject: [PATCH] Internationalisation --- .../SceneDuplicateChecker/SceneDuplicateChecker.tsx | 4 +++- ui/v2.5/src/locales/en-GB.json | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ui/v2.5/src/components/SceneDuplicateChecker/SceneDuplicateChecker.tsx b/ui/v2.5/src/components/SceneDuplicateChecker/SceneDuplicateChecker.tsx index 12ce0ee9591..3d6a1c6fdb3 100644 --- a/ui/v2.5/src/components/SceneDuplicateChecker/SceneDuplicateChecker.tsx +++ b/ui/v2.5/src/components/SceneDuplicateChecker/SceneDuplicateChecker.tsx @@ -735,7 +735,9 @@ export const SceneDuplicateChecker: React.FC = () => { { setChkSafeSelect(e.target.checked); diff --git a/ui/v2.5/src/locales/en-GB.json b/ui/v2.5/src/locales/en-GB.json index d5f4fa00ab9..76c6be33c14 100644 --- a/ui/v2.5/src/locales/en-GB.json +++ b/ui/v2.5/src/locales/en-GB.json @@ -918,6 +918,7 @@ "equal": "Equal" }, "found_sets": "{setCount, plural, one{# set of duplicates found.} other {# sets of duplicates found.}}", + "only_select_matching_codecs": "Only select if all codecs match in the duplicate group", "options": { "exact": "Exact", "high": "High", @@ -925,12 +926,12 @@ "medium": "Medium" }, "search_accuracy_label": "Search Accuracy", - "title": "Duplicate Scenes", "select_options" : "Select Options…", "select_all_but_largest_file": "Select every file in each duplicated group, except the largest file", "select_none": "Select None", "select_oldest": "Select the oldest file in the duplicate group", - "select_youngest": "Select the youngest file in the duplicate group" + "select_youngest": "Select the youngest file in the duplicate group", + "title": "Duplicate Scenes" }, "duplicated_phash": "Duplicated (phash)", "duration": "Duration",