Merge branch 'main' of github.com:rafaelfoster/oikos
This commit is contained in:
+16
-2
@@ -272,7 +272,8 @@
|
||||
"savedRecipeLabel": "Saved recipe",
|
||||
"savedRecipePlaceholder": "Select recipe",
|
||||
"saveAsRecipe": "Save as recipe",
|
||||
"recipeScaleLabel": "Scale ingredients"
|
||||
"recipeScaleLabel": "Scale ingredients",
|
||||
"deletedToast": "Meal deleted"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "التقويم",
|
||||
@@ -751,7 +752,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "إغلاق",
|
||||
"overlayLabel": "خلفية مربع الحوار"
|
||||
"overlayLabel": "خلفية مربع الحوار",
|
||||
"unsavedChanges": "تجاهل التغييرات؟",
|
||||
"discardChanges": "تجاهل"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "بدون تكرار",
|
||||
@@ -854,5 +857,16 @@
|
||||
"notificationEnabled": "الإشعارات نشطة",
|
||||
"notificationDenied": "الإشعارات محظورة",
|
||||
"notificationHint": "احصل على إشعارات حتى عندما يكون التطبيق مفتوحًا."
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Welcome to Oikos",
|
||||
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more – all in one place.",
|
||||
"step2Title": "Everything at a glance",
|
||||
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
|
||||
"step3Title": "Ready to go",
|
||||
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
|
||||
"next": "Next",
|
||||
"done": "Get started",
|
||||
"skip": "Skip"
|
||||
}
|
||||
}
|
||||
|
||||
+40
-7
@@ -36,7 +36,7 @@
|
||||
"calendar": "Kalender",
|
||||
"meals": "Essen",
|
||||
"shopping": "Einkauf",
|
||||
"notes": "Pinnwand",
|
||||
"notes": "Notizen",
|
||||
"contacts": "Kontakte",
|
||||
"birthdays": "Geburtstage",
|
||||
"budget": "Budget",
|
||||
@@ -184,7 +184,8 @@
|
||||
"filterGroupStatus": "Status",
|
||||
"filterGroupPriority": "Priorität",
|
||||
"filterGroupPerson": "Person",
|
||||
"filterClearAll": "Alle Filter zurücksetzen"
|
||||
"filterClearAll": "Alle Filter zurücksetzen",
|
||||
"navLabelOverdue": "Aufgaben, {{count}} überfällig"
|
||||
},
|
||||
"shopping": {
|
||||
"title": "Einkauf",
|
||||
@@ -278,7 +279,8 @@
|
||||
"savedRecipeLabel": "Gespeichertes Rezept",
|
||||
"savedRecipePlaceholder": "Rezept auswählen",
|
||||
"saveAsRecipe": "Als Rezept speichern",
|
||||
"recipeScaleLabel": "Zutaten skalieren"
|
||||
"recipeScaleLabel": "Zutaten skalieren",
|
||||
"deletedToast": "Mahlzeit gelöscht"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Kalender",
|
||||
@@ -312,7 +314,17 @@
|
||||
"locationPlaceholder": "Optional",
|
||||
"assignedLabel": "Zugewiesen an",
|
||||
"assignedNobody": "- Niemand -",
|
||||
"colorLabel": "Farbe {{color}}",
|
||||
"colorLabel": "Farbe",
|
||||
"colorBlue": "Blau",
|
||||
"colorGreen": "Grün",
|
||||
"colorOrange": "Orange",
|
||||
"colorRed": "Rot",
|
||||
"colorPurple": "Lila",
|
||||
"colorCoral": "Korall",
|
||||
"colorSkyBlue": "Hellblau",
|
||||
"colorYellow": "Gelb",
|
||||
"colorGray": "Grau",
|
||||
"colorCyan": "Cyan",
|
||||
"descriptionLabel": "Beschreibung",
|
||||
"descriptionPlaceholder": "Optional…",
|
||||
"popupEdit": "Bearbeiten",
|
||||
@@ -357,7 +369,7 @@
|
||||
}
|
||||
},
|
||||
"notes": {
|
||||
"title": "Pinnwand",
|
||||
"title": "Notizen",
|
||||
"newNote": "Neue Notiz",
|
||||
"editNote": "Notiz bearbeiten",
|
||||
"addNoteLabel": "Neue Notiz",
|
||||
@@ -392,7 +404,15 @@
|
||||
"formatLink": "Link",
|
||||
"formatCode": "Code",
|
||||
"formatQuote": "Zitat",
|
||||
"formatDivider": "Trennlinie"
|
||||
"formatDivider": "Trennlinie",
|
||||
"colorYellow": "Gelb",
|
||||
"colorAmber": "Hellgelb",
|
||||
"colorGreen": "Grün",
|
||||
"colorTeal": "Türkis",
|
||||
"colorBlue": "Blau",
|
||||
"colorPurple": "Lila",
|
||||
"colorOrange": "Orange",
|
||||
"colorWhite": "Weiß"
|
||||
},
|
||||
"contacts": {
|
||||
"title": "Kontakte",
|
||||
@@ -757,7 +777,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "Schließen",
|
||||
"overlayLabel": "Modaler Dialog-Hintergrund"
|
||||
"overlayLabel": "Modaler Dialog-Hintergrund",
|
||||
"unsavedChanges": "Änderungen verwerfen?",
|
||||
"discardChanges": "Verwerfen"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "Keine Wiederholung",
|
||||
@@ -855,5 +877,16 @@
|
||||
"duplicate": "Duplizieren",
|
||||
"duplicated": "Rezept dupliziert.",
|
||||
"copySuffix": "Kopie"
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Willkommen bei Oikos",
|
||||
"step1Body": "Dein persönlicher Familienplaner. Aufgaben, Kalender, Einkauf und mehr – alles an einem Ort.",
|
||||
"step2Title": "Alles im Blick",
|
||||
"step2Body": "Über die Navigation unten erreichst du alle Module. Mit dem +-Button erstellst du schnell neue Einträge.",
|
||||
"step3Title": "Bereit loszulegen",
|
||||
"step3Body": "Das Dashboard zeigt dir die wichtigsten Infos auf einen Blick. Du kannst es unter \"Anpassen\" nach deinen Wünschen einrichten.",
|
||||
"next": "Weiter",
|
||||
"done": "Loslegen",
|
||||
"skip": "Überspringen"
|
||||
}
|
||||
}
|
||||
|
||||
+16
-2
@@ -272,7 +272,8 @@
|
||||
"savedRecipeLabel": "Saved recipe",
|
||||
"savedRecipePlaceholder": "Select recipe",
|
||||
"saveAsRecipe": "Save as recipe",
|
||||
"recipeScaleLabel": "Scale ingredients"
|
||||
"recipeScaleLabel": "Scale ingredients",
|
||||
"deletedToast": "Meal deleted"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Ημερολόγιο",
|
||||
@@ -751,7 +752,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "Κλείσιμο",
|
||||
"overlayLabel": "Φόντο αναδυόμενου παραθύρου"
|
||||
"overlayLabel": "Φόντο αναδυόμενου παραθύρου",
|
||||
"unsavedChanges": "Απόρριψη αλλαγών;",
|
||||
"discardChanges": "Απόρριψη"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "Χωρίς επανάληψη",
|
||||
@@ -854,5 +857,16 @@
|
||||
"notificationEnabled": "Ειδοποιήσεις ενεργές",
|
||||
"notificationDenied": "Ειδοποιήσεις αποκλεισμένες",
|
||||
"notificationHint": "Λάβετε ειδοποιήσεις ακόμα και όταν η εφαρμογή είναι ανοιχτή."
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Welcome to Oikos",
|
||||
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more – all in one place.",
|
||||
"step2Title": "Everything at a glance",
|
||||
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
|
||||
"step3Title": "Ready to go",
|
||||
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
|
||||
"next": "Next",
|
||||
"done": "Get started",
|
||||
"skip": "Skip"
|
||||
}
|
||||
}
|
||||
|
||||
+16
-2
@@ -272,7 +272,8 @@
|
||||
"savedRecipeLabel": "Saved recipe",
|
||||
"savedRecipePlaceholder": "Select recipe",
|
||||
"saveAsRecipe": "Save as recipe",
|
||||
"recipeScaleLabel": "Scale ingredients"
|
||||
"recipeScaleLabel": "Scale ingredients",
|
||||
"deletedToast": "Meal deleted"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Calendar",
|
||||
@@ -751,7 +752,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "Close",
|
||||
"overlayLabel": "Modal dialog background"
|
||||
"overlayLabel": "Modal dialog background",
|
||||
"unsavedChanges": "Discard changes?",
|
||||
"discardChanges": "Discard"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "No recurrence",
|
||||
@@ -855,5 +858,16 @@
|
||||
"open": "Open search",
|
||||
"placeholder": "Search…",
|
||||
"noResults": "No results found."
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Welcome to Oikos",
|
||||
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more – all in one place.",
|
||||
"step2Title": "Everything at a glance",
|
||||
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
|
||||
"step3Title": "Ready to go",
|
||||
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
|
||||
"next": "Next",
|
||||
"done": "Get started",
|
||||
"skip": "Skip"
|
||||
}
|
||||
}
|
||||
|
||||
+16
-2
@@ -272,7 +272,8 @@
|
||||
"savedRecipeLabel": "Saved recipe",
|
||||
"savedRecipePlaceholder": "Select recipe",
|
||||
"saveAsRecipe": "Save as recipe",
|
||||
"recipeScaleLabel": "Scale ingredients"
|
||||
"recipeScaleLabel": "Scale ingredients",
|
||||
"deletedToast": "Meal deleted"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Calendario",
|
||||
@@ -751,7 +752,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "Cerrar",
|
||||
"overlayLabel": "Fondo del cuadro de diálogo modal"
|
||||
"overlayLabel": "Fondo del cuadro de diálogo modal",
|
||||
"unsavedChanges": "¿Descartar cambios?",
|
||||
"discardChanges": "Descartar"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "Sin repetición",
|
||||
@@ -854,5 +857,16 @@
|
||||
"notificationEnabled": "Notificaciones activas",
|
||||
"notificationDenied": "Notificaciones bloqueadas",
|
||||
"notificationHint": "Recibe notificaciones incluso cuando la aplicación está abierta."
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Welcome to Oikos",
|
||||
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more – all in one place.",
|
||||
"step2Title": "Everything at a glance",
|
||||
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
|
||||
"step3Title": "Ready to go",
|
||||
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
|
||||
"next": "Next",
|
||||
"done": "Get started",
|
||||
"skip": "Skip"
|
||||
}
|
||||
}
|
||||
|
||||
+16
-2
@@ -272,7 +272,8 @@
|
||||
"savedRecipeLabel": "Saved recipe",
|
||||
"savedRecipePlaceholder": "Select recipe",
|
||||
"saveAsRecipe": "Save as recipe",
|
||||
"recipeScaleLabel": "Scale ingredients"
|
||||
"recipeScaleLabel": "Scale ingredients",
|
||||
"deletedToast": "Meal deleted"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Calendrier",
|
||||
@@ -751,7 +752,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "Fermer",
|
||||
"overlayLabel": "Arrière-plan de la boîte de dialogue modale"
|
||||
"overlayLabel": "Arrière-plan de la boîte de dialogue modale",
|
||||
"unsavedChanges": "Abandonner les modifications ?",
|
||||
"discardChanges": "Abandonner"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "Pas de répétition",
|
||||
@@ -854,5 +857,16 @@
|
||||
"notificationEnabled": "Notifications actives",
|
||||
"notificationDenied": "Notifications bloquées",
|
||||
"notificationHint": "Recevez des notifications même lorsque l'application est ouverte."
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Welcome to Oikos",
|
||||
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more – all in one place.",
|
||||
"step2Title": "Everything at a glance",
|
||||
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
|
||||
"step3Title": "Ready to go",
|
||||
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
|
||||
"next": "Next",
|
||||
"done": "Get started",
|
||||
"skip": "Skip"
|
||||
}
|
||||
}
|
||||
|
||||
+16
-2
@@ -272,7 +272,8 @@
|
||||
"savedRecipeLabel": "Saved recipe",
|
||||
"savedRecipePlaceholder": "Select recipe",
|
||||
"saveAsRecipe": "Save as recipe",
|
||||
"recipeScaleLabel": "Scale ingredients"
|
||||
"recipeScaleLabel": "Scale ingredients",
|
||||
"deletedToast": "Meal deleted"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "कैलेंडर",
|
||||
@@ -751,7 +752,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "बंद करें",
|
||||
"overlayLabel": "मोडल डायलॉग पृष्ठभूमि"
|
||||
"overlayLabel": "मोडल डायलॉग पृष्ठभूमि",
|
||||
"unsavedChanges": "बदलाव छोड़ें?",
|
||||
"discardChanges": "छोड़ें"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "कोई दोहराव नहीं",
|
||||
@@ -854,5 +857,16 @@
|
||||
"notificationEnabled": "सूचनाएं सक्रिय",
|
||||
"notificationDenied": "सूचनाएं अवरुद्ध",
|
||||
"notificationHint": "ऐप खुली होने पर भी सूचनाएं प्राप्त करें।"
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Welcome to Oikos",
|
||||
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more – all in one place.",
|
||||
"step2Title": "Everything at a glance",
|
||||
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
|
||||
"step3Title": "Ready to go",
|
||||
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
|
||||
"next": "Next",
|
||||
"done": "Get started",
|
||||
"skip": "Skip"
|
||||
}
|
||||
}
|
||||
|
||||
+16
-2
@@ -272,7 +272,8 @@
|
||||
"savedRecipeLabel": "Saved recipe",
|
||||
"savedRecipePlaceholder": "Select recipe",
|
||||
"saveAsRecipe": "Save as recipe",
|
||||
"recipeScaleLabel": "Scale ingredients"
|
||||
"recipeScaleLabel": "Scale ingredients",
|
||||
"deletedToast": "Meal deleted"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Calendario",
|
||||
@@ -751,7 +752,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "Chiudi",
|
||||
"overlayLabel": "Sfondo del dialogo modale"
|
||||
"overlayLabel": "Sfondo del dialogo modale",
|
||||
"unsavedChanges": "Annullare le modifiche?",
|
||||
"discardChanges": "Annulla"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "Nessuna ripetizione",
|
||||
@@ -854,5 +857,16 @@
|
||||
"notificationEnabled": "Notifiche attive",
|
||||
"notificationDenied": "Notifiche bloccate",
|
||||
"notificationHint": "Ricevi notifiche anche quando l'app è aperta."
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Welcome to Oikos",
|
||||
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more – all in one place.",
|
||||
"step2Title": "Everything at a glance",
|
||||
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
|
||||
"step3Title": "Ready to go",
|
||||
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
|
||||
"next": "Next",
|
||||
"done": "Get started",
|
||||
"skip": "Skip"
|
||||
}
|
||||
}
|
||||
|
||||
+16
-2
@@ -272,7 +272,8 @@
|
||||
"savedRecipeLabel": "Saved recipe",
|
||||
"savedRecipePlaceholder": "Select recipe",
|
||||
"saveAsRecipe": "Save as recipe",
|
||||
"recipeScaleLabel": "Scale ingredients"
|
||||
"recipeScaleLabel": "Scale ingredients",
|
||||
"deletedToast": "Meal deleted"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "カレンダー",
|
||||
@@ -751,7 +752,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "閉じる",
|
||||
"overlayLabel": "モーダルダイアログの背景"
|
||||
"overlayLabel": "モーダルダイアログの背景",
|
||||
"unsavedChanges": "変更を破棄しますか?",
|
||||
"discardChanges": "破棄"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "繰り返しなし",
|
||||
@@ -854,5 +857,16 @@
|
||||
"notificationEnabled": "通知が有効",
|
||||
"notificationDenied": "通知がブロックされています",
|
||||
"notificationHint": "アプリが開いているときでも通知を受け取ります。"
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Welcome to Oikos",
|
||||
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more – all in one place.",
|
||||
"step2Title": "Everything at a glance",
|
||||
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
|
||||
"step3Title": "Ready to go",
|
||||
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
|
||||
"next": "Next",
|
||||
"done": "Get started",
|
||||
"skip": "Skip"
|
||||
}
|
||||
}
|
||||
|
||||
+16
-2
@@ -272,7 +272,8 @@
|
||||
"savedRecipeLabel": "Saved recipe",
|
||||
"savedRecipePlaceholder": "Select recipe",
|
||||
"saveAsRecipe": "Save as recipe",
|
||||
"recipeScaleLabel": "Scale ingredients"
|
||||
"recipeScaleLabel": "Scale ingredients",
|
||||
"deletedToast": "Meal deleted"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Calendário",
|
||||
@@ -751,7 +752,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "Fechar",
|
||||
"overlayLabel": "Fundo do diálogo modal"
|
||||
"overlayLabel": "Fundo do diálogo modal",
|
||||
"unsavedChanges": "Descartar alterações?",
|
||||
"discardChanges": "Descartar"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "Sem repetição",
|
||||
@@ -855,5 +858,16 @@
|
||||
"notificationEnabled": "Notificações ativas",
|
||||
"notificationDenied": "Notificações bloqueadas",
|
||||
"notificationHint": "Receba notificações mesmo quando a aplicação está aberta."
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Welcome to Oikos",
|
||||
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more – all in one place.",
|
||||
"step2Title": "Everything at a glance",
|
||||
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
|
||||
"step3Title": "Ready to go",
|
||||
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
|
||||
"next": "Next",
|
||||
"done": "Get started",
|
||||
"skip": "Skip"
|
||||
}
|
||||
}
|
||||
|
||||
+16
-2
@@ -272,7 +272,8 @@
|
||||
"savedRecipeLabel": "Saved recipe",
|
||||
"savedRecipePlaceholder": "Select recipe",
|
||||
"saveAsRecipe": "Save as recipe",
|
||||
"recipeScaleLabel": "Scale ingredients"
|
||||
"recipeScaleLabel": "Scale ingredients",
|
||||
"deletedToast": "Meal deleted"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Календарь",
|
||||
@@ -751,7 +752,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "Закрыть",
|
||||
"overlayLabel": "Фон модального диалога"
|
||||
"overlayLabel": "Фон модального диалога",
|
||||
"unsavedChanges": "Отменить изменения?",
|
||||
"discardChanges": "Отменить"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "Без повтора",
|
||||
@@ -854,5 +857,16 @@
|
||||
"notificationEnabled": "Уведомления активны",
|
||||
"notificationDenied": "Уведомления заблокированы",
|
||||
"notificationHint": "Получайте уведомления, даже когда приложение открыто."
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Welcome to Oikos",
|
||||
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more – all in one place.",
|
||||
"step2Title": "Everything at a glance",
|
||||
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
|
||||
"step3Title": "Ready to go",
|
||||
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
|
||||
"next": "Next",
|
||||
"done": "Get started",
|
||||
"skip": "Skip"
|
||||
}
|
||||
}
|
||||
|
||||
+16
-2
@@ -272,7 +272,8 @@
|
||||
"savedRecipeLabel": "Sparat recept",
|
||||
"savedRecipePlaceholder": "Välj recept",
|
||||
"saveAsRecipe": "Spara som recept",
|
||||
"recipeScaleLabel": "Skala ingredienser"
|
||||
"recipeScaleLabel": "Skala ingredienser",
|
||||
"deletedToast": "Meal deleted"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Kalender",
|
||||
@@ -751,7 +752,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "Stäng",
|
||||
"overlayLabel": "Bakgrund för modal dialog"
|
||||
"overlayLabel": "Bakgrund för modal dialog",
|
||||
"unsavedChanges": "Ignorera ändringar?",
|
||||
"discardChanges": "Ignorera"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "Ingen upprepning",
|
||||
@@ -854,5 +857,16 @@
|
||||
"notificationEnabled": "Notiser aktiva",
|
||||
"notificationDenied": "Notiser blockerade",
|
||||
"notificationHint": "Få notiser även när appen är öppen."
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Welcome to Oikos",
|
||||
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more – all in one place.",
|
||||
"step2Title": "Everything at a glance",
|
||||
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
|
||||
"step3Title": "Ready to go",
|
||||
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
|
||||
"next": "Next",
|
||||
"done": "Get started",
|
||||
"skip": "Skip"
|
||||
}
|
||||
}
|
||||
|
||||
+16
-2
@@ -272,7 +272,8 @@
|
||||
"savedRecipeLabel": "Saved recipe",
|
||||
"savedRecipePlaceholder": "Select recipe",
|
||||
"saveAsRecipe": "Save as recipe",
|
||||
"recipeScaleLabel": "Scale ingredients"
|
||||
"recipeScaleLabel": "Scale ingredients",
|
||||
"deletedToast": "Meal deleted"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Takvim",
|
||||
@@ -751,7 +752,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "Kapat",
|
||||
"overlayLabel": "Modal iletişim kutusu arka planı"
|
||||
"overlayLabel": "Modal iletişim kutusu arka planı",
|
||||
"unsavedChanges": "Değişiklikler iptal edilsin mi?",
|
||||
"discardChanges": "İptal et"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "Tekrar yok",
|
||||
@@ -854,5 +857,16 @@
|
||||
"notificationEnabled": "Bildirimler etkin",
|
||||
"notificationDenied": "Bildirimler engellendi",
|
||||
"notificationHint": "Uygulama açıkken bile bildirim alın."
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Welcome to Oikos",
|
||||
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more – all in one place.",
|
||||
"step2Title": "Everything at a glance",
|
||||
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
|
||||
"step3Title": "Ready to go",
|
||||
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
|
||||
"next": "Next",
|
||||
"done": "Get started",
|
||||
"skip": "Skip"
|
||||
}
|
||||
}
|
||||
|
||||
+16
-2
@@ -272,7 +272,8 @@
|
||||
"savedRecipeLabel": "Saved recipe",
|
||||
"savedRecipePlaceholder": "Select recipe",
|
||||
"saveAsRecipe": "Save as recipe",
|
||||
"recipeScaleLabel": "Scale ingredients"
|
||||
"recipeScaleLabel": "Scale ingredients",
|
||||
"deletedToast": "Meal deleted"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Календар",
|
||||
@@ -751,7 +752,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "Закрити",
|
||||
"overlayLabel": "Фон модального вікна"
|
||||
"overlayLabel": "Фон модального вікна",
|
||||
"unsavedChanges": "Скасувати зміни?",
|
||||
"discardChanges": "Скасувати"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "Без повторення",
|
||||
@@ -854,5 +857,16 @@
|
||||
"ageNoteToday": "Сьогодні виповнюється {{age}}.",
|
||||
"ageNoteTomorrow": "Завтра виповниться {{age}}.",
|
||||
"ageNoteDays": "За {{days}} дн. виповниться {{age}}."
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Welcome to Oikos",
|
||||
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more – all in one place.",
|
||||
"step2Title": "Everything at a glance",
|
||||
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
|
||||
"step3Title": "Ready to go",
|
||||
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
|
||||
"next": "Next",
|
||||
"done": "Get started",
|
||||
"skip": "Skip"
|
||||
}
|
||||
}
|
||||
|
||||
+16
-2
@@ -272,7 +272,8 @@
|
||||
"savedRecipeLabel": "Saved recipe",
|
||||
"savedRecipePlaceholder": "Select recipe",
|
||||
"saveAsRecipe": "Save as recipe",
|
||||
"recipeScaleLabel": "Scale ingredients"
|
||||
"recipeScaleLabel": "Scale ingredients",
|
||||
"deletedToast": "Meal deleted"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "日历",
|
||||
@@ -751,7 +752,9 @@
|
||||
},
|
||||
"modal": {
|
||||
"closeLabel": "关闭",
|
||||
"overlayLabel": "模态对话框背景"
|
||||
"overlayLabel": "模态对话框背景",
|
||||
"unsavedChanges": "放弃更改?",
|
||||
"discardChanges": "放弃"
|
||||
},
|
||||
"rrule": {
|
||||
"freqNone": "不重复",
|
||||
@@ -854,5 +857,16 @@
|
||||
"notificationEnabled": "通知已启用",
|
||||
"notificationDenied": "通知已被阻止",
|
||||
"notificationHint": "即使应用程序打开时也能收到通知。"
|
||||
},
|
||||
"onboarding": {
|
||||
"step1Title": "Welcome to Oikos",
|
||||
"step1Body": "Your personal family planner. Tasks, calendar, shopping and more – all in one place.",
|
||||
"step2Title": "Everything at a glance",
|
||||
"step2Body": "Use the navigation below to reach all modules. The + button creates new entries quickly.",
|
||||
"step3Title": "Ready to go",
|
||||
"step3Body": "The dashboard shows you the most important information at a glance. Customize it under \"Customize\".",
|
||||
"next": "Next",
|
||||
"done": "Get started",
|
||||
"skip": "Skip"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user