From 79485fe6ac095429fecc890c7f8234007ce1984d Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 23 Aug 2018 09:49:34 -0400 Subject: [PATCH] Update translations --- config/locales/server.de.yml | 1 + config/locales/server.es.yml | 1 + config/locales/server.fr.yml | 4 ++++ config/locales/server.hu.yml | 8 ++++++++ config/locales/server.pt_BR.yml | 23 ++++++++++++++++++++++- config/locales/server.sw.yml | 16 ++++++++++++++++ config/locales/server.zh_CN.yml | 7 +++++++ 7 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 config/locales/server.hu.yml create mode 100644 config/locales/server.sw.yml diff --git a/config/locales/server.de.yml b/config/locales/server.de.yml index c6078e9..38a349e 100644 --- a/config/locales/server.de.yml +++ b/config/locales/server.de.yml @@ -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" diff --git a/config/locales/server.es.yml b/config/locales/server.es.yml index c4a2177..0ef566f 100644 --- a/config/locales/server.es.yml +++ b/config/locales/server.es.yml @@ -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" diff --git a/config/locales/server.fr.yml b/config/locales/server.fr.yml index 8f286f0..35cd3fb 100644 --- a/config/locales/server.fr.yml +++ b/config/locales/server.fr.yml @@ -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" diff --git a/config/locales/server.hu.yml b/config/locales/server.hu.yml new file mode 100644 index 0000000..97878c0 --- /dev/null +++ b/config/locales/server.hu.yml @@ -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: {} diff --git a/config/locales/server.pt_BR.yml b/config/locales/server.pt_BR.yml index bc85fd8..5c869eb 100644 --- a/config/locales/server.pt_BR.yml +++ b/config/locales/server.pt_BR.yml @@ -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" diff --git a/config/locales/server.sw.yml b/config/locales/server.sw.yml new file mode 100644 index 0000000..466931e --- /dev/null +++ b/config/locales/server.sw.yml @@ -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" diff --git a/config/locales/server.zh_CN.yml b/config/locales/server.zh_CN.yml index e24bdb2..2fe35ee 100644 --- a/config/locales/server.zh_CN.yml +++ b/config/locales/server.zh_CN.yml @@ -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按钮显示的文字"