mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-17 17:28:02 +00:00
67 lines
2.0 KiB
JavaScript
67 lines
2.0 KiB
JavaScript
OC.L10N.register(
|
|
"forum",
|
|
{
|
|
"Admin" : "Administrador",
|
|
"Moderator" : "Moderador",
|
|
"User" : "Usuario",
|
|
"General" : "General",
|
|
"Support" : "Soporte",
|
|
"Forum" : "Foro",
|
|
"Role" : "Rol",
|
|
"Search" : "Buscar",
|
|
"Home" : "Casa",
|
|
"Preferences" : "Preferencias",
|
|
"Accounts" : "Accounts",
|
|
"Categories" : "Categoría",
|
|
"Collapse" : "Colapsar",
|
|
"Log in" : "Iniciar sesión",
|
|
"Hello world!" : "¡Hola mundo!",
|
|
"Font size" : "Tamaño de fuente",
|
|
"Upload failed" : "Falla en la carga",
|
|
"Close" : "Cerrar",
|
|
"Category" : "Categoría",
|
|
"Allow" : "Permitir",
|
|
"Account" : "Cuenta",
|
|
"Cancel" : "Cancel",
|
|
"Update" : "Actualizar",
|
|
"Deleted" : "Eliminado",
|
|
"Restore" : "Restaurar",
|
|
"Retry" : "Reintentar",
|
|
"Move" : "Mover",
|
|
"Page not found" : "Página no encontrada",
|
|
"Back" : "Volver",
|
|
"Edit" : "Editar",
|
|
"Delete" : "Eliminar",
|
|
"Direct link" : "Link directa",
|
|
"Save" : "Guardar",
|
|
"Name" : "Nombre",
|
|
"Refresh" : "Recargar",
|
|
"Error" : "Error",
|
|
"Created" : "Creado",
|
|
"Searching …" : "Buscando ...",
|
|
"Back to {category}" : "Volver a {category}",
|
|
"by" : "por",
|
|
"Subscribe" : "Suscribirse",
|
|
"Files" : "Archivo",
|
|
"Signature" : "Firma",
|
|
"Enable" : "Activar",
|
|
"Disable" : "Deshabilitar",
|
|
"Description" : "Descripción",
|
|
"Enabled" : "Habilitado",
|
|
"Permissions" : "Permisos",
|
|
"Preview" : "Vista previa",
|
|
"All time" : "Tiempo total",
|
|
"General settings" : "Configuraciones generales",
|
|
"Access control" : "Control de acceso",
|
|
"Settings saved" : "Configuraciones guardadas",
|
|
"Newest first" : "El más reciente primero",
|
|
"Oldest first" : "Los más viejos primero",
|
|
"Reset" : "Restablecer",
|
|
"Account management" : "Administración de cuentas",
|
|
"ID" : "ID",
|
|
"Actions" : "Acciones",
|
|
"Members" : "Miembros",
|
|
"Joined" : "Se ha unido"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|