mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	New strings in all languages for #3404
This commit is contained in:
		
							
								
								
									
										96
									
								
								resources/lang/id_ID/email.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										96
									
								
								resources/lang/id_ID/email.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,96 @@ | ||||
| <?php | ||||
|  | ||||
| /** | ||||
|  * email.php | ||||
|  * Copyright (c) 2019 james@firefly-iii.org | ||||
|  * | ||||
|  * This file is part of Firefly III (https://github.com/firefly-iii). | ||||
|  * | ||||
|  * This program is free software: you can redistribute it and/or modify | ||||
|  * it under the terms of the GNU Affero General Public License as | ||||
|  * published by the Free Software Foundation, either version 3 of the | ||||
|  * License, or (at your option) any later version. | ||||
|  * | ||||
|  * This program is distributed in the hope that it will be useful, | ||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||
|  * GNU Affero General Public License for more details. | ||||
|  * | ||||
|  * You should have received a copy of the GNU Affero General Public License | ||||
|  * along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||
|  */ | ||||
|  | ||||
| declare(strict_types=1); | ||||
|  | ||||
| return [ | ||||
|     // common items | ||||
|     'greeting'                         => 'Hi there,', | ||||
|     'closing'                          => 'Beep boop,', | ||||
|     'signature'                        => 'The Firefly III Mail Robot', | ||||
|     'footer_ps'                        => 'PS: This message was sent because a request from IP :ipAddress triggered it.', | ||||
|  | ||||
|     // admin test | ||||
|     'admin_test_subject'               => 'A test message from your Firefly III installation', | ||||
|     'admin_test_body'                  => 'This is a test message from your Firefly III instance. It was sent to :email.', | ||||
|  | ||||
|     // access token created | ||||
|     'access_token_created_subject'     => 'A new access token was created', | ||||
|     'access_token_created_body'        => 'Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.', | ||||
|     'access_token_created_explanation' => 'With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.', | ||||
|     'access_token_created_revoke'      => 'If this wasn\'t you, please revoke this token as soon as possible at :url.', | ||||
|  | ||||
|     // registered | ||||
|     'registered_subject'               => 'Welcome to Firefly III!', | ||||
|     'registered_welcome'               => 'Welcome to <a style="color:#337ab7" href=":address">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!', | ||||
|     'registered_pw'                    => 'If you have forgotten your password already, please reset it using <a style="color:#337ab7" href=":address/password/reset">the password reset tool</a>.', | ||||
|     'registered_help'                  => 'There is a help-icon in the top right corner of each page. If you need help, click it!', | ||||
|     'registered_doc_html'              => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/grand-theory">grand theory</a>.', | ||||
|     'registered_doc_text'              => 'If you haven\'t already, please read the first use guide and the full description.', | ||||
|     'registered_closing'               => 'Enjoy!', | ||||
|     'registered_firefly_iii_link'      => 'Firefly III:', | ||||
|     'registered_pw_reset_link'         => 'Password reset:', | ||||
|     'registered_doc_link'              => 'Documentation:', | ||||
|  | ||||
|     // email change | ||||
|     'email_change_subject'             => 'Your Firefly III email address has changed', | ||||
|     'email_change_body_to_new'         => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.', | ||||
|     'email_change_body_to_old'         => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!', | ||||
|     'email_change_ignore'              => 'If you initiated this change, you may safely ignore this message.', | ||||
|     'email_change_old'                 => 'The old email address was: :email', | ||||
|     'email_change_old_strong'          => 'The old email address was: <strong>:email</strong>', | ||||
|     'email_change_new'                 => 'The new email address is: :email', | ||||
|     'email_change_new_strong'          => 'The new email address is: <strong>:email</strong>', | ||||
|     'email_change_instructions'        => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.', | ||||
|     'email_change_undo_link'           => 'To undo the change, follow this link:', | ||||
|  | ||||
|     // OAuth token created | ||||
|     'oauth_created_subject'            => 'A new OAuth client has been created', | ||||
|     'oauth_created_body'               => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.', | ||||
|     'oauth_created_explanation'        => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.', | ||||
|     'oauth_created_undo'               => 'If this wasn\'t you, please revoke this client as soon as possible at :url.', | ||||
|  | ||||
|     // reset password | ||||
|     'reset_pw_subject'                 => 'Your password reset request', | ||||
|     'reset_pw_instructions'            => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.', | ||||
|     'reset_pw_warning'                 => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!', | ||||
|  | ||||
|     // error | ||||
|     'error_subject'                    => 'Caught an error in Firefly III', | ||||
|     'error_intro'                      => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.', | ||||
|     'error_type'                       => 'The error was of type ":class".', | ||||
|     'error_timestamp'                  => 'The error occurred on/at: :time.', | ||||
|     'error_location'                   => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.', | ||||
|     'error_user'                       => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.', | ||||
|     'error_no_user'                    => 'There was no user logged in for this error or no user was detected.', | ||||
|     'error_ip'                         => 'The IP address related to this error is: :ip', | ||||
|     'error_url'                        => 'URL is: :url', | ||||
|     'error_user_agent'                 => 'User agent: :userAgent', | ||||
|     'error_stacktrace'                 => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.', | ||||
|     'error_github_html'                => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.', | ||||
|     'error_github_text'                => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.', | ||||
|     'error_stacktrace_below'           => 'The full stacktrace is below:', | ||||
|  | ||||
|     // report new journals | ||||
|     'new_journals_subject'             => 'Firefly III has created a new transaction|Firefly III has created :count new transactions', | ||||
|     'new_journals_header'              => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:', | ||||
| ]; | ||||
| @@ -534,37 +534,37 @@ return [ | ||||
|     'sums_apply_to_range'             => 'Semua jumlah berlaku untuk rentang yang dipilih', | ||||
|     'mapbox_api_key'                  => 'To use map, get an API key from <a href="https://www.mapbox.com/">Mapbox</a>. Open your <code>.env</code> file and enter this code after <code>MAPBOX_API_KEY=</code>.', | ||||
|     'press_object_location'              => 'Right click or long press to set the object\'s location.', | ||||
|     'clear_location'                  => 'Lokasi yang jelas', | ||||
|     'delete_all_selected_tags'        => 'Delete all selected tags', | ||||
|     'select_tags_to_delete'           => 'Don\'t forget to select some tags.', | ||||
|     'deleted_x_tags'                  => 'Deleted :count tag(s).', | ||||
|     'create_rule_from_transaction'    => 'Create rule based on transaction', | ||||
|     'clear_location'                            => 'Lokasi yang jelas', | ||||
|     'delete_all_selected_tags'                  => 'Delete all selected tags', | ||||
|     'select_tags_to_delete'                     => 'Don\'t forget to select some tags.', | ||||
|     'deleted_x_tags'                            => 'Deleted :count tag(s).', | ||||
|     'create_rule_from_transaction'              => 'Create rule based on transaction', | ||||
|  | ||||
|     // preferences | ||||
|     'equal_to_language'               => '(equal to language)', | ||||
|     'pref_home_screen_accounts'       => 'Akun layar utama', | ||||
|     'pref_home_screen_accounts_help'  => 'Akun mana yang harus ditampilkan di beranda?', | ||||
|     'pref_view_range'                 => 'Rentang tampilan', | ||||
|     'pref_view_range_help'            => 'Some charts are automatically grouped in periods. Your budgets will also be grouped in periods. What period would you prefer?', | ||||
|     'pref_1D'                         => 'Suatu hari', | ||||
|     'pref_1W'                         => 'Satu minggu', | ||||
|     'pref_1M'                         => 'Satu bulan', | ||||
|     'pref_3M'                         => 'Tiga bulan (seperempat)', | ||||
|     'pref_6M'                         => 'Enam bulan', | ||||
|     'pref_1Y'                         => 'Satu tahun', | ||||
|     'pref_languages'                  => 'Bahasa', | ||||
|     'pref_locale'                     => 'Locale settings', | ||||
|     'pref_languages_help'             => 'Firefly III mendukung beberapa bahasa. Mana yang kamu suka?', | ||||
|     'pref_locale_help'                => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.', | ||||
|     'pref_locale_no_windows'          => 'This feature may not work on Windows.', | ||||
|     'pref_locale_no_docker'           => 'The Docker image only has a small set of installed locales.', | ||||
|     'pref_locale_no_demo'             => 'This feature won\'t work for the demo user.', | ||||
|     'pref_custom_fiscal_year'         => 'Pengaturan tahun fiskal', | ||||
|     'pref_custom_fiscal_year_label'   => 'Diaktifkan', | ||||
|     'pref_custom_fiscal_year_help'    => 'Di negara-negara yang menggunakan tahun keuangan selain 1 Januari sampai 31 Desember, Anda dapat mengaktifkannya dan menentukan hari-hari awal / akhir dari tahun fiskal', | ||||
|     'pref_fiscal_year_start_label'    => 'Tahun anggaran mulai tanggal', | ||||
|     'pref_two_factor_auth'            => 'Verifikasi 2 langkah', | ||||
|     'pref_two_factor_auth_help'       => 'Bila Anda mengaktifkan verifikasi 2 langkah (juga dikenal sebagai autentikasi dua faktor), Anda menambahkan lapisan keamanan ekstra ke akun Anda. Anda masuk dengan sesuatu yang Anda tahu (kata sandi Anda) dan sesuatu yang Anda miliki (kode verifikasi). Kode verifikasi dihasilkan oleh aplikasi di ponsel Anda, seperti Authy atau Google Authenticator.', | ||||
|     'equal_to_language'                         => '(equal to language)', | ||||
|     'pref_home_screen_accounts'                 => 'Akun layar utama', | ||||
|     'pref_home_screen_accounts_help'            => 'Akun mana yang harus ditampilkan di beranda?', | ||||
|     'pref_view_range'                           => 'Rentang tampilan', | ||||
|     'pref_view_range_help'                      => 'Some charts are automatically grouped in periods. Your budgets will also be grouped in periods. What period would you prefer?', | ||||
|     'pref_1D'                                   => 'Suatu hari', | ||||
|     'pref_1W'                                   => 'Satu minggu', | ||||
|     'pref_1M'                                   => 'Satu bulan', | ||||
|     'pref_3M'                                   => 'Tiga bulan (seperempat)', | ||||
|     'pref_6M'                                   => 'Enam bulan', | ||||
|     'pref_1Y'                                   => 'Satu tahun', | ||||
|     'pref_languages'                            => 'Bahasa', | ||||
|     'pref_locale'                               => 'Locale settings', | ||||
|     'pref_languages_help'                       => 'Firefly III mendukung beberapa bahasa. Mana yang kamu suka?', | ||||
|     'pref_locale_help'                          => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.', | ||||
|     'pref_locale_no_windows'                    => 'This feature may not work on Windows.', | ||||
|     'pref_locale_no_docker'                     => 'The Docker image only has a small set of installed locales.', | ||||
|     'pref_locale_no_demo'                       => 'This feature won\'t work for the demo user.', | ||||
|     'pref_custom_fiscal_year'                   => 'Pengaturan tahun fiskal', | ||||
|     'pref_custom_fiscal_year_label'             => 'Diaktifkan', | ||||
|     'pref_custom_fiscal_year_help'              => 'Di negara-negara yang menggunakan tahun keuangan selain 1 Januari sampai 31 Desember, Anda dapat mengaktifkannya dan menentukan hari-hari awal / akhir dari tahun fiskal', | ||||
|     'pref_fiscal_year_start_label'              => 'Tahun anggaran mulai tanggal', | ||||
|     'pref_two_factor_auth'                      => 'Verifikasi 2 langkah', | ||||
|     'pref_two_factor_auth_help'                 => 'Bila Anda mengaktifkan verifikasi 2 langkah (juga dikenal sebagai autentikasi dua faktor), Anda menambahkan lapisan keamanan ekstra ke akun Anda. Anda masuk dengan sesuatu yang Anda tahu (kata sandi Anda) dan sesuatu yang Anda miliki (kode verifikasi). Kode verifikasi dihasilkan oleh aplikasi di ponsel Anda, seperti Authy atau Google Authenticator.', | ||||
|     'pref_enable_two_factor_auth'               => 'Aktifkan verifikasi 2 langkah', | ||||
|     'pref_two_factor_auth_disabled'             => 'Kode verifikasi 2 langkah dihapus dan dinonaktifkan', | ||||
|     'pref_two_factor_auth_remove_it'            => 'Jangan lupa menghapus akun dari aplikasi autentikasi Anda!', | ||||
| @@ -632,56 +632,83 @@ return [ | ||||
|     'password_changed'                          => 'Sandi berubah!', | ||||
|     'should_change'                             => 'Idenya adalah untuk mengubah password Anda.', | ||||
|     'invalid_password'                          => 'Kata sandi salah!', | ||||
|     'what_is_pw_security'           => 'Apa itu "memverifikasi keamanan password"?', | ||||
|     'secure_pw_title'               => 'Bagaimana memilih sebuah password yang aman', | ||||
|     'secure_pw_history'             => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.', | ||||
|     'secure_pw_ff'                  => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.', | ||||
|     'secure_pw_check_box'           => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.', | ||||
|     'secure_pw_working_title'       => 'How does it work?', | ||||
|     'secure_pw_working'             => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.', | ||||
|     'secure_pw_should'              => 'Haruskah saya mencentang kotaknya?', | ||||
|     'secure_pw_long_password'       => 'Yes. Always verify your password is safe.', | ||||
|     'command_line_token'            => 'Command line token', | ||||
|     'explain_command_line_token'    => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.', | ||||
|     'regenerate_command_line_token' => 'Regenerate command line token', | ||||
|     'token_regenerated'             => 'A new command line token was generated', | ||||
|     'change_your_email'             => 'Ubah alamat email anda', | ||||
|     'email_verification'            => 'Pesan email akan dikirim ke alamat email lama DAN baru Anda. Untuk tujuan keamanan, Anda tidak dapat masuk sampai Anda memverifikasi alamat email baru Anda. Jika Anda tidak yakin apakah instalasi Firefly III Anda bisa mengirim email, tolong jangan gunakan fitur ini. Jika Anda seorang administrator, Anda dapat mengujinya di <a href="/admin">Administrasi</a>.', | ||||
|     'email_changed_logout'          => 'Sampai Anda memverifikasi alamat email Anda, Anda tidak dapat login.', | ||||
|     'login_with_new_email'          => 'Anda sekarang bisa masuk dengan alamat email baru Anda.', | ||||
|     'login_with_old_email'          => 'Anda sekarang dapat login dengan alamat email lama Anda lagi.', | ||||
|     'login_provider_local_only'     => 'This action is not available when authenticating through ":login_provider".', | ||||
|     'delete_local_info_only'        => 'Because you authenticate through ":login_provider", this will only delete local Firefly III information.', | ||||
|     'what_is_pw_security'                       => 'Apa itu "memverifikasi keamanan password"?', | ||||
|     'secure_pw_title'                           => 'Bagaimana memilih sebuah password yang aman', | ||||
|     'secure_pw_history'                         => 'Not a week goes by that you read in the news about a site losing the passwords of its users. Hackers and thieves use these passwords to try to steal your private information. This information is valuable.', | ||||
|     'secure_pw_ff'                              => 'Do you use the same password all over the internet? If one site loses your password, hackers have access to all your data. Firefly III relies on you to choose a strong and unique password to protect your financial records.', | ||||
|     'secure_pw_check_box'                       => 'To help you do that Firefly III can check if the password you want to use has been stolen in the past. If this is the case, Firefly III advises you NOT to use that password.', | ||||
|     'secure_pw_working_title'                   => 'How does it work?', | ||||
|     'secure_pw_working'                         => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.', | ||||
|     'secure_pw_should'                          => 'Haruskah saya mencentang kotaknya?', | ||||
|     'secure_pw_long_password'                   => 'Yes. Always verify your password is safe.', | ||||
|     'command_line_token'                        => 'Command line token', | ||||
|     'explain_command_line_token'                => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.', | ||||
|     'regenerate_command_line_token'             => 'Regenerate command line token', | ||||
|     'token_regenerated'                         => 'A new command line token was generated', | ||||
|     'change_your_email'                         => 'Ubah alamat email anda', | ||||
|     'email_verification'                        => 'Pesan email akan dikirim ke alamat email lama DAN baru Anda. Untuk tujuan keamanan, Anda tidak dapat masuk sampai Anda memverifikasi alamat email baru Anda. Jika Anda tidak yakin apakah instalasi Firefly III Anda bisa mengirim email, tolong jangan gunakan fitur ini. Jika Anda seorang administrator, Anda dapat mengujinya di <a href="/admin">Administrasi</a>.', | ||||
|     'email_changed_logout'                      => 'Sampai Anda memverifikasi alamat email Anda, Anda tidak dapat login.', | ||||
|     'login_with_new_email'                      => 'Anda sekarang bisa masuk dengan alamat email baru Anda.', | ||||
|     'login_with_old_email'                      => 'Anda sekarang dapat login dengan alamat email lama Anda lagi.', | ||||
|     'login_provider_local_only'                 => 'This action is not available when authenticating through ":login_provider".', | ||||
|     'delete_local_info_only'                    => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.", | ||||
|     'profile_oauth_clients'                     => 'OAuth Clients', | ||||
|     'profile_oauth_no_clients'                  => 'You have not created any OAuth clients.', | ||||
|     'profile_oauth_clients_header'              => 'Clients', | ||||
|     'profile_oauth_client_id'                   => 'Client ID', | ||||
|     'profile_oauth_client_name'                 => 'Name', | ||||
|     'profile_oauth_client_secret'               => 'Secret', | ||||
|     'profile_oauth_create_new_client'           => 'Create New Client', | ||||
|     'profile_oauth_create_client'               => 'Create Client', | ||||
|     'profile_oauth_edit_client'                 => 'Edit Client', | ||||
|     'profile_oauth_name_help'                   => 'Something your users will recognize and trust.', | ||||
|     'profile_oauth_redirect_url'                => 'Redirect URL', | ||||
|     'profile_oauth_redirect_url_help'           => 'Your application\'s authorization callback URL.', | ||||
|     'profile_authorized_apps'                   => 'Authorized applications', | ||||
|     'profile_authorized_clients'                => 'Authorized clients', | ||||
|     'profile_scopes'                            => 'Scopes', | ||||
|     'profile_revoke'                            => 'Revoke', | ||||
|     'profile_personal_access_tokens'            => 'Personal Access Tokens', | ||||
|     'profile_personal_access_token'             => 'Personal Access Token', | ||||
|     'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.', | ||||
|     'profile_no_personal_access_token'          => 'You have not created any personal access tokens.', | ||||
|     'profile_create_new_token'                  => 'Create new token', | ||||
|     'profile_create_token'                      => 'Create token', | ||||
|     'profile_create'                            => 'Create', | ||||
|     'profile_save_changes'                      => 'Save changes', | ||||
|     'profile_whoops'                            => 'Whoops!', | ||||
|     'profile_something_wrong'                   => 'Something went wrong!', | ||||
|     'profile_try_again'                         => 'Something went wrong. Please try again.', | ||||
|  | ||||
|     // export data: | ||||
|     'import_and_export_menu'        => 'Import and export', | ||||
|     'export_data_title'             => 'Export data from Firefly III', | ||||
|     'export_data_menu'              => 'Export data', | ||||
|     'export_data_bc'                => 'Export data from Firefly III', | ||||
|     'export_data_main_title'        => 'Export data from Firefly III', | ||||
|     'export_data_expl'              => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.', | ||||
|     'export_data_all_transactions'  => 'Export all transactions', | ||||
|     'export_data_advanced_expl'     => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.', | ||||
|     'import_and_export_menu'                    => 'Import and export', | ||||
|     'export_data_title'                         => 'Export data from Firefly III', | ||||
|     'export_data_menu'                          => 'Export data', | ||||
|     'export_data_bc'                            => 'Export data from Firefly III', | ||||
|     'export_data_main_title'                    => 'Export data from Firefly III', | ||||
|     'export_data_expl'                          => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.', | ||||
|     'export_data_all_transactions'              => 'Export all transactions', | ||||
|     'export_data_advanced_expl'                 => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.', | ||||
|  | ||||
|     // attachments | ||||
|     'nr_of_attachments'             => 'Satu lampiran |:count lampiran', | ||||
|     'attachments'                   => 'Lampiran', | ||||
|     'edit_attachment'               => 'Edit lampiran ":name"', | ||||
|     'update_attachment'             => 'Perbarui lampiran', | ||||
|     'delete_attachment'             => 'Hapus lampiran ":name"', | ||||
|     'attachment_deleted'            => 'Lampiran yang dihapus ":name"', | ||||
|     'liabilities_deleted'           => 'Deleted liability ":name"', | ||||
|     'attachment_updated'            => 'Lampiran yang diperbarui ":name"', | ||||
|     'upload_max_file_size'          => 'Ukuran file maksimum: :size', | ||||
|     'list_all_attachments'          => 'List of all attachments', | ||||
|     'nr_of_attachments'                         => 'Satu lampiran |:count lampiran', | ||||
|     'attachments'                               => 'Lampiran', | ||||
|     'edit_attachment'                           => 'Edit lampiran ":name"', | ||||
|     'update_attachment'                         => 'Perbarui lampiran', | ||||
|     'delete_attachment'                         => 'Hapus lampiran ":name"', | ||||
|     'attachment_deleted'                        => 'Lampiran yang dihapus ":name"', | ||||
|     'liabilities_deleted'                       => 'Deleted liability ":name"', | ||||
|     'attachment_updated'                        => 'Lampiran yang diperbarui ":name"', | ||||
|     'upload_max_file_size'                      => 'Ukuran file maksimum: :size', | ||||
|     'list_all_attachments'                      => 'List of all attachments', | ||||
|  | ||||
|     // transaction index | ||||
|     'title_expenses'                => 'Beban', | ||||
|     'title_withdrawal'              => 'Beban', | ||||
|     'title_revenue'                 => 'Pendapatan / penghasilan', | ||||
|     'title_deposit'                 => 'Pendapatan / penghasilan', | ||||
|     'title_transfer'                => 'Transfer', | ||||
|     'title_transfers'               => 'Transfer', | ||||
|     'title_expenses'                            => 'Beban', | ||||
|     'title_withdrawal'                          => 'Beban', | ||||
|     'title_revenue'                             => 'Pendapatan / penghasilan', | ||||
|     'title_deposit'                             => 'Pendapatan / penghasilan', | ||||
|     'title_transfer'                            => 'Transfer', | ||||
|     'title_transfers'                           => 'Transfer', | ||||
|  | ||||
|     // convert stuff: | ||||
|     'convert_is_already_type_Withdrawal'        => 'Transaksi ini sudah menjadi penarikan', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user