Update translations
This commit is contained in:
parent
718ebbfbfe
commit
79485fe6ac
|
@ -26,3 +26,4 @@ de:
|
|||
oauth2_authorize_options: "Bei der Autorisierung folgende Optionen anfordern"
|
||||
oauth2_scope: "Bei der Autorisierung folgenden Scope anfordern"
|
||||
oauth2_button_title: "Der Text für die OAuth2 Schaltfläche"
|
||||
oauth2_full_screen_login: "Verwende zum Anmelden das Hauptfenster des Browsers statt einem Popup-Fenster"
|
||||
|
|
|
@ -26,3 +26,4 @@ es:
|
|||
oauth2_authorize_options: "Al autorizar solicitar estas opciones"
|
||||
oauth2_scope: "Al autorizar solicitar este alcance"
|
||||
oauth2_button_title: "El texto para el botón OAuth2"
|
||||
oauth2_full_screen_login: "Use la ventana principal del navegador en lugar de la ventana emergente para iniciar sesión"
|
||||
|
|
|
@ -19,7 +19,11 @@ fr:
|
|||
oauth2_json_username_path: 'Chemin d''accès dans le JSON Utilisateur OAuth2 vers le nom d''utilisateur. P.ex: user.username'
|
||||
oauth2_json_name_path: "Chemin d'accès dans le JSON Utilisateur OAuth2 vers le nom complet. P.ex: user.name.full"
|
||||
oauth2_json_email_path: "Chemin d'accès dans le JSON Utilisateur OAuth2 vers son courriel. P.ex: user.email.primary"
|
||||
oauth2_json_avatar_path: "Chemin d'accès dans le JSON Utilisateur OAuth2 vers l'avatar de l'utilisateur: user.avatar_url"
|
||||
oauth2_email_verified: "Cocher ceci si le site OAuth2 a vérifié ce courriel"
|
||||
oauth2_send_auth_header: "Envoyer le token sous forme de HTTP Authorization header"
|
||||
oauth2_debug_auth: "Inclure des informations de debug étendues dans vos logs"
|
||||
oauth2_authorize_options: "Lors de l'authorisation demander ces options"
|
||||
oauth2_scope: "Lors de l'authorisation demander ce champ d'application (scope)"
|
||||
oauth2_button_title: "Le texte pour le bouton OAuth2"
|
||||
oauth2_full_screen_login: "Utiliser fenêtre de navigation principale au lieu d'un popup pour la connexion"
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# encoding: utf-8
|
||||
#
|
||||
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
|
||||
#
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
hu: {}
|
|
@ -5,4 +5,25 @@
|
|||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
pt_BR: {}
|
||||
pt_BR:
|
||||
site_settings:
|
||||
oauth2_enabled: "OAuth2 personalizado está ativado"
|
||||
oauth2_client_id: 'ID do cliente para o OAuth2 personalizado'
|
||||
oauth2_client_secret: 'Segredo do cliente para o OAuth2 personalizado'
|
||||
oauth2_authorize_url: 'URL de autorização para o OAuth2'
|
||||
oauth2_token_url: 'URL do token para o OAuth2'
|
||||
oauth2_token_url_method: 'Método usado para buscar o URL do token'
|
||||
oauth2_user_json_url: 'URL para buscar o usuário JSON para OAuth2 (observe que substituímos: id com o id retornado pela chamada OAuth e: token com o id do token)'
|
||||
oauth2_user_json_url_method: 'Método usado para buscar o URL JSON do usuário'
|
||||
oauth2_json_user_id_path: 'Caminho no JSON do usuário do OAuth2 para o ID do usuário. eg: user.id'
|
||||
oauth2_json_username_path: 'Caminho no JSON do usuário do OAuth2 para o nome de usuário. por exemplo: user.username'
|
||||
oauth2_json_name_path: "Caminho no JSON do usuário do OAuth2 para o usuário full: user.name.full"
|
||||
oauth2_json_email_path: "Caminho no JSON do usuário do OAuth2 para o e-mail do usuário: user.email.primary"
|
||||
oauth2_json_avatar_path: "Caminho no JSON do usuário do Oauth2 para o avatar do usuário: user.avatar_url"
|
||||
oauth2_email_verified: "Verifique se o site do OAuth2 confirmou o e-mail"
|
||||
oauth2_send_auth_header: "Envie o token como um cabeçalho de autorização HTTP"
|
||||
oauth2_debug_auth: "Inclua informações de depuração avançadas em seus registros"
|
||||
oauth2_authorize_options: "Ao autorizar, solicite estas opções"
|
||||
oauth2_scope: "Ao autorizar, solicite este escopo"
|
||||
oauth2_button_title: "O texto do botão OAuth2"
|
||||
oauth2_full_screen_login: "Usar a janela principal do navegador ao invés do popup para fazer login"
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
# encoding: utf-8
|
||||
#
|
||||
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
|
||||
#
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
sw:
|
||||
site_settings:
|
||||
oauth2_enabled: "Custom OAuth2 imeruhusiwa"
|
||||
oauth2_client_id: 'Utambulisho wa Mteja kwa ajili ya OAuth2 binafsi'
|
||||
oauth2_client_secret: 'Mteja wa Siri wa OAuth2 binafsi'
|
||||
oauth2_token_url_method: 'Njia inayotumika kupata anwani ya Token'
|
||||
oauth2_user_json_url_method: 'Njia inayotumika kupata anwani ya JSON ya mtumiaji'
|
||||
oauth2_email_verified: "Angalia hii kama tovuti ya OAuth2 imethibitisha barua pepe"
|
||||
oauth2_send_auth_header: "Tuma ujumbe kama Kichwa cha ruhusa cha HTTP"
|
|
@ -8,3 +8,10 @@
|
|||
zh_CN:
|
||||
site_settings:
|
||||
oauth2_enabled: "自定义 OAuth2 已启用"
|
||||
oauth2_client_id: '自定义OAuth2的客户端ID'
|
||||
oauth2_client_secret: '自定义OAuth2的客户端密钥'
|
||||
oauth2_authorize_url: 'Oauth2的授权URL'
|
||||
oauth2_token_url: 'Oauth2的令牌URL'
|
||||
oauth2_token_url_method: '获取令牌URL的模式'
|
||||
oauth2_user_json_url_method: '用于获取用户JSON URL的模式'
|
||||
oauth2_button_title: "OAuth2按钮显示的文字"
|
||||
|
|
Loading…
Reference in New Issue