Add new strings to global translation files. #3363

This commit is contained in:
James Cole 2020-05-16 16:30:17 +02:00
parent 5d410e577e
commit 793918f2f3

View File

@ -1052,6 +1052,8 @@ return [
'unknown_journal_error' => 'Could not store the transaction. Please check the log files.',
'attachment_not_found' => 'This attachment could not be found.',
'journal_link_bill' => 'This transaction is linked to bill <a href=":route">:name</a>. To remove the connection, uncheck the checkbox. Use rules to connect it to another bill.',
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> has been stored.',
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> has been updated.',
// new user:
'welcome' => 'Welcome to Firefly III!',