sv-SE translation
This commit is contained in:
17
resources/lang/sv-SE/demo.php
Normal file
17
resources/lang/sv-SE/demo.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Kontanter',
|
||||
'categories_uncat' => 'Okatergoriserad',
|
||||
'categories_deposit' => 'Insättning',
|
||||
'categories_sales' => 'Försäljning',
|
||||
'currencies_usd' => 'US-Dollar',
|
||||
'currencies_eur' => 'Euro',
|
||||
'currencies_gbp' => 'Brittiska pund',
|
||||
'currencies_try' => 'Turkiska Lira',
|
||||
'taxes_exempt' => 'Momsfria',
|
||||
'taxes_normal' => 'Normal Moms',
|
||||
'taxes_sales' => 'Moms',
|
||||
|
||||
];
|
Reference in New Issue
Block a user