feat(MoneyHistoryView): enhance activity translation for tax and reputation actions
All checks were successful
Deploy to production / deploy (push) Successful in 2m7s
All checks were successful
Deploy to production / deploy (push) Successful in 2m7s
- Added translation logic for activities related to tax from sales branches and reputation actions in the MoneyHistoryView component. - Updated internationalization files to include new strings for these activities in multiple languages.
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
"view": {
|
||||
"loading": "Cargando…",
|
||||
"edit": "Editar",
|
||||
"reportBlog": "Reportar blog",
|
||||
"reportPost": "Reportar entrada",
|
||||
"reportBlogSent": "El blog se ha reportado a moderación.",
|
||||
"reportPostSent": "La entrada se ha reportado a moderación.",
|
||||
"entriesCount": "{count} entradas",
|
||||
"empty": "No hay entradas.",
|
||||
"fallbackDescription": "Blog público de la comunidad en YourPart.",
|
||||
|
||||
@@ -943,6 +943,8 @@
|
||||
"new nobility title": "Nuevo título nobiliario",
|
||||
"partyOrder": "Festín encargado",
|
||||
"renovation_all": "Casa renovada por completo",
|
||||
"taxFromSalesBranch": "Impuesto de la sucursal de ventas {branchId}",
|
||||
"reputationAction": "Acción de reputación: {action}",
|
||||
"health": {
|
||||
"pill": "Medida de salud: pastilla",
|
||||
"doctor": "Medida de salud: visita al médico",
|
||||
@@ -1199,6 +1201,8 @@
|
||||
"running": "En curso…",
|
||||
"dailyLimit": "Límite diario: quedan {remaining} de {cap} acciones",
|
||||
"cooldown": "Enfriamiento: aún {minutes} minutos",
|
||||
"success": "Acción ejecutada correctamente. Reputación: +{gain}, Coste: {cost}",
|
||||
"successSimple": "Acción ejecutada correctamente.",
|
||||
"type": {
|
||||
"soup_kitchen": "Comedor social",
|
||||
"library_donation": "Donación a la biblioteca",
|
||||
|
||||
@@ -67,6 +67,7 @@
|
||||
"m-administration": {
|
||||
"contactrequests": "Solicitudes de contacto",
|
||||
"moderationReports": "Reportes de moderación",
|
||||
"moderationBadgeTitle": "Reportes de moderación abiertos",
|
||||
"users": "Usuarios",
|
||||
"userrights": "Permisos de usuario",
|
||||
"m-users": {
|
||||
|
||||
@@ -126,8 +126,12 @@
|
||||
"imageUpload": "Imagen",
|
||||
"submit": "Enviar entrada",
|
||||
"noEntries": "No se han encontrado entradas",
|
||||
"entryImageAlt": "Imagen de la entrada del libro de visitas"
|
||||
"entryImageAlt": "Imagen de la entrada del libro de visitas",
|
||||
"reportEntry": "Reportar",
|
||||
"deleteEntry": "Eliminar",
|
||||
"confirmDeleteEntry": "¿Eliminar esta entrada del libro de visitas?"
|
||||
},
|
||||
"reportProfile": "Reportar nombre de usuario/perfil",
|
||||
"interestedInGender": "Interesado/a en",
|
||||
"hasChildren": "Tiene hijos",
|
||||
"smokes": "Fuma",
|
||||
@@ -199,7 +203,8 @@
|
||||
"title": "Imagen"
|
||||
},
|
||||
"imagePreviewAlt": "Vista previa de la imagen",
|
||||
"imageLoadingAlt": "Cargando imagen"
|
||||
"imageLoadingAlt": "Cargando imagen",
|
||||
"reportImage": "Reportar imagen"
|
||||
},
|
||||
"guestbook": {
|
||||
"kicker": "Libro de visitas",
|
||||
@@ -209,6 +214,14 @@
|
||||
"nextPage": "Siguiente",
|
||||
"page": "Página"
|
||||
},
|
||||
"reporting": {
|
||||
"reasonPrompt": "Motivo breve del reporte (p. ej. spam, insultos, discurso de odio):",
|
||||
"reasonTooShort": "Introduce al menos 3 caracteres como motivo del reporte.",
|
||||
"profileReported": "El perfil se ha reportado a moderación.",
|
||||
"imageReported": "La imagen se ha reportado a moderación.",
|
||||
"guestbookReported": "La entrada del libro de visitas se ha reportado a moderación.",
|
||||
"reportError": "No se pudo enviar el reporte."
|
||||
},
|
||||
"diary": {
|
||||
"kicker": "Entradas personales",
|
||||
"intro": "Pensamientos, notas y pequeñas actualizaciones en una vista tranquila y personal.",
|
||||
|
||||
Reference in New Issue
Block a user