mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update meta files for new release.
This commit is contained in:
@@ -864,12 +864,12 @@ return [
|
||||
'rule_trigger_transaction_type' => 'La transacció és del tipus ":trigger_value"',
|
||||
'rule_trigger_category_is_choice' => 'La categoria és..',
|
||||
'rule_trigger_category_is' => 'La categoria és ":trigger_value"',
|
||||
'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..',
|
||||
'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value',
|
||||
'rule_trigger_amount_less_choice' => 'La quantitat és menor o igual a ..',
|
||||
'rule_trigger_amount_less' => 'La quantitat és menor o igual a :trigger_value',
|
||||
'rule_trigger_amount_is_choice' => 'La quantitat és..',
|
||||
'rule_trigger_amount_is' => 'La quantitat és :trigger_value',
|
||||
'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..',
|
||||
'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value',
|
||||
'rule_trigger_amount_more_choice' => 'La quantitat és major o igual a..',
|
||||
'rule_trigger_amount_more' => 'La quantitat és major o igual a :trigger_value',
|
||||
'rule_trigger_description_starts_choice' => 'La descripció comença per..',
|
||||
'rule_trigger_description_starts' => 'La descripció comença per ":trigger_value"',
|
||||
'rule_trigger_description_ends_choice' => 'La descripció acaba amb..',
|
||||
@@ -934,14 +934,14 @@ return [
|
||||
'rule_trigger_internal_reference_is' => 'La referència interna és ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'L\'ID del llibre de transaccions és..',
|
||||
'rule_trigger_journal_id' => 'L\'ID del llibre de transaccions és ":trigger_value"',
|
||||
'rule_trigger_any_external_url' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_url_choice' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_id' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_id_choice' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_url' => 'La transació té (cap) URL externa',
|
||||
'rule_trigger_any_external_url_choice' => 'La transació té (cap) URL externa',
|
||||
'rule_trigger_any_external_id' => 'La transació té (cap) ID extern',
|
||||
'rule_trigger_any_external_id_choice' => 'La transació té (cap) ID extern',
|
||||
'rule_trigger_no_external_url_choice' => 'La transacció no té URL extern',
|
||||
'rule_trigger_no_external_url' => 'La transacció no té URL extern',
|
||||
'rule_trigger_no_external_id_choice' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id_choice' => 'La transacció no té cap ID extern',
|
||||
'rule_trigger_no_external_id' => 'La transacció no té cap ID extern',
|
||||
'rule_trigger_id_choice' => 'L\'ID de la transacció és..',
|
||||
'rule_trigger_id' => 'L\'ID de la transacció és ":trigger_value"',
|
||||
'rule_trigger_sepa_ct_is_choice' => 'El SEPA CT és..',
|
||||
@@ -1260,8 +1260,8 @@ return [
|
||||
'rule_action_set_notes_choice' => 'Establir les notes a ..',
|
||||
'rule_action_link_to_bill_choice' => 'Enllaçar a una factura ..',
|
||||
'rule_action_link_to_bill' => 'Enllaçar a la factura ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_switch_accounts_choice' => 'Canvia els comptes font i destí (només transferències!)',
|
||||
'rule_action_switch_accounts' => 'Canvia font i destí',
|
||||
'rule_action_set_notes' => 'Establir notes a ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'Convertir la transacció a un dipòsit',
|
||||
'rule_action_convert_deposit' => 'Convertir la transacció a un dipòsit de ":action_value"',
|
||||
@@ -1395,6 +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_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',
|
||||
@@ -1403,7 +1404,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => 'Administració financera',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
'administrations_index_menu' => 'Administració financera',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purgar dades de Firefly III',
|
||||
@@ -1624,6 +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',
|
||||
|
||||
// currencies:
|
||||
'create_currency' => 'Crear una nova moneda',
|
||||
@@ -1782,6 +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',
|
||||
'forever' => 'Per a sempre',
|
||||
'extension_date_is' => 'La data d\'extensió és {date}',
|
||||
|
||||
@@ -1823,10 +1827,10 @@ return [
|
||||
'asset_accounts' => 'Comptes d\'actius',
|
||||
'undefined_accounts' => 'Comptes',
|
||||
'asset_accounts_inactive' => 'Comptes d\'actius (inactius)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_account' => 'Compte de despeses',
|
||||
'expense_accounts' => 'Comptes de despeses',
|
||||
'expense_accounts_inactive' => 'Comptes de despeses (inactius)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_account' => 'Compte d\'ingressos',
|
||||
'revenue_accounts' => 'Comptes d\'ingressos',
|
||||
'revenue_accounts_inactive' => 'Comptes d\'ingressos (inactius)',
|
||||
'cash_accounts' => 'Comptes d\'efectiu',
|
||||
@@ -1915,7 +1919,7 @@ return [
|
||||
'categories' => 'Categories',
|
||||
'edit_category' => 'Editar la categoria ":name"',
|
||||
'no_category' => '(cap categoria)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'unknown_category_plain' => 'Sense categoria',
|
||||
'category' => 'Categoria',
|
||||
'delete_category' => 'Eliminar categoria ":name"',
|
||||
'deleted_category' => 'S\'ha eliminat la categoria ":name"',
|
||||
@@ -2083,12 +2087,12 @@ return [
|
||||
'searchPlaceholder' => 'Cerca...',
|
||||
'version' => 'Versió',
|
||||
'dashboard' => 'Panell de control',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'income_and_expense' => 'Ingressos i despeses',
|
||||
'all_money' => 'Tots els teus diners',
|
||||
'unknown_source_plain' => 'Compte font desconegut',
|
||||
'unknown_dest_plain' => 'Compte de destí desconegut',
|
||||
'unknown_any_plain' => 'Compte desconegut',
|
||||
'unknown_budget_plain' => 'Cap pressupost',
|
||||
'available_budget' => 'Pressupost disponible ({currency})',
|
||||
'currencies' => 'Monedes',
|
||||
'activity' => 'Activitat (exercici)',
|
||||
@@ -2368,6 +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_meta' => 'Metainformació',
|
||||
'transaction_journal_more' => 'Més informació',
|
||||
'basic_journal_information' => 'Informació de transacció bàsica',
|
||||
@@ -2397,7 +2402,7 @@ return [
|
||||
'invite_user' => 'Convida l\'usuari',
|
||||
'user_is_invited' => 'El correu electrònic ":address" s\'ha convidat a Firefly III',
|
||||
'administration' => 'Administració',
|
||||
'system_settings' => 'System settings',
|
||||
'system_settings' => 'Configuració del sistema',
|
||||
'code_already_used' => 'El code d\'invitació ja s\'ha gastat',
|
||||
'user_administration' => 'Administració d\'usuaris',
|
||||
'list_all_users' => 'Tots els usuaris',
|
||||
@@ -2537,7 +2542,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(no agrupades)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
'default_group_title_name_plain' => 'no agrupades',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Anem a crear un compte d\'actius!',
|
||||
@@ -2722,7 +2727,7 @@ return [
|
||||
'ale_action_clear_tag' => 'Etiqueta buidada',
|
||||
'ale_action_clear_all_tags' => 'Buidades totes les etiquetes',
|
||||
'ale_action_set_bill' => 'Enllaçat a la factura',
|
||||
'ale_action_switch_accounts' => 'Switched source and destination account',
|
||||
'ale_action_switch_accounts' => 'S\'han canviat els comptes font i de destinació',
|
||||
'ale_action_set_budget' => 'Establir pressupost',
|
||||
'ale_action_set_category' => 'Establir categoria',
|
||||
'ale_action_set_source' => 'Establir compte d\'origen',
|
||||
|
||||
@@ -147,7 +147,7 @@ return [
|
||||
'start_date' => 'Inici del rang',
|
||||
'end_date' => 'Fi del rang',
|
||||
'enddate' => 'Data de fi',
|
||||
'move_rules_before_delete' => 'Rule group',
|
||||
'move_rules_before_delete' => 'Grup de normes',
|
||||
'start' => 'Inici del rang',
|
||||
'end' => 'Fi del rang',
|
||||
'delete_account' => 'Eliminar compte ":name"',
|
||||
|
||||
69
resources/lang/ca_ES/rules.php
Normal file
69
resources/lang/ca_ES/rules.php
Normal file
@@ -0,0 +1,69 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
/*
|
||||
* rules.php
|
||||
* Copyright (c) 2023 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
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"',
|
||||
];
|
||||
Reference in New Issue
Block a user