- Updated LocalizationSettings to use translation keys for titles and descriptions. - Refactored MFASettings to utilize translation for error messages, success messages, and UI text. - Improved NotificationSetting by integrating translation for all user-facing strings. - Initial Hebrew translation ( testing AI translation ( some of crowdin) - Adjusted ProfileSettings to use translation for the edit photo title. - Enhanced SettingsOverview to utilize translation for the early access label. - Updated SidepanelSettings to implement translation for card names and descriptions. - Refined StorageSettings to use translation for all storage-related messages and titles. - Improved ThemeSettings to utilize translation for theme descriptions and titles.
73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"save": "Guardar",
|
|
"cancel": "Cancelar",
|
|
"delete": "Eliminar",
|
|
"edit": "Editar",
|
|
"close": "Cerrar",
|
|
"confirm": "Confirmar",
|
|
"loading": "Cargando...",
|
|
"error": "Error",
|
|
"success": "Éxito",
|
|
"warning": "Advertencia",
|
|
"refresh": "Actualizar",
|
|
"copy": "Copiar",
|
|
"copied": "¡Copiado!",
|
|
"settings": "Configuración",
|
|
"yes": "Sí",
|
|
"no": "No",
|
|
"back": "Atrás",
|
|
"backToCalendar": "Volver al Calendario",
|
|
"logout": "Cerrar Sesión",
|
|
"version": "Versión",
|
|
"navigation": {
|
|
"search": "Buscar",
|
|
"allTasks": "Todas las Tareas",
|
|
"archived": "Archivadas",
|
|
"things": "Cosas",
|
|
"labels": "Etiquetas",
|
|
"projects": "Proyectos",
|
|
"filters": "Filtros",
|
|
"activities": "Actividades",
|
|
"points": "Puntos",
|
|
"settings": "Configuración"
|
|
},
|
|
"search": {
|
|
"title": "Buscar",
|
|
"placeholder": "Buscar en Donetick",
|
|
"inputAriaLabel": "Buscar tareas, historial, proyectos, etiquetas y configuración",
|
|
"deviceNote": "Se busca en el contenido disponible en este dispositivo",
|
|
"escape": "Esc",
|
|
"recent": "Recientes",
|
|
"empty": {
|
|
"title": "Sin coincidencias directas",
|
|
"subtitle": "Aún puedes filtrar la lista de tareas con esta búsqueda."
|
|
},
|
|
"groups": {
|
|
"tasks": "Tareas",
|
|
"history": "Notas",
|
|
"projects": "Proyectos",
|
|
"labels": "Etiquetas",
|
|
"people": "Personas",
|
|
"settings": "Configuración",
|
|
"actions": "Acciones rápidas"
|
|
},
|
|
"actions": {
|
|
"quickAction": "Acción rápida",
|
|
"navigation": "Navegación",
|
|
"createTask": "Crear una tarea",
|
|
"viewAllTasks": "Ver todas las tareas",
|
|
"viewArchivedTasks": "Ver tareas archivadas",
|
|
"openSettings": "Abrir configuración",
|
|
"filterTasks": "Mostrar tareas que coincidan con «{{query}}»",
|
|
"filterTasksSubtitle": "Filtrar la lista de tareas"
|
|
},
|
|
"footer": {
|
|
"navigate": "Navegar",
|
|
"open": "Abrir",
|
|
"results_one": "{{count}} resultado",
|
|
"results_other": "{{count}} resultados",
|
|
"typeToSearch": "Escribe para buscar"
|
|
}
|
|
}
|
|
}
|