mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			200 lines
		
	
	
		
			7.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			200 lines
		
	
	
		
			7.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| /**
 | |
|  * list.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/>.
 | |
|  */
 | |
| 
 | |
| /*
 | |
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY.
 | |
|  * YOUR CHANGES WILL BE OVERWRITTEN!
 | |
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
 | |
|  *
 | |
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
 | |
|  *
 | |
|  * https://crowdin.com/project/firefly-iii
 | |
|  *
 | |
|  */
 | |
| 
 | |
| 
 | |
| declare(strict_types=1);
 | |
| 
 | |
| return [
 | |
|     'buttons'                 => 'Butoane',
 | |
|     'icon'                    => 'Iconiță',
 | |
|     'id'                      => 'ID',
 | |
|     'create_date'             => 'Creat la',
 | |
|     'update_date'             => 'actualizat la',
 | |
|     'updated_at'              => 'actualizat la',
 | |
|     'balance_before'          => 'Sold înainte',
 | |
|     'balance_after'           => 'Sold după',
 | |
|     'name'                    => 'Nume',
 | |
|     'role'                    => 'Rol',
 | |
|     'currentBalance'          => 'Sold curent',
 | |
|     'linked_to_rules'         => 'Reguli relevante',
 | |
|     'active'                  => 'Este activ?',
 | |
|     'percentage'              => 'procent %',
 | |
|     'recurring_transaction'   => 'Tranzacție recurentă',
 | |
|     'next_due'                => 'Următoarea scadență',
 | |
|     'transaction_type'        => 'Tip',
 | |
|     'lastActivity'            => 'Ultima activitate',
 | |
|     'balanceDiff'             => 'Diferența de sold',
 | |
|     'other_meta_data'         => 'Alte meta-date',
 | |
|     'invited_at'              => 'Invited at',
 | |
|     'expires'                 => 'Invitation expires',
 | |
|     'invited_by'              => 'Invited by',
 | |
|     'invite_link'             => 'Invite link',
 | |
|     'account_type'            => 'Tip de cont',
 | |
|     'created_at'              => 'Creat la',
 | |
|     'account'                 => 'Cont',
 | |
|     'external_url'            => 'External URL',
 | |
|     'matchingAmount'          => 'Sumă',
 | |
|     'destination'             => 'Destinație',
 | |
|     'source'                  => 'Sursă',
 | |
|     'next_expected_match'     => 'Următoarea potrivire așteptată',
 | |
|     'automatch'               => 'Potrivire automată?',
 | |
| 
 | |
| /*
 | |
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY.
 | |
|  * YOUR CHANGES WILL BE OVERWRITTEN!
 | |
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
 | |
|  *
 | |
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
 | |
|  *
 | |
|  * https://crowdin.com/project/firefly-iii
 | |
|  *
 | |
|  */
 | |
| 
 | |
| 
 | |
|     'repeat_freq'             => 'Repetă',
 | |
|     'description'             => 'Descriere',
 | |
|     'amount'                  => 'Sumă',
 | |
|     'date'                    => 'Dată',
 | |
|     'interest_date'           => 'Dată de interes',
 | |
|     'book_date'               => 'Data revervării',
 | |
|     'process_date'            => 'Data procesării',
 | |
|     'due_date'                => 'Data scadentă',
 | |
|     'payment_date'            => 'Data de plată',
 | |
|     'invoice_date'            => 'Data facturii',
 | |
|     'internal_reference'      => 'Referință internă',
 | |
|     'notes'                   => 'Notițe',
 | |
|     'from'                    => 'Din',
 | |
|     'piggy_bank'              => 'Pușculiță',
 | |
|     'to'                      => 'La',
 | |
|     'budget'                  => 'Buget',
 | |
|     'category'                => 'Categorii',
 | |
|     'bill'                    => 'Factură',
 | |
|     'withdrawal'              => 'Retragere',
 | |
|     'deposit'                 => 'Depozit',
 | |
|     'transfer'                => 'Transfer',
 | |
|     'type'                    => 'Tip',
 | |
|     'completed'               => 'Finalizată',
 | |
|     'iban'                    => 'IBAN',
 | |
|     'account_number'          => 'Account number',
 | |
|     'paid_current_period'     => 'Plătit această perioadă',
 | |
|     'email'                   => 'E-mail',
 | |
|     'registered_at'           => 'Înregistrat la',
 | |
|     'is_blocked'              => 'Este blocat',
 | |
|     'is_admin'                => 'Este admin',
 | |
|     'has_two_factor'          => 'Are autentificare prin 2 factori (2FA)',
 | |
|     'blocked_code'            => 'Cod de blocare',
 | |
|     'source_account'          => 'Contul sursă',
 | |
|     'destination_account'     => 'Contul de destinație',
 | |
|     'accounts_count'          => 'Număr de conturi',
 | |
|     'journals_count'          => 'Număr de tranzacții',
 | |
|     'attachments_count'       => 'Număr de atașamente',
 | |
|     'bills_count'             => 'Număr de facturi',
 | |
|     'categories_count'        => 'Număr de categorii',
 | |
|     'budget_count'            => 'Număr de bugete',
 | |
|     'rule_and_groups_count'   => 'Număr de reguli și grupuri de reguli',
 | |
|     'tags_count'              => 'Număr de etichete',
 | |
|     'tags'                    => 'Etichete',
 | |
|     'inward'                  => 'Descrierea interioară',
 | |
|     'outward'                 => 'Descrierea exterioară',
 | |
|     'number_of_transactions'  => 'Număr de tranzacții',
 | |
|     'total_amount'            => 'Valoare totală',
 | |
|     'sum'                     => 'Sumă',
 | |
|     'sum_excluding_transfers' => 'Sumă (cu excepția transferurilor)',
 | |
|     'sum_withdrawals'         => 'Suma retragerilor',
 | |
|     'sum_deposits'            => 'Suma depozitelor',
 | |
|     'sum_transfers'           => 'Suma transferurilor',
 | |
|     'sum_reconciliations'     => 'Suma împăcărilor',
 | |
|     'reconcile'               => 'Reconcilia',
 | |
|     'sepa_ct_id'              => 'Identificator final SEPA',
 | |
|     'sepa_ct_op'              => 'Identificatorul contului opus SEPA',
 | |
|     'sepa_db'                 => 'Identificatorul mandatului SEPA',
 | |
|     'sepa_country'            => 'Codul țării SEPA',
 | |
|     'sepa_cc'                 => 'Codul de compensare SEPA',
 | |
|     'sepa_ep'                 => 'Scopul extern SEPA',
 | |
|     'sepa_ci'                 => 'Identificatorul creditorului SEPA',
 | |
|     'sepa_batch_id'           => 'ID-ul lotului SEPA',
 | |
|     'external_id'             => 'ID Extern',
 | |
|     'account_at_bunq'         => 'Cont cu bunq',
 | |
|     'file_name'               => 'Nume de fișier',
 | |
| 
 | |
| /*
 | |
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY.
 | |
|  * YOUR CHANGES WILL BE OVERWRITTEN!
 | |
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
 | |
|  *
 | |
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
 | |
|  *
 | |
|  * https://crowdin.com/project/firefly-iii
 | |
|  *
 | |
|  */
 | |
| 
 | |
| 
 | |
|     'file_size'               => 'Mărime fișier',
 | |
|     'file_type'               => 'Tip fișier',
 | |
|     'attached_to'             => 'Atașat la',
 | |
|     'file_exists'             => 'Fișierul există',
 | |
|     'spectre_bank'            => 'Bancă',
 | |
|     'spectre_last_use'        => 'Ultima logare',
 | |
|     'spectre_status'          => 'Statut',
 | |
|     'bunq_payment_id'         => 'ID plată bunq',
 | |
|     'repetitions'             => 'Repetări',
 | |
|     'title'                   => 'Titlu',
 | |
|     'transaction_s'           => 'Tranzacție(tranzacții)',
 | |
|     'field'                   => 'Câmp',
 | |
|     'value'                   => 'Valoare',
 | |
|     'interest'                => 'Interes',
 | |
|     'interest_period'         => 'Perioadă de interes',
 | |
|     'liability_type'          => 'Tip de provizion',
 | |
|     'liability_direction'     => 'Răspundere în/afară',
 | |
|     'end_date'                => 'Data de sfârșit',
 | |
|     'payment_info'            => 'Informații de plată',
 | |
|     'expected_info'           => 'Următoarea tranzacție așteptată',
 | |
|     'start_date'              => 'Dată de începere',
 | |
|     'trigger'                 => 'Trigger',
 | |
|     'response'                => 'Response',
 | |
|     'delivery'                => 'Delivery',
 | |
|     'url'                     => 'URL',
 | |
|     'secret'                  => 'Secret',
 | |
| 
 | |
| ];
 | |
| /*
 | |
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY.
 | |
|  * YOUR CHANGES WILL BE OVERWRITTEN!
 | |
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
 | |
|  *
 | |
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
 | |
|  *
 | |
|  * https://crowdin.com/project/firefly-iii
 | |
|  *
 | |
|  */
 |