Chatwoot/app/javascript/dashboard/i18n/locale/id/automation.json
Sojan Jose 97675c61ea
chore: Update to the latest translations (#3923)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2022-02-07 17:19:34 +05:30

89 lines
2.8 KiB
JSON

{
"AUTOMATION": {
"HEADER": "Otomatisasi",
"HEADER_BTN_TXT": "Tambah aturan otomatisasi",
"LOADING": "Fetching automation rules",
"SIDEBAR_TXT": "<p><b>Automation Rules</b> <p>Automation can replace and automate existing processes that require manual effort. You can do many things with automation, including adding labels and assigning conversation to the best agent. So the team focuses on what they do best and spends more little time on manual tasks.</p>",
"ADD": {
"TITLE": "Tambah aturan otomatisasi",
"SUBMIT": "Buat",
"CANCEL_BUTTON_TEXT": "Batalkan",
"FORM": {
"NAME": {
"LABEL": "Rule Name",
"PLACEHOLDER": "Enter rule name",
"ERROR": "Nama dibutuhkan"
},
"DESC": {
"LABEL": "Deskripsi",
"PLACEHOLDER": "Enter rule description",
"ERROR": "Deskripsi dibutuhkan"
},
"EVENT": {
"LABEL": "Event",
"PLACEHOLDER": "Please select one",
"ERROR": "Event is required"
},
"CONDITIONS": {
"LABEL": "Conditions"
},
"ACTIONS": {
"LABEL": "Aksi"
}
},
"CONDITION_BUTTON_LABEL": "Add Condition",
"ACTION_BUTTON_LABEL": "Add Action",
"API": {
"SUCCESS_MESSAGE": "Automation rule added successfully",
"ERROR_MESSAGE": "Could not able to create a automation rule, Please try again later"
}
},
"LIST": {
"TABLE_HEADER": [
"Nama",
"Deskripsi",
"Aktif",
"Created on"
],
"404": "No automation rules found"
},
"DELETE": {
"TITLE": "Delete Automation Rule",
"SUBMIT": "Hapus",
"CANCEL_BUTTON_TEXT": "Batalkan",
"CONFIRM": {
"TITLE": "Konfirmasi Penghapusan",
"MESSAGE": "Apakah Anda yakin untuk menghapus ",
"YES": "Ya, Hapus ",
"NO": "Tidak, Simpan "
},
"API": {
"SUCCESS_MESSAGE": "Automation rule deleted successfully",
"ERROR_MESSAGE": "Could not able to delete a automation rule, Please try again later"
}
},
"EDIT": {
"TITLE": "Edit Automation Rule",
"SUBMIT": "Edit",
"CANCEL_BUTTON_TEXT": "Batalkan",
"API": {
"SUCCESS_MESSAGE": "Automation rule updated successfully",
"ERROR_MESSAGE": "Could not update automation rule, Please try again later"
}
},
"CLONE": {
"TOOLTIP": "Clone",
"API": {
"SUCCESS_MESSAGE": "Automation cloned successfully",
"ERROR_MESSAGE": "Could not clone automation rule, Please try again later"
}
},
"FORM": {
"EDIT": "Edit",
"CREATE": "Buat",
"DELETE": "Hapus",
"CANCEL": "Batalkan",
"RESET_MESSAGE": "Changing event type will reset the conditions and events you have added below"
}
}
}