Meta data for new release.

This commit is contained in:
James Cole
2023-09-01 19:40:17 +02:00
parent 461249737e
commit b9d750bf59
16 changed files with 171 additions and 151 deletions

View File

@@ -1395,7 +1395,7 @@ return [
'pref_notification_new_access_token' => 'Avisar quan es creï un nou identificador d\'accés API',
'pref_notification_transaction_creation' => 'Avisar quan una transacció es creï automàticament',
'pref_notification_user_login' => 'Avisar quan s\'iniciï sessió des d\'una nova ubicació',
'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)',
'pref_notification_rule_action_failures' => 'Alerta quan les accions de la regla no es poden executar (només Slack i Discord)',
'pref_notifications' => 'Notificacions',
'pref_notifications_help' => 'Indica si aquestes són notificacions que vols rebre. Algunes notificacions podrien contenir informació financera sensible.',
'slack_webhook_url' => 'Webhook URL de Slack',
@@ -1625,8 +1625,8 @@ return [
'create_new_revenue' => 'Crear un nou compte de beneficis',
'create_new_piggy_bank' => 'Crea una guardiola nova',
'create_new_bill' => 'Crear una nova factura',
'create_new_subscription' => 'Create new subscription',
'create_new_rule' => 'Create new rule',
'create_new_subscription' => 'Crea una nova subscripció',
'create_new_rule' => 'Crea una nova regla',
// currencies:
'create_currency' => 'Crear una nova moneda',
@@ -1785,7 +1785,7 @@ return [
'bill_repeats_half-year_skip' => 'Es repeteix cada {skip} mitjos anys',
'bill_repeats_yearly_skip' => 'Es repeteix cada {skip} anys',
'subscriptions' => 'Subscripcions',
'go_to_subscriptions' => 'Go to your subscriptions',
'go_to_subscriptions' => 'Ves a les teves subscripcions',
'forever' => 'Per a sempre',
'extension_date_is' => 'La data d\'extensió és {date}',
@@ -2372,7 +2372,7 @@ return [
'created_tag' => 'L\'etiqueta ":tag" ha sigut creada!',
'transaction_journal_information' => 'Informació de la transacció',
'transaction_journal_amount' => 'Amount information',
'transaction_journal_amount' => 'Informació de la quantitat',
'transaction_journal_meta' => 'Metainformació',
'transaction_journal_more' => 'Més informació',
'basic_journal_information' => 'Informació de transacció bàsica',

View File

@@ -23,47 +23,47 @@ declare(strict_types=1);
return [
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
'find_or_create_tag_failed' => 'Could not find or create tag ":tag"',
'tag_already_added' => 'Tag ":tag" is already linked to this transaction',
'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III',
'inspect_rule' => 'Inspect rule ":title" @ Firefly III',
'journal_other_user' => 'This transaction doesn\'t belong to the user',
'no_such_journal' => 'This transaction doesn\'t exist',
'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed',
'journal_already_no_category' => 'This transaction had no category, so it cannot be removed',
'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed',
'journal_not_found' => 'Firefly III can\'t find the requested transaction',
'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits',
'is_already_withdrawal' => 'This transaction is already a withdrawal',
'is_already_deposit' => 'This transaction is already a deposit',
'is_already_transfer' => 'This transaction is already a transfer',
'is_not_transfer' => 'This transaction is not a transfer',
'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III',
'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"',
'new_notes_empty' => 'The notes to be set are empty',
'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal',
'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit',
'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer',
'already_has_source_asset' => 'This transaction already has ":name" as the source asset account',
'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset 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_linked_to_subscription' => 'The transaction is already linked to 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_tags_to_remove' => 'The transaction has no tags to remove',
'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"',
'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"',
'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account',
'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction',
'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction',
'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account',
'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account',
'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"',
'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken',
'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction',
'cannot_find_budget' => 'Firefly III can\'t find budget ":name"',
'cannot_find_category' => 'Firefly III can\'t find category ":name"',
'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"',
'main_message' => 'Acció ":action", present a la regla ":rule", no s\'ha pogut aplicar a la transacció #:group: :error',
'find_or_create_tag_failed' => 'No s\'ha pogut trobar o crear l\'etiqueta ":tag"',
'tag_already_added' => 'L\'etiqueta ":tag" ja està enllaçada a aquesta transacció',
'inspect_transaction' => 'Inspecciona la transacció ":title" a Firefly III',
'inspect_rule' => 'Inspecciona la norma ":title" a Firefly III',
'journal_other_user' => 'Aquesta transacció no pertany a l\'usuari',
'no_such_journal' => 'Aquesta transacció no existeix',
'journal_already_no_budget' => 'Aquesta transacció no té cap pressupost, així que no es pot eliminar',
'journal_already_no_category' => 'Aquesta transacció no tenia cap categoria, així que no es pot eliminar',
'journal_already_no_notes' => 'Aquesta transacció no tenia notes, així que no es poden eliminar',
'journal_not_found' => 'Firefly III no pot trobar la transacció sol·licitada',
'split_group' => 'Firefly III no pot executar aquesta acció a una transacció amb varies divisions',
'is_already_withdrawal' => 'Aquesta transacció ja és una retirada',
'is_already_deposit' => 'Aquesta transacció ja és un dipòsit',
'is_already_transfer' => 'Aquesta transacció ja és una transferència',
'is_not_transfer' => 'Aquesta transacció no és una transferència',
'complex_error' => 'Una operació complicada ha anat malament. Disculpa. Per favor, revisa els registres de Firefly III',
'no_valid_opposing' => 'La conversió ha fallat perquè no hi ha cap compte anomenat ":account"',
'new_notes_empty' => 'Les notes a establir són buides',
'unsupported_transaction_type_withdrawal' => 'Firefly III no pot convertir un/una ":type" a una retirada',
'unsupported_transaction_type_deposit' => 'Firefly III no pot convertir una ":type" a un dipòsit',
'unsupported_transaction_type_transfer' => 'Firefly III no pot convertir un/una ":type" a una transferència',
'already_has_source_asset' => 'Aquesta transacció ja té ":name" com al compte d\'actius font',
'already_has_destination_asset' => 'Aquesta transacció ja té ":name" com al compte d\'actius 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_linked_to_subscription' => 'La transacció ja està enllaçada a 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_tags_to_remove' => 'La transacció no té etiquetes que eliminar',
'cannot_find_tag' => 'Firefly III no ha pogut trobar l\'etiqueta ":tag"',
'cannot_find_asset' => 'Firefly III no ha pogut trobar el compte d\'actius ":name"',
'cannot_find_accounts' => 'Firefly III no ha pogut trobar el compte destí o font',
'cannot_find_source_transaction' => 'Firefly III no pot trobar la transacció d\'origen',
'cannot_find_destination_transaction' => 'Firefly III no pot trobar la transacció de destinació',
'cannot_find_source_transaction_account' => 'Firefly III no pot trobar el compte font de la transacció',
'cannot_find_destination_transaction_account' => 'Firefly III no pot trobar el compte de destinació de la transacció',
'cannot_find_piggy' => 'Firefly III no pot trobar una guardiola anomenada ":name"',
'no_link_piggy' => 'Els comptes d\'aquesta transacció no estan enllaçats a la guardiola, així que no es durà a terme cap acció',
'cannot_unlink_tag' => 'L\'etiqueta ":tag" no està enllaçada a aquesta transacció',
'cannot_find_budget' => 'Firefly III no pot trobar el pressupost ":name"',
'cannot_find_category' => 'Firefly III no pot trobar la categoria ":name"',
'cannot_set_budget' => 'Firefly III no pot establir el pressupost ":name" a una transacció del tipus ":type"',
];