chore: Update translations (#3004)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2021-09-13 19:19:59 +05:30
committed by GitHub
parent 84b96526db
commit ccd0dc39ad
143 changed files with 3627 additions and 213 deletions

View File

@@ -2,6 +2,8 @@
"ATTRIBUTES_MGMT": {
"HEADER": "ویژگی ها",
"HEADER_BTN_TXT": "افزودن ویژگی",
"LOADING": "Fetching attributes",
"SIDEBAR_TXT": "<p><b>Attributes</b> <p>A custom attribute tracks facts about your contacts/conversation — like the subscription plan, or when they ordered the first item etc. <br /><br />For creating a Attributes, just click on the <b>Add Attribute.</b> You can also edit or delete an existing Attribute by clicking on the Edit or Delete button.</p>",
"ADD": {
"TITLE": "افزودن ویژگی",
"SUBMIT": "ايجاد كردن",
@@ -9,11 +11,13 @@
"FORM": {
"NAME": {
"LABEL": "Display Name",
"PLACEHOLDER": "Enter attribute display name"
"PLACEHOLDER": "Enter attribute display name",
"ERROR": "Name is required"
},
"DESC": {
"LABEL": "توضیحات",
"PLACEHOLDER": "Enter attribute description"
"PLACEHOLDER": "Enter attribute description",
"ERROR": "Description is required"
},
"MODEL": {
"LABEL": "Model",
@@ -31,7 +35,50 @@
},
"API": {
"SUCCESS_MESSAGE": "Attribute added successfully",
"ERROR_MESSAGE": "متاسفانه ارتباط با سرور برقرار نشد، مجددا امتحان کنید"
"ERROR_MESSAGE": "Could not able to create an attribute, Please try again later"
}
},
"DELETE": {
"BUTTON_TEXT": "حذف",
"API": {
"SUCCESS_MESSAGE": "Attribute deleted successfully.",
"ERROR_MESSAGE": "Couldn't delete the attribute. Try again."
},
"CONFIRM": {
"TITLE": "آیا مطمئن هستید که می خواهید حذف کنید - %{attributeName}",
"PLACE_HOLDER": "برای تایید لطفا {attributeName} را تایپ کنید",
"MESSAGE": "Deleting will remove the attribute",
"YES": "حذف ",
"NO": "انصراف"
}
},
"EDIT": {
"TITLE": "Edit attribute",
"UPDATE_BUTTON_TEXT": "اعمال شود",
"API": {
"SUCCESS_MESSAGE": "Attribute updated successfully",
"ERROR_MESSAGE": "There was an error updating attribute, please try again"
}
},
"TABS": {
"HEADER": "ویژگی‌های سفارشی",
"CONVERSATION": "Conversation",
"CONTACT": "مخاطب"
},
"LIST": {
"TABLE_HEADER": [
"نام",
"توضیحات",
"Type",
"Key"
],
"BUTTONS": {
"EDIT": "ویرایش",
"DELETE": "حذف"
},
"EMPTY_RESULT": {
"404": "There are no attributes created",
"NOT_FOUND": "There are no attributes configured"
}
}
}

View File

@@ -37,7 +37,12 @@
"MUTED_SUCCESS": "این گفتگو به مدت ۶ ساعت بی‌صدا است",
"UNMUTED_SUCCESS": "این گفتگو از حالت بی صدا خارج شده است",
"SEND_TRANSCRIPT": "ارسال متن",
"EDIT_LABEL": "ویرایش"
"EDIT_LABEL": "ویرایش",
"SIDEBAR_SECTIONS": {
"CUSTOM_ATTRIBUTES": "ویژگی‌های سفارشی",
"CONTACT_LABELS": "تماس با برچسب ها",
"PREVIOUS_CONVERSATIONS": "گفتگوهای قبلی"
}
},
"EDIT_CONTACT": {
"BUTTON_LABEL": "ویرایش مخاطب",
@@ -186,8 +191,8 @@
}
},
"CUSTOM_ATTRIBUTES": {
"TITLE": "ویژگی‌های سفارشی",
"BUTTON": "اضافه کردن ویژگی سفارشی",
"NOT_AVAILABLE": "There are no custom attributes available for this contact.",
"ADD": {
"TITLE": "ساخت ویژگی سفارشی",
"DESC": "اطلاعات سفارشی مخاطب را اضافه کنید."

View File

@@ -142,6 +142,14 @@
"TEAM_LABEL": "اختصاص به تیم",
"SELECT": {
"PLACEHOLDER": "هیچکدام"
},
"ACCORDION": {
"CONTACT_DETAILS": "Contact Details",
"CONVERSATION_ACTIONS": "Conversation Actions",
"CONVERSATION_LABELS": "برچسب‌های گفتگو",
"CONVERSATION_INFO": "Conversation Information",
"CONTACT_ATTRIBUTES": "Contact Attributes",
"PREVIOUS_CONVERSATION": "گفتگوهای قبلی"
}
},
"EMAIL_HEADER": {

View File

@@ -172,6 +172,44 @@
},
"FINISH_MESSAGE": "ایمیل های خود را به این آدرس ها فوروارد کنید."
},
"LINE_CHANNEL": {
"TITLE": "LINE Channel",
"DESC": "Integrate with LINE channel and start supporting your customers.",
"CHANNEL_NAME": {
"LABEL": "عنوان کانال",
"PLACEHOLDER": "لطفا اسم یک کانال را وارد کنید",
"ERROR": "پر کردن این فیلد ضروری است"
},
"LINE_CHANNEL_ID": {
"LABEL": "LINE Channel ID",
"PLACEHOLDER": "LINE Channel ID"
},
"LINE_CHANNEL_SECRET": {
"LABEL": "LINE Channel Secret",
"PLACEHOLDER": "LINE Channel Secret"
},
"LINE_CHANNEL_TOKEN": {
"LABEL": "LINE Channel Token",
"PLACEHOLDER": "LINE Channel Token"
},
"SUBMIT_BUTTON": "Create LINE Channel",
"API": {
"ERROR_MESSAGE": "We were not able to save the LINE channel"
}
},
"TELEGRAM_CHANNEL": {
"TITLE": "Telegram Channel",
"DESC": "Integrate with Telegram channel and start supporting your customers.",
"BOT_TOKEN": {
"LABEL": "Bot Token",
"SUBTITLE": "Configure the bot token you have obtained from Telegram BotFather.",
"PLACEHOLDER": "Bot Token"
},
"SUBMIT_BUTTON": "Create Telegram Channel",
"API": {
"ERROR_MESSAGE": "We were not able to save the telegram channel"
}
},
"AUTH": {
"TITLE": "کانالی را انتخاب کنید",
"DESC": "ما از چت زنده روی سایت، فیسبوک، توییتر، واتس آپ و ایمیل پشتیبانی می کنیم. در صورتی که نیاز به ارتباط از طریق کانال اختصاصی دیگیر دارید می توانید آن را به کمک API ایجاد نمایید."