mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update languages and related files.
This commit is contained in:
parent
7bf7bb529e
commit
38b7daf3b6
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
||||||
namespace FireflyIII\Api\V2\Controllers\Chart;
|
namespace FireflyIII\Api\V2\Controllers\Chart;
|
||||||
|
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
||||||
namespace FireflyIII\Repositories\Administration\Budget;
|
namespace FireflyIII\Repositories\Administration\Budget;
|
||||||
|
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
||||||
namespace FireflyIII\Repositories\Administration\Budget;
|
namespace FireflyIII\Repositories\Administration\Budget;
|
||||||
|
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
||||||
namespace FireflyIII\Repositories\Administration\Budget;
|
namespace FireflyIII\Repositories\Administration\Budget;
|
||||||
|
|
||||||
use FireflyIII\Support\Repositories\Administration\AdministrationTrait;
|
use FireflyIII\Support\Repositories\Administration\AdministrationTrait;
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
||||||
namespace FireflyIII\Repositories\Administration\Budget;
|
namespace FireflyIII\Repositories\Administration\Budget;
|
||||||
|
|
||||||
use Illuminate\Support\Collection;
|
use Illuminate\Support\Collection;
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
||||||
namespace FireflyIII\Repositories\Administration\Budget;
|
namespace FireflyIII\Repositories\Administration\Budget;
|
||||||
|
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
||||||
namespace FireflyIII\Repositories\Administration\Budget;
|
namespace FireflyIII\Repositories\Administration\Budget;
|
||||||
|
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
||||||
namespace FireflyIII\Repositories\Administration\PiggyBank;
|
namespace FireflyIII\Repositories\Administration\PiggyBank;
|
||||||
|
|
||||||
use FireflyIII\Support\Repositories\Administration\AdministrationTrait;
|
use FireflyIII\Support\Repositories\Administration\AdministrationTrait;
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Премахнете сумата на бюджета в :currency',
|
'remove_budgeted_amount' => 'Премахнете сумата на бюджета в :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Не се очаква този период',
|
'not_expected_period' => 'Не се очаква този период',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => '(Все още) не',
|
'not_or_not_yet' => '(Все още) не',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Сметката "търси" транзакции между :low и :high.',
|
'match_between_amounts' => 'Сметката "търси" транзакции между :low и :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III ще се опита да редактира и правилото, свързано с тази сметка. Ако сами сте редактирали това правило, Firefly III няма да промени нищо.|Firefly III също ще се опита да редактира и :count правила, свързани с тази сметка. Ако сами сте редактирали тези правила, Firefly III няма да промени нищо.',
|
'bill_edit_rules' => 'Firefly III ще се опита да редактира и правилото, свързано с тази сметка. Ако сами сте редактирали това правило, Firefly III няма да промени нищо.|Firefly III също ще се опита да редактира и :count правила, свързани с тази сметка. Ако сами сте редактирали тези правила, Firefly III няма да промени нищо.',
|
||||||
'bill_expected_date' => 'Очаквано :date',
|
'bill_expected_date' => 'Очаквано :date',
|
||||||
'bill_expected_date_js' => 'Expected {date}',
|
'bill_expected_date_js' => 'Expected {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Paid on {date}',
|
'bill_paid_on' => 'Paid on {date}',
|
||||||
'bill_repeats_weekly' => 'Повтаря се седмично',
|
'bill_repeats_weekly' => 'Повтаря се седмично',
|
||||||
'bill_repeats_monthly' => 'Повтаря се месечно',
|
'bill_repeats_monthly' => 'Повтаря се месечно',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'S\'ha eliminat la quantitat pressupostada en :currency',
|
'remove_budgeted_amount' => 'S\'ha eliminat la quantitat pressupostada en :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'No s\'espera aquest periode',
|
'not_expected_period' => 'No s\'espera aquest periode',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'No (encara)',
|
'not_or_not_yet' => 'No (encara)',
|
||||||
'visit_bill' => 'Visita la factura ":name" en Firefly III',
|
'visit_bill' => 'Visita la factura ":name" en Firefly III',
|
||||||
'match_between_amounts' => 'La factura coincideix amb les transaccions entre :low i :high.',
|
'match_between_amounts' => 'La factura coincideix amb les transaccions entre :low i :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III intentarà editar la norma relacionada amb aquesta factura. Tot i això, si has editat aquesta norma pel teu compte, Firefly III no canviarà res.|Firefly III intentarà editar les :count normes relacionades amb aquesta factura. Tot i això, si les has editat pel teu compte, Firefly III no canviarà res.',
|
'bill_edit_rules' => 'Firefly III intentarà editar la norma relacionada amb aquesta factura. Tot i això, si has editat aquesta norma pel teu compte, Firefly III no canviarà res.|Firefly III intentarà editar les :count normes relacionades amb aquesta factura. Tot i això, si les has editat pel teu compte, Firefly III no canviarà res.',
|
||||||
'bill_expected_date' => 'S\'espera :date',
|
'bill_expected_date' => 'S\'espera :date',
|
||||||
'bill_expected_date_js' => 'S\'espera {date}',
|
'bill_expected_date_js' => 'S\'espera {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Pagat el {date}',
|
'bill_paid_on' => 'Pagat el {date}',
|
||||||
'bill_repeats_weekly' => 'Es repeteix setmanalment',
|
'bill_repeats_weekly' => 'Es repeteix setmanalment',
|
||||||
'bill_repeats_monthly' => 'Es repeteix mensualment',
|
'bill_repeats_monthly' => 'Es repeteix mensualment',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Acció ":action", present a la regla ":rule", no s\'ha pogut aplicar a la transacció #:group: :error',
|
'main_message' => 'Acció ":action", present a la regla ":rule", no s\'ha pogut aplicar a la transacció #:group: :error',
|
||||||
@ -50,8 +51,8 @@ return [
|
|||||||
'already_has_destination' => 'Aquesta transacció ja té ":name" com al compte destí',
|
'already_has_destination' => 'Aquesta transacció ja té ":name" com al compte destí',
|
||||||
'already_has_source' => 'Aquesta transacció ja té ":name" com al compte font',
|
'already_has_source' => 'Aquesta transacció ja té ":name" com al compte font',
|
||||||
'already_linked_to_subscription' => 'La transacció ja està enllaçada a la subscripció ":name"',
|
'already_linked_to_subscription' => 'La transacció ja està enllaçada a la subscripció ":name"',
|
||||||
'already_linked_to_category' => 'The transaction is already linked to category ":name"',
|
'already_linked_to_category' => 'La transacció ja està enllaçada a la categoria ":name"',
|
||||||
'already_linked_to_budget' => 'The transaction is already linked to budget ":name"',
|
'already_linked_to_budget' => 'La transacció ja està enllaçada al pressupost ":name"',
|
||||||
'cannot_find_subscription' => 'Firefly III no pot trobar la subscripció ":name"',
|
'cannot_find_subscription' => 'Firefly III no pot trobar la subscripció ":name"',
|
||||||
'no_notes_to_move' => 'La transacció no té cap nota que moure al camp de descripció',
|
'no_notes_to_move' => 'La transacció no té cap nota que moure al camp de descripció',
|
||||||
'no_tags_to_remove' => 'La transacció no té etiquetes que eliminar',
|
'no_tags_to_remove' => 'La transacció no té etiquetes que eliminar',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Not expected this period',
|
'not_expected_period' => 'Not expected this period',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Zatím ne',
|
'not_or_not_yet' => 'Zatím ne',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Bill matches transactions between :low and :high.',
|
'match_between_amounts' => 'Bill matches transactions between :low and :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
|
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
|
||||||
'bill_expected_date' => 'Expected :date',
|
'bill_expected_date' => 'Expected :date',
|
||||||
'bill_expected_date_js' => 'Expected {date}',
|
'bill_expected_date_js' => 'Expected {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Paid on {date}',
|
'bill_paid_on' => 'Paid on {date}',
|
||||||
'bill_repeats_weekly' => 'Repeats weekly',
|
'bill_repeats_weekly' => 'Repeats weekly',
|
||||||
'bill_repeats_monthly' => 'Repeats monthly',
|
'bill_repeats_monthly' => 'Repeats monthly',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Fjern budgetteret beløb i :currency',
|
'remove_budgeted_amount' => 'Fjern budgetteret beløb i :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Ikke forventet denne periode',
|
'not_expected_period' => 'Ikke forventet denne periode',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Ikke (endnu)',
|
'not_or_not_yet' => 'Ikke (endnu)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Faktura matcher transaktioner mellem :low og :high.',
|
'match_between_amounts' => 'Faktura matcher transaktioner mellem :low og :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III vil forsøge at redigere reglen relateret til denne regning også. Hvis du selv har redigeret denne regel, vil Firefly III dog ikke ændre noget.|Firefly III vil forsøge at redigere :count regler relateret til denne regning. Hvis du har redigeret disse regler selv dog, Firefly III vil ikke ændre noget.',
|
'bill_edit_rules' => 'Firefly III vil forsøge at redigere reglen relateret til denne regning også. Hvis du selv har redigeret denne regel, vil Firefly III dog ikke ændre noget.|Firefly III vil forsøge at redigere :count regler relateret til denne regning. Hvis du har redigeret disse regler selv dog, Firefly III vil ikke ændre noget.',
|
||||||
'bill_expected_date' => 'Forventede :date',
|
'bill_expected_date' => 'Forventede :date',
|
||||||
'bill_expected_date_js' => 'Forventede {date}',
|
'bill_expected_date_js' => 'Forventede {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Betalt {date}',
|
'bill_paid_on' => 'Betalt {date}',
|
||||||
'bill_repeats_weekly' => 'Gentages ugentligt',
|
'bill_repeats_weekly' => 'Gentages ugentligt',
|
||||||
'bill_repeats_monthly' => 'Gentages månedligt',
|
'bill_repeats_monthly' => 'Gentages månedligt',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Budgetbetrag in :currency entfernen',
|
'remove_budgeted_amount' => 'Budgetbetrag in :currency entfernen',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'In diesem Zeitraum nicht erwartet',
|
'not_expected_period' => 'In diesem Zeitraum nicht erwartet',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => '(Noch) nicht',
|
'not_or_not_yet' => '(Noch) nicht',
|
||||||
'visit_bill' => 'Rechnung ":name" in Firefly III aufrufen',
|
'visit_bill' => 'Rechnung ":name" in Firefly III aufrufen',
|
||||||
'match_between_amounts' => 'Rechnung passt zu Transaktionen zwischen :low und :high.',
|
'match_between_amounts' => 'Rechnung passt zu Transaktionen zwischen :low und :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III wird versuchen, auch die mit dieser Rechnung zusammenhängende Regel zu ändern. Wenn Sie diese Regel jedoch selbst bearbeitet haben, wird Firefly III nichts ändern.|Firefly III wird versuchen, die :count mit dieser Rechnung zusammenhängenden Regeln ebenfalls zu bearbeiten. Wenn Sie diese Regeln jedoch selbst bearbeitet haben, wird Firefly III nichts ändern.',
|
'bill_edit_rules' => 'Firefly III wird versuchen, auch die mit dieser Rechnung zusammenhängende Regel zu ändern. Wenn Sie diese Regel jedoch selbst bearbeitet haben, wird Firefly III nichts ändern.|Firefly III wird versuchen, die :count mit dieser Rechnung zusammenhängenden Regeln ebenfalls zu bearbeiten. Wenn Sie diese Regeln jedoch selbst bearbeitet haben, wird Firefly III nichts ändern.',
|
||||||
'bill_expected_date' => 'Voraussichtlich :date',
|
'bill_expected_date' => 'Voraussichtlich :date',
|
||||||
'bill_expected_date_js' => 'Erwartet {date}',
|
'bill_expected_date_js' => 'Erwartet {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Bezahlt am {date}',
|
'bill_paid_on' => 'Bezahlt am {date}',
|
||||||
'bill_repeats_weekly' => 'Wiederholt sich wöchentlich',
|
'bill_repeats_weekly' => 'Wiederholt sich wöchentlich',
|
||||||
'bill_repeats_monthly' => 'Wiederholt sich monatlich',
|
'bill_repeats_monthly' => 'Wiederholt sich monatlich',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,11 +21,12 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Aktion ":action", vorhanden in Regel ":rule", konnte nicht auf Transaktion #:group angewendet werden: :error',
|
'main_message' => 'Aktion ":action", vorhanden in Regel ":rule", konnte nicht auf Transaktion #:group angewendet werden: :error',
|
||||||
'find_or_create_tag_failed' => 'Konnte Schlagwort ":tag" nicht finden oder erstellen',
|
'find_or_create_tag_failed' => 'Konnte Schlagwort ":tag" nicht finden oder erstellen',
|
||||||
'tag_already_added' => 'Schlagwort ":tag" ist bereits mit dieser Buchung verknüpft',
|
'tag_already_added' => 'Schlagwort ":tag" ist bereits mit dieser Transaktion verknüpft',
|
||||||
'inspect_transaction' => 'Buchung ":title" untersuchen @ Firefly III',
|
'inspect_transaction' => 'Buchung ":title" untersuchen @ Firefly III',
|
||||||
'inspect_rule' => 'Regel ":title" untersuchen @ Firefly III',
|
'inspect_rule' => 'Regel ":title" untersuchen @ Firefly III',
|
||||||
'journal_other_user' => 'Diese Buchung gehört nicht zum Benutzer',
|
'journal_other_user' => 'Diese Buchung gehört nicht zum Benutzer',
|
||||||
@ -40,7 +41,7 @@ return [
|
|||||||
'is_already_transfer' => 'Diese Buchung ist bereits eine Umbuchung',
|
'is_already_transfer' => 'Diese Buchung ist bereits eine Umbuchung',
|
||||||
'is_not_transfer' => 'Diese Buchung ist keine Überweisung',
|
'is_not_transfer' => 'Diese Buchung ist keine Überweisung',
|
||||||
'complex_error' => 'Etwas kompliziertes ist schief gelaufen. Bitte die Protokolle von Firefly III überprüfen',
|
'complex_error' => 'Etwas kompliziertes ist schief gelaufen. Bitte die Protokolle von Firefly III überprüfen',
|
||||||
'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"',
|
'no_valid_opposing' => 'Konvertierung fehlgeschlagen, da kein gültiges Konto mit dem Namen ":account " existiert',
|
||||||
'new_notes_empty' => 'Die zu setzenden Notizen sind leer',
|
'new_notes_empty' => 'Die zu setzenden Notizen sind leer',
|
||||||
'unsupported_transaction_type_withdrawal' => 'Firefly III kann eine ":type" nicht in eine Auszahlung konvertieren',
|
'unsupported_transaction_type_withdrawal' => 'Firefly III kann eine ":type" nicht in eine Auszahlung konvertieren',
|
||||||
'unsupported_transaction_type_deposit' => 'Firefly III kann ein ":type" nicht in eine Einzahlung umwandeln',
|
'unsupported_transaction_type_deposit' => 'Firefly III kann ein ":type" nicht in eine Einzahlung umwandeln',
|
||||||
@ -50,10 +51,10 @@ return [
|
|||||||
'already_has_destination' => 'Diese Transaktion hat bereits ":name" als Zielkonto',
|
'already_has_destination' => 'Diese Transaktion hat bereits ":name" als Zielkonto',
|
||||||
'already_has_source' => 'Diese Transaktion hat bereits ":name" als Quellkonto',
|
'already_has_source' => 'Diese Transaktion hat bereits ":name" als Quellkonto',
|
||||||
'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"',
|
'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"',
|
||||||
'already_linked_to_category' => 'The transaction is already linked to category ":name"',
|
'already_linked_to_category' => 'Die Transaktion ist bereits mit der Kategorie ":name" verknüpft',
|
||||||
'already_linked_to_budget' => 'The transaction is already linked to budget ":name"',
|
'already_linked_to_budget' => 'Die Transaktion ist bereits mit Budget ":name" verknüpft',
|
||||||
'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"',
|
'cannot_find_subscription' => 'Firefly III kann das Abonnement ":name" nicht finden',
|
||||||
'no_notes_to_move' => 'The transaction has no notes to move to the description field',
|
'no_notes_to_move' => 'Diese Transaktion hat keine Notizen für das Beschreibungsfeld',
|
||||||
'no_tags_to_remove' => 'Die Buchung hat keine Schlagworte zum Entfernen',
|
'no_tags_to_remove' => 'Die Buchung hat keine Schlagworte zum Entfernen',
|
||||||
'cannot_find_tag' => 'Firefly III kann Schlagwort ":tag" nicht finden',
|
'cannot_find_tag' => 'Firefly III kann Schlagwort ":tag" nicht finden',
|
||||||
'cannot_find_asset' => 'Firefly III kann kein Girokonto ":name" finden',
|
'cannot_find_asset' => 'Firefly III kann kein Girokonto ":name" finden',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Κατάργηση ποσού προϋπολογισμού σε :currency',
|
'remove_budgeted_amount' => 'Κατάργηση ποσού προϋπολογισμού σε :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Δεν αναμένεται αυτή την περίοδο',
|
'not_expected_period' => 'Δεν αναμένεται αυτή την περίοδο',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Όχι (ακόμη)',
|
'not_or_not_yet' => 'Όχι (ακόμη)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Αντιστοιχίες πάγιου έξοδου προς συναλλαγές μεταξύ :low και :high.',
|
'match_between_amounts' => 'Αντιστοιχίες πάγιου έξοδου προς συναλλαγές μεταξύ :low και :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Το Firefly III θα προσπαθήσει επίσης να επεξεργαστεί τον κανόνα που σχετίζεται με αυτόν τον λογαριασμό. Εάν όμως έχετε επεξεργαστεί ο ίδιος αυτόν τον κανόνα, το Firefly III δεν θα αλλάξει τίποτα.|Το Firefly III θα προσπαθήσει επίσης να επεξεργαστεί τους :count κανόνες που σχετίζονται με αυτόν τον λογαριασμό. Ωστόσο, εάν έχετε επεξεργαστεί αυτούς τους κανόνες μόνοι σας, το Firefly III δεν θα αλλάξει τίποτα.',
|
'bill_edit_rules' => 'Το Firefly III θα προσπαθήσει επίσης να επεξεργαστεί τον κανόνα που σχετίζεται με αυτόν τον λογαριασμό. Εάν όμως έχετε επεξεργαστεί ο ίδιος αυτόν τον κανόνα, το Firefly III δεν θα αλλάξει τίποτα.|Το Firefly III θα προσπαθήσει επίσης να επεξεργαστεί τους :count κανόνες που σχετίζονται με αυτόν τον λογαριασμό. Ωστόσο, εάν έχετε επεξεργαστεί αυτούς τους κανόνες μόνοι σας, το Firefly III δεν θα αλλάξει τίποτα.',
|
||||||
'bill_expected_date' => 'Αναμένεται :date',
|
'bill_expected_date' => 'Αναμένεται :date',
|
||||||
'bill_expected_date_js' => 'Αναμένεται {date}',
|
'bill_expected_date_js' => 'Αναμένεται {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Πληρώθηκε στις {date}',
|
'bill_paid_on' => 'Πληρώθηκε στις {date}',
|
||||||
'bill_repeats_weekly' => 'Επαναλαμβάνεται εβδομαδιαίως',
|
'bill_repeats_weekly' => 'Επαναλαμβάνεται εβδομαδιαίως',
|
||||||
'bill_repeats_monthly' => 'Επαναλαμβάνεται μηνιαίως',
|
'bill_repeats_monthly' => 'Επαναλαμβάνεται μηνιαίως',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Not expected this period',
|
'not_expected_period' => 'Not expected this period',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Not (yet)',
|
'not_or_not_yet' => 'Not (yet)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Bill matches transactions between :low and :high.',
|
'match_between_amounts' => 'Bill matches transactions between :low and :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
|
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
|
||||||
'bill_expected_date' => 'Expected :date',
|
'bill_expected_date' => 'Expected :date',
|
||||||
'bill_expected_date_js' => 'Expected {date}',
|
'bill_expected_date_js' => 'Expected {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Paid on {date}',
|
'bill_paid_on' => 'Paid on {date}',
|
||||||
'bill_repeats_weekly' => 'Repeats weekly',
|
'bill_repeats_weekly' => 'Repeats weekly',
|
||||||
'bill_repeats_monthly' => 'Repeats monthly',
|
'bill_repeats_monthly' => 'Repeats monthly',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Eliminar la cantidad presupuestada en :currency',
|
'remove_budgeted_amount' => 'Eliminar la cantidad presupuestada en :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'No se espera en este período',
|
'not_expected_period' => 'No se espera en este período',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'No (todavía)',
|
'not_or_not_yet' => 'No (todavía)',
|
||||||
'visit_bill' => 'Ver factura ":name" en Firefly III',
|
'visit_bill' => 'Ver factura ":name" en Firefly III',
|
||||||
'match_between_amounts' => 'La cuenta iguala transacciones entre :low y :high.',
|
'match_between_amounts' => 'La cuenta iguala transacciones entre :low y :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III también intentará editar la regla relacionada con esta factura. Sin embargo, si ha editado esta regla usted mismo, Firefly III no cambiará nada.|Firefly III intentará editar también las :count reglas relacionadas con esta factura. Sin embargo, si ha editado estas reglas usted mismo, Firefly III no cambiará nada.',
|
'bill_edit_rules' => 'Firefly III también intentará editar la regla relacionada con esta factura. Sin embargo, si ha editado esta regla usted mismo, Firefly III no cambiará nada.|Firefly III intentará editar también las :count reglas relacionadas con esta factura. Sin embargo, si ha editado estas reglas usted mismo, Firefly III no cambiará nada.',
|
||||||
'bill_expected_date' => 'Se espera :date',
|
'bill_expected_date' => 'Se espera :date',
|
||||||
'bill_expected_date_js' => 'Fecha prevista {date}',
|
'bill_expected_date_js' => 'Fecha prevista {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Pagado el {date}',
|
'bill_paid_on' => 'Pagado el {date}',
|
||||||
'bill_repeats_weekly' => 'Repetir semanalmente',
|
'bill_repeats_weekly' => 'Repetir semanalmente',
|
||||||
'bill_repeats_monthly' => 'Repetir mensualmente',
|
'bill_repeats_monthly' => 'Repetir mensualmente',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Acción ":action", presente en la regla ":rule", no se pudo aplicar a la transacción #:group: :error',
|
'main_message' => 'Acción ":action", presente en la regla ":rule", no se pudo aplicar a la transacción #:group: :error',
|
||||||
@ -50,8 +51,8 @@ return [
|
|||||||
'already_has_destination' => 'Esta transacción ya tiene ":name" como cuenta de destino',
|
'already_has_destination' => 'Esta transacción ya tiene ":name" como cuenta de destino',
|
||||||
'already_has_source' => 'Esta transacción ya tiene ":name" como cuenta de origen',
|
'already_has_source' => 'Esta transacción ya tiene ":name" como cuenta de origen',
|
||||||
'already_linked_to_subscription' => 'La transacción ya está vinculada a la suscripción ":name"',
|
'already_linked_to_subscription' => 'La transacción ya está vinculada a la suscripción ":name"',
|
||||||
'already_linked_to_category' => 'The transaction is already linked to category ":name"',
|
'already_linked_to_category' => 'La transacción ya está vinculada a la categoría ":name"',
|
||||||
'already_linked_to_budget' => 'The transaction is already linked to budget ":name"',
|
'already_linked_to_budget' => 'La transacción ya está vinculada al presupuesto ":name"',
|
||||||
'cannot_find_subscription' => 'Firefly III no puede encontrar la suscripción ":name"',
|
'cannot_find_subscription' => 'Firefly III no puede encontrar la suscripción ":name"',
|
||||||
'no_notes_to_move' => 'La transacción no tiene notas para mover al campo de descripción',
|
'no_notes_to_move' => 'La transacción no tiene notas para mover al campo de descripción',
|
||||||
'no_tags_to_remove' => 'La transacción no tiene etiquetas que eliminar',
|
'no_tags_to_remove' => 'La transacción no tiene etiquetas que eliminar',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Poista budjetoitu summa :currency',
|
'remove_budgeted_amount' => 'Poista budjetoitu summa :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Ei odotettavissa tässä jaksossa',
|
'not_expected_period' => 'Ei odotettavissa tässä jaksossa',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Ei (vielä)',
|
'not_or_not_yet' => 'Ei (vielä)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Lasku täsmää tapahtumiin välillä :low ja :high.',
|
'match_between_amounts' => 'Lasku täsmää tapahtumiin välillä :low ja :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III yrittää muokata myös tähän laskuun liittyvää sääntöä. Jos kuitenkin olet muokannut tätä sääntöä itse, Firefly III ei muuta mitään. Firefly III yrittää muokata myös tähän laskuun liittyviä :count sääntöä. Jos kuitenkin olet muokannut näitä sääntöjä itse, Firefly III ei muuta mitään.',
|
'bill_edit_rules' => 'Firefly III yrittää muokata myös tähän laskuun liittyvää sääntöä. Jos kuitenkin olet muokannut tätä sääntöä itse, Firefly III ei muuta mitään. Firefly III yrittää muokata myös tähän laskuun liittyviä :count sääntöä. Jos kuitenkin olet muokannut näitä sääntöjä itse, Firefly III ei muuta mitään.',
|
||||||
'bill_expected_date' => 'Odotettavissa :date',
|
'bill_expected_date' => 'Odotettavissa :date',
|
||||||
'bill_expected_date_js' => 'Odotettavissa {date}',
|
'bill_expected_date_js' => 'Odotettavissa {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Maksettu {date}',
|
'bill_paid_on' => 'Maksettu {date}',
|
||||||
'bill_repeats_weekly' => 'Toistuu viikoittain',
|
'bill_repeats_weekly' => 'Toistuu viikoittain',
|
||||||
'bill_repeats_monthly' => 'Toistuu kuukausittain',
|
'bill_repeats_monthly' => 'Toistuu kuukausittain',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Supprimer le montant budgétisé en :currency',
|
'remove_budgeted_amount' => 'Supprimer le montant budgétisé en :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Pas attendu cette période',
|
'not_expected_period' => 'Pas attendu cette période',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Non (pas encore)',
|
'not_or_not_yet' => 'Non (pas encore)',
|
||||||
'visit_bill' => 'Consultez la facture ":name" sur Firefly III',
|
'visit_bill' => 'Consultez la facture ":name" sur Firefly III',
|
||||||
'match_between_amounts' => 'La facture correspond à des opérations entre :low et :high.',
|
'match_between_amounts' => 'La facture correspond à des opérations entre :low et :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III tentera également de modifier la règle relative à cette facture. Si vous avez modifié cette règle vous-même, Firefly III ne changera rien. Firefly III tentera également de modifier les :count règles relatives à cette facture. Si vous avez modifié ces règles vous-même, Firefly III ne changera rien.',
|
'bill_edit_rules' => 'Firefly III tentera également de modifier la règle relative à cette facture. Si vous avez modifié cette règle vous-même, Firefly III ne changera rien. Firefly III tentera également de modifier les :count règles relatives à cette facture. Si vous avez modifié ces règles vous-même, Firefly III ne changera rien.',
|
||||||
'bill_expected_date' => 'Prévu :date',
|
'bill_expected_date' => 'Prévu :date',
|
||||||
'bill_expected_date_js' => 'Attendu le {date}',
|
'bill_expected_date_js' => 'Attendu le {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Payé le {date}',
|
'bill_paid_on' => 'Payé le {date}',
|
||||||
'bill_repeats_weekly' => 'Se répète toutes les semaines',
|
'bill_repeats_weekly' => 'Se répète toutes les semaines',
|
||||||
'bill_repeats_monthly' => 'Se répète tous les mois',
|
'bill_repeats_monthly' => 'Se répète tous les mois',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'L\'action ":action", présente dans la règle ":rule", n\'a pas pu être appliquée à l\'opération #:group : :error',
|
'main_message' => 'L\'action ":action", présente dans la règle ":rule", n\'a pas pu être appliquée à l\'opération #:group : :error',
|
||||||
@ -50,8 +51,8 @@ return [
|
|||||||
'already_has_destination' => 'Cette opération a déjà «:name» comme compte de destination',
|
'already_has_destination' => 'Cette opération a déjà «:name» comme compte de destination',
|
||||||
'already_has_source' => 'Cette opération a déjà ":name" comme compte source',
|
'already_has_source' => 'Cette opération a déjà ":name" comme compte source',
|
||||||
'already_linked_to_subscription' => 'L\'opération est déjà liée à l\'abonnement ":name"',
|
'already_linked_to_subscription' => 'L\'opération est déjà liée à l\'abonnement ":name"',
|
||||||
'already_linked_to_category' => 'The transaction is already linked to category ":name"',
|
'already_linked_to_category' => 'L\'opération est déjà liée à la catégorie ":name"',
|
||||||
'already_linked_to_budget' => 'The transaction is already linked to budget ":name"',
|
'already_linked_to_budget' => 'L\'opération est déjà liée au budget ":name"',
|
||||||
'cannot_find_subscription' => 'Firefly III ne trouve pas l\'abonnement ":name"',
|
'cannot_find_subscription' => 'Firefly III ne trouve pas l\'abonnement ":name"',
|
||||||
'no_notes_to_move' => 'L\'opération n\'a pas de notes à déplacer dans le champ description',
|
'no_notes_to_move' => 'L\'opération n\'a pas de notes à déplacer dans le champ description',
|
||||||
'no_tags_to_remove' => 'L\'opération n\'a pas de tags à supprimer',
|
'no_tags_to_remove' => 'L\'opération n\'a pas de tags à supprimer',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Nem várható ebben az időszakban',
|
'not_expected_period' => 'Nem várható ebben az időszakban',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Nincs (még)',
|
'not_or_not_yet' => 'Nincs (még)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Tranzakciókkal egyező számlák :low és :high között.',
|
'match_between_amounts' => 'Tranzakciókkal egyező számlák :low és :high között.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'A Firefly III megpróbálja szerkeszteni a a számlához kapcsolódó szabályt is. Ha ön már szerkesztette a szabályt, a Firefly III nem fogja módosítani.|A Firefly III megpróbálja szerkeszteni a a számlához kapcsolódó :count szabályt is. Ha ön már szerkesztette a szabályt, a Firefly III nem fogja módosítani.',
|
'bill_edit_rules' => 'A Firefly III megpróbálja szerkeszteni a a számlához kapcsolódó szabályt is. Ha ön már szerkesztette a szabályt, a Firefly III nem fogja módosítani.|A Firefly III megpróbálja szerkeszteni a a számlához kapcsolódó :count szabályt is. Ha ön már szerkesztette a szabályt, a Firefly III nem fogja módosítani.',
|
||||||
'bill_expected_date' => 'Várható dátum :date',
|
'bill_expected_date' => 'Várható dátum :date',
|
||||||
'bill_expected_date_js' => 'Expected {date}',
|
'bill_expected_date_js' => 'Expected {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Paid on {date}',
|
'bill_paid_on' => 'Paid on {date}',
|
||||||
'bill_repeats_weekly' => 'Repeats weekly',
|
'bill_repeats_weekly' => 'Repeats weekly',
|
||||||
'bill_repeats_monthly' => 'Repeats monthly',
|
'bill_repeats_monthly' => 'Repeats monthly',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Not expected this period',
|
'not_expected_period' => 'Not expected this period',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Not (yet)',
|
'not_or_not_yet' => 'Not (yet)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Bill matches transactions between :low and :high.',
|
'match_between_amounts' => 'Bill matches transactions between :low and :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
|
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
|
||||||
'bill_expected_date' => 'Expected :date',
|
'bill_expected_date' => 'Expected :date',
|
||||||
'bill_expected_date_js' => 'Expected {date}',
|
'bill_expected_date_js' => 'Expected {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Paid on {date}',
|
'bill_paid_on' => 'Paid on {date}',
|
||||||
'bill_repeats_weekly' => 'Repeats weekly',
|
'bill_repeats_weekly' => 'Repeats weekly',
|
||||||
'bill_repeats_monthly' => 'Repeats monthly',
|
'bill_repeats_monthly' => 'Repeats monthly',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Rimuovi l\'import a budget in :currency',
|
'remove_budgeted_amount' => 'Rimuovi l\'import a budget in :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Non prevista per questo periodo',
|
'not_expected_period' => 'Non prevista per questo periodo',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'No (per ora)',
|
'not_or_not_yet' => 'No (per ora)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'La bolletta abbina le transazioni tra :low e :high.',
|
'match_between_amounts' => 'La bolletta abbina le transazioni tra :low e :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III tenterà anche di modificare la regola relativa a questa bolletta. Se hai modificato questa regola da solo, Firefly III non cambierà nulla.|Firefly III tenterà anche di modificare le :count regole relative a questa bolletta. Se hai modificato queste regole, Firefly III non cambierà nulla.',
|
'bill_edit_rules' => 'Firefly III tenterà anche di modificare la regola relativa a questa bolletta. Se hai modificato questa regola da solo, Firefly III non cambierà nulla.|Firefly III tenterà anche di modificare le :count regole relative a questa bolletta. Se hai modificato queste regole, Firefly III non cambierà nulla.',
|
||||||
'bill_expected_date' => 'Attesa :date',
|
'bill_expected_date' => 'Attesa :date',
|
||||||
'bill_expected_date_js' => 'Attesa per {date}',
|
'bill_expected_date_js' => 'Attesa per {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Pagata il {date}',
|
'bill_paid_on' => 'Pagata il {date}',
|
||||||
'bill_repeats_weekly' => 'Ripeti ogni settimana',
|
'bill_repeats_weekly' => 'Ripeti ogni settimana',
|
||||||
'bill_repeats_monthly' => 'Ripeti ogni mese',
|
'bill_repeats_monthly' => 'Ripeti ogni mese',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => ':currency で予算を削除する',
|
'remove_budgeted_amount' => ':currency で予算を削除する',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'この期間には予定なし',
|
'not_expected_period' => 'この期間には予定なし',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => '(まだ) なし',
|
'not_or_not_yet' => '(まだ) なし',
|
||||||
'visit_bill' => 'Firefly IIIの請求「:name」を開く',
|
'visit_bill' => 'Firefly IIIの請求「:name」を開く',
|
||||||
'match_between_amounts' => '請求は :low から :high の間の取引に適合します。',
|
'match_between_amounts' => '請求は :low から :high の間の取引に適合します。',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III は、この請求に関連するルールの編集を試みます。 ただし、このルールをあなたが編集している場合、Firefly III は何も変更しません。 Firefly III は、この請求に関連する :count 件のルールも編集します。 ただし、これらのルールをあなたが編集している場合、Firefly III は何も変更しません。',
|
'bill_edit_rules' => 'Firefly III は、この請求に関連するルールの編集を試みます。 ただし、このルールをあなたが編集している場合、Firefly III は何も変更しません。 Firefly III は、この請求に関連する :count 件のルールも編集します。 ただし、これらのルールをあなたが編集している場合、Firefly III は何も変更しません。',
|
||||||
'bill_expected_date' => '予定日 :date',
|
'bill_expected_date' => '予定日 :date',
|
||||||
'bill_expected_date_js' => '予定日 {date}',
|
'bill_expected_date_js' => '予定日 {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => '{date} に支払い済み',
|
'bill_paid_on' => '{date} に支払い済み',
|
||||||
'bill_repeats_weekly' => '毎週の繰り返し',
|
'bill_repeats_weekly' => '毎週の繰り返し',
|
||||||
'bill_repeats_monthly' => '毎月の繰り返し',
|
'bill_repeats_monthly' => '毎月の繰り返し',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'アクション「:action"」はルール「:rule」にありますが、取引 #:group に適用できませんでした: :error',
|
'main_message' => 'アクション「:action"」はルール「:rule」にありますが、取引 #:group に適用できませんでした: :error',
|
||||||
@ -50,8 +51,8 @@ return [
|
|||||||
'already_has_destination' => 'この取引はすでに宛先の口座は「:name」です',
|
'already_has_destination' => 'この取引はすでに宛先の口座は「:name」です',
|
||||||
'already_has_source' => 'この取引はすでに元となる口座は「:name」です',
|
'already_has_source' => 'この取引はすでに元となる口座は「:name」です',
|
||||||
'already_linked_to_subscription' => 'この取引はすでにサブスクリプション「:name」にリンクされています',
|
'already_linked_to_subscription' => 'この取引はすでにサブスクリプション「:name」にリンクされています',
|
||||||
'already_linked_to_category' => 'The transaction is already linked to category ":name"',
|
'already_linked_to_category' => '取引はすでにカテゴリ「:name」にリンクされています',
|
||||||
'already_linked_to_budget' => 'The transaction is already linked to budget ":name"',
|
'already_linked_to_budget' => '取引はすでに予算「:name」にリンクされています',
|
||||||
'cannot_find_subscription' => 'Firefly IIIはサブスクリプション「":name"」を見つけられませんでした',
|
'cannot_find_subscription' => 'Firefly IIIはサブスクリプション「":name"」を見つけられませんでした',
|
||||||
'no_notes_to_move' => '取引には概要に設定できるメモがありません',
|
'no_notes_to_move' => '取引には概要に設定できるメモがありません',
|
||||||
'no_tags_to_remove' => '取引には削除できるタグがありません',
|
'no_tags_to_remove' => '取引には削除できるタグがありません',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => ':currency에서 예산 금액 제거',
|
'remove_budgeted_amount' => ':currency에서 예산 금액 제거',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => '이 기간에는 예상되지 않음',
|
'not_expected_period' => '이 기간에는 예상되지 않음',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => '아니요 (아직)',
|
'not_or_not_yet' => '아니요 (아직)',
|
||||||
'visit_bill' => 'Firefly III에서 ":name" 청구서 방문하기',
|
'visit_bill' => 'Firefly III에서 ":name" 청구서 방문하기',
|
||||||
'match_between_amounts' => '청구서는 :low와 :high 사이의 거래를 일치시킵니다.',
|
'match_between_amounts' => '청구서는 :low와 :high 사이의 거래를 일치시킵니다.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III가 이 청구서와 관련된 규칙도 수정하려고 시도합니다. 그러나 이 규칙을 직접 수정한 경우 Firefly III는 아무 것도 변경하지 않습니다.| Firefly III는 이 청구서와 관련된 :count개의 규칙도 편집하려고 시도합니다. 그러나 이러한 규칙을 직접 편집한 경우 Firefly III는 아무것도 변경하지 않습니다.',
|
'bill_edit_rules' => 'Firefly III가 이 청구서와 관련된 규칙도 수정하려고 시도합니다. 그러나 이 규칙을 직접 수정한 경우 Firefly III는 아무 것도 변경하지 않습니다.| Firefly III는 이 청구서와 관련된 :count개의 규칙도 편집하려고 시도합니다. 그러나 이러한 규칙을 직접 편집한 경우 Firefly III는 아무것도 변경하지 않습니다.',
|
||||||
'bill_expected_date' => ':date 예정',
|
'bill_expected_date' => ':date 예정',
|
||||||
'bill_expected_date_js' => '{date} 예정',
|
'bill_expected_date_js' => '{date} 예정',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => '{date}에 결제',
|
'bill_paid_on' => '{date}에 결제',
|
||||||
'bill_repeats_weekly' => '매주 반복',
|
'bill_repeats_weekly' => '매주 반복',
|
||||||
'bill_repeats_monthly' => '매달 반복',
|
'bill_repeats_monthly' => '매달 반복',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Fjern budsjettert beløp i :currency',
|
'remove_budgeted_amount' => 'Fjern budsjettert beløp i :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Ikke forventet denne perioden',
|
'not_expected_period' => 'Ikke forventet denne perioden',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Ikke (enda)',
|
'not_or_not_yet' => 'Ikke (enda)',
|
||||||
'visit_bill' => 'Se regningen ":name" på Firefly III',
|
'visit_bill' => 'Se regningen ":name" på Firefly III',
|
||||||
'match_between_amounts' => 'Regning matcher transaksjoner mellom :low og :high.',
|
'match_between_amounts' => 'Regning matcher transaksjoner mellom :low og :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III vil forsøke å redigere regelen også relatert til denne regningen. Hvis du har endret denne regelen selv, vil Firefly III ikke endre noe. Firefly III vil forsøke å redigere reglene for :count også knyttet til denne regningen. Om du har endret disse reglene selv, vil ikke Firefly III endre noe.',
|
'bill_edit_rules' => 'Firefly III vil forsøke å redigere regelen også relatert til denne regningen. Hvis du har endret denne regelen selv, vil Firefly III ikke endre noe. Firefly III vil forsøke å redigere reglene for :count også knyttet til denne regningen. Om du har endret disse reglene selv, vil ikke Firefly III endre noe.',
|
||||||
'bill_expected_date' => 'Forventet :date',
|
'bill_expected_date' => 'Forventet :date',
|
||||||
'bill_expected_date_js' => 'Forventet {date}',
|
'bill_expected_date_js' => 'Forventet {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Betalt den {date}',
|
'bill_paid_on' => 'Betalt den {date}',
|
||||||
'bill_repeats_weekly' => 'Gjentas ukentlig',
|
'bill_repeats_weekly' => 'Gjentas ukentlig',
|
||||||
'bill_repeats_monthly' => 'Gjentas månedlig',
|
'bill_repeats_monthly' => 'Gjentas månedlig',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Verwijder gebudgetteerd bedrag in :currency',
|
'remove_budgeted_amount' => 'Verwijder gebudgetteerd bedrag in :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Niet verwacht deze periode',
|
'not_expected_period' => 'Niet verwacht deze periode',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => '(nog) niet',
|
'not_or_not_yet' => '(nog) niet',
|
||||||
'visit_bill' => 'Bezoek contract ":name" bij Firefly III',
|
'visit_bill' => 'Bezoek contract ":name" bij Firefly III',
|
||||||
'match_between_amounts' => 'Contract past bij transacties tussen :low en :high.',
|
'match_between_amounts' => 'Contract past bij transacties tussen :low en :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III gaat proberen de gerelateerde regel ook aan te passen. Als je deze zelf al hebt gewijzigd echter, zal dit niet gebeuren.|Firefly III gaat proberen de :count gerelateerde regels ook aan te passen. Als je deze zelf al hebt gewijzigd echter, zal dit niet gebeuren.',
|
'bill_edit_rules' => 'Firefly III gaat proberen de gerelateerde regel ook aan te passen. Als je deze zelf al hebt gewijzigd echter, zal dit niet gebeuren.|Firefly III gaat proberen de :count gerelateerde regels ook aan te passen. Als je deze zelf al hebt gewijzigd echter, zal dit niet gebeuren.',
|
||||||
'bill_expected_date' => 'Verwacht :date',
|
'bill_expected_date' => 'Verwacht :date',
|
||||||
'bill_expected_date_js' => 'Verwacht op {date}',
|
'bill_expected_date_js' => 'Verwacht op {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Betaald op {date}',
|
'bill_paid_on' => 'Betaald op {date}',
|
||||||
'bill_repeats_weekly' => 'Herhaalt wekelijks',
|
'bill_repeats_weekly' => 'Herhaalt wekelijks',
|
||||||
'bill_repeats_monthly' => 'Herhaalt maandelijks',
|
'bill_repeats_monthly' => 'Herhaalt maandelijks',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Actie ":action", aanwezig in regel ":rule", kan niet worden toegepast op transactie #:group: :error',
|
'main_message' => 'Actie ":action", aanwezig in regel ":rule", kan niet worden toegepast op transactie #:group: :error',
|
||||||
@ -50,8 +51,8 @@ return [
|
|||||||
'already_has_destination' => 'Deze transactie heeft ":name" al als doelrekening',
|
'already_has_destination' => 'Deze transactie heeft ":name" al als doelrekening',
|
||||||
'already_has_source' => 'Deze transactie heeft ":name" al als bronrekening',
|
'already_has_source' => 'Deze transactie heeft ":name" al als bronrekening',
|
||||||
'already_linked_to_subscription' => 'De transactie is al gekoppeld aan abonnement ":name"',
|
'already_linked_to_subscription' => 'De transactie is al gekoppeld aan abonnement ":name"',
|
||||||
'already_linked_to_category' => 'The transaction is already linked to category ":name"',
|
'already_linked_to_category' => 'De transactie is al gekoppeld aan categorie ":name"',
|
||||||
'already_linked_to_budget' => 'The transaction is already linked to budget ":name"',
|
'already_linked_to_budget' => 'De transactie is al gekoppeld aan budget ":name"',
|
||||||
'cannot_find_subscription' => 'Firefly III kan geen abonnement met naam ":name" vinden',
|
'cannot_find_subscription' => 'Firefly III kan geen abonnement met naam ":name" vinden',
|
||||||
'no_notes_to_move' => 'De transactie heeft geen notities om te verplaatsen naar het omschrijvingsveld',
|
'no_notes_to_move' => 'De transactie heeft geen notities om te verplaatsen naar het omschrijvingsveld',
|
||||||
'no_tags_to_remove' => 'De transactie heeft geen tags om te verwijderen',
|
'no_tags_to_remove' => 'De transactie heeft geen tags om te verwijderen',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Fjern budsjettert beløp i :currency',
|
'remove_budgeted_amount' => 'Fjern budsjettert beløp i :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Ikke forventet denne perioden',
|
'not_expected_period' => 'Ikke forventet denne perioden',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Ikke (enda)',
|
'not_or_not_yet' => 'Ikke (enda)',
|
||||||
'visit_bill' => 'Sjå rekninga ":name" på Firefly III',
|
'visit_bill' => 'Sjå rekninga ":name" på Firefly III',
|
||||||
'match_between_amounts' => 'Rekning matcher transaksjonar mellom :low og :high.',
|
'match_between_amounts' => 'Rekning matcher transaksjonar mellom :low og :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III vil forsøke å redigera regelen òg relatert til denne rekninga. Om du har endra denne regelen sjølv, vil Firefly III ikkje endra noko. Firefly III vil forsøke å redigera reglane for :count òg knytt til denne rekninga. Om du har endra desse reglane sjølv, vil ikkje Firefly III endra noko.',
|
'bill_edit_rules' => 'Firefly III vil forsøke å redigera regelen òg relatert til denne rekninga. Om du har endra denne regelen sjølv, vil Firefly III ikkje endra noko. Firefly III vil forsøke å redigera reglane for :count òg knytt til denne rekninga. Om du har endra desse reglane sjølv, vil ikkje Firefly III endra noko.',
|
||||||
'bill_expected_date' => 'Forventet :date',
|
'bill_expected_date' => 'Forventet :date',
|
||||||
'bill_expected_date_js' => 'Forventet {date}',
|
'bill_expected_date_js' => 'Forventet {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Betalt den {date}',
|
'bill_paid_on' => 'Betalt den {date}',
|
||||||
'bill_repeats_weekly' => 'Gjentas ukentlig',
|
'bill_repeats_weekly' => 'Gjentas ukentlig',
|
||||||
'bill_repeats_monthly' => 'Gjentas månedlig',
|
'bill_repeats_monthly' => 'Gjentas månedlig',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Usuń zabudżetowaną kwotę w :currency',
|
'remove_budgeted_amount' => 'Usuń zabudżetowaną kwotę w :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Nie oczekiwany w tym okresie',
|
'not_expected_period' => 'Nie oczekiwany w tym okresie',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Nie (jeszcze)',
|
'not_or_not_yet' => 'Nie (jeszcze)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Rachunek pasuje do transakcji między :low a :high.',
|
'match_between_amounts' => 'Rachunek pasuje do transakcji między :low a :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III spróbuje edytować regułę związaną z tym rachunkiem. Jeśli jednak reguła była edytowana przez Ciebie, Firefly III nic nie zmieni. Firefly III spróbuje edytować reguły :count również związane z tym rachunkiem. Jeśli jednak reguły były edytowane przez Ciebie, Firefly III nic nie zmieni.',
|
'bill_edit_rules' => 'Firefly III spróbuje edytować regułę związaną z tym rachunkiem. Jeśli jednak reguła była edytowana przez Ciebie, Firefly III nic nie zmieni. Firefly III spróbuje edytować reguły :count również związane z tym rachunkiem. Jeśli jednak reguły były edytowane przez Ciebie, Firefly III nic nie zmieni.',
|
||||||
'bill_expected_date' => 'Oczekiwane :date',
|
'bill_expected_date' => 'Oczekiwane :date',
|
||||||
'bill_expected_date_js' => 'Oczekiwane {date}',
|
'bill_expected_date_js' => 'Oczekiwane {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Zapłacone {date}',
|
'bill_paid_on' => 'Zapłacone {date}',
|
||||||
'bill_repeats_weekly' => 'Powtarza się co tydzień',
|
'bill_repeats_weekly' => 'Powtarza się co tydzień',
|
||||||
'bill_repeats_monthly' => 'Powtarza się co miesiąc',
|
'bill_repeats_monthly' => 'Powtarza się co miesiąc',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Remover montante orçado em :currency',
|
'remove_budgeted_amount' => 'Remover montante orçado em :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Não esperado este período',
|
'not_expected_period' => 'Não esperado este período',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Não (ainda)',
|
'not_or_not_yet' => 'Não (ainda)',
|
||||||
'visit_bill' => 'Visite a fatura ":name" no Firefly III',
|
'visit_bill' => 'Visite a fatura ":name" no Firefly III',
|
||||||
'match_between_amounts' => 'Fatura corresponde a transações entre :low e :high.',
|
'match_between_amounts' => 'Fatura corresponde a transações entre :low e :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'O Firefly III tentará editar a regra relacionada a esta fatura também. Se você editou essa regra, o Firefly III não vai mudar nada. |Firefly III tentará editar :count regras relacionadas a esta fatura também. Se você editou essas regras, no entanto, o Firefly III não vai mudar nada.',
|
'bill_edit_rules' => 'O Firefly III tentará editar a regra relacionada a esta fatura também. Se você editou essa regra, o Firefly III não vai mudar nada. |Firefly III tentará editar :count regras relacionadas a esta fatura também. Se você editou essas regras, no entanto, o Firefly III não vai mudar nada.',
|
||||||
'bill_expected_date' => 'Esperado :date',
|
'bill_expected_date' => 'Esperado :date',
|
||||||
'bill_expected_date_js' => 'Esperado {date}',
|
'bill_expected_date_js' => 'Esperado {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Pago em {date}',
|
'bill_paid_on' => 'Pago em {date}',
|
||||||
'bill_repeats_weekly' => 'Repete semanalmente',
|
'bill_repeats_weekly' => 'Repete semanalmente',
|
||||||
'bill_repeats_monthly' => 'Repete mensalmente',
|
'bill_repeats_monthly' => 'Repete mensalmente',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Remover montante orçamentado em :currency',
|
'remove_budgeted_amount' => 'Remover montante orçamentado em :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Este período não foi previsto',
|
'not_expected_period' => 'Este período não foi previsto',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Não (ainda)',
|
'not_or_not_yet' => 'Não (ainda)',
|
||||||
'visit_bill' => 'Visite o encargo ":name" no Firefly III',
|
'visit_bill' => 'Visite o encargo ":name" no Firefly III',
|
||||||
'match_between_amounts' => 'O encargo corresponde à transação entre :low e :high.',
|
'match_between_amounts' => 'O encargo corresponde à transação entre :low e :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'O Firefly III tentará editar também a regra relacionada com este encargo. Se editou pessoalmente esta regra, o Firefly III não irá mudar nada.|O Firefly III tentará editar também as :count regras relacionadas com este encargo. No entanto, se editou pessoalmente estas regras, o Firefly III não irá mudar nada.',
|
'bill_edit_rules' => 'O Firefly III tentará editar também a regra relacionada com este encargo. Se editou pessoalmente esta regra, o Firefly III não irá mudar nada.|O Firefly III tentará editar também as :count regras relacionadas com este encargo. No entanto, se editou pessoalmente estas regras, o Firefly III não irá mudar nada.',
|
||||||
'bill_expected_date' => 'Esperado :date',
|
'bill_expected_date' => 'Esperado :date',
|
||||||
'bill_expected_date_js' => 'Esperado {date}',
|
'bill_expected_date_js' => 'Esperado {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Pago a {date}',
|
'bill_paid_on' => 'Pago a {date}',
|
||||||
'bill_repeats_weekly' => 'Repete-se semanalmente',
|
'bill_repeats_weekly' => 'Repete-se semanalmente',
|
||||||
'bill_repeats_monthly' => 'Repete mensalmente',
|
'bill_repeats_monthly' => 'Repete mensalmente',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Șterge suma înscrisă în :currency',
|
'remove_budgeted_amount' => 'Șterge suma înscrisă în :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Nu se aşteaptă această perioadă',
|
'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',
|
||||||
'not_or_not_yet' => 'Nu (încă)',
|
'not_or_not_yet' => 'Nu (încă)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Factura se potrivește tranzacțiilor între :low și :high.',
|
'match_between_amounts' => 'Factura se potrivește tranzacțiilor între :low și :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III va încerca să editeze și regula legată de această factură. Dacă ați editat chiar dvs. această regulă, Firefly III nu va schimba nimic. Firefly III va încerca să editeze și regulile :count legate de această factură. Totuși, dacă ați editat aceste reguli, Firefly III nu va schimba nimic.',
|
'bill_edit_rules' => 'Firefly III va încerca să editeze și regula legată de această factură. Dacă ați editat chiar dvs. această regulă, Firefly III nu va schimba nimic. Firefly III va încerca să editeze și regulile :count legate de această factură. Totuși, dacă ați editat aceste reguli, Firefly III nu va schimba nimic.',
|
||||||
'bill_expected_date' => 'Se așteaptă :date',
|
'bill_expected_date' => 'Se așteaptă :date',
|
||||||
'bill_expected_date_js' => 'Așteptat {date}',
|
'bill_expected_date_js' => 'Așteptat {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Plătit pe {date}',
|
'bill_paid_on' => 'Plătit pe {date}',
|
||||||
'bill_repeats_weekly' => 'Se repetă săptămânal',
|
'bill_repeats_weekly' => 'Se repetă săptămânal',
|
||||||
'bill_repeats_monthly' => 'Se repetă lunar',
|
'bill_repeats_monthly' => 'Se repetă lunar',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Удалить запланированную в бюджете сумму в :currency',
|
'remove_budgeted_amount' => 'Удалить запланированную в бюджете сумму в :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Не ожидается в данном периоде',
|
'not_expected_period' => 'Не ожидается в данном периоде',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Нет (пока)',
|
'not_or_not_yet' => 'Нет (пока)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Сравнение транзакций по счетам к оплате между :low и :high.',
|
'match_between_amounts' => 'Сравнение транзакций по счетам к оплате между :low и :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III также попытается отредактировать правило, связанное с этим счётом на оплату. Однако, если вы сами отредактировали это правило, Firefly III ничего не изменит.|Firefly III также попытается отредактировать :count правил, связанных с этим счётом на оплату. Однако, если вы сами отредактировали эти правила, Firefly III ничего не изменит.',
|
'bill_edit_rules' => 'Firefly III также попытается отредактировать правило, связанное с этим счётом на оплату. Однако, если вы сами отредактировали это правило, Firefly III ничего не изменит.|Firefly III также попытается отредактировать :count правил, связанных с этим счётом на оплату. Однако, если вы сами отредактировали эти правила, Firefly III ничего не изменит.',
|
||||||
'bill_expected_date' => 'Истекает :date',
|
'bill_expected_date' => 'Истекает :date',
|
||||||
'bill_expected_date_js' => 'Ожидаемая дата {date}',
|
'bill_expected_date_js' => 'Ожидаемая дата {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Оплачено {date}',
|
'bill_paid_on' => 'Оплачено {date}',
|
||||||
'bill_repeats_weekly' => 'Повторяет еженедельно',
|
'bill_repeats_weekly' => 'Повторяет еженедельно',
|
||||||
'bill_repeats_monthly' => 'Повторять ежемесячно',
|
'bill_repeats_monthly' => 'Повторять ежемесячно',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Odstrániť rozpočtovú sumu v :currency',
|
'remove_budgeted_amount' => 'Odstrániť rozpočtovú sumu v :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Neočakávané v tomto období',
|
'not_expected_period' => 'Neočakávané v tomto období',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => '(Ešte) nie',
|
'not_or_not_yet' => '(Ešte) nie',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Účtu zodpovedajú transakcie medzi :low a :high.',
|
'match_between_amounts' => 'Účtu zodpovedajú transakcie medzi :low a :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III sa pokúsi upraviť aj pravidlo týkajúce sa tohto účtu. Ak ste si však toto pravidlo upravili sami, Firefly III ho nebude meniť.|Firefly III sa pokúsi upraviť aj :count pravidiel súvisiacich s týmto účtom. Ak ste si však tieto pravidlá upravili sami, Firefly III ich nebude meniť.',
|
'bill_edit_rules' => 'Firefly III sa pokúsi upraviť aj pravidlo týkajúce sa tohto účtu. Ak ste si však toto pravidlo upravili sami, Firefly III ho nebude meniť.|Firefly III sa pokúsi upraviť aj :count pravidiel súvisiacich s týmto účtom. Ak ste si však tieto pravidlá upravili sami, Firefly III ich nebude meniť.',
|
||||||
'bill_expected_date' => 'Očakávané :date',
|
'bill_expected_date' => 'Očakávané :date',
|
||||||
'bill_expected_date_js' => 'Expected {date}',
|
'bill_expected_date_js' => 'Expected {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Uhradené {date}',
|
'bill_paid_on' => 'Uhradené {date}',
|
||||||
'bill_repeats_weekly' => 'Repeats weekly',
|
'bill_repeats_weekly' => 'Repeats weekly',
|
||||||
'bill_repeats_monthly' => 'Repeats monthly',
|
'bill_repeats_monthly' => 'Repeats monthly',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Not expected this period',
|
'not_expected_period' => 'Not expected this period',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Ne (še)',
|
'not_or_not_yet' => 'Ne (še)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Trajnik se ujema s transakcijami med :low in :high.',
|
'match_between_amounts' => 'Trajnik se ujema s transakcijami med :low in :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
|
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
|
||||||
'bill_expected_date' => 'Pričakovano :date',
|
'bill_expected_date' => 'Pričakovano :date',
|
||||||
'bill_expected_date_js' => 'Pričakovano {date}',
|
'bill_expected_date_js' => 'Pričakovano {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Plačano na {date}',
|
'bill_paid_on' => 'Plačano na {date}',
|
||||||
'bill_repeats_weekly' => 'Ponovi vsak teden',
|
'bill_repeats_weekly' => 'Ponovi vsak teden',
|
||||||
'bill_repeats_monthly' => 'Repeats monthly',
|
'bill_repeats_monthly' => 'Repeats monthly',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Dejanja ":action", ki je prisotno v pravilu ":rule", ni bilo mogoče uporabiti za transakcijo #:group: :error',
|
'main_message' => 'Dejanja ":action", ki je prisotno v pravilu ":rule", ni bilo mogoče uporabiti za transakcijo #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Ta bort budgeterat belopp i :currency',
|
'remove_budgeted_amount' => 'Ta bort budgeterat belopp i :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Inte väntat denna period',
|
'not_expected_period' => 'Inte väntat denna period',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Inte (ännu)',
|
'not_or_not_yet' => 'Inte (ännu)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Nota matchar transaktioner mellan :low och :high.',
|
'match_between_amounts' => 'Nota matchar transaktioner mellan :low och :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III kommer också att försöka redigera regeln relaterad till denna räkning. Om du själv har redigerat denna regel kommer Firefly III inte att ändra någonting.|Firefly III kommer att försöka redigera :count regler som är relaterade till denna räkning. Om du själv har redigerat dessa regler kommer dock Firefly III inte att ändra någonting.',
|
'bill_edit_rules' => 'Firefly III kommer också att försöka redigera regeln relaterad till denna räkning. Om du själv har redigerat denna regel kommer Firefly III inte att ändra någonting.|Firefly III kommer att försöka redigera :count regler som är relaterade till denna räkning. Om du själv har redigerat dessa regler kommer dock Firefly III inte att ändra någonting.',
|
||||||
'bill_expected_date' => 'Förväntat :date',
|
'bill_expected_date' => 'Förväntat :date',
|
||||||
'bill_expected_date_js' => 'Förväntat {date}',
|
'bill_expected_date_js' => 'Förväntat {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Betalad den {date}',
|
'bill_paid_on' => 'Betalad den {date}',
|
||||||
'bill_repeats_weekly' => 'Upprepas veckovis',
|
'bill_repeats_weekly' => 'Upprepas veckovis',
|
||||||
'bill_repeats_monthly' => 'Upprepas månadsvis',
|
'bill_repeats_monthly' => 'Upprepas månadsvis',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Not expected this period',
|
'not_expected_period' => 'Not expected this period',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Not (yet)',
|
'not_or_not_yet' => 'Not (yet)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Bill matches transactions between :low and :high.',
|
'match_between_amounts' => 'Bill matches transactions between :low and :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
|
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
|
||||||
'bill_expected_date' => 'Expected :date',
|
'bill_expected_date' => 'Expected :date',
|
||||||
'bill_expected_date_js' => 'Expected {date}',
|
'bill_expected_date_js' => 'Expected {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'จ่ายเมื่อ {date}',
|
'bill_paid_on' => 'จ่ายเมื่อ {date}',
|
||||||
'bill_repeats_weekly' => 'Repeats weekly',
|
'bill_repeats_weekly' => 'Repeats weekly',
|
||||||
'bill_repeats_monthly' => 'Repeats monthly',
|
'bill_repeats_monthly' => 'Repeats monthly',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1732,7 +1732,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Bütçelenmiş tutarı kaldır :currency',
|
'remove_budgeted_amount' => 'Bütçelenmiş tutarı kaldır :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Bu süre beklenmiyor',
|
'not_expected_period' => 'Bu süre beklenmiyor',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => '(Henüz)',
|
'not_or_not_yet' => '(Henüz)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Fatura arasındaki işlemlerle eşleşir :low ve :high.',
|
'match_between_amounts' => 'Fatura arasındaki işlemlerle eşleşir :low ve :high.',
|
||||||
@ -1769,6 +1772,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III, bu tasarıyla ilgili kuralı da düzenlemeye çalışacaktır. Ancak, bu kuralı kendiniz düzenlediyseniz, Firefly III hiçbir şeyi değiştirmez.|Firefly III, bu tasarıyla ilgili :count kurallarını da düzenlemeye çalışacaktır. Ancak, bu kuralları kendiniz düzenlediyseniz, Firefly III hiçbir şeyi değiştirmez.',
|
'bill_edit_rules' => 'Firefly III, bu tasarıyla ilgili kuralı da düzenlemeye çalışacaktır. Ancak, bu kuralı kendiniz düzenlediyseniz, Firefly III hiçbir şeyi değiştirmez.|Firefly III, bu tasarıyla ilgili :count kurallarını da düzenlemeye çalışacaktır. Ancak, bu kuralları kendiniz düzenlediyseniz, Firefly III hiçbir şeyi değiştirmez.',
|
||||||
'bill_expected_date' => 'Beklenen :date',
|
'bill_expected_date' => 'Beklenen :date',
|
||||||
'bill_expected_date_js' => 'Beklenen {date}',
|
'bill_expected_date_js' => 'Beklenen {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Ödeme Tarihi {date}',
|
'bill_paid_on' => 'Ödeme Tarihi {date}',
|
||||||
'bill_repeats_weekly' => 'Haftalık tekrarlar',
|
'bill_repeats_weekly' => 'Haftalık tekrarlar',
|
||||||
'bill_repeats_monthly' => 'Aylık tekrarlar',
|
'bill_repeats_monthly' => 'Aylık tekrarlar',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Not expected this period',
|
'not_expected_period' => 'Not expected this period',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Not (yet)',
|
'not_or_not_yet' => 'Not (yet)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Рахунок-фактура збігається з транзакціями між :low і :high.',
|
'match_between_amounts' => 'Рахунок-фактура збігається з транзакціями між :low і :high.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III також спробує відредагувати правило, пов’язане з цим рахунком до сплати. Проте, якщо ви редагували це правило самостійно, Firefly III нічого не змінить.|Firefly III також спробує відредагувати правила :count, пов’язані з цим рахунком до сплати. Проте, якщо ви редагували ці правила самостійно, Firefly III нічого не змінить.',
|
'bill_edit_rules' => 'Firefly III також спробує відредагувати правило, пов’язане з цим рахунком до сплати. Проте, якщо ви редагували це правило самостійно, Firefly III нічого не змінить.|Firefly III також спробує відредагувати правила :count, пов’язані з цим рахунком до сплати. Проте, якщо ви редагували ці правила самостійно, Firefly III нічого не змінить.',
|
||||||
'bill_expected_date' => 'Очікується :date',
|
'bill_expected_date' => 'Очікується :date',
|
||||||
'bill_expected_date_js' => 'Очікується {date}',
|
'bill_expected_date_js' => 'Очікується {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Сплачено {date}',
|
'bill_paid_on' => 'Сплачено {date}',
|
||||||
'bill_repeats_weekly' => 'Повторюється щотижня',
|
'bill_repeats_weekly' => 'Повторюється щотижня',
|
||||||
'bill_repeats_monthly' => 'Повторюється щомісяця',
|
'bill_repeats_monthly' => 'Повторюється щомісяця',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
@ -50,8 +51,8 @@ return [
|
|||||||
'already_has_destination' => 'This transaction already has ":name" as the destination account',
|
'already_has_destination' => 'This transaction already has ":name" as the destination account',
|
||||||
'already_has_source' => 'This transaction already has ":name" as the source account',
|
'already_has_source' => 'This transaction already has ":name" as the source account',
|
||||||
'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"',
|
'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"',
|
||||||
'already_linked_to_category' => 'The transaction is already linked to category ":name"',
|
'already_linked_to_category' => 'Операція вже пов\'язана з категорією ":name"',
|
||||||
'already_linked_to_budget' => 'The transaction is already linked to budget ":name"',
|
'already_linked_to_budget' => 'Транзакція вже пов\'язана з бюджетом ":name"',
|
||||||
'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"',
|
'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"',
|
||||||
'no_notes_to_move' => 'The transaction has no notes to move to the description field',
|
'no_notes_to_move' => 'The transaction has no notes to move to the description field',
|
||||||
'no_tags_to_remove' => 'The transaction has no tags to remove',
|
'no_tags_to_remove' => 'The transaction has no tags to remove',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Xóa số tiền ngân sách trong :currency',
|
'remove_budgeted_amount' => 'Xóa số tiền ngân sách trong :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Không mong đợi ở giai đoạn này',
|
'not_expected_period' => 'Không mong đợi ở giai đoạn này',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Không (chưa)',
|
'not_or_not_yet' => 'Không (chưa)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => 'Hóa đơn khớp với các giao dịch giữa: thấp và: cao.',
|
'match_between_amounts' => 'Hóa đơn khớp với các giao dịch giữa: thấp và: cao.',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III cũng sẽ cố gắng chỉnh sửa quy tắc liên quan đến dự luật này. Tuy nhiên, nếu bạn đã tự chỉnh sửa quy tắc này, Firefly III sẽ không thay đổi bất cứ điều gì. | Firefly III cũng sẽ cố gắng chỉnh sửa :count các quy tắc liên quan đến dự luật này. Tuy nhiên, nếu bạn đã tự chỉnh sửa các quy tắc này, Firefly III sẽ không thay đổi bất cứ điều gì.',
|
'bill_edit_rules' => 'Firefly III cũng sẽ cố gắng chỉnh sửa quy tắc liên quan đến dự luật này. Tuy nhiên, nếu bạn đã tự chỉnh sửa quy tắc này, Firefly III sẽ không thay đổi bất cứ điều gì. | Firefly III cũng sẽ cố gắng chỉnh sửa :count các quy tắc liên quan đến dự luật này. Tuy nhiên, nếu bạn đã tự chỉnh sửa các quy tắc này, Firefly III sẽ không thay đổi bất cứ điều gì.',
|
||||||
'bill_expected_date' => 'Ngày đáo hạn :date',
|
'bill_expected_date' => 'Ngày đáo hạn :date',
|
||||||
'bill_expected_date_js' => 'Expected {date}',
|
'bill_expected_date_js' => 'Expected {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Paid on {date}',
|
'bill_paid_on' => 'Paid on {date}',
|
||||||
'bill_repeats_weekly' => 'Lặp lại hàng tuần',
|
'bill_repeats_weekly' => 'Lặp lại hàng tuần',
|
||||||
'bill_repeats_monthly' => 'Lặp lại hàng tháng',
|
'bill_repeats_monthly' => 'Lặp lại hàng tháng',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => '移除预算上限 (:currency)',
|
'remove_budgeted_amount' => '移除预算上限 (:currency)',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => '此周期没有预期支付',
|
'not_expected_period' => '此周期没有预期支付',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => '尚未',
|
'not_or_not_yet' => '尚未',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => '匹配:low至:high交易的账单。',
|
'match_between_amounts' => '匹配:low至:high交易的账单。',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III 将同时尝试编辑关联于该账单的规则。如果您已自行编辑过该规则,Firefly III 将不会修改任何内容。|Firefly III 将同时尝试编辑关联于该账单的:count条规则。如果您已自行编辑过该规则,Firefly III 将不会修改任何内容。',
|
'bill_edit_rules' => 'Firefly III 将同时尝试编辑关联于该账单的规则。如果您已自行编辑过该规则,Firefly III 将不会修改任何内容。|Firefly III 将同时尝试编辑关联于该账单的:count条规则。如果您已自行编辑过该规则,Firefly III 将不会修改任何内容。',
|
||||||
'bill_expected_date' => '预期为:date',
|
'bill_expected_date' => '预期为:date',
|
||||||
'bill_expected_date_js' => 'Expected {date}',
|
'bill_expected_date_js' => 'Expected {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => '支付于 {date}',
|
'bill_paid_on' => '支付于 {date}',
|
||||||
'bill_repeats_weekly' => '每周',
|
'bill_repeats_weekly' => '每周',
|
||||||
'bill_repeats_monthly' => '每月',
|
'bill_repeats_monthly' => '每月',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
@ -1731,7 +1731,10 @@ return [
|
|||||||
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
||||||
|
|
||||||
// bills:
|
// bills:
|
||||||
|
'subscription' => 'Subscription',
|
||||||
'not_expected_period' => 'Not expected this period',
|
'not_expected_period' => 'Not expected this period',
|
||||||
|
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||||
|
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||||
'not_or_not_yet' => 'Not (yet)',
|
'not_or_not_yet' => 'Not (yet)',
|
||||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||||
'match_between_amounts' => '帳單配合自 :low 至 :high 的交易。',
|
'match_between_amounts' => '帳單配合自 :low 至 :high 的交易。',
|
||||||
@ -1768,6 +1771,7 @@ return [
|
|||||||
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
|
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
|
||||||
'bill_expected_date' => 'Expected :date',
|
'bill_expected_date' => 'Expected :date',
|
||||||
'bill_expected_date_js' => 'Expected {date}',
|
'bill_expected_date_js' => 'Expected {date}',
|
||||||
|
'expected_amount' => '(Expected) amount',
|
||||||
'bill_paid_on' => 'Paid on {date}',
|
'bill_paid_on' => 'Paid on {date}',
|
||||||
'bill_repeats_weekly' => 'Repeats weekly',
|
'bill_repeats_weekly' => 'Repeats weekly',
|
||||||
'bill_repeats_monthly' => 'Repeats monthly',
|
'bill_repeats_monthly' => 'Repeats monthly',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
/*
|
/*
|
||||||
* rules.php
|
* rules.php
|
||||||
* Copyright (c) 2023 james@firefly-iii.org
|
* Copyright (c) 2023 james@firefly-iii.org
|
||||||
@ -21,6 +21,7 @@ declare(strict_types=1);
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||||
|
Loading…
Reference in New Issue
Block a user