Add missing translations from files list.

This commit is contained in:
Julius Pabrinkis
2017-05-09 16:11:32 +01:00
committed by Maikel Linke
parent 5c66a2fc9d
commit ef488133e8
21 changed files with 66 additions and 34 deletions

View File

@@ -7,7 +7,7 @@
'ng-model' => 'exchange.select_all_variants',
'ng-change' => 'setExchangeVariants(exchange, suppliedVariants(exchange.enterprise_id), exchange.select_all_variants)',
'id' => 'order_cycle_incoming_exchange_{{ $index }}_select_all_variants' }
Select all
= t('admin.select_all')
.exchange-products
-# No need to scope product list based on permissions, because if an incoming exchange is visible,
@@ -36,7 +36,7 @@
'ofn-sync-distributions' => '{{ product.master_id }}',
'id' => 'order_cycle_incoming_exchange_{{ $parent.$index }}_variants_{{ product.master_id }}',
'ng-disabled' => '!order_cycle.editable_variants_for_incoming_exchanges.hasOwnProperty(exchange.enterprise_id) || order_cycle.editable_variants_for_incoming_exchanges[exchange.enterprise_id].indexOf(product.master_id) < 0' }
Obsolete master
= t('admin.obsolete_master')
.exchange-product-variant{'ng-repeat' => 'variant in product.variants'}
%label

View File

@@ -1,5 +1,6 @@
.row.exchange-tags
.sixteen.columns.alpha.omega
%span.text-normal Tags
%span.text-normal
= t('admin.tags')
%br
%tags-with-translation.fullwidth{ object: 'object' }