mirror of
https://github.com/nextcloud/server.git
synced 2025-02-12 03:59:16 +00:00
14 lines
738 B
JavaScript
14 lines
738 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "Profila",
|
|
"Edit Profile" : "Editatu profila",
|
|
"The headline and about sections will show up here" : "Izenburua eta 'Niri buruz' atalak hemen agertuko dira",
|
|
"You have not added any info yet" : "Oraindik ez duzu informaziorik gehitu",
|
|
"Error opening the user status modal, try hard refreshing the page" : "Errorea erabiltzailen egoera leihoa irekitzean, saiatu orria guztiz freskatzen",
|
|
"{user} has not added any info yet" : "{user}-(e)k ez du oraindik informaziorik gehitu",
|
|
"Profile not found" : "Profila ez da aurkitu",
|
|
"The profile does not exist." : "Profila ez da existitzen",
|
|
"Back to %s" : "Itzuli %s(e)ra"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|