From 2ece4e7cbb40db5cc9632ce8b50dc80679db72d4 Mon Sep 17 00:00:00 2001 From: SimonOriginal Date: Mon, 24 Jun 2024 18:12:39 +0200 Subject: [PATCH] Add Ukrainian translation for keys + formatin --- src/lib/components/chat/Settings/General.svelte | 4 +++- src/lib/components/chat/Settings/Interface.svelte | 4 +++- src/lib/i18n/locales/uk-UA/translation.json | 10 +++++----- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/lib/components/chat/Settings/General.svelte b/src/lib/components/chat/Settings/General.svelte index f1960009a..ee6a88fc8 100644 --- a/src/lib/components/chat/Settings/General.svelte +++ b/src/lib/components/chat/Settings/General.svelte @@ -32,7 +32,9 @@ saveSettings({ notificationEnabled: notificationEnabled }); } else { toast.error( - $i18n.t('Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.') + $i18n.t( ++ 'Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.' ++ ) ); } }; diff --git a/src/lib/components/chat/Settings/Interface.svelte b/src/lib/components/chat/Settings/Interface.svelte index a2bcd08f1..23a9b55f1 100644 --- a/src/lib/components/chat/Settings/Interface.svelte +++ b/src/lib/components/chat/Settings/Interface.svelte @@ -111,7 +111,9 @@ saveSettings({ responseAutoCopy: responseAutoCopy }); } else { toast.error( - $i18n.t('Clipboard write permission denied. Please check your browser settings to grant the necessary access.') + $i18n.t( ++ 'Clipboard write permission denied. Please check your browser settings to grant the necessary access.' ++ ) ); } }; diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json index c1988a9f1..38d346c4b 100644 --- a/src/lib/i18n/locales/uk-UA/translation.json +++ b/src/lib/i18n/locales/uk-UA/translation.json @@ -107,10 +107,10 @@ "Click here to select documents.": "Натисніть тут, щоб обрати документи.", "click here.": "клацніть тут.", "Click on the user role button to change a user's role.": "Натисніть кнопку ролі користувача, щоб змінити роль користувача.", - "Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "", + "Clipboard write permission denied. Please check your browser settings to grant the necessary access.": "Відмовлено в дозволі на запис до буфера обміну. Будь ласка, перевірте налаштування вашого браузера, щоб надати необхідний доступ.", "Clone": "Клонувати", "Close": "Закрити", - "Code formatted successfully": "", + "Code formatted successfully": "Код успішно відформатовано", "Collection": "Колекція", "ComfyUI": "ComfyUI", "ComfyUI Base URL": "URL-адреса ComfyUI", @@ -446,7 +446,7 @@ "Reset Upload Directory": "Скинути каталог завантажень", "Reset Vector Storage": "Скинути векторне сховище", "Response AutoCopy to Clipboard": "Автокопіювання відповіді в буфер обміну", - "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", + "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "Сповіщення про відповіді не можуть бути активовані, оскільки вам було відмовлено в доступі до веб-сайту. Будь ласка, відвідайте налаштування вашого браузера, щоб надати необхідний доступ.", "Role": "Роль", "Rosé Pine": "Rosé Pine", "Rosé Pine Dawn": "Rosé Pine Dawn", @@ -606,13 +606,13 @@ "use_mlock (Ollama)": "use_mlock (Ollama)", "use_mmap (Ollama)": "use_mmap (Ollama)", "user": "користувач", - "User location successfully retrieved.": "", + "User location successfully retrieved.": "Місцезнаходження користувача успішно знайдено.", "User Permissions": "Права користувача", "Users": "Користувачі", "Utilize": "Використовувати", "Valid time units:": "Дійсні одиниці часу:", "Valves": "Клапани", - "Valves updated": "", + "Valves updated": "Клапани оновлено", "Valves updated successfully": "Клапани успішно оновлено", "variable": "змінна", "variable to have them replaced with clipboard content.": "змінна, щоб замінити їх вмістом буфера обміну.",