Add placeholder to en_US files.

This commit is contained in:
James Cole
2023-01-14 15:32:51 +01:00
parent db0500dcf0
commit 65027d7832
15 changed files with 101 additions and 0 deletions

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -62,6 +64,9 @@ return [
'opening_balance' => 'Opening balance',
'tagMode' => 'Tag mode',
'virtual_balance' => 'Virtual balance',
// Ignore this comment
'targetamount' => 'Target amount',
'account_role' => 'Account role',
'opening_balance_date' => 'Opening balance date',
@@ -153,6 +158,9 @@ return [
'piggyBank_areYouSure' => 'Are you sure you want to delete the piggy bank named ":name"?',
'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?',
'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?',
// Ignore this comment
'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?',
'journal_link_areYouSure' => 'Are you sure you want to delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>?',
'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?',
@@ -216,6 +224,9 @@ return [
'fints_password' => 'PIN / Password',
'fints_account' => 'FinTS account',
'local_account' => 'Firefly III account',
// Ignore this comment
'from_date' => 'Date from',
'to_date' => 'Date to',
'due_date' => 'Due date',
@@ -252,3 +263,4 @@ return [
'webhook_response' => 'Response',
'webhook_trigger' => 'Trigger',
];
// Ignore this comment