0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-02 13:00:42 +00:00
nextcloud_server/apps/profile/l10n/de_DE.js
Nextcloud bot 6e52b55555
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-27 00:22:29 +00:00

16 lines
944 B
JavaScript

OC.L10N.register(
"profile",
{
"Profile" : "Profil",
"This application provides the profile" : "Diese Anwendung liefert das Profil",
"Provides a customisable user profile interface." : "Bietet eine anpassbare Benutzerprofilschnittstelle.",
"You have not added any info yet" : "Sie haben noch keine Infos hinzugefügt",
"{user} has not added any info yet" : "{user} hat noch keine Infos hinzugefügt",
"Error opening the user status modal, try hard refreshing the page" : "Fehler beim Modal-öffnen des Benutzerstatus, versuchen Sie die Seite zu aktualisieren",
"Edit Profile" : "Profil bearbeiten",
"The headline and about sections will show up here" : "Die Überschrift und der Infobereich werden hier angezeigt",
"Profile not found" : "Profil nicht gefunden",
"The profile does not exist." : "Das Profil existiert nicht.",
"Back to %s" : "Zurück zu %s"
},
"nplurals=2; plural=(n != 1);");