mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
b6d0e19876
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 lines
837 B
JavaScript
18 lines
837 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"View profile" : "Ver el perfil",
|
|
"Profile" : "Perfil",
|
|
"Not found" : "Nun s'atopó",
|
|
"Insert" : "Inxertar",
|
|
"You have not added any info yet" : "Nun amestesti nenguna información",
|
|
"{user} has not added any info yet" : "{user} nun amestó 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",
|
|
"Edit Profile" : "Editar el perfil",
|
|
"The headline and about sections will show up here" : "Equí apaecen la testera y les seiciones d'información",
|
|
"Profile not found" : "Nun s'atopó'l perfil",
|
|
"Back to %s" : "Volver a «%s»",
|
|
"The profile does not exist." : "El perfil nun esiste."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|