chore: Update translations from Crowdin (#10686)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Pranav <pranav@chatwoot.com>
This commit is contained in:
Chatwoot Bot
2025-02-11 23:04:34 -08:00
committed by GitHub
parent cd80bd07ca
commit 4a088e0663
640 changed files with 22425 additions and 8557 deletions

View File

@@ -66,7 +66,7 @@
},
"CONFIRM": {
"TITLE": "Anda yakin akan menghapus - {attributeName}",
"PLACE_HOLDER": "Silakan ketik {attributeName} untuk konfirmasi",
"PLACE_HOLDER": "Silakan ketik %{attributeName} untuk konfirmasi",
"MESSAGE": "Menghapus akan menghapus atribut kustom",
"YES": "Hapus ",
"NO": "Batalkan"
@@ -92,12 +92,12 @@
"CONTACT": "Kontak"
},
"LIST": {
"TABLE_HEADER": [
"Nama",
"Deskripsi",
"Tipe",
"Kunci"
],
"TABLE_HEADER": {
"NAME": "Nama",
"DESCRIPTION": "Deskripsi",
"TYPE": "Tipe",
"KEY": "Kunci"
},
"BUTTONS": {
"EDIT": "Edit",
"DELETE": "Hapus"

View File

@@ -11,11 +11,11 @@
"404": "Tidak ada Catatan Audit yang tersedia di akun ini.",
"TITLE": "Kelola Catatan Audit",
"DESC": "Catatan Audit adalah jejak untuk peristiwa dan tindakan dalam Sistem Chatwoot.",
"TABLE_HEADER": [
"Pengguna",
"Tindakan",
"Alamat IP"
]
"TABLE_HEADER": {
"ACTIVITY": "Pengguna",
"TIME": "Tindakan",
"IP_ADDRESS": "Alamat IP"
}
},
"API": {
"SUCCESS_MESSAGE": "Catatan Audit berhasil diambil",
@@ -23,9 +23,9 @@
},
"DEFAULT_USER": "Sistem",
"AUTOMATION_RULE": {
"ADD": "{agentName} membuat aturan otomatisasi baru (#{id})",
"EDIT": "{agentName} memperbarui aturan otomatisasi (#{id})",
"DELETE": "{agentName} menghapus aturan otomatisasi (#{id})"
"ADD": "{agentName} created a new automation rule (#{id})",
"EDIT": "{agentName} updated an automation rule (#{id})",
"DELETE": "{agentName} deleted an automation rule (#{id})"
},
"ACCOUNT_USER": {
"ADD": "{agentName} mengundang {invitee} ke akun sebagai {role}",
@@ -36,28 +36,28 @@
}
},
"INBOX": {
"ADD": "{agentName} membuat kotak masuk baru (#{id})",
"EDIT": "{agentName} memperbarui kotak masuk (#{id})",
"DELETE": "{agentName} menghapus kotak masuk (#{id})"
"ADD": "{agentName} created a new inbox (#{id})",
"EDIT": "{agentName} updated an inbox (#{id})",
"DELETE": "{agentName} deleted an inbox (#{id})"
},
"WEBHOOK": {
"ADD": "{agentName} membuat webhook baru (#{id})",
"EDIT": "{agentName} memperbarui webhook (#{id})",
"DELETE": "{agentName} menghapus webhook (#{id})"
"ADD": "{agentName} created a new webhook (#{id})",
"EDIT": "{agentName} updated a webhook (#{id})",
"DELETE": "{agentName} deleted a webhook (#{id})"
},
"USER_ACTION": {
"SIGN_IN": "{agentName} masuk",
"SIGN_OUT": "{agentName} keluar"
},
"TEAM": {
"ADD": "{agentName} membuat tim baru (#{id})",
"EDIT": "{agentName} memperbarui tim (#{id})",
"DELETE": "{agentName} menghapus tim (#{id})"
"ADD": "{agentName} created a new team (#{id})",
"EDIT": "{agentName} updated a team (#{id})",
"DELETE": "{agentName} deleted a team (#{id})"
},
"MACRO": {
"ADD": "{agentName} membuat makro baru (#{id})",
"EDIT": "{agentName} memperbarui makro (#{id})",
"DELETE": "{agentName} menghapus makro (#{id})"
"ADD": "{agentName} created a new macro (#{id})",
"EDIT": "{agentName} updated a macro (#{id})",
"DELETE": "{agentName} deleted a macro (#{id})"
},
"INBOX_MEMBER": {
"ADD": "{agentName} added {user} to the inbox(#{inbox_id})",

View File

@@ -99,6 +99,9 @@
},
"fallback": {
"CONTENT": "telah membagikan url"
},
"contact": {
"CONTENT": "Shared contact"
}
},
"CHAT_SORT_BY_FILTER": {

View File

@@ -38,15 +38,23 @@
"REMOVE_SELECTION": "Hapus Pilihan",
"DOWNLOAD": "Unduh",
"UNKNOWN_FILE_TYPE": "Jenis Berkas Tidak Dikenal",
"SAVE_CONTACT": "Simpan",
"SAVE_CONTACT": "Save Contact",
"NO_CONTENT": "No content to display",
"SHARED_ATTACHMENT": {
"CONTACT": "{sender} has shared a contact",
"LOCATION": "{sender} has shared a location",
"FILE": "{sender} has shared a file",
"MEETING": "{sender} memulai percakapan"
},
"UPLOADING_ATTACHMENTS": "Mengunggah lampiran...",
"REPLIED_TO_STORY": "Membalas cerita Anda",
"UNSUPPORTED_MESSAGE": "This message is unsupported.",
"UNSUPPORTED_MESSAGE": "This message is unsupported. You can view this message on the Facebook / Instagram app.",
"UNSUPPORTED_MESSAGE_FACEBOOK": "This message is unsupported. You can view this message on the Facebook Messenger app.",
"UNSUPPORTED_MESSAGE_INSTAGRAM": "This message is unsupported. You can view this message on the Instagram app.",
"SUCCESS_DELETE_MESSAGE": "Pesan berhasil dihapus",
"FAIL_DELETE_MESSSAGE": "Tidak dapat menghapus pesan! Coba lagi",
"NO_RESPONSE": "Tidak ada respon",
"RESPONSE": "Response",
"RATING_TITLE": "Penilaian",
"FEEDBACK_TITLE": "Umpan Balik",
"REPLY_MESSAGE_NOT_FOUND": "Message not available",
@@ -126,7 +134,7 @@
"FAILED": "Tidak dapat menugaskan agen. Silakan coba lagi."
},
"LABEL_ASSIGNMENT": {
"SUCCESFUL": "Label #{labelName} ditugaskan ke id percakapan {conversationId}",
"SUCCESFUL": "Assigned label #{labelName} to conversation id {conversationId}",
"FAILED": "Tidak dapat menugaskan label. Silakan coba lagi."
},
"TEAM_ASSIGNMENT": {
@@ -219,6 +227,10 @@
"DELETE": "Hapus",
"CANCEL": "Batalkan"
}
},
"SIDEBAR": {
"CONTACT": "Kontak",
"COPILOT": "Copilot"
}
},
"EMAIL_TRANSCRIPT": {
@@ -310,7 +322,8 @@
"TO": "Ke",
"BCC": "Bcc",
"CC": "Cc",
"SUBJECT": "Subjek"
"SUBJECT": "Subjek",
"EXPAND": "Expand email"
},
"CONVERSATION_PARTICIPANTS": {
"SIDEBAR_MENU_TITLE": "Berpartisipasi",
@@ -335,5 +348,16 @@
"ORIGINAL_CONTENT": "Konten Asli",
"TRANSLATED_CONTENT": "Konten Terjemahan",
"NO_TRANSLATIONS_AVAILABLE": "Tidak ada terjemahan yang tersedia untuk konten ini"
},
"TYPING": {
"ONE": "{user} is typing",
"TWO": "{user} and {secondUser} are typing",
"MULTIPLE": "{user} and {count} others are typing"
},
"COPILOT": {
"TRY_THESE_PROMPTS": "Try these prompts"
},
"GALLERY_VIEW": {
"ERROR_DOWNLOADING": "Unable to download attachment. Please try again"
}
}

View File

@@ -56,7 +56,7 @@
"BUTTON_TEXT": "Putuskan"
},
"SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow adalah platform pemahaman bahasa alami yang memungkinkan Anda merancang dan mengintegrasikan antarmuka pengguna percakapan ke aplikasi seluler, aplikasi web, perangkat, bot, sistem respons suara interaktif, dan lain-lain. <br /> <br /> Integrasi Dialogflow dengan {installationName} memungkinkan Anda mengkonfigurasi bot Dialogflow dengan kotak masuk Anda, sehingga bot menangani pertanyaan awal dan menyerahkannya ke agen jika diperlukan. Dialogflow dapat digunakan untuk memfilter prospek, mengurangi beban kerja agen dengan memberikan pertanyaan yang sering diajukan, dan sebagainya. <br /> <br /> Untuk menambahkan Dialogflow, Anda perlu membuat Akun Layanan di konsol proyek Google Anda dan berbagi kredensialnya. Silakan lihat dokumen Dialogflow untuk informasi lebih lanjut."
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information."
}
}
}

View File

@@ -309,7 +309,217 @@
"SEND_MESSAGE": "Kirim Pesan...",
"LOADER": "Captain is thinking",
"YOU": "Anda",
"USE": "Use this"
"USE": "Use this",
"RESET": "Reset"
},
"PAYWALL": {
"TITLE": "Upgrade to use Captain AI",
"AVAILABLE_ON": "Captain is not available on the free plan.",
"UPGRADE_PROMPT": "Upgrade your plan to get access to our assistants, copilot and more.",
"UPGRADE_NOW": "Upgrade now",
"CANCEL_ANYTIME": "You can change or cancel your plan anytime"
},
"ENTERPRISE_PAYWALL": {
"AVAILABLE_ON": "Captain AI feature is only available in a paid plan.",
"UPGRADE_PROMPT": "Upgrade your plan to get access to our assistants, copilot and more.",
"ASK_ADMIN": "Please reach out to your administrator for the upgrade."
},
"BANNER": {
"RESPONSES": "You've used over 80% of your response limit. To continue using Captain AI, please upgrade.",
"DOCUMENTS": "Document limit reached. Upgrade to continue using Captain AI."
},
"FORM": {
"CANCEL": "Batalkan",
"CREATE": "Buat",
"EDIT": "Perbarui"
},
"ASSISTANTS": {
"HEADER": "Assistants",
"ADD_NEW": "Create a new assistant",
"DELETE": {
"TITLE": "Are you sure to delete the assistant?",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"CONFIRM": "Ya, hapus",
"SUCCESS_MESSAGE": "The assistant has been successfully deleted",
"ERROR_MESSAGE": "There was an error deleting the assistant, please try again."
},
"FORM_DESCRIPTION": "Fill out the details below to name your assistant, describe its purpose, and specify the product it will support.",
"CREATE": {
"TITLE": "Create an assistant",
"SUCCESS_MESSAGE": "The assistant has been successfully created",
"ERROR_MESSAGE": "There was an error creating the assistant, please try again."
},
"FORM": {
"NAME": {
"LABEL": "Assistant Name",
"PLACEHOLDER": "Enter a name for the assistant",
"ERROR": "Please provide a name for the assistant"
},
"DESCRIPTION": {
"LABEL": "Assistant Description",
"PLACEHOLDER": "Describe how and where this assistant will be used",
"ERROR": "A description is required"
},
"PRODUCT_NAME": {
"LABEL": "Product Name",
"PLACEHOLDER": "Enter the name of the product this assistant is designed for",
"ERROR": "The product name is required"
},
"FEATURES": {
"TITLE": "Fitur",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions."
}
},
"EDIT": {
"TITLE": "Update the assistant",
"SUCCESS_MESSAGE": "The assistant has been successfully updated",
"ERROR_MESSAGE": "There was an error updating the assistant, please try again."
},
"OPTIONS": {
"EDIT_ASSISTANT": "Edit Assistant",
"DELETE_ASSISTANT": "Delete Assistant",
"VIEW_CONNECTED_INBOXES": "View connected inboxes"
},
"EMPTY_STATE": {
"TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations."
}
},
"DOCUMENTS": {
"HEADER": "Documents",
"ADD_NEW": "Create a new document",
"RELATED_RESPONSES": {
"TITLE": "Related FAQs",
"DESCRIPTION": "These FAQs are generated directly from the document."
},
"FORM_DESCRIPTION": "Enter the URL of the document to add it as a knowledge source and choose the assistant to associate it with.",
"CREATE": {
"TITLE": "Add a document",
"SUCCESS_MESSAGE": "The document has been successfully created",
"ERROR_MESSAGE": "There was an error creating the document, please try again."
},
"FORM": {
"URL": {
"LABEL": "URL",
"PLACEHOLDER": "Enter the URL of the document",
"ERROR": "Please provide a valid URL for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
}
},
"DELETE": {
"TITLE": "Are you sure to delete the document?",
"DESCRIPTION": "This action is permanent. Deleting this document will permanently erase all generated knowledge.",
"CONFIRM": "Ya, hapus",
"SUCCESS_MESSAGE": "The document has been successfully deleted",
"ERROR_MESSAGE": "There was an error deleting the document, please try again."
},
"OPTIONS": {
"VIEW_RELATED_RESPONSES": "View Related Responses",
"DELETE_DOCUMENT": "Delete Document"
},
"EMPTY_STATE": {
"TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant."
}
},
"RESPONSES": {
"HEADER": "FAQs",
"ADD_NEW": "Create new FAQ",
"DOCUMENTABLE": {
"CONVERSATION": "Conversation #{id}"
},
"DELETE": {
"TITLE": "Are you sure to delete the FAQ?",
"DESCRIPTION": "",
"CONFIRM": "Ya, hapus",
"SUCCESS_MESSAGE": "FAQ deleted successfully",
"ERROR_MESSAGE": "There was an error deleting the FAQ, please try again."
},
"FILTER": {
"ASSISTANT": "Assistant: {selected}",
"STATUS": "Status: {selected}",
"ALL_ASSISTANTS": "Semua"
},
"STATUS": {
"TITLE": "Status",
"PENDING": "Ditunda",
"APPROVED": "Approved",
"ALL": "Semua"
},
"FORM_DESCRIPTION": "Add a question and its corresponding answer to the knowledge base and select the assistant it should be associated with.",
"CREATE": {
"TITLE": "Add an FAQ",
"SUCCESS_MESSAGE": "The response has been added successfully.",
"ERROR_MESSAGE": "An error occurred while adding the response. Please try again."
},
"FORM": {
"QUESTION": {
"LABEL": "Question",
"PLACEHOLDER": "Enter the question here",
"ERROR": "Please provide a valid question."
},
"ANSWER": {
"LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
}
},
"EDIT": {
"TITLE": "Update the FAQ",
"SUCCESS_MESSAGE": "The FAQ has been successfully updated",
"ERROR_MESSAGE": "There was an error updating the FAQ, please try again",
"APPROVE_SUCCESS_MESSAGE": "The FAQ was marked as approved"
},
"OPTIONS": {
"APPROVE": "Mark as approved",
"EDIT_RESPONSE": "Edit FAQ",
"DELETE_RESPONSE": "Delete FAQ"
},
"EMPTY_STATE": {
"TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually."
}
},
"INBOXES": {
"HEADER": "Connected Inboxes",
"ADD_NEW": "Connect a new inbox",
"OPTIONS": {
"DISCONNECT": "Putuskan koneksi"
},
"DELETE": {
"TITLE": "Are you sure to disconnect the inbox?",
"DESCRIPTION": "",
"CONFIRM": "Ya, hapus",
"SUCCESS_MESSAGE": "The inbox was successfully disconnected.",
"ERROR_MESSAGE": "There was an error disconnecting the inbox, please try again."
},
"FORM_DESCRIPTION": "Choose an inbox to connect with the assistant.",
"CREATE": {
"TITLE": "Connect an Inbox",
"SUCCESS_MESSAGE": "The inbox was successfully connected.",
"ERROR_MESSAGE": "An error occurred while connecting the inbox. Please try again."
},
"FORM": {
"INBOX": {
"LABEL": "Kotak masuk",
"PLACEHOLDER": "Choose the inbox to deploy the assistant.",
"ERROR": "An inbox selection is required."
}
},
"EMPTY_STATE": {
"TITLE": "No Connected Inboxes",
"SUBTITLE": "Connecting an inbox allows the assistant to handle initial questions from your customers before transferring them to you."
}
}
}
}

View File

@@ -3,7 +3,7 @@
"TITLE": "Masuk ke Chatwoot",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "contoh{'@'}perusahan-mu.com",
"PLACEHOLDER": "example{'@'}companyname.com",
"ERROR": "Harap masukkan alamat email yang valid"
},
"PASSWORD": {

View File

@@ -124,6 +124,7 @@
},
"AGENT_REPORTS": {
"HEADER": "Gambaran Agen",
"DESCRIPTION": "Easily track agent performance with key metrics such as conversations, response times, resolution times, and resolved cases. Click an agents name to learn more.",
"LOADING_CHART": "Memuat data grafik...",
"NO_ENOUGH_DATA": "Kami belum menerima cukup data untuk membuat laporan, Silakan coba lagi nanti.",
"DOWNLOAD_AGENT_REPORTS": "Unduh laporan agen",
@@ -258,6 +259,7 @@
},
"INBOX_REPORTS": {
"HEADER": "Gambaran kontak masuk",
"DESCRIPTION": "Quickly view your inbox performance with key metrics like conversations, response times, resolution times, and resolved cases—all in one place. Click an inbox name for more details.",
"LOADING_CHART": "Memuat data grafik...",
"NO_ENOUGH_DATA": "Kami belum menerima cukup data untuk membuat laporan, Silakan coba lagi nanti.",
"DOWNLOAD_INBOX_REPORTS": "Unduh laporan kotak masuk",
@@ -325,6 +327,7 @@
},
"TEAM_REPORTS": {
"HEADER": "Gambaran Tim",
"DESCRIPTION": "Get a snapshot of your teams performance with essential metrics, including conversations, response times, resolution times, and resolved cases. Click a team name for more details.",
"LOADING_CHART": "Memuat data grafik...",
"NO_ENOUGH_DATA": "Kami belum menerima cukup data untuk membuat laporan, Silakan coba lagi nanti.",
"DOWNLOAD_TEAM_REPORTS": "Unduh laporan tim",
@@ -538,5 +541,15 @@
},
"VIEW_DETAILS": "View Details"
}
},
"SUMMARY_REPORTS": {
"INBOX": "Kotak masuk",
"AGENT": "Agen",
"TEAM": "Tim",
"AVG_RESOLUTION_TIME": "Avg. Resolution Time",
"AVG_FIRST_RESPONSE_TIME": "Avg. First Response Time",
"AVG_REPLY_TIME": "Avg. Customer Waiting Time",
"RESOLUTION_COUNT": "Jumlah Terselesaikan",
"CONVERSATIONS": "Jumlah percakapan"
}
}

View File

@@ -11,7 +11,10 @@
"CONVERSATIONS": "Percakapan",
"MESSAGES": "Pesan"
},
"VIEW_MORE": "View more",
"LOAD_MORE": "Load more",
"SEARCHING_DATA": "Sedang mencari",
"LOADING_DATA": "Loading",
"EMPTY_STATE": "Tidak ada {item} ditemukan untuk kueri '{query}'",
"EMPTY_STATE_FULL": "Tidak ada hasil ditemukan untuk kueri '{query}'",
"PLACEHOLDER_KEYBINDING": "/ untuk fokus",
@@ -21,6 +24,7 @@
"READ_MORE": "Baca lebih lanjut",
"WROTE": "menulis:",
"FROM": "dari",
"EMAIL": "email"
"EMAIL": "email",
"EMAIL_SUBJECT": "masukkan subjek"
}
}

View File

@@ -194,7 +194,7 @@
"SIDEBAR_ITEMS": {
"CHANGE_AVAILABILITY_STATUS": "Ubah",
"CHANGE_ACCOUNTS": "Switch account",
"SWITCH_WORKSPACE": "Switch workspace",
"SWITCH_ACCOUNT": "Switch account",
"CONTACT_SUPPORT": "Contact support",
"SELECTOR_SUBTITLE": "Pilih akun dari daftar berikut",
"PROFILE_SETTINGS": "Profile settings",
@@ -263,6 +263,9 @@
"SETTINGS": "Pengaturan",
"CONTACTS": "Kontak",
"CAPTAIN": "Captain",
"CAPTAIN_ASSISTANTS": "Assistants",
"CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs",
"HOME": "Beranda",
"AGENTS": "Agen",
"AGENT_BOTS": "Bot Agen",
@@ -324,15 +327,27 @@
},
"BILLING_SETTINGS": {
"TITLE": "Pembayaran",
"DESCRIPTION": "Manage your subscription here, upgrade your plan and get more for your team.",
"CURRENT_PLAN": {
"TITLE": "Paket Saat Ini",
"PLAN_NOTE": "Anda saat ini berlangganan paket **{plan}** dengan **{quantity}** lisensi"
"PLAN_NOTE": "Anda saat ini berlangganan paket **{plan}** dengan **{quantity}** lisensi",
"SEAT_COUNT": "Number of seats",
"RENEWS_ON": "Renews on"
},
"VIEW_PRICING": "View Pricing",
"MANAGE_SUBSCRIPTION": {
"TITLE": "Kelola langganan Anda",
"DESCRIPTION": "Lihat faktur sebelumnya, edit rincian pembayaran, atau batalkan langganan Anda.",
"BUTTON_TXT": "Buka portal pembayaran"
},
"CAPTAIN": {
"TITLE": "Captain",
"DESCRIPTION": "Manage usage and credits for Captain AI.",
"BUTTON_TXT": "Buy more credits",
"DOCUMENTS": "Documents",
"RESPONSES": "Responses",
"UPGRADE": "Captain is not available on the free plan, upgrade now to get access to assistants, copilot and more."
},
"CHAT_WITH_US": {
"TITLE": "Butuh bantuan?",
"DESCRIPTION": "Mengalami masalah dalam pembayaran? Kami di sini untuk membantu.",

View File

@@ -20,7 +20,7 @@
},
"EMAIL": {
"LABEL": "Email kantor",
"PLACEHOLDER": "Masukkan alamat email kantor Anda. contoh: bruce{'@'}wayne{'.'}enterprises",
"PLACEHOLDER": "Enter your work email address. E.g., bruce{'@'}wayne{'.'}enterprises",
"ERROR": "Harap masukkan alamat email kantor yang valid"
},
"PASSWORD": {

View File

@@ -94,7 +94,7 @@
},
"CONFIRM": {
"TITLE": "Are you sure you want to delete the team?",
"PLACE_HOLDER": "Silakan ketik {teamName} untuk konfirmasi",
"PLACE_HOLDER": "Silakan ketik %{teamName} untuk konfirmasi",
"MESSAGE": "Menghapus tim akan menghilangkan alokasi tim dari percakapan yang telah ditetapkan terhadap tim ini.",
"YES": "Hapus ",
"NO": "Batalkan"