49 строки
1.3 KiB
JavaScript
49 строки
1.3 KiB
JavaScript
OC.L10N.register(
|
|
"maps",
|
|
{
|
|
"File not found" : "Archivo no encontrado",
|
|
"Personal" : "Personal",
|
|
"Maps" : "Mapas",
|
|
"Export" : "Exportar",
|
|
"Delete" : "Borrar",
|
|
"Import" : "Importar",
|
|
"Rename" : "Renombrar",
|
|
"Copied!" : "¡Copiado!",
|
|
"Cancel" : "Cancelar",
|
|
"Share" : "Compartir",
|
|
"Sort by name" : "Ordenar por nombre",
|
|
"Sort by date" : "Ordenar por fecha",
|
|
"Save" : "Guardar",
|
|
"Category" : "Categoría",
|
|
"Comment" : "Comentario",
|
|
"Location" : "Ubicación",
|
|
"Close" : "Cerrar",
|
|
"Select all" : "Seleccionar todo",
|
|
"Quit" : "Salir",
|
|
"Devices" : "Dispositivos",
|
|
"Tags" : "Etiquetas",
|
|
"Favorite" : "Hacer favorito",
|
|
"End" : "Fin",
|
|
"Name" : "Nombre",
|
|
"Add" : "Agregar",
|
|
"Add to favorites" : "Agregar a tus favoritos",
|
|
"Home" : "Inicio",
|
|
"Work" : "Trabajo",
|
|
"Device" : "Dispositivo",
|
|
"Date" : "Fecha",
|
|
"Update" : "Actualizar",
|
|
"Yes" : "Sí",
|
|
"Closed" : "Cerrado",
|
|
"Search" : "Buscar",
|
|
"File" : "Archivo",
|
|
"right" : "derecha",
|
|
"left" : "izquierda",
|
|
"Start" : "Iniciar",
|
|
"Destination" : "Destino",
|
|
"min" : "min",
|
|
"Phone" : "Teléfono fijo",
|
|
"Not grouped" : "No agrupado",
|
|
"Default" : "Predeterminado"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|