Initial commit
This commit is contained in:
55
application/Espo/Modules/Crm/Resources/i18n/id_ID/Case.json
Normal file
55
application/Espo/Modules/Crm/Resources/i18n/id_ID/Case.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Nama",
|
||||
"number": "Jumlah",
|
||||
"account": "Akun",
|
||||
"contact": "Kontak",
|
||||
"contacts": "kontak",
|
||||
"priority": "Prioritas",
|
||||
"type": "Mengetik",
|
||||
"description": "Deskripsi",
|
||||
"lead": "Memimpin"
|
||||
},
|
||||
"links": {
|
||||
"account": "Akun",
|
||||
"contact": "Kontak (Primer)",
|
||||
"Contacts": "kontak",
|
||||
"meetings": "rapat",
|
||||
"calls": "panggilan",
|
||||
"tasks": "tugas",
|
||||
"emails": "email",
|
||||
"articles": "Basis Pengetahuan Artikel",
|
||||
"lead": "Memimpin"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"New": "Baru",
|
||||
"Assigned": "ditugaskan",
|
||||
"Pending": "tertunda",
|
||||
"Closed": "Tertutup",
|
||||
"Rejected": "Ditolak",
|
||||
"Duplicate": "Duplikat"
|
||||
},
|
||||
"priority": {
|
||||
"Low": "Rendah",
|
||||
"High": "Tinggi",
|
||||
"Urgent": "Penting"
|
||||
},
|
||||
"type": {
|
||||
"Question": "Pertanyaan",
|
||||
"Incident": "Kejadian",
|
||||
"Problem": "Masalah"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Case": "Buat Case",
|
||||
"Close": "Tutup",
|
||||
"Reject": "Menolak",
|
||||
"Closed": "Tertutup",
|
||||
"Rejected": "Ditolak"
|
||||
},
|
||||
"presetFilters": {
|
||||
"open": "Buka",
|
||||
"closed": "Tertutup"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user