@univerjs-pro/collaboration-client 0.4.1 → 0.4.2-nightly.202410301606
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/lib/es/index.js +1 -1
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/controllers/collaboration/collaboration-entity.d.ts +5 -3
- package/lib/types/controllers/collaboration/collaboration-state.d.ts +32 -1
- package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +2 -0
- package/lib/types/index.d.ts +2 -0
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/auth-server/util.d.ts +1 -0
- package/lib/types/services/collaboration-session/collaboration-session.d.ts +4 -4
- package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +1 -1
- package/lib/types/services/member/member.service.d.ts +39 -0
- package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +12 -0
- package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +1 -1
- package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +35 -31
- package/lib/cjs/index.js +0 -1
- package/lib/locale/en-US.json +0 -38
- package/lib/locale/fa-IR.json +0 -38
- package/lib/locale/ru-RU.json +0 -38
- package/lib/locale/vi-VN.json +0 -38
- package/lib/locale/zh-CN.json +0 -38
- package/lib/locale/zh-TW.json +0 -38
package/lib/locale/fa-IR.json
DELETED
@@ -1,38 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"collab-client": {
|
3
|
-
"tooltip": {
|
4
|
-
"reconnect": "برای اتصال مجدد کلیک کنید"
|
5
|
-
}
|
6
|
-
},
|
7
|
-
"collabStatus": {
|
8
|
-
"fetchMiss": "در حال همگام سازی داده های سرور...",
|
9
|
-
"conflict": "تداخل ویرایش",
|
10
|
-
"notCollab": "پرونده محلی",
|
11
|
-
"synced": "همگام سازی",
|
12
|
-
"syncing": "در حال همگام سازی...",
|
13
|
-
"offline": "آفلاین، ویرایش ها در محلی ذخیره می شوند"
|
14
|
-
},
|
15
|
-
"session": {
|
16
|
-
"connection-failed": "اتصال ناموفق بود، لطفا شبکه خود را بررسی کنید.",
|
17
|
-
"will-retry": "اتصال ناموفق بود، ما بعداً دوباره تلاش می کنیم.",
|
18
|
-
"room-full": "اتاق همکاری پر است. شما ویرایش های خود را در محلی ذخیره خواهید کرد.",
|
19
|
-
"collaboration-timeout": "سرور به درخواست همکاری شما پاسخ نمی دهد. ویرایش های شما در محلی ذخیره می شوند."
|
20
|
-
},
|
21
|
-
"conflict": {
|
22
|
-
"title": "تداخل همکاری",
|
23
|
-
"content": "یک تداخل بین نسخه محلی شما و نسخه در سرور وجود دارد. لطفاً ویرایش های محلی خود را ذخیره کنید، زیرا آنها پس از بازیابی صفحه از بین خواهند رفت."
|
24
|
-
},
|
25
|
-
"permission": {
|
26
|
-
"title": "خطای اعتبارسنجی",
|
27
|
-
"content": "اعمال شما با مجوزهای سرور تداخل دارد. لطفاً ویرایش های محلی خود را در جای دیگر ذخیره کنید زیرا پس از تازه سازی صفحه از بین خواهند رفت."
|
28
|
-
},
|
29
|
-
"collaboration": {
|
30
|
-
"single-unit": {
|
31
|
-
"warning": "شما همان پرونده را در یک تب دیگر باز کرده اید. در صورت عدم وجود داده، نمی توانید در این تب ویرایش کنید."
|
32
|
-
},
|
33
|
-
"closeRoom": "امتیازات ویرایش به دلیل بسته شدن اتاق همکاری لغو شد."
|
34
|
-
},
|
35
|
-
"auth": {
|
36
|
-
"needGotoLoginAlert": "ورود شما منقضی شده است، برای ورود مجدد کلیک کنید، برای ذخیره ویرایش های محلی خود کلیک کنید."
|
37
|
-
}
|
38
|
-
}
|
package/lib/locale/ru-RU.json
DELETED
@@ -1,38 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"collab-client": {
|
3
|
-
"tooltip": {
|
4
|
-
"reconnect": "Click to Reconnect"
|
5
|
-
}
|
6
|
-
},
|
7
|
-
"collabStatus": {
|
8
|
-
"fetchMiss": "Syncing server data...",
|
9
|
-
"conflict": "Edit conflicts",
|
10
|
-
"notCollab": "Local file",
|
11
|
-
"synced": "Synced",
|
12
|
-
"syncing": "Syncing...",
|
13
|
-
"offline": "Offline, edits would be save on local"
|
14
|
-
},
|
15
|
-
"session": {
|
16
|
-
"connection-failed": "Connection failed, please check your network.",
|
17
|
-
"will-retry": "Connection failed, we retry in a while.",
|
18
|
-
"room-full": "Collaboration room is full. You edits would be saved locally.",
|
19
|
-
"collaboration-timeout": "The server is not responding to your collaboration request. Your edits would be saved locally."
|
20
|
-
},
|
21
|
-
"conflict": {
|
22
|
-
"title": "Collaboration Conflict",
|
23
|
-
"content": "There is a conflict between your local copy and the copy on the server. Please save your local edits, because they will be lost when you reload the page."
|
24
|
-
},
|
25
|
-
"permission": {
|
26
|
-
"title": "Authentication Error",
|
27
|
-
"content": "Your actions are conflicting with the server's permissions. Please save your local edits elsewhere as they will be discarded after refreshing the page."
|
28
|
-
},
|
29
|
-
"collaboration": {
|
30
|
-
"single-unit": {
|
31
|
-
"warning": "You opened the same file in another tab. In case of data missing, you cannot edit on this tab."
|
32
|
-
},
|
33
|
-
"closeRoom": "Editing privileges were revoked because the collaborative room was closed."
|
34
|
-
},
|
35
|
-
"auth": {
|
36
|
-
"needGotoLoginAlert": "Your login has expired, click OK to re-login, click Cancel to save your local edits."
|
37
|
-
}
|
38
|
-
}
|
package/lib/locale/vi-VN.json
DELETED
@@ -1,38 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"collab-client": {
|
3
|
-
"tooltip": {
|
4
|
-
"reconnect": "Click to Reconnect"
|
5
|
-
}
|
6
|
-
},
|
7
|
-
"collabStatus": {
|
8
|
-
"fetchMiss": "Syncing server data...",
|
9
|
-
"conflict": "Edit conflicts",
|
10
|
-
"notCollab": "Local file",
|
11
|
-
"synced": "Synced",
|
12
|
-
"syncing": "Syncing...",
|
13
|
-
"offline": "Offline, edits would be save on local"
|
14
|
-
},
|
15
|
-
"session": {
|
16
|
-
"connection-failed": "Connection failed, please check your network.",
|
17
|
-
"will-retry": "Connection failed, we retry in a while.",
|
18
|
-
"room-full": "Collaboration room is full. You edits would be saved locally.",
|
19
|
-
"collaboration-timeout": "The server is not responding to your collaboration request. Your edits would be saved locally."
|
20
|
-
},
|
21
|
-
"conflict": {
|
22
|
-
"title": "Collaboration Conflict",
|
23
|
-
"content": "There is a conflict between your local copy and the copy on the server. Please save your local edits, because they will be lost when you reload the page."
|
24
|
-
},
|
25
|
-
"permission": {
|
26
|
-
"title": "Authentication Error",
|
27
|
-
"content": "Your actions are conflicting with the server's permissions. Please save your local edits elsewhere as they will be discarded after refreshing the page."
|
28
|
-
},
|
29
|
-
"collaboration": {
|
30
|
-
"single-unit": {
|
31
|
-
"warning": "You opened the same file in another tab. In case of data missing, you cannot edit on this tab."
|
32
|
-
},
|
33
|
-
"closeRoom": "Editing privileges were revoked because the collaborative room was closed."
|
34
|
-
},
|
35
|
-
"auth": {
|
36
|
-
"needGotoLoginAlert": "Your login has expired, click OK to re-login, click Cancel to save your local edits."
|
37
|
-
}
|
38
|
-
}
|
package/lib/locale/zh-CN.json
DELETED
@@ -1,38 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"collab-client": {
|
3
|
-
"tooltip": {
|
4
|
-
"reconnect": "点击重新连接"
|
5
|
-
}
|
6
|
-
},
|
7
|
-
"collabStatus": {
|
8
|
-
"fetchMiss": "正在拉取服务端数据...",
|
9
|
-
"conflict": "编辑冲突",
|
10
|
-
"notCollab": "本地文件",
|
11
|
-
"synced": "已同步",
|
12
|
-
"syncing": "保存中...",
|
13
|
-
"offline": "已离线,编辑将在本地缓存"
|
14
|
-
},
|
15
|
-
"session": {
|
16
|
-
"connection-failed": "连接失败,请检查你的网络",
|
17
|
-
"will-retry": "连接失败,将在一会儿之后重试连接",
|
18
|
-
"room-full": "协同房间已满,你的编辑将在本地缓存",
|
19
|
-
"collaboration-timeout": "服务器未响应,你的编辑将在本地缓存"
|
20
|
-
},
|
21
|
-
"conflict": {
|
22
|
-
"title": "协同冲突",
|
23
|
-
"content": "你的本地文档和服务器的文档存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。"
|
24
|
-
},
|
25
|
-
"permission": {
|
26
|
-
"title": "权限错误",
|
27
|
-
"content": "你的操作和服务器的权限存在冲突。请在别处保存你的本地编辑,本地编辑将在刷新页面后丢弃。"
|
28
|
-
},
|
29
|
-
"collaboration": {
|
30
|
-
"single-unit": {
|
31
|
-
"warning": "你在另一个标签页打开了同一个文件。为了避免数据丢失,这个标签页的编辑行为将会被限制。"
|
32
|
-
},
|
33
|
-
"closeRoom": "由于协同房间被关闭,编辑权限被收回。"
|
34
|
-
},
|
35
|
-
"auth": {
|
36
|
-
"needGotoLoginAlert": "你的登录已过期,点击确认重新登陆,点击取消去保存你的本地编辑。"
|
37
|
-
}
|
38
|
-
}
|
package/lib/locale/zh-TW.json
DELETED
@@ -1,38 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"collab-client": {
|
3
|
-
"tooltip": {
|
4
|
-
"reconnect": "Click to Reconnect"
|
5
|
-
}
|
6
|
-
},
|
7
|
-
"collabStatus": {
|
8
|
-
"fetchMiss": "Syncing server data...",
|
9
|
-
"conflict": "Edit conflicts",
|
10
|
-
"notCollab": "Local file",
|
11
|
-
"synced": "Synced",
|
12
|
-
"syncing": "Syncing...",
|
13
|
-
"offline": "Offline, edits would be save on local"
|
14
|
-
},
|
15
|
-
"session": {
|
16
|
-
"connection-failed": "Connection failed, please check your network.",
|
17
|
-
"will-retry": "Connection failed, we retry in a while.",
|
18
|
-
"room-full": "Collaboration room is full. You edits would be saved locally.",
|
19
|
-
"collaboration-timeout": "The server is not responding to your collaboration request. Your edits would be saved locally."
|
20
|
-
},
|
21
|
-
"conflict": {
|
22
|
-
"title": "Collaboration Conflict",
|
23
|
-
"content": "There is a conflict between your local copy and the copy on the server. Please save your local edits, because they will be lost when you reload the page."
|
24
|
-
},
|
25
|
-
"permission": {
|
26
|
-
"title": "Authentication Error",
|
27
|
-
"content": "Your actions are conflicting with the server's permissions. Please save your local edits elsewhere as they will be discarded after refreshing the page."
|
28
|
-
},
|
29
|
-
"collaboration": {
|
30
|
-
"single-unit": {
|
31
|
-
"warning": "You opened the same file in another tab. In case of data missing, you cannot edit on this tab."
|
32
|
-
},
|
33
|
-
"closeRoom": "Editing privileges were revoked because the collaborative room was closed."
|
34
|
-
},
|
35
|
-
"auth": {
|
36
|
-
"needGotoLoginAlert": "Your login has expired, click OK to re-login, click Cancel to save your local edits."
|
37
|
-
}
|
38
|
-
}
|