0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-12 03:59:16 +00:00
nextcloud_server/apps/profile/l10n/en_GB.js
Nextcloud bot 0a0ab5742c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-26 00:22:32 +00:00

16 lines
887 B
JavaScript

OC.L10N.register(
"profile",
{
"Profile" : "Profile",
"This application provides the profile" : "This application provides the profile",
"Provides a customisable user profile interface." : "Provides a customisable user profile interface.",
"Edit Profile" : "Edit Profile",
"The headline and about sections will show up here" : "The headline and about sections will show up here",
"You have not added any info yet" : "You have not added any info yet",
"Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page",
"{user} has not added any info yet" : "{user} has not added any info yet",
"Profile not found" : "Profile not found",
"The profile does not exist." : "The profile does not exist.",
"Back to %s" : "Back to %s"
},
"nplurals=2; plural=(n != 1);");