Auto commit for release 'develop' on 2024-11-11

This commit is contained in:
github-actions
2024-11-11 04:10:58 +01:00
parent 22498b5804
commit 582671ca84
10 changed files with 148 additions and 141 deletions

View File

@@ -5,8 +5,8 @@
"flash_warning": "Waarschuwing!",
"flash_success": "Gelukt!",
"close": "Sluiten",
"select_dest_account": "Please select or type a valid destination account name",
"select_source_account": "Please select or type a valid source account name",
"select_dest_account": "Selecteer of type een geldige doelrekeningnaam",
"select_source_account": "Selecteer of type een geldige bronrekeningnaam",
"split_transaction_title": "Beschrijving van de gesplitste transactie",
"errors_submission": "Er ging iets mis. Check de errors.",
"split": "Splitsen",

View File

@@ -26,8 +26,8 @@ declare(strict_types=1);
return [
// general stuff:
'stored_in_tz' => 'stored in ":timezone"',
'displayed_in_tz' => 'displayed in ":timezone"',
'stored_in_tz' => 'stored in ":timezone"',
'displayed_in_tz' => 'displayed in ":timezone"',
'close' => 'Close',
'actions' => 'Actions',
'edit' => 'Edit',