Update language strings.

This commit is contained in:
James Cole 2018-02-06 10:56:50 +01:00
parent 5850c5e20a
commit a2cfaa0867
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
3 changed files with 27 additions and 11 deletions

View File

@ -21,5 +21,10 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
// profile
'personal_access_tokens' => 'Personal access tokens', 'personal_access_tokens' => 'Personal access tokens',
// bills:
'not_expected_period' => 'Not expected this period',
'not_or_not_yet' => 'Not (yet)',
]; ];

View File

@ -30,4 +30,11 @@ return [
'week_in_year' => 'Week %W, %Y', 'week_in_year' => 'Week %W, %Y',
'year' => '%Y', 'year' => '%Y',
'half_year' => '%B %Y', 'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'MMMM Do, YYYY',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'specific_day_js' => 'D MMMM YYYY',
'week_in_year_js' => 'Week w, YYYY',
'year_js' => 'YYYY',
'half_year_js' => 'Q YYYY',
]; ];

View File

@ -170,6 +170,12 @@ return [
'want_to_login' => 'I want to login', 'want_to_login' => 'I want to login',
'button_register' => 'Register', 'button_register' => 'Register',
// API access
'authorization_request' => 'Firefly III v:version Authorization Request',
'authorization_request_intro' => '<strong>:client</strong> is requesting permission to access your financial administration. Would you like to authorize <strong>:client</strong> to access these records?',
'scopes_will_be_able' => 'This application will be able to:',
'button_authorize' => 'Authorize',
// check for updates: // check for updates:
'update_check_title' => 'Check for updates', 'update_check_title' => 'Check for updates',
'admin_update_check_title' => 'Automatically check for update', 'admin_update_check_title' => 'Automatically check for update',
@ -634,8 +640,6 @@ return [
'rescanned_bill' => 'Rescanned everything.', 'rescanned_bill' => 'Rescanned everything.',
'average_bill_amount_year' => 'Average bill amount (:year)', 'average_bill_amount_year' => 'Average bill amount (:year)',
'average_bill_amount_overall' => 'Average bill amount (overall)', 'average_bill_amount_overall' => 'Average bill amount (overall)',
'not_or_not_yet' => 'Not (yet)',
'not_expected_period' => 'Not expected this period',
'bill_is_active' => 'Bill is active', 'bill_is_active' => 'Bill is active',
'bill_expected_between' => 'Expected between :start and :end', 'bill_expected_between' => 'Expected between :start and :end',
'bill_will_automatch' => 'Bill will automatically linked to matching transactions', 'bill_will_automatch' => 'Bill will automatically linked to matching transactions',