From f5f36b3d2ff3b39895fa30df647b11cb8164cd91 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 21 Jan 2025 10:38:36 +0800 Subject: [PATCH] refactor(webui): extract missing translation strings --- komga-webui/src/locales/en.json | 3 +++ komga-webui/src/views/ImportReadList.vue | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/komga-webui/src/locales/en.json b/komga-webui/src/locales/en.json index eadef7bc4..b427e82ec 100644 --- a/komga-webui/src/locales/en.json +++ b/komga-webui/src/locales/en.json @@ -224,8 +224,10 @@ "dismiss": "Dismiss", "download": "Download", "drag_drop": "drag and drop", + "duplicate": "Duplicate", "email": "Email", "epub": "Epub", + "error": "Error", "filename": "Filename", "filter_no_matches": "The active filter has no matches", "genre": "Genre", @@ -240,6 +242,7 @@ "lock_all": "Lock all", "n_selected": "{count} selected", "nothing_to_show": "Nothing to show", + "ok": "OK", "oneshot": "One-shot", "outdated": "Outdated", "page": "Page", diff --git a/komga-webui/src/views/ImportReadList.vue b/komga-webui/src/views/ImportReadList.vue index d92bd6b57..48af9917a 100644 --- a/komga-webui/src/views/ImportReadList.vue +++ b/komga-webui/src/views/ImportReadList.vue @@ -31,9 +31,9 @@ - OK - Error - Duplicate + {{ $t('common.ok') }} + {{ $t('common.error') }} + {{ $t('common.duplicate') }}