diff --git a/.github/stale.yml b/.github/stale.yml
index afe541f002..3b8ee53b59 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -1,11 +1,11 @@
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
-daysUntilStale: 7
+daysUntilStale: 14
# Number of days of inactivity before a stale Issue or Pull Request is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
-daysUntilClose: 7
+daysUntilClose: 14
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
# - "[Status] Maybe Later"
diff --git a/app/Api/V1/Requests/Models/Transaction/StoreRequest.php b/app/Api/V1/Requests/Models/Transaction/StoreRequest.php
index aec8941390..6c6e6180b7 100644
--- a/app/Api/V1/Requests/Models/Transaction/StoreRequest.php
+++ b/app/Api/V1/Requests/Models/Transaction/StoreRequest.php
@@ -211,7 +211,7 @@ class StoreRequest extends FormRequest
// budget, category, bill and piggy
'transactions.*.budget_id' => ['mustExist:budgets,id', new BelongsUser],
'transactions.*.budget_name' => ['between:1,255', 'nullable', new BelongsUser],
- 'transactions.*.category_id' => ['mustExist:categories,id', new BelongsUser],
+ 'transactions.*.category_id' => ['mustExist:categories,id', new BelongsUser,'nullable'],
'transactions.*.category_name' => 'between:1,255|nullable',
'transactions.*.bill_id' => ['numeric', 'nullable', 'mustExist:bills,id', new BelongsUser],
'transactions.*.bill_name' => ['between:1,255', 'nullable', new BelongsUser],
diff --git a/app/Ldap/Scopes/UserDefinedScope.php b/app/Ldap/Scopes/UserDefinedScope.php
index 30c60804b9..c0d8e19993 100644
--- a/app/Ldap/Scopes/UserDefinedScope.php
+++ b/app/Ldap/Scopes/UserDefinedScope.php
@@ -1,4 +1,5 @@
findExistingAccount($validTypes, (int)$accountId, (string)$accountName);
if (null === $search) {
$this->destError = (string)trans('validation.transfer_dest_bad_data', ['id' => $accountId, 'name' => $accountName]);
diff --git a/readme.md b/readme.md
index bacddb7352..effb96605c 100644
--- a/readme.md
+++ b/readme.md
@@ -138,7 +138,7 @@ There are many ways to run Firefly III
## Contributing
-Your help is always welcome! Feel free to open issues, ask questions, talk about it and discuss this tool. You can use the community forum over at [reddit](https://www.reddit.com/r/FireflyIII/) or interact on [Twitter](https://twitter.com/Firefly_III).
+You can contact me at [james@firefly-iii.org](mailto:james@firefly-iii.org), you may open an issue in the [main repository](https://github.com/firefly-iii/firefly-iii) or contact me through [gitter](https://gitter.im/firefly-iii/firefly-iii) and [Twitter](https://twitter.com/Firefly_III).
Of course, there are some [contributing guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/contributing.md) and a [code of conduct](https://github.com/firefly-iii/firefly-iii/blob/main/.github/code_of_conduct.md), which I invite you to check out.
diff --git a/resources/lang/bg_BG/firefly.php b/resources/lang/bg_BG/firefly.php
index cfbb6e8012..d9f7502b22 100644
--- a/resources/lang/bg_BG/firefly.php
+++ b/resources/lang/bg_BG/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III v:version заявка за потвърждение',
- 'authorization_request_intro' => ':client иска разрешение за достъп до вашето финансово управление. Искате ли да упълномощите :client за достъп до тези записи?',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => 'Това приложение ще има право да:',
'button_authorize' => 'Разреши',
'none_in_select_list' => '(нищо)',
diff --git a/resources/lang/cs_CZ/errors.php b/resources/lang/cs_CZ/errors.php
index 30a0143bc6..8d3773e3a0 100644
--- a/resources/lang/cs_CZ/errors.php
+++ b/resources/lang/cs_CZ/errors.php
@@ -47,8 +47,8 @@ return [
'tell_more' => 'Řekněte nám více než "se objevilo Hups!"',
'include_logs' => 'Zahrnout protokoly chyb (viz výše).',
'what_did_you_do' => 'Řekněte nám, co jste dělali.',
- 'offline_header' => 'You are probably offline',
- 'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.',
- 'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on GitHub.',
+ 'offline_header' => 'Jste pravděpodobně offline',
+ 'offline_unreachable' => 'Firefly III je nedostupný. Vaše zařízení je momentálně offline nebo server nefunguje.',
+ 'offline_github' => 'Pokud jste si jisti, že jak vaše zařízení tak i server jsou dostupne online, vytvořte prosím ticket na GitHub.',
];
diff --git a/resources/lang/cs_CZ/firefly.php b/resources/lang/cs_CZ/firefly.php
index 4dffc3d982..3d31832717 100644
--- a/resources/lang/cs_CZ/firefly.php
+++ b/resources/lang/cs_CZ/firefly.php
@@ -168,7 +168,7 @@ return [
'all_journals_for_account' => 'Všechny transakce pro účet :name',
'chart_all_journals_for_account' => 'Graf veškerých transakcí pro účet „:name“',
'journals_in_period_for_account' => 'Veškeré transakce pro účet „:name“ mezi :start a :end',
- 'journals_in_period_for_account_js' => 'All transactions for account {title} between {start} and {end}',
+ 'journals_in_period_for_account_js' => 'Veškeré transakce pro účet {title} mezi {start} a {end}',
'transferred' => 'Přeneseno',
'all_withdrawal' => 'Všechny výdaje',
'all_transactions' => 'Všechny transakce',
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Požadavek na ověření – Firefly III verze :version',
- 'authorization_request_intro' => ':client žádá oprávnění pro přístup k vaší finanční správě. Chcete autorizovat :client pro přístup k těmto záznamům?',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => 'Tato aplikace bude moci:',
'button_authorize' => 'Autorizovat',
'none_in_select_list' => '(žádné)',
@@ -264,7 +266,7 @@ return [
'update_version_beta' => 'Tato verze je BETA verze. Můžete narazit na problémy.',
'update_version_alpha' => 'Tato verze je ALFA verze. Můžete narazit na problémy.',
'update_current_version_alert' => 'Provozujete verzi :version, která je nejnovější dostupnou verzí.',
- 'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
+ 'update_newer_version_alert' => 'Používáte verzi :your_version, která je novější než poslední stabilní verze :new_version.',
'update_check_error' => 'Došlo k chybě při kontrole aktualizací: :error',
'unknown_error' => 'Neznámá chyba. Omlouváme se.',
'just_new_release' => 'Je dostupná nová verze! Verze :version byla vydána :date. Tato verze je velmi čerstvá. Počkejte několik dní, než se nová verze stabilizuje.',
@@ -272,7 +274,7 @@ return [
'admin_update_channel_title' => 'Kanál aktualizací',
'admin_update_channel_explain' => 'Firefly III má tři aktualizační "kanály", které určují, jak moc jste napřed, jde-li o funkce, vylepšení a chyby. Použijte "beta" kanál, pokud jste dobrodružný a "alfa", když chcete žít nebezpečně.',
'update_channel_stable' => 'Stabilní. Vše by mělo fungovat podle očekávání.',
- 'update_channel_beta' => 'Beta. New features but things may be broken.',
+ 'update_channel_beta' => 'Beta verze. Jsou zde nové funkce, ale nemusí vše fungovat.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search
@@ -284,11 +286,11 @@ return [
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
'search_modifier_date_is' => 'Datum transakce je „:value“',
'search_modifier_id' => 'Číslo transakce je „:value“',
- 'search_modifier_date_before' => 'Transaction date is before or on ":value"',
- 'search_modifier_date_after' => 'Transaction date is after or on ":value"',
- 'search_modifier_created_on' => 'Transaction was created on ":value"',
- 'search_modifier_updated_on' => 'Transaction was last updated on ":value"',
- 'search_modifier_external_id' => 'External ID is ":value"',
+ 'search_modifier_date_before' => 'Datum transakce je před (včetně) ":value"',
+ 'search_modifier_date_after' => 'Datum transakce je po (včetně) ":value"',
+ 'search_modifier_created_on' => 'Transakce byla vytvořena dne ":value"',
+ 'search_modifier_updated_on' => 'Transakce byla naposledy aktualizována dne ":value"',
+ 'search_modifier_external_id' => 'Externí ID je ":value"',
'search_modifier_internal_reference' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Description is ":value"',
'search_modifier_description_ends' => 'Description ends with ":value"',
diff --git a/resources/lang/cs_CZ/validation.php b/resources/lang/cs_CZ/validation.php
index c7aabb75db..8c65fa7b95 100644
--- a/resources/lang/cs_CZ/validation.php
+++ b/resources/lang/cs_CZ/validation.php
@@ -29,7 +29,7 @@ return [
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
- 'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
+ 'invalid_query_currency' => 'Váš dotaz obsahuje účty, které mají různá nastavení měny, což není povoleno.',
'iban' => 'Toto není platný IBAN.',
'zero_or_more' => 'Hodnota nemůže být záporná.',
'date_or_time' => 'Je třeba, aby hodnota byla platné datum nebo čas (ve formátu dle normy ISO 8601).',
diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php
index 1bbce188b4..52b713e1e4 100644
--- a/resources/lang/de_DE/firefly.php
+++ b/resources/lang/de_DE/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III v:version Autorisierungsanfrage',
- 'authorization_request_intro' => ':client bittet um Erlaubnis, auf Ihre Finanzverwaltung zuzugreifen. Möchten Sie :client erlauben auf diese Datensätze zuzugreifen?',
+ 'authorization_request_intro' => 'Anwendung ":client" bittet um Erlaubnis, auf Ihre Finanzverwaltung zuzugreifen. Möchten Sie :client erlauben, auf diese Datensätze zuzugreifen?',
+ 'authorization_request_site' => 'Sie werden zu :url
weitergeleitet, welche dann auf Ihre Daten in Firefly III zugreifen kann.',
+ 'authorization_request_invalid' => 'Diese Zugriffsanfrage ist ungültig. Bitte folgen Sie nie wieder diesem Link.',
'scopes_will_be_able' => 'Diese Anwendung kann:',
'button_authorize' => 'Erlauben',
'none_in_select_list' => '(Keine)',
diff --git a/resources/lang/el_GR/firefly.php b/resources/lang/el_GR/firefly.php
index 5ba820c230..5fbf33860e 100644
--- a/resources/lang/el_GR/firefly.php
+++ b/resources/lang/el_GR/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Αίτημα Εξουσιοδότησης Firefly III v:version',
- 'authorization_request_intro' => 'Ο :client αιτείται άδεια πρόσβασης στην οικονομική σας διαχείριση. Θέλετε να εξουσιοδοτήσετε τον :client ώστε να έχει πρόσβαση σε αυτές τις εγγραφές;',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => 'Αυτή η εφαρμογή θα είναι σε θέση να:',
'button_authorize' => 'Εξουσιοδότηση',
'none_in_select_list' => '(τίποτα)',
diff --git a/resources/lang/en_GB/firefly.php b/resources/lang/en_GB/firefly.php
index f77b22fa9b..efdc4cce78 100644
--- a/resources/lang/en_GB/firefly.php
+++ b/resources/lang/en_GB/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III v:version Authorisation Request',
- 'authorization_request_intro' => ':client is requesting permission to access your financial administration. Would you like to authorise :client to access these records?',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => 'This application will be able to:',
'button_authorize' => 'Authorise',
'none_in_select_list' => '(none)',
diff --git a/resources/lang/es_ES/errors.php b/resources/lang/es_ES/errors.php
index c7db9d0c33..d0f907c177 100644
--- a/resources/lang/es_ES/errors.php
+++ b/resources/lang/es_ES/errors.php
@@ -47,8 +47,8 @@ return [
'tell_more' => 'Cuéntenos más que "Dice: Ups"',
'include_logs' => 'Incluye registros de errores (ver arriba).',
'what_did_you_do' => 'Cuéntenos lo que estaba haciendo.',
- 'offline_header' => 'You are probably offline',
- 'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.',
- 'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on GitHub.',
+ 'offline_header' => 'Estás desconectado',
+ 'offline_unreachable' => 'Firefly III es inaccesible. Tu dispositivo está desconectado o el servidor no está funcionando.',
+ 'offline_github' => 'Si estás seguro de que tu dispositivo y el servidor están conectados, por favor abre un ticket en GitHub.',
];
diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php
index 0334eb9805..2f221345c8 100644
--- a/resources/lang/es_ES/firefly.php
+++ b/resources/lang/es_ES/firefly.php
@@ -168,7 +168,7 @@ return [
'all_journals_for_account' => 'Todas las transacciones de la cuenta :name',
'chart_all_journals_for_account' => 'Cuadro de todas las transacciones de la cuenta :name',
'journals_in_period_for_account' => 'Todas las transacciones por cuenta :name entre :start y :end',
- 'journals_in_period_for_account_js' => 'All transactions for account {title} between {start} and {end}',
+ 'journals_in_period_for_account_js' => 'Todas las transacciones de la cuenta {title} entre {start} y {end}',
'transferred' => 'Transferido',
'all_withdrawal' => 'Todos los gastos',
'all_transactions' => 'Todas las transacciones',
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III v:version Solicitud de autorización',
- 'authorization_request_intro' => ':client está solicitando permiso para acceder a tu administración financiera. ¿Deseas autorizar a :client para acceder a estos registros?',
+ 'authorization_request_intro' => ':client está pidiendo permiso para acceder a la administración de tus finanzas. ¿Deseas autorizar a :client a acceder a estos datos?',
+ 'authorization_request_site' => 'Serás redirigido a :url
, que podrá acceder a tus datos de Firefly III.',
+ 'authorization_request_invalid' => 'Esta solicitud de acceso no es válida. Por favor, no vuelva a abrir este enlace.',
'scopes_will_be_able' => 'Esta aplicación podrá:',
'button_authorize' => 'Autorizar',
'none_in_select_list' => '(ninguno)',
@@ -281,7 +283,7 @@ return [
'search_found_transactions' => 'Firefly III encontrada :count transacción en :time segundos.|Firefly III encontradas :count transacciones en :time segundos.',
'search_found_more_transactions' => 'Firefly III encontró más de :count transacciones en :time segundos.',
'search_for_query' => 'Firefly III está buscando transacciones que contengan todas estas palabras: :query',
- 'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
+ 'invalid_operators_list' => 'Estos parámetros de búsqueda no son válidos y han sido ignorados.',
'search_modifier_date_is' => 'La fecha de la transacción es ":value"',
'search_modifier_id' => 'El ID de la transacción es ":value"',
'search_modifier_date_before' => 'La fecha de la transacción es anterior al ":value"',
@@ -758,7 +760,7 @@ return [
'invalid_password' => 'Contraseña invalida!',
'what_is_pw_security' => '¿Que es "verificar la seguridad de contraseña?',
'secure_pw_title' => 'Como escoger una contraseña segura',
- 'forgot_password_response' => 'Thank you. If an account exists with this email address, you will find instructions in your inbox.',
+ 'forgot_password_response' => 'Gracias. Si existe una cuenta con esta dirección de correo electrónico, encontrarás instrucciones en tu bandeja de entrada.',
'secure_pw_history' => 'Cada semana leemos en las noticias sobre un sitio que pierde las contraseñas de sus usuarios. Hackers y ladrones utilizan estas contraseñas para intentar robar tu información privada. Esta información es valiosa.',
'secure_pw_ff' => '¿Utiliza la misma contraseña a través de Internet? Si un sitio pierde su contraseña, los hackers tienen acceso a todos sus datos. Firefly III depende de usted para elegir una contraseña fuerte y única para proteger sus registros financieros.',
'secure_pw_check_box' => 'Para ayudarte a hacer eso Firefly III puede comprobar si la contraseña que quieres usar ha sido robada en el pasado. Si este es el caso, Firefly III te aconseja NO usar esa contraseña.',
@@ -1031,24 +1033,24 @@ return [
'bill_expected_date' => 'Se espera :date',
'bill_expected_date_js' => 'Expected {date}',
'bill_paid_on' => 'Pagado el {date}',
- 'bill_repeats_weekly' => 'Repeats weekly',
- 'bill_repeats_monthly' => 'Repeats monthly',
- 'bill_repeats_quarterly' => 'Repeats quarterly',
- 'bill_repeats_half-year' => 'Repeats every half year',
- 'bill_repeats_yearly' => 'Repeats yearly',
- 'bill_repeats_weekly_other' => 'Repeats every other week',
- 'bill_repeats_monthly_other' => 'Repeats every other month',
- 'bill_repeats_quarterly_other' => 'Repeats every other quarter',
- 'bill_repeats_half-year_other' => 'Repeats yearly',
- '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',
- 'forever' => 'Forever',
- 'extension_date_is' => 'Extension date is {date}',
+ 'bill_repeats_weekly' => 'Repetir semanalmente',
+ 'bill_repeats_monthly' => 'Repetir mensualmente',
+ 'bill_repeats_quarterly' => 'Repite trimestralmente',
+ 'bill_repeats_half-year' => 'Repetir cada 6 meses',
+ 'bill_repeats_yearly' => 'Repetir anualmente',
+ 'bill_repeats_weekly_other' => 'Repetir cada dos semanas',
+ 'bill_repeats_monthly_other' => 'Repetir cada dos meses',
+ 'bill_repeats_quarterly_other' => 'Repetir cada dos trimestres',
+ 'bill_repeats_half-year_other' => 'Repetir anualmente',
+ 'bill_repeats_yearly_other' => 'Repetir cada dos años',
+ 'bill_repeats_weekly_skip' => 'Repetir cada {skip} semanas',
+ 'bill_repeats_monthly_skip' => 'Repetir cada {skip} meses',
+ 'bill_repeats_quarterly_skip' => 'Repetir cada {skip} trimestres',
+ 'bill_repeats_half-year_skip' => 'Repetir cada {skip} medios años',
+ 'bill_repeats_yearly_skip' => 'Repetir cada {skip} años',
+ 'subscriptions' => 'Suscripciones',
+ 'forever' => 'Siempre',
+ 'extension_date_is' => 'Fecha de extensión es {date}',
// accounts:
'inactive_account_link' => 'Tiene :count cuenta inactiva (archivada), que puedes ver en esta página separada.|Tienes cuentas :count inactivas (archivadas), que puedes ver en esta página separada.',
@@ -1075,7 +1077,7 @@ return [
'expense_deleted' => 'Exitosamente eliminado la cuenta de gastos ":name"',
'revenue_deleted' => 'Exitosamente eliminado cuenta de ganacias ":name"',
'update_asset_account' => 'Actualizar cuenta de activos',
- 'update_undefined_account' => 'Update account',
+ 'update_undefined_account' => 'Actualizar cuenta',
'update_liabilities_account' => 'Actualizar pasivo',
'update_expense_account' => 'Actualizar cuenta de gastos',
'update_revenue_account' => 'Actualizar cuenta de ingresos',
@@ -1123,7 +1125,7 @@ return [
'stored_new_account' => 'Nueva cuenta ":name" almacenada!',
'stored_new_account_js' => 'Nueva cuenta "{name}" guardada!',
'updated_account' => 'Cuenta actualizada ":name"',
- 'updated_account_js' => 'Updated account "{title}".',
+ 'updated_account_js' => 'Cuenta actualizada "{title}".',
'credit_card_options' => 'Opciones de tarjeta de crédito',
'no_transactions_account' => 'No hay transacciones ( en este periodo) para cuenta de activos ":name".',
'no_transactions_period' => 'No hay transacciones (en este período).',
@@ -1347,7 +1349,7 @@ return [
'account_type_loan' => 'Préstamo',
'account_type_mortgage' => 'Hipoteca',
'account_type_Credit card' => 'Tarjeta de crédito',
- 'credit_card_type_monthlyFull' => 'Full payment every month',
+ 'credit_card_type_monthlyFull' => 'Pago completo cada mes',
'liability_direction_credit' => 'Se me debe esta deuda',
'liability_direction_debit' => 'Le debo esta deuda a otra persona',
'liability_direction_credit_short' => 'Tenía esta deuda',
diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php
index c30682843f..632ec8f387 100644
--- a/resources/lang/es_ES/form.php
+++ b/resources/lang/es_ES/form.php
@@ -58,7 +58,7 @@ return [
'currency' => 'Divisa',
'account_id' => 'Cuenta',
'budget_id' => 'Presupuesto',
- 'bill_id' => 'Bill',
+ 'bill_id' => 'Factura',
'opening_balance' => 'Saldo inicial',
'tagMode' => 'Modo de etiqueta',
'virtual_balance' => 'Saldo virtual',
@@ -84,7 +84,7 @@ return [
'liability_type' => 'Tipo de pasivo',
'interest' => 'Interés',
'interest_period' => 'Período de interés',
- 'extension_date' => 'Extension date',
+ 'extension_date' => 'Fecha de extensión',
'type' => 'Tipo',
'convert_Withdrawal' => 'Convertir extracción',
'convert_Deposit' => 'Convertir depósito',
@@ -121,7 +121,7 @@ return [
'stop_processing' => 'Detener el procesamiento',
'start_date' => 'Inicio del rango',
'end_date' => 'Final del rango',
- 'enddate' => 'End date',
+ 'enddate' => 'Fecha fin',
'start' => 'Inicio del rango',
'end' => 'Final del rango',
'delete_account' => 'Borrar cuenta ":name"',
diff --git a/resources/lang/es_ES/list.php b/resources/lang/es_ES/list.php
index 0427357d72..0c25248da8 100644
--- a/resources/lang/es_ES/list.php
+++ b/resources/lang/es_ES/list.php
@@ -133,8 +133,8 @@ return [
'interest_period' => 'Período de interés',
'liability_type' => 'Tipo de pasivo',
'liability_direction' => 'Pasivo entrada/salida',
- 'end_date' => 'End date',
- 'payment_info' => 'Payment information',
- 'expected_info' => 'Next expected transaction',
- 'start_date' => 'Start date',
+ 'end_date' => 'Fecha fin',
+ 'payment_info' => 'Información del pago',
+ 'expected_info' => 'Siguiente transacción esperada',
+ 'start_date' => 'Fecha de inicio',
];
diff --git a/resources/lang/es_ES/validation.php b/resources/lang/es_ES/validation.php
index 5c58f8de1a..f8af9f5182 100644
--- a/resources/lang/es_ES/validation.php
+++ b/resources/lang/es_ES/validation.php
@@ -23,13 +23,13 @@
declare(strict_types=1);
return [
- 'missing_where' => 'Array is missing "where"-clause',
- 'missing_update' => 'Array is missing "update"-clause',
- 'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
- 'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
- 'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
- 'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
- 'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
+ 'missing_where' => 'El array esperaba la cláusula "where"',
+ 'missing_update' => 'El array esperaba la cláusula "update"',
+ 'invalid_where_key' => 'El JSON contiene una clave no válida para la cláusula "where"',
+ 'invalid_update_key' => 'El JSON contiene una clave no válida para la cláusula "update"',
+ 'invalid_query_data' => 'Hay datos no válidos en el campo %s:%s de su consulta.',
+ 'invalid_query_account_type' => 'Su consulta contiene cuentas de diferentes tipos, lo que no está permitido.',
+ 'invalid_query_currency' => 'Su consulta contiene cuentas que tienen diferentes ajustes de divisa, lo que no está permitido.',
'iban' => 'Este no es un IBAN válido.',
'zero_or_more' => 'El valor no puede ser negativo.',
'date_or_time' => 'El valor debe ser una fecha u hora válido (ISO 8601).',
diff --git a/resources/lang/fi_FI/firefly.php b/resources/lang/fi_FI/firefly.php
index b4aa72811e..8005aaac73 100644
--- a/resources/lang/fi_FI/firefly.php
+++ b/resources/lang/fi_FI/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III v:version Valtuutus Pyyntö',
- 'authorization_request_intro' => ':client pyytää valtuutustasi nähdäkseen sinun taloushallintosi. Haluatko antaa hänelle pääsyn näihin tietoihin?',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => 'Tämä sovellus voi:',
'button_authorize' => 'Valtuuta',
'none_in_select_list' => '(ei mitään)',
diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php
index f11b354c88..e9891cfaae 100644
--- a/resources/lang/fr_FR/firefly.php
+++ b/resources/lang/fr_FR/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III v:version demande d\'autorisation',
- 'authorization_request_intro' => ':client demande l\'autorisation d\'accéder à votre administration financière. Souhaitez-vous autoriser :client à accéder à ces enregistrements?',
+ 'authorization_request_intro' => 'L\'application ":client" demande l\'autorisation d\'accéder à votre administration financière. Voulez-vous autoriser :client à accéder à ces enregistrements ?',
+ 'authorization_request_site' => 'Vous allez être redirigé vers :url
qui pourra ensuite accéder à vos données Firefly III.',
+ 'authorization_request_invalid' => 'Cette demande d\'accès n\'est pas valide. Veuillez ne plus suivre ce lien.',
'scopes_will_be_able' => 'Cette application pourra :',
'button_authorize' => 'Autoriser',
'none_in_select_list' => '(aucun)',
diff --git a/resources/lang/hu_HU/firefly.php b/resources/lang/hu_HU/firefly.php
index 8949922b78..016202fb6b 100644
--- a/resources/lang/hu_HU/firefly.php
+++ b/resources/lang/hu_HU/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III v:version engedély kérelem',
- 'authorization_request_intro' => ':client hozzáférést kért az Ön pénzügyi adminisztrációjához. Szeretne hozzáférést ezekhez adatokhoz :client részére?',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => 'Ez az alkalmazás képes lesz arra, hogy:',
'button_authorize' => 'Engedélyezés',
'none_in_select_list' => '(nincs)',
diff --git a/resources/lang/id_ID/firefly.php b/resources/lang/id_ID/firefly.php
index aaddcdf77c..858770dcd1 100644
--- a/resources/lang/id_ID/firefly.php
+++ b/resources/lang/id_ID/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III v:version Permintaan Otorisasi',
- 'authorization_request_intro' => ':client meminta izin untuk mengakses administrasi finansial. Apakah Anda ingin memberikan izin kepada :client untuk mengakses rekaman itu?',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => 'Aplikasi ini akan mampu untuk:',
'button_authorize' => 'Izinkan',
'none_in_select_list' => '(tidak ada)',
diff --git a/resources/lang/it_IT/firefly.php b/resources/lang/it_IT/firefly.php
index 64b9f691c9..4514d1b5d6 100644
--- a/resources/lang/it_IT/firefly.php
+++ b/resources/lang/it_IT/firefly.php
@@ -233,6 +233,8 @@ return [
// API access
'authorization_request' => 'Firefly III v:version Richiesta Autorizzazione',
'authorization_request_intro' => ':client sta richiedendo l\'autorizzazione per accedere alla tua amministrazione finanziaria. Desideri autorizzare :client ad accedere a questi record?',
+ 'authorization_request_site' => 'Sarai reindirizzato a :url
che sarà quindi in grado di accedere ai tuoi dati di Firefly III.',
+ 'authorization_request_invalid' => 'Questa richiesta di accesso non è valida. Non seguire più questo link.',
'scopes_will_be_able' => 'Questa applicazione sarà in grado di:',
'button_authorize' => 'Autorizza',
'none_in_select_list' => '(nessuna)',
diff --git a/resources/lang/ja_JP/firefly.php b/resources/lang/ja_JP/firefly.php
index 097e230602..eec65bda9f 100644
--- a/resources/lang/ja_JP/firefly.php
+++ b/resources/lang/ja_JP/firefly.php
@@ -233,6 +233,8 @@ return [
// API access
'authorization_request' => 'Firefly III v:version 認証要求',
'authorization_request_intro' => ':clientはあなたの資産情報管理の権限を要求しています。:clientに情報へのアクセスを許可しますか?',
+ 'authorization_request_site' => ':url
にリダイレクトされ、Firefly III データにアクセスできます。',
+ 'authorization_request_invalid' => 'このアクセスリクエストは無効です。今後はこのリンクを利用しないでください。',
'scopes_will_be_able' => 'このアプリケーションは次のことができます:',
'button_authorize' => '許可する',
'none_in_select_list' => '(なし)',
diff --git a/resources/lang/nb_NO/firefly.php b/resources/lang/nb_NO/firefly.php
index 653ce15e9a..c5be0db4e7 100644
--- a/resources/lang/nb_NO/firefly.php
+++ b/resources/lang/nb_NO/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III v:version autorisasjonsforespørsel',
- 'authorization_request_intro' => ':client ber om tillatelse til å få tilgang til finansadministrasjonen din. Vil du autorisere :client slik at den får tilgang til disse dine data?',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => 'Denne applikasjonen vil kunne:',
'button_authorize' => 'Autoriser',
'none_in_select_list' => '(ingen)',
diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php
index eb70e60f4b..c2a8056f5e 100644
--- a/resources/lang/nl_NL/firefly.php
+++ b/resources/lang/nl_NL/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III v:version autorisatieverzoek',
- 'authorization_request_intro' => ':client vraagt toestemming om toegang te krijgen tot je financiële administratie. Wil je :client autoriseren om toegang te krijgen tot je gegevens?',
+ 'authorization_request_intro' => 'Applicatie ":client" vraagt toestemming om toegang te krijgen tot je financiële administratie. Wil je :client autoriseren om toegang te krijgen tot je gegevens?',
+ 'authorization_request_site' => 'Je wordt doorgestuurd naar :url
, die vervolgens toegang heeft tot je Firefly III-gegevens.',
+ 'authorization_request_invalid' => 'Dit toegangsverzoek is ongeldig. Volg deze link niet meer.',
'scopes_will_be_able' => 'Deze applicatie krijgt toegang tot:',
'button_authorize' => 'Toestaan',
'none_in_select_list' => '(geen)',
diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php
index fdc6b6d147..752ba7c69d 100644
--- a/resources/lang/pl_PL/firefly.php
+++ b/resources/lang/pl_PL/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Żądanie autoryzacji Firefly III v:version',
- 'authorization_request_intro' => ':client prosi o pozwolenie na dostęp do Twojej administracji finansowej. Czy chcesz pozwolić :client na dostęp do tych danych?',
+ 'authorization_request_intro' => 'Aplikacja :client prosi o pozwolenie na dostęp do Twojej administracji finansowej. Czy chcesz pozwolić :client na dostęp do tych danych?',
+ 'authorization_request_site' => 'Zostaniesz przekierowany do :url
, który będzie mógł uzyskać dostęp do danych Firefly III.',
+ 'authorization_request_invalid' => 'Ta prośba o dostęp jest nieprawidłowa. Proszę nigdy więcej nie klikaj tego linku.',
'scopes_will_be_able' => 'Ta aplikacja będzie mogła:',
'button_authorize' => 'Autoryzuj',
'none_in_select_list' => '(żadne)',
diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php
index 41c05d160f..9dcb48f156 100644
--- a/resources/lang/pt_BR/firefly.php
+++ b/resources/lang/pt_BR/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III v:version Pedido de autorização',
- 'authorization_request_intro' => ':client está pedindo permissão para acessar sua administração financeira. Gostaria de autorizar :client para acessar esses registros?',
+ 'authorization_request_intro' => 'O aplicativo ":client" está solicitando permissão para acessar sua administração financeira. Você deseja autorizar o acesso a estes registros a :client?',
+ 'authorization_request_site' => 'Você será redirecionado para :url
que então será capaz de acessar seus dados do Firefly III.',
+ 'authorization_request_invalid' => 'Este pedido de acesso é inválido. Por favor, nunca mais acesse este link novamente.',
'scopes_will_be_able' => 'Esta aplicação será capaz de:',
'button_authorize' => 'Autorizar',
'none_in_select_list' => '(nenhum)',
diff --git a/resources/lang/pt_PT/firefly.php b/resources/lang/pt_PT/firefly.php
index e0bc665ea4..372ac8ccbf 100644
--- a/resources/lang/pt_PT/firefly.php
+++ b/resources/lang/pt_PT/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III v:version Solicitar Autorizacao',
- 'authorization_request_intro' => 'O :client esta a pedir para aceder a sua administração financeira. Gostarias de autorizar :client para aceder a esses registos?',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => 'Esta aplicacao sera capaz de:',
'button_authorize' => 'Autorizar',
'none_in_select_list' => '(nenhum)',
diff --git a/resources/lang/ro_RO/firefly.php b/resources/lang/ro_RO/firefly.php
index 5b83b5389b..9a46204774 100644
--- a/resources/lang/ro_RO/firefly.php
+++ b/resources/lang/ro_RO/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'v: Solicitare de autorizare',
- 'authorization_request_intro' => ' :client strong> solicită permisiunea de a accesa administrația financiară. Doriți să autorizați :client strong> pentru a accesa aceste înregistrări?',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => 'Această aplicație va fi capabilă să to:',
'button_authorize' => 'Autorizează',
'none_in_select_list' => '(nici unul)',
diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php
index 40d1576b84..2255e530e2 100644
--- a/resources/lang/ru_RU/firefly.php
+++ b/resources/lang/ru_RU/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Запрос авторизации Firefly III v:version',
- 'authorization_request_intro' => ':client запрашивает доступ к управлению вашими финансами. Вы хотите разрешить :client доступ к этой информации?',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => 'Это приложение будет иметь возможность:',
'button_authorize' => 'Авторизация',
'none_in_select_list' => '(нет)',
diff --git a/resources/lang/sk_SK/firefly.php b/resources/lang/sk_SK/firefly.php
index 6d2809a897..22d3f81853 100644
--- a/resources/lang/sk_SK/firefly.php
+++ b/resources/lang/sk_SK/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Požiadavka na overenie – Firefly III verzia :version',
- 'authorization_request_intro' => ':client žiada o oprávnenie pre prístup k vašej správe financií. Chcete :client autorizovať?',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => 'Táto aplikácia bude môcť:',
'button_authorize' => 'Autorizovať',
'none_in_select_list' => '(žiadne)',
diff --git a/resources/lang/sv_SE/firefly.php b/resources/lang/sv_SE/firefly.php
index 62b2ff0cb8..1c76e5d535 100644
--- a/resources/lang/sv_SE/firefly.php
+++ b/resources/lang/sv_SE/firefly.php
@@ -168,7 +168,7 @@ return [
'all_journals_for_account' => 'Alla transaktioner för konto :name',
'chart_all_journals_for_account' => 'Diagram med alla transaktioner för konto :name',
'journals_in_period_for_account' => 'Alla transaktioner för konto :name mellan :start och :end',
- 'journals_in_period_for_account_js' => 'All transactions for account {title} between {start} and {end}',
+ 'journals_in_period_for_account_js' => 'Alla transaktioner för konto {title} mellan {start} och {end}',
'transferred' => 'Överfört',
'all_withdrawal' => 'All utgifter',
'all_transactions' => 'Alla transaktioner',
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III v:version Auktorisationsbegäran',
- 'authorization_request_intro' => ':client begär tillstånd för åtkomst till din ekonomi administration. Vill du tillåta :client åtkomst till dessa poster?',
+ 'authorization_request_intro' => 'Applikationen ":client" begär behörighet att få tillgång till din ekonomiska administration. Vill du ge :client tillgång till dessa poster?',
+ 'authorization_request_site' => 'Du kommer omdirigeras till :url
som sedan kommer få tillgång till dina Firefly III-data.',
+ 'authorization_request_invalid' => 'Denna begäran om åtkomst är ogiltig. Följ aldrig den här länken igen.',
'scopes_will_be_able' => 'Detta program kommer att kunna:',
'button_authorize' => 'Godkänn',
'none_in_select_list' => '(Ingen)',
@@ -1075,7 +1077,7 @@ return [
'expense_deleted' => 'Utgiftskonto togs bort ":name"',
'revenue_deleted' => 'Intäktskonto togs bort ":name"',
'update_asset_account' => 'Uppdatera tillgångskonto',
- 'update_undefined_account' => 'Update account',
+ 'update_undefined_account' => 'Uppdatera konto',
'update_liabilities_account' => 'Uppdatera skuld',
'update_expense_account' => 'Uppdatera utgiftskonto',
'update_revenue_account' => 'Uppdatera intäktskonto',
@@ -1123,7 +1125,7 @@ return [
'stored_new_account' => 'Nytt konto ":name" lagrat!',
'stored_new_account_js' => 'Nytt konto "{name}" lagrat!',
'updated_account' => 'Konto ":name" uppdaterad',
- 'updated_account_js' => 'Updated account "{title}".',
+ 'updated_account_js' => 'Uppdaterade kontot "{title}".',
'credit_card_options' => 'Kreditkortalternativ',
'no_transactions_account' => 'Inga transaktioner (i denna period) för tillgångskonto ":name".',
'no_transactions_period' => 'Inga transaktioner (i denna period).',
diff --git a/resources/lang/tr_TR/firefly.php b/resources/lang/tr_TR/firefly.php
index 37e1fe88b8..63c095c43d 100644
--- a/resources/lang/tr_TR/firefly.php
+++ b/resources/lang/tr_TR/firefly.php
@@ -29,13 +29,13 @@ return [
'edit' => 'Düzenle',
'delete' => 'Sil',
'split' => 'Böl',
- 'single_split' => 'Split',
+ 'single_split' => 'Böl',
'clone' => 'Klonla',
'last_seven_days' => 'Son yedi gün',
'last_thirty_days' => 'Son otuz gün',
- 'last_180_days' => 'Last 180 days',
- 'YTD' => 'YTD',
- 'welcome_back' => 'What\'s playing?',
+ 'last_180_days' => 'Son 180 gün',
+ 'YTD' => 'Son 2 Ay',
+ 'welcome_back' => 'Neler oluyor?',
'everything' => 'Her şey',
'today' => 'bugün',
'customRange' => 'Özel menzil',
@@ -63,8 +63,8 @@ return [
'go_to_asset_accounts' => 'Varlık hesaplarınızı görüntüleyin
',
'go_to_budgets' => 'Bütçelerine git',
- 'go_to_withdrawals' => 'Go to your withdrawals',
- 'clones_journal_x' => 'This transaction is a clone of ":description" (#:id)',
+ 'go_to_withdrawals' => 'Para çekme işlemlerine gidin',
+ 'clones_journal_x' => 'Bu işlem ":description" (#:id) kopyasıdır',
'go_to_categories' => 'Kategorilerinize gidin',
'go_to_bills' => 'Faturalarına git',
'go_to_expense_accounts' => 'Gider hesaplarınızı görün',
@@ -84,7 +84,7 @@ return [
'flash_info' => 'İleti',
'flash_warning' => 'Uyarı!',
'flash_error' => 'Hata!',
- 'flash_danger' => 'Danger!',
+ 'flash_danger' => 'Tehlike!',
'flash_info_multiple' => 'Bir ileti var|:count ileti var',
'flash_error_multiple' => 'Bir hata var|:count hata var',
'net_worth' => 'Net değer',
@@ -101,21 +101,21 @@ return [
'two_factor_forgot' => 'İki faktörlü kimlik doğrulama cihazını unuttum.',
'two_factor_lost_header' => 'İki faktörlü kimlik doğrulamanızı mı kaybettiniz?',
'two_factor_lost_intro' => 'Eğer yedek kodlarınızı da kayıp ettiyseniz, şansınız kötü. Bu web arayüzünden düzeltebileceğiniz bir şey değil. İki seçeneğiniz var.',
- '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' => 'Kendi Firefly III örneğinizi çalıştırıyorsanız, SSS bölümündeki bu giriş talimatlar için.',
'two_factor_lost_fix_owner' => 'Aksi takdirde, site sahibine (:site_owner) e-posta gönderin ve iki faktörlü kimlik doğrulamasını sıfırlamasını isteyin.',
'mfa_backup_code' => 'Firefly III giriş yapmak için yedek kullandınız. Bu kod tekrar kullanılamaz, o yüzden listenizden çıkartın.',
'pref_two_factor_new_backup_codes' => 'Yeni yedek kodları alın',
- 'pref_two_factor_backup_code_count' => 'You have :count valid backup code.|You have :count valid backup codes.',
+ 'pref_two_factor_backup_code_count' => 'Geçerli :count yedek kodunuz var.|Sizin :count geçerli yedek kodunuz var.',
'2fa_i_have_them' => 'Hepsini sakladım!',
'warning_much_data' => ':days günlük verinin yüklenmesi biraz zaman alabilir.',
'registered' => 'Başarıyla kaydoldunuz!',
'Default asset account' => 'Varsayılan varlık hesabı',
- 'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the budgets-page. Budgets can help you keep track of expenses.',
- 'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the bills-page. Bills can help you keep track of expenses.',
+ 'no_budget_pointer' => 'Henüz bütçeniz yok gibi görünüyor. bütçeler sayfasında biraz oluşturmalısınız. Bütçeler, giderleri takip etmenize yardımcı olabilir.',
+ 'no_bill_pointer' => 'Henüz faturanız yok gibi görünüyor. faturalar sayfasında biraz oluşturmalısınız. Faturalar, harcamaları takip etmenize yardımcı olabilir.',
'Savings account' => 'Birikim Hesabı',
'Credit card' => 'Kredi Kartı',
- 'source_accounts' => 'Source account|Source accounts',
- 'destination_accounts' => 'Destination account|Destination accounts',
+ 'source_accounts' => 'Kaynak hesap|Kaynak hesaplar',
+ 'destination_accounts' => 'Hedef hesap|Hedef hesaplar',
'user_id_is' => 'Kullanıcı kimliğiniz :user',
'field_supports_markdown' => 'Bu alan Markdown\'u destekliyor.',
'need_more_help' => 'Firefly III kullanımında daha fazla yardıma ihtiyacınız olursa, lütfen Github\'da bir talep açın.',
@@ -132,12 +132,12 @@ return [
'sum_of_income' => 'Gelirin Toplamı',
'liabilities' => 'Yükümlülükler',
'spent_in_specific_budget' => 'Miktar ":budget" harcandı',
- 'spent_in_specific_double' => 'Spent in account ":account"',
- 'earned_in_specific_double' => 'Earned in account ":account"',
+ 'spent_in_specific_double' => '":account" hesabında harcandı',
+ 'earned_in_specific_double' => '":account" tarafından kazanıldı',
'source_account' => 'Kaynak hesap',
- 'source_account_reconciliation' => 'You can\'t edit the source account of a reconciliation transaction.',
+ 'source_account_reconciliation' => 'Bir mutabakat işleminin kaynak hesabını düzenleyemezsiniz.',
'destination_account' => 'Hedef hesap',
- 'destination_account_reconciliation' => 'You can\'t edit the destination account of a reconciliation transaction.',
+ 'destination_account_reconciliation' => 'Bir mutabakat işleminin hedef hesabını düzenleyemezsiniz.',
'sum_of_expenses_in_budget' => 'Harcanan toplam bütçe ":budget"',
'left_in_budget_limit' => 'Bütçeye göre harcama ayrıldı',
'current_period' => 'Cari dönem',
@@ -146,7 +146,7 @@ return [
'budget_in_period' => '":name" bütçesi için :start ve :end aralığında yapılan :currency işlemleri',
'chart_budget_in_period' => '":name" bütçesi için :start ve :end aralığında yapılan :currency işlemlerin grafiği',
'chart_budget_in_period_only_currency' => 'Bütçe miktarı :currency dövizinde, dolayısı ile bu grafik sadece :currency dövizinde yapılan işlemleri gösterir.',
- 'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
+ 'chart_account_in_period' => '":name" (:balance) hesabı için :start ve :end arasındaki tüm işlemler için grafik',
'chart_category_in_period' => ':start ve :end arasında ":name" kategorisindeki bütün işlemler için grafik',
'chart_category_all' => '":name" kategorisinde bütün işlemler çizelgesi',
'clone_withdrawal' => 'Bu para çekimini klonla',
@@ -169,7 +169,7 @@ return [
'all_journals_for_account' => ':name hesabındaki tüm işlemler',
'chart_all_journals_for_account' => ':name hesabındaki tüm işlemlerin grafiği',
'journals_in_period_for_account' => ':start ile :end tarihleri arasında :name hesabından yapılan tüm işlemler',
- 'journals_in_period_for_account_js' => 'All transactions for account {title} between {start} and {end}',
+ 'journals_in_period_for_account_js' => '{title} hesabı için {start} ile {end} arasındaki tüm işlemler',
'transferred' => 'Transfer yapıldı',
'all_withdrawal' => 'Tüm giderler',
'all_transactions' => 'Tüm işlemler',
@@ -207,33 +207,35 @@ return [
'forgot_pw_page_title' => 'Firefly III için şifrenizi mi unuttunuz',
'reset_pw_page_title' => 'Firefly III şifrenizi sıfırlayın',
'cannot_reset_demo_user' => 'Demo kullanıcısının şifresini sıfırlayamazsınız.',
- 'no_att_demo_user' => 'The demo user can\'t upload attachments.',
+ 'no_att_demo_user' => 'Demo kullanıcısı ekleri yükleyemez.',
'button_register' => 'Kayıt ol',
'authorization' => 'Yetkilendirme',
'active_bills_only' => 'sadece aktif faturalar',
- 'active_bills_only_total' => 'all active bills',
+ 'active_bills_only_total' => 'tüm aktif faturalar',
'active_exp_bills_only' => 'sadece aktif ve beklenen faturalar',
- 'active_exp_bills_only_total' => 'all active expected bills only',
- 'per_period_sum_1D' => 'Expected daily costs',
- 'per_period_sum_1W' => 'Expected weekly costs',
- 'per_period_sum_1M' => 'Expected monthly costs',
- 'per_period_sum_3M' => 'Expected quarterly costs',
- 'per_period_sum_6M' => 'Expected half-yearly costs',
- 'per_period_sum_1Y' => 'Expected yearly costs',
+ 'active_exp_bills_only_total' => 'yalnızca tüm etkin beklenen faturalar',
+ 'per_period_sum_1D' => 'Beklenen günlük maliyetler',
+ 'per_period_sum_1W' => 'Beklenen haftalık maliyetler',
+ 'per_period_sum_1M' => 'Beklenen aylık maliyetler',
+ 'per_period_sum_3M' => 'Beklenen üç aylık maliyetler',
+ 'per_period_sum_6M' => 'Beklenen yarı yıllık maliyetler',
+ 'per_period_sum_1Y' => 'Beklenen yıllık maliyetler',
'average_per_bill' => 'fatura başına ortalama',
'expected_total' => 'beklenen toplam',
- 'reconciliation_account_name' => ':name reconciliation (:currency)',
- 'saved' => 'Saved',
+ 'reconciliation_account_name' => ':name mutabakatı (:currency)',
+ 'saved' => 'Kaydedildi',
'advanced_options' => 'Gelişmiş Ayarlar',
- 'advanced_options_explain' => 'Some pages in Firefly III have advanced options hidden behind this button. This page doesn\'t have anything fancy here, but do check out the others!',
- 'here_be_dragons' => 'Hic sunt dracones',
+ 'advanced_options_explain' => 'Firefly III\'teki bazı sayfalarda bu düğmenin arkasına gizlenmiş gelişmiş seçenekler bulunur. Bu sayfanın burada süslü bir yanı yok, ama diğerlerine bir göz atın!',
+ 'here_be_dragons' => 'İşte ejderhalar',
// Webhooks
- 'webhooks' => 'Webhooks',
+ 'webhooks' => 'Web kancaları',
// API access
'authorization_request' => 'Firefly III v: version Yetkilendirme İsteği',
- 'authorization_request_intro' => ':client finansal yönetiminize erişmek için izin istiyor. Bu kayıtlara erişmek için :client \'yi yetkilendirmek ister misiniz?',
+ 'authorization_request_intro' => '":client" uygulaması, mali yönetiminize erişmek için izin istiyor. Bu kayıtlara erişmesi için :client\'e yetki vermek ister misiniz?',
+ 'authorization_request_site' => 'Firefly III verilerinize erişebilecek olan :url
adresine yönlendirileceksiniz.',
+ 'authorization_request_invalid' => 'Bu erişim isteği geçersiz. Lütfen bu bağlantıyı bir daha asla takip etmeyin.',
'scopes_will_be_able' => 'Bu uygulama şunları yapabilir:',
'button_authorize' => 'İzin ver',
'none_in_select_list' => '(Yok)',
@@ -241,19 +243,19 @@ return [
'name_in_currency' => ':name :currency',
'paid_in_currency' => ':currency olarak ödenen',
'unpaid_in_currency' => ':currency olarak ödenmeyen',
- 'is_alpha_warning' => 'You are running an ALPHA version. Be wary of bugs and issues.',
- 'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.',
- 'all_destination_accounts' => 'Destination accounts',
+ 'is_alpha_warning' => 'Bir ALPHA sürümü çalıştırıyorsunuz. Hatalara ve sorunlara karşı dikkatli olun.',
+ 'is_beta_warning' => 'Bir BETA sürümünü çalıştırıyorsunuz. Hatalara ve sorunlara karşı dikkatli olun.',
+ 'all_destination_accounts' => 'Hedef Hesap(lar)',
'all_source_accounts' => 'Kaynak Hesap',
- 'back_to_index' => 'Back to the index',
- 'cant_logout_guard' => 'Firefly III can\'t log you out.',
+ 'back_to_index' => 'Dizine geri dön',
+ 'cant_logout_guard' => 'Firefly III oturumunuzu kapatamaz.',
'external_url' => 'Harici URL',
'internal_reference' => 'Dahili referans',
// check for updates:
'update_check_title' => 'Güncellemeleri kontrol et',
'admin_update_check_title' => 'Güncellemeleri otomatik olarak kontrol et',
- 'admin_update_check_explain' => 'Firefly III can check for updates automatically. When you enable this setting, it will contact the Firefly III update server to see if a new version of Firefly III is available. When it is, you will get a notification. You can test this notification using the button on the right. Please indicate below if you want Firefly III to check for updates.',
+ 'admin_update_check_explain' => 'Firefly III, güncellemeleri otomatik olarak kontrol edebilir. Bu ayarı etkinleştirdiğinizde, Firefly III\'ün yeni bir sürümünün mevcut olup olmadığını görmek için Firefly III güncelleme sunucusuyla iletişime geçecektir. Olduğunda, bir bildirim alacaksınız. Bu bildirimi sağdaki düğmeyi kullanarak test edebilirsiniz. Firefly III\'ün güncellemeleri kontrol etmesini istiyorsanız lütfen aşağıda belirtin.',
'check_for_updates_permission' => 'Firefly III güncellemeleri kontrol edebilir, ancak bunu yapmak için izniniz gerekir. Bu özelliğin etkinleştirilmesini isteyip istemediğinizi belirtmek için lütfen yönetim bölümüne gidin.',
'updates_ask_me_later' => 'Daha sonra sor',
'updates_do_not_check' => 'Güncelleştirmeleri kontrol ETME',
@@ -266,10 +268,10 @@ return [
'update_version_alpha' => 'Bu bir ALPHA versiyonudur. Bazı hatalar ile karşılaşabilirsiniz.',
'update_current_version_alert' => 'En son mevcut olan :version versiyonunu kullanıyorsunuz.',
'update_newer_version_alert' => 'Son mevcut olan :new_version versiyonundan daha yeni olan :your_version versiyonu kullanıyorsunuz.',
- 'update_check_error' => 'An error occurred while checking for updates: :error',
- 'unknown_error' => 'Unknown error. Sorry about that.',
- 'just_new_release' => 'A new version is available! Version :version was released :date. This release is very fresh. Wait a few days for the new release to stabilize.',
- 'disabled_but_check' => 'You disabled update checking. So don\'t forget to check for updates yourself every now and then. Thank you!',
+ 'update_check_error' => 'Güncellemeler kontrol edilirken bir hata oluştu: :error',
+ 'unknown_error' => 'Bilinmeyen hata. Bunun için üzgünüm.',
+ 'just_new_release' => 'Eni bir sürüm mevcut! Sürüm :version yayınlandı :date. Bu sürüm çok taze. Yeni sürümün stabilize olması için birkaç gün bekleyin.',
+ 'disabled_but_check' => 'Güncelleme kontrolünü devre dışı bıraktınız. Bu nedenle, ara sıra güncellemeleri kendiniz kontrol etmeyi unutmayın. Teşekkürler!',
'admin_update_channel_title' => 'Güncelleme kanalı',
'admin_update_channel_explain' => 'Firefly III 3 adet güncelleme kanalına sahiptir. Bu kanallar sizin özellikler, geliştirmeler ve hatalar ile ilgili ne kadar önde olduğunuzu belirler. Maceracası iseniz "beta", tehlikeli yaşamayı seviyorsanız "alpha" versiyonunu kullanın.',
'update_channel_stable' => 'Stabil. Herşey olması gerektiği gibi.',
@@ -279,67 +281,67 @@ return [
// search
'search' => 'Ara',
'search_query' => 'Sorgu',
- 'search_found_transactions' => 'Firefly III found :count transaction in :time seconds.|Firefly III found :count transactions in :time seconds.',
- 'search_found_more_transactions' => 'Firefly III found more than :count transactions in :time seconds.',
+ 'search_found_transactions' => 'Firefly III bulundu :count :time saniye cinsinden sayar.|Firefly III bulundu :count :time saniye cinsinden sayar.',
+ 'search_found_more_transactions' => 'Firefly III, :time saniye cinsinden :count işlemlerinden fazlasını buldu.',
'search_for_query' => 'Firefly III şu kelimelerin hepsini içeren hareketleri arıyor: :query',
- 'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
+ 'invalid_operators_list' => 'Bu arama parametreleri geçerli değil ve yok sayıldı.',
'search_modifier_date_is' => 'Transfer tarihi ":value"',
'search_modifier_id' => 'Transfer Kimliği ":value"',
- 'search_modifier_date_before' => 'Transaction date is before or on ":value"',
- 'search_modifier_date_after' => 'Transaction date is after or on ":value"',
- 'search_modifier_created_on' => 'Transaction was created on ":value"',
- 'search_modifier_updated_on' => 'Transaction was last updated on ":value"',
- 'search_modifier_external_id' => 'External ID is ":value"',
- 'search_modifier_internal_reference' => 'Internal reference is ":value"',
- 'search_modifier_description_starts' => 'Description is ":value"',
- 'search_modifier_description_ends' => 'Description ends with ":value"',
- 'search_modifier_description_contains' => 'Description contains ":value"',
- 'search_modifier_description_is' => 'Description is exactly ":value"',
- 'search_modifier_currency_is' => 'Transaction (foreign) currency is ":value"',
- 'search_modifier_foreign_currency_is' => 'Transaction foreign currency is ":value"',
- 'search_modifier_has_attachments' => 'The transaction must have an attachment',
- 'search_modifier_has_no_category' => 'The transaction must have no category',
- 'search_modifier_has_any_category' => 'The transaction must have a (any) category',
- 'search_modifier_has_no_budget' => 'The transaction must have no budget',
- 'search_modifier_has_any_budget' => 'The transaction must have a (any) budget',
- 'search_modifier_has_no_bill' => 'The transaction must have no bill',
- 'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
- 'search_modifier_has_no_tag' => 'The transaction must have no tags',
- 'search_modifier_has_any_tag' => 'The transaction must have a (any) tag',
- 'search_modifier_notes_contain' => 'The transaction notes contain ":value"',
- 'search_modifier_notes_start' => 'The transaction notes start with ":value"',
- 'search_modifier_notes_end' => 'The transaction notes end with ":value"',
- 'search_modifier_notes_are' => 'The transaction notes are exactly ":value"',
- 'search_modifier_no_notes' => 'The transaction has no notes',
- 'search_modifier_any_notes' => 'The transaction must have notes',
- 'search_modifier_amount_exactly' => 'Amount is exactly :value',
- 'search_modifier_amount_less' => 'Amount is less than or equal to :value',
- 'search_modifier_amount_more' => 'Amount is more than or equal to :value',
- 'search_modifier_source_account_is' => 'Source account name is exactly ":value"',
- 'search_modifier_source_account_contains' => 'Source account name contains ":value"',
- 'search_modifier_source_account_starts' => 'Source account name starts with ":value"',
- 'search_modifier_source_account_ends' => 'Source account name ends with ":value"',
- 'search_modifier_source_account_id' => 'Source account ID is :value',
- 'search_modifier_source_account_nr_is' => 'Source account number (IBAN) is ":value"',
- 'search_modifier_source_account_nr_contains' => 'Source account number (IBAN) contains ":value"',
- 'search_modifier_source_account_nr_starts' => 'Source account number (IBAN) starts with ":value"',
- 'search_modifier_source_account_nr_ends' => 'Source account number (IBAN) ends with ":value"',
- 'search_modifier_destination_account_is' => 'Destination account name is exactly ":value"',
- 'search_modifier_destination_account_contains' => 'Destination account name contains ":value"',
- 'search_modifier_destination_account_starts' => 'Destination account name starts with ":value"',
- 'search_modifier_destination_account_ends' => 'Destination account name ends with ":value"',
- 'search_modifier_destination_account_id' => 'Destination account ID is :value',
- 'search_modifier_destination_is_cash' => 'Destination account is (cash) account',
- 'search_modifier_source_is_cash' => 'Source account is (cash) account',
- 'search_modifier_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"',
- 'search_modifier_destination_account_nr_contains' => 'Destination account number (IBAN) contains ":value"',
- 'search_modifier_destination_account_nr_starts' => 'Destination account number (IBAN) starts with ":value"',
- 'search_modifier_destination_account_nr_ends' => 'Destination account number (IBAN) ends with ":value"',
- 'search_modifier_account_id' => 'Source or destination account ID\'s is/are: :value',
- 'search_modifier_category_is' => 'Category is ":value"',
- 'search_modifier_budget_is' => 'Budget is ":value"',
- 'search_modifier_bill_is' => 'Bill is ":value"',
- 'search_modifier_transaction_type' => 'Transaction type is ":value"',
+ 'search_modifier_date_before' => 'İşlem tarihi ":value" dan önce veya üzerinde',
+ 'search_modifier_date_after' => 'İşlem tarihi ":value" dan sonra veya üzerinde',
+ 'search_modifier_created_on' => 'Bu işlem ":value" tarihinde oluşturuldu',
+ 'search_modifier_updated_on' => 'Bu işlem ":value" tarihinde güncellendi',
+ 'search_modifier_external_id' => 'Harici kimlik ":value"',
+ 'search_modifier_internal_reference' => 'Dahili referans ":value"',
+ 'search_modifier_description_starts' => 'Açıklama ":value:"',
+ 'search_modifier_description_ends' => 'Açıklama ":value" ile biter',
+ 'search_modifier_description_contains' => 'Açıklama ":value" içeriyor',
+ 'search_modifier_description_is' => 'Açıklama tam olarak ":value"',
+ 'search_modifier_currency_is' => 'İşlem (yabancı) para birimi ":value"',
+ 'search_modifier_foreign_currency_is' => 'İşlem yabancı para birimi ":value"',
+ 'search_modifier_has_attachments' => 'İşlemin bir eki olmalıdır',
+ 'search_modifier_has_no_category' => 'İşlemin kategorisi olmamalıdır',
+ 'search_modifier_has_any_category' => 'İşlemin bir (herhangi bir) kategorisi olmalıdır',
+ 'search_modifier_has_no_budget' => 'İşlemin bütçesi olmamalıdır',
+ 'search_modifier_has_any_budget' => 'İşlemin (herhangi bir) bütçesi olmalıdır',
+ 'search_modifier_has_no_bill' => 'İşlemin faturası olmamalıdır',
+ 'search_modifier_has_any_bill' => 'İşlemin (herhangi bir) faturası olmalıdır',
+ 'search_modifier_has_no_tag' => 'İşlemin etiketi olmamalıdır',
+ 'search_modifier_has_any_tag' => 'İşlemin bir (herhangi bir) etiketi olmalıdır',
+ 'search_modifier_notes_contain' => 'İşlem notları ":value" içeriyor',
+ 'search_modifier_notes_start' => 'İşlem notları ":value" ile başlar',
+ 'search_modifier_notes_end' => 'İşlem notları ":value" ile biter',
+ 'search_modifier_notes_are' => 'İşlem notları tam olarak ":value"',
+ 'search_modifier_no_notes' => 'İşlemin notu yok',
+ 'search_modifier_any_notes' => 'İşlemin notları olmalıdır',
+ 'search_modifier_amount_exactly' => 'Tutar tam olarak :value',
+ 'search_modifier_amount_less' => 'Tutar şundan küçük veya şuna eşit ":value"',
+ 'search_modifier_amount_more' => 'Tutar şundan büyük veya eşittir :value',
+ 'search_modifier_source_account_is' => 'Kaynak hesap adı tam olarak ":value"',
+ 'search_modifier_source_account_contains' => 'Kaynak hesap adı ":value" içeriyor',
+ 'search_modifier_source_account_starts' => 'Kaynak hesap adı ":value" ile başlar',
+ 'search_modifier_source_account_ends' => 'Kaynak hesap adı ":value" ile biter',
+ 'search_modifier_source_account_id' => 'Kaynak hesap kimliği :value',
+ 'search_modifier_source_account_nr_is' => 'Kaynak hesap numarası (IBAN) ":value"',
+ 'search_modifier_source_account_nr_contains' => 'Kaynak hesap numarası (IBAN) ":value" içeriyor',
+ 'search_modifier_source_account_nr_starts' => 'Kaynak hesap numarası (IBAN) ":value" ile başlar',
+ 'search_modifier_source_account_nr_ends' => 'Kaynak hesap numarası (IBAN) ":value" ile biter',
+ 'search_modifier_destination_account_is' => 'Hedef hesap adı tam olarak ":value"',
+ 'search_modifier_destination_account_contains' => 'Hedef hesap adı ":value" içeriyor',
+ 'search_modifier_destination_account_starts' => 'Hedef hesap adı ":value" ile başlar',
+ 'search_modifier_destination_account_ends' => 'Hedef hesap adı ":value" ile bitiyor',
+ 'search_modifier_destination_account_id' => 'Hedef hesap kimliği :value',
+ 'search_modifier_destination_is_cash' => 'Hedef hesap (nakit) hesaptır',
+ 'search_modifier_source_is_cash' => 'Kaynak hesap (nakit) hesaptır',
+ 'search_modifier_destination_account_nr_is' => 'Hedef hesap numarası (IBAN) ":value"',
+ 'search_modifier_destination_account_nr_contains' => 'Hedef hesap numarası (IBAN) ":value" içeriyor',
+ 'search_modifier_destination_account_nr_starts' => 'Hedef hesap numarası (IBAN) ":value" ile başlar',
+ 'search_modifier_destination_account_nr_ends' => 'Hedef hesap numarası (IBAN) ":value" ile biter',
+ 'search_modifier_account_id' => 'Kaynak veya hedef hesap kimlikleri: :value',
+ 'search_modifier_category_is' => 'Kategori ":value"',
+ 'search_modifier_budget_is' => 'Bütçe ":value"',
+ 'search_modifier_bill_is' => 'Fatura ":value"',
+ 'search_modifier_transaction_type' => 'İşlem türü ":value"',
'search_modifier_tag_is' => 'Tag is ":value"',
'update_rule_from_query' => 'Update rule ":rule" from search query',
'create_rule_from_query' => 'Create new rule from search query',
@@ -468,13 +470,13 @@ return [
'rule_trigger_destination_account_is' => 'Destination account name is ":trigger_value"',
'rule_trigger_destination_account_contains_choice' => 'Destination account name contains..',
'rule_trigger_destination_account_contains' => 'Destination account name contains ":trigger_value"',
- 'rule_trigger_destination_account_nr_starts_choice' => 'Destination account number / IBAN starts with..',
- 'rule_trigger_destination_account_nr_starts' => 'Destination account number / IBAN starts with ":trigger_value"',
- 'rule_trigger_destination_account_nr_ends_choice' => 'Destination account number / IBAN ends with..',
- 'rule_trigger_destination_account_nr_ends' => 'Destination account number / IBAN ends with ":trigger_value"',
- 'rule_trigger_destination_account_nr_is_choice' => 'Destination account number / IBAN is..',
- 'rule_trigger_destination_account_nr_is' => 'Destination account number / IBAN is ":trigger_value"',
- 'rule_trigger_destination_account_nr_contains_choice' => 'Destination account number / IBAN contains..',
+ 'rule_trigger_destination_account_nr_starts_choice' => 'Hedef hesap numarası / IBAN ile başlar..',
+ 'rule_trigger_destination_account_nr_starts' => 'Hedef hesap numarası / IBAN ":trigger_value" ile başlar',
+ 'rule_trigger_destination_account_nr_ends_choice' => 'Hedef hesap numarası / IBAN ile biter..',
+ 'rule_trigger_destination_account_nr_ends' => 'Hedef hesap numarası / IBAN ":trigger_value" ile bitiyor',
+ 'rule_trigger_destination_account_nr_is_choice' => 'Hedef hesap numarası / IBAN\'dır..',
+ 'rule_trigger_destination_account_nr_is' => 'Hedef hesap numarası / IBAN: ":trigger_value"',
+ 'rule_trigger_destination_account_nr_contains_choice' => 'Hedef hesap numarası / IBAN içerir..',
'rule_trigger_destination_account_nr_contains' => 'Destination account number / IBAN contains ":trigger_value"',
'rule_trigger_transaction_type_choice' => 'İşlem türü..',
'rule_trigger_transaction_type' => 'İşlem türü ":trigger_value"',
diff --git a/resources/lang/vi_VN/firefly.php b/resources/lang/vi_VN/firefly.php
index 4b2ef74ae6..1dc5d65926 100644
--- a/resources/lang/vi_VN/firefly.php
+++ b/resources/lang/vi_VN/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III v: phiên bản Yêu cầu ủy quyền',
- 'authorization_request_intro' => ':client đang yêu cầu sự cho phép truy cập quản trị tài chính của bạn. Bạn có muốn ủy quyền :client để truy cập những hồ sơ này?',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => 'Ứng dụng này sẽ có thể:',
'button_authorize' => 'Ủy quyền',
'none_in_select_list' => '(Trống)',
diff --git a/resources/lang/zh_CN/firefly.php b/resources/lang/zh_CN/firefly.php
index 1824b7c6de..3229ea08b5 100644
--- a/resources/lang/zh_CN/firefly.php
+++ b/resources/lang/zh_CN/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III :version 版授权请求',
- 'authorization_request_intro' => ':client 正在要求通行您的财务管理后台的许可,您是否愿意授权 :client 通行这些纪录?',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => '此应用可以:',
'button_authorize' => '授权',
'none_in_select_list' => '(空)',
diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php
index 99efd49766..98966d2ad6 100644
--- a/resources/lang/zh_TW/firefly.php
+++ b/resources/lang/zh_TW/firefly.php
@@ -232,7 +232,9 @@ return [
// API access
'authorization_request' => 'Firefly III :version 版授權請求',
- 'authorization_request_intro' => ':client 正要求權限存取您的財務管理,您是否願意授權 :client 存取這些紀錄?',
+ 'authorization_request_intro' => 'Application ":client" is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',
+ 'authorization_request_site' => 'You will be redirected to :url
which will then be able to access your Firefly III data.',
+ 'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => '此應用程式可以:',
'button_authorize' => '授權',
'none_in_select_list' => '(空)',