From 41a5d0a32e39e660fe0945b5bb572f9d1cccb483 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Fri, 29 Dec 2017 16:41:40 -0500 Subject: [PATCH] Update translations --- config/locales/server.ca.yml | 8 ++++++++ config/locales/server.de.yml | 17 ++++++++++++++++- config/locales/server.pl_PL.yml | 7 ++++++- 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 config/locales/server.ca.yml diff --git a/config/locales/server.ca.yml b/config/locales/server.ca.yml new file mode 100644 index 0000000..e155a11 --- /dev/null +++ b/config/locales/server.ca.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/ + +ca: {} diff --git a/config/locales/server.de.yml b/config/locales/server.de.yml index 9bbf19d..559ef6c 100644 --- a/config/locales/server.de.yml +++ b/config/locales/server.de.yml @@ -5,4 +5,19 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -de: {} +de: + site_settings: + oauth2_enabled: "Benutzerdefiniertes OAuth2 ist aktiviert" + oauth2_client_id: 'Kundennummer für benutzerdefiniertes OAuth2' + oauth2_client_secret: 'Kundengeheimnis für benutzerdefiniertes OAuth2' + oauth2_authorize_url: 'Autorisierungs-URL für OAuth2' + oauth2_token_url: 'Token-URL für OAuth2' + oauth2_user_json_url: 'URL, um Benutzer-JSON für OAuth2 abzrufen (beachte, dass wir :id mit der ID ersetzen, die vom OAuth-Aufruf geliefert wird, und :token mit der Token-ID)' + oauth2_json_user_id_path: 'Pfad im OAuth2-Benutzer-JSON zur Benutzer-ID. Beispiel: user.id' + oauth2_json_username_path: 'Pfad im OAuth2-Benutzer-JSON zum Benutzername. Beispiel: user.username' + oauth2_json_name_path: "Pfad im OAuth2-Benutzer-JSON zum vollständigen Namen des Benutzers. Beispiel: user.name.full" + oauth2_json_email_path: "Pfad im OAuth2-Benutzer-JSON zur E-Mail-Adresse des Benutzers. Beispiel: user.email.primary" + oauth2_email_verified: "Prüfe, ob die OAuth2-Seite die E-Mail-Adresse verifiziert hat" + oauth2_send_auth_header: "Schicke das Token als HTTP-Authorization-Kopfzeile" + oauth2_debug_auth: "Ausführliche Informationen zur Fehlerbehebung in Protokolle aufnhemen" + oauth2_authorize_options: "Bei der Autorisierung folgende Optionen anfordern" diff --git a/config/locales/server.pl_PL.yml b/config/locales/server.pl_PL.yml index c04d371..52fc833 100644 --- a/config/locales/server.pl_PL.yml +++ b/config/locales/server.pl_PL.yml @@ -5,4 +5,9 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -pl_PL: {} +pl_PL: + site_settings: + oauth2_enabled: "Niestandardowy OAuth2 jest włączony" + oauth2_authorize_url: 'Adres URL autoryzacji dla OAuth2' + oauth2_token_url: 'Token URL dla OAuth2' + oauth2_email_verified: "Sprawdź to, czy witryna OAuth2 zweryfikowała adres e-mail"