Auto commit for release 'develop' on 2024-05-09

This commit is contained in:
github-actions
2024-05-09 05:10:13 +02:00
parent 8d614de67f
commit 36d9e5c3fe
10 changed files with 84 additions and 105 deletions

View File

@@ -40,7 +40,7 @@ return [
'month_js' => 'MMMM YYYY',
// 'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_moment_js' => 'D MMM YYYY',
'month_and_day_fns' => 'd MMMM y',
'month_and_day_js' => 'D MMMM YYYY',
@@ -64,7 +64,7 @@ return [
// 'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'D MMMM YYYY [o] HH:mm:ss',
'date_time_fns' => 'do MMMM yyyy @ HH:mm:ss',
'date_time_fns_short' => 'MMMM do, yyyy @ HH:mm',
'date_time_fns_short' => 'D MMMM yyyy [o] HH:mm',
// 'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',

View File

@@ -2402,13 +2402,13 @@ return [
// page settings and wizard dialogs
'page_settings_header' => 'Page settings',
'visible_columns' => 'Visible columns',
'accounts_to_show' => 'Accounts to show',
'active_accounts_only' => 'Active accounts only',
'in_active_accounts_only' => 'Inactive accounts only',
'show_all_accounts' => 'Show all accounts',
'group_accounts' => 'Group accounts',
'page_settings_header' => '页面设置',
'visible_columns' => '可见列',
'accounts_to_show' => '显示账户',
'active_accounts_only' => '仅活动账户',
'in_active_accounts_only' => '仅非活动账户',
'show_all_accounts' => '显示全部账户',
'group_accounts' => '群组账户',
// piggy banks:
'event_history' => '事件历史',

View File

@@ -37,7 +37,7 @@ return [
// new user:
'bank_name' => '银行名称',
'bank_balance' => '余额',
'current_balance' => 'Current balance',
'current_balance' => '当前余额',
'savings_balance' => '储蓄余额',
'credit_card_limit' => '信用卡额度',
'automatch' => '自动匹配',