feat: refs #6683 add localization for Property pages in English and Spanish
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
23c42ba33c
commit
c4a95c8d4e
|
@ -341,6 +341,7 @@ globals:
|
|||
parking: Parking
|
||||
vehicleList: Vehicles
|
||||
vehicle: Vehicle
|
||||
properties: Properties
|
||||
unsavedPopup:
|
||||
title: Unsaved changes will be lost
|
||||
subtitle: Are you sure exit without saving?
|
||||
|
|
|
@ -344,6 +344,7 @@ globals:
|
|||
parking: Parking
|
||||
vehicleList: Vehículos
|
||||
vehicle: Vehículo
|
||||
properties: Propiedades
|
||||
unsavedPopup:
|
||||
title: Los cambios que no haya guardado se perderán
|
||||
subtitle: ¿Seguro que quiere salir sin guardar?
|
||||
|
|
|
@ -0,0 +1,44 @@
|
|||
property:
|
||||
search: Search property
|
||||
searchInfo: Search property by id or name
|
||||
id: Id
|
||||
name: Name
|
||||
cadaster: Cadaster
|
||||
smallHolding: Small holding
|
||||
area: Area
|
||||
town: Town
|
||||
registry: Registry
|
||||
volume: Volume
|
||||
book: Book
|
||||
page: Page
|
||||
farm: Farm
|
||||
registration: Registration
|
||||
value: Value
|
||||
group: Group
|
||||
m2: m2
|
||||
owner: Owner
|
||||
allocation: Allocation
|
||||
tome: Tome
|
||||
map: Map
|
||||
protocol: Notarial protocol
|
||||
purchased: Purchased date
|
||||
booked: Booked date
|
||||
createProperty: Create property
|
||||
goToMap: Link to map
|
||||
hasFormalization: Formalization
|
||||
hasSimpleCopy: Simple copy
|
||||
hasOriginalPropertyDeed: Original property deed
|
||||
hasFundProvision: Fund provision
|
||||
params:
|
||||
id: Id
|
||||
name: Name
|
||||
propertyGroupFk: Group
|
||||
protocol: Notarial protocol
|
||||
companyFk: Owner
|
||||
purchased: Purchased date
|
||||
booked: Booked date
|
||||
cadaster: Cadaster
|
||||
hasFormalization: Formalization
|
||||
hasSimpleCopy: Simple copy
|
||||
hasOriginalPropertyDeed: Original property deed
|
||||
hasFundProvision: Fund provision
|
|
@ -0,0 +1,44 @@
|
|||
property:
|
||||
search: Buscar propiedad
|
||||
searchInfo: Buscar propiedad por id o nombre
|
||||
id: Id
|
||||
name: Nombre
|
||||
cadaster: Ref. catastral
|
||||
smallHolding: Parcela
|
||||
area: Polígono
|
||||
town: Municipio
|
||||
registry: R.U.
|
||||
volume: Volumen
|
||||
book: Libro
|
||||
page: Folio
|
||||
farm: Finca
|
||||
registration: Inscripción
|
||||
value: Valor
|
||||
group: Grupo
|
||||
m2: m2
|
||||
owner: Propietario
|
||||
allocation: Partida
|
||||
tome: Volumen
|
||||
map: Mapa
|
||||
protocol: Protocolo notarial
|
||||
purchased: F. compra
|
||||
booked: F. finalización
|
||||
createProperty: Nueva propiedad
|
||||
goToMap: Ir al mapa
|
||||
hasFormalization: Formalización
|
||||
hasSimpleCopy: Copia simple
|
||||
hasOriginalPropertyDeed: Escritura original
|
||||
hasFundProvision: Provisión de fondos
|
||||
params:
|
||||
id: Id
|
||||
name: Nombre
|
||||
propertyGroupFk: Grupo
|
||||
protocol: Protocolo notarial
|
||||
companyFk: Propietario
|
||||
purchased: F. compra
|
||||
booked: F. finalización
|
||||
cadaster: Ref. catastral
|
||||
hasFormalization: Formalización
|
||||
hasSimpleCopy: Copia simple
|
||||
hasOriginalPropertyDeed: Escritura original
|
||||
hasFundProvision: Provisión de fondos
|
Loading…
Reference in New Issue