diff --git a/.ci/php-cs-fixer/composer.lock b/.ci/php-cs-fixer/composer.lock
index 388e34774f..b11383a415 100644
--- a/.ci/php-cs-fixer/composer.lock
+++ b/.ci/php-cs-fixer/composer.lock
@@ -8,16 +8,16 @@
"packages": [
{
"name": "composer/pcre",
- "version": "3.1.2",
+ "version": "3.1.3",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
- "reference": "4775f35b2d70865807c89d32c8e7385b86eb0ace"
+ "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/pcre/zipball/4775f35b2d70865807c89d32c8e7385b86eb0ace",
- "reference": "4775f35b2d70865807c89d32c8e7385b86eb0ace",
+ "url": "https://api.github.com/repos/composer/pcre/zipball/5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
+ "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
"shasum": ""
},
"require": {
@@ -59,7 +59,7 @@
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
- "source": "https://github.com/composer/pcre/tree/3.1.2"
+ "source": "https://github.com/composer/pcre/tree/3.1.3"
},
"funding": [
{
@@ -75,7 +75,7 @@
"type": "tidelift"
}
],
- "time": "2024-03-07T15:38:35+00:00"
+ "time": "2024-03-19T10:26:25+00:00"
},
{
"name": "composer/semver",
diff --git a/composer.lock b/composer.lock
index a2de63f854..a63cfe13eb 100644
--- a/composer.lock
+++ b/composer.lock
@@ -9197,16 +9197,16 @@
},
{
"name": "composer/pcre",
- "version": "3.1.2",
+ "version": "3.1.3",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
- "reference": "4775f35b2d70865807c89d32c8e7385b86eb0ace"
+ "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/pcre/zipball/4775f35b2d70865807c89d32c8e7385b86eb0ace",
- "reference": "4775f35b2d70865807c89d32c8e7385b86eb0ace",
+ "url": "https://api.github.com/repos/composer/pcre/zipball/5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
+ "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
"shasum": ""
},
"require": {
@@ -9248,7 +9248,7 @@
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
- "source": "https://github.com/composer/pcre/tree/3.1.2"
+ "source": "https://github.com/composer/pcre/tree/3.1.3"
},
"funding": [
{
@@ -9264,7 +9264,7 @@
"type": "tidelift"
}
],
- "time": "2024-03-07T15:38:35+00:00"
+ "time": "2024-03-19T10:26:25+00:00"
},
{
"name": "doctrine/deprecations",
diff --git a/config/firefly.php b/config/firefly.php
index 5ef2554890..a10bc82f5a 100644
--- a/config/firefly.php
+++ b/config/firefly.php
@@ -117,7 +117,7 @@ return [
'expression_engine' => false,
// see cer.php for exchange rates feature flag.
],
- 'version' => 'develop/2024-03-18',
+ 'version' => 'develop/2024-03-19',
'api_version' => '2.0.12',
'db_version' => 23,
diff --git a/resources/assets/js/locales/ro.json b/resources/assets/js/locales/ro.json
index 4c770f6538..b98028bf7d 100644
--- a/resources/assets/js/locales/ro.json
+++ b/resources/assets/js/locales/ro.json
@@ -109,7 +109,7 @@
"webhook_messages": "Webhook message",
"inactive": "Inactiv",
"no_webhook_messages": "There are no webhook messages",
- "inspect": "Inspect",
+ "inspect": "Inspecta\u021bi",
"create_new_webhook": "Create new webhook",
"webhooks": "Webhook-uri",
"webhook_trigger_form_help": "Indicate on what event the webhook will trigger",
@@ -126,8 +126,8 @@
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
"webhook_attempt_at": "Attempt at {moment}",
- "logs": "Logs",
- "response": "Response",
+ "logs": "Jurnale",
+ "response": "R\u0103spuns",
"visit_webhook_url": "Visit webhook URL",
"reset_webhook_secret": "Reset webhook secret"
},
@@ -143,15 +143,15 @@
"payment_date": "Data de plat\u0103",
"invoice_date": "Data facturii",
"internal_reference": "Referin\u021b\u0103 intern\u0103",
- "webhook_response": "Response",
- "webhook_trigger": "Trigger",
- "webhook_delivery": "Delivery"
+ "webhook_response": "R\u0103spuns",
+ "webhook_trigger": "Declan\u0219ator",
+ "webhook_delivery": "Livrare"
},
"list": {
"active": "Este activ?",
- "trigger": "Trigger",
- "response": "Response",
- "delivery": "Delivery",
+ "trigger": "Declan\u0219ator",
+ "response": "R\u0103spuns",
+ "delivery": "Livrare",
"url": "URL",
"secret": "Secret"
},
diff --git a/resources/lang/ro_RO/breadcrumbs.php b/resources/lang/ro_RO/breadcrumbs.php
index e66fe38a8c..6b49692782 100644
--- a/resources/lang/ro_RO/breadcrumbs.php
+++ b/resources/lang/ro_RO/breadcrumbs.php
@@ -35,15 +35,15 @@ declare(strict_types=1);
return [
'home' => 'Acasă',
- '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',
+ 'budgets' => 'Bugete',
+ 'subscriptions' => 'Subscripții',
+ 'transactions' => 'Tranzacții',
+ 'title_expenses' => 'Cheltuieli',
+ 'title_withdrawal' => 'Cheltuieli',
+ 'title_revenue' => 'Venituri',
+ 'title_deposit' => 'Venituri',
+ 'title_transfer' => 'Transferuri',
+ 'title_transfers' => 'Transferuri',
'edit_currency' => 'Editează moneda ":name"',
'delete_currency' => 'Șterge moneda ":name"',
'newPiggyBank' => 'Crează o nouă pușculiță',
@@ -93,9 +93,9 @@ return [
'edit_object_group' => 'Editați grupul de reguli ":title"',
'delete_object_group' => 'Șterge grupul de reguli ":title"',
'logout_others' => 'Deconectare celelalte sesiuni',
- 'asset_accounts' => 'Asset accounts',
- 'expense_accounts' => 'Expense accounts',
- 'revenue_accounts' => 'Revenue accounts',
- 'liabilities_accounts' => 'Liabilities',
- 'placeholder' => '[Placeholder]',
+ 'asset_accounts' => 'Conturile de active',
+ 'expense_accounts' => 'Conturi de cheltuieli',
+ 'revenue_accounts' => 'Conturi de venituri',
+ 'liabilities_accounts' => 'Pasive',
+ 'placeholder' => 'Înlocuitori',
];
diff --git a/resources/lang/ro_RO/email.php b/resources/lang/ro_RO/email.php
index cedf55ff37..a2571d9039 100644
--- a/resources/lang/ro_RO/email.php
+++ b/resources/lang/ro_RO/email.php
@@ -56,7 +56,7 @@ return [
*/
// invite
- 'invitation_created_subject' => 'An invitation has been created',
+ 'invitation_created_subject' => 'A fost creată o invitație',
'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.',
'invite_user_subject' => 'You\'ve been invited to create a Firefly III account.',
'invitation_introduction' => 'You\'ve been invited to create a Firefly III account on **:host**. Firefly III is a personal, self-hosted, private personal finance manager. All the cool kids are using it.',
diff --git a/resources/lang/ro_RO/errors.php b/resources/lang/ro_RO/errors.php
index 9118f2712c..2ec4886249 100644
--- a/resources/lang/ro_RO/errors.php
+++ b/resources/lang/ro_RO/errors.php
@@ -42,9 +42,9 @@ return [
'fatal_error' => 'A existat o eroare fatală. Vă rugăm să verificaţi fişierele de jurnal din "storage/logs" sau utilizaţi "docker logs -f [container] pentru a vedea ce se întâmplă.',
'maintenance_mode' => 'Firefly III este în modul de întreținere.',
'be_right_back' => 'Revin imediat!',
- 'check_back' => 'Firefly III is down for some necessary maintenance. Please check back in a second. If you happen to see this message on the demo site, just wait a few minutes. The database is reset every few hours.',
+ 'check_back' => 'Firefly III este oprit pentru o întreținere necesară. Vă rugăm să reveniți într-o secundă. Daca se intampla sa vezi acest mesaj pe site-ul demo, asteptati cateva minute. Baza de date este resetata la cateva ore.',
'error_occurred' => 'Ups! A apărut o eroare.',
- 'db_error_occurred' => 'Whoops! A database error occurred.',
+ 'db_error_occurred' => 'Hopa! A apărut o eroare la baza de date.',
'error_not_recoverable' => 'Din păcate, această eroare nu a putut fi recuperată :(. Firefly III s-a stricat. Eroarea este:',
'error' => 'Eroare',
'error_location' => 'Această eroare a apărut în fișierul ":file" pe linia :line cu codul :code.',
diff --git a/resources/lang/ro_RO/firefly.php b/resources/lang/ro_RO/firefly.php
index a0db9059b2..c8c8b6185c 100644
--- a/resources/lang/ro_RO/firefly.php
+++ b/resources/lang/ro_RO/firefly.php
@@ -42,13 +42,13 @@ return [
'split' => 'Împarte',
'single_split' => 'Împarte',
'clone' => 'Clonă',
- 'clone_and_edit' => 'Clone and edit',
- 'confirm_action' => 'Confirm action',
+ 'clone_and_edit' => 'Clonează și editează',
+ 'confirm_action' => 'Confirmare acțiune',
'last_seven_days' => 'Ultimele 7 zile',
'last_thirty_days' => 'Ultimele 30 de zile',
'last_180_days' => 'Ultimele 180 de zile',
- 'month_to_date' => 'Month to date',
- 'year_to_date' => 'Year to date',
+ 'month_to_date' => 'Luna aceasta',
+ 'year_to_date' => 'De la începutul anului',
'YTD' => 'YTD',
'welcome_back' => 'Ce se redă?',
'everything' => 'Tot',
@@ -103,7 +103,7 @@ return [
'flash_error_multiple' => 'Există o singură eroare | Există :count erori',
'net_worth' => 'Valoarea netă',
'help_for_this_page' => 'Ajutor pentru această pagină',
- 'help_for_this_page_body' => 'You can find more information about this page in the documentation.',
+ 'help_for_this_page_body' => 'Mai multe informații despre această pagină în documentația.',
'two_factor_welcome' => 'Bună ziua!',
'two_factor_enter_code' => 'Pentru a continua, introduceți codul dvs. de autentificare cu doi factori. Aplicația dvs. o poate genera pentru dvs.',
'two_factor_code_here' => 'Introdu codul aici',
@@ -113,7 +113,7 @@ return [
'two_factor_forgot' => 'Am uitat autentificarea cu doi factori.',
'two_factor_lost_header' => 'Ai uitat autentificarea cu doi factori?',
'two_factor_lost_intro' => 'Dacă ați pierdut și codurile de rezervă, aveți ghinion. Nu este un lucru pe care îl puteți remedia din interfața web. Aveți două opțiuni.',
- 'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read this entry in the FAQ for instructions.',
+ 'two_factor_lost_fix_self' => 'Dacă executați propria instanță, verificați jurnalele din storage / logs code> pentru instrucțiuni.',
'two_factor_lost_fix_owner' => 'În caz contrar, trimiteți prin e-mail proprietarului site-ului : proprietarul site-ului și solicitați-i să reseteze autentificarea cu doi factori.',
'mfa_backup_code' => 'You have used a backup code to login to Firefly III. It can\'t be used again, so cross it from your list.',
'pref_two_factor_new_backup_codes' => 'Obțineți noi coduri de rezervă',
@@ -203,7 +203,7 @@ return [
'transfer_exchange_rate_instructions' => 'Sursa contului de active "@source_name" acceptă numai tranzacțiile în @source_currency. Destinația contului de active "@dest_name" acceptă numai tranzacțiile în @dest_currency. Trebuie să furnizați corect suma transferată în ambele valute.',
'transaction_data' => 'Datele tranzacției',
'invalid_server_configuration' => 'Configurația serverului este nevalidă',
- 'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are instructions how to do this.',
+ 'invalid_locale_settings' => 'Firefly III nu poate formata sumele deoarece serverului dumneavoastră îi lipsesc pachetele necesare. Există instrucțiuni cum să faci acest lucru.',
'quickswitch' => 'Schimbare rapida',
'sign_in_to_start' => 'Logați-vă pentru a începe sesiunea',
'sign_in' => 'Logare',
@@ -242,8 +242,8 @@ return [
// Webhooks
'webhooks' => 'Webhook-uri',
- 'webhooks_breadcrumb' => 'Webhooks',
- 'webhooks_menu_disabled' => 'disabled',
+ 'webhooks_breadcrumb' => 'Webhook-uri',
+ 'webhooks_menu_disabled' => 'dezactivat',
'no_webhook_messages' => 'There are no webhook messages',
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
@@ -252,7 +252,7 @@ return [
'webhook_response_ACCOUNTS' => 'Account details',
'webhook_response_none_NONE' => 'No details',
'webhook_delivery_JSON' => 'JSON',
- 'inspect' => 'Inspect',
+ 'inspect' => 'Inspectați',
'create_new_webhook' => 'Create new webhook',
'webhooks_create_breadcrumb' => 'Create new webhook',
'webhook_trigger_form_help' => 'Indicate on what event the webhook will trigger',
@@ -276,8 +276,8 @@ return [
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
'webhook_attempt_at' => 'Attempt at {moment}',
- 'logs' => 'Logs',
- 'response' => 'Response',
+ 'logs' => 'Jurnale',
+ 'response' => 'Răspuns',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
'webhook_stored_link' => 'Webhook #{ID} ("{title}") has been stored.',
@@ -353,18 +353,18 @@ return [
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
- 'search_modifier_reconciled' => 'Transaction is reconciled',
+ 'search_modifier_reconciled' => 'Tranzacția este reconciliată',
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
'search_modifier_id' => 'ID-ul tranzacţiei este ":value"',
'search_modifier_not_id' => 'Transaction ID is not ":value"',
'search_modifier_date_before' => 'Data tranzacției este înainte sau pe ":value"',
'search_modifier_date_after' => 'Data tranzacției este după sau pe ":value"',
- 'search_modifier_external_id_is' => 'External ID is ":value"',
- 'search_modifier_not_external_id_is' => 'External ID is not ":value"',
- 'search_modifier_no_external_url' => 'The transaction has no external URL',
- 'search_modifier_no_external_id' => 'The transaction has no external ID',
- 'search_modifier_not_any_external_url' => 'The transaction has no external URL',
- 'search_modifier_not_any_external_id' => 'The transaction has no external ID',
+ 'search_modifier_external_id_is' => 'ID extern este ":value"',
+ 'search_modifier_not_external_id_is' => 'ID extern nu este ":value"',
+ 'search_modifier_no_external_url' => 'Tranzacția nu are niciun URL extern',
+ 'search_modifier_no_external_id' => 'Tranzacția nu are un ID extern',
+ 'search_modifier_not_any_external_url' => 'Tranzacția nu are niciun URL extern',
+ 'search_modifier_not_any_external_id' => 'Tranzacția nu are un ID extern',
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
'search_modifier_any_external_id' => 'The transaction must have a (any) external ID',
'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL',
@@ -386,10 +386,10 @@ return [
'search_modifier_has_attachments' => 'Tranzacția trebuie să aibă un atașament',
'search_modifier_has_no_category' => 'Tranzacția nu trebuie să aibă nicio categorie',
'search_modifier_not_has_no_category' => 'The transaction must have a (any) category',
- 'search_modifier_not_has_any_category' => 'The transaction must have no category',
+ 'search_modifier_not_has_any_category' => 'Tranzacția nu trebuie să aibă nicio categorie',
'search_modifier_has_any_category' => 'Tranzacția trebuie să aibă o (orice) categorie',
'search_modifier_has_no_budget' => 'Tranzacția nu trebuie să aibă un buget',
- 'search_modifier_not_has_any_budget' => 'The transaction must have no budget',
+ 'search_modifier_not_has_any_budget' => 'Tranzacția nu trebuie să aibă un buget',
'search_modifier_has_any_budget' => 'Tranzacția trebuie să aibă un (orice) buget',
'search_modifier_not_has_no_budget' => 'The transaction must have a (any) budget',
'search_modifier_has_no_bill' => 'Tranzacția nu trebuie să aibă factură',
@@ -566,9 +566,9 @@ return [
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_not_interest_date_on' => 'Transaction interest date is not ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
- 'search_modifier_not_interest_date_on_year' => 'Transaction interest date is not in year ":value"',
- 'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
- 'search_modifier_not_interest_date_on_month' => 'Transaction interest date is not in month ":value"',
+ 'search_modifier_not_interest_date_on_year' => 'Data dobânzii tranzacției nu este în anul ":value"',
+ 'search_modifier_interest_date_on_month' => 'Data dobânzii tranzacției este în luna ":value"',
+ 'search_modifier_not_interest_date_on_month' => 'Data dobânzii tranzacției nu este în luna ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_not_interest_date_on_day' => 'Transaction interest date is not on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
@@ -868,9 +868,9 @@ return [
'rule_trigger_transaction_type' => 'Tranzacția este de tip ":trigger_value"',
'rule_trigger_category_is_choice' => 'Categoria este..',
'rule_trigger_category_is' => 'Categoria este ":trigger_value"',
- 'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..',
+ 'rule_trigger_amount_less_choice' => 'Suma este mai mică sau egală cu ..',
'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value',
- 'rule_trigger_amount_is_choice' => 'Amount is..',
+ 'rule_trigger_amount_is_choice' => 'Suma este..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..',
'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value',
@@ -1085,10 +1085,10 @@ return [
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
- 'rule_trigger_reconciled_choice' => 'Transaction is reconciled',
- 'rule_trigger_reconciled' => 'Transaction is reconciled',
- 'rule_trigger_exists_choice' => 'Any transaction matches(!)',
- 'rule_trigger_exists' => 'Any transaction matches',
+ 'rule_trigger_reconciled_choice' => 'Tranzacția este reconciliată',
+ 'rule_trigger_reconciled' => 'Tranzacția este reconciliată',
+ 'rule_trigger_exists_choice' => 'Orice tranzacție se potrivește(!)',
+ 'rule_trigger_exists' => 'Orice tranzacție se potrivește',
// more values for new types:
'rule_trigger_not_account_id' => 'Account ID is not ":trigger_value"',
@@ -1244,17 +1244,17 @@ return [
'rule_action_set_description' => 'Setați descrierea la ":action_value"',
'rule_action_append_description' => 'Adăugați descrierea cu ":action_value"',
'rule_action_prepend_description' => 'Prefixați descrierea cu ":action_value"',
- 'rule_action_set_category_choice' => 'Set category to ..',
+ 'rule_action_set_category_choice' => 'Setați categoria la..',
'rule_action_clear_category_choice' => 'Ștergeți any category',
- 'rule_action_set_budget_choice' => 'Set budget to ..',
+ 'rule_action_set_budget_choice' => 'Setați bugetul la..',
'rule_action_clear_budget_choice' => 'Ștergeți any budget',
- 'rule_action_add_tag_choice' => 'Add tag ..',
- 'rule_action_remove_tag_choice' => 'Remove tag ..',
+ 'rule_action_add_tag_choice' => 'Adaugă etichetă..',
+ 'rule_action_remove_tag_choice' => 'Eliminați eticheta..',
'rule_action_remove_all_tags_choice' => 'Eliminați toate etichetele',
- 'rule_action_set_description_choice' => 'Set description to ..',
- 'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..',
- 'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"',
- 'rule_action_append_description_choice' => 'Append description with ..',
+ 'rule_action_set_description_choice' => 'Setați descrierea la..',
+ 'rule_action_update_piggy_choice' => 'Adaugă / șterge suma tranzacției în pușculiță ..',
+ 'rule_action_update_piggy' => 'Adaugă/elimină suma tranzacției în pușculița ":action_value"',
+ 'rule_action_append_description_choice' => 'Adăugați descrierea cu ..',
'rule_action_prepend_description_choice' => 'Prepend description with ..',
'rule_action_set_source_account_choice' => 'Set source account to ..',
'rule_action_set_source_account' => 'Setați contul sursă la :action_value',
@@ -1267,7 +1267,7 @@ return [
'rule_action_clear_notes_choice' => 'Eliminați orice notiță',
'rule_action_clear_notes' => 'Eliminați orice notiță',
'rule_action_set_notes_choice' => 'Set notes to ..',
- 'rule_action_link_to_bill_choice' => 'Link to a bill ..',
+ 'rule_action_link_to_bill_choice' => 'Link către o factură..',
'rule_action_link_to_bill' => 'Legați la factură ":action_value"',
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
'rule_action_switch_accounts' => 'Switch source and destination',
@@ -1323,12 +1323,12 @@ return [
'create_recurring_from_transaction' => 'Creați o tranzacție recurentă bazată pe tranzacție',
// preferences
- 'dark_mode_option_browser' => 'Let your browser decide',
- 'dark_mode_option_light' => 'Always light',
- 'dark_mode_option_dark' => 'Always dark',
+ 'dark_mode_option_browser' => 'Lăsați browserul să decidă',
+ 'dark_mode_option_light' => 'Întotdeauna luminos',
+ 'dark_mode_option_dark' => 'Întotdeauna întunecat',
'equal_to_language' => '(egal cu limba)',
- 'dark_mode_preference' => 'Dark mode',
- 'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.',
+ 'dark_mode_preference' => 'Mod întunecat',
+ 'dark_mode_preference_help' => 'Spuneți Firefly III când să utilizeze modul întunecat.',
'pref_home_screen_accounts' => 'Ecranul de start al conturilor',
'pref_home_screen_accounts_help' => 'Ce conturi ar trebui afișate pe pagina de pornire?',
'pref_view_range' => 'Vedeți intervalul',
@@ -1339,13 +1339,13 @@ return [
'pref_3M' => 'Trei luni (trimestru)',
'pref_6M' => 'Șase luni',
'pref_1Y' => 'Un an',
- 'pref_last365' => 'Last year',
- 'pref_last90' => 'Last 90 days',
- 'pref_last30' => 'Last 30 days',
- 'pref_last7' => 'Last 7 days',
- 'pref_YTD' => 'Year to date',
- 'pref_QTD' => 'Quarter to date',
- 'pref_MTD' => 'Month to date',
+ 'pref_last365' => 'Anul trecut',
+ 'pref_last90' => 'Ultimele 90 de zile',
+ 'pref_last30' => 'Ultimele 30 de zile',
+ 'pref_last7' => 'Ultimele 7 zile',
+ 'pref_YTD' => 'De la începutul anului',
+ 'pref_QTD' => 'Trimestru până în prezent',
+ 'pref_MTD' => 'Luna aceasta',
'pref_languages' => 'Limbi',
'pref_locale' => 'Setările locale',
'pref_languages_help' => 'Firefly III acceptă mai multe limbi. Pe care o preferați?',
@@ -1374,7 +1374,7 @@ return [
'preferences_frontpage' => 'Ecranul de start',
'preferences_security' => 'Securitate',
'preferences_layout' => 'Schemă',
- 'preferences_notifications' => 'Notifications',
+ 'preferences_notifications' => 'Notificări',
'pref_home_show_deposits' => 'Afișați depozitele pe ecranul de pornire',
'pref_home_show_deposits_info' => 'Ecranul de pornire vă arată deja cont de cheltuieli. Ar trebui să afișeze și conturile dvs. de venit?',
'pref_home_do_show_deposits' => 'Da, arată-le',
@@ -1431,8 +1431,8 @@ return [
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
'other_sessions_logged_out' => 'Toate celelalte sesiuni au fost deconectate.',
'delete_unused_accounts' => 'Deleting unused accounts will clean your auto-complete lists.',
- 'delete_all_unused_accounts' => 'Delete unused accounts',
- 'deleted_all_unused_accounts' => 'All unused accounts are deleted',
+ 'delete_all_unused_accounts' => 'Șterge conturile neutilizate',
+ 'deleted_all_unused_accounts' => 'Toate conturile neutilizate sunt șterse',
'delete_all_budgets' => 'Șterge toate bugetele',
'delete_all_categories' => 'Șterge toate categoriile',
'delete_all_tags' => 'Șterge toate tag-urile',
@@ -1641,8 +1641,8 @@ return [
'create_new_revenue' => 'Creați un nou cont de venituri',
'create_new_piggy_bank' => 'Creați o nouă pușculiță',
'create_new_bill' => 'Creați o nouă factură',
- 'create_new_subscription' => 'Create new subscription',
- 'create_new_rule' => 'Create new rule',
+ 'create_new_subscription' => 'Creați un abonament nou',
+ 'create_new_rule' => 'Creați o regulă nouă',
// currencies:
'create_currency' => 'Creați o nouă monedă',
@@ -1751,7 +1751,7 @@ return [
'remove_budgeted_amount' => 'Șterge suma înscrisă în :currency',
// bills:
- 'subscription' => 'Subscription',
+ 'subscription' => 'Abonament',
'not_expected_period' => 'Nu se aşteaptă această perioadă',
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
@@ -1801,20 +1801,20 @@ return [
'bill_repeats_weekly_other' => 'Se repetă in fiecare săptămâna',
'bill_repeats_monthly_other' => 'Se repetă la fiecare altă lună',
'bill_repeats_quarterly_other' => 'Repeats every other quarter',
- 'bill_repeats_half-year_other' => 'Repeats yearly',
+ 'bill_repeats_half-year_other' => 'Se repetă anual',
'bill_repeats_yearly_other' => 'Repeats every other year',
'bill_repeats_weekly_skip' => 'Repeats every {skip} weeks',
'bill_repeats_monthly_skip' => 'Repeats every {skip} months',
'bill_repeats_quarterly_skip' => 'Repeats every {skip} quarters',
'bill_repeats_half-year_skip' => 'Repeats every {skip} half years',
'bill_repeats_yearly_skip' => 'Repeats every {skip} years',
- 'subscriptions' => 'Subscriptions',
- 'go_to_subscriptions' => 'Go to your subscriptions',
- 'forever' => 'Forever',
+ 'subscriptions' => 'Subscripții',
+ 'go_to_subscriptions' => 'Mergi la abonamentele tale',
+ 'forever' => 'Întotdeauna',
'extension_date_is' => 'Extension date is {date}',
// accounts:
- 'i_am_owed_amount' => 'I am owed amount',
+ 'i_am_owed_amount' => 'Suma datorata',
'i_owe_amount' => 'I owe amount',
'inactive_account_link' => 'Aveți un cont :count inactiv (arhivat), pe care îl puteți vizualiza pe această pagină separată. Aveți :count inactive (arhivate), pe care le puteți vizualiza pe această pagină separată.',
'all_accounts_inactive' => 'Acestea sunt conturile dvs. inactive.',
diff --git a/resources/lang/ro_RO/form.php b/resources/lang/ro_RO/form.php
index f80b5bcf90..090e1e84b2 100644
--- a/resources/lang/ro_RO/form.php
+++ b/resources/lang/ro_RO/form.php
@@ -145,11 +145,11 @@ return [
'start_date' => 'Start de interval',
'end_date' => 'Șfârșit de interval',
'enddate' => 'Data de sfârșit',
- 'move_rules_before_delete' => 'Rule group',
+ 'move_rules_before_delete' => 'Grup de reguli',
'start' => 'Începutul intervalului',
'end' => 'Sfârșit de interval',
'delete_account' => 'Șterge cont ":name"',
- 'delete_webhook' => 'Delete webhook ":title"',
+ 'delete_webhook' => 'Șterge webhook ":title"',
'delete_bill' => 'Șterge factură ":name"',
'delete_budget' => 'Șterge buget ":name"',
'delete_category' => 'Șterge categorie ":name"',
@@ -170,7 +170,7 @@ return [
'object_group_areYouSure' => 'Sigur doriți să ștergeți grupul ":title"?',
'ruleGroup_areYouSure' => 'Sunteți sigur că doriți să ștergeți grupul de reguli ":title"?',
'budget_areYouSure' => 'Sunteți sigur că doriți să ștergeți bugetul ":name"?',
- 'webhook_areYouSure' => 'Are you sure you want to delete the webhook named ":title"?',
+ 'webhook_areYouSure' => 'Sigur doriți să ștergeți grupul ":title"?',
'category_areYouSure' => 'Sunteți sigur că doriți să ștergeți categoria ":name"?',
'recurring_areYouSure' => 'Sunteți sigur că doriți să ștergeți tranzacția recurentă ":title"?',
'currency_areYouSure' => 'Sunteți sigur că doriți să ștergeți moneda ":name"?',
@@ -219,7 +219,7 @@ return [
'login_name' => 'Logare',
'is_owner' => 'Este administrator?',
'url' => 'URL',
- 'bill_end_date' => 'End date',
+ 'bill_end_date' => 'Data de sfârșit',
// import
'apply_rules' => 'Aplică reguli',
@@ -295,9 +295,9 @@ return [
'submitted' => 'Trimis',
'key' => 'Cheie',
'value' => 'Conținutul înregistrării',
- 'webhook_delivery' => 'Delivery',
- 'webhook_response' => 'Response',
- 'webhook_trigger' => 'Trigger',
+ 'webhook_delivery' => 'Livrare',
+ 'webhook_response' => 'Răspuns',
+ 'webhook_trigger' => 'Declanșator',
];
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
diff --git a/resources/lang/ro_RO/intro.php b/resources/lang/ro_RO/intro.php
index 274f8afb34..2f73e80578 100644
--- a/resources/lang/ro_RO/intro.php
+++ b/resources/lang/ro_RO/intro.php
@@ -78,7 +78,7 @@ return [
'reports_index_intro' => 'Utilizați aceste rapoarte pentru a obține informații detaliate despre finanțele dumneavoastră.',
'reports_index_inputReportType' => 'Alegeți un tip de raport. Consultați paginile de ajutor pentru a vedea ce arată fiecare raport.',
'reports_index_inputAccountsSelect' => 'Puteți exclude sau include conturi de active după cum doriți.',
- 'reports_index_inputDateRange' => 'The selected date range is entirely up to you: from one day to 10 years or more.',
+ 'reports_index_inputDateRange' => 'Intervalul de date selectat depinde în întregime de dvs.: de la o zi la 10 ani sau mai mult.',
'reports_index_extra-options-box' => 'În funcție de raportul pe care l-ați selectat, puteți selecta filtre și opțiuni suplimentare aici. Urmăriți această casetă când modificați tipurile de rapoarte.',
// reports (reports)
diff --git a/resources/lang/ro_RO/list.php b/resources/lang/ro_RO/list.php
index 8c6793cb45..f0b63c2f09 100644
--- a/resources/lang/ro_RO/list.php
+++ b/resources/lang/ro_RO/list.php
@@ -54,14 +54,14 @@ return [
'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',
+ 'invited_at' => 'Invitat la',
+ 'expires' => 'Invitația expiră',
+ 'invited_by' => 'Invitat de către',
+ 'invite_link' => 'Link de invitație',
'account_type' => 'Tip de cont',
'created_at' => 'Creat la',
'account' => 'Cont',
- 'external_url' => 'External URL',
+ 'external_url' => 'URL extern',
'matchingAmount' => 'Sumă',
'destination' => 'Destinație',
'source' => 'Sursă',
@@ -103,7 +103,7 @@ return [
'type' => 'Tip',
'completed' => 'Finalizată',
'iban' => 'IBAN',
- 'account_number' => 'Account number',
+ 'account_number' => 'Număr de cont',
'paid_current_period' => 'Plătit această perioadă',
'email' => 'E-mail',
'registered_at' => 'Înregistrat la',
@@ -177,9 +177,9 @@ return [
'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',
+ 'trigger' => 'Declanșator',
+ 'response' => 'Răspuns',
+ 'delivery' => 'Livrare',
'url' => 'URL',
'secret' => 'Secret',
];
diff --git a/resources/lang/ro_RO/rules.php b/resources/lang/ro_RO/rules.php
index 020162caf3..d3553ef374 100644
--- a/resources/lang/ro_RO/rules.php
+++ b/resources/lang/ro_RO/rules.php
@@ -29,8 +29,8 @@ return [
'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III',
'inspect_rule' => 'Inspect rule ":title" @ Firefly III',
'journal_other_user' => 'This transaction doesn\'t belong to the user',
- 'no_such_journal' => 'This transaction doesn\'t exist',
- 'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed',
+ 'no_such_journal' => 'Această tranzacție nu există',
+ 'journal_already_no_budget' => 'Această tranzacție nu are buget, deci nu poate fi eliminată',
'journal_already_no_category' => 'This transaction had no category, so it cannot be removed',
'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed',
'journal_not_found' => 'Firefly III can\'t find the requested transaction',
@@ -41,7 +41,7 @@ return [
'is_not_transfer' => 'This transaction is not a transfer',
'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III',
'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"',
- 'new_notes_empty' => 'The notes to be set are empty',
+ 'new_notes_empty' => 'Notele care trebuie setate sunt goale',
'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal',
'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit',
'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer',