Update translations.

This commit is contained in:
James Cole 2023-12-20 21:04:35 +01:00
parent c9d5d74662
commit 3842552256
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
10 changed files with 10 additions and 24 deletions

View File

@ -24,5 +24,4 @@ declare(strict_types=1);
// Ignore this comment // Ignore this comment
return [ return [
]; ];

View File

@ -24,7 +24,6 @@
declare(strict_types=1); declare(strict_types=1);
return [ return [
'failed' => 'These credentials do not match our records.', 'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',

View File

@ -27,37 +27,37 @@ declare(strict_types=1);
return [ return [
'html_language' => 'en', 'html_language' => 'en',
'locale' => 'en, English, en_US.utf8, en_US.UTF-8', 'locale' => 'en, English, en_US.utf8, en_US.UTF-8',
//'month' => '%B %Y', // 'month' => '%B %Y',
'month_js' => 'MMMM YYYY', 'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y', // 'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY', 'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y', 'month_and_day_fns' => 'MMMM d, y',
'month_and_day_js' => 'MMMM Do, YYYY', 'month_and_day_js' => 'MMMM Do, YYYY',
//'month_and_date_day' => '%A %B %e, %Y', // 'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY', 'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e', // 'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do', 'month_and_day_no_year_js' => 'MMMM Do',
// Ignore this comment // Ignore this comment
//'date_time' => '%B %e, %Y, @ %T', // 'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
//'specific_day' => '%e %B %Y', // 'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY', 'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G', // 'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] W, GGGG', 'week_in_year_js' => '[Week] W, GGGG',
'week_in_year_fns' => "'Week' w, yyyy", 'week_in_year_fns' => "'Week' w, yyyy",
//'year' => '%Y', // 'year' => '%Y',
'year_js' => 'YYYY', 'year_js' => 'YYYY',
//'half_year' => '%B %Y', // 'half_year' => '%B %Y',
'half_year_js' => '\QQ YYYY', 'half_year_js' => '\QQ YYYY',
'quarter_fns' => "'Q'Q, yyyy", 'quarter_fns' => "'Q'Q, yyyy",

View File

@ -133,6 +133,5 @@ return [
'bill_warning_end_date_zero' => 'Your bill **":name"** is due to end on :date. This moment will pass **TODAY!**', 'bill_warning_end_date_zero' => 'Your bill **":name"** is due to end on :date. This moment will pass **TODAY!**',
'bill_warning_extension_date_zero' => 'Your bill **":name"** is due to be extended or cancelled on :date. This moment will pass **TODAY!**', 'bill_warning_extension_date_zero' => 'Your bill **":name"** is due to be extended or cancelled on :date. This moment will pass **TODAY!**',
'bill_warning_please_action' => 'Please take the appropriate action.', 'bill_warning_please_action' => 'Please take the appropriate action.',
]; ];
// Ignore this comment // Ignore this comment

View File

@ -56,5 +56,4 @@ return [
'offline_header' => 'You are probably offline', 'offline_header' => 'You are probably offline',
'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.', 'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.',
'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.', 'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
]; ];

View File

@ -467,7 +467,6 @@ return [
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"', 'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"', 'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
// new // new
'search_modifier_tag_is_not' => 'No tag is ":value"', 'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_not_tag_is_not' => 'Tag is ":value"', 'search_modifier_not_tag_is_not' => 'Tag is ":value"',
@ -789,7 +788,6 @@ return [
'rule_trigger_update_journal' => 'When a transaction is updated', 'rule_trigger_update_journal' => 'When a transaction is updated',
'rule_trigger_user_action' => 'User action is ":trigger_value"', 'rule_trigger_user_action' => 'User action is ":trigger_value"',
// OLD values (remove non-doubles later): // OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Source account name starts with..', 'rule_trigger_source_account_starts_choice' => 'Source account name starts with..',
'rule_trigger_source_account_starts' => 'Source account name starts with ":trigger_value"', 'rule_trigger_source_account_starts' => 'Source account name starts with ":trigger_value"',
@ -1274,7 +1272,6 @@ return [
'create_rule_from_transaction' => 'Create rule based on transaction', 'create_rule_from_transaction' => 'Create rule based on transaction',
'create_recurring_from_transaction' => 'Create recurring transaction based on transaction', 'create_recurring_from_transaction' => 'Create recurring transaction based on transaction',
// preferences // preferences
'dark_mode_option_browser' => 'Let your browser decide', 'dark_mode_option_browser' => 'Let your browser decide',
'dark_mode_option_light' => 'Always light', 'dark_mode_option_light' => 'Always light',
@ -1993,7 +1990,6 @@ return [
'first_split_overrules_destination' => 'The first split may overrule the destination account', 'first_split_overrules_destination' => 'The first split may overrule the destination account',
'spent_x_of_y' => 'Spent {amount} of {total}', 'spent_x_of_y' => 'Spent {amount} of {total}',
// new user: // new user:
'welcome' => 'Welcome to Firefly III!', 'welcome' => 'Welcome to Firefly III!',
'submit' => 'Submit', 'submit' => 'Submit',
@ -2383,7 +2379,6 @@ return [
'save_notification_settings' => 'Save settings', 'save_notification_settings' => 'Save settings',
'notification_settings_saved' => 'The notification settings have been saved', 'notification_settings_saved' => 'The notification settings have been saved',
'split_transaction_title' => 'Description of the split transaction', 'split_transaction_title' => 'Description of the split transaction',
'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', 'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.',
'split_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', 'split_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.',
@ -2391,7 +2386,6 @@ return [
'you_create_withdrawal' => 'You\'re creating a withdrawal.', 'you_create_withdrawal' => 'You\'re creating a withdrawal.',
'you_create_deposit' => 'You\'re creating a deposit.', 'you_create_deposit' => 'You\'re creating a deposit.',
// links // links
'journal_link_configuration' => 'Transaction links configuration', 'journal_link_configuration' => 'Transaction links configuration',
'create_new_link_type' => 'Create new link type', 'create_new_link_type' => 'Create new link type',
@ -2662,7 +2656,6 @@ return [
// dashboard // dashboard
'enable_auto_convert' => 'Enable currency conversion', 'enable_auto_convert' => 'Enable currency conversion',
'disable_auto_convert' => 'Disable currency conversion', 'disable_auto_convert' => 'Disable currency conversion',
]; ];
// Ignore this comment // Ignore this comment

View File

@ -200,7 +200,6 @@ return [
'album' => 'Album', 'album' => 'Album',
'song' => 'Song', 'song' => 'Song',
// admin // admin
'domain' => 'Domain', 'domain' => 'Domain',
'single_user_mode' => 'Disable user registration', 'single_user_mode' => 'Disable user registration',

View File

@ -118,7 +118,7 @@ return [
// create bill // create bill
'bills_create_intro' => 'Use bills to track the amount of money you\'re due every period. Think about expenses like rent, insurance or mortgage payments.', 'bills_create_intro' => 'Use bills to track the amount of money you\'re due every period. Think about expenses like rent, insurance or mortgage payments.',
'bills_create_name' => 'Use a descriptive name such as "Rent" or "Health insurance".', 'bills_create_name' => 'Use a descriptive name such as "Rent" or "Health insurance".',
//'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.', // 'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.',
'bills_create_amount_min_holder' => 'Select a minimum and maximum amount for this bill.', 'bills_create_amount_min_holder' => 'Select a minimum and maximum amount for this bill.',
'bills_create_repeat_freq_holder' => 'Most bills repeat monthly, but you can set another frequency here.', 'bills_create_repeat_freq_holder' => 'Most bills repeat monthly, but you can set another frequency here.',
'bills_create_skip_holder' => 'If a bill repeats every 2 weeks, the "skip"-field should be set to "1" to skip every other week.', 'bills_create_skip_holder' => 'If a bill repeats every 2 weeks, the "skip"-field should be set to "1" to skip every other week.',

View File

@ -155,6 +155,5 @@ return [
'delivery' => 'Delivery', 'delivery' => 'Delivery',
'url' => 'URL', 'url' => 'URL',
'secret' => 'Secret', 'secret' => 'Secret',
]; ];
// Ignore this comment // Ignore this comment

View File

@ -1,6 +1,5 @@
<?php <?php
/* /*
* rules.php * rules.php
* Copyright (c) 2023 james@firefly-iii.org * Copyright (c) 2023 james@firefly-iii.org