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

@ -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

@ -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