Files
Nextcloud bot 732c23401d fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-05 00:23:59 +00:00

16 lines
783 B
JavaScript

OC.L10N.register(
"profile",
{
"View profile" : "Vezi profilul",
"Not found" : "Nu a fost găsit",
"You have not added any info yet" : "Nu ați adăugat nicio informație",
"{user} has not added any info yet" : "{user} nu a adăugat nicio informație",
"Error opening the user status modal, try hard refreshing the page" : "Eroare la deschiderea status utilizator, încercați refresh",
"Edit Profile" : "Editare profil",
"The headline and about sections will show up here" : "Secțiunile titlu și despre vor fi afișate aici",
"Profile not found" : "Profil inexistent",
"Back to %s" : "Înapoi la %s",
"The profile does not exist." : "Profilul nu există"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");