Enhance gift sending logic: Implement retry mechanism for 'tooOften' error in FalukantService and update error handling in FamilyView to display retry time.
This commit is contained in:
@@ -522,7 +522,8 @@
|
||||
"tooOften": "Du kannst nicht so oft Geschenke machen.",
|
||||
"insufficientFunds": "Du hast nicht genug Geld."
|
||||
},
|
||||
"success": "Das Geschenk wurde überreicht."
|
||||
"success": "Das Geschenk wurde überreicht.",
|
||||
"nextGiftAt": "Nächstes Geschenk ab"
|
||||
}
|
||||
},
|
||||
"product": {
|
||||
|
||||
@@ -197,7 +197,7 @@
|
||||
},
|
||||
"nobility": {
|
||||
"cooldown": "You can only advance again on {date}."
|
||||
},
|
||||
},
|
||||
"branchProduction": {
|
||||
"storageAvailable": "Free storage"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user