From 2a881988cd21c23fe9d08083216ffe796cc84eec Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Fri, 21 Oct 2022 16:17:51 +0200 Subject: [PATCH] Fix missing locales --- app/Locale/ChineseSimplified.php | 1 + app/Locale/ChineseTraditional.php | 1 + app/Locale/Czech.php | 1 + app/Locale/Dutch.php | 1 + app/Locale/English.php | 1 + app/Locale/French.php | 1 + app/Locale/German.php | 1 + app/Locale/Greek.php | 1 + app/Locale/Italian.php | 1 + app/Locale/NorwegianBokmal.php | 1 + app/Locale/Polish.php | 1 + app/Locale/Portuguese.php | 1 + app/Locale/Russian.php | 1 + app/Locale/Slovak.php | 1 + app/Locale/Spanish.php | 1 + app/Locale/Swedish.php | 1 + app/Locale/Vietnamese.php | 1 + 17 files changed, 17 insertions(+) diff --git a/app/Locale/ChineseSimplified.php b/app/Locale/ChineseSimplified.php index ed10921c862..87f07229077 100644 --- a/app/Locale/ChineseSimplified.php +++ b/app/Locale/ChineseSimplified.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'OK', 'RETRY' => '重试', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => '登录信息已更新.', 'SETTINGS_SUCCESS_SORT' => '排序顺序已更新。', diff --git a/app/Locale/ChineseTraditional.php b/app/Locale/ChineseTraditional.php index 491a6455b51..54593078b6e 100644 --- a/app/Locale/ChineseTraditional.php +++ b/app/Locale/ChineseTraditional.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => '好', 'RETRY' => '重試', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => '登錄信息已更新', 'SETTINGS_SUCCESS_SORT' => '排序順序已更新。', diff --git a/app/Locale/Czech.php b/app/Locale/Czech.php index a94a3576fa7..fa8d5e3ad13 100644 --- a/app/Locale/Czech.php +++ b/app/Locale/Czech.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'OK', 'RETRY' => 'Opakovat', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => 'Přihlašovací údaje byly aktualizovány.', 'SETTINGS_SUCCESS_SORT' => 'Stav řazení byl aktulizován.', diff --git a/app/Locale/Dutch.php b/app/Locale/Dutch.php index 9f88f08af35..1572c919989 100644 --- a/app/Locale/Dutch.php +++ b/app/Locale/Dutch.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'OK', 'RETRY' => 'Probeer opnieuw', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => 'Login Info updated.', 'SETTINGS_SUCCESS_SORT' => 'Sorting order updated.', diff --git a/app/Locale/English.php b/app/Locale/English.php index 9b41ffdc5eb..dc21537b33c 100644 --- a/app/Locale/English.php +++ b/app/Locale/English.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'OK', 'RETRY' => 'Retry', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => 'Login Info updated.', 'SETTINGS_SUCCESS_SORT' => 'Sorting order updated.', diff --git a/app/Locale/French.php b/app/Locale/French.php index 7c2376757b3..bb56e4eec9e 100644 --- a/app/Locale/French.php +++ b/app/Locale/French.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'OK', 'RETRY' => 'Réessayer', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => 'Informations de connexions mise à jour.', 'SETTINGS_SUCCESS_SORT' => 'Ordre d’affichage mis à jour.', diff --git a/app/Locale/German.php b/app/Locale/German.php index a9f1f1e5922..c7a66750d86 100644 --- a/app/Locale/German.php +++ b/app/Locale/German.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'OK', 'RETRY' => 'Noch einmal versuchen', 'OVERRIDE' => 'Überschreiben', + 'TAGS_OVERRIDE_INFO' => 'Wenn das nicht aktiviert ist, werden die Tags zu den vorhandenen Tags des Fotos hinzugefügt.', 'SETTINGS_SUCCESS_LOGIN' => 'Benutzerdaten aktualisiert', 'SETTINGS_SUCCESS_SORT' => 'Sortierreihenfolge aktualisiert', diff --git a/app/Locale/Greek.php b/app/Locale/Greek.php index 28cb1693789..bf8697bb83e 100644 --- a/app/Locale/Greek.php +++ b/app/Locale/Greek.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'OK', 'RETRY' => 'Προσπάθεια ξανά', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => 'Τα στοιχεία εισόδου ενημερώθηκαν.', 'SETTINGS_SUCCESS_SORT' => 'Η Ταξινόμηση ενημερώθηκε.', diff --git a/app/Locale/Italian.php b/app/Locale/Italian.php index ca3adab8029..7dbedb8eeac 100644 --- a/app/Locale/Italian.php +++ b/app/Locale/Italian.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'OK', 'RETRY' => 'Riprova', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => 'Informazioni di Login Aggiornate.', 'SETTINGS_SUCCESS_SORT' => 'Modalità di ordinamento aggiornate.', diff --git a/app/Locale/NorwegianBokmal.php b/app/Locale/NorwegianBokmal.php index 3cc3ced64b9..7c5dfd34275 100644 --- a/app/Locale/NorwegianBokmal.php +++ b/app/Locale/NorwegianBokmal.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'OK', 'RETRY' => 'Prøv igjen', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => 'Innlogging oppdatert.', 'SETTINGS_SUCCESS_SORT' => 'Sorteringsrekkefølge oppdatert.', diff --git a/app/Locale/Polish.php b/app/Locale/Polish.php index f0977fd35d4..bb956023b20 100644 --- a/app/Locale/Polish.php +++ b/app/Locale/Polish.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'OK', 'RETRY' => 'Ponów', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => 'Zaktualizowano informacje o loginie.', 'SETTINGS_SUCCESS_SORT' => 'Zaktualizowano kolejność sortowania.', diff --git a/app/Locale/Portuguese.php b/app/Locale/Portuguese.php index 4dd261762b2..82a456cf6a2 100644 --- a/app/Locale/Portuguese.php +++ b/app/Locale/Portuguese.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'OK', 'RETRY' => 'Tentar de novo', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => 'Informação de Login atualizada.', 'SETTINGS_SUCCESS_SORT' => 'Ordenação atualizada.', diff --git a/app/Locale/Russian.php b/app/Locale/Russian.php index 785d76fc642..860145d44db 100644 --- a/app/Locale/Russian.php +++ b/app/Locale/Russian.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'Ок', 'RETRY' => 'Повторить', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => 'Учётные данные обновлены.', 'SETTINGS_SUCCESS_SORT' => 'Порядок сортировки обновлён.', diff --git a/app/Locale/Slovak.php b/app/Locale/Slovak.php index 9ecd3c926b6..a9ead834756 100644 --- a/app/Locale/Slovak.php +++ b/app/Locale/Slovak.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'OK', 'RETRY' => 'Opakovať', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => 'Užívateľské dáta aktualizované', 'SETTINGS_SUCCESS_SORT' => 'Triedenie aktualizované', diff --git a/app/Locale/Spanish.php b/app/Locale/Spanish.php index e048120af57..bf833961616 100644 --- a/app/Locale/Spanish.php +++ b/app/Locale/Spanish.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'Vale', 'RETRY' => 'Procesar de nuevo', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => 'Información de inicio de sesión actualizada', 'SETTINGS_SUCCESS_SORT' => 'Orden de clasificación actualizado', diff --git a/app/Locale/Swedish.php b/app/Locale/Swedish.php index 7ac6a0a8f34..e27a38694e9 100644 --- a/app/Locale/Swedish.php +++ b/app/Locale/Swedish.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'OK', 'RETRY' => 'Försök igen', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => 'Login Info updated.', 'SETTINGS_SUCCESS_SORT' => 'Sorting order updated.', diff --git a/app/Locale/Vietnamese.php b/app/Locale/Vietnamese.php index 30bf3eda965..5b4e2467c33 100644 --- a/app/Locale/Vietnamese.php +++ b/app/Locale/Vietnamese.php @@ -298,6 +298,7 @@ public function get_locale(): array 'SUCCESS' => 'OK', 'RETRY' => 'Thử lại', 'OVERRIDE' => 'Override', + 'TAGS_OVERRIDE_INFO' => 'If this is unchecked, the tags will be added to the existing tags of the photo.', 'SETTINGS_SUCCESS_LOGIN' => 'Thông tin đăng nhập đã được cập nhật.', 'SETTINGS_SUCCESS_SORT' => 'Thứ tự sắp xếp đã được cập nhật.',