mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Auto commit for release 'develop' on 2024-05-09
This commit is contained in:
		| @@ -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', | ||||
|   | ||||
| @@ -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'                                       => '事件历史', | ||||
|   | ||||
| @@ -37,7 +37,7 @@ return [ | ||||
|     // new user:
 | ||||
|     'bank_name'                   => '银行名称', | ||||
|     'bank_balance'                => '余额', | ||||
|     'current_balance'             => 'Current balance', | ||||
|     'current_balance'             => '当前余额', | ||||
|     'savings_balance'             => '储蓄余额', | ||||
|     'credit_card_limit'           => '信用卡额度', | ||||
|     'automatch'                   => '自动匹配', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user