mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
14 lines
738 B
JavaScript
14 lines
738 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "Perfil",
|
|
"Edit Profile" : "Editar el perfil",
|
|
"The headline and about sections will show up here" : "Equí apaecen la testera y les seiciones d'información",
|
|
"You have not added any info yet" : "Nun amestesti nenguna información",
|
|
"Error opening the user status modal, try hard refreshing the page" : "Hebo un error al abrir el diálogu modal del estáu d'usuariu, prueba a anovar la páxina",
|
|
"{user} has not added any info yet" : "{user} nun amestó nenguna información",
|
|
"Profile not found" : "Nun s'atopó'l perfil",
|
|
"The profile does not exist." : "El perfil nun esiste.",
|
|
"Back to %s" : "Volver a «%s»"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|