Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-28 05:27:10 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-28 05:27:10 +0300
commit4d98612bc82b240742894d33b9fe6487a6c59df1 (patch)
treef70b1dee4282062e8a3553dc8a527b0507371c19 /core/l10n/de.js
parent73e3d06781d0b0f5f38a30ff6365fe79c9421caa (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/de.js')
-rw-r--r--core/l10n/de.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/de.js b/core/l10n/de.js
index 447134de5a7..1dc0c3b9955 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -175,6 +175,8 @@ OC.L10N.register(
"Back" : "Zurück",
"Login form is disabled." : "Das Anmeldeformular ist deaktiviert.",
"Edit Profile" : "Profil bearbeiten",
+ "You have not added any info yet" : "Du hast noch keine Infos hinzugefügt",
+ "{user} has not added any info yet" : "{user} hat noch keine Infos hinzugefügt",
"Reset search" : "Suche zurücksetzen",
"Search for {name} only" : "Nur nach {name} suchen",
"No results for {query}" : "Keine Suchergebnisse zu {query}",
@@ -265,6 +267,8 @@ OC.L10N.register(
"Admin" : "Administrator",
"Help" : "Hilfe",
"Access forbidden" : "Zugriff verboten",
+ "Profile not found" : "Profil nicht gefunden",
+ "The profile does not exist." : "Das Profil existiert nicht",
"Back to %s" : "Zurück zu %s",
"File not found" : "Datei nicht gefunden",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Das Dokument konnte auf dem Server nicht gefunden werden. Möglicherweise wurde die Freigabe gelöscht oder ist abgelaufen?",
@@ -307,6 +311,8 @@ OC.L10N.register(
"You chose SQLite as database." : "Du hast SQLite als Datenbanktyp ausgewählt.",
"SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite sollte nur für Minimal- und Entwicklungsinstanzen gewählt werden. Für die Produktion empfehlen wir ein anderes Datenbank-Backend.",
"If you use clients for file syncing, the use of SQLite is highly discouraged." : "Wenn Clients für die Dateisynchronisierung verwenden werden, so wird von der Verwendung von SQLite dringend abgeraten.",
+ "Install" : "Installieren",
+ "Installing …" : "Installiere …",
"Need help?" : "Hilfe nötig?",
"See the documentation" : "Schau in die Dokumentation",
"It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Es sieht so aus, als ob Du Nextcloud erneut installieren möchtest. Es fehlt jedoch die Datei CAN_INSTALL in Deinem Konfigurationsordner. Bitte erstelle die Datei CAN_INSTALL im Konfigurationsordner um fortzufahren.",