mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-23 15:03:14 -06:00
Update language strings.
This commit is contained in:
parent
5850c5e20a
commit
a2cfaa0867
@ -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)',
|
||||||
];
|
];
|
@ -21,13 +21,20 @@
|
|||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'html_language' => 'en',
|
'html_language' => 'en',
|
||||||
'locale' => 'en, English, en_US, en_US.utf8, en_US.UTF-8',
|
'locale' => 'en, English, en_US, en_US.utf8, en_US.UTF-8',
|
||||||
'month' => '%B %Y',
|
'month' => '%B %Y',
|
||||||
'month_and_day' => '%B %e, %Y',
|
'month_and_day' => '%B %e, %Y',
|
||||||
'date_time' => '%B %e, %Y, @ %T',
|
'date_time' => '%B %e, %Y, @ %T',
|
||||||
'specific_day' => '%e %B %Y',
|
'specific_day' => '%e %B %Y',
|
||||||
'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',
|
||||||
];
|
];
|
||||||
|
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user