Adding Birthday tracking feature - to compete with FamilyWall
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
"shopping": "Einkauf",
|
||||
"notes": "Pinnwand",
|
||||
"contacts": "Kontakte",
|
||||
"birthdays": "Geburtstage",
|
||||
"budget": "Budget",
|
||||
"settings": "Einstellungen",
|
||||
"main": "Hauptnavigation",
|
||||
@@ -754,6 +755,35 @@
|
||||
"pendingBadgeTitle": "{{count}} fällige Erinnerung",
|
||||
"pendingBadgeTitlePlural": "{{count}} fällige Erinnerungen"
|
||||
},
|
||||
"birthdays": {
|
||||
"title": "Geburtstage",
|
||||
"addButton": "Geburtstag hinzufügen",
|
||||
"searchPlaceholder": "Geburtstage suchen…",
|
||||
"upcomingTitle": "Nächste Geburtstage",
|
||||
"upcomingHint": "Die nächsten Feiern, bereits mit Kalender und Erinnerungen verknüpft.",
|
||||
"peopleTitle": "Personen",
|
||||
"peopleHint": "Alle gespeicherten Geburtstage durchsuchen, prüfen und bearbeiten.",
|
||||
"emptyTitle": "Noch keine Geburtstage",
|
||||
"emptyDescription": "Füge einen Geburtstag hinzu, damit er im Kalender und bei Erinnerungen erscheint.",
|
||||
"newTitle": "Neuer Geburtstag",
|
||||
"editTitle": "Geburtstag bearbeiten",
|
||||
"nameLabel": "Name",
|
||||
"birthDateLabel": "Geburtsdatum",
|
||||
"photoLabel": "Profilbild",
|
||||
"photoOptional": "Optional: Du kannst auch ohne Profilbild speichern.",
|
||||
"removePhoto": "Bild entfernen",
|
||||
"notesLabel": "Notizen",
|
||||
"notesPlaceholder": "Geschenkideen, Lieblingskuchen, Familiennotizen…",
|
||||
"calendarHint": "Jeder Geburtstag wird automatisch zum Kalender und Erinnerungssystem hinzugefügt.",
|
||||
"requiredFields": "Name und Geburtsdatum sind erforderlich.",
|
||||
"createdToast": "Geburtstag gespeichert.",
|
||||
"updatedToast": "Geburtstag aktualisiert.",
|
||||
"deletedToast": "Geburtstag gelöscht.",
|
||||
"deleteConfirm": "Geburtstag von \"{{name}}\" löschen?",
|
||||
"ageNoteToday": "Wird heute {{age}} Jahre alt.",
|
||||
"ageNoteTomorrow": "Wird morgen {{age}} Jahre alt.",
|
||||
"ageNoteDays": "Wird in {{days}} Tagen {{age}} Jahre alt."
|
||||
},
|
||||
"recipes": {
|
||||
"title": "Rezepte",
|
||||
"addRecipe": "Rezept hinzufügen",
|
||||
|
||||
Reference in New Issue
Block a user