From ac7ba9c8a78bc320896257daf6460a67222929ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=8A=E1=B4=8F=E1=B4=87=20=E1=B4=84=CA=9C=E1=B4=87?= =?UTF-8?q?=C9=B4?= Date: Sat, 31 Jan 2026 16:07:47 -0500 Subject: [PATCH] locale: sync from Crowdin (#8131) --- conf/locale/locale_bg-BG.ini | 3 + conf/locale/locale_cs-CZ.ini | 3 + conf/locale/locale_de-DE.ini | 3 + conf/locale/locale_en-GB.ini | 3 + conf/locale/locale_es-ES.ini | 3 + conf/locale/locale_fa-IR.ini | 3 + conf/locale/locale_fi-FI.ini | 3 + conf/locale/locale_fr-FR.ini | 3 + conf/locale/locale_gl-ES.ini | 3 + conf/locale/locale_hu-HU.ini | 3 + conf/locale/locale_id-ID.ini | 3 + conf/locale/locale_it-IT.ini | 3 + conf/locale/locale_ja-JP.ini | 3 + conf/locale/locale_ko-KR.ini | 3 + conf/locale/locale_lv-LV.ini | 3 + conf/locale/locale_mn-MN.ini | 3 + conf/locale/locale_nl-NL.ini | 3 + conf/locale/locale_pl-PL.ini | 3 + conf/locale/locale_pt-BR.ini | 3 + conf/locale/locale_pt-PT.ini | 157 ++++++++++++++++++----------------- conf/locale/locale_ro-RO.ini | 3 + conf/locale/locale_ru-RU.ini | 3 + conf/locale/locale_sk-SK.ini | 3 + conf/locale/locale_sr-SP.ini | 3 + conf/locale/locale_sv-SE.ini | 3 + conf/locale/locale_tr-TR.ini | 3 + conf/locale/locale_uk-UA.ini | 3 + conf/locale/locale_vi-VN.ini | 3 + conf/locale/locale_zh-CN.ini | 3 + conf/locale/locale_zh-HK.ini | 3 + conf/locale/locale_zh-TW.ini | 3 + 31 files changed, 170 insertions(+), 77 deletions(-) diff --git a/conf/locale/locale_bg-BG.ini b/conf/locale/locale_bg-BG.ini index 825d11aa8..a491db07b 100644 --- a/conf/locale/locale_bg-BG.ini +++ b/conf/locale/locale_bg-BG.ini @@ -494,6 +494,8 @@ branches.stale_branches=Застинали клонове branches.all=Всички клонове branches.updated_by=Актуализирани %[1]s от %[2]s branches.change_default_branch=Промяна на клон по подразбиране +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Нов файл editor.upload_file=Качи файл @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_cs-CZ.ini b/conf/locale/locale_cs-CZ.ini index 1b8e72864..b6c8c7240 100644 --- a/conf/locale/locale_cs-CZ.ini +++ b/conf/locale/locale_cs-CZ.ini @@ -494,6 +494,8 @@ branches.stale_branches=Zastaralé větve branches.all=Všechny větve branches.updated_by=%[2]s změnil %[1]s branches.change_default_branch=Změnit výchozí větev +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Nový soubor editor.upload_file=Nahrát soubor @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_de-DE.ini b/conf/locale/locale_de-DE.ini index 24e10276b..07fc5aa46 100644 --- a/conf/locale/locale_de-DE.ini +++ b/conf/locale/locale_de-DE.ini @@ -494,6 +494,8 @@ branches.stale_branches=Alte Branches branches.all=Alle Branches branches.updated_by=Aktualisiert %[1]s von %[2]s branches.change_default_branch=Ändere Standard-Branch +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Neue Datei editor.upload_file=Datei hochladen @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Fehler beim Senden der Test-E-Mail an '%s': %v config.email.test_mail_sent=Test-E-Mail wurde an '%s ' gesendet. config.auth_config=Authentifizierungskonfiguration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Aktivierungscode Lebensdauer config.auth.reset_password_code_lives=Gültigkeitsdauer Zurücksetzungs-Code config.auth.require_email_confirm=E-Mail-Bestätigung erforderlich diff --git a/conf/locale/locale_en-GB.ini b/conf/locale/locale_en-GB.ini index 36d7a6ef3..294506ff4 100644 --- a/conf/locale/locale_en-GB.ini +++ b/conf/locale/locale_en-GB.ini @@ -501,6 +501,8 @@ branches.stale_branches=Stale Branches branches.all=All Branches branches.updated_by=Updated %[1]s by %[2]s branches.change_default_branch=Change Default Branch +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=New file editor.upload_file=Upload file @@ -1346,6 +1348,7 @@ config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives diff --git a/conf/locale/locale_es-ES.ini b/conf/locale/locale_es-ES.ini index f6c308a4b..6369bc58e 100644 --- a/conf/locale/locale_es-ES.ini +++ b/conf/locale/locale_es-ES.ini @@ -494,6 +494,8 @@ branches.stale_branches=Ramas Viejas branches.all=Todas las Ramas branches.updated_by=%[1]s actualizado por %[2]s branches.change_default_branch=Cambiar la Rama por Defecto +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Nuevo archivo editor.upload_file=Subir archivo @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Error al enviar correo electrónico de prueba a '% config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_fa-IR.ini b/conf/locale/locale_fa-IR.ini index 0ba585c47..0c31d2109 100644 --- a/conf/locale/locale_fa-IR.ini +++ b/conf/locale/locale_fa-IR.ini @@ -496,6 +496,8 @@ branches.stale_branches=شاخه های قدیمی branches.all=همه شاخه branches.updated_by=%[1]s به روزشده توسط %[2]s branches.change_default_branch=تغییر شاخه ی پیش فرض +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=پرونده جدید editor.upload_file=بارگذاری پرونده @@ -1276,6 +1278,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_fi-FI.ini b/conf/locale/locale_fi-FI.ini index e7b9a557e..21926a7f6 100644 --- a/conf/locale/locale_fi-FI.ini +++ b/conf/locale/locale_fi-FI.ini @@ -494,6 +494,8 @@ branches.stale_branches=Passivoituneet haarat branches.all=Kaikki haarat branches.updated_by=Päivitetty %[1]s %[2]s branches.change_default_branch=Muuta oletushaaraa +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Uusi tiedosto editor.upload_file=Liitä tiedosto @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Testisähköpostin lähettäminen vastaanottajalle config.email.test_mail_sent=Testi sähköposti on lähetetty vastaanottajalle '%s'. config.auth_config=Todennuksen asetukset +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Aktiivinen koodi elämät ennen vanhenemista config.auth.reset_password_code_lives=Nollaa salasana koodi elämät config.auth.require_email_confirm=Vaadi sähköpostivahvistus diff --git a/conf/locale/locale_fr-FR.ini b/conf/locale/locale_fr-FR.ini index b6270a931..98426d54f 100644 --- a/conf/locale/locale_fr-FR.ini +++ b/conf/locale/locale_fr-FR.ini @@ -494,6 +494,8 @@ branches.stale_branches=Branches stagnantes branches.all=Toutes les Branches branches.updated_by=Mise à jour %[1]s par %[2]s branches.change_default_branch=Changer la Branche par Défaut +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Nouveau fichier editor.upload_file=Téléverser un fichier @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Impossible d'envoyer un e-mail de test à '%s' : config.email.test_mail_sent=Un e-mail de test à été envoyé à '%s'. config.auth_config=Configuration de l'authentification +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activer les vies sur les codes config.auth.reset_password_code_lives=Vies sur les codes de réinitialisation des mots de passes config.auth.require_email_confirm=Nécessite une confirmation par e-mail diff --git a/conf/locale/locale_gl-ES.ini b/conf/locale/locale_gl-ES.ini index 3e2747fe5..cec2baf67 100644 --- a/conf/locale/locale_gl-ES.ini +++ b/conf/locale/locale_gl-ES.ini @@ -495,6 +495,8 @@ branches.stale_branches=Stale Branches branches.all=All Branches branches.updated_by=Updated %[1]s by %[2]s branches.change_default_branch=Change Default Branch +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Novo arquivo editor.upload_file=Subir arquivo @@ -1275,6 +1277,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_hu-HU.ini b/conf/locale/locale_hu-HU.ini index 3a5466a2f..01a042eb7 100644 --- a/conf/locale/locale_hu-HU.ini +++ b/conf/locale/locale_hu-HU.ini @@ -494,6 +494,8 @@ branches.stale_branches=Elavult ágak branches.all=Minden ág branches.updated_by=Frissítve ekkor: %[1]s %[2]s által branches.change_default_branch=Alapértelmezett ág megváltoztatása +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Új fájl editor.upload_file=Fájl feltöltése @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Nem sikerült kiküldeni a teszt e-mailt '%s'-nek: config.email.test_mail_sent=Teszt e-mail kiküldve '%s'-nek. config.auth_config=Hitelesítési beállítások +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Jelszó visszaállítási kód élettartama config.auth.require_email_confirm=E-mail megerősítés szükségessé tétele diff --git a/conf/locale/locale_id-ID.ini b/conf/locale/locale_id-ID.ini index 6dd77ae84..7b1fe574e 100644 --- a/conf/locale/locale_id-ID.ini +++ b/conf/locale/locale_id-ID.ini @@ -494,6 +494,8 @@ branches.stale_branches=Cabang Basi branches.all=Semua Cabang branches.updated_by=Diperbarui %[1]s oleh %[2]s branches.change_default_branch=Ubah Cabang Default +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Berkas baru editor.upload_file=Unggah Berkas @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Gagal mengirim surel uji ke '%s': %v config.email.test_mail_sent=Surel uji telah dikirim ke '%s'. config.auth_config=Konfigurasi otentikasi +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Perlu konfirmasi surel diff --git a/conf/locale/locale_it-IT.ini b/conf/locale/locale_it-IT.ini index 4626410ef..e93418ec0 100644 --- a/conf/locale/locale_it-IT.ini +++ b/conf/locale/locale_it-IT.ini @@ -494,6 +494,8 @@ branches.stale_branches=Stale Branches branches.all=Tutti i rami (branch) branches.updated_by=Updated %[1]s by %[2]s branches.change_default_branch=Cambia branch di default +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Nuovo file editor.upload_file=Carica File @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index d7048b74a..94f388334 100644 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -494,6 +494,8 @@ branches.stale_branches=古いブランチ branches.all=すべてのブランチ branches.updated_by=%[1]s が %[2]s によって更新されました branches.change_default_branch=デフォルトブランチの変更 +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=新規ファイル editor.upload_file=ファイルをアップロード @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_ko-KR.ini b/conf/locale/locale_ko-KR.ini index 92152212c..69e72d01e 100644 --- a/conf/locale/locale_ko-KR.ini +++ b/conf/locale/locale_ko-KR.ini @@ -495,6 +495,8 @@ branches.stale_branches=오래된 브랜치 branches.all=모든 브랜치 branches.updated_by=%[2]s이 %[1]s를 업데이트 branches.change_default_branch=기본 브랜치 변경 +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=파일 생성 editor.upload_file=파일 업로드 @@ -1276,6 +1278,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent='%s'로 테스트 이메일을 보냈습니다. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=이메일 인증 필요 diff --git a/conf/locale/locale_lv-LV.ini b/conf/locale/locale_lv-LV.ini index 9dc91c01e..98d1cf9d7 100644 --- a/conf/locale/locale_lv-LV.ini +++ b/conf/locale/locale_lv-LV.ini @@ -494,6 +494,8 @@ branches.stale_branches=Pamests atzars branches.all=Visi atzari branches.updated_by=%[2]s atjaunoja %[1]s branches.change_default_branch=Mainīt noklusēto atzaru +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Jauns fails editor.upload_file=Augšupielādēt failu @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_mn-MN.ini b/conf/locale/locale_mn-MN.ini index c1b622d38..5defd6080 100644 --- a/conf/locale/locale_mn-MN.ini +++ b/conf/locale/locale_mn-MN.ini @@ -494,6 +494,8 @@ branches.stale_branches=Хуучирсан салаанууд branches.all=Бүх салаанууд branches.updated_by=Шинэчлэгдсэн %[1]s by %[2]s branches.change_default_branch=Анхны салаа өөрчлөх +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Шинэ файл editor.upload_file=Файл хуулах @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Туршилтын имэйлийг '%s': %v рү config.email.test_mail_sent=Туршилтын имэйл '%s' рүү илгээгдлээ. config.auth_config=Authentication тохиргоо +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Кодын ашиглалтыг идэвхжүүлэх config.auth.reset_password_code_lives=Нууц үгийн кодыг шинэчлэх config.auth.require_email_confirm=Имэйлээр баталгаажуулахыг шаардана diff --git a/conf/locale/locale_nl-NL.ini b/conf/locale/locale_nl-NL.ini index 1b1d0ed80..38d8fa84d 100644 --- a/conf/locale/locale_nl-NL.ini +++ b/conf/locale/locale_nl-NL.ini @@ -494,6 +494,8 @@ branches.stale_branches=Stale Branches branches.all=All Branches branches.updated_by=Updated %[1]s by %[2]s branches.change_default_branch=Change Default Branch +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Nieuw bestand editor.upload_file=Bestand uploaden @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_pl-PL.ini b/conf/locale/locale_pl-PL.ini index 2f75cae6d..6eaab7b74 100644 --- a/conf/locale/locale_pl-PL.ini +++ b/conf/locale/locale_pl-PL.ini @@ -494,6 +494,8 @@ branches.stale_branches=Stare gałęzie branches.all=Wszystkie gałęzie branches.updated_by=Zaktualizowano %[1]s przez %[2]s branches.change_default_branch=Zmiana domyślnej gałęzi +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Nowy plik editor.upload_file=Załaduj plik @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Nie udało się wysłać wiadomości testowej do ' config.email.test_mail_sent=Wiadomość testowa została wysłana do '%s'. config.auth_config=Konfiguracja uwierzytelniania +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Wymagaj potwierdzenia adresu e-mail diff --git a/conf/locale/locale_pt-BR.ini b/conf/locale/locale_pt-BR.ini index 3d7d9a953..bfc8d88dd 100644 --- a/conf/locale/locale_pt-BR.ini +++ b/conf/locale/locale_pt-BR.ini @@ -494,6 +494,8 @@ branches.stale_branches=Branches obsoletos branches.all=Todos os branches branches.updated_by=Atualizado %[1]s por %[2]s branches.change_default_branch=Modificar branch padrão +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Novo arquivo editor.upload_file=Enviar arquivo @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_pt-PT.ini b/conf/locale/locale_pt-PT.ini index c4630b81b..4aed948ff 100644 --- a/conf/locale/locale_pt-PT.ini +++ b/conf/locale/locale_pt-PT.ini @@ -446,7 +446,7 @@ migrate.clone_address_desc=Isto pode ser um URL de HTTP/HTTPS/GIT. migrate.clone_address_desc_import_local=Você também pode migrar um repositório pelo caminho do servidor local. migrate.permission_denied=Não está autorizado a importar repositórios locais. migrate.invalid_local_path=Caminho local inválido, o caminho não existe ou não é um directório. -migrate.clone_address_resolved_to_blocked_local_address=Clone address resolved to a local network address that is implicitly blocked. +migrate.clone_address_resolved_to_blocked_local_address=Clonar endereço resolvido para um endereço de rede local implicitamente bloqueado. migrate.failed=Migração falhada: %v mirror_from=mirror de @@ -494,6 +494,8 @@ branches.stale_branches=Ramificações Obsoletas branches.all=Todas as Ramificações branches.updated_by=Atualizado %[1]s por %[2]s branches.change_default_branch=Mudar Ramificação Predefinida +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Novo Ficheiro editor.upload_file=Enviar ficheiro @@ -1202,119 +1204,120 @@ config.ssh.port=Porta exposta config.ssh.root_path=Caminho para a raíz config.ssh.keygen_path=Localização do gerador de chaves criptográficas config.ssh.key_test_path=Localização do teste das chaves criptográficas -config.ssh.minimum_key_size_check=Minimum key size check -config.ssh.minimum_key_sizes=Minimum key sizes +config.ssh.minimum_key_size_check=Verificação de tamanho mínimo da chave +config.ssh.minimum_key_sizes=Tamanhos mínimos de chaves config.ssh.rewrite_authorized_keys_at_start=Rewrite "authorized_keys" at start -config.ssh.start_builtin_server=Start builtin server +config.ssh.start_builtin_server=Iniciar servidor embutido config.ssh.listen_host=Servidor config.ssh.listen_port=Porta do servidor config.ssh.server_ciphers=Cifras do servidor -config.ssh.server_macs=Server MACs -config.ssh.server_algorithms=Server algorithms +config.ssh.server_macs=MACs do servidor +config.ssh.server_algorithms=Algoritmos do servidor config.repo_config=Configuração de repositório config.repo.root_path=Localização base config.repo.script_type=Tipo de script config.repo.ansi_chatset=ANSI charset -config.repo.force_private=Force private -config.repo.max_creation_limit=Max creation limit -config.repo.preferred_licenses=Preferred licenses -config.repo.disable_http_git=Disable HTTP Git -config.repo.enable_local_path_migration=Enable local path migration -config.repo.enable_raw_file_render_mode=Enable raw file render mode +config.repo.force_private=Forçar privado +config.repo.max_creation_limit=Limite máximo de criação +config.repo.preferred_licenses=Licenças preferidas +config.repo.disable_http_git=Desativar Git HTTP +config.repo.enable_local_path_migration=Ativar a migração de caminho local +config.repo.enable_raw_file_render_mode=Ativar o modo de renderização do ficheiro bruto config.repo.commits_fetch_concurrency=Commits fetch concurrency -config.repo.editor.line_wrap_extensions=Editor line wrap extensions +config.repo.editor.line_wrap_extensions=Extensões de quebra automática de linha do editor config.repo.editor.previewable_file_modes=Editor previewable file modes -config.repo.upload.enabled=Upload enabled -config.repo.upload.temp_path=Upload temporary path -config.repo.upload.allowed_types=Upload allowed types -config.repo.upload.file_max_size=Upload file size limit -config.repo.upload.max_files=Upload files limit +config.repo.upload.enabled=Envio ativado +config.repo.upload.temp_path=Caminho temporário para envios +config.repo.upload.allowed_types=Tipos de envios permitidos +config.repo.upload.file_max_size=Tamanho limite de ficheiros enviados +config.repo.upload.max_files=Quantidade limite de ficheiros enviados config.db_config=Configuração da base de dados -config.db.type=Type -config.db.host=Host -config.db.name=Name -config.db.schema=Schema -config.db.schema_helper=(for "postgres" only) -config.db.user=User -config.db.ssl_mode=SSL mode -config.db.ssl_mode_helper=(for "postgres" only) -config.db.path=Path -config.db.path_helper=(for "sqlite3"only) -config.db.max_open_conns=Maximum open connections -config.db.max_idle_conns=Maximum idle connections +config.db.type=Tipo +config.db.host=Anfitrião +config.db.name=Nome +config.db.schema=Esquema +config.db.schema_helper=(apenas para "postgres") +config.db.user=Utilizador +config.db.ssl_mode=Modo SSL +config.db.ssl_mode_helper=(apenas para "postgres") +config.db.path=Caminho +config.db.path_helper=(apenas para "sqlite3") +config.db.max_open_conns=Máximo de conexões abertas +config.db.max_idle_conns=Máximo de conexões ociosas -config.security_config=Security configuration -config.security.login_remember_days=Login remember days -config.security.cookie_remember_name=Remember cookie -config.security.cookie_username=Username cookie -config.security.cookie_secure=Enable secure cookie -config.security.reverse_proxy_auth_user=Reverse proxy authentication header +config.security_config=Configuração da segurança +config.security.login_remember_days=Dias lembrados de login +config.security.cookie_remember_name=Lembrar do cookie +config.security.cookie_username=Cookie do nome do utilizador +config.security.cookie_secure=Ativar cookie seguro +config.security.reverse_proxy_auth_user=Cabeçalho de autenticação de proxy reverso config.security.enable_login_status_cookie=Enable login status cookie config.security.login_status_cookie_name=Login status cookie config.security.local_network_allowlist=Local network allowlist -config.email_config=Email configuration -config.email.enabled=Enabled -config.email.subject_prefix=Subject prefix -config.email.host=Host -config.email.from=From -config.email.user=User -config.email.disable_helo=Disable HELO -config.email.helo_hostname=HELO hostname +config.email_config=Configuração de E-mail +config.email.enabled=Ativado +config.email.subject_prefix=Prefixo do assunto +config.email.host=Anfitrião +config.email.from=De +config.email.user=Utilizador +config.email.disable_helo=Desativar HELO +config.email.helo_hostname=Nome de anfitrião HELO config.email.skip_verify=Skip certificate verify -config.email.use_certificate=Use custom certificate -config.email.cert_file=Certificate file -config.email.key_file=Key file -config.email.use_plain_text=Use plain text -config.email.add_plain_text_alt=Add plain text alternative -config.email.send_test_mail=Send test email -config.email.test_mail_failed=Failed to send test email to '%s': %v -config.email.test_mail_sent=Test email has been sent to '%s'. +config.email.use_certificate=Usar certificado personalizado +config.email.cert_file=Ficheiro de certificado criptográfico +config.email.key_file=Ficheiro da chave criptográfica +config.email.use_plain_text=Usar texto simples +config.email.add_plain_text_alt=Adicionar alternativa de texto simples +config.email.send_test_mail=Enviar e-mail de teste +config.email.test_mail_failed=Falhou o envio do e-mail de teste para '%s': %v +config.email.test_mail_sent=O e-mail de teste foi enviado para '%s'. -config.auth_config=Authentication configuration +config.auth_config=Configuração da autenticação +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives -config.auth.require_email_confirm=Require email confirmation -config.auth.require_sign_in_view=Require sign in view -config.auth.disable_registration=Disable registration -config.auth.enable_registration_captcha=Enable registration captcha -config.auth.enable_reverse_proxy_authentication=Enable reverse proxy authentication -config.auth.enable_reverse_proxy_auto_registration=Enable reverse proxy auto registration -config.auth.reverse_proxy_authentication_header=Reverse proxy authentication header +config.auth.require_email_confirm=Exigir confirmação por e-mail +config.auth.require_sign_in_view=Exigir login para ver +config.auth.disable_registration=Desativar registo +config.auth.enable_registration_captcha=Ativar captcha para registar +config.auth.enable_reverse_proxy_authentication=Ativar autenticação do proxy reverso +config.auth.enable_reverse_proxy_auto_registration=Ativar o registo automático do proxy reverso +config.auth.reverse_proxy_authentication_header=Cabeçalho de autenticação de proxy reverso -config.user_config=User configuration -config.user.enable_email_notify=Enable email notification +config.user_config=Configuração do utilizador +config.user.enable_email_notify=Ativar a notificação por e-mail config.session_config=Configuração de sessão -config.session.provider=Provider -config.session.provider_config=Provider config +config.session.provider=Provedor +config.session.provider_config=Configuração do provedor config.session.cookie_name=Cookie -config.session.https_only=HTTPS only +config.session.https_only=Somente HTTPS config.session.gc_interval=GC interval config.session.max_life_time=Max life time config.session.csrf_cookie_name=CSRF cookie config.cache_config=Configuração de cache -config.cache.adapter=Adapter -config.cache.interval=GC interval -config.cache.host=Host +config.cache.adapter=Adaptador +config.cache.interval=Intervalo de GC +config.cache.host=Anfitrião config.http_config=Configuração HTTP config.http.access_control_allow_origin=Access control allow origin -config.attachment_config=Attachment configuration -config.attachment.enabled=Enabled -config.attachment.path=Path -config.attachment.allowed_types=Allowed types -config.attachment.max_size=Size limit -config.attachment.max_files=Files limit +config.attachment_config=Configuração de anexos +config.attachment.enabled=Ativado +config.attachment.path=Caminho +config.attachment.allowed_types=Tipos permitidos +config.attachment.max_size=Limite de tamanho +config.attachment.max_files=Limite de ficheiros config.release_config=Release configuration config.release.attachment.enabled=Attachment enabled config.release.attachment.allowed_types=Attachment allowed types -config.release.attachment.max_size=Attachment size limit +config.release.attachment.max_size=Tamanho máximo dos anexos config.release.attachment.max_files=Attachment files limit config.picture_config=Configuração de imagem @@ -1325,10 +1328,10 @@ config.picture.disable_gravatar=Disable Gravatar config.picture.enable_federated_avatar=Enable federated avatars config.mirror_config=Mirror configuration -config.mirror.default_interval=Default interval +config.mirror.default_interval=Intervalo predefinido config.webhook_config=Configuração de WebHook -config.webhook.types=Types +config.webhook.types=Tipos config.webhook.deliver_timeout=Deliver timeout config.webhook.skip_tls_verify=Skip TLS verify diff --git a/conf/locale/locale_ro-RO.ini b/conf/locale/locale_ro-RO.ini index 192ca3a01..6f99aa678 100644 --- a/conf/locale/locale_ro-RO.ini +++ b/conf/locale/locale_ro-RO.ini @@ -494,6 +494,8 @@ branches.stale_branches=Ramuri vechi branches.all=Toate ramurile branches.updated_by=Actualizat %[1]s prin %[2]s branches.change_default_branch=Schimbarea ramurii implicite +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Fișier nou editor.upload_file=Încărcați fișier @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Nu a reușit să trimită un e-mail de test către config.email.test_mail_sent=E-mailul de test a fost trimis la '%s'. config.auth_config=Configurația de autentificare +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activați viețile de cod config.auth.reset_password_code_lives=Resetează viețile codului parolei config.auth.require_email_confirm=Solicită confirmarea prin e-mail diff --git a/conf/locale/locale_ru-RU.ini b/conf/locale/locale_ru-RU.ini index c4960412e..5d2ae996a 100644 --- a/conf/locale/locale_ru-RU.ini +++ b/conf/locale/locale_ru-RU.ini @@ -494,6 +494,8 @@ branches.stale_branches=Устаревшие ветки branches.all=Все ветки branches.updated_by=Обновлено %[1]s пользователем %[2]s branches.change_default_branch=Change Default Branch +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Новый файл editor.upload_file=Загрузить файл @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Не удалось отправить тесто config.email.test_mail_sent=Тестовое письмо было отправлено на %s config.auth_config=Конфигурация аутентификации +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Срок действия кода сброса пароля config.auth.require_email_confirm=Требовать подтверждение по электронной почте diff --git a/conf/locale/locale_sk-SK.ini b/conf/locale/locale_sk-SK.ini index 95b867a5f..a40f9ffa3 100644 --- a/conf/locale/locale_sk-SK.ini +++ b/conf/locale/locale_sk-SK.ini @@ -494,6 +494,8 @@ branches.stale_branches=Zastaralé vetvy branches.all=Všetky vetvy branches.updated_by=%[2]s zmenil %[1]s branches.change_default_branch=Zmeniť základnú vetvu +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Nový súbor editor.upload_file=Nahrať súbor @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_sr-SP.ini b/conf/locale/locale_sr-SP.ini index ab320c6ba..1d4f61537 100644 --- a/conf/locale/locale_sr-SP.ini +++ b/conf/locale/locale_sr-SP.ini @@ -494,6 +494,8 @@ branches.stale_branches=Застареле гране branches.all=Све гране branches.updated_by=Ажуриран %[1]s од %[2]s branches.change_default_branch=Промените подразумевану грану +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Нова датотека editor.upload_file=Отпреми датотеку @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_sv-SE.ini b/conf/locale/locale_sv-SE.ini index fc86b2735..fda8a860c 100644 --- a/conf/locale/locale_sv-SE.ini +++ b/conf/locale/locale_sv-SE.ini @@ -494,6 +494,8 @@ branches.stale_branches=Djärva brancher branches.all=Alla brancher branches.updated_by=Uppdaterade %[1]s med %[2]s branches.change_default_branch=Ändra standard branch +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Ny fil editor.upload_file=Ladda upp fil @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_tr-TR.ini b/conf/locale/locale_tr-TR.ini index fa813cd23..7b78c8a8c 100644 --- a/conf/locale/locale_tr-TR.ini +++ b/conf/locale/locale_tr-TR.ini @@ -494,6 +494,8 @@ branches.stale_branches=Eskimiş Bölümler branches.all=Bütün Bölümler branches.updated_by=%[2]s tarafından %[1]s güncellendi branches.change_default_branch=Varsayılan Bölümü Değiştir +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Yeni dosya editor.upload_file=Dosyayı yükle @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_uk-UA.ini b/conf/locale/locale_uk-UA.ini index a3b3cf429..a53473630 100644 --- a/conf/locale/locale_uk-UA.ini +++ b/conf/locale/locale_uk-UA.ini @@ -494,6 +494,8 @@ branches.stale_branches=Застарілі гілки branches.all=Усі гілки branches.updated_by=Оновлено %[1]s з %[2]s branches.change_default_branch=Гілку за замовчуванням змінено +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Новий файл editor.upload_file=Завантажити файл @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Помилка відправлення пробн config.email.test_mail_sent=Пробного листа було відправлено до '%s'. config.auth_config=Налаштування аутентифікації +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Активувати код підтвердження config.auth.reset_password_code_lives=Термін придатності кода при скиданні пароля config.auth.require_email_confirm=Вимагає підтвердження електронною поштою diff --git a/conf/locale/locale_vi-VN.ini b/conf/locale/locale_vi-VN.ini index 231abe9e9..6f002f860 100644 --- a/conf/locale/locale_vi-VN.ini +++ b/conf/locale/locale_vi-VN.ini @@ -494,6 +494,8 @@ branches.stale_branches=Các nhánh cũ branches.all=Tất cả các nhánh branches.updated_by=Updated %[1]s by %[2]s branches.change_default_branch=Thay đổi nhánh mặc định +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=Tập tin mới editor.upload_file=Tải tập tin lên @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Gửi email kiểm tra đến '%s':%v thất bại config.email.test_mail_sent=Email kiểm tra đã được gửi đến '%s'. config.auth_config=Cấu hình xác thực +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Yêu cầu xác nhận email diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index ff8d46724..d061aa835 100644 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -494,6 +494,8 @@ branches.stale_branches=陈旧分支 branches.all=所有分支 branches.updated_by=由 %[2]s 更新于 %[1]s branches.change_default_branch=更改默认分支 +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=新的文件 editor.upload_file=上传文件 @@ -1275,6 +1277,7 @@ config.email.test_mail_failed=发送测试邮件至 '%s' 时失败:%v config.email.test_mail_sent=测试邮件已经发送至 '%s'。 config.auth_config=认证配置 +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=激活用户链接有效期 config.auth.reset_password_code_lives=重置密码链接有效期 config.auth.require_email_confirm=注册邮件确认 diff --git a/conf/locale/locale_zh-HK.ini b/conf/locale/locale_zh-HK.ini index 90d22a88e..af5f76161 100644 --- a/conf/locale/locale_zh-HK.ini +++ b/conf/locale/locale_zh-HK.ini @@ -494,6 +494,8 @@ branches.stale_branches=Stale Branches branches.all=All Branches branches.updated_by=Updated %[1]s by %[2]s branches.change_default_branch=Change Default Branch +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=New file editor.upload_file=Upload file @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=Failed to send test email to '%s': %v config.email.test_mail_sent=Test email has been sent to '%s'. config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation diff --git a/conf/locale/locale_zh-TW.ini b/conf/locale/locale_zh-TW.ini index 57862ae65..04d661a36 100644 --- a/conf/locale/locale_zh-TW.ini +++ b/conf/locale/locale_zh-TW.ini @@ -494,6 +494,8 @@ branches.stale_branches=陳舊分支 branches.all=所有分支 branches.updated_by=%[2]s 更新了 %[1]s branches.change_default_branch=變更預設分支 +branches.default_deletion_not_allowed=Cannot delete the default branch. +branches.protected_deletion_not_allowed=Cannot delete a protected branch. editor.new_file=開新檔案 editor.upload_file=上傳檔案 @@ -1274,6 +1276,7 @@ config.email.test_mail_failed=發送測試郵件至 '%s' 時失敗:%v config.email.test_mail_sent=測試電子郵件已發送到 '%s'。 config.auth_config=Authentication configuration +config.auth_custom_logout_url=Custom logout URL config.auth.activate_code_lives=Activate code lives config.auth.reset_password_code_lives=Reset password code lives config.auth.require_email_confirm=Require email confirmation