mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Add placeholder to en_US files.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user