fix translate on plural
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
d289c17530
commit
4133021e5c
|
@ -1 +1 @@
|
|||
Search by: Search by {{modul | translate}}
|
||||
Search by: Search by {{module | translate}}
|
|
@ -1 +1 @@
|
|||
Search by: Buscar por {{modul | translate}}
|
||||
Search by: Buscar por {{module | translate}}
|
|
@ -1,7 +1,7 @@
|
|||
<form ng-submit="$ctrl.onSubmit()">
|
||||
<vn-textfield
|
||||
class="dense standout"
|
||||
placeholder="{{::'Search by' | translate: {modul: $ctrl.baseState} }}"
|
||||
placeholder="{{::'Search by' | translate: {module: $ctrl.baseState} }}"
|
||||
ng-model="$ctrl.searchString">
|
||||
<prepend>
|
||||
<vn-icon
|
||||
|
|
|
@ -14,5 +14,5 @@ Send Pickup order: Enviar orden de recogida
|
|||
Show Pickup order: Ver orden de recogida
|
||||
Search claim by id or client name: Buscar reclamaciones por identificador o nombre de cliente
|
||||
Claim deleted!: Reclamación eliminada!
|
||||
claim: reclamaciones
|
||||
claim: reclamacióm
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Active: Activo
|
||||
Amount: Importe
|
||||
Client: Cliente
|
||||
client: clientes
|
||||
client: cliente
|
||||
Comercial Name: Comercial
|
||||
Has to invoice: Factura
|
||||
Invoice by mail: Factura via e-mail
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#Ordenar alfabeticamente
|
||||
|
||||
entry: entradas
|
||||
entry: entrada
|
||||
|
||||
# Sections
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Invoice out: Facturas
|
||||
invoiceOut: facturas
|
||||
invoiceOut: factura
|
||||
Search invoices by reference: Buscar facturas por referencia
|
|
@ -1,5 +1,5 @@
|
|||
Item: Artículo
|
||||
item: articulos
|
||||
item: artículo
|
||||
View item: Ver artículo
|
||||
Category: Reino
|
||||
Description: Descripción
|
||||
|
|
|
@ -21,4 +21,4 @@ Ascendant: Ascendente
|
|||
Descendant: Descendente
|
||||
Created from: Creado desde
|
||||
Search orders by id: Buscar en la cesta por identificador
|
||||
order: pedidos
|
||||
order: pedido
|
|
@ -1,4 +1,4 @@
|
|||
Routes: Rutas
|
||||
Search routes by id: Buscar rutas por identificador
|
||||
New route: Nueva ruta
|
||||
route: rutas
|
||||
route: ruta
|
|
@ -49,7 +49,7 @@ Shipment: Salida
|
|||
Shipped: F. envío
|
||||
Some fields are invalid: Algunos campos no son válidos
|
||||
State: Estado
|
||||
Tickets: Tiquets
|
||||
Tickets: Tickets
|
||||
Warehouse: Almacén
|
||||
Worker: Trabajador
|
||||
VAT: IVA
|
||||
|
@ -59,9 +59,9 @@ Freezed: Congelado
|
|||
Risk: Riesgo
|
||||
Invoice: Factura
|
||||
You are going to delete this ticket: Vas a eliminar este ticket
|
||||
Ticket deleted: Tiquet borrado
|
||||
Search ticket by id or alias: Buscar tiquets por identificador o alias
|
||||
ticket: tiquets
|
||||
Ticket deleted: Ticket borrado
|
||||
Search ticket by id or alias: Buscar tickets por identificador o alias
|
||||
ticket: ticket
|
||||
|
||||
#sections
|
||||
List: Listado
|
||||
|
|
|
@ -13,7 +13,7 @@ Received: Recibido
|
|||
Travel id: Id envío
|
||||
Search travels by id: Buscar envíos por identificador
|
||||
New travel: Nuevo envío
|
||||
travel: envios
|
||||
travel: envio
|
||||
|
||||
# Sections
|
||||
Travels: Envíos
|
||||
|
|
|
@ -18,4 +18,4 @@ User id: Id de usuario
|
|||
View worker: Ver trabajador
|
||||
Worker id: Id trabajador
|
||||
Workers: Trabajadores
|
||||
worker: trabajadores
|
||||
worker: trabajador
|
|
@ -29,4 +29,4 @@ Warehouse: Almacén
|
|||
Warehouses: Almacenes
|
||||
Week days: Días de la semana
|
||||
Zones: Zonas
|
||||
zone: zonas
|
||||
zone: zona
|
Loading…
Reference in New Issue