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 [
@@ -56,6 +58,9 @@ return [
'source' => 'Source',
'next_expected_match' => 'Next expected match',
'automatch' => 'Auto match?',
// Ignore this comment
'repeat_freq' => 'Repeats',
'description' => 'Description',
'amount' => 'Amount',
@@ -121,6 +126,9 @@ return [
'external_id' => 'External ID',
'account_at_bunq' => 'Account with bunq',
'file_name' => 'File name',
// Ignore this comment
'file_size' => 'File size',
'file_type' => 'File type',
'attached_to' => 'Attached to',
@@ -149,3 +157,4 @@ return [
'secret' => 'Secret',
];
// Ignore this comment