| 
									
										
										
										
											2020-10-02 08:46:41 +02:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * breadcrumbs.php | 
					
						
							|  |  |  |  * Copyright (c) 2019 james@firefly-iii.org | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This file is part of Firefly III (https://github.com/firefly-iii). | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software: you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU Affero General Public License as | 
					
						
							|  |  |  |  * published by the Free Software Foundation, either version 3 of the | 
					
						
							|  |  |  |  * License, or (at your option) any later version. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  * GNU Affero General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * You should have received a copy of the GNU Affero General Public License | 
					
						
							|  |  |  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-14 15:43:25 +01:00
										 |  |  | // Ignore this comment
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-02 08:46:41 +02:00
										 |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							|  |  |  |     'home'                   => 'Domov', | 
					
						
							| 
									
										
										
										
											2022-02-28 09:00:33 +01:00
										 |  |  |     'budgets'                => 'Budgets', | 
					
						
							|  |  |  |     'subscriptions'          => 'Subscriptions', | 
					
						
							|  |  |  |     'transactions'           => 'Transactions', | 
					
						
							|  |  |  |     'title_expenses'         => 'Expenses', | 
					
						
							|  |  |  |     'title_withdrawal'       => 'Expenses', | 
					
						
							|  |  |  |     'title_revenue'          => 'Revenue / income', | 
					
						
							|  |  |  |     'title_deposit'          => 'Revenue / income', | 
					
						
							|  |  |  |     'title_transfer'         => 'Transfers', | 
					
						
							|  |  |  |     'title_transfers'        => 'Transfers', | 
					
						
							| 
									
										
										
										
											2020-10-02 08:46:41 +02:00
										 |  |  |     'edit_currency'          => 'Upraviť menu „:name“', | 
					
						
							|  |  |  |     'delete_currency'        => 'Odstrániť menu „:name“', | 
					
						
							|  |  |  |     'newPiggyBank'           => 'Vytvoriť novú pokladničku', | 
					
						
							|  |  |  |     'edit_piggyBank'         => 'Upraviť pokladničku „:name“', | 
					
						
							|  |  |  |     'preferences'            => 'Predvoľby', | 
					
						
							|  |  |  |     'profile'                => 'Profil', | 
					
						
							| 
									
										
										
										
											2020-10-03 16:20:59 +02:00
										 |  |  |     'accounts'               => 'Účty', | 
					
						
							| 
									
										
										
										
											2020-10-02 08:46:41 +02:00
										 |  |  |     'changePassword'         => 'Zmeniť heslo', | 
					
						
							|  |  |  |     'change_email'           => 'Zmeniť e-mailovú adresu', | 
					
						
							|  |  |  |     'bills'                  => 'Účtenky a faktúry', | 
					
						
							|  |  |  |     'newBill'                => 'Nový účet', | 
					
						
							|  |  |  |     'edit_bill'              => 'Upravit účet „:name“', | 
					
						
							|  |  |  |     'delete_bill'            => 'Odstrániť účet „:name“', | 
					
						
							|  |  |  |     'reports'                => 'Prehľady', | 
					
						
							|  |  |  |     'search_result'          => 'Výsledky vyhľadávania pre „:query“', | 
					
						
							|  |  |  |     'withdrawal_list'        => 'Výdaje', | 
					
						
							|  |  |  |     'Withdrawal_list'        => 'Výdaje', | 
					
						
							|  |  |  |     'deposit_list'           => 'Výnosy, príjmy a vklady', | 
					
						
							|  |  |  |     'transfer_list'          => 'Prevody', | 
					
						
							|  |  |  |     'transfers_list'         => 'Prevody', | 
					
						
							| 
									
										
										
										
											2023-01-14 15:43:25 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     // Ignore this comment
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-02 08:46:41 +02:00
										 |  |  |     'reconciliation_list'    => 'Vyúčtovania', | 
					
						
							|  |  |  |     'create_withdrawal'      => 'Vytvoriť nový výber', | 
					
						
							|  |  |  |     'create_deposit'         => 'Vytvoriť nový vklad', | 
					
						
							|  |  |  |     'create_transfer'        => 'Vytvoriť nový prevod', | 
					
						
							|  |  |  |     'create_new_transaction' => 'Vytvoriť novú transakciu', | 
					
						
							|  |  |  |     'edit_journal'           => 'Upraviť transakciu „:description“', | 
					
						
							|  |  |  |     'edit_reconciliation'    => 'Upraviť „:description“', | 
					
						
							|  |  |  |     'delete_journal'         => 'Odstrániť transakciu „:description“', | 
					
						
							|  |  |  |     'delete_group'           => 'Odstrániť transakciu „:description“', | 
					
						
							|  |  |  |     'tags'                   => 'Štítky', | 
					
						
							|  |  |  |     'createTag'              => 'Vytvoriť nový štítok', | 
					
						
							|  |  |  |     'edit_tag'               => 'Upraviť štítok „:tag“', | 
					
						
							|  |  |  |     'delete_tag'             => 'Odstrániť štítok „:tag“', | 
					
						
							|  |  |  |     'delete_journal_link'    => 'Odstrániť previazanie medzi transakciami', | 
					
						
							|  |  |  |     'edit_object_group'      => 'Upraviť skupinu pravidiel „:title“', | 
					
						
							|  |  |  |     'delete_object_group'    => 'Zmazať skupinu pravidiel „:title“', | 
					
						
							| 
									
										
										
										
											2022-02-26 11:24:16 +01:00
										 |  |  |     'logout_others'          => 'Odhlásiť všetky ostatné relácie', | 
					
						
							|  |  |  |     'asset_accounts'         => 'Asset accounts', | 
					
						
							|  |  |  |     'expense_accounts'       => 'Expense accounts', | 
					
						
							|  |  |  |     'revenue_accounts'       => 'Revenue accounts', | 
					
						
							|  |  |  |     'liabilities_accounts'   => 'Liabilities', | 
					
						
							|  |  |  |     'placeholder'            => '[Placeholder]', | 
					
						
							| 
									
										
										
										
											2020-10-02 08:46:41 +02:00
										 |  |  | ]; |