@sdata/web-vue 3.26.0 → 3.28.0
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/sd.css +8 -0
- package/dist/sd.min.css +2 -2
- package/es/_hooks/use-theme-mode.d.ts +1 -1
- package/es/_utils/date.js +5 -38
- package/es/_utils/grapheme.d.ts +5 -0
- package/es/_utils/grapheme.js +93 -0
- package/es/basic-crud-table/basic-crud-table.vue_vue_type_script_setup_true_lang.js +33 -23
- package/es/basic-crud-table/index.d.ts +1 -1
- package/es/basic-crud-table/types.d.ts +9 -1
- package/es/components.d.ts +2 -0
- package/es/index.css +8 -0
- package/es/index.d.ts +6 -1
- package/es/index.js +6 -1
- package/es/index.scss +2 -0
- package/es/input/input.js +5 -6
- package/es/input-mask/index.d.ts +120 -0
- package/es/input-mask/index.js +12 -0
- package/es/input-mask/input-mask.js +5 -0
- package/es/input-mask/input-mask.vue.d.ts +49 -0
- package/es/input-mask/input-mask.vue_vue_type_script_setup_true_lang.js +346 -0
- package/es/input-mask/mask-engine.d.ts +18 -0
- package/es/input-mask/mask-engine.js +176 -0
- package/es/input-mask/presets.d.ts +2 -0
- package/es/input-mask/presets.js +220 -0
- package/es/input-mask/style/css.js +1 -0
- package/es/input-mask/style/index.css +20 -0
- package/es/input-mask/style/index.d.ts +2 -0
- package/es/input-mask/style/index.js +1 -0
- package/es/input-mask/style/index.scss +10 -0
- package/es/input-mask/style/token.scss +5 -0
- package/es/input-mask/types.d.ts +49 -0
- package/es/locale/constant.d.ts +2 -0
- package/es/locale/constant.js +5 -0
- package/es/locale/index.d.ts +1 -0
- package/es/locale/index.js +6 -5
- package/es/locale/interface.d.ts +11 -0
- package/es/locale/lang/en-us.js +12 -1
- package/es/locale/lang/zh-cn.js +14 -2
- package/es/sd-vue.js +4 -0
- package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +5 -6
- package/es/thinking-orb/engine/braid.d.ts +2 -0
- package/es/thinking-orb/engine/braid.js +52 -0
- package/es/thinking-orb/engine/core.d.ts +28 -0
- package/es/thinking-orb/engine/core.js +104 -0
- package/es/thinking-orb/engine/lattice.d.ts +4 -0
- package/es/thinking-orb/engine/lattice.js +188 -0
- package/es/thinking-orb/engine/morph.d.ts +2 -0
- package/es/thinking-orb/engine/morph.js +111 -0
- package/es/thinking-orb/engine/orbits.d.ts +2 -0
- package/es/thinking-orb/engine/orbits.js +65 -0
- package/es/thinking-orb/engine/profiles.d.ts +6 -0
- package/es/thinking-orb/engine/profiles.js +150 -0
- package/es/thinking-orb/engine/registry.d.ts +3 -0
- package/es/thinking-orb/engine/registry.js +20 -0
- package/es/thinking-orb/engine/ribbon.d.ts +2 -0
- package/es/thinking-orb/engine/ribbon.js +71 -0
- package/es/thinking-orb/engine/types.d.ts +3 -0
- package/es/thinking-orb/engine/web.d.ts +2 -0
- package/es/thinking-orb/engine/web.js +87 -0
- package/es/thinking-orb/index.d.ts +21 -0
- package/es/thinking-orb/index.js +10 -0
- package/es/thinking-orb/presets.d.ts +10 -0
- package/es/thinking-orb/presets.js +176 -0
- package/es/thinking-orb/style/css.js +2 -0
- package/es/thinking-orb/style/index.css +20 -0
- package/es/thinking-orb/style/index.d.ts +2 -0
- package/es/thinking-orb/style/index.js +2 -0
- package/es/thinking-orb/style/index.scss +8 -0
- package/es/thinking-orb/thinking-orb.js +5 -0
- package/es/thinking-orb/thinking-orb.vue.d.ts +4 -0
- package/es/thinking-orb/thinking-orb.vue_vue_type_script_setup_true_lang.js +140 -0
- package/es/thinking-orb/types.d.ts +12 -0
- package/es/toolbar/toolbar.vue_vue_type_script_setup_true_lang.js +8 -10
- package/es/toolbar/types.d.ts +3 -0
- package/json/vetur-attributes.json +23 -0
- package/json/vetur-tags.json +14 -0
- package/json/web-types.json +70 -1
- package/package.json +1 -1
- package/es/locale/lang/ar-eg.d.ts +0 -3
- package/es/locale/lang/ar-eg.js +0 -262
- package/es/locale/lang/de-de.d.ts +0 -3
- package/es/locale/lang/de-de.js +0 -262
- package/es/locale/lang/es-es.d.ts +0 -3
- package/es/locale/lang/es-es.js +0 -262
- package/es/locale/lang/fr-fr.d.ts +0 -3
- package/es/locale/lang/fr-fr.js +0 -262
- package/es/locale/lang/id-id.d.ts +0 -3
- package/es/locale/lang/id-id.js +0 -262
- package/es/locale/lang/it-it.d.ts +0 -3
- package/es/locale/lang/it-it.js +0 -262
- package/es/locale/lang/ja-jp.d.ts +0 -3
- package/es/locale/lang/ja-jp.js +0 -262
- package/es/locale/lang/km-kh.d.ts +0 -3
- package/es/locale/lang/km-kh.js +0 -262
- package/es/locale/lang/ko-kr.d.ts +0 -3
- package/es/locale/lang/ko-kr.js +0 -262
- package/es/locale/lang/ms-my.d.ts +0 -3
- package/es/locale/lang/ms-my.js +0 -262
- package/es/locale/lang/nl-nl.d.ts +0 -3
- package/es/locale/lang/nl-nl.js +0 -262
- package/es/locale/lang/pt-pt.d.ts +0 -3
- package/es/locale/lang/pt-pt.js +0 -262
- package/es/locale/lang/ru-ru.d.ts +0 -3
- package/es/locale/lang/ru-ru.js +0 -262
- package/es/locale/lang/th-th.d.ts +0 -3
- package/es/locale/lang/th-th.js +0 -262
- package/es/locale/lang/vi-vn.d.ts +0 -3
- package/es/locale/lang/vi-vn.js +0 -262
- package/es/locale/lang/zh-tw.d.ts +0 -3
- package/es/locale/lang/zh-tw.js +0 -272
|
@@ -4000,6 +4000,23 @@
|
|
|
4000
4000
|
"sd-textarea/textarea-attrs": {
|
|
4001
4001
|
"description": "Attributes passed to textarea"
|
|
4002
4002
|
},
|
|
4003
|
+
"sd-thinking-orb/state": {
|
|
4004
|
+
"description": "Current thinking state"
|
|
4005
|
+
},
|
|
4006
|
+
"sd-thinking-orb/size": {
|
|
4007
|
+
"description": "Purpose-tuned rendered size"
|
|
4008
|
+
},
|
|
4009
|
+
"sd-thinking-orb/theme": {
|
|
4010
|
+
"description": "Theme mode; auto follows the nearest sd-theme container"
|
|
4011
|
+
},
|
|
4012
|
+
"sd-thinking-orb/speed": {
|
|
4013
|
+
"description": "Animation speed multiplier",
|
|
4014
|
+
"type": "number"
|
|
4015
|
+
},
|
|
4016
|
+
"sd-thinking-orb/paused": {
|
|
4017
|
+
"description": "Whether the animation is paused",
|
|
4018
|
+
"type": "boolean"
|
|
4019
|
+
},
|
|
4003
4020
|
"sd-time-picker/change": {
|
|
4004
4021
|
"description": "The component value changes"
|
|
4005
4022
|
},
|
|
@@ -4167,6 +4184,12 @@
|
|
|
4167
4184
|
"description": "Whether to show the reset button",
|
|
4168
4185
|
"type": "boolean"
|
|
4169
4186
|
},
|
|
4187
|
+
"sd-toolbar/search-btn": {
|
|
4188
|
+
"description": "Props of the search button"
|
|
4189
|
+
},
|
|
4190
|
+
"sd-toolbar/reset-btn": {
|
|
4191
|
+
"description": "Props of the reset button"
|
|
4192
|
+
},
|
|
4170
4193
|
"sd-toolbar/show-actions": {
|
|
4171
4194
|
"description": "Whether to show the right-side action area",
|
|
4172
4195
|
"type": "boolean"
|
package/json/vetur-tags.json
CHANGED
|
@@ -698,6 +698,9 @@
|
|
|
698
698
|
"zoom-rate"
|
|
699
699
|
]
|
|
700
700
|
},
|
|
701
|
+
"sd-input-mask": {
|
|
702
|
+
"attributes": []
|
|
703
|
+
},
|
|
701
704
|
"sd-input-number": {
|
|
702
705
|
"attributes": [
|
|
703
706
|
"change",
|
|
@@ -1657,6 +1660,15 @@
|
|
|
1657
1660
|
"sd-theme-provider": {
|
|
1658
1661
|
"attributes": []
|
|
1659
1662
|
},
|
|
1663
|
+
"sd-thinking-orb": {
|
|
1664
|
+
"attributes": [
|
|
1665
|
+
"state",
|
|
1666
|
+
"size",
|
|
1667
|
+
"theme",
|
|
1668
|
+
"speed",
|
|
1669
|
+
"paused"
|
|
1670
|
+
]
|
|
1671
|
+
},
|
|
1660
1672
|
"sd-time-picker": {
|
|
1661
1673
|
"attributes": [
|
|
1662
1674
|
"change",
|
|
@@ -1719,6 +1731,8 @@
|
|
|
1719
1731
|
"spin-props",
|
|
1720
1732
|
"show-search",
|
|
1721
1733
|
"show-reset",
|
|
1734
|
+
"search-btn",
|
|
1735
|
+
"reset-btn",
|
|
1722
1736
|
"show-actions",
|
|
1723
1737
|
"search-text",
|
|
1724
1738
|
"reset-text",
|
package/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@sdata/web-vue",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.27.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -4126,6 +4126,12 @@
|
|
|
4126
4126
|
],
|
|
4127
4127
|
"slots": []
|
|
4128
4128
|
},
|
|
4129
|
+
{
|
|
4130
|
+
"name": "sd-input-mask",
|
|
4131
|
+
"attributes": [],
|
|
4132
|
+
"events": [],
|
|
4133
|
+
"slots": []
|
|
4134
|
+
},
|
|
4129
4135
|
{
|
|
4130
4136
|
"name": "sd-input-number",
|
|
4131
4137
|
"attributes": [
|
|
@@ -9796,6 +9802,53 @@
|
|
|
9796
9802
|
"events": [],
|
|
9797
9803
|
"slots": []
|
|
9798
9804
|
},
|
|
9805
|
+
{
|
|
9806
|
+
"name": "sd-thinking-orb",
|
|
9807
|
+
"attributes": [
|
|
9808
|
+
{
|
|
9809
|
+
"name": "state",
|
|
9810
|
+
"description": "Current thinking state",
|
|
9811
|
+
"value": {
|
|
9812
|
+
"type": "ThinkingOrbState",
|
|
9813
|
+
"kind": "expression"
|
|
9814
|
+
}
|
|
9815
|
+
},
|
|
9816
|
+
{
|
|
9817
|
+
"name": "size",
|
|
9818
|
+
"description": "Purpose-tuned rendered size",
|
|
9819
|
+
"value": {
|
|
9820
|
+
"type": "ThinkingOrbSize",
|
|
9821
|
+
"kind": "expression"
|
|
9822
|
+
}
|
|
9823
|
+
},
|
|
9824
|
+
{
|
|
9825
|
+
"name": "theme",
|
|
9826
|
+
"description": "Theme mode; auto follows the nearest sd-theme container",
|
|
9827
|
+
"value": {
|
|
9828
|
+
"type": "ThinkingOrbTheme",
|
|
9829
|
+
"kind": "expression"
|
|
9830
|
+
}
|
|
9831
|
+
},
|
|
9832
|
+
{
|
|
9833
|
+
"name": "speed",
|
|
9834
|
+
"description": "Animation speed multiplier",
|
|
9835
|
+
"value": {
|
|
9836
|
+
"type": "number",
|
|
9837
|
+
"kind": "expression"
|
|
9838
|
+
}
|
|
9839
|
+
},
|
|
9840
|
+
{
|
|
9841
|
+
"name": "paused",
|
|
9842
|
+
"description": "Whether the animation is paused",
|
|
9843
|
+
"value": {
|
|
9844
|
+
"type": "boolean",
|
|
9845
|
+
"kind": "expression"
|
|
9846
|
+
}
|
|
9847
|
+
}
|
|
9848
|
+
],
|
|
9849
|
+
"events": [],
|
|
9850
|
+
"slots": []
|
|
9851
|
+
},
|
|
9799
9852
|
{
|
|
9800
9853
|
"name": "sd-time-picker",
|
|
9801
9854
|
"attributes": [
|
|
@@ -10178,6 +10231,22 @@
|
|
|
10178
10231
|
"kind": "expression"
|
|
10179
10232
|
}
|
|
10180
10233
|
},
|
|
10234
|
+
{
|
|
10235
|
+
"name": "search-btn",
|
|
10236
|
+
"description": "Props of the search button",
|
|
10237
|
+
"value": {
|
|
10238
|
+
"type": "ButtonProps",
|
|
10239
|
+
"kind": "expression"
|
|
10240
|
+
}
|
|
10241
|
+
},
|
|
10242
|
+
{
|
|
10243
|
+
"name": "reset-btn",
|
|
10244
|
+
"description": "Props of the reset button",
|
|
10245
|
+
"value": {
|
|
10246
|
+
"type": "ButtonProps",
|
|
10247
|
+
"kind": "expression"
|
|
10248
|
+
}
|
|
10249
|
+
},
|
|
10181
10250
|
{
|
|
10182
10251
|
"name": "show-actions",
|
|
10183
10252
|
"description": "Whether to show the right-side action area",
|
package/package.json
CHANGED
package/es/locale/lang/ar-eg.js
DELETED
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
import { kvListEnUS } from "./kv-list.js";
|
|
2
|
-
//#region components/locale/lang/ar-eg.ts
|
|
3
|
-
var calendarLang = {
|
|
4
|
-
formatYear: "YYYY",
|
|
5
|
-
formatMonth: "MMMM YYYY",
|
|
6
|
-
today: "اليوم",
|
|
7
|
-
allDay: "طوال اليوم",
|
|
8
|
-
noEvent: "لا توجد أحداث",
|
|
9
|
-
deleteEvent: "حذف",
|
|
10
|
-
createEvent: "إنشاء حدث",
|
|
11
|
-
view: {
|
|
12
|
-
month: "شهر",
|
|
13
|
-
year: "عام",
|
|
14
|
-
week: "أسبوع",
|
|
15
|
-
day: "يوم",
|
|
16
|
-
days: "أيام",
|
|
17
|
-
years: "سنوات"
|
|
18
|
-
},
|
|
19
|
-
month: {
|
|
20
|
-
long: {
|
|
21
|
-
January: "ديسمبر",
|
|
22
|
-
February: "نوفمبر",
|
|
23
|
-
March: "أكتوبر",
|
|
24
|
-
April: "سبتمبر",
|
|
25
|
-
May: " أغسطس",
|
|
26
|
-
June: "يوليه",
|
|
27
|
-
July: "يونيو",
|
|
28
|
-
August: "مايو",
|
|
29
|
-
September: "أبريل",
|
|
30
|
-
October: "مارس",
|
|
31
|
-
November: "فبراير",
|
|
32
|
-
December: "يناير"
|
|
33
|
-
},
|
|
34
|
-
short: {
|
|
35
|
-
January: "ديسمبر",
|
|
36
|
-
February: "نوفمبر",
|
|
37
|
-
March: "أكتوبر",
|
|
38
|
-
April: "سبتمبر",
|
|
39
|
-
May: " أغسطس",
|
|
40
|
-
June: "يوليه",
|
|
41
|
-
July: "يونيو",
|
|
42
|
-
August: "مايو",
|
|
43
|
-
September: "أبريل",
|
|
44
|
-
October: "مارس",
|
|
45
|
-
November: "فبراير",
|
|
46
|
-
December: "يناير"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
week: {
|
|
50
|
-
long: {
|
|
51
|
-
self: "أسبوع",
|
|
52
|
-
monday: "الجمعة",
|
|
53
|
-
tuesday: "الخميس",
|
|
54
|
-
wednesday: "الأربعاء",
|
|
55
|
-
thursday: "الثلاثاء",
|
|
56
|
-
friday: "الإثنين",
|
|
57
|
-
saturday: "السبت",
|
|
58
|
-
sunday: "الأحد"
|
|
59
|
-
},
|
|
60
|
-
short: {
|
|
61
|
-
self: "أسبوع",
|
|
62
|
-
monday: "الجمعة",
|
|
63
|
-
tuesday: "الخميس",
|
|
64
|
-
wednesday: "الأربعاء",
|
|
65
|
-
thursday: "الثلاثاء",
|
|
66
|
-
friday: "الإثنين",
|
|
67
|
-
saturday: "السبت",
|
|
68
|
-
sunday: "الأحد"
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
};
|
|
72
|
-
var lang = {
|
|
73
|
-
locale: "ar-EG",
|
|
74
|
-
empty: { description: "لايوجد بيانات" },
|
|
75
|
-
drawer: {
|
|
76
|
-
okText: "موافق",
|
|
77
|
-
cancelText: "إلغاء"
|
|
78
|
-
},
|
|
79
|
-
popconfirm: {
|
|
80
|
-
okText: "موافق",
|
|
81
|
-
cancelText: "إلغاء"
|
|
82
|
-
},
|
|
83
|
-
modal: {
|
|
84
|
-
okText: "موافق",
|
|
85
|
-
cancelText: "إلغاء"
|
|
86
|
-
},
|
|
87
|
-
pagination: {
|
|
88
|
-
goto: "اذهب إلى",
|
|
89
|
-
page: "الصفحة",
|
|
90
|
-
countPerPage: "عنصر / صفحة",
|
|
91
|
-
total: "{0} الإجمالي"
|
|
92
|
-
},
|
|
93
|
-
table: {
|
|
94
|
-
okText: "موافق",
|
|
95
|
-
resetText: "إعادة تعيين"
|
|
96
|
-
},
|
|
97
|
-
upload: {
|
|
98
|
-
start: "بداية",
|
|
99
|
-
cancel: "يلغي",
|
|
100
|
-
delete: "حذف",
|
|
101
|
-
retry: "انقر للمحاول مجددا",
|
|
102
|
-
buttonText: "انقر للتحميل",
|
|
103
|
-
preview: "معاينة",
|
|
104
|
-
drag: "انقر أو اسحب الملف إلى هذه المنطقة للتحميل",
|
|
105
|
-
dragHover: "حرر الملف وابدأ في التحميل",
|
|
106
|
-
error: "التحميل فشل"
|
|
107
|
-
},
|
|
108
|
-
calendar: calendarLang,
|
|
109
|
-
datePicker: {
|
|
110
|
-
view: calendarLang.view,
|
|
111
|
-
month: calendarLang.month,
|
|
112
|
-
week: calendarLang.week,
|
|
113
|
-
placeholder: {
|
|
114
|
-
date: "الرجاء تحديد تاريخ",
|
|
115
|
-
week: "الرجاء تحديد أسبوع",
|
|
116
|
-
month: "الرجاء تحديد شهر",
|
|
117
|
-
year: "الرجاء تحديد عام",
|
|
118
|
-
quarter: "الرجاء تحديد ربع",
|
|
119
|
-
time: "فترة الاختيار"
|
|
120
|
-
},
|
|
121
|
-
rangePlaceholder: {
|
|
122
|
-
date: ["تاريخ البدء", "تاريخ الانتهاء"],
|
|
123
|
-
week: ["أسبوع البدء", "نهاية الأسبوع"],
|
|
124
|
-
month: ["شهر البدء", "نهاية الشهر"],
|
|
125
|
-
year: ["سنة البدء", "نهاية عام"],
|
|
126
|
-
quarter: ["بداية ربع السنة", "نهاية الربع"],
|
|
127
|
-
time: ["وقت البدء", "وقت النهاية"]
|
|
128
|
-
},
|
|
129
|
-
selectTime: "فترة الاختيار",
|
|
130
|
-
today: "اليوم",
|
|
131
|
-
now: "الآن",
|
|
132
|
-
ok: "موافق"
|
|
133
|
-
},
|
|
134
|
-
image: { loading: "loading" },
|
|
135
|
-
imagePreview: {
|
|
136
|
-
fullScreen: "كامل الشاشة",
|
|
137
|
-
rotateRight: "استدارة لليمين",
|
|
138
|
-
rotateLeft: "استدر يسارا",
|
|
139
|
-
zoomIn: "تكبير",
|
|
140
|
-
zoomOut: "تصغير",
|
|
141
|
-
originalSize: "الحجم الأصلي"
|
|
142
|
-
},
|
|
143
|
-
typography: {
|
|
144
|
-
copy: "ينسخ",
|
|
145
|
-
copied: "نسخ",
|
|
146
|
-
edit: "تعديل",
|
|
147
|
-
collapse: "يطوى",
|
|
148
|
-
expand: "وسعت"
|
|
149
|
-
},
|
|
150
|
-
form: { validateMessages: {
|
|
151
|
-
required: "الحقل #{field} مطلوب",
|
|
152
|
-
type: {
|
|
153
|
-
string: "#{field} ليس نصًا صالحًا",
|
|
154
|
-
number: "#{field} ليس رقمًا صالحًا",
|
|
155
|
-
boolean: "#{field} ليس قيمة منطقية صالحة",
|
|
156
|
-
array: "#{field} ليس مصفوفة صالحة",
|
|
157
|
-
object: "#{field} ليس كائنًا صالحًا",
|
|
158
|
-
url: "#{field} ليس رابط URL صالحًا",
|
|
159
|
-
email: "#{field} ليس بريدًا إلكترونيًا صالحًا",
|
|
160
|
-
ip: "#{field} ليس عنوان IP صالحًا"
|
|
161
|
-
},
|
|
162
|
-
number: {
|
|
163
|
-
min: "`#{value}` أصغر من الحد الأدنى `#{min}`",
|
|
164
|
-
max: "`#{value}` أكبر من الحد الأقصى `#{max}`",
|
|
165
|
-
equal: "`#{value}` لا يساوي `#{equal}`",
|
|
166
|
-
range: "`#{value}` ليس ضمن النطاق `#{min} ~ #{max}`",
|
|
167
|
-
positive: "`#{value}` ليس رقمًا موجبًا",
|
|
168
|
-
negative: "`#{value}` ليس رقمًا سالبًا"
|
|
169
|
-
},
|
|
170
|
-
array: {
|
|
171
|
-
length: "عدد عناصر `#{field}` لا يساوي #{length}",
|
|
172
|
-
minLength: "عدد عناصر `#{field}` يجب ألا يقل عن #{minLength}",
|
|
173
|
-
maxLength: "عدد عناصر `#{field}` يجب ألا يزيد عن #{maxLength}",
|
|
174
|
-
includes: "#{field} لا يحتوي على #{includes}",
|
|
175
|
-
deepEqual: "#{field} لا يساوي #{deepEqual}",
|
|
176
|
-
empty: "`#{field}` ليست مصفوفة فارغة"
|
|
177
|
-
},
|
|
178
|
-
string: {
|
|
179
|
-
minLength: "عدد الأحرف يجب ألا يقل عن #{minLength}",
|
|
180
|
-
maxLength: "عدد الأحرف يجب ألا يزيد عن #{maxLength}",
|
|
181
|
-
length: "عدد الأحرف يجب أن يساوي #{length}",
|
|
182
|
-
match: "`#{value}` لا يطابق النمط #{pattern}",
|
|
183
|
-
uppercase: "`#{value}` يجب أن يكون بأحرف كبيرة فقط",
|
|
184
|
-
lowercase: "`#{value}` يجب أن يكون بأحرف صغيرة فقط"
|
|
185
|
-
},
|
|
186
|
-
object: {
|
|
187
|
-
deepEqual: "`#{field}` لا يساوي القيمة المتوقعة",
|
|
188
|
-
hasKeys: "`#{field}` لا يحتوي على الحقول المطلوبة",
|
|
189
|
-
empty: "`#{field}` ليس كائنًا"
|
|
190
|
-
},
|
|
191
|
-
boolean: {
|
|
192
|
-
true: "القيمة المتوقعة هي `true`",
|
|
193
|
-
false: "القيمة المتوقعة هي `false`"
|
|
194
|
-
}
|
|
195
|
-
} },
|
|
196
|
-
colorPicker: {
|
|
197
|
-
history: "ألوان تاريخية",
|
|
198
|
-
preset: "ألوان النظام المضبوطة مسبقاً",
|
|
199
|
-
empty: "غير متوفرة"
|
|
200
|
-
},
|
|
201
|
-
kvList: kvListEnUS,
|
|
202
|
-
a11y: {
|
|
203
|
-
close: "إغلاق",
|
|
204
|
-
back: "رجوع",
|
|
205
|
-
backToTop: "العودة للأعلى",
|
|
206
|
-
clear: "مسح",
|
|
207
|
-
remove: "إزالة",
|
|
208
|
-
preview: "معاينة",
|
|
209
|
-
retryUpload: "إعادة الرفع",
|
|
210
|
-
increase: "زيادة",
|
|
211
|
-
decrease: "إنقاص",
|
|
212
|
-
resize: "تغيير الحجم",
|
|
213
|
-
editText: "تحرير النص",
|
|
214
|
-
pagination: "ترقيم الصفحات",
|
|
215
|
-
breadcrumb: "مسار التنقل",
|
|
216
|
-
breadcrumbEllipsis: "المزيد من عناصر مسار التنقل",
|
|
217
|
-
anchorNav: "تنقل المراسي",
|
|
218
|
-
carousel: "كاروسيل",
|
|
219
|
-
steps: "الخطوات",
|
|
220
|
-
verificationCode: "رمز التحقق",
|
|
221
|
-
rating: "التقييم",
|
|
222
|
-
toggleSidebar: "تبديل الشريط الجانبي",
|
|
223
|
-
filePreview: "معاينة الملف",
|
|
224
|
-
loading: "جار التحميل",
|
|
225
|
-
nextPage: "الصفحة التالية",
|
|
226
|
-
prevPage: "الصفحة السابقة",
|
|
227
|
-
morePages: "المزيد من الصفحات",
|
|
228
|
-
prevSlide: "الشريحة السابقة",
|
|
229
|
-
nextSlide: "الشريحة التالية",
|
|
230
|
-
moveSelectedRight: "نقل المحدد إلى اليمين",
|
|
231
|
-
moveSelectedLeft: "نقل المحدد إلى اليسار",
|
|
232
|
-
secretShow: "إظهار المعلومات الحساسة",
|
|
233
|
-
secretHide: "إخفاء المعلومات الحساسة",
|
|
234
|
-
selectColor: "اختر اللون {0}",
|
|
235
|
-
slideOf: "الشريحة {0} من {1}",
|
|
236
|
-
goToSlide: "الانتقال إلى الشريحة {0}",
|
|
237
|
-
characterOf: "الحرف {0} من {1}",
|
|
238
|
-
qrCode: "رمز QR: {0}"
|
|
239
|
-
},
|
|
240
|
-
sender: {
|
|
241
|
-
messageInput: "إدخال الرسالة",
|
|
242
|
-
send: "إرسال",
|
|
243
|
-
stopGenerating: "إيقاف الإنشاء",
|
|
244
|
-
removeSkill: "إزالة المهارة",
|
|
245
|
-
recording: "جارٍ الإدخال الصوتي",
|
|
246
|
-
closeHeader: "إغلاق اللوحة",
|
|
247
|
-
speech: {
|
|
248
|
-
requestingPermission: "جارٍ طلب إذن الميكروفون",
|
|
249
|
-
permissionDenied: "تم رفض إذن الميكروفون. يرجى السماح به في إعدادات المتصفح.",
|
|
250
|
-
unsupported: "المتصفح الحالي لا يدعم الإدخال الصوتي",
|
|
251
|
-
stop: "إيقاف الإدخال الصوتي",
|
|
252
|
-
noMicrophone: "لم يتم اكتشاف ميكروفون متاح",
|
|
253
|
-
microphoneUnavailable: "تعذر الوصول إلى الميكروفون. يرجى التحقق من إعدادات المتصفح.",
|
|
254
|
-
noSpeech: "لم يتم اكتشاف صوت. يرجى المحاولة مرة أخرى.",
|
|
255
|
-
recognitionFailed: "فشل التعرف على الصوت. يرجى المحاولة مرة أخرى.",
|
|
256
|
-
start: "بدء الإدخال الصوتي"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
richTextEditor: { ariaLabel: "محرر النص المنسق" }
|
|
260
|
-
};
|
|
261
|
-
//#endregion
|
|
262
|
-
export { lang as default };
|