0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-02 13:00:42 +00:00
nextcloud_server/apps/profile/l10n/es_EC.js
Nextcloud bot 7ef9ffa078
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-27 00:22:16 +00:00

14 lines
773 B
JavaScript

OC.L10N.register(
"profile",
{
"Profile" : "Perfil",
"You have not added any info yet" : "No has agregado ninguna información todavía",
"{user} has not added any info yet" : "{user} no ha agregado ninguna información aún",
"Error opening the user status modal, try hard refreshing the page" : "Error al abrir el modal de estado del usuario, intenta actualizar la página",
"Edit Profile" : "Editar perfil",
"The headline and about sections will show up here" : "El titular y la sección Acerca de se mostrarán aquí",
"Profile not found" : "Perfil no encontrado",
"The profile does not exist." : "El perfil no existe.",
"Back to %s" : "Volver a %s"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");