bl-common-vue3 3.8.95 → 3.8.98
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/package.json +1 -1
- package/src/components/AttachmentInfo/index.vue +2 -0
- package/src/components/AttachmentInfo/modules/AddAction.vue +2 -2
- package/src/locale/commonLocale/en.js +18 -18
- package/src/locale/commonLocale/ja-JP.js +35 -35
- package/src/locale/commonLocale/zh-HK.js +16 -16
- package/src/locale/commonLocale/zh-TW.js +11 -11
- package/src/locale/local/cht.json +81 -81
- package/src/locale/local/en.json +326 -326
- package/src/locale/local/jp.json +157 -157
- package/src/locale/local/zh-HK.json +212 -111
package/package.json
CHANGED
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
:mobileAnnexUpload="mobileAnnexUpload"
|
|
25
25
|
:mobileAnnexUploadConfig="mobileAnnexUploadConfig"
|
|
26
26
|
@handleRequest="handleRequest"
|
|
27
|
+
@handleAddSuccess="handleAddSuccess"
|
|
27
28
|
/>
|
|
28
29
|
</template>
|
|
29
30
|
<a-table
|
|
@@ -84,6 +85,7 @@
|
|
|
84
85
|
:mobileAnnexUpload="mobileAnnexUpload"
|
|
85
86
|
:mobileAnnexUploadConfig="mobileAnnexUploadConfig"
|
|
86
87
|
@handleRequest="handleRequest"
|
|
88
|
+
@handleAddSuccess="handleAddSuccess"
|
|
87
89
|
/>
|
|
88
90
|
<a-tooltip v-if="record.operate.includes('Topping')">
|
|
89
91
|
<template #title>{{ t('AttachmentInfo.index.559728-6') }}</template>
|
|
@@ -234,12 +234,12 @@ export default defineComponent({
|
|
|
234
234
|
multiAddVisible.value = true;
|
|
235
235
|
};
|
|
236
236
|
|
|
237
|
-
const handleAddSuccess = (
|
|
237
|
+
const handleAddSuccess = (res) => {
|
|
238
238
|
fileList.value = []
|
|
239
239
|
multiAddVisible.value = false;
|
|
240
240
|
addVisible.value = false;
|
|
241
241
|
// 请求接口
|
|
242
|
-
context.emit('
|
|
242
|
+
context.emit('handleAddSuccess', res)
|
|
243
243
|
};
|
|
244
244
|
|
|
245
245
|
const handleRequest = (emitObj) => {
|
|
@@ -12,13 +12,13 @@ export default {
|
|
|
12
12
|
"common.table.status": "Status",
|
|
13
13
|
"common.table.operation": "Operation",
|
|
14
14
|
"common.button.cancel": "Cancel",
|
|
15
|
-
"common.button.ok": "
|
|
15
|
+
"common.button.ok": "OK",
|
|
16
16
|
"common.button.save": "Save",
|
|
17
17
|
"common.button.confirm": "Confirm",
|
|
18
18
|
"common.button.submit": "Submit",
|
|
19
19
|
"common.button.whole": "All",
|
|
20
|
-
"common.tenant.lower": "
|
|
21
|
-
"common.tenant.cap": "
|
|
20
|
+
"common.tenant.lower": "tenant",
|
|
21
|
+
"common.tenant.cap": "Tenant",
|
|
22
22
|
"common.action.collapse": "Collapse",
|
|
23
23
|
"common.action.expand": "Expand",
|
|
24
24
|
"common.switch.enabled": "Enabled",
|
|
@@ -30,38 +30,38 @@ export default {
|
|
|
30
30
|
"common.switch.normal": "Normal",
|
|
31
31
|
"common.switch.yes": "Yes",
|
|
32
32
|
"common.switch.no": "No",
|
|
33
|
-
"common.save.success": "
|
|
34
|
-
"common.action.success": "
|
|
35
|
-
"common.submit.success": "Submitted
|
|
33
|
+
"common.save.success": "Saved",
|
|
34
|
+
"common.action.success": "Completed",
|
|
35
|
+
"common.submit.success": "Submitted",
|
|
36
36
|
"common.save.fail": "Save failed, please try again",
|
|
37
37
|
"common.action.fail": "Operation failed, please try again",
|
|
38
38
|
"common.submit.fail": "Submission failed, please try again",
|
|
39
39
|
"common.verification.required": "Required",
|
|
40
|
-
"common.houseResources.lower": "
|
|
41
|
-
"common.houseResources.cap": "
|
|
40
|
+
"common.houseResources.lower": "property",
|
|
41
|
+
"common.houseResources.cap": "Property",
|
|
42
42
|
"common.basic.project": "Project",
|
|
43
43
|
"common.basic.building": "Building",
|
|
44
44
|
"common.basic.floor": "Floor",
|
|
45
|
-
"common.basic.tips": "
|
|
46
|
-
"common.form.remarks": "
|
|
45
|
+
"common.basic.tips": "Tip",
|
|
46
|
+
"common.form.remarks": "Notes",
|
|
47
47
|
"common.button.agree": "Agree",
|
|
48
|
-
"common.button.refuse": "
|
|
48
|
+
"common.button.refuse": "Reject",
|
|
49
49
|
"common.please.enter": "Please enter",
|
|
50
|
-
"common.please.choose": "Please
|
|
50
|
+
"common.please.choose": "Please select",
|
|
51
51
|
"common.date.today": "Today",
|
|
52
52
|
"common.date.yesterday": "Yesterday",
|
|
53
53
|
"common.date.thisWeek": "This week",
|
|
54
|
-
"common.date.lastWeek": "
|
|
54
|
+
"common.date.lastWeek": "Last week",
|
|
55
55
|
"common.date.thisMonth": "This month",
|
|
56
56
|
"common.date.lastMonth": "Last month",
|
|
57
57
|
"common.date.thisYear": "This year",
|
|
58
|
-
"common.date.lastYear": "
|
|
59
|
-
"common.confirm.delete": "
|
|
60
|
-
"common.confirm.action": "
|
|
58
|
+
"common.date.lastYear": "Last year",
|
|
59
|
+
"common.confirm.delete": "Delete this item?",
|
|
60
|
+
"common.confirm.action": "Continue with this action?",
|
|
61
61
|
"common.button.view": "View",
|
|
62
62
|
"common.button.detail": "Details",
|
|
63
63
|
"common.choose.required": "Required",
|
|
64
|
-
"common.verification.chooseRequired": "
|
|
64
|
+
"common.verification.chooseRequired": "Selection required",
|
|
65
65
|
"common.button.change": "Change",
|
|
66
66
|
"common.button.copy": "Copy",
|
|
67
|
-
}
|
|
67
|
+
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"common.button.add": "追加",
|
|
3
3
|
"common.button.edit": "編集",
|
|
4
|
-
"common.button.delete": "
|
|
5
|
-
"common.button.export": "
|
|
6
|
-
"common.button.import": "
|
|
7
|
-
"common.button.search": "
|
|
4
|
+
"common.button.delete": "削除",
|
|
5
|
+
"common.button.export": "エクスポート",
|
|
6
|
+
"common.button.import": "インポート",
|
|
7
|
+
"common.button.search": "検索",
|
|
8
8
|
"common.button.reset": "リセット",
|
|
9
9
|
"common.button.more": "詳細",
|
|
10
|
-
"common.switch.open": "
|
|
10
|
+
"common.switch.open": "開く",
|
|
11
11
|
"common.switch.close": "閉じる",
|
|
12
12
|
"common.table.status": "ステータス",
|
|
13
|
-
"common.table.operation": "
|
|
13
|
+
"common.table.operation": "操作",
|
|
14
14
|
"common.button.cancel": "キャンセル",
|
|
15
|
-
"common.button.ok": "
|
|
16
|
-
"common.button.save": "
|
|
17
|
-
"common.button.confirm": "
|
|
18
|
-
"common.button.submit": "
|
|
15
|
+
"common.button.ok": "OK",
|
|
16
|
+
"common.button.save": "保存",
|
|
17
|
+
"common.button.confirm": "確認",
|
|
18
|
+
"common.button.submit": "送信",
|
|
19
19
|
"common.button.whole": "すべて",
|
|
20
|
-
"common.tenant.lower": "
|
|
21
|
-
"common.tenant.cap": "
|
|
22
|
-
"common.action.collapse": "
|
|
23
|
-
"common.action.expand": "
|
|
24
|
-
"common.switch.enabled": "
|
|
25
|
-
"common.switch.disabled": "
|
|
20
|
+
"common.tenant.lower": "入居者",
|
|
21
|
+
"common.tenant.cap": "入居者",
|
|
22
|
+
"common.action.collapse": "折りたたむ",
|
|
23
|
+
"common.action.expand": "展開",
|
|
24
|
+
"common.switch.enabled": "有効",
|
|
25
|
+
"common.switch.disabled": "無効",
|
|
26
26
|
"common.switch.display": "表示",
|
|
27
27
|
"common.switch.hide": "非表示",
|
|
28
28
|
"common.form.required": "必須",
|
|
29
|
-
"common.form.notRequired": "
|
|
29
|
+
"common.form.notRequired": "任意",
|
|
30
30
|
"common.switch.normal": "通常",
|
|
31
31
|
"common.switch.yes": "はい",
|
|
32
32
|
"common.switch.no": "いいえ",
|
|
33
|
-
"common.save.success": "
|
|
34
|
-
"common.action.success": "
|
|
35
|
-
"common.submit.success": "
|
|
33
|
+
"common.save.success": "保存しました",
|
|
34
|
+
"common.action.success": "完了しました",
|
|
35
|
+
"common.submit.success": "送信しました",
|
|
36
36
|
"common.save.fail": "保存に失敗しました。再試行してください",
|
|
37
37
|
"common.action.fail": "操作に失敗しました。再試行してください",
|
|
38
|
-
"common.submit.fail": "
|
|
38
|
+
"common.submit.fail": "送信に失敗しました。再試行してください",
|
|
39
39
|
"common.verification.required": "必須項目",
|
|
40
|
-
"common.houseResources.lower": "
|
|
41
|
-
"common.houseResources.cap": "
|
|
40
|
+
"common.houseResources.lower": "物件",
|
|
41
|
+
"common.houseResources.cap": "物件",
|
|
42
42
|
"common.basic.project": "プロジェクト",
|
|
43
|
-
"common.basic.building": "
|
|
44
|
-
"common.basic.floor": "
|
|
43
|
+
"common.basic.building": "建物",
|
|
44
|
+
"common.basic.floor": "階",
|
|
45
45
|
"common.basic.tips": "ヒント",
|
|
46
|
-
"common.form.remarks": "
|
|
47
|
-
"common.button.agree": "
|
|
46
|
+
"common.form.remarks": "備考",
|
|
47
|
+
"common.button.agree": "同意",
|
|
48
48
|
"common.button.refuse": "拒否",
|
|
49
49
|
"common.please.enter": "入力してください",
|
|
50
50
|
"common.please.choose": "選択してください",
|
|
@@ -54,14 +54,14 @@ export default {
|
|
|
54
54
|
"common.date.lastWeek": "先週",
|
|
55
55
|
"common.date.thisMonth": "今月",
|
|
56
56
|
"common.date.lastMonth": "先月",
|
|
57
|
-
"common.date.thisYear": "
|
|
58
|
-
"common.date.lastYear": "
|
|
59
|
-
"common.confirm.delete": "
|
|
60
|
-
"common.confirm.action": "
|
|
61
|
-
"common.button.view": "
|
|
57
|
+
"common.date.thisYear": "今年",
|
|
58
|
+
"common.date.lastYear": "昨年",
|
|
59
|
+
"common.confirm.delete": "削除しますか?",
|
|
60
|
+
"common.confirm.action": "この操作を実行しますか?",
|
|
61
|
+
"common.button.view": "表示",
|
|
62
62
|
"common.button.detail": "詳細",
|
|
63
63
|
"common.choose.required": "必須",
|
|
64
|
-
"common.verification.chooseRequired": "
|
|
65
|
-
"common.button.change": "
|
|
64
|
+
"common.verification.chooseRequired": "選択必須",
|
|
65
|
+
"common.button.change": "変更",
|
|
66
66
|
"common.button.copy": "コピー",
|
|
67
|
-
}
|
|
67
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"common.button.add": "
|
|
2
|
+
"common.button.add": "新增",
|
|
3
3
|
"common.button.edit": "編輯",
|
|
4
|
-
"common.button.delete": "
|
|
4
|
+
"common.button.delete": "刪除",
|
|
5
5
|
"common.button.export": "匯出",
|
|
6
|
-
"common.button.import": "
|
|
7
|
-
"common.button.search": "
|
|
6
|
+
"common.button.import": "匯入",
|
|
7
|
+
"common.button.search": "搜尋",
|
|
8
8
|
"common.button.reset": "重設",
|
|
9
9
|
"common.button.more": "更多",
|
|
10
10
|
"common.switch.open": "開啟",
|
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
"common.table.operation": "操作",
|
|
14
14
|
"common.button.cancel": "取消",
|
|
15
15
|
"common.button.ok": "確定",
|
|
16
|
-
"common.button.save": "
|
|
16
|
+
"common.button.save": "儲存",
|
|
17
17
|
"common.button.confirm": "確認",
|
|
18
18
|
"common.button.submit": "提交",
|
|
19
19
|
"common.button.whole": "全部",
|
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
"common.action.collapse": "收起",
|
|
23
23
|
"common.action.expand": "展開",
|
|
24
24
|
"common.switch.enabled": "啟用",
|
|
25
|
-
"common.switch.disabled": "
|
|
25
|
+
"common.switch.disabled": "停用",
|
|
26
26
|
"common.switch.display": "顯示",
|
|
27
27
|
"common.switch.hide": "隱藏",
|
|
28
28
|
"common.form.required": "必填",
|
|
@@ -30,13 +30,13 @@ export default {
|
|
|
30
30
|
"common.switch.normal": "正常",
|
|
31
31
|
"common.switch.yes": "是",
|
|
32
32
|
"common.switch.no": "否",
|
|
33
|
-
"common.save.success": "
|
|
33
|
+
"common.save.success": "儲存成功",
|
|
34
34
|
"common.action.success": "操作成功",
|
|
35
35
|
"common.submit.success": "提交成功",
|
|
36
|
-
"common.save.fail": "
|
|
36
|
+
"common.save.fail": "儲存失敗,請重試",
|
|
37
37
|
"common.action.fail": "操作失敗,請重試",
|
|
38
38
|
"common.submit.fail": "提交失敗,請重試",
|
|
39
|
-
"common.verification.required": "
|
|
39
|
+
"common.verification.required": "必填欄位",
|
|
40
40
|
"common.houseResources.lower": "房源",
|
|
41
41
|
"common.houseResources.cap": "房源",
|
|
42
42
|
"common.basic.project": "項目",
|
|
@@ -50,18 +50,18 @@ export default {
|
|
|
50
50
|
"common.please.choose": "請選擇",
|
|
51
51
|
"common.date.today": "今天",
|
|
52
52
|
"common.date.yesterday": "昨天",
|
|
53
|
-
"common.date.thisWeek": "
|
|
54
|
-
"common.date.lastWeek": "
|
|
53
|
+
"common.date.thisWeek": "本週",
|
|
54
|
+
"common.date.lastWeek": "上週",
|
|
55
55
|
"common.date.thisMonth": "本月",
|
|
56
56
|
"common.date.lastMonth": "上月",
|
|
57
|
-
"common.date.thisYear": "
|
|
58
|
-
"common.date.lastYear": "
|
|
59
|
-
"common.confirm.delete": "
|
|
57
|
+
"common.date.thisYear": "今年",
|
|
58
|
+
"common.date.lastYear": "去年",
|
|
59
|
+
"common.confirm.delete": "確認刪除嗎?",
|
|
60
60
|
"common.confirm.action": "是否確認操作?",
|
|
61
61
|
"common.button.view": "查看",
|
|
62
62
|
"common.button.detail": "詳情",
|
|
63
63
|
"common.choose.required": "必選",
|
|
64
|
-
"common.verification.chooseRequired": "
|
|
64
|
+
"common.verification.chooseRequired": "必選欄位",
|
|
65
65
|
"common.button.change": "修改",
|
|
66
66
|
"common.button.copy": "複製",
|
|
67
|
-
}
|
|
67
|
+
}
|
|
@@ -3,7 +3,7 @@ export default {
|
|
|
3
3
|
"common.button.edit": "編輯",
|
|
4
4
|
"common.button.delete": "刪除",
|
|
5
5
|
"common.button.export": "匯出",
|
|
6
|
-
"common.button.import": "
|
|
6
|
+
"common.button.import": "匯入",
|
|
7
7
|
"common.button.search": "搜尋",
|
|
8
8
|
"common.button.reset": "重設",
|
|
9
9
|
"common.button.more": "更多",
|
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
"common.action.collapse": "收起",
|
|
23
23
|
"common.action.expand": "展開",
|
|
24
24
|
"common.switch.enabled": "啟用",
|
|
25
|
-
"common.switch.disabled": "
|
|
25
|
+
"common.switch.disabled": "停用",
|
|
26
26
|
"common.switch.display": "顯示",
|
|
27
27
|
"common.switch.hide": "隱藏",
|
|
28
28
|
"common.form.required": "必填",
|
|
@@ -36,7 +36,7 @@ export default {
|
|
|
36
36
|
"common.save.fail": "儲存失敗,請重試",
|
|
37
37
|
"common.action.fail": "操作失敗,請重試",
|
|
38
38
|
"common.submit.fail": "送出失敗,請重試",
|
|
39
|
-
"common.verification.required": "
|
|
39
|
+
"common.verification.required": "必填欄位",
|
|
40
40
|
"common.houseResources.lower": "房源",
|
|
41
41
|
"common.houseResources.cap": "房源",
|
|
42
42
|
"common.basic.project": "案場",
|
|
@@ -50,18 +50,18 @@ export default {
|
|
|
50
50
|
"common.please.choose": "請選擇",
|
|
51
51
|
"common.date.today": "今天",
|
|
52
52
|
"common.date.yesterday": "昨天",
|
|
53
|
-
"common.date.thisWeek": "
|
|
54
|
-
"common.date.lastWeek": "
|
|
53
|
+
"common.date.thisWeek": "本週",
|
|
54
|
+
"common.date.lastWeek": "上週",
|
|
55
55
|
"common.date.thisMonth": "本月",
|
|
56
56
|
"common.date.lastMonth": "上月",
|
|
57
|
-
"common.date.thisYear": "
|
|
58
|
-
"common.date.lastYear": "
|
|
57
|
+
"common.date.thisYear": "今年",
|
|
58
|
+
"common.date.lastYear": "去年",
|
|
59
59
|
"common.confirm.delete": "確認刪除嗎?",
|
|
60
60
|
"common.confirm.action": "是否確認操作?",
|
|
61
|
-
"common.button.view": "
|
|
62
|
-
"common.button.detail": "
|
|
61
|
+
"common.button.view": "檢視",
|
|
62
|
+
"common.button.detail": "詳細資料",
|
|
63
63
|
"common.choose.required": "必選",
|
|
64
|
-
"common.verification.chooseRequired": "
|
|
64
|
+
"common.verification.chooseRequired": "必選欄位",
|
|
65
65
|
"common.button.change": "修改",
|
|
66
66
|
"common.button.copy": "複製",
|
|
67
|
-
}
|
|
67
|
+
}
|