feat: implement flexible feeding intervals and fix layout alignment
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
"groupPassword": "Gruppen-Passwort",
|
||||
"passwordPlaceholder": "geheim-miau",
|
||||
"passwordDesc": "Teile dieses Passwort mit deinen Katzen-Sittern.",
|
||||
"feedingPerDay": "Wie oft am Fütterungstag füttern?",
|
||||
"feedingDesc": "Anzahl der Mahlzeiten pro Tag.",
|
||||
"feedingInterval": "Alle wieviel Tage füttern?",
|
||||
"feedingIntervalDesc": "Intervall in Tagen (z.B. 1 für täglich, 3 für Futterautomat).",
|
||||
"litterInterval": "Alle wieviel Tage das Klo reinigen?",
|
||||
"litterDesc": "Intervall in Tagen.",
|
||||
"submit": "Plan erstellen",
|
||||
"success": "Plan erfolgreich erstellt!",
|
||||
"error": "Etwas ist schiefgelaufen. Bitte versuche es erneut.",
|
||||
@@ -27,6 +33,8 @@
|
||||
"instructionsTitle": "Katzenpflege-Anleitungen",
|
||||
"export": "Exportieren",
|
||||
"settings": "Einstellungen",
|
||||
"feeding": "Füttern",
|
||||
"litter": "Klo reinigen",
|
||||
"ownerHome": "Besitzer zu Hause",
|
||||
"illDoIt": "Ich mache das!",
|
||||
"bookTitle": "Buchung für den {date}",
|
||||
|
||||
@@ -15,6 +15,12 @@
|
||||
"groupPassword": "Group Password",
|
||||
"passwordPlaceholder": "secret-meow",
|
||||
"passwordDesc": "Share this password with your cat sitters.",
|
||||
"feedingPerDay": "Feeding times per feeding day",
|
||||
"feedingDesc": "Number of meals per day.",
|
||||
"feedingInterval": "Feeding interval (days)",
|
||||
"feedingIntervalDesc": "Every X days (e.g., 1 for daily, 3 for auto-feeder).",
|
||||
"litterInterval": "Litter cleaning interval (days)",
|
||||
"litterDesc": "Every X days.",
|
||||
"submit": "Create Plan",
|
||||
"success": "Plan created successfully!",
|
||||
"error": "Something went wrong. Please try again.",
|
||||
@@ -27,6 +33,8 @@
|
||||
"instructionsTitle": "Cat Care Instructions",
|
||||
"export": "Export",
|
||||
"settings": "Settings",
|
||||
"feeding": "Feeding",
|
||||
"litter": "Clean litter",
|
||||
"ownerHome": "Owner Home",
|
||||
"illDoIt": "I'll do it!",
|
||||
"bookTitle": "Book {date}",
|
||||
|
||||
Reference in New Issue
Block a user