Initial commit
This commit is contained in:
48
application/Espo/Modules/Crm/Resources/i18n/id_ID/Call.json
Normal file
48
application/Espo/Modules/Crm/Resources/i18n/id_ID/Call.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Nama",
|
||||
"parent": "Induk",
|
||||
"dateStart": "Tanggal mulai",
|
||||
"dateEnd": "Tanggal akhir",
|
||||
"direction": "Arah",
|
||||
"duration": "Lamanya",
|
||||
"description": "Deskripsi",
|
||||
"users": "pengguna",
|
||||
"contacts": "kontak",
|
||||
"leads": "memimpin",
|
||||
"reminders": "pengingat",
|
||||
"account": "Rekening"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Planned": "Berencana",
|
||||
"Held": "diadakan",
|
||||
"Not Held": "tidak Dimiliki"
|
||||
},
|
||||
"direction": {
|
||||
"Outbound": "Keluar",
|
||||
"Inbound": "Masuk"
|
||||
},
|
||||
"acceptanceStatus": {
|
||||
"None": "tak satupun",
|
||||
"Accepted": "diterima",
|
||||
"Declined": "ditolak",
|
||||
"Tentative": "Sementara"
|
||||
}
|
||||
},
|
||||
"massActions": {
|
||||
"setHeld": "set Dimiliki",
|
||||
"setNotHeld": "Set Tidak Dimiliki"
|
||||
},
|
||||
"labels": {
|
||||
"Create Call": "Buat Panggilan",
|
||||
"Set Held": "set Dimiliki",
|
||||
"Set Not Held": "Set Tidak Dimiliki",
|
||||
"Send Invitations": "Mengirim undangan"
|
||||
},
|
||||
"presetFilters": {
|
||||
"planned": "Berencana",
|
||||
"held": "diadakan",
|
||||
"todays": "hari ini"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user