Update translations.

This commit is contained in:
James Cole
2021-12-10 16:44:36 +01:00
parent 5f777845a3
commit 344db19232
30 changed files with 64 additions and 40 deletions

View File

@@ -209,8 +209,8 @@ return [
'no_att_demo_user' => 'The demo user can\'t upload attachments.',
'button_register' => 'Daftar',
'authorization' => 'Otorisasi',
'active_bills_only' => 'active bills only',
'active_bills_only_total' => 'all active bills',
'active_bills_only' => 'hanya tagihan aktif',
'active_bills_only_total' => 'semua tagihan aktif',
'active_exp_bills_only' => 'active and expected bills only',
'active_exp_bills_only_total' => 'all active expected bills only',
'per_period_sum_1D' => 'Expected daily costs',
@@ -219,8 +219,8 @@ return [
'per_period_sum_3M' => 'Expected quarterly costs',
'per_period_sum_6M' => 'Expected half-yearly costs',
'per_period_sum_1Y' => 'Expected yearly costs',
'average_per_bill' => 'average per bill',
'expected_total' => 'expected total',
'average_per_bill' => 'rata-rata per tagihan',
'expected_total' => 'total perkiraan',
'reconciliation_account_name' => ':name rekonsiliasi (:currency)',
'saved' => 'Tersimpan',
'advanced_options' => 'Pilihan lanjutan',
@@ -234,7 +234,7 @@ return [
'authorization_request' => 'Firefly III v:version Permintaan Otorisasi',
'authorization_request_intro' => 'Application "<strong>:client</strong>" is requesting permission to access your financial administration. Would you like to authorize <strong>:client</strong> to access these records?',
'authorization_request_site' => 'You will be redirected to <code>:url</code> which will then be able to access your Firefly III data.',
'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'authorization_request_invalid' => 'Permintaan akses tidak valid. Mohon untuk tidak mengikuti tautan ini lagi.',
'scopes_will_be_able' => 'Aplikasi ini akan mampu untuk:',
'button_authorize' => 'Izinkan',
'none_in_select_list' => '(tidak ada)',
@@ -256,9 +256,9 @@ return [
'admin_update_check_title' => 'Secara otomatis memeriksa pembaruan',
'admin_update_check_explain' => 'Firefly III can check for updates automatically. When you enable this setting, it will contact the Firefly III update server to see if a new version of Firefly III is available. When it is, you will get a notification. You can test this notification using the button on the right. Please indicate below if you want Firefly III to check for updates.',
'check_for_updates_permission' => 'Firefly III can check for updates, but it needs your permission to do so. Please go to the <a href=":link">administration</a> to indicate if you would like this feature to be enabled.',
'updates_ask_me_later' => 'Ask me later',
'updates_do_not_check' => 'Do not check for updates',
'updates_enable_check' => 'Enable the check for updates',
'updates_ask_me_later' => 'Tanya lagi nanti',
'updates_do_not_check' => 'Jangan cek pembaharuan',
'updates_enable_check' => 'Nyalakan cek pembaharuan',
'admin_update_check_now_title' => 'Periksa pembaruan',
'admin_update_check_now_explain' => 'If you press the button, Firefly III will see if your current version is the latest.',
'check_for_updates_button' => 'Periksa sekarang!',
@@ -271,7 +271,7 @@ return [
'unknown_error' => 'Unknown error. Sorry about that.',
'just_new_release' => 'A new version is available! Version :version was released :date. This release is very fresh. Wait a few days for the new release to stabilize.',
'disabled_but_check' => 'You disabled update checking. So don\'t forget to check for updates yourself every now and then. Thank you!',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_title' => 'Kanal pembaharuan',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
@@ -284,7 +284,7 @@ return [
'search_found_more_transactions' => 'Firefly III found more than :count transactions in :time seconds.',
'search_for_query' => 'Firefly III is searching for transactions with all of these words in them: <span class="text-info">:query</span>',
'invalid_operators_list' => 'Parameter pencarian ini tidak valdi dan telah diabaikan.',
'search_modifier_date_is' => 'Transaction date is ":value"',
'search_modifier_date_is' => 'Tanggal transaksi adalah ":value"',
'search_modifier_id' => 'Transaction ID is ":value"',
'search_modifier_date_before' => 'Transaction date is before or on ":value"',
'search_modifier_date_after' => 'Transaction date is after or on ":value"',
@@ -339,8 +339,8 @@ return [
'search_modifier_account_id' => 'Source or destination account ID\'s is/are: :value',
'search_modifier_category_is' => 'Category is ":value"',
'search_modifier_budget_is' => 'Budget is ":value"',
'search_modifier_bill_is' => 'Bill is ":value"',
'search_modifier_transaction_type' => 'Transaction type is ":value"',
'search_modifier_bill_is' => 'Tagihan adalah ":value"',
'search_modifier_transaction_type' => 'Tipe transaksi adalah ":value"',
'search_modifier_tag_is' => 'Tag is ":value"',
'update_rule_from_query' => 'Update rule ":rule" from search query',
'create_rule_from_query' => 'Create new rule from search query',