mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 20:08:52 +00:00
Update languages and related files.
This commit is contained in:
@@ -1731,7 +1731,10 @@ return [
|
||||
'remove_budgeted_amount' => 'S\'ha eliminat la quantitat pressupostada en :currency',
|
||||
|
||||
// bills:
|
||||
'subscription' => 'Subscription',
|
||||
'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)',
|
||||
'visit_bill' => 'Visita la factura ":name" en Firefly III',
|
||||
'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_expected_date' => 'S\'espera :date',
|
||||
'bill_expected_date_js' => 'S\'espera {date}',
|
||||
'expected_amount' => '(Expected) amount',
|
||||
'bill_paid_on' => 'Pagat el {date}',
|
||||
'bill_repeats_weekly' => 'Es repeteix setmanalment',
|
||||
'bill_repeats_monthly' => 'Es repeteix mensualment',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* rules.php
|
||||
* 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/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'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_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_category' => 'The transaction is already linked to category ":name"',
|
||||
'already_linked_to_budget' => 'The transaction is already linked to budget ":name"',
|
||||
'already_linked_to_category' => 'La transacció ja està enllaçada a la categoria ":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"',
|
||||
'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',
|
||||
|
||||
Reference in New Issue
Block a user