refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
42
resources/lang/id/dashboard.php
Normal file
42
resources/lang/id/dashboard.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* ⚠️ Editing not allowed except for 'en' language.
|
||||
*
|
||||
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
|
||||
*/
|
||||
|
||||
return [
|
||||
'dashboard_blank_title' => 'Wilujeng sumping ke akun Anda!',
|
||||
'dashboard_blank_description' => 'Monica adalah tempat untuk mengatur semua interaksi yang Anda miliki dengan orang-orang yang Anda sayangi.',
|
||||
'dashboard_blank_cta' => 'Tambahkan kontak pertama Anda',
|
||||
'dashboard_blank_illustration' => 'Ilustrasi oleh <a href=":url">Freepik</a>',
|
||||
|
||||
'notes_title' => 'Anda belum punya catatan apa pun yang telah dilihat.',
|
||||
|
||||
'tab_recent_calls' => 'Panggilan terbaru',
|
||||
'tab_favorite_notes' => 'Catatan favorit',
|
||||
'tab_calls_blank' => 'Anda belum mencatat panggilan.',
|
||||
'tab_debts' => 'Hutang',
|
||||
'tab_debts_blank' => 'Anda belum mencatat hutang apa pun.',
|
||||
'tab_tasks' => 'Tugas',
|
||||
'tab_tasks_blank' => 'Anda belum punya tugas apa pun.',
|
||||
|
||||
'tasks_add_task_placeholder' => 'Tugas ini tentang apa?',
|
||||
'tasks_tab_your_contacts' => 'Tugas yang berhubungan dengan kontak Anda',
|
||||
'tasks_tab_your_tasks' => 'Tugas Anda',
|
||||
'tasks_add_note' => 'Tekan <kbd>Enter</kbd> untuk menambahkan tugas.',
|
||||
'task_add_cta' => 'Tambah sebuah tugas',
|
||||
|
||||
'debts_you_owe' => 'Anda berhutang',
|
||||
|
||||
'statistics_contacts' => 'Kontak',
|
||||
'statistics_activities' => 'Aktifitas',
|
||||
'statistics_gifts' => 'Hadiah',
|
||||
|
||||
'reminders_next_months' => 'Peristiwa dalam 3 bulan ke depan',
|
||||
'reminders_none' => 'Tidak ada pengingat untuk bulan ini.',
|
||||
|
||||
'product_changes' => 'Perubahan produk',
|
||||
'product_view_details' => 'Lihat rincian',
|
||||
];
|
||||
Reference in New Issue
Block a user