mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix translation things.
This commit is contained in:
		| @@ -192,22 +192,23 @@ return [ | ||||
|     'reset_button'                               => 'Reset', | ||||
|     'want_to_login'                              => 'I want to login', | ||||
|     'login_page_title'                           => 'Login to Firefly III', | ||||
|     'register_page_title'         => 'Register at Firefly III', | ||||
|     'forgot_pw_page_title'        => 'Forgot your password for Firefly III', | ||||
|     'reset_pw_page_title'         => 'Reset your password for Firefly III', | ||||
|     'cannot_reset_demo_user'      => 'You cannot reset the password of the demo user.', | ||||
|     'button_register'             => 'Register', | ||||
|     'authorization'               => 'Authorization', | ||||
|     'active_bills_only'           => 'active bills only', | ||||
|     'active_exp_bills_only'       => 'active and expected bills only', | ||||
|     'average_per_bill'            => 'average per bill', | ||||
|     'expected_total'              => 'expected total', | ||||
|     'register_page_title'                        => 'Register at Firefly III', | ||||
|     'forgot_pw_page_title'                       => 'Forgot your password for Firefly III', | ||||
|     'reset_pw_page_title'                        => 'Reset your password for Firefly III', | ||||
|     'cannot_reset_demo_user'                     => 'You cannot reset the password of the demo user.', | ||||
|     'button_register'                            => 'Register', | ||||
|     'authorization'                              => 'Authorization', | ||||
|     'active_bills_only'                          => 'active bills only', | ||||
|     'active_exp_bills_only'                      => 'active and expected bills only', | ||||
|     'average_per_bill'                           => 'average per bill', | ||||
|     'expected_total'                             => 'expected total', | ||||
|     // 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:', | ||||
|     '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', | ||||
|     'none_in_select_list'                        => '(none)', | ||||
|     'no_piggy_bank'                              => '(no piggy bank)', | ||||
|     'name_in_currency'                           => ':name in :currency', | ||||
|     'paid_in_currency'                           => 'Paid in :currency', | ||||
|     'unpaid_in_currency'                         => 'Unpaid in :currency', | ||||
| @@ -872,6 +873,7 @@ return [ | ||||
|     // transactions: | ||||
|     'update_withdrawal'                         => 'Perbarui penarikan', | ||||
|     'update_deposit'                            => 'Perbarui setoran', | ||||
|     'update_transaction'                        => 'Update transaction', | ||||
|     'update_transfer'                           => 'Perbarui transfer', | ||||
|     'updated_withdrawal'                        => 'Penarikan yang telah diupdate ":description"', | ||||
|     'updated_deposit'                           => 'Deposit Diperbarui ":description"', | ||||
| @@ -953,6 +955,7 @@ return [ | ||||
|     // new user: | ||||
|     'welcome'                                   => 'Welcome to Firefly III!', | ||||
|     'submit'                                    => 'Menyerahkan', | ||||
|     'submission'                                => 'Submission', | ||||
|     'submit_yes_really'                         => 'Submit (I know what I\'m doing)', | ||||
|     'getting_started'                           => 'Mulai', | ||||
|     'to_get_started'                            => 'Senang melihat Anda berhasil memasang Firefly III. Untuk memulai dengan alat ini, harap masukkan nama bank dan saldo rekening giro utama Anda. Jangan khawatir jika Anda memiliki banyak akun. Anda bisa menambahkannya nanti. Hanya saja Firefly III butuh sesuatu untuk memulai.', | ||||
| @@ -1344,6 +1347,11 @@ return [ | ||||
|     'breadcrumb_convert_group'              => 'Convert transaction', | ||||
|     'convert_invalid_source'                => 'Source information is invalid for transaction #%d.', | ||||
|     'convert_invalid_destination'           => 'Destination information is invalid for transaction #%d.', | ||||
|     'create_another'                        => 'After storing, return here to create another one.', | ||||
|     'after_update_create_another'           => 'After updating, return here to continue editing.', | ||||
|     'store_as_new'                          => 'Store as a new transaction instead of updating.', | ||||
|     'reset_after'                           => 'Reset form after submission', | ||||
|     'errors_submission'                     => 'There was something wrong with your submission. Please check out the errors below.', | ||||
|  | ||||
|     // Import page (general strings only) | ||||
|     'import_index_title'                    => 'Import transactions into Firefly III', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user