mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations breadcrumbs.php (Slovenian)
This commit is contained in:
parent
f94193ad53
commit
3308bc8a0f
@ -13,31 +13,32 @@ declare(strict_types=1);
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'home' => 'Prva stran',
|
'home' => 'Prva stran',
|
||||||
'edit_currency' => 'uredi valuto ":name"',
|
'edit_currency' => 'uredi valuto ":name"',
|
||||||
'delete_currency' => 'izbriši valuto ":name"',
|
'delete_currency' => 'izbriši valuto ":name"',
|
||||||
'newPiggyBank' => 'ustvari novega pujska',
|
'newPiggyBank' => 'ustvari novega pujska',
|
||||||
'edit_piggyBank' => 'uredi pujska za ":name"',
|
'edit_piggyBank' => 'uredi pujska za ":name"',
|
||||||
'preferences' => 'nastavitve',
|
'preferences' => 'nastavitve',
|
||||||
'profile' => 'profil',
|
'profile' => 'profil',
|
||||||
'changePassword' => 'spremeni geslo',
|
'changePassword' => 'spremeni geslo',
|
||||||
'bills' => 'Trajniki',
|
'bills' => 'Trajniki',
|
||||||
'newBill' => 'nov trajnik',
|
'newBill' => 'nov trajnik',
|
||||||
'edit_bill' => 'uredi trajnik ":name"',
|
'edit_bill' => 'uredi trajnik ":name"',
|
||||||
'delete_bill' => 'izbriši trajnik ":name"',
|
'delete_bill' => 'izbriši trajnik ":name"',
|
||||||
'reports' => 'Poročila',
|
'reports' => 'Poročila',
|
||||||
'search_result' => 'Search results for ":query"',
|
'search_result' => 'Search results for ":query"',
|
||||||
'withdrawal_list' => 'stroški',
|
'withdrawal_list' => 'stroški',
|
||||||
'deposit_list' => 'prihodki',
|
'deposit_list' => 'prihodki',
|
||||||
'transfer_list' => 'prenosi',
|
'transfer_list' => 'prenosi',
|
||||||
'transfers_list' => 'prenosi',
|
'transfers_list' => 'prenosi',
|
||||||
'create_withdrawal' => 'ustvari nov odhodek',
|
'create_withdrawal' => 'ustvari nov odhodek',
|
||||||
'create_deposit' => 'ustvari nov prihodek',
|
'create_deposit' => 'ustvari nov prihodek',
|
||||||
'create_transfer' => 'ustvari nov prenos',
|
'create_transfer' => 'ustvari nov prenos',
|
||||||
'edit_journal' => 'uredi transakcijo ":description"',
|
'edit_journal' => 'uredi transakcijo ":description"',
|
||||||
'delete_journal' => 'izbriši transakcijo ":description"',
|
'delete_journal' => 'izbriši transakcijo ":description"',
|
||||||
'tags' => 'značke',
|
'tags' => 'značke',
|
||||||
'createTag' => 'ustvari novo značko',
|
'createTag' => 'ustvari novo značko',
|
||||||
'edit_tag' => 'uredi značko ":tag"',
|
'edit_tag' => 'uredi značko ":tag"',
|
||||||
'delete_tag' => 'izbriši značko ":tag"',
|
'delete_tag' => 'izbriši značko ":tag"',
|
||||||
|
'delete_journal_link' => 'Delete link between journals',
|
||||||
];
|
];
|
Loading…
Reference in New Issue
Block a user