add additional to all languages
This commit is contained in:
parent
566c65ef99
commit
2748ba84ce
|
|
@ -1012,11 +1012,12 @@ return array (
|
|||
'conditions' => 'Bedingungen',
|
||||
'condition-type' => 'Bedingungen Typ',
|
||||
'all-conditions-true' => 'Alle Bedingungen sind erfüllt',
|
||||
'any-condition-true' => 'Jede Bedingung ist wahr',
|
||||
'any-condition-true' => 'Mindestens eine Bedingung ist erfüllt',
|
||||
'add-condition' => 'Bedingung hinzufügen',
|
||||
'choose-condition-to-add' => 'Wählen Sie eine Bedingung zum Hinzufügen aus',
|
||||
'cart-attribute' => 'Warenkorbattribut',
|
||||
'subtotal' => 'Zwischensumme',
|
||||
'additional' => 'Zusatzinformationen',
|
||||
'total-items-qty' => 'Gesamtmenge der Artikel',
|
||||
'total-weight' => 'Gesamtgewicht',
|
||||
'payment-method' => 'Zahlungsmethode',
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ return [
|
|||
'status' => 'Stato',
|
||||
'select-option' => 'Seleziona opzione',
|
||||
'category' => 'Categoria',
|
||||
|
||||
|
||||
'common' => [
|
||||
'no-result-found' => 'Non è stato trovato nessun record.',
|
||||
'country' => 'Paese',
|
||||
|
|
@ -1020,6 +1020,7 @@ return [
|
|||
'choose-condition-to-add' => 'Scegli una condizione da aggiungere',
|
||||
'cart-attribute' => 'Attributi Carrello',
|
||||
'subtotal' => 'Subtotale',
|
||||
'additional' => 'Zusatzinformationen',
|
||||
'total-items-qty' => 'Totale articoli Qtà',
|
||||
'total-weight' => 'Totale Peso',
|
||||
'payment-method' => 'Metodo di Pagamento',
|
||||
|
|
@ -1153,8 +1154,8 @@ return [
|
|||
],
|
||||
|
||||
'export' => [
|
||||
'export' => 'Esporta
|
||||
'import' => 'Importa,
|
||||
'export' => 'Esporta',
|
||||
'import' => 'Importa',
|
||||
'format' => 'Seleziona formato',
|
||||
'download' => 'Download',
|
||||
'upload' => 'Upload',
|
||||
|
|
|
|||
|
|
@ -1018,6 +1018,7 @@ return [
|
|||
'choose-condition-to-add' => 'Wybierz warunek do dodania',
|
||||
'cart-attribute' => ' Atrybut koszyka',
|
||||
'subtotal' => 'Suma częściowa',
|
||||
'additional' => 'Zusatzinformationen',
|
||||
'total-items-qty' => 'Całkowita liczba pozycji',
|
||||
'total-weight' => 'Waga całkowita',
|
||||
'payment-method' => 'Metoda płatności',
|
||||
|
|
|
|||
Loading…
Reference in New Issue