@zappway/embeds 1.0.28 → 1.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chatbox/index.js +131 -129
- package/dist/form/index.js +73 -73
- package/dist/locales/ar/translations.json +87 -0
- package/dist/locales/az/translations.json +87 -0
- package/dist/locales/bg/translations.json +87 -0
- package/dist/locales/bn/translations.json +87 -0
- package/dist/locales/ca/translations.json +87 -0
- package/dist/locales/cs/translations.json +87 -0
- package/dist/locales/da/translations.json +87 -0
- package/dist/locales/de/translations.json +87 -0
- package/dist/locales/el/translations.json +87 -0
- package/dist/locales/en/translations.json +87 -0
- package/dist/locales/eo/translations.json +87 -0
- package/dist/locales/es/translations.json +87 -0
- package/dist/locales/et/translations.json +87 -0
- package/dist/locales/fa/translations.json +87 -0
- package/dist/locales/fi/translations.json +87 -0
- package/dist/locales/fr/translations.json +87 -0
- package/dist/locales/ga/translations.json +87 -0
- package/dist/locales/he/translations.json +87 -0
- package/dist/locales/hi/translations.json +87 -0
- package/dist/locales/hu/translations.json +87 -0
- package/dist/locales/id/translations.json +87 -0
- package/dist/locales/it/translations.json +87 -0
- package/dist/locales/ja/translations.json +87 -0
- package/dist/locales/ko/translations.json +87 -0
- package/dist/locales/lt/translations.json +87 -0
- package/dist/locales/lv/translations.json +87 -0
- package/dist/locales/ms/translations.json +87 -0
- package/dist/locales/nb/translations.json +87 -0
- package/dist/locales/nl/translations.json +87 -0
- package/dist/locales/pl/translations.json +87 -0
- package/dist/locales/pt/translations.json +88 -0
- package/dist/locales/pt-BR/translations.json +87 -0
- package/dist/locales/ro/translations.json +87 -0
- package/dist/locales/ru/translations.json +87 -0
- package/dist/locales/sk/translations.json +87 -0
- package/dist/locales/sl/translations.json +87 -0
- package/dist/locales/sv/translations.json +87 -0
- package/dist/locales/th/translations.json +87 -0
- package/dist/locales/tl/translations.json +87 -0
- package/dist/locales/tr/translations.json +87 -0
- package/dist/locales/uk/translations.json +87 -0
- package/dist/locales/ur/translations.json +87 -0
- package/dist/locales/zh/translations.json +87 -0
- package/package.json +3 -3
|
@@ -4008,5 +4008,92 @@
|
|
|
4008
4008
|
"description": "成为ZappWay的合作伙伴,开始赚取30%的重复月度佣金。只需将用户推荐到我们的平台,随着他们继续订阅,您将获得稳定的收入。",
|
|
4009
4009
|
"becomePartner": "成为合作伙伴",
|
|
4010
4010
|
"commissionInfo": "每推荐一次赚取30%的佣金。随着您的推荐用户继续订阅,您的收入将不断增长。"
|
|
4011
|
+
},
|
|
4012
|
+
"WhatsAppIntegrationPage": {
|
|
4013
|
+
"loading": "加载中...",
|
|
4014
|
+
"accessDenied": "访问被拒绝",
|
|
4015
|
+
"title": "WhatsApp 会话",
|
|
4016
|
+
"updateButton": "更新",
|
|
4017
|
+
"newSessionButton": "新会话",
|
|
4018
|
+
"noSessionsTitle": "您尚未配置 WhatsApp 会话",
|
|
4019
|
+
"noSessionsButton": "配置 WhatsApp",
|
|
4020
|
+
"deniedText": "访问被拒绝",
|
|
4021
|
+
"statusLabel": "状态:",
|
|
4022
|
+
"deviceLabel": "设备:",
|
|
4023
|
+
"lastUpdateLabel": "最后更新:",
|
|
4024
|
+
"connected": "已连接",
|
|
4025
|
+
"disconnected": "已断开",
|
|
4026
|
+
"manageButton": "管理",
|
|
4027
|
+
"connectButton": "连接",
|
|
4028
|
+
"disconnectButton": "断开",
|
|
4029
|
+
"manageSessionModalTitle": "管理会话:{sessionName}",
|
|
4030
|
+
"connectSessionModalTitle": "连接 WhatsApp:{sessionName}",
|
|
4031
|
+
"newSessionModalTitle": "新 WhatsApp 会话",
|
|
4032
|
+
"newSessionPlaceholder": "会话名称",
|
|
4033
|
+
"newDevicePlaceholder": "设备名称",
|
|
4034
|
+
"cancelButton": "取消",
|
|
4035
|
+
"createSessionButton": "创建会话"
|
|
4036
|
+
},
|
|
4037
|
+
"QRCode": {
|
|
4038
|
+
"titles": {
|
|
4039
|
+
"error": "错误",
|
|
4040
|
+
"connected": "WhatsApp 已连接!",
|
|
4041
|
+
"connect": "连接您的 WhatsApp"
|
|
4042
|
+
},
|
|
4043
|
+
"messages": {
|
|
4044
|
+
"closeWindow": "您现在可以关闭此窗口。",
|
|
4045
|
+
"expireWarning": "此二维码将在 1 分钟后过期。"
|
|
4046
|
+
},
|
|
4047
|
+
"buttons": {
|
|
4048
|
+
"tryAgain": "重试",
|
|
4049
|
+
"disconnect": "断开 WhatsApp",
|
|
4050
|
+
"generateNew": "生成新二维码"
|
|
4051
|
+
},
|
|
4052
|
+
"steps": {
|
|
4053
|
+
"step1": "1. 在手机上打开 WhatsApp",
|
|
4054
|
+
"step2": "2. 点击菜单或设置,并选择已连接的设备",
|
|
4055
|
+
"step3": "3. 点击连接设备",
|
|
4056
|
+
"step4": "4. 将手机摄像头对准此二维码"
|
|
4057
|
+
},
|
|
4058
|
+
"errors": {
|
|
4059
|
+
"qrUnavailable": "二维码不可用",
|
|
4060
|
+
"connectionCheck": "检查连接状态时出错",
|
|
4061
|
+
"disconnect": "断开 WhatsApp 时出错",
|
|
4062
|
+
"newQR": "生成新二维码时出错",
|
|
4063
|
+
"default": "加载二维码时发生错误",
|
|
4064
|
+
"unrecognizedAction": "无法识别的操作",
|
|
4065
|
+
"invalidParams": "无效的参数",
|
|
4066
|
+
"missingParams": "需要 organizationId 和 sessionId",
|
|
4067
|
+
"internalError": "内部服务器错误",
|
|
4068
|
+
"unauthorized": "未授权",
|
|
4069
|
+
"sessionIdRequired": "需要会话 ID",
|
|
4070
|
+
"sessionNotFound": "未找到会话",
|
|
4071
|
+
"noPermission": "您无权访问此会话",
|
|
4072
|
+
"sessionUpdateFailed": "会话更新失败"
|
|
4073
|
+
}
|
|
4074
|
+
},
|
|
4075
|
+
"ConnectWhatsApp": {
|
|
4076
|
+
"errors": {
|
|
4077
|
+
"unauthorized": "未授权",
|
|
4078
|
+
"methodNotAllowed": "方法不允许",
|
|
4079
|
+
"creationFailed": "创建 WhatsApp 会话时出错",
|
|
4080
|
+
"sessionIdMissing": "未提供会话 ID",
|
|
4081
|
+
"sessionNotFound": "未找到会话",
|
|
4082
|
+
"noPermissionToDisconnect": "您无权断开此会话",
|
|
4083
|
+
"disconnectFailed": "断开 WhatsApp 时出错",
|
|
4084
|
+
"sessionListFailed": "获取 WhatsApp 会话列表时出错",
|
|
4085
|
+
"internalServerError": "内部服务器错误"
|
|
4086
|
+
},
|
|
4087
|
+
"messages": {
|
|
4088
|
+
"sessionCreated": "会话创建成功。请等待二维码生成。",
|
|
4089
|
+
"imageSent": "图片已发送",
|
|
4090
|
+
"cannotDownloadImage": "无法下载图片",
|
|
4091
|
+
"errorProcessingImage": "处理图片时出错",
|
|
4092
|
+
"videoSent": "视频已发送",
|
|
4093
|
+
"documentSent": "文档已发送",
|
|
4094
|
+
"voiceMessage": "语音消息",
|
|
4095
|
+
"stickerSent": "贴纸已发送",
|
|
4096
|
+
"unrecognizedMessage": "无法识别的消息:{{content}}"
|
|
4097
|
+
}
|
|
4011
4098
|
}
|
|
4012
4099
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zappway/embeds",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.29",
|
|
4
4
|
"description": "ZappWay",
|
|
5
5
|
"main": "dist/chatbox/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
],
|
|
15
15
|
"homepage": "https://github.com/ZappWay/ZappWay#readme",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@types/react": "^18.
|
|
17
|
+
"@types/react": "^18.3.19",
|
|
18
18
|
"@zappway/config-tailwind": "workspace:*",
|
|
19
19
|
"@zappway/lib": "workspace:*",
|
|
20
20
|
"@zappway/ui": "workspace:*",
|
|
21
21
|
"autoprefixer": "^10.4.20",
|
|
22
22
|
"concurrently": "^9.1.2",
|
|
23
|
-
"esbuild": "^0.
|
|
23
|
+
"esbuild": "^0.25.1",
|
|
24
24
|
"esbuild-style-plugin": "^1.6.3",
|
|
25
25
|
"tailwindcss": "^3.4.15"
|
|
26
26
|
},
|