mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update translations.
This commit is contained in:
@@ -402,12 +402,6 @@ return [
|
||||
'updated_rule' => 'Aturan yang diperbarui dengan judul ":title"',
|
||||
'default_rule_group_name' => 'Aturan baku',
|
||||
'default_rule_group_description' => 'Semua peraturan Anda tidak ada dalam kelompok tertentu.',
|
||||
'default_rule_name' => 'Aturan default pertama Anda',
|
||||
'default_rule_description' => 'Aturan ini adalah sebuah contoh. Anda bisa menghapusnya dengan aman.',
|
||||
'default_rule_trigger_description' => 'Orang yang menjual dunia',
|
||||
'default_rule_trigger_source_account' => 'David Bowie',
|
||||
'default_rule_action_prepend' => 'Membeli dunia dari',
|
||||
'default_rule_action_set_category' => 'Biaya besar',
|
||||
'trigger' => 'Pelatuk',
|
||||
'trigger_value' => 'Memicu nilai',
|
||||
'stop_processing_other_triggers' => 'Berhenti memproses pemicu lainnya',
|
||||
@@ -1136,6 +1130,7 @@ return [
|
||||
'already_cleared_transactions' => 'Sudah dibersihkan transaksi (:count)',
|
||||
'submitted_end_balance' => 'Saldo akhir yang dikirim',
|
||||
'initial_balance_description' => 'Initial balance for ":account"',
|
||||
'liability_credit_description' => 'Liability credit for ":account"',
|
||||
'interest_calc_' => 'unknown',
|
||||
'interest_calc_daily' => 'Per day',
|
||||
'interest_calc_monthly' => 'Per month',
|
||||
@@ -1323,9 +1318,16 @@ return [
|
||||
'account_type_Debt' => 'Debt',
|
||||
'account_type_Loan' => 'Loan',
|
||||
'account_type_Mortgage' => 'Mortgage',
|
||||
'account_type_debt' => 'Debt',
|
||||
'account_type_loan' => 'Loan',
|
||||
'account_type_mortgage' => 'Mortgage',
|
||||
'account_type_Credit card' => 'Credit card',
|
||||
'liability_direction_credit' => 'I am owed this debt',
|
||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
||||
'liability_direction_credit_short' => 'Owed this debt',
|
||||
'liability_direction_debit_short' => 'Owe this debt',
|
||||
'liability_direction__short' => 'Unknown',
|
||||
'Liability credit' => 'Liability credit',
|
||||
'budgets' => 'Anggaran',
|
||||
'tags' => 'Tag',
|
||||
'reports' => 'Laporan',
|
||||
@@ -1396,6 +1398,7 @@ return [
|
||||
'splitByAccount' => 'Dibagi oleh akun',
|
||||
'coveredWithTags' => 'Ditutupi dengan tag',
|
||||
'leftInBudget' => 'Yang tersisa di anggaran',
|
||||
'left_in_debt' => 'Amount due',
|
||||
'sumOfSums' => 'Jumlah dari jumlah',
|
||||
'noCategory' => '(Tidak ada kategori)',
|
||||
'notCharged' => 'Tidak dikenakan biaya (belum)',
|
||||
@@ -1708,9 +1711,13 @@ return [
|
||||
'no_accounts_imperative_liabilities' => 'You don\'t have to use this feature, but it can be useful if you want to keep track of these things.',
|
||||
'no_accounts_create_liabilities' => 'Create a liability',
|
||||
'no_budgets_title_default' => 'Mari buat anggaran',
|
||||
'no_rules_title_default' => 'Let\'s create a rule',
|
||||
'no_budgets_intro_default' => 'You have no budgets yet. Budgets are used to organize your expenses into logical groups, which you can give a soft-cap to limit your expenses.',
|
||||
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
|
||||
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
|
||||
'no_budgets_imperative_default' => 'Anggaran adalah alat dasar pengelolaan keuangan. Mari kita ciptakan sekarang:',
|
||||
'no_budgets_create_default' => 'Buat anggaran',
|
||||
'no_rules_create_default' => 'Create a rule',
|
||||
'no_categories_title_default' => 'Mari buat kategori!',
|
||||
'no_categories_intro_default' => 'Anda belum memiliki kategori. Kategori digunakan untuk menyesuaikan transaksi Anda dan memberi label mereka dengan kategori yang ditentukan.',
|
||||
'no_categories_imperative_default' => 'Kategori dibuat secara otomatis saat Anda membuat transaksi, namun Anda juga bisa membuatnya secara manual. Mari kita ciptakan sekarang:',
|
||||
|
Reference in New Issue
Block a user