updated languages

This commit is contained in:
denisdulici
2018-01-13 15:30:54 +03:00
parent 4f3b295ac2
commit b56653eb62
14 changed files with 87 additions and 57 deletions

View File

@@ -5,5 +5,14 @@ return [
'code' => 'Code',
'rate' => 'Preis',
'default' => 'Standardwährung',
'decimal_mark' => 'Dezimaltrennzeichen',
'thousands_separator' => 'Tausendertrennzeichen',
'precision' => 'Genauigkeit',
'symbol' => [
'symbol' => 'Symbol',
'position' => 'Symbolposition',
'before' => 'Vor dem Betrag',
'after' => 'Nach dem Betrag',
]
];