f7cloud_client/apps/viewer/l10n/es_419.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

23 lines
546 B
JavaScript

OC.L10N.register(
"viewer",
{
"Cancel" : "Cancelar",
"Edit" : "Editar",
"Download" : "Descargar",
"Delete" : "Borrar",
"Name" : "Nombre",
"Save" : "Guardar",
"Back" : "Atrás",
"Reset" : "Restaurar",
"Apply" : "Aplicar",
"Confirm" : "Confirmar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",
"Text" : "Texto",
"Size" : "Tamaño",
"Position" : "Posición",
"Menu" : "Menú"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");