0
0
Fork 0

fix: translates

This commit is contained in:
Pablo Natek 2024-04-25 17:11:30 +02:00
parent f29f7a55a2
commit 436f24b674
4 changed files with 26 additions and 7 deletions

View File

@ -52,6 +52,8 @@ const routeId = route.params.id;
isAnyVolumeAllowed: Permite cualquier volumen isAnyVolumeAllowed: Permite cualquier volumen
Search agency: Buscar agencia Search agency: Buscar agencia
You can search by name: Puedes buscar por nombre You can search by name: Puedes buscar por nombre
deliveryMethod: Método de entrega
inflation: Inflación
en: en:
isOwn: Has owner isOwn: Has owner
isAnyVolumeAllowed: Allows any volume isAnyVolumeAllowed: Allows any volume

View File

@ -129,14 +129,8 @@ async function deleteWorCenter(id) {
</style> </style>
<i18n> <i18n>
es: es:
isOwn: Tiene propietario workCenter removed successfully: Centro de trabajo eliminado correctamente
isAnyVolumeAllowed: Permite cualquier volumen
Search agency: Buscar agencia
You can search by name: Puedes buscar por nombre
This workCenter is already assigned to this agency: Este workCenter ya está asignado a esta agencia This workCenter is already assigned to this agency: Este workCenter ya está asignado a esta agencia
Add work center: Añadir centro de trabajo Add work center: Añadir centro de trabajo
workCenter: Centro de trabajo workCenter: Centro de trabajo
en:
isOwn: Has owner
isAnyVolumeAllowed: Allows any volume
</i18n> </i18n>

View File

@ -0,0 +1,11 @@
agency:
isOwn: Own
isAnyVolumeAllowed: Any volume allowed
notification:
removeItemError: Error removing agency
removeItem: WorkCenter removed successfully
pageTitles:
agency: Agency
searchBar:
info: You can search by agency code
label: Search agency...

View File

@ -0,0 +1,12 @@
agency:
isOwn: Propio
isAnyVolumeAllowed: Cualquier volumen
removeItem: Agencia eliminada correctamente
notification:
removeItemError: Error al eliminar la agencia
removeItem: Centro de trabajo eliminado correctamente
pageTitles:
agency: Agencia
searchBar:
info: Puedes buscar por nombre o id
label: Buscar agencia...