mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update languages and related files.
This commit is contained in:
@@ -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' => '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_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_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' => 'L\'opération est déjà liée à la catégorie ":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"',
|
||||
'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',
|
||||
|
||||
Reference in New Issue
Block a user