From ffee5eb5f0be7fe1d808168167d6870203ad1be0 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 6 Aug 2021 11:48:04 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (478 of 478 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ --- assets/l10n/intl_de.arb | 71 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/assets/l10n/intl_de.arb b/assets/l10n/intl_de.arb index 3a467e64e..a537c2556 100644 --- a/assets/l10n/intl_de.arb +++ b/assets/l10n/intl_de.arb @@ -2516,5 +2516,76 @@ "@commandHintSend": { "type": "text", "description": "Usage hint for the command /send" + }, + "locationPermissionDeniedNotice": "Standort-Berechtigung wurde abgelehnt. Bitte akzeptieren, um den Standort teilen zu können.", + "@locationPermissionDeniedNotice": { + "type": "text", + "placeholders": {} + }, + "locationDisabledNotice": "Standort ist deaktiviert. Bitte aktivieren, um den Standort teilen zu können.", + "@locationDisabledNotice": { + "type": "text", + "placeholders": {} + }, + "shareLocation": "Standort teilen", + "@shareLocation": { + "type": "text", + "placeholders": {} + }, + "spaceName": "Space-Name", + "@spaceName": { + "type": "text", + "placeholders": {} + }, + "openInMaps": "In Maps öffnen", + "@openInMaps": { + "type": "text", + "placeholders": {} + }, + "obtainingLocation": "Standort wird ermittelt …", + "@obtainingLocation": { + "type": "text", + "placeholders": {} + }, + "spaceIsPublic": "Space ist öffentlich", + "@spaceIsPublic": { + "type": "text", + "placeholders": {} + }, + "enterASpacepName": "Namen für den Space eingeben", + "@enterASpacepName": {}, + "dontAskAgain": "Abbrechen und nicht erneut fragen", + "@dontAskAgain": { + "type": "text", + "placeholders": {} + }, + "errorObtainingLocation": "Fehler beim Suchen des Standortes: {error}", + "@errorObtainingLocation": { + "type": "text", + "placeholders": { + "error": {} + } + }, + "createNewSpace": "Neuen Space erstellen", + "@createNewSpace": { + "type": "text", + "placeholders": {} + }, + "publicSpace": "Öffentlicher Space", + "@publicSpace": { + "type": "text", + "placeholders": {} + }, + "allChats": "Alle Chats", + "@allChats": { + "type": "text", + "placeholders": {} + }, + "cantOpenUri": "Die URI {uri} kann nicht geöffnet werden", + "@cantOpenUri": { + "type": "text", + "placeholders": { + "uri": {} + } } }