mirror of
https://github.com/nextcloud/server.git
synced 2026-06-24 12:24:39 +02:00
b6d0e19876
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
25 lines
1.4 KiB
JavaScript
25 lines
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"View profile" : "Ver o perfil",
|
|
"Profile picker" : "Selector de perfís",
|
|
"Profile" : "Perfil",
|
|
"This application provides the profile" : "Esta aplicación fornece o perfil",
|
|
"Provides a customisable user profile interface." : "Fornece unha interface de perfil de usuario personalizábel.",
|
|
"Searching …" : "Buscando…",
|
|
"Not found" : "Non atopado",
|
|
"Search for a user profile" : "Buscar un perfil de usuario",
|
|
"Search for a user profile. Start typing" : "Buscar un perfil de usuario. Comezar a escribir",
|
|
"Insert selected user profile link" : "Inserir a ligazón do perfil do usuario seleccionado",
|
|
"Insert" : "Inserir",
|
|
"You have not added any info yet" : "Aínda non engadiu ningunha información",
|
|
"{user} has not added any info yet" : "{user} aínda non engadiu ningunha información",
|
|
"Error opening the user status modal, try hard refreshing the page" : "Produciuse un erro ao abrir a xanela modal de estado do usuario, tente forzar a actualización da páxina",
|
|
"Edit Profile" : "Editar o perfil",
|
|
"The headline and about sections will show up here" : "As seccións título e sobre aparecerán aquí",
|
|
"Profile not found" : "Non se atopou o perfil",
|
|
"Back to %s" : "Volver a %s",
|
|
"The profile does not exist." : "O perfil non existe."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|