mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Update some translations.
This commit is contained in:
@@ -138,7 +138,7 @@ return [
|
||||
'budget_in_period' => 'All transactions for budget ":name" between :start and :end in :currency',
|
||||
'chart_budget_in_period' => 'Chart for all transactions for budget ":name" between :start and :end in :currency',
|
||||
'chart_budget_in_period_only_currency' => 'The amount you budgeted was in :currency, so this chart will only show transactions in :currency.',
|
||||
'chart_account_in_period' => 'Bagan untuk semua transaksi untuk akun ":name" antara :start dan :end',
|
||||
'chart_account_in_period' => 'Chart for all transactions for account ":name" (:balance) between :start and :end',
|
||||
'chart_category_in_period' => 'Bagan untuk semua transaksi untuk kategori ":name" antara :start dan :end',
|
||||
'chart_category_all' => 'Bagan untuk semua transaksi untuk kategori ":name"',
|
||||
'clone_withdrawal' => 'Kloning penarikan ini',
|
||||
@@ -482,49 +482,52 @@ return [
|
||||
'rule_action_convert_transfer_choice' => 'Convert the transaction to a transfer',
|
||||
'rule_action_convert_transfer' => 'Convert the transaction to a transfer with ":action_value"',
|
||||
|
||||
'rules_have_read_warning' => 'Sudahkah anda membaca peringatannya?',
|
||||
'apply_rule_warning' => 'Peringatan: menjalankan aturan (grup) pada banyak pilihan transaksi bisa memakan waktu lama, dan bisa time-out. Jika ya, aturan (grup) hanya akan diterapkan ke subkumpulan transaksi yang tidak diketahui. Ini mungkin akan membuat administrasi keuangan Anda berantakan. Tolong hati-hati.',
|
||||
'rulegroup_for_bills_title' => 'Rule group for bills',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Create a new rule for bill ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations! Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Rule for bill ":name"',
|
||||
'new_rule_for_bill_description' => 'This rule marks transactions for bill ":name".',
|
||||
'rules_have_read_warning' => 'Sudahkah anda membaca peringatannya?',
|
||||
'apply_rule_warning' => 'Peringatan: menjalankan aturan (grup) pada banyak pilihan transaksi bisa memakan waktu lama, dan bisa time-out. Jika ya, aturan (grup) hanya akan diterapkan ke subkumpulan transaksi yang tidak diketahui. Ini mungkin akan membuat administrasi keuangan Anda berantakan. Tolong hati-hati.',
|
||||
'rulegroup_for_bills_title' => 'Rule group for bills',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
|
||||
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
|
||||
'create_rule_for_bill' => 'Create a new rule for bill ":name"',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations! Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Rule for bill ":name"',
|
||||
'new_rule_for_bill_description' => 'This rule marks transactions for bill ":name".',
|
||||
|
||||
// tags
|
||||
'store_new_tag' => 'Simpan tag baru',
|
||||
'update_tag' => 'Perbarui tag',
|
||||
'no_location_set' => 'Tidak ada lokasi yang ditetapkan',
|
||||
'meta_data' => 'Data meta',
|
||||
'location' => 'Lokasi',
|
||||
'without_date' => 'Tanpa tanggal',
|
||||
'result' => 'Hasil',
|
||||
'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_tag_location' => 'Klik kanan atau tekan agak lama untuk mengatur lokasi tag.',
|
||||
'clear_location' => 'Lokasi yang jelas',
|
||||
'store_new_tag' => 'Simpan tag baru',
|
||||
'update_tag' => 'Perbarui tag',
|
||||
'no_location_set' => 'Tidak ada lokasi yang ditetapkan',
|
||||
'meta_data' => 'Data meta',
|
||||
'location' => 'Lokasi',
|
||||
'without_date' => 'Tanpa tanggal',
|
||||
'result' => 'Hasil',
|
||||
'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).',
|
||||
|
||||
// preferences
|
||||
'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_languages_help' => 'Firefly III mendukung beberapa bahasa. Mana yang kamu suka?',
|
||||
'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_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_languages_help' => 'Firefly III mendukung beberapa bahasa. Mana yang kamu suka?',
|
||||
'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!',
|
||||
@@ -592,46 +595,56 @@ 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.',
|
||||
|
||||
// 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>.',
|
||||
|
||||
// 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