From e2e26b53b317add19915d26ccceb519551713ecc Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Mon, 26 May 2025 11:07:40 +0200 Subject: [PATCH] chore(translations): update translations via Crowdin (#575) --- frontend/messages/cs-CZ.json | 4 +++- frontend/messages/de-DE.json | 4 +++- frontend/messages/es-ES.json | 4 +++- frontend/messages/it-IT.json | 4 +++- frontend/messages/nl-NL.json | 4 +++- frontend/messages/pl-PL.json | 4 +++- frontend/messages/pt-BR.json | 4 +++- frontend/messages/pt-PT.json | 4 +++- frontend/messages/ru-RU.json | 4 +++- 9 files changed, 27 insertions(+), 9 deletions(-) diff --git a/frontend/messages/cs-CZ.json b/frontend/messages/cs-CZ.json index 46e31712..23bf6af8 100644 --- a/frontend/messages/cs-CZ.json +++ b/frontend/messages/cs-CZ.json @@ -346,5 +346,7 @@ "authorize_device": "Autorizovat zařízení", "the_device_has_been_authorized": "Zařízení bylo autorizováno.", "enter_code_displayed_in_previous_step": "Zadejte kód, který byl zobrazen v předchozím kroku.", - "authorize": "Autorizovat" + "authorize": "Autorizovat", + "oidc_allowed_group_count": "Allowed Group Count", + "unrestricted": "Unrestricted" } diff --git a/frontend/messages/de-DE.json b/frontend/messages/de-DE.json index 7b846b36..b66435d7 100644 --- a/frontend/messages/de-DE.json +++ b/frontend/messages/de-DE.json @@ -346,5 +346,7 @@ "authorize_device": "Gerät autorisieren", "the_device_has_been_authorized": "Das Gerät wurde autorisiert.", "enter_code_displayed_in_previous_step": "Gib den Code ein, der im vorherigen Schritt angezeigt wurde.", - "authorize": "Autorisieren" + "authorize": "Autorisieren", + "oidc_allowed_group_count": "Allowed Group Count", + "unrestricted": "Unrestricted" } diff --git a/frontend/messages/es-ES.json b/frontend/messages/es-ES.json index 78208abc..629b6b63 100644 --- a/frontend/messages/es-ES.json +++ b/frontend/messages/es-ES.json @@ -346,5 +346,7 @@ "authorize_device": "Authorize Device", "the_device_has_been_authorized": "The device has been authorized.", "enter_code_displayed_in_previous_step": "Enter the code that was displayed in the previous step.", - "authorize": "Authorize" + "authorize": "Authorize", + "oidc_allowed_group_count": "Allowed Group Count", + "unrestricted": "Unrestricted" } diff --git a/frontend/messages/it-IT.json b/frontend/messages/it-IT.json index cdd9c450..7b3bd982 100644 --- a/frontend/messages/it-IT.json +++ b/frontend/messages/it-IT.json @@ -346,5 +346,7 @@ "authorize_device": "Autorizza Dispositivo", "the_device_has_been_authorized": "Il dispositivo è stato autorizzato.", "enter_code_displayed_in_previous_step": "Inserisci il codice visualizzato nel passaggio precedente.", - "authorize": "Autorizza" + "authorize": "Autorizza", + "oidc_allowed_group_count": "Allowed Group Count", + "unrestricted": "Unrestricted" } diff --git a/frontend/messages/nl-NL.json b/frontend/messages/nl-NL.json index e262b708..84c4d93c 100644 --- a/frontend/messages/nl-NL.json +++ b/frontend/messages/nl-NL.json @@ -346,5 +346,7 @@ "authorize_device": "Authorize Device", "the_device_has_been_authorized": "The device has been authorized.", "enter_code_displayed_in_previous_step": "Enter the code that was displayed in the previous step.", - "authorize": "Authorize" + "authorize": "Authorize", + "oidc_allowed_group_count": "Allowed Group Count", + "unrestricted": "Unrestricted" } diff --git a/frontend/messages/pl-PL.json b/frontend/messages/pl-PL.json index 731d429f..2ffd4699 100644 --- a/frontend/messages/pl-PL.json +++ b/frontend/messages/pl-PL.json @@ -346,5 +346,7 @@ "authorize_device": "Autoryzuj urządzenie", "the_device_has_been_authorized": "Urządzenie zostało autoryzowane.", "enter_code_displayed_in_previous_step": "Wprowadź kod wyświetlony w poprzednim kroku.", - "authorize": "Autoryzuj" + "authorize": "Autoryzuj", + "oidc_allowed_group_count": "Allowed Group Count", + "unrestricted": "Unrestricted" } diff --git a/frontend/messages/pt-BR.json b/frontend/messages/pt-BR.json index 6b3a9ee5..dcc2c3f6 100644 --- a/frontend/messages/pt-BR.json +++ b/frontend/messages/pt-BR.json @@ -346,5 +346,7 @@ "authorize_device": "Authorize Device", "the_device_has_been_authorized": "The device has been authorized.", "enter_code_displayed_in_previous_step": "Enter the code that was displayed in the previous step.", - "authorize": "Authorize" + "authorize": "Authorize", + "oidc_allowed_group_count": "Allowed Group Count", + "unrestricted": "Unrestricted" } diff --git a/frontend/messages/pt-PT.json b/frontend/messages/pt-PT.json index 67f82cd1..93837d54 100644 --- a/frontend/messages/pt-PT.json +++ b/frontend/messages/pt-PT.json @@ -346,5 +346,7 @@ "authorize_device": "Authorize Device", "the_device_has_been_authorized": "The device has been authorized.", "enter_code_displayed_in_previous_step": "Enter the code that was displayed in the previous step.", - "authorize": "Authorize" + "authorize": "Authorize", + "oidc_allowed_group_count": "Allowed Group Count", + "unrestricted": "Unrestricted" } diff --git a/frontend/messages/ru-RU.json b/frontend/messages/ru-RU.json index 58904d05..c7f29c7d 100644 --- a/frontend/messages/ru-RU.json +++ b/frontend/messages/ru-RU.json @@ -346,5 +346,7 @@ "authorize_device": "Авторизовать устройство", "the_device_has_been_authorized": "Устройство авторизовано.", "enter_code_displayed_in_previous_step": "Введите код, который был отображен на предыдущем шаге.", - "authorize": "Авторизируйте" + "authorize": "Авторизируйте", + "oidc_allowed_group_count": "Allowed Group Count", + "unrestricted": "Unrestricted" }