chore: Update translations (#12167)

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
Chatwoot Bot
2025-08-14 03:00:00 -07:00
committed by GitHub
parent 1f03fc4dc3
commit ee773f31eb
208 changed files with 2652 additions and 1404 deletions

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Razgovor je napravljen",
"CONVERSATION_UPDATED": "Razgovor je izmenjen",
"MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened"
},
"ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": {
"TITLE": "Mogućnosti",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions."
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
}
},
"EDIT": {

View File

@@ -1,29 +1,46 @@
{
"WHATSAPP_TEMPLATES": {
"MODAL": {
"TITLE": "Whatsapp šabloni",
"SUBTITLE": "Izaberite koji whatsapp šablon želite da pošaljete",
"TEMPLATE_SELECTED_SUBTITLE": "Obrada {templateName}"
},
"PICKER": {
"SEARCH_PLACEHOLDER": "Pretraži šablone",
"NO_TEMPLATES_FOUND": "Nijedan šablon nije pronađen",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
"REFRESH_BUTTON": "Refresh templates",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"LABELS": {
"LANGUAGE": "Jezik",
"TEMPLATE_BODY": "Telo šablona",
"CATEGORY": "Kategorija"
}
},
"PARSER": {
"VARIABLES_LABEL": "Promenljive",
"VARIABLE_PLACEHOLDER": "Unesite vrednost za {variable}",
"GO_BACK_LABEL": "Povratak",
"SEND_MESSAGE_LABEL": "Pošalji poruku",
"FORM_ERROR_MESSAGE": "Molim vas popunite sve promenljive pre slanja"
}
"WHATSAPP_TEMPLATES": {
"MODAL": {
"TITLE": "Whatsapp šabloni",
"SUBTITLE": "Izaberite koji whatsapp šablon želite da pošaljete",
"TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
},
"PICKER": {
"SEARCH_PLACEHOLDER": "Pretraži šablone",
"NO_TEMPLATES_FOUND": "Nijedan šablon nije pronađen",
"HEADER": "Header",
"BODY": "Body",
"FOOTER": "Footer",
"BUTTONS": "Buttons",
"CATEGORY": "Kategorija",
"MEDIA_CONTENT": "Media Content",
"MEDIA_CONTENT_FALLBACK": "media content",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
"REFRESH_BUTTON": "Refresh templates",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"LABELS": {
"LANGUAGE": "Jezik",
"TEMPLATE_BODY": "Telo šablona",
"CATEGORY": "Kategorija"
}
},
"PARSER": {
"VARIABLES_LABEL": "Promenljive",
"LANGUAGE": "Jezik",
"CATEGORY": "Kategorija",
"VARIABLE_PLACEHOLDER": "Unesite vrednost za {variable}",
"GO_BACK_LABEL": "Povratak",
"SEND_MESSAGE_LABEL": "Pošalji poruku",
"FORM_ERROR_MESSAGE": "Molim vas popunite sve promenljive pre slanja",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
}
}
}