From 59134320ef9d6e22050890847141b43d4360a295 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 18 Jan 2021 14:17:07 +0100 Subject: [PATCH] New translations app.shared.en.yml (German) --- config/locales/app.shared.de.yml | 56 ++++++++++++++++---------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/config/locales/app.shared.de.yml b/config/locales/app.shared.de.yml index 3aca7c9cd..81c5faeef 100644 --- a/config/locales/app.shared.de.yml +++ b/config/locales/app.shared.de.yml @@ -215,40 +215,40 @@ de: incomplete_profile: "Unvollständiges Profil" user_profile: "Nutzerprofil" warning_incomplete_user_profile_probably_imported_from_sso: "Warnung: Das Profil dieses Benutzers ist unvollständig. Da \"Single Sign-on\" (SSO) Authentifizierung derzeit aktiviert ist, kann es sich wahrscheinlich um ein importiertes, aber nicht zusammengeführtes Konto handeln. Ändern Sie es nicht, es sei denn, Sie wissen, was Sie tun." - group: "Group" - group_is_required: "Group is required." - trainings: "Trainings" - tags: "Tags" + group: "Gruppe" + group_is_required: "Gruppe ist erforderlich." + trainings: "Schulungen" + tags: "Stichwörter" #partial form to edit/create an authentication provider (SSO) authentication: name: "Name" - provider_name_is_required: "Provider name is required." - authentication_type: "Authentication type" - local_database: "Local database" + provider_name_is_required: "Sie müssen einen Providernamen eingeben." + authentication_type: "Authentifizierungsart" + local_database: "Lokale Datenbank" o_auth2: "OAuth 2.0" - authentication_type_is_required: "Authentication type is required." - data_mapping: "Data mapping" - expected_data_type: "Expected data type" - input_format: "Input format" - mappings: "Mappings" + authentication_type_is_required: "Authentifizierungstyp ist erforderlich." + data_mapping: "Datenzuordnung" + expected_data_type: "Erwarteter Datentyp" + input_format: "Eingabeformat" + mappings: "Zuordnungen" #edition/creation form of an OAuth2 authentication provider oauth2: - common_url: "Common URL" - common_url_is_required: "Common URL is required." - provided_url_is_not_a_valid_url: "Provided URL is not a valid URL." - authorization_endpoint: "Authorization endpoint" - oauth2_authorization_endpoint_is_required: "OAuth 2.0 authorization endpoint is required." - provided_endpoint_is_not_valid: "Provided endpoint is not valid." - token_acquisition_endpoint: "Token acquisition endpoint" - oauth2_token_acquisition_endpoint_is_required: "OAuth 2.0 token acquisition endpoint is required." - profil_edition_url: "Profil edition URL" - profile_edition_url_is_required: "Profile edition URL is required." - client_identifier: "Client identifier" - oauth2_client_identifier_is_required: "OAuth 2.0 client identifier is required." - obtain_it_when_registering_with_your_provider: "Obtain it when registering with your provider." - client_secret: "Client secret" - oauth2_client_secret_is_required: "OAuth 2.0 client secret is required." - define_the_fields_mapping: "Define the fields mapping" + common_url: "Gemeinsame URL" + common_url_is_required: "Gemeinsame URL ist erforderlich." + provided_url_is_not_a_valid_url: "Die angegebene URL ist keine gültige URL." + authorization_endpoint: "Authentifizierungs-Endpunkt" + oauth2_authorization_endpoint_is_required: "OAuth 2.0 Autorisierungs-Endpunkt ist erforderlich." + provided_endpoint_is_not_valid: "Angegebener Endpunkt ist ungültig." + token_acquisition_endpoint: "Endpunkt der Token-Akquisition" + oauth2_token_acquisition_endpoint_is_required: "Endpunkt des OAuth 2.0-Tokens ist erforderlich." + profil_edition_url: "Profil-Editierungs-URL" + profile_edition_url_is_required: "URL zur Profil-Editierung ist erforderlich." + client_identifier: "Client-Identifier" + oauth2_client_identifier_is_required: "OAuth 2.0 Client-Identifier ist erforderlich." + obtain_it_when_registering_with_your_provider: "Wird während der Registrierung bei Ihrem Provider erhalten." + client_secret: "Client-Geheimnis" + oauth2_client_secret_is_required: "OAuth 2.0 Client-Geheimnis ist erforderlich." + define_the_fields_mapping: "Definieren Sie die Zuordnung der Felder" add_a_match: "Add a match" model: "Model" field: "Fiels"