From 6b69f82d6d695ba2093ba08c44c6165a3246b7e2 Mon Sep 17 00:00:00 2001 From: reetagithub <51482276+reetagithub@users.noreply.github.com> Date: Mon, 15 Feb 2021 09:56:39 +0200 Subject: [PATCH 1/2] Update fi.json5 Changed the Finnish translations of two 'has files' translation keys, namely search.filters.filter.has_content_in_original_bundle.head and search.filters.applied.f.has_content_in_original_bundle --- src/assets/i18n/fi.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/i18n/fi.json5 b/src/assets/i18n/fi.json5 index fdc1a491ef..8fe22e654e 100644 --- a/src/assets/i18n/fi.json5 +++ b/src/assets/i18n/fi.json5 @@ -2847,7 +2847,7 @@ "search.filters.applied.f.entityType": "Tietueen tyyppi", // "search.filters.applied.f.has_content_in_original_bundle": "Has files", - "search.filters.applied.f.has_content_in_original_bundle": "Tiedostot:", + "search.filters.applied.f.has_content_in_original_bundle": "On tiedostoja", // "search.filters.applied.f.itemtype": "Type", "search.filters.applied.f.itemtype": "Tyyppi", @@ -2939,7 +2939,7 @@ "search.filters.filter.entityType.placeholder": "Tietueen tyyppi", // "search.filters.filter.has_content_in_original_bundle.head": "Has files", - "search.filters.filter.has_content_in_original_bundle.head": "Tiedostot:", + "search.filters.filter.has_content_in_original_bundle.head": "On tiedostoja", // "search.filters.filter.itemtype.head": "Type", "search.filters.filter.itemtype.head": "Tyyppi", From be09ea939c0b4cc21c79249ae440c99c7969df41 Mon Sep 17 00:00:00 2001 From: reetagithub <51482276+reetagithub@users.noreply.github.com> Date: Mon, 15 Feb 2021 10:29:51 +0200 Subject: [PATCH 2/2] Update fi.json5 Due to different grammar in Finnish, removed comma from the key "uploader.or" --- src/assets/i18n/fi.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/i18n/fi.json5 b/src/assets/i18n/fi.json5 index 8fe22e654e..24946bfb0c 100644 --- a/src/assets/i18n/fi.json5 +++ b/src/assets/i18n/fi.json5 @@ -3611,7 +3611,7 @@ "uploader.drag-message": "Raahaa tiedostot tähän", // "uploader.or": ", or", - "uploader.or": ", tai", + "uploader.or": " tai", // "uploader.processing": "Processing", "uploader.processing": "Käsitellään",