Add marriage management features: Implement endpoints for spending time with, gifting to, and reconciling with spouses in the FalukantController. Update UserHouse model to include household tension attributes. Enhance frontend components to manage marriage actions and display household tension details, including localization updates in multiple languages.
This commit is contained in:
@@ -130,7 +130,8 @@
|
||||
"years": "Jahre",
|
||||
"days": "Tage",
|
||||
"mainbranch": "Heimatstadt",
|
||||
"nobleTitle": "Stand"
|
||||
"nobleTitle": "Stand",
|
||||
"certificate": "Zertifikat"
|
||||
},
|
||||
"productions": {
|
||||
"title": "Produktionen"
|
||||
@@ -219,6 +220,7 @@
|
||||
},
|
||||
"branch": {
|
||||
"title": "Filiale",
|
||||
"currentCertificate": "Derzeitiges Zertifikat",
|
||||
"tabs": {
|
||||
"director": "Direktor",
|
||||
"inventory": "Inventar",
|
||||
@@ -526,9 +528,34 @@
|
||||
},
|
||||
"householdTension": {
|
||||
"label": "Hausfrieden",
|
||||
"score": "Spannungswert",
|
||||
"reasonsLabel": "Aktuelle Ursachen",
|
||||
"low": "Ruhig",
|
||||
"medium": "Unruhig",
|
||||
"high": "Belastet"
|
||||
"high": "Belastet",
|
||||
"reasons": {
|
||||
"visibleLover": "Sichtbare Liebschaft",
|
||||
"noticeableLover": "Auffällige Liebschaft",
|
||||
"underfundedLover": "Unterversorgte Liebschaft",
|
||||
"acknowledgedAffair": "Anerkannte Liebschaft",
|
||||
"statusMismatch": "Standesunterschied",
|
||||
"loverChild": "Kind aus Liebschaft",
|
||||
"disorder": "Unordnung im Haus",
|
||||
"tooFewServants": "Zu wenig Diener",
|
||||
"marriageCrisis": "Ehekrise"
|
||||
}
|
||||
},
|
||||
"marriageActions": {
|
||||
"title": "Ehe pflegen",
|
||||
"spendTime": "Zeit miteinander verbringen",
|
||||
"giftSmall": "Kleines Geschenk",
|
||||
"giftDecent": "Gutes Geschenk",
|
||||
"giftLavish": "Großzügiges Geschenk",
|
||||
"reconcile": "Streit schlichten",
|
||||
"spendTimeSuccess": "Die gemeinsame Zeit hat die Ehe stabilisiert.",
|
||||
"giftSuccess": "Das Geschenk hat die Ehe verbessert.",
|
||||
"reconcileSuccess": "Der Streit wurde fürs Erste geschlichtet.",
|
||||
"actionError": "Die Aktion konnte nicht ausgeführt werden."
|
||||
},
|
||||
"relationships": {
|
||||
"name": "Name"
|
||||
@@ -863,12 +890,15 @@
|
||||
"actions": {
|
||||
"hire": "1 Diener einstellen",
|
||||
"dismiss": "1 Diener entlassen",
|
||||
"tidy": "Haus ordnen",
|
||||
"hireSuccess": "Die Dienerschaft wurde erweitert.",
|
||||
"hireError": "Die Dienerschaft konnte nicht erweitert werden.",
|
||||
"dismissSuccess": "Ein Diener wurde entlassen.",
|
||||
"dismissError": "Der Diener konnte nicht entlassen werden.",
|
||||
"payLevelSuccess": "Die Bezahlung der Dienerschaft wurde angepasst.",
|
||||
"payLevelError": "Die Bezahlung konnte nicht angepasst werden."
|
||||
"payLevelError": "Die Bezahlung konnte nicht angepasst werden.",
|
||||
"tidySuccess": "Das Haus wurde geordnet.",
|
||||
"tidyError": "Das Haus konnte nicht geordnet werden."
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
|
||||
@@ -111,7 +111,8 @@
|
||||
"years": "Years",
|
||||
"days": "Days",
|
||||
"mainbranch": "Home city",
|
||||
"nobleTitle": "Title"
|
||||
"nobleTitle": "Title",
|
||||
"certificate": "Certificate"
|
||||
}
|
||||
},
|
||||
"health": {
|
||||
@@ -228,12 +229,15 @@
|
||||
"actions": {
|
||||
"hire": "Hire 1 servant",
|
||||
"dismiss": "Dismiss 1 servant",
|
||||
"tidy": "Tidy household",
|
||||
"hireSuccess": "The household staff has been expanded.",
|
||||
"hireError": "The staff could not be expanded.",
|
||||
"dismissSuccess": "A servant has been dismissed.",
|
||||
"dismissError": "The servant could not be dismissed.",
|
||||
"payLevelSuccess": "Servant pay has been updated.",
|
||||
"payLevelError": "Servant pay could not be updated."
|
||||
"payLevelError": "Servant pay could not be updated.",
|
||||
"tidySuccess": "The household has been put in order.",
|
||||
"tidyError": "The household could not be put in order."
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
@@ -261,6 +265,7 @@
|
||||
"noProposals": "No director candidates available."
|
||||
},
|
||||
"branch": {
|
||||
"currentCertificate": "Current certificate",
|
||||
"selection": {
|
||||
"title": "Branch Selection",
|
||||
"selected": "Selected Branch",
|
||||
@@ -540,9 +545,34 @@
|
||||
},
|
||||
"householdTension": {
|
||||
"label": "Household Tension",
|
||||
"score": "Tension score",
|
||||
"reasonsLabel": "Current causes",
|
||||
"low": "Calm",
|
||||
"medium": "Uneasy",
|
||||
"high": "Strained"
|
||||
"high": "Strained",
|
||||
"reasons": {
|
||||
"visibleLover": "Visible affair",
|
||||
"noticeableLover": "Noticeable affair",
|
||||
"underfundedLover": "Underfunded affair",
|
||||
"acknowledgedAffair": "Acknowledged affair",
|
||||
"statusMismatch": "Status mismatch",
|
||||
"loverChild": "Child from an affair",
|
||||
"disorder": "Disorder in the house",
|
||||
"tooFewServants": "Too few servants",
|
||||
"marriageCrisis": "Marriage crisis"
|
||||
}
|
||||
},
|
||||
"marriageActions": {
|
||||
"title": "Support the marriage",
|
||||
"spendTime": "Spend time together",
|
||||
"giftSmall": "Small gift",
|
||||
"giftDecent": "Decent gift",
|
||||
"giftLavish": "Lavish gift",
|
||||
"reconcile": "Reconcile dispute",
|
||||
"spendTimeSuccess": "The time together has stabilized the marriage.",
|
||||
"giftSuccess": "The gift has improved the marriage.",
|
||||
"reconcileSuccess": "The dispute has been eased for now.",
|
||||
"actionError": "The action could not be completed."
|
||||
},
|
||||
"lovers": {
|
||||
"title": "Lovers and Mistresses",
|
||||
|
||||
@@ -120,7 +120,8 @@
|
||||
"age": "Edad",
|
||||
"years": "años",
|
||||
"mainbranch": "Ciudad natal",
|
||||
"nobleTitle": "Rango"
|
||||
"nobleTitle": "Rango",
|
||||
"certificate": "Certificado"
|
||||
},
|
||||
"productions": {
|
||||
"title": "Producciones"
|
||||
@@ -207,6 +208,7 @@
|
||||
},
|
||||
"branch": {
|
||||
"title": "Sucursal",
|
||||
"currentCertificate": "Certificado actual",
|
||||
"tabs": {
|
||||
"director": "Director",
|
||||
"inventory": "Inventario",
|
||||
@@ -510,9 +512,34 @@
|
||||
},
|
||||
"householdTension": {
|
||||
"label": "Tensión del hogar",
|
||||
"score": "Valor de tensión",
|
||||
"reasonsLabel": "Causas actuales",
|
||||
"low": "Calmo",
|
||||
"medium": "Inquieto",
|
||||
"high": "Tenso"
|
||||
"high": "Tenso",
|
||||
"reasons": {
|
||||
"visibleLover": "Relación visible",
|
||||
"noticeableLover": "Relación llamativa",
|
||||
"underfundedLover": "Relación infrafinanciada",
|
||||
"acknowledgedAffair": "Relación reconocida",
|
||||
"statusMismatch": "Desajuste social",
|
||||
"loverChild": "Hijo de una relación",
|
||||
"disorder": "Desorden en la casa",
|
||||
"tooFewServants": "Muy pocos sirvientes",
|
||||
"marriageCrisis": "Crisis matrimonial"
|
||||
}
|
||||
},
|
||||
"marriageActions": {
|
||||
"title": "Cuidar el matrimonio",
|
||||
"spendTime": "Pasar tiempo juntos",
|
||||
"giftSmall": "Regalo pequeño",
|
||||
"giftDecent": "Buen regalo",
|
||||
"giftLavish": "Regalo generoso",
|
||||
"reconcile": "Resolver disputa",
|
||||
"spendTimeSuccess": "El tiempo compartido ha estabilizado el matrimonio.",
|
||||
"giftSuccess": "El regalo ha mejorado el matrimonio.",
|
||||
"reconcileSuccess": "La disputa se ha calmado por ahora.",
|
||||
"actionError": "No se pudo realizar la acción."
|
||||
},
|
||||
"relationships": {
|
||||
"name": "Nombre"
|
||||
@@ -829,12 +856,15 @@
|
||||
"actions": {
|
||||
"hire": "Contratar 1 sirviente",
|
||||
"dismiss": "Despedir 1 sirviente",
|
||||
"tidy": "Ordenar la casa",
|
||||
"hireSuccess": "Se ha ampliado el servicio doméstico.",
|
||||
"hireError": "No se pudo ampliar el servicio doméstico.",
|
||||
"dismissSuccess": "Se ha despedido a un sirviente.",
|
||||
"dismissError": "No se pudo despedir al sirviente.",
|
||||
"payLevelSuccess": "Se ha ajustado el pago del servicio.",
|
||||
"payLevelError": "No se pudo ajustar el pago."
|
||||
"payLevelError": "No se pudo ajustar el pago.",
|
||||
"tidySuccess": "La casa ha sido ordenada.",
|
||||
"tidyError": "No se pudo ordenar la casa."
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
|
||||
Reference in New Issue
Block a user