Füge Funktion zum Abbrechen der Werbung hinzu: Implementiere cancelWooing in FalukantService und FalukantController, aktualisiere FamilyView für die Benutzeroberfläche und verbessere die Fehlermeldungen bei vorzeitigen Abbrüchen.
This commit is contained in:
@@ -303,6 +303,24 @@
|
||||
"taxPercent": "Tax %"
|
||||
}
|
||||
}
|
||||
},
|
||||
"spouse": {
|
||||
"wooing": {
|
||||
"cancel": "Cancel wooing",
|
||||
"cancelSuccess": "Wooing has been cancelled.",
|
||||
"cancelError": "Wooing could not be cancelled.",
|
||||
"cancelTooSoon": "You can only cancel wooing after 24 hours."
|
||||
}
|
||||
},
|
||||
"sendgift": {
|
||||
"error": {
|
||||
"nogiftselected": "Please select a gift.",
|
||||
"generic": "An unknown error occurred.",
|
||||
"tooOften": "You can't send gifts that often.",
|
||||
"insufficientFunds": "You do not have enough money."
|
||||
},
|
||||
"success": "The gift has been given.",
|
||||
"nextGiftAt": "Next gift from"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user