Merge origin/main into improvement-dashboard-customization
Resolve sv.json conflict: take Swedish subcategory translations from main and loan keys from PR branch. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+42
-6
@@ -199,7 +199,8 @@
|
||||
"archivedToast": "Tarea archivada.",
|
||||
"kanbanArchived": "Archivado",
|
||||
"reminderNeedsDueDate": "Establece una fecha de vencimiento para activar los recordatorios de tareas.",
|
||||
"emptyAction": "Crear tarea"
|
||||
"emptyAction": "Crear tarea",
|
||||
"navLabelOverdue": "Tareas, {{count}} vencidas"
|
||||
},
|
||||
"shopping": {
|
||||
"title": "Compras",
|
||||
@@ -378,7 +379,17 @@
|
||||
"attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.",
|
||||
"attachmentFallback": "Attachment",
|
||||
"attachmentReadError": "The attachment could not be read.",
|
||||
"attachmentTooLarge": "Attachment may be at most 5 MB."
|
||||
"attachmentTooLarge": "Attachment may be at most 5 MB.",
|
||||
"colorBlue": "Azul",
|
||||
"colorCoral": "Coral",
|
||||
"colorCyan": "Cian",
|
||||
"colorGray": "Gris",
|
||||
"colorGreen": "Verde",
|
||||
"colorOrange": "Naranja",
|
||||
"colorPurple": "Morado",
|
||||
"colorRed": "Rojo",
|
||||
"colorSkyBlue": "Azul cielo",
|
||||
"colorYellow": "Amarillo"
|
||||
},
|
||||
"notes": {
|
||||
"title": "Notas",
|
||||
@@ -417,7 +428,15 @@
|
||||
"formatCode": "Código",
|
||||
"formatQuote": "Cita",
|
||||
"formatDivider": "Separador",
|
||||
"emptyAction": "Crear nota"
|
||||
"emptyAction": "Crear nota",
|
||||
"colorAmber": "Ámbar",
|
||||
"colorBlue": "Azul",
|
||||
"colorGreen": "Verde",
|
||||
"colorOrange": "Naranja",
|
||||
"colorPurple": "Morado",
|
||||
"colorTeal": "Verde azulado",
|
||||
"colorWhite": "Blanco",
|
||||
"colorYellow": "Amarillo"
|
||||
},
|
||||
"contacts": {
|
||||
"title": "Contactos",
|
||||
@@ -951,7 +970,8 @@
|
||||
"deleteConfirm": "¿Eliminar el cumpleaños de \"{{name}}\"?",
|
||||
"ageNoteToday": "Cumple {{age}} años hoy.",
|
||||
"ageNoteTomorrow": "Cumple {{age}} años mañana.",
|
||||
"ageNoteDays": "Cumplirá {{age}} años en {{days}} días."
|
||||
"ageNoteDays": "Cumplirá {{age}} años en {{days}} días.",
|
||||
"photoOptional": "Opcional: puedes guardar sin foto de perfil."
|
||||
},
|
||||
"reminders": {
|
||||
"sectionTitle": "Recordatorio",
|
||||
@@ -999,7 +1019,15 @@
|
||||
"banner": "Offline – reconnecting…"
|
||||
},
|
||||
"emptyHint": {
|
||||
"recipes": "Crea recetas y vincúlalas con tu planificador de comidas."
|
||||
"recipes": "Crea recetas y vincúlalas con tu planificador de comidas.",
|
||||
"birthdays": "Registra cumpleaños — recibirás un recordatorio a tiempo.",
|
||||
"budget": "Crea categorías y registra ingresos y gastos.",
|
||||
"calendar": "Conecta Google Calendar en Ajustes → Integraciones para sincronización automática.",
|
||||
"contacts": "Agrega contactos importantes — médico, escuela, emergencia — para acceso rápido.",
|
||||
"meals": "Planifica comidas para la semana y vincula recetas.",
|
||||
"notes": "Pulsa + para una nueva nota. Las notas se buscan en texto completo.",
|
||||
"shopping": "Agrega artículos y desliza para marcar o eliminar.",
|
||||
"tasks": "Pulsa + para crear tu primera tarea. Desliza una tarjeta a la izquierda para eliminar."
|
||||
},
|
||||
"documents": {
|
||||
"title": "Documentos",
|
||||
@@ -1063,6 +1091,14 @@
|
||||
"selectedFileLabel": "Seleccionado: {{name}}"
|
||||
},
|
||||
"shortcuts": {
|
||||
"goKitchen": "Cocina"
|
||||
"goKitchen": "Cocina",
|
||||
"goCal": "Calendario",
|
||||
"goDash": "Panel",
|
||||
"goNotes": "Notas",
|
||||
"goShop": "Lista de compras",
|
||||
"goTasks": "Tareas",
|
||||
"help": "Atajos de teclado",
|
||||
"new": "Crear nueva entrada",
|
||||
"search": "Abrir búsqueda"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user