forked from NYANDEV/forgejo
[skip ci] Updated translations via Crowdin
This commit is contained in:
parent
ce646fd04b
commit
359d3ed01d
3 changed files with 16 additions and 0 deletions
|
@ -334,6 +334,7 @@ following=Folge ich
|
|||
follow=Folgen
|
||||
unfollow=Nicht mehr folgen
|
||||
heatmap.loading=Heatmap wird geladen…
|
||||
user_bio=Biografie
|
||||
|
||||
form.name_reserved=Der Benutzername „%s“ ist reserviert.
|
||||
form.name_pattern_not_allowed=Das Muster „%s“ ist nicht in einem Benutzernamen erlaubt.
|
||||
|
@ -1432,6 +1433,7 @@ dashboard=Dashboard
|
|||
users=Benutzerkonten
|
||||
organizations=Organisationen
|
||||
repositories=Repositories
|
||||
hooks=Standard-Webhooks
|
||||
authentication=Authentifizierungsquellen
|
||||
config=Konfiguration
|
||||
notices=Systemmitteilungen
|
||||
|
@ -1545,6 +1547,9 @@ repos.forks=Forks
|
|||
repos.issues=Issues
|
||||
repos.size=Größe
|
||||
|
||||
hooks.desc=Webhooks stellen automatisch HTTP POST-Anfragen an einen Server, wenn bestimmte Gitea-Ereignisse ausgelöst werden. Die hier definierten Webhooks sind Standardwerte und werden in alle neuen Repositories kopiert. Mehr Infos findest du in der <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/webhooks/">Webhooks-Anleitung</a>.
|
||||
hooks.add_webhook=Standard-Webhook hinzufügen
|
||||
hooks.update_webhook=Standard-Webhook aktualisieren
|
||||
|
||||
auths.auth_manage_panel=Authentifikationsquellen verwalten
|
||||
auths.new=Authentifizierungsquelle hinzufügen
|
||||
|
|
|
@ -334,6 +334,7 @@ following=Seguindo
|
|||
follow=Seguir
|
||||
unfollow=Deixar de seguir
|
||||
heatmap.loading=Carregando mapa de calor...
|
||||
user_bio=Biografia
|
||||
|
||||
form.name_reserved=O nome de usuário '%s' está reservado.
|
||||
form.name_pattern_not_allowed=O padrão de '%s' não é permitido em um nome de usuário.
|
||||
|
@ -1432,6 +1433,7 @@ dashboard=Painel
|
|||
users=Contas de usuário
|
||||
organizations=Organizações
|
||||
repositories=Repositórios
|
||||
hooks=Webhooks padrão
|
||||
authentication=Fontes de autenticação
|
||||
config=Configuração
|
||||
notices=Avisos do sistema
|
||||
|
@ -1545,6 +1547,9 @@ repos.forks=Forks
|
|||
repos.issues=Issues
|
||||
repos.size=Tamanho
|
||||
|
||||
hooks.desc=Os webhooks fazem solicitações HTTP POST automaticamente para um servidor quando determinados eventos do Gitea são acionados. Webhooks definidos aqui são padrões e serão copiados em todos os novos repositórios. Leia mais em <a target="_blank" rel="noopener" href="https://docs.gitea.io/pt-BR/webhooks/"> guia de webhooks </a>.
|
||||
hooks.add_webhook=Adicionar Webhook padrão
|
||||
hooks.update_webhook=Atualizar Webhook padrão
|
||||
|
||||
auths.auth_manage_panel=Gerenciamento de fonte de autenticação
|
||||
auths.new=Adicionar fonte de autenticação
|
||||
|
|
|
@ -237,6 +237,10 @@ openid_register_title=Создать новый аккаунт
|
|||
openid_register_desc=Выбранный OpenID URI неизвестен. Свяжите с новой учетной записью здесь.
|
||||
openid_signin_desc=Введите свой OpenID URI. Например: https://anne.me, bob.openid.org.cn или gnusocial.net/carry.
|
||||
disable_forgot_password_mail=К сожалению сброс пароля отключен. Пожалуйста, свяжитесь с администратором сайта.
|
||||
authorize_application=Авторизация приложения
|
||||
authorize_application_created_by=Это приложение было создано %s.
|
||||
authorize_title=Разрешить «%s» доступ к вашей учетной записи?
|
||||
authorization_failed=Ошибка авторизации
|
||||
|
||||
[mail]
|
||||
activate_account=Пожалуйста активируйте свой аккаунт
|
||||
|
@ -321,6 +325,7 @@ following=Подписан
|
|||
follow=Подписаться
|
||||
unfollow=Отписаться
|
||||
heatmap.loading=Загрузка тепловой карты…
|
||||
user_bio=О себе
|
||||
|
||||
form.name_reserved=Имя пользователя '%s' зарезервировано.
|
||||
form.name_pattern_not_allowed=Шаблон '%s' не допускается в имени пользователя.
|
||||
|
@ -459,6 +464,7 @@ access_token_deletion=Удалить токен доступа
|
|||
access_token_deletion_desc=Удаление токена отменит доступ к вашей учетной записи для приложений, использующих его. Продолжить?
|
||||
delete_token_success=Токен удалён. Приложения, использующие его, больше не имеют доступа к вашему аккаунту.
|
||||
|
||||
manage_oauth2_applications=Управление приложениями OAuth2
|
||||
|
||||
twofa_desc=Двухфакторная проверка подлинности повышает уровень безопасности вашей учётной записи.
|
||||
twofa_is_enrolled=Ваша учётная запись в настоящее время <strong>использует</strong> двухфакторную аутентификацию.
|
||||
|
|
Loading…
Reference in a new issue