New translations.

This commit is contained in:
James Cole
2019-09-06 20:26:57 +02:00
parent c6c66b9dcb
commit 50fca4f19e
32 changed files with 560 additions and 352 deletions

View File

@@ -123,6 +123,10 @@ return [
'sum_of_income' => 'Jumlah pendapatan',
'liabilities' => 'Liabilities',
'spent_in_specific_budget' => 'Menghabiskan anggaran ":budget"',
'spent_in_specific_double' => 'Spent in account(s) ":account"',
'earned_in_specific_double' => 'Earned in account(s) ":account"',
'source_account' => 'Source account',
'destination_account' => 'Destination account',
'sum_of_expenses_in_budget' => 'Menghabiskan total dalam anggaran ":budget"',
'left_in_budget_limit' => 'Kiri untuk dibelanjakan sesuai budget',
'current_period' => 'Periode sekarang',
@@ -186,19 +190,20 @@ 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',
'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)',
'name_in_currency' => ':name in :currency',
@@ -236,9 +241,10 @@ return [
'search_modifier_from' => 'Source account is :value',
'search_modifier_destination' => 'Destination account is :value',
'search_modifier_to' => 'Destination account is :value',
'search_modifier_category' => 'Category is :value',
'search_modifier_budget' => 'Budget is :value',
'search_modifier_bill' => 'Bill is :value',
'search_modifier_tag' => 'Tag is ":value"',
'search_modifier_category' => 'Category is ":value"',
'search_modifier_budget' => 'Budget is ":value"',
'search_modifier_bill' => 'Bill is ":value"',
'search_modifier_type' => 'Transaction type is :value',
'search_modifier_date' => 'Transaction date is :value',
'search_modifier_date_before' => 'Transaction date is before :value',
@@ -901,9 +907,12 @@ return [
'earned_in_specific_tag' => 'Earned in tag ":tag"',
'income_per_source_account' => 'Income per source account',
'average_spending_per_destination' => 'Average expense per destination account',
'average_spending_per_source' => 'Average expense per source account',
'average_earning_per_source' => 'Average earning per source account',
'average_earning_per_destination' => 'Average earning per destination account',
'account_per_tag' => 'Account per tag',
'tag_report_expenses_listed_once' => 'Expenses and income are never listed twice. If a transaction has multiple tags, it may only show up under one of its tags. This list may appear to be missing data, but the amounts will be correct.',
'double_report_expenses_charted_once' => 'Expenses and income are never displayed twice. If a transaction has multiple tags, it may only show up under one of its tags. This chart may appear to be missing data, but the amounts will be correct.',
'tag_report_chart_single_tag' => 'This chart applies to a single tag. If a transaction has multiple tags, what you see here may be reflected in the charts of other tags as well.',
'tag' => 'Tag',
'no_budget_squared' => '(tidak ada anggaran)',
@@ -1027,7 +1036,7 @@ return [
'report_default' => 'Laporan keuangan standar antara :start dan :end',
'report_audit' => 'Ikhtisar riwayat transaksi antara :start dan :end',
'report_category' => 'Kategori laporan antara :start dan :end',
'report_account' => 'Laporan biaya / pendapatan antara :start dan :end',
'report_double' => 'Expense/revenue account report between :start and :end',
'report_budget' => 'Laporan anggaran antara :start dan :end',
'report_tag' => 'Tag laporan antara :start dan :end',
'quick_link_reports' => 'Tautan langsung',
@@ -1064,7 +1073,7 @@ return [
'report_type_category' => 'Laporan Kategori',
'report_type_budget' => 'Laporan anggaran',
'report_type_tag' => 'Tag laporan',
'report_type_account' => 'Laporan akun/pendapatan Beban',
'report_type_double' => 'Expense/revenue account report',
'more_info_help' => 'Informasi lebih lanjut tentang jenis laporan dapat ditemukan di halaman bantuan. Tekan ikon (?) Di sudut kanan atas.',
'report_included_accounts' => 'Termasuk akun',
'report_date_range' => 'Rentang tanggal',
@@ -1118,6 +1127,7 @@ return [
'budget_chart_click' => 'Silahkan klik nama anggaran pada tabel di atas untuk melihat grafik.',
'category_chart_click' => 'Silahkan klik pada nama kategori pada tabel di atas untuk melihat grafik.',
'in_out_accounts' => 'Diperoleh dan dihabiskan per kombinasi',
'in_out_accounts_per_asset' => 'Earned and spent (per asset account)',
'in_out_per_category' => 'Diperoleh dan dibelanjakan per kategori',
'out_per_budget' => 'Menghabiskan per anggaran',
'select_expense_revenue' => 'Pilih akun biaya / pendapatan',
@@ -1151,6 +1161,7 @@ return [
'average' => 'Rata-rata',
'balanceFor' => 'Saldo untuk :name',
'no_tags_for_cloud' => 'No tags to generate cloud',
'no_tags' => '(no tags)',
'tag_cloud' => 'Tag cloud',
// piggy banks: