new crowdin translations
This commit is contained in:
14
resources/lang/fi-FI/accounts.php
Normal file
14
resources/lang/fi-FI/accounts.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'account_name' => 'Tilin nimi',
|
||||
'number' => 'Numero',
|
||||
'opening_balance' => 'Alkusaldo',
|
||||
'current_balance' => 'Nykyinen saldo',
|
||||
'bank_name' => 'Pankin nimi',
|
||||
'bank_phone' => 'Pankin puhelinnumero',
|
||||
'bank_address' => 'Pankin osoite',
|
||||
'default_account' => 'Oletustili',
|
||||
|
||||
];
|
18
resources/lang/fi-FI/currencies.php
Normal file
18
resources/lang/fi-FI/currencies.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'code' => 'Koodi',
|
||||
'rate' => 'Arvioi',
|
||||
'default' => 'Oletusvaluutta',
|
||||
'decimal_mark' => 'Desimaali Merkki',
|
||||
'thousands_separator' => 'Tuhaterotin',
|
||||
'precision' => 'Tarkkuus',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symboli',
|
||||
'position' => 'Valuuttasymbolin paikka',
|
||||
'before' => 'Määrä Ennen',
|
||||
'after' => 'Määrä Jälkeen',
|
||||
]
|
||||
|
||||
];
|
12
resources/lang/fi-FI/customers.php
Normal file
12
resources/lang/fi-FI/customers.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'can_login' => 'Voi Kirjautua?',
|
||||
'user_created' => 'Käyttäjä luotu',
|
||||
|
||||
'error' => [
|
||||
'email' => 'Sähköposti on jo varattu.',
|
||||
],
|
||||
|
||||
];
|
10
resources/lang/fi-FI/footer.php
Normal file
10
resources/lang/fi-FI/footer.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'version' => 'Versio',
|
||||
'powered' => 'Ohjelmistona Akaunting',
|
||||
'link' => 'https://akaunting.com',
|
||||
'software' => 'Ilmainen kirjanpito-ohjelma',
|
||||
|
||||
];
|
Reference in New Issue
Block a user