0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-12 03:59:16 +00:00
nextcloud_server/apps/profile/l10n/es_MX.js
Nextcloud bot 4d61fd2e5a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 13:39:30 +00:00

14 lines
751 B
JavaScript

OC.L10N.register(
"profile",
{
"Profile" : "Perfil",
"Edit Profile" : "Editar perfil",
"The headline and about sections will show up here" : "El encabezado y la sección Acerca de aparecerán aquí",
"You have not added any info yet" : "Aún no has añadido información",
"Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página",
"{user} has not added any info yet" : "{user} aún no añade información",
"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;");