mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
42d4d55c8e
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
16 lines
936 B
JavaScript
16 lines
936 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.",
|
|
"Edit Profile" : "Profil bearbeiten",
|
|
"The headline and about sections will show up here" : "Die Überschrift und der Infobereich werden hier angezeigt",
|
|
"You have not added any info yet" : "Du hast noch keine Infos hinzugefügt",
|
|
"Error opening the user status modal, try hard refreshing the page" : "Fehler beim Modal-öffnen des Benutzerstatus, versuche die Seite zu aktualisieren",
|
|
"{user} has not added any info yet" : "{user} hat noch keine Infos hinzugefügt",
|
|
"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);");
|