Initial commit: Add logistics and order_detail message types
Some checks failed
Lock Threads / action (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot EE docker images / merge (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot CE docker images / merge (push) Has been cancelled
Run Chatwoot CE spec / lint-backend (push) Has been cancelled
Run Chatwoot CE spec / lint-frontend (push) Has been cancelled
Run Chatwoot CE spec / frontend-tests (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (0, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (1, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (10, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (11, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (12, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (13, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (14, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (15, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (2, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (3, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (4, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (5, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (6, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (7, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (8, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (9, 16) (push) Has been cancelled
Run Linux nightly installer / nightly (push) Has been cancelled

- Add Logistics component with progress tracking
- Add OrderDetail component for order information
- Support data-driven steps and actions
- Add blue color scale to widget SCSS
- Fix node overflow and progress bar rendering issues
- Add English translations for dashboard components

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Liang XJ
2026-01-26 11:16:56 +08:00
commit 092fb2e083
7646 changed files with 975643 additions and 0 deletions

View File

@@ -0,0 +1,138 @@
{
"ATTRIBUTES_MGMT": {
"HEADER": "ویژگی‌های سفارشی",
"HEADER_BTN_TXT": "اضافه کردن ویژگی سفارشی",
"LOADING": "واکشی ویژگی‌های سفارشی",
"DESCRIPTION": "A custom attribute tracks additional details about your contacts or conversations—such as the subscription plan or the date of their first purchase. You can add different types of custom attributes, such as text, lists, or numbers, to capture the specific information you need.",
"LEARN_MORE": "Learn more about custom attributes",
"ATTRIBUTE_MODELS": {
"CONVERSATION": "گفتگو",
"CONTACT": "مخاطب"
},
"ATTRIBUTE_TYPES": {
"TEXT": "متن",
"NUMBER": "شماره",
"LINK": "پیوند",
"DATE": "Date",
"LIST": "فهرست",
"CHECKBOX": "چک باکس"
},
"ADD": {
"TITLE": "اضافه کردن ویژگی سفارشی",
"SUBMIT": "ايجاد كردن",
"CANCEL_BUTTON_TEXT": "انصراف",
"FORM": {
"NAME": {
"LABEL": "نمایش نام",
"PLACEHOLDER": "نام نمایشی ویژگی سفارشی را وارد کنید",
"ERROR": "نام الزامی است"
},
"DESC": {
"LABEL": "توضیحات",
"PLACEHOLDER": "توضیحات ویژگی سفارشی را وارد کنید",
"ERROR": "توضیحات الزامی است"
},
"MODEL": {
"LABEL": "شامل",
"PLACEHOLDER": "لطفا یکی را انتخاب کنید",
"ERROR": "مدل مورد نیاز است"
},
"TYPE": {
"LABEL": "نوع",
"PLACEHOLDER": "لطفا نوع دسترسی اپراتور را مشخص کنید",
"ERROR": "نوع الزامی است",
"LIST": {
"LABEL": "لیست مقادیر",
"PLACEHOLDER": "لطفا مقدار را وارد کنید و کلید enter را فشار دهید",
"ERROR": "باید حداقل یک مقدار داشته باشد"
}
},
"KEY": {
"LABEL": "کلید",
"PLACEHOLDER": "کلید ویژگی سفارشی را وارد کنید",
"ERROR": "کلید الزامی است",
"IN_VALID": "کلید نامعتبر"
},
"REGEX_PATTERN": {
"LABEL": "الگوی رجکس",
"PLACEHOLDER": "لطفا الگوی رجکس ویژگی سفارشی را وارد کنید. (اختباری)"
},
"REGEX_CUE": {
"LABEL": "Regex Cue",
"PLACEHOLDER": "لطفا توضیحات مربوط به الگوری رجکس را وارد کنید. (اختیاری)"
},
"ENABLE_REGEX": {
"LABEL": "فعال سازی بررسی رجکس"
}
},
"API": {
"SUCCESS_MESSAGE": "ویژگی سفارشی با موفقیت اضافه شد!",
"ERROR_MESSAGE": "نمی‌توان یک ویژگی سفارشی ایجاد کرد. لطفا بعدا دوباره امتحان کنید."
}
},
"DELETE": {
"BUTTON_TEXT": "حذف",
"API": {
"SUCCESS_MESSAGE": "ویژگی سفارشی با موفقیت حذف شد.",
"ERROR_MESSAGE": "ویژگی سفارشی حذف نشد. دوباره امتحان کنید."
},
"CONFIRM": {
"TITLE": "آیا مطمئن هستید که می خواهید حذف کنید - {attributeName}",
"PLACE_HOLDER": "برای تایید لطفا {attributeName} را تایپ کنید",
"MESSAGE": "با حذف ویژگی، ویژگی سفارشی به طور کامل حذف می‌شود",
"YES": "حذف ",
"NO": "انصراف"
}
},
"EDIT": {
"TITLE": "ویرایش ویژگی سفارشی",
"UPDATE_BUTTON_TEXT": "اعمال شود",
"TYPE": {
"LIST": {
"LABEL": "لیست مقادیر",
"PLACEHOLDER": "لطفا مقادیر را وارد کنید و کلید enter را فشار دهید"
}
},
"API": {
"SUCCESS_MESSAGE": "ویژگی سفارشی با موفقیت به‌روزرسانی شد",
"ERROR_MESSAGE": "هنگام به‌روزرسانی ویژگی سفارشی خطایی روی داد، لطفا دوباره امتحان کنید"
}
},
"TABS": {
"HEADER": "ویژگی‌های سفارشی",
"CONVERSATION": "گفتگو",
"CONTACT": "مخاطب"
},
"LIST": {
"TABLE_HEADER": {
"NAME": "نام",
"DESCRIPTION": "توضیحات",
"TYPE": "نوع",
"KEY": "کلید"
},
"BUTTONS": {
"EDIT": "ویرایش",
"DELETE": "حذف"
},
"EMPTY_RESULT": {
"404": "هیچ ویژگی سفارشی ایجاد نشده است",
"NOT_FOUND": "هیچ ویژگی سفارشی پیکربندی نشده است"
},
"REGEX_PATTERN": {
"LABEL": "الگوی رجکس",
"PLACEHOLDER": "لطفا الگوی رجکس ویژگی سفارشی را وارد کنید. (اختباری)"
},
"REGEX_CUE": {
"LABEL": "Regex Cue",
"PLACEHOLDER": "لطفا توضیحات مربوط به الگوری رجکس را وارد کنید. (اختیاری)"
},
"ENABLE_REGEX": {
"LABEL": "فعال سازی بررسی رجکس"
}
},
"BADGES": {
"PRE_CHAT": "Pre-chat",
"RESOLUTION": "Resolution"
}
}
}