Chatwoot/app/javascript/dashboard/i18n/locale/fa/attributesMgmt.json
2021-09-03 15:48:24 +05:30

38 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ATTRIBUTES_MGMT": {
"HEADER": "ویژگی ها",
"HEADER_BTN_TXT": "افزودن ویژگی",
"ADD": {
"TITLE": "افزودن ویژگی",
"SUBMIT": "ايجاد كردن",
"CANCEL_BUTTON_TEXT": "انصراف",
"FORM": {
"NAME": {
"LABEL": "Display Name",
"PLACEHOLDER": "Enter attribute display name"
},
"DESC": {
"LABEL": "توضیحات",
"PLACEHOLDER": "Enter attribute description"
},
"MODEL": {
"LABEL": "Model",
"PLACEHOLDER": "Please select a model",
"ERROR": "Model is required"
},
"TYPE": {
"LABEL": "Type",
"PLACEHOLDER": "لطفا نوع دسترسی اپراتور را مشخص کنید",
"ERROR": "Type is required"
},
"KEY": {
"LABEL": "Key"
}
},
"API": {
"SUCCESS_MESSAGE": "Attribute added successfully",
"ERROR_MESSAGE": "متاسفانه ارتباط با سرور برقرار نشد، مجددا امتحان کنید"
}
}
}
}