i18n: complete Swedish translation and fill missing keys in all locales

Translates remaining English strings in sv.json (attachment, API tokens,
budget categories, backup, onboarding, offline banner).

Also adds missing keys (calendar/notes color names, emptyHint texts,
shortcut labels, tasks.navLabelOverdue, birthdays.photoOptional) to all
13 other locale files so every language is now complete against de.json.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ulas Kalayci
2026-05-01 08:23:13 +02:00
parent 647b9a9aa0
commit 8489022186
14 changed files with 570 additions and 92 deletions
+43 -7
View File
@@ -193,7 +193,8 @@
"archivedToast": "تم أرشفة المهمة.", "archivedToast": "تم أرشفة المهمة.",
"kanbanArchived": "مؤرشف", "kanbanArchived": "مؤرشف",
"reminderNeedsDueDate": "حدّد تاريخ استحقاق لتفعيل تذكيرات المهمة.", "reminderNeedsDueDate": "حدّد تاريخ استحقاق لتفعيل تذكيرات المهمة.",
"emptyAction": "إنشاء مهمة" "emptyAction": "إنشاء مهمة",
"navLabelOverdue": "المهام، {{count}} متأخرة"
}, },
"shopping": { "shopping": {
"title": "التسوق", "title": "التسوق",
@@ -372,7 +373,17 @@
"attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.", "attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.",
"attachmentFallback": "Attachment", "attachmentFallback": "Attachment",
"attachmentReadError": "The attachment could not be read.", "attachmentReadError": "The attachment could not be read.",
"attachmentTooLarge": "Attachment may be at most 5 MB." "attachmentTooLarge": "Attachment may be at most 5 MB.",
"colorBlue": "أزرق",
"colorCoral": "مرجاني",
"colorCyan": "سماوي",
"colorGray": "رمادي",
"colorGreen": "أخضر",
"colorOrange": "برتقالي",
"colorPurple": "بنفسجي",
"colorRed": "أحمر",
"colorSkyBlue": "أزرق سماوي",
"colorYellow": "أصفر"
}, },
"notes": { "notes": {
"title": "لوحة الملاحظات", "title": "لوحة الملاحظات",
@@ -411,7 +422,15 @@
"formatCode": "كود", "formatCode": "كود",
"formatQuote": "اقتباس", "formatQuote": "اقتباس",
"formatDivider": "فاصل", "formatDivider": "فاصل",
"emptyAction": "إنشاء ملاحظة" "emptyAction": "إنشاء ملاحظة",
"colorAmber": "كهرماني",
"colorBlue": "أزرق",
"colorGreen": "أخضر",
"colorOrange": "برتقالي",
"colorPurple": "بنفسجي",
"colorTeal": "أخضر مزرق",
"colorWhite": "أبيض",
"colorYellow": "أصفر"
}, },
"contacts": { "contacts": {
"title": "جهات الاتصال", "title": "جهات الاتصال",
@@ -891,7 +910,8 @@
"deleteConfirm": "هل تريد حذف عيد ميلاد \"{{name}}\"؟", "deleteConfirm": "هل تريد حذف عيد ميلاد \"{{name}}\"؟",
"ageNoteToday": "سيكمل {{age}} عامًا اليوم.", "ageNoteToday": "سيكمل {{age}} عامًا اليوم.",
"ageNoteTomorrow": "سيكمل {{age}} عامًا غدًا.", "ageNoteTomorrow": "سيكمل {{age}} عامًا غدًا.",
"ageNoteDays": "سيكمل {{age}} عامًا بعد {{days}} يومًا." "ageNoteDays": "سيكمل {{age}} عامًا بعد {{days}} يومًا.",
"photoOptional": "اختياري: يمكنك الحفظ بدون صورة ملف شخصي."
}, },
"reminders": { "reminders": {
"sectionTitle": "تذكير", "sectionTitle": "تذكير",
@@ -939,7 +959,15 @@
"banner": "Offline reconnecting…" "banner": "Offline reconnecting…"
}, },
"emptyHint": { "emptyHint": {
"recipes": "أنشئ وصفات واربطها بمخطط الوجبات." "recipes": "أنشئ وصفات واربطها بمخطط الوجبات.",
"birthdays": "أضف أعياد الميلاد — ستتلقى تذكيراً في الوقت المناسب.",
"budget": "أنشئ الفئات وسجّل الدخل والمصروفات.",
"calendar": "اربط تقويم Google من الإعدادات ← التكاملات للمزامنة التلقائية.",
"contacts": "أضف جهات اتصال مهمة — طبيب، مدرسة، طوارئ — للوصول السريع.",
"meals": "خطط وجباتك للأسبوع واربط الوصفات.",
"notes": "اضغط + لملاحظة جديدة. يتم البحث في الملاحظات بالنص الكامل.",
"shopping": "أضف عناصر واسحب للتحديد أو الحذف.",
"tasks": "اضغط + لإنشاء أول مهمة. اسحب البطاقة يساراً للحذف."
}, },
"documents": { "documents": {
"title": "المستندات", "title": "المستندات",
@@ -1003,6 +1031,14 @@
"selectedFileLabel": "المحدد: {{name}}" "selectedFileLabel": "المحدد: {{name}}"
}, },
"shortcuts": { "shortcuts": {
"goKitchen": "المطبخ" "goKitchen": "المطبخ",
"goCal": "التقويم",
"goDash": "لوحة التحكم",
"goNotes": "الملاحظات",
"goShop": "قائمة التسوق",
"goTasks": "المهام",
"help": "اختصارات لوحة المفاتيح",
"new": "إنشاء إدخال جديد",
"search": "فتح البحث"
} }
} }
+43 -7
View File
@@ -193,7 +193,8 @@
"archivedToast": "Η εργασία αρχειοθετήθηκε.", "archivedToast": "Η εργασία αρχειοθετήθηκε.",
"kanbanArchived": "Αρχειοθετημένο", "kanbanArchived": "Αρχειοθετημένο",
"reminderNeedsDueDate": "Ορίστε ημερομηνία λήξης για να ενεργοποιήσετε τις υπενθυμίσεις.", "reminderNeedsDueDate": "Ορίστε ημερομηνία λήξης για να ενεργοποιήσετε τις υπενθυμίσεις.",
"emptyAction": "Δημιουργία εργασίας" "emptyAction": "Δημιουργία εργασίας",
"navLabelOverdue": "Εργασίες, {{count}} εκπρόθεσμες"
}, },
"shopping": { "shopping": {
"title": "Αγορές", "title": "Αγορές",
@@ -372,7 +373,17 @@
"attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.", "attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.",
"attachmentFallback": "Attachment", "attachmentFallback": "Attachment",
"attachmentReadError": "The attachment could not be read.", "attachmentReadError": "The attachment could not be read.",
"attachmentTooLarge": "Attachment may be at most 5 MB." "attachmentTooLarge": "Attachment may be at most 5 MB.",
"colorBlue": "Μπλε",
"colorCoral": "Κοραλί",
"colorCyan": "Κυανό",
"colorGray": "Γκρι",
"colorGreen": "Πράσινο",
"colorOrange": "Πορτοκαλί",
"colorPurple": "Μοβ",
"colorRed": "Κόκκινο",
"colorSkyBlue": "Γαλάζιο",
"colorYellow": "Κίτρινο"
}, },
"notes": { "notes": {
"title": "Σημειώσεις", "title": "Σημειώσεις",
@@ -411,7 +422,15 @@
"formatCode": "Κώδικας", "formatCode": "Κώδικας",
"formatQuote": "Παράθεση", "formatQuote": "Παράθεση",
"formatDivider": "Διαχωριστής", "formatDivider": "Διαχωριστής",
"emptyAction": "Δημιουργία σημείωσης" "emptyAction": "Δημιουργία σημείωσης",
"colorAmber": "Κεχριμπάρι",
"colorBlue": "Μπλε",
"colorGreen": "Πράσινο",
"colorOrange": "Πορτοκαλί",
"colorPurple": "Μοβ",
"colorTeal": "Πράσινο-μπλε",
"colorWhite": "Λευκό",
"colorYellow": "Κίτρινο"
}, },
"contacts": { "contacts": {
"title": "Επαφές", "title": "Επαφές",
@@ -891,7 +910,8 @@
"deleteConfirm": "Διαγραφή γενεθλίων για τον/την \"{{name}}\";", "deleteConfirm": "Διαγραφή γενεθλίων για τον/την \"{{name}}\";",
"ageNoteToday": "Γίνεται {{age}} ετών σήμερα.", "ageNoteToday": "Γίνεται {{age}} ετών σήμερα.",
"ageNoteTomorrow": "Γίνεται {{age}} ετών αύριο.", "ageNoteTomorrow": "Γίνεται {{age}} ετών αύριο.",
"ageNoteDays": "Γίνεται {{age}} ετών σε {{days}} ημέρες." "ageNoteDays": "Γίνεται {{age}} ετών σε {{days}} ημέρες.",
"photoOptional": "Προαιρετικό: μπορείτε να αποθηκεύσετε χωρίς φωτογραφία προφίλ."
}, },
"reminders": { "reminders": {
"sectionTitle": "Υπενθύμιση", "sectionTitle": "Υπενθύμιση",
@@ -939,7 +959,15 @@
"banner": "Offline reconnecting…" "banner": "Offline reconnecting…"
}, },
"emptyHint": { "emptyHint": {
"recipes": "Δημιουργήστε συνταγές και συνδέστε τις με τον προγραμματισμό γευμάτων." "recipes": "Δημιουργήστε συνταγές και συνδέστε τις με τον προγραμματισμό γευμάτων.",
"birthdays": "Προσθέστε γενέθλια — θα λάβετε υπενθύμιση εγκαίρως.",
"budget": "Δημιουργήστε κατηγορίες και καταγράψτε έσοδα και έξοδα.",
"calendar": "Συνδέστε το Google Calendar στις Ρυθμίσεις → Ενσωματώσεις για αυτόματο συγχρονισμό.",
"contacts": "Προσθέστε σημαντικές επαφές — γιατρός, σχολείο, έκτακτη ανάγκη — για γρήγορη πρόσβαση.",
"meals": "Σχεδιάστε γεύματα για την εβδομάδα και συνδέστε συνταγές.",
"notes": "Πατήστε + για νέα σημείωση. Οι σημειώσεις αναζητούνται σε πλήρες κείμενο.",
"shopping": "Προσθέστε αντικείμενα και σύρετε για επιλογή ή διαγραφή.",
"tasks": "Πατήστε + για να δημιουργήσετε την πρώτη σας εργασία. Σύρετε αριστερά για διαγραφή."
}, },
"documents": { "documents": {
"title": "Έγγραφα", "title": "Έγγραφα",
@@ -1003,6 +1031,14 @@
"selectedFileLabel": "Επιλέχθηκε: {{name}}" "selectedFileLabel": "Επιλέχθηκε: {{name}}"
}, },
"shortcuts": { "shortcuts": {
"goKitchen": "Κουζίνα" "goKitchen": "Κουζίνα",
"goCal": "Ημερολόγιο",
"goDash": "Πίνακας Ελέγχου",
"goNotes": "Σημειώσεις",
"goShop": "Λίστα Αγορών",
"goTasks": "Εργασίες",
"help": "Συντομεύσεις πληκτρολογίου",
"new": "Δημιουργία νέας εγγραφής",
"search": "Άνοιγμα αναζήτησης"
} }
} }
+22 -3
View File
@@ -193,7 +193,8 @@
"swipedDoneToast": "Marked as done.", "swipedDoneToast": "Marked as done.",
"swipedOpenToast": "Marked as open.", "swipedOpenToast": "Marked as open.",
"reminderNeedsDueDate": "Set a due date to enable task reminders.", "reminderNeedsDueDate": "Set a due date to enable task reminders.",
"emptyAction": "Create task" "emptyAction": "Create task",
"navLabelOverdue": "Tasks, {{count}} overdue"
}, },
"shopping": { "shopping": {
"title": "Shopping", "title": "Shopping",
@@ -372,7 +373,17 @@
"attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.", "attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.",
"attachmentFallback": "Attachment", "attachmentFallback": "Attachment",
"attachmentReadError": "The attachment could not be read.", "attachmentReadError": "The attachment could not be read.",
"attachmentTooLarge": "Attachment may be at most 5 MB." "attachmentTooLarge": "Attachment may be at most 5 MB.",
"colorBlue": "Blue",
"colorCoral": "Coral",
"colorCyan": "Cyan",
"colorGray": "Gray",
"colorGreen": "Green",
"colorOrange": "Orange",
"colorPurple": "Purple",
"colorRed": "Red",
"colorSkyBlue": "Sky Blue",
"colorYellow": "Yellow"
}, },
"notes": { "notes": {
"title": "Board", "title": "Board",
@@ -411,7 +422,15 @@
"formatCode": "Code", "formatCode": "Code",
"formatQuote": "Quote", "formatQuote": "Quote",
"formatDivider": "Divider", "formatDivider": "Divider",
"emptyAction": "Create note" "emptyAction": "Create note",
"colorAmber": "Amber",
"colorBlue": "Blue",
"colorGreen": "Green",
"colorOrange": "Orange",
"colorPurple": "Purple",
"colorTeal": "Teal",
"colorWhite": "White",
"colorYellow": "Yellow"
}, },
"contacts": { "contacts": {
"title": "Contacts", "title": "Contacts",
+43 -7
View File
@@ -193,7 +193,8 @@
"archivedToast": "Tarea archivada.", "archivedToast": "Tarea archivada.",
"kanbanArchived": "Archivado", "kanbanArchived": "Archivado",
"reminderNeedsDueDate": "Establece una fecha de vencimiento para activar los recordatorios de tareas.", "reminderNeedsDueDate": "Establece una fecha de vencimiento para activar los recordatorios de tareas.",
"emptyAction": "Crear tarea" "emptyAction": "Crear tarea",
"navLabelOverdue": "Tareas, {{count}} vencidas"
}, },
"shopping": { "shopping": {
"title": "Compras", "title": "Compras",
@@ -372,7 +373,17 @@
"attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.", "attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.",
"attachmentFallback": "Attachment", "attachmentFallback": "Attachment",
"attachmentReadError": "The attachment could not be read.", "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": { "notes": {
"title": "Notas", "title": "Notas",
@@ -411,7 +422,15 @@
"formatCode": "Código", "formatCode": "Código",
"formatQuote": "Cita", "formatQuote": "Cita",
"formatDivider": "Separador", "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": { "contacts": {
"title": "Contactos", "title": "Contactos",
@@ -891,7 +910,8 @@
"deleteConfirm": "¿Eliminar el cumpleaños de \"{{name}}\"?", "deleteConfirm": "¿Eliminar el cumpleaños de \"{{name}}\"?",
"ageNoteToday": "Cumple {{age}} años hoy.", "ageNoteToday": "Cumple {{age}} años hoy.",
"ageNoteTomorrow": "Cumple {{age}} años mañana.", "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": { "reminders": {
"sectionTitle": "Recordatorio", "sectionTitle": "Recordatorio",
@@ -939,7 +959,15 @@
"banner": "Offline reconnecting…" "banner": "Offline reconnecting…"
}, },
"emptyHint": { "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": { "documents": {
"title": "Documentos", "title": "Documentos",
@@ -1003,6 +1031,14 @@
"selectedFileLabel": "Seleccionado: {{name}}" "selectedFileLabel": "Seleccionado: {{name}}"
}, },
"shortcuts": { "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"
} }
} }
+43 -7
View File
@@ -193,7 +193,8 @@
"archivedToast": "Tâche archivée.", "archivedToast": "Tâche archivée.",
"kanbanArchived": "Archivé", "kanbanArchived": "Archivé",
"reminderNeedsDueDate": "Définissez une date d'échéance pour activer les rappels de tâche.", "reminderNeedsDueDate": "Définissez une date d'échéance pour activer les rappels de tâche.",
"emptyAction": "Créer une tâche" "emptyAction": "Créer une tâche",
"navLabelOverdue": "Tâches, {{count}} en retard"
}, },
"shopping": { "shopping": {
"title": "Courses", "title": "Courses",
@@ -372,7 +373,17 @@
"attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.", "attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.",
"attachmentFallback": "Attachment", "attachmentFallback": "Attachment",
"attachmentReadError": "The attachment could not be read.", "attachmentReadError": "The attachment could not be read.",
"attachmentTooLarge": "Attachment may be at most 5 MB." "attachmentTooLarge": "Attachment may be at most 5 MB.",
"colorBlue": "Bleu",
"colorCoral": "Corail",
"colorCyan": "Cyan",
"colorGray": "Gris",
"colorGreen": "Vert",
"colorOrange": "Orange",
"colorPurple": "Violet",
"colorRed": "Rouge",
"colorSkyBlue": "Bleu ciel",
"colorYellow": "Jaune"
}, },
"notes": { "notes": {
"title": "Notes", "title": "Notes",
@@ -411,7 +422,15 @@
"formatCode": "Code", "formatCode": "Code",
"formatQuote": "Citation", "formatQuote": "Citation",
"formatDivider": "Séparateur", "formatDivider": "Séparateur",
"emptyAction": "Créer une note" "emptyAction": "Créer une note",
"colorAmber": "Ambre",
"colorBlue": "Bleu",
"colorGreen": "Vert",
"colorOrange": "Orange",
"colorPurple": "Violet",
"colorTeal": "Sarcelle",
"colorWhite": "Blanc",
"colorYellow": "Jaune"
}, },
"contacts": { "contacts": {
"title": "Contacts", "title": "Contacts",
@@ -891,7 +910,8 @@
"deleteConfirm": "Supprimer l'anniversaire de \"{{name}}\" ?", "deleteConfirm": "Supprimer l'anniversaire de \"{{name}}\" ?",
"ageNoteToday": "Fête ses {{age}} ans aujourd'hui.", "ageNoteToday": "Fête ses {{age}} ans aujourd'hui.",
"ageNoteTomorrow": "Fêtera ses {{age}} ans demain.", "ageNoteTomorrow": "Fêtera ses {{age}} ans demain.",
"ageNoteDays": "Fêtera ses {{age}} ans dans {{days}} jours." "ageNoteDays": "Fêtera ses {{age}} ans dans {{days}} jours.",
"photoOptional": "Optionnel : vous pouvez enregistrer sans photo de profil."
}, },
"reminders": { "reminders": {
"sectionTitle": "Rappel", "sectionTitle": "Rappel",
@@ -939,7 +959,15 @@
"banner": "Offline reconnecting…" "banner": "Offline reconnecting…"
}, },
"emptyHint": { "emptyHint": {
"recipes": "Créez des recettes et associez-les à votre planification des repas." "recipes": "Créez des recettes et associez-les à votre planification des repas.",
"birthdays": "Ajoutez des anniversaires — vous recevrez un rappel à temps.",
"budget": "Créez des catégories et enregistrez revenus et dépenses.",
"calendar": "Connectez Google Agenda dans Paramètres → Intégrations pour une synchronisation automatique.",
"contacts": "Ajoutez des contacts importants — médecin, école, urgences — pour un accès rapide.",
"meals": "Planifiez les repas de la semaine et associez des recettes.",
"notes": "Appuyez sur + pour une nouvelle note. Les notes sont indexées en texte intégral.",
"shopping": "Ajoutez des articles et glissez pour cocher ou supprimer.",
"tasks": "Appuyez sur + pour créer votre première tâche. Glissez une carte à gauche pour supprimer."
}, },
"documents": { "documents": {
"title": "Documents", "title": "Documents",
@@ -1003,6 +1031,14 @@
"selectedFileLabel": "Sélectionné : {{name}}" "selectedFileLabel": "Sélectionné : {{name}}"
}, },
"shortcuts": { "shortcuts": {
"goKitchen": "Cuisine" "goKitchen": "Cuisine",
"goCal": "Calendrier",
"goDash": "Tableau de bord",
"goNotes": "Notes",
"goShop": "Liste de courses",
"goTasks": "Tâches",
"help": "Raccourcis clavier",
"new": "Créer une nouvelle entrée",
"search": "Ouvrir la recherche"
} }
} }
+43 -7
View File
@@ -193,7 +193,8 @@
"archivedToast": "कार्य संग्रहित किया गया।", "archivedToast": "कार्य संग्रहित किया गया।",
"kanbanArchived": "संग्रहित", "kanbanArchived": "संग्रहित",
"reminderNeedsDueDate": "कार्य अनुस्मारक सक्षम करने के लिए एक नियत तारीख निर्धारित करें।", "reminderNeedsDueDate": "कार्य अनुस्मारक सक्षम करने के लिए एक नियत तारीख निर्धारित करें।",
"emptyAction": "कार्य बनाएं" "emptyAction": "कार्य बनाएं",
"navLabelOverdue": "कार्य, {{count}} अतिदेय"
}, },
"shopping": { "shopping": {
"title": "खरीदारी", "title": "खरीदारी",
@@ -372,7 +373,17 @@
"attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.", "attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.",
"attachmentFallback": "Attachment", "attachmentFallback": "Attachment",
"attachmentReadError": "The attachment could not be read.", "attachmentReadError": "The attachment could not be read.",
"attachmentTooLarge": "Attachment may be at most 5 MB." "attachmentTooLarge": "Attachment may be at most 5 MB.",
"colorBlue": "नीला",
"colorCoral": "कोरल",
"colorCyan": "सियान",
"colorGray": "ग्रे",
"colorGreen": "हरा",
"colorOrange": "नारंगी",
"colorPurple": "बैंगनी",
"colorRed": "लाल",
"colorSkyBlue": "आसमानी नीला",
"colorYellow": "पीला"
}, },
"notes": { "notes": {
"title": "नोट बोर्ड", "title": "नोट बोर्ड",
@@ -411,7 +422,15 @@
"formatCode": "कोड", "formatCode": "कोड",
"formatQuote": "उद्धरण", "formatQuote": "उद्धरण",
"formatDivider": "विभाजक", "formatDivider": "विभाजक",
"emptyAction": "नोट बनाएं" "emptyAction": "नोट बनाएं",
"colorAmber": "एम्बर",
"colorBlue": "नीला",
"colorGreen": "हरा",
"colorOrange": "नारंगी",
"colorPurple": "बैंगनी",
"colorTeal": "टील",
"colorWhite": "सफेद",
"colorYellow": "पीला"
}, },
"contacts": { "contacts": {
"title": "संपर्क", "title": "संपर्क",
@@ -891,7 +910,8 @@
"deleteConfirm": "\"{{name}}\" का जन्मदिन हटाएँ?", "deleteConfirm": "\"{{name}}\" का जन्मदिन हटाएँ?",
"ageNoteToday": "आज {{age}} वर्ष का/की होगा/होगी।", "ageNoteToday": "आज {{age}} वर्ष का/की होगा/होगी।",
"ageNoteTomorrow": "कल {{age}} वर्ष का/की होगा/होगी।", "ageNoteTomorrow": "कल {{age}} वर्ष का/की होगा/होगी।",
"ageNoteDays": "{{days}} दिनों में {{age}} वर्ष का/की होगा/होगी।" "ageNoteDays": "{{days}} दिनों में {{age}} वर्ष का/की होगा/होगी।",
"photoOptional": "वैकल्पिक: आप प्रोफ़ाइल फ़ोटो के बिना भी सहेज सकते हैं।"
}, },
"reminders": { "reminders": {
"sectionTitle": "अनुस्मारक", "sectionTitle": "अनुस्मारक",
@@ -939,7 +959,15 @@
"banner": "Offline reconnecting…" "banner": "Offline reconnecting…"
}, },
"emptyHint": { "emptyHint": {
"recipes": "रेसिपी बनाएं और उन्हें अपने भोजन योजनाकार से जोड़ें।" "recipes": "रेसिपी बनाएं और उन्हें अपने भोजन योजनाकार से जोड़ें।",
"birthdays": "जन्मदिन जोड़ें — आपको समय पर याद दिलाया जाएगा।",
"budget": "श्रेणियाँ बनाएं और आय व खर्चे दर्ज करें।",
"calendar": "स्वचालित सिंक के लिए सेटिंग → इंटीग्रेशन में Google Calendar कनेक्ट करें।",
"contacts": "महत्वपूर्ण संपर्क जोड़ें — डॉक्टर, स्कूल, आपातकाल — त्वरित पहुंच के लिए।",
"meals": "सप्ताह के लिए भोजन योजना बनाएं और व्यंजन जोड़ें।",
"notes": "+ दबाएं नई नोट के लिए। नोट्स पूर्ण टेक्स्ट में खोजे जाते हैं।",
"shopping": "आइटम जोड़ें और चिह्नित या हटाने के लिए स्वाइप करें।",
"tasks": "+ दबाएं अपना पहला कार्य बनाने के लिए। हटाने के लिए कार्ड को बाईं ओर स्वाइप करें।"
}, },
"documents": { "documents": {
"title": "दस्तावेज़", "title": "दस्तावेज़",
@@ -1003,6 +1031,14 @@
"selectedFileLabel": "चयनित: {{name}}" "selectedFileLabel": "चयनित: {{name}}"
}, },
"shortcuts": { "shortcuts": {
"goKitchen": "रसोई" "goKitchen": "रसोई",
"goCal": "कैलेंडर",
"goDash": "डैशबोर्ड",
"goNotes": "नोट्स",
"goShop": "खरीदारी सूची",
"goTasks": "कार्य",
"help": "कीबोर्ड शॉर्टकट",
"new": "नई प्रविष्टि बनाएं",
"search": "खोज खोलें"
} }
} }
+43 -7
View File
@@ -193,7 +193,8 @@
"archivedToast": "Attività archiviata.", "archivedToast": "Attività archiviata.",
"kanbanArchived": "Archiviato", "kanbanArchived": "Archiviato",
"reminderNeedsDueDate": "Imposta una data di scadenza per abilitare i promemoria delle attività.", "reminderNeedsDueDate": "Imposta una data di scadenza per abilitare i promemoria delle attività.",
"emptyAction": "Crea attività" "emptyAction": "Crea attività",
"navLabelOverdue": "Attività, {{count}} in ritardo"
}, },
"shopping": { "shopping": {
"title": "Spesa", "title": "Spesa",
@@ -372,7 +373,17 @@
"attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.", "attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.",
"attachmentFallback": "Attachment", "attachmentFallback": "Attachment",
"attachmentReadError": "The attachment could not be read.", "attachmentReadError": "The attachment could not be read.",
"attachmentTooLarge": "Attachment may be at most 5 MB." "attachmentTooLarge": "Attachment may be at most 5 MB.",
"colorBlue": "Blu",
"colorCoral": "Corallo",
"colorCyan": "Ciano",
"colorGray": "Grigio",
"colorGreen": "Verde",
"colorOrange": "Arancione",
"colorPurple": "Viola",
"colorRed": "Rosso",
"colorSkyBlue": "Azzurro",
"colorYellow": "Giallo"
}, },
"notes": { "notes": {
"title": "Bacheca", "title": "Bacheca",
@@ -411,7 +422,15 @@
"formatCode": "Codice", "formatCode": "Codice",
"formatQuote": "Citazione", "formatQuote": "Citazione",
"formatDivider": "Divisore", "formatDivider": "Divisore",
"emptyAction": "Crea nota" "emptyAction": "Crea nota",
"colorAmber": "Ambra",
"colorBlue": "Blu",
"colorGreen": "Verde",
"colorOrange": "Arancione",
"colorPurple": "Viola",
"colorTeal": "Verde acqua",
"colorWhite": "Bianco",
"colorYellow": "Giallo"
}, },
"contacts": { "contacts": {
"title": "Contatti", "title": "Contatti",
@@ -891,7 +910,8 @@
"deleteConfirm": "Eliminare il compleanno di \"{{name}}\"?", "deleteConfirm": "Eliminare il compleanno di \"{{name}}\"?",
"ageNoteToday": "Compie {{age}} anni oggi.", "ageNoteToday": "Compie {{age}} anni oggi.",
"ageNoteTomorrow": "Compirà {{age}} anni domani.", "ageNoteTomorrow": "Compirà {{age}} anni domani.",
"ageNoteDays": "Compirà {{age}} anni tra {{days}} giorni." "ageNoteDays": "Compirà {{age}} anni tra {{days}} giorni.",
"photoOptional": "Facoltativo: puoi salvare anche senza foto del profilo."
}, },
"reminders": { "reminders": {
"sectionTitle": "Promemoria", "sectionTitle": "Promemoria",
@@ -939,7 +959,15 @@
"banner": "Offline reconnecting…" "banner": "Offline reconnecting…"
}, },
"emptyHint": { "emptyHint": {
"recipes": "Crea ricette e collegale al tuo piano pasti." "recipes": "Crea ricette e collegale al tuo piano pasti.",
"birthdays": "Aggiungi compleanni — riceverai un promemoria in anticipo.",
"budget": "Crea categorie e registra entrate e uscite.",
"calendar": "Collega Google Calendar in Impostazioni → Integrazioni per la sincronizzazione automatica.",
"contacts": "Aggiungi contatti importanti — medico, scuola, emergenza — per accesso rapido.",
"meals": "Pianifica i pasti della settimana e collega le ricette.",
"notes": "Tocca + per una nuova nota. Le note vengono cercate nel testo completo.",
"shopping": "Aggiungi articoli e scorri per contrassegnare o eliminare.",
"tasks": "Tocca + per creare il tuo primo compito. Scorri una scheda a sinistra per eliminare."
}, },
"documents": { "documents": {
"title": "Documenti", "title": "Documenti",
@@ -1003,6 +1031,14 @@
"selectedFileLabel": "Selezionato: {{name}}" "selectedFileLabel": "Selezionato: {{name}}"
}, },
"shortcuts": { "shortcuts": {
"goKitchen": "Cucina" "goKitchen": "Cucina",
"goCal": "Calendario",
"goDash": "Dashboard",
"goNotes": "Note",
"goShop": "Lista della spesa",
"goTasks": "Attività",
"help": "Scorciatoie da tastiera",
"new": "Crea nuova voce",
"search": "Apri ricerca"
} }
} }
+43 -7
View File
@@ -193,7 +193,8 @@
"archivedToast": "タスクをアーカイブしました。", "archivedToast": "タスクをアーカイブしました。",
"kanbanArchived": "アーカイブ済み", "kanbanArchived": "アーカイブ済み",
"reminderNeedsDueDate": "タスクのリマインダーを有効にするには期日を設定してください。", "reminderNeedsDueDate": "タスクのリマインダーを有効にするには期日を設定してください。",
"emptyAction": "タスクを作成" "emptyAction": "タスクを作成",
"navLabelOverdue": "タスク、{{count}}件期限超過"
}, },
"shopping": { "shopping": {
"title": "買い物", "title": "買い物",
@@ -372,7 +373,17 @@
"attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.", "attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.",
"attachmentFallback": "Attachment", "attachmentFallback": "Attachment",
"attachmentReadError": "The attachment could not be read.", "attachmentReadError": "The attachment could not be read.",
"attachmentTooLarge": "Attachment may be at most 5 MB." "attachmentTooLarge": "Attachment may be at most 5 MB.",
"colorBlue": "青",
"colorCoral": "コーラル",
"colorCyan": "シアン",
"colorGray": "グレー",
"colorGreen": "緑",
"colorOrange": "オレンジ",
"colorPurple": "紫",
"colorRed": "赤",
"colorSkyBlue": "空色",
"colorYellow": "黄"
}, },
"notes": { "notes": {
"title": "メモボード", "title": "メモボード",
@@ -411,7 +422,15 @@
"formatCode": "コード", "formatCode": "コード",
"formatQuote": "引用", "formatQuote": "引用",
"formatDivider": "区切り線", "formatDivider": "区切り線",
"emptyAction": "メモを作成" "emptyAction": "メモを作成",
"colorAmber": "アンバー",
"colorBlue": "青",
"colorGreen": "緑",
"colorOrange": "オレンジ",
"colorPurple": "紫",
"colorTeal": "ティール",
"colorWhite": "白",
"colorYellow": "黄"
}, },
"contacts": { "contacts": {
"title": "連絡先", "title": "連絡先",
@@ -891,7 +910,8 @@
"deleteConfirm": "「{{name}}」の誕生日を削除しますか?", "deleteConfirm": "「{{name}}」の誕生日を削除しますか?",
"ageNoteToday": "今日で{{age}}歳になります。", "ageNoteToday": "今日で{{age}}歳になります。",
"ageNoteTomorrow": "明日で{{age}}歳になります。", "ageNoteTomorrow": "明日で{{age}}歳になります。",
"ageNoteDays": "{{days}}日後に{{age}}歳になります。" "ageNoteDays": "{{days}}日後に{{age}}歳になります。",
"photoOptional": "任意: プロフィール写真なしでも保存できます。"
}, },
"reminders": { "reminders": {
"sectionTitle": "リマインダー", "sectionTitle": "リマインダー",
@@ -939,7 +959,15 @@
"banner": "Offline reconnecting…" "banner": "Offline reconnecting…"
}, },
"emptyHint": { "emptyHint": {
"recipes": "レシピを作成して、食事プランに関連付けましょう。" "recipes": "レシピを作成して、食事プランに関連付けましょう。",
"birthdays": "誕生日を追加してください — 適切なタイミングでリマインダーが届きます。",
"budget": "カテゴリを作成して収入と支出を記録してください。",
"calendar": "設定 → 連携でGoogle カレンダーを接続すると自動同期ができます。",
"contacts": "重要な連絡先(医師、学校、緊急連絡先)を追加してすばやくアクセス。",
"meals": "週の食事を計画してレシピを紐づけましょう。",
"notes": "+ をタップして新しいメモを作成。メモは全文検索されます。",
"shopping": "アイテムを追加してスワイプでチェックや削除。",
"tasks": "+ をタップして最初のタスクを作成。カードを左にスワイプで削除。"
}, },
"documents": { "documents": {
"title": "書類", "title": "書類",
@@ -1003,6 +1031,14 @@
"selectedFileLabel": "選択済み: {{name}}" "selectedFileLabel": "選択済み: {{name}}"
}, },
"shortcuts": { "shortcuts": {
"goKitchen": "キッチン" "goKitchen": "キッチン",
"goCal": "カレンダー",
"goDash": "ダッシュボード",
"goNotes": "メモ",
"goShop": "買い物リスト",
"goTasks": "タスク",
"help": "キーボードショートカット",
"new": "新規エントリを作成",
"search": "検索を開く"
} }
} }
+42 -7
View File
@@ -193,7 +193,8 @@
"swipedDoneToast": "Marcado como concluído.", "swipedDoneToast": "Marcado como concluído.",
"swipedOpenToast": "Marcado como aberto.", "swipedOpenToast": "Marcado como aberto.",
"reminderNeedsDueDate": "Defina uma data de vencimento para habilitar lembretes da tarefa.", "reminderNeedsDueDate": "Defina uma data de vencimento para habilitar lembretes da tarefa.",
"emptyAction": "Criar tarefa" "emptyAction": "Criar tarefa",
"navLabelOverdue": "Tarefas, {{count}} atrasadas"
}, },
"shopping": { "shopping": {
"title": "Compras", "title": "Compras",
@@ -372,7 +373,17 @@
"attachmentHint": "Anexe uma imagem, PDF ou documento local. Imagens aparecem no pop-up do evento.", "attachmentHint": "Anexe uma imagem, PDF ou documento local. Imagens aparecem no pop-up do evento.",
"attachmentFallback": "Anexo", "attachmentFallback": "Anexo",
"attachmentReadError": "Não foi possível ler o anexo.", "attachmentReadError": "Não foi possível ler o anexo.",
"attachmentTooLarge": "O anexo pode ter no máximo 5 MB." "attachmentTooLarge": "O anexo pode ter no máximo 5 MB.",
"colorBlue": "Azul",
"colorCoral": "Coral",
"colorCyan": "Ciano",
"colorGray": "Cinza",
"colorGreen": "Verde",
"colorOrange": "Laranja",
"colorPurple": "Roxo",
"colorRed": "Vermelho",
"colorSkyBlue": "Azul céu",
"colorYellow": "Amarelo"
}, },
"notes": { "notes": {
"title": "Quadro de notas", "title": "Quadro de notas",
@@ -411,7 +422,15 @@
"formatCode": "Código", "formatCode": "Código",
"formatQuote": "Citação", "formatQuote": "Citação",
"formatDivider": "Divisor", "formatDivider": "Divisor",
"emptyAction": "Criar nota" "emptyAction": "Criar nota",
"colorAmber": "Âmbar",
"colorBlue": "Azul",
"colorGreen": "Verde",
"colorOrange": "Laranja",
"colorPurple": "Roxo",
"colorTeal": "Verde-azulado",
"colorWhite": "Branco",
"colorYellow": "Amarelo"
}, },
"contacts": { "contacts": {
"title": "Contatos", "title": "Contatos",
@@ -880,7 +899,7 @@
"nameLabel": "Nome", "nameLabel": "Nome",
"birthDateLabel": "Data de nascimento", "birthDateLabel": "Data de nascimento",
"photoLabel": "Foto de perfil", "photoLabel": "Foto de perfil",
"photoOptional": "Opcional: você também pode salvar sem foto de perfil.", "photoOptional": "Opcional: você pode salvar sem foto de perfil.",
"removePhoto": "Remover foto", "removePhoto": "Remover foto",
"notesLabel": "Notas", "notesLabel": "Notas",
"notesPlaceholder": "Ideias de presente, bolo favorito, notas da família…", "notesPlaceholder": "Ideias de presente, bolo favorito, notas da família…",
@@ -940,7 +959,15 @@
"banner": "Offline reconnecting…" "banner": "Offline reconnecting…"
}, },
"emptyHint": { "emptyHint": {
"recipes": "Crie receitas e vincule-as ao seu planejador de refeições." "recipes": "Crie receitas e vincule-as ao seu planejador de refeições.",
"birthdays": "Adicione aniversários — você receberá um lembrete a tempo.",
"budget": "Crie categorias e registre receitas e despesas.",
"calendar": "Conecte o Google Agenda em Configurações → Integrações para sincronização automática.",
"contacts": "Adicione contatos importantes — médico, escola, emergência — para acesso rápido.",
"meals": "Planeje as refeições da semana e vincule receitas.",
"notes": "Toque em + para uma nova nota. As notas são pesquisadas em texto completo.",
"shopping": "Adicione itens e deslize para marcar ou excluir.",
"tasks": "Toque em + para criar sua primeira tarefa. Deslize um cartão para a esquerda para excluir."
}, },
"documents": { "documents": {
"title": "Documentos", "title": "Documentos",
@@ -1004,6 +1031,14 @@
"selectedFileLabel": "Selecionado: {{name}}" "selectedFileLabel": "Selecionado: {{name}}"
}, },
"shortcuts": { "shortcuts": {
"goKitchen": "Cozinha" "goKitchen": "Cozinha",
"goCal": "Calendário",
"goDash": "Painel",
"goNotes": "Notas",
"goShop": "Lista de compras",
"goTasks": "Tarefas",
"help": "Atalhos de teclado",
"new": "Criar nova entrada",
"search": "Abrir pesquisa"
} }
} }
+43 -7
View File
@@ -193,7 +193,8 @@
"archivedToast": "Задача архивирована.", "archivedToast": "Задача архивирована.",
"kanbanArchived": "Архивировано", "kanbanArchived": "Архивировано",
"reminderNeedsDueDate": "Установите срок выполнения, чтобы включить напоминания о задаче.", "reminderNeedsDueDate": "Установите срок выполнения, чтобы включить напоминания о задаче.",
"emptyAction": "Создать задачу" "emptyAction": "Создать задачу",
"navLabelOverdue": "Задачи, {{count}} просрочено"
}, },
"shopping": { "shopping": {
"title": "Покупки", "title": "Покупки",
@@ -372,7 +373,17 @@
"attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.", "attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.",
"attachmentFallback": "Attachment", "attachmentFallback": "Attachment",
"attachmentReadError": "The attachment could not be read.", "attachmentReadError": "The attachment could not be read.",
"attachmentTooLarge": "Attachment may be at most 5 MB." "attachmentTooLarge": "Attachment may be at most 5 MB.",
"colorBlue": "Синий",
"colorCoral": "Коралловый",
"colorCyan": "Голубой",
"colorGray": "Серый",
"colorGreen": "Зелёный",
"colorOrange": "Оранжевый",
"colorPurple": "Фиолетовый",
"colorRed": "Красный",
"colorSkyBlue": "Небесно-голубой",
"colorYellow": "Жёлтый"
}, },
"notes": { "notes": {
"title": "Заметки", "title": "Заметки",
@@ -411,7 +422,15 @@
"formatCode": "Код", "formatCode": "Код",
"formatQuote": "Цитата", "formatQuote": "Цитата",
"formatDivider": "Разделитель", "formatDivider": "Разделитель",
"emptyAction": "Создать заметку" "emptyAction": "Создать заметку",
"colorAmber": "Янтарный",
"colorBlue": "Синий",
"colorGreen": "Зелёный",
"colorOrange": "Оранжевый",
"colorPurple": "Фиолетовый",
"colorTeal": "Бирюзовый",
"colorWhite": "Белый",
"colorYellow": "Жёлтый"
}, },
"contacts": { "contacts": {
"title": "Контакты", "title": "Контакты",
@@ -891,7 +910,8 @@
"deleteConfirm": "Удалить день рождения \"{{name}}\"?", "deleteConfirm": "Удалить день рождения \"{{name}}\"?",
"ageNoteToday": "Исполняется {{age}} сегодня.", "ageNoteToday": "Исполняется {{age}} сегодня.",
"ageNoteTomorrow": "Исполнится {{age}} завтра.", "ageNoteTomorrow": "Исполнится {{age}} завтра.",
"ageNoteDays": "Исполнится {{age}} через {{days}} дн." "ageNoteDays": "Исполнится {{age}} через {{days}} дн.",
"photoOptional": "Необязательно: можно сохранить без фото профиля."
}, },
"reminders": { "reminders": {
"sectionTitle": "Напоминание", "sectionTitle": "Напоминание",
@@ -939,7 +959,15 @@
"banner": "Offline reconnecting…" "banner": "Offline reconnecting…"
}, },
"emptyHint": { "emptyHint": {
"recipes": "Создавайте рецепты и связывайте их с вашим планом питания." "recipes": "Создавайте рецепты и связывайте их с вашим планом питания.",
"birthdays": "Добавьте дни рождения — вы получите напоминание вовремя.",
"budget": "Создайте категории и фиксируйте доходы и расходы.",
"calendar": "Подключите Google Календарь в Настройках → Интеграции для автоматической синхронизации.",
"contacts": "Добавьте важные контакты — врач, школа, экстренная помощь — для быстрого доступа.",
"meals": "Планируйте питание на неделю и прикрепляйте рецепты.",
"notes": "Нажмите + для новой заметки. Заметки ищутся по полному тексту.",
"shopping": "Добавьте товары и смахните для отметки или удаления.",
"tasks": "Нажмите + для создания первой задачи. Смахните карточку влево для удаления."
}, },
"documents": { "documents": {
"title": "Документы", "title": "Документы",
@@ -1003,6 +1031,14 @@
"selectedFileLabel": "Выбрано: {{name}}" "selectedFileLabel": "Выбрано: {{name}}"
}, },
"shortcuts": { "shortcuts": {
"goKitchen": "Кухня" "goKitchen": "Кухня",
"goCal": "Календарь",
"goDash": "Дашборд",
"goNotes": "Заметки",
"goShop": "Список покупок",
"goTasks": "Задачи",
"help": "Горячие клавиши",
"new": "Создать новую запись",
"search": "Открыть поиск"
} }
} }
+42 -6
View File
@@ -193,7 +193,8 @@
"archivedToast": "Uppgiften arkiverades.", "archivedToast": "Uppgiften arkiverades.",
"kanbanArchived": "Arkiverad", "kanbanArchived": "Arkiverad",
"reminderNeedsDueDate": "Ange ett förfallodatum för att aktivera påminnelser för uppgiften.", "reminderNeedsDueDate": "Ange ett förfallodatum för att aktivera påminnelser för uppgiften.",
"emptyAction": "Skapa uppgift" "emptyAction": "Skapa uppgift",
"navLabelOverdue": "Uppgifter, {{count}} försenade"
}, },
"shopping": { "shopping": {
"title": "Shopping", "title": "Shopping",
@@ -372,7 +373,17 @@
"attachmentHint": "Bifoga en lokal bild, PDF eller dokument. Bilder kommer att visas i evenemangets popup.", "attachmentHint": "Bifoga en lokal bild, PDF eller dokument. Bilder kommer att visas i evenemangets popup.",
"attachmentFallback": "Fastsättning", "attachmentFallback": "Fastsättning",
"attachmentReadError": "Bilagan kunde inte läsas.", "attachmentReadError": "Bilagan kunde inte läsas.",
"attachmentTooLarge": "Bilaga får vara högst 5 MB." "attachmentTooLarge": "Bilaga får vara högst 5 MB.",
"colorBlue": "Blå",
"colorGreen": "Grön",
"colorOrange": "Orange",
"colorRed": "Röd",
"colorPurple": "Lila",
"colorCoral": "Korall",
"colorSkyBlue": "Himmelsblå",
"colorYellow": "Gul",
"colorGray": "Grå",
"colorCyan": "Cyan"
}, },
"notes": { "notes": {
"title": "Anteckningar", "title": "Anteckningar",
@@ -411,7 +422,15 @@
"formatCode": "Kod", "formatCode": "Kod",
"formatQuote": "Citationstecken", "formatQuote": "Citationstecken",
"formatDivider": "Delare", "formatDivider": "Delare",
"emptyAction": "Skapa anteckning" "emptyAction": "Skapa anteckning",
"colorYellow": "Gul",
"colorAmber": "Amber",
"colorGreen": "Grön",
"colorTeal": "Teal",
"colorBlue": "Blå",
"colorPurple": "Lila",
"colorOrange": "Orange",
"colorWhite": "Vit"
}, },
"contacts": { "contacts": {
"title": "Kontakter", "title": "Kontakter",
@@ -891,7 +910,8 @@
"deleteConfirm": "Ta bort födelsedagen för \"{{name}}\"?", "deleteConfirm": "Ta bort födelsedagen för \"{{name}}\"?",
"ageNoteToday": "Fyller {{age}} år idag.", "ageNoteToday": "Fyller {{age}} år idag.",
"ageNoteTomorrow": "Fyller {{age}} år i morgon.", "ageNoteTomorrow": "Fyller {{age}} år i morgon.",
"ageNoteDays": "Fyller {{age}} år om {{days}} dagar." "ageNoteDays": "Fyller {{age}} år om {{days}} dagar.",
"photoOptional": "Valfritt: Du kan spara utan profilbild."
}, },
"reminders": { "reminders": {
"sectionTitle": "Påminnelse", "sectionTitle": "Påminnelse",
@@ -939,7 +959,15 @@
"banner": "Offline återansluter…" "banner": "Offline återansluter…"
}, },
"emptyHint": { "emptyHint": {
"recipes": "Skapa recept och koppla dem till din måltidsplanering." "recipes": "Skapa recept och koppla dem till din måltidsplanering.",
"tasks": "Tryck på + för att skapa din första uppgift. Svep ett kort åt vänster för att ta bort.",
"calendar": "Koppla Google Kalender under Inställningar → Integrationer för automatisk synkronisering.",
"shopping": "Lägg till artiklar och svep för att markera eller ta bort.",
"notes": "Tryck på + för en ny anteckning. Anteckningar söks i fulltext.",
"contacts": "Lägg till viktiga kontakter — läkare, skola, nödfall — för snabb åtkomst.",
"budget": "Skapa kategorier och registrera inkomster och utgifter.",
"meals": "Planera måltider för veckan och koppla recept.",
"birthdays": "Lägg in födelsedagar — du får en påminnelse i tid."
}, },
"documents": { "documents": {
"title": "Dokument", "title": "Dokument",
@@ -1003,6 +1031,14 @@
"selectedFileLabel": "Vald: {{name}}" "selectedFileLabel": "Vald: {{name}}"
}, },
"shortcuts": { "shortcuts": {
"goKitchen": "Kök" "goKitchen": "Kök",
"search": "Öppna sökning",
"new": "Skapa ny post",
"help": "Tangentbordsgenvägar",
"goDash": "Översikt",
"goTasks": "Uppgifter",
"goCal": "Kalender",
"goShop": "Inköpslista",
"goNotes": "Anteckningar"
} }
} }
+43 -7
View File
@@ -193,7 +193,8 @@
"archivedToast": "Görev arşivlendi.", "archivedToast": "Görev arşivlendi.",
"kanbanArchived": "Arşivlenmiş", "kanbanArchived": "Arşivlenmiş",
"reminderNeedsDueDate": "Görev hatırlatıcılarını etkinleştirmek için bir son tarih belirleyin.", "reminderNeedsDueDate": "Görev hatırlatıcılarını etkinleştirmek için bir son tarih belirleyin.",
"emptyAction": "Görev oluştur" "emptyAction": "Görev oluştur",
"navLabelOverdue": "Görevler, {{count}} gecikmiş"
}, },
"shopping": { "shopping": {
"title": "Alışveriş", "title": "Alışveriş",
@@ -372,7 +373,17 @@
"attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.", "attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.",
"attachmentFallback": "Attachment", "attachmentFallback": "Attachment",
"attachmentReadError": "The attachment could not be read.", "attachmentReadError": "The attachment could not be read.",
"attachmentTooLarge": "Attachment may be at most 5 MB." "attachmentTooLarge": "Attachment may be at most 5 MB.",
"colorBlue": "Mavi",
"colorCoral": "Mercan",
"colorCyan": "Camgöbeği",
"colorGray": "Gri",
"colorGreen": "Yeşil",
"colorOrange": "Turuncu",
"colorPurple": "Mor",
"colorRed": "Kırmızı",
"colorSkyBlue": "Gökyüzü mavisi",
"colorYellow": "Sarı"
}, },
"notes": { "notes": {
"title": "Notlar", "title": "Notlar",
@@ -411,7 +422,15 @@
"formatCode": "Kod", "formatCode": "Kod",
"formatQuote": "Alıntı", "formatQuote": "Alıntı",
"formatDivider": "Ayırıcı", "formatDivider": "Ayırıcı",
"emptyAction": "Not oluştur" "emptyAction": "Not oluştur",
"colorAmber": "Amber",
"colorBlue": "Mavi",
"colorGreen": "Yeşil",
"colorOrange": "Turuncu",
"colorPurple": "Mor",
"colorTeal": "Teal",
"colorWhite": "Beyaz",
"colorYellow": "Sarı"
}, },
"contacts": { "contacts": {
"title": "Kişiler", "title": "Kişiler",
@@ -891,7 +910,8 @@
"deleteConfirm": "\"{{name}}\" için doğum günü silinsin mi?", "deleteConfirm": "\"{{name}}\" için doğum günü silinsin mi?",
"ageNoteToday": "Bugün {{age}} yaşına giriyor.", "ageNoteToday": "Bugün {{age}} yaşına giriyor.",
"ageNoteTomorrow": "Yarın {{age}} yaşına giriyor.", "ageNoteTomorrow": "Yarın {{age}} yaşına giriyor.",
"ageNoteDays": "{{days}} gün içinde {{age}} yaşına girecek." "ageNoteDays": "{{days}} gün içinde {{age}} yaşına girecek.",
"photoOptional": "İsteğe bağlı: Profil fotoğrafı olmadan da kaydedebilirsiniz."
}, },
"reminders": { "reminders": {
"sectionTitle": "Hatırlatıcı", "sectionTitle": "Hatırlatıcı",
@@ -939,7 +959,15 @@
"banner": "Offline reconnecting…" "banner": "Offline reconnecting…"
}, },
"emptyHint": { "emptyHint": {
"recipes": "Tarifler oluşturun ve yemek planlayıcınıza bağlayın." "recipes": "Tarifler oluşturun ve yemek planlayıcınıza bağlayın.",
"birthdays": "Doğum günleri ekleyin — zamanında hatırlatma alacaksınız.",
"budget": "Kategoriler oluşturun ve gelir ile giderleri kaydedin.",
"calendar": "Otomatik senkronizasyon için Ayarlar → Entegrasyonlar'dan Google Takvim'i bağlayın.",
"contacts": "Önemli kişileri ekleyin — doktor, okul, acil durum — hızlı erişim için.",
"meals": "Haftalık öğünleri planlayın ve tarifleri bağlayın.",
"notes": "Yeni not için + tuşuna dokunun. Notlar tam metin olarak aranır.",
"shopping": "Öğeleri ekleyin ve işaretlemek ya da silmek için kaydırın.",
"tasks": "İlk görevinizi oluşturmak için + tuşuna dokunun. Silmek için kartı sola kaydırın."
}, },
"documents": { "documents": {
"title": "Belgeler", "title": "Belgeler",
@@ -1003,6 +1031,14 @@
"selectedFileLabel": "Seçildi: {{name}}" "selectedFileLabel": "Seçildi: {{name}}"
}, },
"shortcuts": { "shortcuts": {
"goKitchen": "Mutfak" "goKitchen": "Mutfak",
"goCal": "Takvim",
"goDash": "Pano",
"goNotes": "Notlar",
"goShop": "Alışveriş listesi",
"goTasks": "Görevler",
"help": "Klavye kısayolları",
"new": "Yeni giriş oluştur",
"search": "Aramayı aç"
} }
} }
+34 -6
View File
@@ -193,7 +193,8 @@
"archivedToast": "Завдання архівовано.", "archivedToast": "Завдання архівовано.",
"kanbanArchived": "Архівовано", "kanbanArchived": "Архівовано",
"reminderNeedsDueDate": "Встановіть дату виконання, щоб увімкнути нагадування про завдання.", "reminderNeedsDueDate": "Встановіть дату виконання, щоб увімкнути нагадування про завдання.",
"emptyAction": "Створити завдання" "emptyAction": "Створити завдання",
"navLabelOverdue": "Завдання, {{count}} прострочено"
}, },
"shopping": { "shopping": {
"title": "Покупки", "title": "Покупки",
@@ -372,7 +373,17 @@
"attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.", "attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.",
"attachmentFallback": "Attachment", "attachmentFallback": "Attachment",
"attachmentReadError": "The attachment could not be read.", "attachmentReadError": "The attachment could not be read.",
"attachmentTooLarge": "Attachment may be at most 5 MB." "attachmentTooLarge": "Attachment may be at most 5 MB.",
"colorBlue": "Синій",
"colorCoral": "Коралевий",
"colorCyan": "Блакитний",
"colorGray": "Сірий",
"colorGreen": "Зелений",
"colorOrange": "Помаранчевий",
"colorPurple": "Фіолетовий",
"colorRed": "Червоний",
"colorSkyBlue": "Небесно-блакитний",
"colorYellow": "Жовтий"
}, },
"notes": { "notes": {
"title": "Нотатки", "title": "Нотатки",
@@ -411,7 +422,15 @@
"formatCode": "Код", "formatCode": "Код",
"formatQuote": "Цитата", "formatQuote": "Цитата",
"formatDivider": "Розділювач", "formatDivider": "Розділювач",
"emptyAction": "Створити нотатку" "emptyAction": "Створити нотатку",
"colorAmber": "Бурштиновий",
"colorBlue": "Синій",
"colorGreen": "Зелений",
"colorOrange": "Помаранчевий",
"colorPurple": "Фіолетовий",
"colorTeal": "Бірюзовий",
"colorWhite": "Білий",
"colorYellow": "Жовтий"
}, },
"contacts": { "contacts": {
"title": "Контакти", "title": "Контакти",
@@ -922,7 +941,8 @@
"deleteConfirm": "Видалити день народження для \"{{name}}\"?", "deleteConfirm": "Видалити день народження для \"{{name}}\"?",
"ageNoteToday": "Сьогодні виповнюється {{age}}.", "ageNoteToday": "Сьогодні виповнюється {{age}}.",
"ageNoteTomorrow": "Завтра виповниться {{age}}.", "ageNoteTomorrow": "Завтра виповниться {{age}}.",
"ageNoteDays": "За {{days}} дн. виповниться {{age}}." "ageNoteDays": "За {{days}} дн. виповниться {{age}}.",
"photoOptional": "Необов'язково: можна зберегти без фото профілю."
}, },
"onboarding": { "onboarding": {
"step1Title": "Welcome to Oikos", "step1Title": "Welcome to Oikos",
@@ -1011,6 +1031,14 @@
"selectedFileLabel": "Вибрано: {{name}}" "selectedFileLabel": "Вибрано: {{name}}"
}, },
"shortcuts": { "shortcuts": {
"goKitchen": "Кухня" "goKitchen": "Кухня",
"goCal": "Календар",
"goDash": "Дашборд",
"goNotes": "Нотатки",
"goShop": "Список покупок",
"goTasks": "Завдання",
"help": "Гарячі клавіші",
"new": "Створити новий запис",
"search": "Відкрити пошук"
} }
} }
+43 -7
View File
@@ -193,7 +193,8 @@
"archivedToast": "任务已归档。", "archivedToast": "任务已归档。",
"kanbanArchived": "已归档", "kanbanArchived": "已归档",
"reminderNeedsDueDate": "设置截止日期以启用任务提醒。", "reminderNeedsDueDate": "设置截止日期以启用任务提醒。",
"emptyAction": "创建任务" "emptyAction": "创建任务",
"navLabelOverdue": "任务,{{count}} 项已逾期"
}, },
"shopping": { "shopping": {
"title": "购物", "title": "购物",
@@ -372,7 +373,17 @@
"attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.", "attachmentHint": "Attach a local image, PDF, or document. Images will be shown in the event popup.",
"attachmentFallback": "Attachment", "attachmentFallback": "Attachment",
"attachmentReadError": "The attachment could not be read.", "attachmentReadError": "The attachment could not be read.",
"attachmentTooLarge": "Attachment may be at most 5 MB." "attachmentTooLarge": "Attachment may be at most 5 MB.",
"colorBlue": "蓝色",
"colorCoral": "珊瑚色",
"colorCyan": "青色",
"colorGray": "灰色",
"colorGreen": "绿色",
"colorOrange": "橙色",
"colorPurple": "紫色",
"colorRed": "红色",
"colorSkyBlue": "天蓝色",
"colorYellow": "黄色"
}, },
"notes": { "notes": {
"title": "便签板", "title": "便签板",
@@ -411,7 +422,15 @@
"formatCode": "代码", "formatCode": "代码",
"formatQuote": "引用", "formatQuote": "引用",
"formatDivider": "分隔线", "formatDivider": "分隔线",
"emptyAction": "创建笔记" "emptyAction": "创建笔记",
"colorAmber": "琥珀色",
"colorBlue": "蓝色",
"colorGreen": "绿色",
"colorOrange": "橙色",
"colorPurple": "紫色",
"colorTeal": "青绿色",
"colorWhite": "白色",
"colorYellow": "黄色"
}, },
"contacts": { "contacts": {
"title": "联系人", "title": "联系人",
@@ -891,7 +910,8 @@
"deleteConfirm": "删除“{{name}}”的生日?", "deleteConfirm": "删除“{{name}}”的生日?",
"ageNoteToday": "今天满 {{age}} 岁。", "ageNoteToday": "今天满 {{age}} 岁。",
"ageNoteTomorrow": "明天满 {{age}} 岁。", "ageNoteTomorrow": "明天满 {{age}} 岁。",
"ageNoteDays": "{{days}} 天后满 {{age}} 岁。" "ageNoteDays": "{{days}} 天后满 {{age}} 岁。",
"photoOptional": "可选:您也可以不上传头像直接保存。"
}, },
"reminders": { "reminders": {
"sectionTitle": "提醒", "sectionTitle": "提醒",
@@ -939,7 +959,15 @@
"banner": "Offline reconnecting…" "banner": "Offline reconnecting…"
}, },
"emptyHint": { "emptyHint": {
"recipes": "创建食谱并将其关联到你的膳食计划。" "recipes": "创建食谱并将其关联到你的膳食计划。",
"birthdays": "添加生日 — 系统会在适时提醒您。",
"budget": "创建分类并记录收入和支出。",
"calendar": "在设置 → 集成中连接 Google 日历以自动同步。",
"contacts": "添加重要联系人 — 医生、学校、紧急联系人 — 以便快速访问。",
"meals": "规划每周餐食并关联食谱。",
"notes": "点击 + 创建新笔记。笔记支持全文搜索。",
"shopping": "添加商品,滑动以标记或删除。",
"tasks": "点击 + 创建您的第一个任务。向左滑动卡片可删除。"
}, },
"documents": { "documents": {
"title": "文档", "title": "文档",
@@ -1003,6 +1031,14 @@
"selectedFileLabel": "已选择:{{name}}" "selectedFileLabel": "已选择:{{name}}"
}, },
"shortcuts": { "shortcuts": {
"goKitchen": "厨房" "goKitchen": "厨房",
"goCal": "日历",
"goDash": "仪表板",
"goNotes": "笔记",
"goShop": "购物清单",
"goTasks": "任务",
"help": "键盘快捷键",
"new": "创建新条目",
"search": "打开搜索"
} }
} }