Format translations [skip ci]

This commit is contained in:
James Cole
2017-08-30 07:09:52 +02:00
parent d610302e79
commit 062272a6e8

View File

@@ -12,72 +12,71 @@ declare(strict_types=1);
*/ */
return [ return [
'buttons' => 'Buttons', 'buttons' => 'Buttons',
'icon' => 'Icon', 'icon' => 'Icon',
'id' => 'ID', 'id' => 'ID',
'create_date' => 'Created at', 'create_date' => 'Created at',
'update_date' => 'Updated at', 'update_date' => 'Updated at',
'balance_before' => 'Balance before', 'balance_before' => 'Balance before',
'balance_after' => 'Balance after', 'balance_after' => 'Balance after',
'name' => 'Name', 'name' => 'Name',
'role' => 'Role', 'role' => 'Role',
'currentBalance' => 'Current balance', 'currentBalance' => 'Current balance',
'active' => 'Is active?', 'active' => 'Is active?',
'lastActivity' => 'Last activity', 'lastActivity' => 'Last activity',
'balanceDiff' => 'Balance difference between :start and :end', 'balanceDiff' => 'Balance difference between :start and :end',
'matchedOn' => 'Matched on', 'matchedOn' => 'Matched on',
'matchesOn' => 'Matched on', 'matchesOn' => 'Matched on',
'account_type' => 'Account type', 'account_type' => 'Account type',
'created_at' => 'Created at', 'created_at' => 'Created at',
'new_balance' => 'New balance', 'new_balance' => 'New balance',
'account' => 'Account', 'account' => 'Account',
'matchingAmount' => 'Amount', 'matchingAmount' => 'Amount',
'lastMatch' => 'Last match', 'lastMatch' => 'Last match',
'split_number' => 'Split #', 'split_number' => 'Split #',
'destination' => 'Destination', 'destination' => 'Destination',
'source' => 'Source', 'source' => 'Source',
'next_expected_match' => 'Next expected match', 'next_expected_match' => 'Next expected match',
'automatch' => 'Auto match?', 'automatch' => 'Auto match?',
'repeat_freq' => 'Repeats', 'repeat_freq' => 'Repeats',
'description' => 'Description', 'description' => 'Description',
'amount' => 'Amount', 'amount' => 'Amount',
'internal_reference' => 'Internal reference', 'internal_reference' => 'Internal reference',
'date' => 'Date', 'date' => 'Date',
'interest_date' => 'Interest date', 'interest_date' => 'Interest date',
'book_date' => 'Book date', 'book_date' => 'Book date',
'process_date' => 'Processing date', 'process_date' => 'Processing date',
'due_date' => 'Due date', 'due_date' => 'Due date',
'payment_date' => 'Payment date', 'payment_date' => 'Payment date',
'invoice_date' => 'Invoice date', 'invoice_date' => 'Invoice date',
'interal_reference' => 'Internal reference', 'interal_reference' => 'Internal reference',
'notes' => 'Notes', 'notes' => 'Notes',
'from' => 'From', 'from' => 'From',
'piggy_bank' => 'Piggy bank', 'piggy_bank' => 'Piggy bank',
'to' => 'To', 'to' => 'To',
'budget' => 'Budget', 'budget' => 'Budget',
'category' => 'Category', 'category' => 'Category',
'bill' => 'Bill', 'bill' => 'Bill',
'withdrawal' => 'Withdrawal', 'withdrawal' => 'Withdrawal',
'deposit' => 'Deposit', 'deposit' => 'Deposit',
'transfer' => 'Transfer', 'transfer' => 'Transfer',
'type' => 'Type', 'type' => 'Type',
'completed' => 'Completed', 'completed' => 'Completed',
'iban' => 'IBAN', 'iban' => 'IBAN',
'paid_current_period' => 'Paid this period', 'paid_current_period' => 'Paid this period',
'email' => 'Email', 'email' => 'Email',
'registered_at' => 'Registered at', 'registered_at' => 'Registered at',
'is_activated' => 'Is activated', 'is_activated' => 'Is activated',
'is_blocked' => 'Is blocked', 'is_blocked' => 'Is blocked',
'is_admin' => 'Is admin', 'is_admin' => 'Is admin',
'has_two_factor' => 'Has 2FA', 'has_two_factor' => 'Has 2FA',
'confirmed_from' => 'Confirmed from', 'confirmed_from' => 'Confirmed from',
'registered_from' => 'Registered from', 'registered_from' => 'Registered from',
'blocked_code' => 'Block code', 'blocked_code' => 'Block code',
'domain' => 'Domain', 'domain' => 'Domain',
'registration_attempts' => 'Registration attempts', 'registration_attempts' => 'Registration attempts',
'source_account' => 'Source account', 'source_account' => 'Source account',
'destination_account' => 'Destination account', 'destination_account' => 'Destination account',
'accounts_count' => 'Number of accounts', 'accounts_count' => 'Number of accounts',
'journals_count' => 'Number of transactions', 'journals_count' => 'Number of transactions',
'attachments_count' => 'Number of attachments', 'attachments_count' => 'Number of attachments',