datasurvey/src/main/webapp/i18n/es/factura.json

28 lines
856 B
JSON

{
"dataSurveyApp": {
"factura": {
"home": {
"title": "Facturas",
"refreshListLabel": "Refrescar lista",
"createLabel": "Crear nuevo Factura",
"createOrEditLabel": "Crear o editar Factura",
"notFound": "Ningún Facturas encontrado"
},
"created": "Un nuevo Factura ha sido creado con el identificador {{ param }}",
"updated": "Un Factura ha sido actualizado con el identificador {{ param }}",
"deleted": "Un Factura ha sido eliminado con el identificador {{ param }}",
"delete": {
"question": "¿Seguro que quiere eliminar Factura {{ id }}?"
},
"detail": {
"title": "Factura"
},
"id": "ID",
"nombreUsuario": "Nombre Usuario",
"nombrePlantilla": "Nombre Plantilla",
"costo": "Costo",
"fecha": "Fecha"
}
}
}