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:
53
resources/lang/id/mail.php
Normal file
53
resources/lang/id/mail.php
Normal file
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* ⚠️ Editing not allowed except for 'en' language.
|
||||
*
|
||||
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
'subject_line' => 'Pengingat untuk :contact',
|
||||
'greetings' => 'Hai :username',
|
||||
'want_reminded_of' => 'Anda ingin diingatkan tentang :reason',
|
||||
'for' => 'Untuk: :name',
|
||||
'comment' => 'Komentar: :comment',
|
||||
'footer_contact_info' => 'Tambah, lihat, lengkapi, dan ubah informasi tentang kontak ini:',
|
||||
'footer_contact_info2' => 'Lihat profil :name',
|
||||
'footer_contact_info2_link' => 'Lihat profil :name: :url',
|
||||
|
||||
'notification_subject_line' => 'Anda memiliki sebuah peristiwa didepan',
|
||||
'notification_description' => 'Di :count hari (pada :date), peristiwa berikut akan terjadi:',
|
||||
|
||||
'stay_in_touch_subject_line' => 'Tetap berhubungan dengan :name',
|
||||
'stay_in_touch_subject_description' => 'Anda meminta untuk diingatkan untuk tetap berhubungan dengan :name setiap :frequency hari.',
|
||||
|
||||
'notifications_whoops' => 'Waduh!',
|
||||
'notifications_hello' => 'Halo!',
|
||||
'notifications_regards' => 'Salam',
|
||||
'notifications_footer' => 'Jika Anda mengalami masalah meng-klik tombol ":actionText", salin dan tempel alamat URL dibawah ini ke peramban web Anda : [:actionURL](:actionURL)',
|
||||
'notifications_rights' => 'Hak cipta',
|
||||
|
||||
'confirmation_email_title' => 'Monica – Verifikasi email',
|
||||
'confirmation_email_intro'=> 'Untuk memvalidasi email Anda klik pada tombol di bawah ini',
|
||||
'confirmation_email_button' => 'Verifikasi alamat email',
|
||||
'confirmation_email_bottom' => 'Jika Anda tidak membuat sebuah akun, tidak diperlukan tindakan lebih lanjut.',
|
||||
|
||||
'password_reset_title' => 'Monica – Pemberitahuan Atur Ulang Kata Sandi',
|
||||
'password_reset_intro' => 'Anda menerima email ini karena kami menerima permintaan pengaturan ulang kata sandi untuk akun Anda.',
|
||||
'password_reset_button' => 'Atur Ulang Kata Sandi',
|
||||
'password_reset_expiration' => 'Tautan pengaturan ulang kata sandi ini akan beerakhir dalam :count menit.',
|
||||
'password_reset_bottom' => 'Jika Anda tidak meminta pengaturan ulang kata sandi, tidak diperlukan tindakan lebih lanjut.',
|
||||
|
||||
'invitation_title' => 'Monica – Anda diundang oleh :name',
|
||||
'invitation_intro' => 'Kamu telah diundang oleh :name (:email) untuk menggunakan Monica, sebuah alat Pengelola Kontak Relasi Pribadi yang bagus.',
|
||||
'invitation_link' => 'Untuk menerima undangan, klik tautan di bawah ini:',
|
||||
'invitation_button' => 'Terima undangan',
|
||||
'invitation_expiration' => 'Tautan ini akan berakhir pada :count hari.',
|
||||
|
||||
'export_title' => 'Your export is ready',
|
||||
'export_description' => 'You requested a data export on :date. It is now ready to download.',
|
||||
'export_download' => 'Download export',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user