Files
clientsflow/research/chatwoot/app/javascript/dashboard/i18n/locale/ro/contentTemplates.json

53 lines
1.8 KiB
JSON

{
"CONTENT_TEMPLATES": {
"MODAL": {
"TITLE": "Twilio Templates",
"SUBTITLE": "Select the Twilio template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
},
"PICKER": {
"SEARCH_PLACEHOLDER": "Caută Șabloane",
"NO_TEMPLATES_FOUND": "Nu s-au găsit șabloane pentru",
"NO_CONTENT": "No content",
"HEADER": "Header",
"BODY": "Body",
"FOOTER": "Footer",
"BUTTONS": "Buttons",
"CATEGORY": "Categorie",
"MEDIA_CONTENT": "Media Content",
"MEDIA_CONTENT_FALLBACK": "media content",
"NO_TEMPLATES_AVAILABLE": "No Twilio templates available. Click refresh to sync templates from Twilio.",
"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": "Limbă",
"TEMPLATE_BODY": "Corpul șablonului",
"CATEGORY": "Categorie"
},
"TYPES": {
"MEDIA": "Media",
"QUICK_REPLY": "Quick Reply",
"CALL_TO_ACTION": "Call to Action",
"TEXT": "Text"
}
},
"PARSER": {
"VARIABLES_LABEL": "Variabile",
"LANGUAGE": "Limbă",
"CATEGORY": "Categorie",
"VARIABLE_PLACEHOLDER": "Introducerea {variable} valoare",
"GO_BACK_LABEL": "Înapoi",
"SEND_MESSAGE_LABEL": "Trimite mesaj",
"FORM_ERROR_MESSAGE": "Vă rugăm să completați toate variabilele înainte de a trimite",
"MEDIA_HEADER_LABEL": "{type} Header",
"MEDIA_URL_LABEL": "Enter full media URL",
"MEDIA_URL_PLACEHOLDER": "https://example.com/image.jpg"
},
"FORM": {
"BACK_BUTTON": "Înapoi",
"SEND_MESSAGE_BUTTON": "Trimite mesaj"
}
}
}