mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update language strings
This commit is contained in:
@@ -32,7 +32,5 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
|
||||
@@ -31,10 +31,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
return [
|
||||
'failed' => 'Aquestes credencials no es corresponen a les que tenim registrades.',
|
||||
'throttle' => 'Massa intents d\'inici de sessió. Si us plau, prova-ho en :seconds segons.',
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -66,7 +65,7 @@ return [
|
||||
'transfer_list' => 'Transferències',
|
||||
'transfers_list' => 'Transferències',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -77,7 +76,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'reconciliation_list' => 'Consolidacions',
|
||||
'create_withdrawal' => 'Crea un nou reintegrament',
|
||||
'create_deposit' => 'Crea un nou dipòsit',
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
||||
@@ -31,27 +31,26 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'html_language' => 'ca',
|
||||
'locale' => 'ca, Català, ca_ES.utf8, ca_ES.utf8',
|
||||
//'month' => '%B %Y',
|
||||
// 'month' => '%B %Y',
|
||||
'month_js' => 'MMMM YYYY',
|
||||
|
||||
//'month_and_day' => '%B %e, %Y',
|
||||
// 'month_and_day' => '%B %e, %Y',
|
||||
'month_and_day_moment_js' => 'D MMM, YYYY',
|
||||
'month_and_day_fns' => 'd MMMM y',
|
||||
'month_and_day_js' => 'Do MMMM, YYYY',
|
||||
|
||||
//'month_and_date_day' => '%A %B %e, %Y',
|
||||
// 'month_and_date_day' => '%A %B %e, %Y',
|
||||
'month_and_date_day_js' => 'dddd D [de/d\'] MMMM [de] YYYY',
|
||||
|
||||
//'month_and_day_no_year' => '%B %e',
|
||||
// 'month_and_day_no_year' => '%B %e',
|
||||
'month_and_day_no_year_js' => 'D [de/d\'] MMMM',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -62,22 +61,21 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
//'date_time' => '%B %e, %Y, @ %T',
|
||||
// 'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'Do MMMM, YYYY a les HH:mm:ss',
|
||||
'date_time_fns' => 'D [de/d\'] MMMM yyyy [a les] HH:mm:ss',
|
||||
|
||||
//'specific_day' => '%e %B %Y',
|
||||
// 'specific_day' => '%e %B %Y',
|
||||
'specific_day_js' => 'D MMMM YYYY',
|
||||
|
||||
//'week_in_year' => 'Week %V, %G',
|
||||
// 'week_in_year' => 'Week %V, %G',
|
||||
'week_in_year_js' => '[Week] W, GGGG',
|
||||
'week_in_year_fns' => "'Setmana' w, yyyy",
|
||||
|
||||
//'year' => '%Y',
|
||||
// 'year' => '%Y',
|
||||
'year_js' => 'YYYY',
|
||||
|
||||
//'half_year' => '%B %Y',
|
||||
// 'half_year' => '%B %Y',
|
||||
'half_year_js' => '\QQ YYYY',
|
||||
|
||||
'quarter_fns' => "'Trimestre' Q, yyyy",
|
||||
@@ -101,4 +99,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -58,4 +57,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -45,7 +44,7 @@ return [
|
||||
'admin_test_subject' => 'Missatge de prova de la teva instal·lació de Firefly III',
|
||||
'admin_test_body' => 'Aquest és un missatge de prova de la teva instància de Firefly III. S\'ha enviat a :email.',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -56,7 +55,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// invite
|
||||
'invitation_created_subject' => 'S\'ha creat una invitació',
|
||||
'invitation_created_body' => 'L\'usuari administrador ":email" ha creat una invitació d\'usuari que pot utilitzar qui estigui darrere l\'adreça de correu ":invitee". La invitació serà vàlida durant 48 h.',
|
||||
@@ -92,7 +90,7 @@ return [
|
||||
'registered_pw_reset_link' => 'Restablir contrasenya:',
|
||||
'registered_doc_link' => 'Documentació:',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -103,7 +101,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => 'Hi ha disponible una nova versió de Firefly III',
|
||||
|
||||
@@ -147,7 +144,7 @@ return [
|
||||
'error_stacktrace_below' => 'La traça completa és a continuació:',
|
||||
'error_headers' => 'Les següents capçaleres també podrien ser rellevants:',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -158,7 +155,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// report new journals
|
||||
'new_journals_subject' => 'Firefly III ha creat una nova transacció|Firefly III ha creat :count noves transaccions',
|
||||
'new_journals_header' => 'Firefly III ha creat una transacció per tu. Pots trobar-la a la teva instal·lació de Firefly III:|Firefly III ha creat :count transaccions per tu. Les pots trobar a la teva instal·lació de Firefly III:',
|
||||
@@ -173,7 +169,6 @@ return [
|
||||
'bill_warning_end_date_zero' => 'La factura **":name"** venç el :date. Això és **AVUI!**',
|
||||
'bill_warning_extension_date_zero' => 'La factura **":name"** ha de ser prorrogada o cancel·lada el :date. Això és **AVUI!**',
|
||||
'bill_warning_please_action' => 'Si us plau, prengui les mesures oportunes.',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -185,4 +180,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -52,7 +51,7 @@ return [
|
||||
'stacktrace' => 'Traça de la pila',
|
||||
'more_info' => 'Més informació',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -63,7 +62,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Si us plau, recopili més informació al directori <code>emmagatzematge/registre</code> on hi ha els fitxers de registre. Si utilitzes Docker, utilitza <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Pots llegir més sobre recol·lectar informació d\'errors a les <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">Preguntes Freqüents</a>.',
|
||||
'github_help' => 'Obtenir ajuda a GitHub',
|
||||
@@ -76,5 +74,4 @@ return [
|
||||
'offline_header' => 'Probablement estàs desconnectat',
|
||||
'offline_unreachable' => 'Firefly III no es troba accessible. El teu dispositiu està desconnectat o el servidor no funciona.',
|
||||
'offline_github' => 'Si n\'estàs segur que el teu dispositiu i el servidor estan connectats, si us plau, obre un tiquet a <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
||||
@@ -33,7 +33,6 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
'close' => 'Tancar',
|
||||
@@ -339,7 +338,7 @@ return [
|
||||
|
||||
// old
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -350,7 +349,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'search_modifier_date_on' => 'La data de la transacció és ":value"',
|
||||
'search_modifier_not_date_on' => 'La data de la transacció no és ":value"',
|
||||
'search_modifier_reconciled' => 'La transacció s\'ha consolidat',
|
||||
@@ -487,7 +485,6 @@ return [
|
||||
'search_modifier_date_after_month' => 'El mes de la transacció és igual o posterior a ":value"',
|
||||
'search_modifier_date_after_day' => 'El dia del mes de la transacció és igual o posterior a ":value"',
|
||||
|
||||
|
||||
// new
|
||||
'search_modifier_tag_is_not' => 'Cap etiqueta és ":value"',
|
||||
'search_modifier_not_tag_is_not' => 'L\'etiqueta és ":value"',
|
||||
@@ -715,7 +712,7 @@ return [
|
||||
'create_rule_from_query' => 'Crear regla nova a partir de la consulta de la cerca',
|
||||
'rule_from_search_words' => 'El motor de regles ha tingut problemes gestionant ":string". La regla suggerida que s\'ajusti a la consulta de cerca pot donar resultats diferents. Si us plau, verifica els activadors de la regla curosament.',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -726,7 +723,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// END
|
||||
'modifiers_applies_are' => 'Els següents modificadors també s\'han aplicat a la cerca:',
|
||||
'general_search_error' => 'Ha succeït un error durant la cerca. Si us plau, comprova els fitxers de registre per obtenir més informació.',
|
||||
@@ -819,7 +815,6 @@ return [
|
||||
'rule_trigger_update_journal' => 'Quan s\'actualitza una transacció',
|
||||
'rule_trigger_user_action' => 'L\'acció de l\'usuari és ":trigger_value"',
|
||||
|
||||
|
||||
// OLD values (remove non-doubles later):
|
||||
'rule_trigger_source_account_starts_choice' => 'El nom del compte d\'origen comença per..',
|
||||
'rule_trigger_source_account_starts' => 'El nom del compte d\'origen comença per ":trigger_value"',
|
||||
@@ -1214,7 +1209,7 @@ return [
|
||||
'rule_trigger_not_destination_is_cash' => 'El compte de destí no és un compte d\'efectiu',
|
||||
'rule_trigger_not_account_is_cash' => 'Cap dels comptes és un compte d\'efectiu',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -1225,7 +1220,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// actions
|
||||
// set, clear, add, remove, append/prepend
|
||||
'rule_action_delete_transaction_choice' => 'ELIMINAR transacció(!)',
|
||||
@@ -1314,7 +1308,6 @@ return [
|
||||
'create_rule_from_transaction' => 'Crear regla basada en la transacció',
|
||||
'create_recurring_from_transaction' => 'Crear transacció periòdica basada en la transacció',
|
||||
|
||||
|
||||
// preferences
|
||||
'dark_mode_option_browser' => 'Deixa que el navegador decideixi',
|
||||
'dark_mode_option_light' => 'Sempre Clar',
|
||||
@@ -1538,7 +1531,7 @@ return [
|
||||
'multi_account_warning_deposit' => 'Tingues en compte que el compte de destí de divisions posteriors serà anul·lat pel que es troba definit a la primera divisió del dipòsit.',
|
||||
'multi_account_warning_transfer' => 'Tingues en compte que el compte d\'origen + destí de divisions posteriors serà anul·lat pel que es troba definit a la primera divisió de la transferència.',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -1549,7 +1542,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// export data:
|
||||
'export_data_title' => 'Exportar dades de Firefly III',
|
||||
'export_data_menu' => 'Exportar dades',
|
||||
@@ -1942,7 +1934,7 @@ return [
|
||||
'stored_category' => 'S\'ha desat la nova categoria ":name"',
|
||||
'without_category_between' => 'Sense categoria entre :start i :end',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -1953,7 +1945,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// transactions:
|
||||
'unreconcile' => 'Desfés la reconciliació',
|
||||
'update_withdrawal' => 'Actualitzar retirada',
|
||||
@@ -2053,7 +2044,6 @@ return [
|
||||
'first_split_overrules_destination' => 'La primera divisió pot sobreescriure el compte de destinació',
|
||||
'spent_x_of_y' => 'Gastat {amount} de {total}',
|
||||
|
||||
|
||||
// new user:
|
||||
'welcome' => 'Benvingut a Firefly III!',
|
||||
'submit' => 'Enviar',
|
||||
@@ -2183,7 +2173,7 @@ return [
|
||||
'classification' => 'Classificació',
|
||||
'store_transaction' => 'Desar transacció',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -2194,7 +2184,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// reports:
|
||||
'report_default' => 'Informe financer per defecte entre :start i :end',
|
||||
'report_audit' => 'Visió general de l\'historial de transaccions entre :start i :end',
|
||||
@@ -2299,7 +2288,7 @@ return [
|
||||
'sum_in_default_currency' => 'La suma sempre estarà en la teua moneda per defecte.',
|
||||
'net_filtered_prefs' => 'Aquesta gràfica mai inclourà comptes que tenen la casella "Inclou al valor net" desmarcada.',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -2310,7 +2299,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// charts:
|
||||
'chart' => 'Gràfica',
|
||||
'month' => 'Mes',
|
||||
@@ -2401,7 +2389,7 @@ return [
|
||||
'total_amount' => 'Import total',
|
||||
'number_of_decimals' => 'Nombre de decimals',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -2412,7 +2400,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'La invitació a ":address" ja ha sigut gastada.',
|
||||
'invite_is_deleted' => 'La invitació a ":address" ha sigut eliminada.',
|
||||
@@ -2473,7 +2460,6 @@ return [
|
||||
'save_notification_settings' => 'Desa la configuració',
|
||||
'notification_settings_saved' => 'La configuració de notificacions s\'ha desat',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Descripció de la transacció dividida',
|
||||
'split_transaction_title_help' => 'Si crees una transacció dividida, ha d\'haver una descripció global per a totes les divisions de la transacció.',
|
||||
'split_title_help' => 'Si crees una transacció dividida, ha d\'haver una descripció global per a totes les divisions de la transacció.',
|
||||
@@ -2481,7 +2467,6 @@ return [
|
||||
'you_create_withdrawal' => 'Estàs creant una retirada.',
|
||||
'you_create_deposit' => 'Estàs creant un ingrés.',
|
||||
|
||||
|
||||
// links
|
||||
'journal_link_configuration' => 'Configuració dels enllaços de la transacció',
|
||||
'create_new_link_type' => 'Crea un nou tipus d\'enllaç',
|
||||
@@ -2687,7 +2672,7 @@ return [
|
||||
'except_weekends' => 'Excepte els caps de setmana',
|
||||
'recurrence_deleted' => 'S\'ha eliminat la transacció recurrent ":title"',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -2698,7 +2683,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Gastat (:currency)',
|
||||
@@ -2762,7 +2746,6 @@ return [
|
||||
// dashboard
|
||||
'enable_auto_convert' => 'Habilita la conversió de moneda',
|
||||
'disable_auto_convert' => 'Deshabilita la conversió de moneda',
|
||||
|
||||
];
|
||||
|
||||
/*
|
||||
@@ -2775,4 +2758,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -75,7 +74,7 @@ return [
|
||||
'tagMode' => 'Mode d\'etiqueta',
|
||||
'virtual_balance' => 'Saldo virtual',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -86,7 +85,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'targetamount' => 'Quantitat objectiu',
|
||||
'account_role' => 'Rol del compte',
|
||||
'opening_balance_date' => 'Data del saldo inicial',
|
||||
@@ -180,7 +178,7 @@ return [
|
||||
'journal_areYouSure' => 'Estàs segur que vols eliminar la transacció amb descripció ":description"?',
|
||||
'mass_journal_are_you_sure' => 'Estàs segur que vols eliminar aquestes transaccions?',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -191,7 +189,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'tag_areYouSure' => 'Estàs segur que vols eliminar l\'etiqueta ":tag"?',
|
||||
'journal_link_areYouSure' => 'Estàs segur que vols eliminar l\'enllaç entre <a href=":source_link">:source</a> i <a href=":destination_link">:destination</a>?',
|
||||
'linkType_areYouSure' => 'Estàs segur que vols eliminar el tipus d\'enllaç ":name" (":inward" / ":outward")?',
|
||||
@@ -230,7 +227,6 @@ return [
|
||||
'album' => 'Àlbum',
|
||||
'song' => 'Cançó',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Domini',
|
||||
'single_user_mode' => 'Deshabilitar registre d\'usuaris',
|
||||
@@ -256,7 +252,7 @@ return [
|
||||
'fints_account' => 'Compte FinTS',
|
||||
'local_account' => 'Compte Firefly III',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -267,7 +263,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Data des de',
|
||||
'to_date' => 'Data fins a',
|
||||
'due_date' => 'Data de venciment',
|
||||
@@ -314,4 +309,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -65,7 +64,7 @@ return [
|
||||
'budgets_index_list_of_budgets' => 'Fes servir aquesta taula per establir les quantitats per cada pressupost i veure com t\'està anant.',
|
||||
'budgets_index_outro' => 'Per aprendre més coses sobre pressupostar, dóna un cop d\'ull a la icona d\'ajuda de la cantonada superior dreta.',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -76,7 +75,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// reports (index)
|
||||
'reports_index_intro' => 'Fes servir aquests informes per obtenir detalls de les teves finances.',
|
||||
'reports_index_inputReportType' => 'Escull un tipus d\'informe. Dóna un cop d\'ull a les pàgines d\'ajuda per veure el que mostra cada informe.',
|
||||
@@ -114,7 +112,7 @@ return [
|
||||
'piggy-banks_index_button' => 'Al costat d\'aquesta barra de progrés hi ha dos botons (+ i -) per afegir o treure diners de cada guardiola.',
|
||||
'piggy-banks_index_accountStatus' => 'Per cada compte d\'actius amb una guardiola com a mínim, el seu estat es llista en aquesta taula.',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -125,7 +123,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// create piggy
|
||||
'piggy-banks_create_name' => 'Quin és el teu objectiu? Un nou sofà, una càmera, diners per emergències?',
|
||||
'piggy-banks_create_date' => 'Pots establir una data objectiu o una data límit per la teva guardiola.',
|
||||
@@ -148,7 +145,7 @@ return [
|
||||
// create bill
|
||||
'bills_create_intro' => 'Fes servir les factures per fer el seguiment als diners que deguis a cada període. Pensa en despeses com el lloguer, assegurança o el pagament de la hipoteca.',
|
||||
'bills_create_name' => 'Usa noms descriptius com "Lloguer" o "Assegurança de salut".',
|
||||
//'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.',
|
||||
// 'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.',
|
||||
'bills_create_amount_min_holder' => 'Selecciona una quantitat mínima i màxima per aquesta factura.',
|
||||
'bills_create_repeat_freq_holder' => 'La majoria de factures es repeteixen mensualment, però pots establir una altra freqüència aquí.',
|
||||
'bills_create_skip_holder' => 'Si una factura es repeteix cada 2 setmanes, el camp "ometre" s\'ha d\'establir a "1" per saltar cada altra setmana.',
|
||||
@@ -168,7 +165,7 @@ return [
|
||||
'rules_create_test_rule_triggers' => 'Fes servir aquest botó per veure quines transaccions coincideixen amb la regla.',
|
||||
'rules_create_actions' => 'Estableix tantes accions com vulguis.',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -179,7 +176,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// preferences
|
||||
'preferences_index_tabs' => 'Hi ha més opcions disponibles sota aquestes pestanyes.',
|
||||
|
||||
@@ -201,4 +197,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -69,7 +68,7 @@ return [
|
||||
'next_expected_match' => 'Pròxima coincidència esperada',
|
||||
'automatch' => 'Cercar coincidència automàticament?',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -80,7 +79,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'repeat_freq' => 'Repeticions',
|
||||
'description' => 'Descripció',
|
||||
'amount' => 'Quantitat',
|
||||
@@ -147,7 +145,7 @@ return [
|
||||
'account_at_bunq' => 'Compte amb bunq',
|
||||
'file_name' => 'Nom del fitxer',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -158,7 +156,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Mida del fitxer',
|
||||
'file_type' => 'Tipus de fitxer',
|
||||
'attached_to' => 'Adjuntat a',
|
||||
@@ -185,7 +182,6 @@ return [
|
||||
'delivery' => 'Lliurament',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -197,4 +193,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
|
||||
/*
|
||||
* rules.php
|
||||
* Copyright (c) 2023 james@firefly-iii.org
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -101,7 +100,7 @@ return [
|
||||
'unique_object_for_user' => 'Aquest nom ja és en ús.',
|
||||
'unique_account_for_user' => 'Aquest nom de compte ja és en ús.',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -112,7 +111,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'between.numeric' => 'El camp :attribute ha d\'estar entre :min i :max.',
|
||||
'between.file' => 'El camp :attribute ha de tenir entre :min i :max kilobytes.',
|
||||
'between.string' => 'El camp :attribute ha de tenir entre :min i :max caràcters.',
|
||||
@@ -181,7 +179,7 @@ return [
|
||||
'same_account_type' => 'Ambdues comptes han de ser del mateix tipus',
|
||||
'same_account_currency' => 'Ambdues comptes han de tenir la mateixa configuració de moneda',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -192,7 +190,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'secure_password' => 'Aquesta contrasenya no és segura. Si us plau, prova-ho de nou. Per més informació, visita https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Tipus de repetició invàlid per transaccions periòdiques.',
|
||||
'valid_recurrence_rep_moment' => 'Moment de repetició invàlid per aquest tipus de repetició.',
|
||||
@@ -254,7 +251,7 @@ return [
|
||||
'deposit_dest_bad_data' => 'No s\'ha pogut trobar un compte de destí vàlid buscant l\'ID ":id" o el nom ":name".',
|
||||
'deposit_dest_wrong_type' => 'El compte de destí enviat no és del tipus correcte.',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -265,7 +262,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Necessites obtenir un ID de compte d\'origen vàlid i/o un nom de compte d\'origen vàlid per continuar.',
|
||||
'transfer_source_bad_data' => '[c] No s\'ha pogut trobar un compte font vàlid en cercar per l\'identificador ":id" o el nom ":name".',
|
||||
'transfer_dest_need_data' => '[c] Cal obtenir un identificador i/o nom vàlid d\'un compte destí per a continuar.',
|
||||
@@ -308,4 +304,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user