new crowdin translations
This commit is contained in:
18
resources/lang/pl-PL/currencies.php
Normal file
18
resources/lang/pl-PL/currencies.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Kod',
|
||||
'rate' => 'Przelicznik',
|
||||
'default' => 'Domyślna waluta',
|
||||
'decimal_mark' => 'Separator dziesiętny',
|
||||
'thousands_separator' => 'Separator tysięczny',
|
||||
'precision' => 'Miejsc po przecinku',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symbol',
|
||||
'position' => 'Pozycja symbolu',
|
||||
'before' => 'Przed kwotą',
|
||||
'after' => 'Po kwocie',
|
||||
]
|
||||
|
||||
];
|
Reference in New Issue
Block a user