Update frontend.

This commit is contained in:
James Cole
2021-04-05 14:18:49 +02:00
parent 7ab81e493a
commit 6d855e119d
86 changed files with 578 additions and 104 deletions

View File

@@ -1048,6 +1048,7 @@ return [
'delete_revenue_account' => 'Hapus akun pendapatan ":name"',
'delete_liabilities_account' => 'Delete liability ":name"',
'asset_deleted' => 'Berhasil menghapus akun aset ":name"',
'account_deleted' => 'Successfully deleted account ":name"',
'expense_deleted' => 'Akun pengeluaran yang berhasil dihapus ":name"',
'revenue_deleted' => 'Berhasil menghapus akun pendapatan ":name"',
'update_asset_account' => 'Perbarui akun aset',
@@ -1094,6 +1095,7 @@ return [
'cant_find_redirect_account' => 'Firefly III tried to redirect you but couldn\'t. Sorry about that. Back to the index.',
'account_type' => 'Jenis akun',
'save_transactions_by_moving' => 'Save this transaction by moving it to another account:|Save these transactions by moving them to another account:',
'save_transactions_by_moving_js' => 'No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.',
'stored_new_account' => 'Akun baru ":name" disimpan!',
'updated_account' => 'Memperbarui akun ":name"',
'credit_card_options' => 'Pilihan kartu kredit',
@@ -1847,8 +1849,8 @@ return [
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',
'update_object_group' => 'Update group',
'updated_object_group' => 'Succesfully updated group ":title"',
'deleted_object_group' => 'Succesfully deleted group ":title"',
'updated_object_group' => 'Successfully updated group ":title"',
'deleted_object_group' => 'Successfully deleted group ":title"',
'object_group' => 'Group',

View File

@@ -137,6 +137,7 @@ return [
'user_areYouSure' => 'Jika Anda menghapus pengguna ":email", semuanya akan hilang. Tidak ada undo, undelete atau apapun. Jika Anda menghapus diri Anda sendiri, Anda akan kehilangan akses ke Firefly III ini.',
'attachment_areYouSure' => 'Yakin ingin menghapus lampiran yang bernama ":name"?',
'account_areYouSure' => 'Yakin ingin menghapus akun dengan nama ":name"?',
'account_areYouSure_js' => 'Are you sure you want to delete the account named "{name}"?',
'bill_areYouSure' => 'Yakin ingin menghapus tagihan yang bernama ":name"?',
'rule_areYouSure' => 'Yakin ingin menghapus aturan yang berjudul ":title"?',
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?',
@@ -156,9 +157,11 @@ return [
'delete_all_permanently' => 'Hapus yang dipilih secara permanen',
'update_all_journals' => 'Perbarui transaksi ini',
'also_delete_transactions' => 'Satu-satunya transaksi yang terhubung ke akun ini akan dihapus juga. | Semua :count transaksi yang terhubung ke akun ini akan dihapus juga.',
'also_delete_transactions_js' => 'No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.',
'also_delete_connections' => 'Satu-satunya transaksi yang terkait dengan jenis link ini akan kehilangan koneksi ini. Semua :count transaksi yang terkait dengan jenis link ini akan kehilangan koneksi mereka.',
'also_delete_rules' => 'Aturan satu-satunya yang terhubung ke grup aturan ini akan dihapus juga. Aturan All :count yang terhubung ke grup aturan ini akan dihapus juga.',
'also_delete_piggyBanks' => 'Satu-satunya piggy bank yang terhubung ke akun ini akan dihapus juga. Semua :count piggy bank yang terhubung ke akun ini akan dihapus juga.',
'also_delete_piggyBanks_js' => 'No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.',
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.',
'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will be spared deletion.',
'budget_keep_transactions' => 'The only transaction connected to this budget will not be deleted.|All :count transactions connected to this budget will be spared deletion.',