yc-design-vue 1.8.9 → 1.9.1

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.
Files changed (115) hide show
  1. package/es/Progress/ProgressCircle.vue.js +1 -1
  2. package/es/Transfer/TransferPanel.vue.js +2 -2
  3. package/es/Typography/TypographyBase.vue.js +2 -2
  4. package/es/_shared/icons/IconCopy.vue.js +17 -1
  5. package/es/_shared/icons/IconCopy.vue2.js +1 -17
  6. package/es/_shared/icons/IconDelete.vue.js +17 -1
  7. package/es/_shared/icons/IconDelete.vue2.js +1 -17
  8. package/es/_shared/icons/IconEdit.vue.js +17 -1
  9. package/es/_shared/icons/IconEdit.vue2.js +1 -17
  10. package/es/_shared/icons/IconExclamation.vue.js +28 -1
  11. package/es/_shared/icons/IconExclamation.vue2.js +1 -28
  12. package/es/_shared/icons/IconSearch.vue.js +17 -1
  13. package/es/_shared/icons/IconSearch.vue2.js +1 -17
  14. package/es/_shared/lang/ar-eg.js +154 -0
  15. package/es/_shared/lang/de-de.js +154 -0
  16. package/es/_shared/lang/en-us.js +159 -0
  17. package/es/_shared/lang/es-es.js +154 -0
  18. package/es/_shared/lang/fr-fr.js +154 -0
  19. package/es/_shared/lang/id-id.js +154 -0
  20. package/es/_shared/lang/it-it.js +154 -0
  21. package/es/_shared/lang/ja-jp.js +202 -0
  22. package/es/_shared/lang/km-kh.js +154 -0
  23. package/es/_shared/lang/ko-kr.js +154 -0
  24. package/es/_shared/lang/ms-my.js +154 -0
  25. package/es/_shared/lang/nl-nl.js +202 -0
  26. package/es/_shared/lang/pt-pt.js +154 -0
  27. package/es/_shared/lang/ru-ru.js +202 -0
  28. package/es/_shared/lang/th-th.js +154 -0
  29. package/es/_shared/lang/vi-vn.js +154 -0
  30. package/es/_shared/lang/zh-tw.js +202 -0
  31. package/es/_shared/utils/locale.d.ts +1 -13
  32. package/es/_shared/utils/locale.js +5 -1
  33. package/es/node_modules/b-validate/es/is.js +27 -0
  34. package/es/node_modules/b-validate/es/locale/en-US.js +50 -0
  35. package/es/node_modules/b-validate/es/rules/base.js +86 -0
  36. package/es/node_modules/b-validate/es/util.js +25 -0
  37. package/lib/Progress/ProgressCircle.vue.js +1 -1
  38. package/lib/Transfer/TransferPanel.vue.js +1 -1
  39. package/lib/Typography/TypographyBase.vue.js +1 -1
  40. package/lib/_shared/icons/IconCopy.vue.js +1 -1
  41. package/lib/_shared/icons/IconCopy.vue2.js +1 -1
  42. package/lib/_shared/icons/IconDelete.vue.js +1 -1
  43. package/lib/_shared/icons/IconDelete.vue2.js +1 -1
  44. package/lib/_shared/icons/IconEdit.vue.js +1 -1
  45. package/lib/_shared/icons/IconEdit.vue2.js +1 -1
  46. package/lib/_shared/icons/IconExclamation.vue.js +1 -1
  47. package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
  48. package/lib/_shared/icons/IconSearch.vue.js +1 -1
  49. package/lib/_shared/icons/IconSearch.vue2.js +1 -1
  50. package/lib/_shared/lang/ar-eg.js +1 -0
  51. package/lib/_shared/lang/de-de.js +1 -0
  52. package/lib/_shared/lang/en-us.js +1 -0
  53. package/lib/_shared/lang/es-es.js +1 -0
  54. package/lib/_shared/lang/fr-fr.js +1 -0
  55. package/lib/_shared/lang/id-id.js +1 -0
  56. package/lib/_shared/lang/it-it.js +1 -0
  57. package/lib/_shared/lang/ja-jp.js +1 -0
  58. package/lib/_shared/lang/km-kh.js +1 -0
  59. package/lib/_shared/lang/ko-kr.js +1 -0
  60. package/lib/_shared/lang/ms-my.js +1 -0
  61. package/lib/_shared/lang/nl-nl.js +1 -0
  62. package/lib/_shared/lang/pt-pt.js +1 -0
  63. package/lib/_shared/lang/ru-ru.js +1 -0
  64. package/lib/_shared/lang/th-th.js +1 -0
  65. package/lib/_shared/lang/vi-vn.js +1 -0
  66. package/lib/_shared/lang/zh-tw.js +1 -0
  67. package/lib/_shared/utils/locale.d.ts +1 -13
  68. package/lib/_shared/utils/locale.js +1 -1
  69. package/lib/node_modules/b-validate/es/is.js +1 -0
  70. package/lib/node_modules/b-validate/es/locale/en-US.js +1 -0
  71. package/lib/node_modules/b-validate/es/rules/base.js +1 -0
  72. package/lib/node_modules/b-validate/es/util.js +1 -0
  73. package/package.json +9 -9
  74. package/es/_lang/index.css +0 -0
  75. package/es/_lang/interface.d.ts +0 -151
  76. package/lib/_lang/index.css +0 -0
  77. package/lib/_lang/interface.d.ts +0 -151
  78. /package/es/{_lang → _shared/lang}/ar-eg.d.ts +0 -0
  79. /package/es/{_lang → _shared/lang}/de-de.d.ts +0 -0
  80. /package/es/{_lang → _shared/lang}/en-us.d.ts +0 -0
  81. /package/es/{_lang → _shared/lang}/es-es.d.ts +0 -0
  82. /package/es/{_lang → _shared/lang}/fr-fr.d.ts +0 -0
  83. /package/es/{_lang → _shared/lang}/id-id.d.ts +0 -0
  84. /package/es/{_lang → _shared/lang}/it-it.d.ts +0 -0
  85. /package/es/{_lang → _shared/lang}/ja-jp.d.ts +0 -0
  86. /package/es/{_lang → _shared/lang}/km-kh.d.ts +0 -0
  87. /package/es/{_lang → _shared/lang}/ko-kr.d.ts +0 -0
  88. /package/es/{_lang → _shared/lang}/ms-my.d.ts +0 -0
  89. /package/es/{_lang → _shared/lang}/nl-nl.d.ts +0 -0
  90. /package/es/{_lang → _shared/lang}/pt-pt.d.ts +0 -0
  91. /package/es/{_lang → _shared/lang}/ru-ru.d.ts +0 -0
  92. /package/es/{_lang → _shared/lang}/th-th.d.ts +0 -0
  93. /package/es/{_lang → _shared/lang}/vi-vn.d.ts +0 -0
  94. /package/es/{_lang → _shared/lang}/zh-cn.d.ts +0 -0
  95. /package/es/{_lang → _shared/lang}/zh-cn.js +0 -0
  96. /package/es/{_lang → _shared/lang}/zh-tw.d.ts +0 -0
  97. /package/lib/{_lang → _shared/lang}/ar-eg.d.ts +0 -0
  98. /package/lib/{_lang → _shared/lang}/de-de.d.ts +0 -0
  99. /package/lib/{_lang → _shared/lang}/en-us.d.ts +0 -0
  100. /package/lib/{_lang → _shared/lang}/es-es.d.ts +0 -0
  101. /package/lib/{_lang → _shared/lang}/fr-fr.d.ts +0 -0
  102. /package/lib/{_lang → _shared/lang}/id-id.d.ts +0 -0
  103. /package/lib/{_lang → _shared/lang}/it-it.d.ts +0 -0
  104. /package/lib/{_lang → _shared/lang}/ja-jp.d.ts +0 -0
  105. /package/lib/{_lang → _shared/lang}/km-kh.d.ts +0 -0
  106. /package/lib/{_lang → _shared/lang}/ko-kr.d.ts +0 -0
  107. /package/lib/{_lang → _shared/lang}/ms-my.d.ts +0 -0
  108. /package/lib/{_lang → _shared/lang}/nl-nl.d.ts +0 -0
  109. /package/lib/{_lang → _shared/lang}/pt-pt.d.ts +0 -0
  110. /package/lib/{_lang → _shared/lang}/ru-ru.d.ts +0 -0
  111. /package/lib/{_lang → _shared/lang}/th-th.d.ts +0 -0
  112. /package/lib/{_lang → _shared/lang}/vi-vn.d.ts +0 -0
  113. /package/lib/{_lang → _shared/lang}/zh-cn.d.ts +0 -0
  114. /package/lib/{_lang → _shared/lang}/zh-cn.js +0 -0
  115. /package/lib/{_lang → _shared/lang}/zh-tw.d.ts +0 -0
@@ -6,7 +6,7 @@ import "../_shared/utils/time.js";
6
6
  import "../Empty/index.js";
7
7
  /* empty css */
8
8
  import _sfc_main$1 from "../_shared/icons/IconCheck.vue.js";
9
- import _sfc_main$2 from "../_shared/icons/IconExclamation.vue2.js";
9
+ import _sfc_main$2 from "../_shared/icons/IconExclamation.vue.js";
10
10
  import "../_shared/utils/locale.js";
11
11
  import { TYPE_ICON_COLOR_MAP } from "../_shared/constants/index.js";
12
12
  const _hoisted_1 = ["aria-valuenow"];
@@ -6,8 +6,8 @@ import { getGlobalConfig } from "../_shared/utils/global-config.js";
6
6
  import "../_shared/utils/locale.js";
7
7
  /* empty css */
8
8
  import _sfc_main$4 from "../_shared/icons/IconClose.vue.js";
9
- import _sfc_main$2 from "../_shared/icons/IconDelete.vue2.js";
10
- import _sfc_main$3 from "../_shared/icons/IconSearch.vue2.js";
9
+ import _sfc_main$2 from "../_shared/icons/IconDelete.vue.js";
10
+ import _sfc_main$3 from "../_shared/icons/IconSearch.vue.js";
11
11
  import useContext from "./hooks/useContext.js";
12
12
  import Checkbox from "../Checkbox/index.js";
13
13
  import Scrollbar from "../Scrollbar/index.js";
@@ -5,8 +5,8 @@ import { getDomText, sleep } from "../_shared/utils/dom.js";
5
5
  import "../_shared/utils/time.js";
6
6
  import "../Empty/index.js";
7
7
  /* empty css */
8
- import _sfc_main$3 from "../_shared/icons/IconCopy.vue2.js";
9
- import _sfc_main$1 from "../_shared/icons/IconEdit.vue2.js";
8
+ import _sfc_main$3 from "../_shared/icons/IconCopy.vue.js";
9
+ import _sfc_main$1 from "../_shared/icons/IconEdit.vue.js";
10
10
  import _sfc_main$2 from "../_shared/icons/IconInfo.vue.js";
11
11
  import { useI18n } from "../_shared/utils/locale.js";
12
12
  import useControlValue from "../_shared/utils/control.js";
@@ -1,4 +1,20 @@
1
- import _sfc_main from "./IconCopy.vue2.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import _sfc_main$1 from "../components/Icon.vue3.js";
3
+ /* empty css */
4
+ const _sfc_main = /* @__PURE__ */ defineComponent({
5
+ __name: "IconCopy",
6
+ setup(__props) {
7
+ return (_ctx, _cache) => {
8
+ return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
9
+ default: withCtx(() => _cache[0] || (_cache[0] = [
10
+ createElementVNode("path", { d: "M20 6h18a2 2 0 0 1 2 2v22M8 16v24c0 1.105.891 2 1.996 2h20.007A1.99 1.99 0 0 0 32 40.008V15.997A1.997 1.997 0 0 0 30 14H10a2 2 0 0 0-2 2Z" }, null, -1)
11
+ ])),
12
+ _: 1,
13
+ __: [0]
14
+ }, 16);
15
+ };
16
+ }
17
+ });
2
18
  export {
3
19
  _sfc_main as default
4
20
  };
@@ -1,20 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import _sfc_main$1 from "../components/Icon.vue3.js";
3
- /* empty css */
4
- const _sfc_main = /* @__PURE__ */ defineComponent({
5
- __name: "IconCopy",
6
- setup(__props) {
7
- return (_ctx, _cache) => {
8
- return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
9
- default: withCtx(() => _cache[0] || (_cache[0] = [
10
- createElementVNode("path", { d: "M20 6h18a2 2 0 0 1 2 2v22M8 16v24c0 1.105.891 2 1.996 2h20.007A1.99 1.99 0 0 0 32 40.008V15.997A1.997 1.997 0 0 0 30 14H10a2 2 0 0 0-2 2Z" }, null, -1)
11
- ])),
12
- _: 1,
13
- __: [0]
14
- }, 16);
15
- };
16
- }
17
- });
1
+ import _sfc_main from "./IconCopy.vue.js";
18
2
  export {
19
3
  _sfc_main as default
20
4
  };
@@ -1,4 +1,20 @@
1
- import _sfc_main from "./IconDelete.vue2.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import _sfc_main$1 from "../components/Icon.vue3.js";
3
+ /* empty css */
4
+ const _sfc_main = /* @__PURE__ */ defineComponent({
5
+ __name: "IconDelete",
6
+ setup(__props) {
7
+ return (_ctx, _cache) => {
8
+ return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
9
+ default: withCtx(() => _cache[0] || (_cache[0] = [
10
+ createElementVNode("path", { d: "M5 11h5.5m0 0v29a1 1 0 0 0 1 1h25a1 1 0 0 0 1-1V11m-27 0H16m21.5 0H43m-5.5 0H32m-16 0V7h16v4m-16 0h16M20 18v15m8-15v15" }, null, -1)
11
+ ])),
12
+ _: 1,
13
+ __: [0]
14
+ }, 16);
15
+ };
16
+ }
17
+ });
2
18
  export {
3
19
  _sfc_main as default
4
20
  };
@@ -1,20 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import _sfc_main$1 from "../components/Icon.vue3.js";
3
- /* empty css */
4
- const _sfc_main = /* @__PURE__ */ defineComponent({
5
- __name: "IconDelete",
6
- setup(__props) {
7
- return (_ctx, _cache) => {
8
- return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
9
- default: withCtx(() => _cache[0] || (_cache[0] = [
10
- createElementVNode("path", { d: "M5 11h5.5m0 0v29a1 1 0 0 0 1 1h25a1 1 0 0 0 1-1V11m-27 0H16m21.5 0H43m-5.5 0H32m-16 0V7h16v4m-16 0h16M20 18v15m8-15v15" }, null, -1)
11
- ])),
12
- _: 1,
13
- __: [0]
14
- }, 16);
15
- };
16
- }
17
- });
1
+ import _sfc_main from "./IconDelete.vue.js";
18
2
  export {
19
3
  _sfc_main as default
20
4
  };
@@ -1,4 +1,20 @@
1
- import _sfc_main from "./IconEdit.vue2.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import _sfc_main$1 from "../components/Icon.vue3.js";
3
+ /* empty css */
4
+ const _sfc_main = /* @__PURE__ */ defineComponent({
5
+ __name: "IconEdit",
6
+ setup(__props) {
7
+ return (_ctx, _cache) => {
8
+ return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
9
+ default: withCtx(() => _cache[0] || (_cache[0] = [
10
+ createElementVNode("path", { d: "m30.48 19.038 5.733-5.734a1 1 0 0 0 0-1.414l-5.586-5.586a1 1 0 0 0-1.414 0l-5.734 5.734m7 7L15.763 33.754a1 1 0 0 1-.59.286l-6.048.708a1 1 0 0 1-1.113-1.069l.477-6.31a1 1 0 0 1 .29-.631l14.7-14.7m7 7-7-7M6 42h36" }, null, -1)
11
+ ])),
12
+ _: 1,
13
+ __: [0]
14
+ }, 16);
15
+ };
16
+ }
17
+ });
2
18
  export {
3
19
  _sfc_main as default
4
20
  };
@@ -1,20 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import _sfc_main$1 from "../components/Icon.vue3.js";
3
- /* empty css */
4
- const _sfc_main = /* @__PURE__ */ defineComponent({
5
- __name: "IconEdit",
6
- setup(__props) {
7
- return (_ctx, _cache) => {
8
- return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
9
- default: withCtx(() => _cache[0] || (_cache[0] = [
10
- createElementVNode("path", { d: "m30.48 19.038 5.733-5.734a1 1 0 0 0 0-1.414l-5.586-5.586a1 1 0 0 0-1.414 0l-5.734 5.734m7 7L15.763 33.754a1 1 0 0 1-.59.286l-6.048.708a1 1 0 0 1-1.113-1.069l.477-6.31a1 1 0 0 1 .29-.631l14.7-14.7m7 7-7-7M6 42h36" }, null, -1)
11
- ])),
12
- _: 1,
13
- __: [0]
14
- }, 16);
15
- };
16
- }
17
- });
1
+ import _sfc_main from "./IconEdit.vue.js";
18
2
  export {
19
3
  _sfc_main as default
20
4
  };
@@ -1,4 +1,31 @@
1
- import _sfc_main from "./IconExclamation.vue2.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import _sfc_main$1 from "../components/Icon.vue3.js";
3
+ /* empty css */
4
+ const _sfc_main = /* @__PURE__ */ defineComponent({
5
+ __name: "IconExclamation",
6
+ setup(__props) {
7
+ return (_ctx, _cache) => {
8
+ return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
9
+ default: withCtx(() => _cache[0] || (_cache[0] = [
10
+ createElementVNode("path", { d: "M23 9h2v21h-2z" }, null, -1),
11
+ createElementVNode("path", {
12
+ fill: "currentColor",
13
+ stroke: "none",
14
+ d: "M23 9h2v21h-2z"
15
+ }, null, -1),
16
+ createElementVNode("path", { d: "M23 37h2v2h-2z" }, null, -1),
17
+ createElementVNode("path", {
18
+ fill: "currentColor",
19
+ stroke: "none",
20
+ d: "M23 37h2v2h-2z"
21
+ }, null, -1)
22
+ ])),
23
+ _: 1,
24
+ __: [0]
25
+ }, 16);
26
+ };
27
+ }
28
+ });
2
29
  export {
3
30
  _sfc_main as default
4
31
  };
@@ -1,31 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import _sfc_main$1 from "../components/Icon.vue3.js";
3
- /* empty css */
4
- const _sfc_main = /* @__PURE__ */ defineComponent({
5
- __name: "IconExclamation",
6
- setup(__props) {
7
- return (_ctx, _cache) => {
8
- return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
9
- default: withCtx(() => _cache[0] || (_cache[0] = [
10
- createElementVNode("path", { d: "M23 9h2v21h-2z" }, null, -1),
11
- createElementVNode("path", {
12
- fill: "currentColor",
13
- stroke: "none",
14
- d: "M23 9h2v21h-2z"
15
- }, null, -1),
16
- createElementVNode("path", { d: "M23 37h2v2h-2z" }, null, -1),
17
- createElementVNode("path", {
18
- fill: "currentColor",
19
- stroke: "none",
20
- d: "M23 37h2v2h-2z"
21
- }, null, -1)
22
- ])),
23
- _: 1,
24
- __: [0]
25
- }, 16);
26
- };
27
- }
28
- });
1
+ import _sfc_main from "./IconExclamation.vue.js";
29
2
  export {
30
3
  _sfc_main as default
31
4
  };
@@ -1,4 +1,20 @@
1
- import _sfc_main from "./IconSearch.vue2.js";
1
+ import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
+ import _sfc_main$1 from "../components/Icon.vue3.js";
3
+ /* empty css */
4
+ const _sfc_main = /* @__PURE__ */ defineComponent({
5
+ __name: "IconSearch",
6
+ setup(__props) {
7
+ return (_ctx, _cache) => {
8
+ return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
9
+ default: withCtx(() => _cache[0] || (_cache[0] = [
10
+ createElementVNode("path", { d: "M33.072 33.071c6.248-6.248 6.248-16.379 0-22.627-6.249-6.249-16.38-6.249-22.628 0-6.248 6.248-6.248 16.379 0 22.627 6.248 6.248 16.38 6.248 22.628 0Zm0 0 8.485 8.485" }, null, -1)
11
+ ])),
12
+ _: 1,
13
+ __: [0]
14
+ }, 16);
15
+ };
16
+ }
17
+ });
2
18
  export {
3
19
  _sfc_main as default
4
20
  };
@@ -1,20 +1,4 @@
1
- import { defineComponent, createBlock, openBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode } from "vue";
2
- import _sfc_main$1 from "../components/Icon.vue3.js";
3
- /* empty css */
4
- const _sfc_main = /* @__PURE__ */ defineComponent({
5
- __name: "IconSearch",
6
- setup(__props) {
7
- return (_ctx, _cache) => {
8
- return openBlock(), createBlock(_sfc_main$1, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
9
- default: withCtx(() => _cache[0] || (_cache[0] = [
10
- createElementVNode("path", { d: "M33.072 33.071c6.248-6.248 6.248-16.379 0-22.627-6.249-6.249-16.38-6.249-22.628 0-6.248 6.248-6.248 16.379 0 22.627 6.248 6.248 16.38 6.248 22.628 0Zm0 0 8.485 8.485" }, null, -1)
11
- ])),
12
- _: 1,
13
- __: [0]
14
- }, 16);
15
- };
16
- }
17
- });
1
+ import _sfc_main from "./IconSearch.vue.js";
18
2
  export {
19
3
  _sfc_main as default
20
4
  };
@@ -0,0 +1,154 @@
1
+ const calendarLang = {
2
+ formatYear: "YYYY",
3
+ formatMonth: "MMMM YYYY",
4
+ today: "اليوم",
5
+ view: {
6
+ month: "شهر",
7
+ year: "عام",
8
+ week: "أسبوع",
9
+ day: "يوم"
10
+ },
11
+ month: {
12
+ long: {
13
+ January: "ديسمبر",
14
+ February: "نوفمبر",
15
+ March: "أكتوبر",
16
+ April: "سبتمبر",
17
+ May: " أغسطس",
18
+ June: "يوليه",
19
+ July: "يونيو",
20
+ August: "مايو",
21
+ September: "أبريل",
22
+ October: "مارس",
23
+ November: "فبراير",
24
+ December: "يناير"
25
+ },
26
+ short: {
27
+ January: "ديسمبر",
28
+ February: "نوفمبر",
29
+ March: "أكتوبر",
30
+ April: "سبتمبر",
31
+ May: " أغسطس",
32
+ June: "يوليه",
33
+ July: "يونيو",
34
+ August: "مايو",
35
+ September: "أبريل",
36
+ October: "مارس",
37
+ November: "فبراير",
38
+ December: "يناير"
39
+ }
40
+ },
41
+ week: {
42
+ long: {
43
+ self: "أسبوع",
44
+ monday: "الجمعة",
45
+ tuesday: "الخميس",
46
+ wednesday: "الأربعاء",
47
+ thursday: "الثلاثاء",
48
+ friday: "الإثنين",
49
+ saturday: "السبت",
50
+ sunday: "الأحد"
51
+ },
52
+ short: {
53
+ self: "أسبوع",
54
+ monday: "الجمعة",
55
+ tuesday: "الخميس",
56
+ wednesday: "الأربعاء",
57
+ thursday: "الثلاثاء",
58
+ friday: "الإثنين",
59
+ saturday: "السبت",
60
+ sunday: "الأحد"
61
+ }
62
+ }
63
+ };
64
+ const lang = {
65
+ locale: "ar-EG",
66
+ empty: {
67
+ description: "لايوجد بيانات"
68
+ },
69
+ drawer: {
70
+ okText: "موافق",
71
+ cancelText: "إلغاء"
72
+ },
73
+ popconfirm: {
74
+ okText: "موافق",
75
+ cancelText: "إلغاء"
76
+ },
77
+ modal: {
78
+ okText: "موافق",
79
+ cancelText: "إلغاء"
80
+ },
81
+ pagination: {
82
+ goto: "اذهب إلى",
83
+ page: "الصفحة",
84
+ countPerPage: "عنصر / صفحة",
85
+ total: "{0} الإجمالي"
86
+ },
87
+ table: {
88
+ okText: "موافق",
89
+ resetText: "إعادة تعيين"
90
+ },
91
+ upload: {
92
+ start: "بداية",
93
+ cancel: "يلغي",
94
+ delete: "حذف",
95
+ retry: "انقر للمحاول مجددا",
96
+ buttonText: "انقر للتحميل",
97
+ preview: "معاينة",
98
+ drag: "انقر أو اسحب الملف إلى هذه المنطقة للتحميل",
99
+ dragHover: "حرر الملف وابدأ في التحميل",
100
+ error: "التحميل فشل"
101
+ },
102
+ calendar: calendarLang,
103
+ datePicker: {
104
+ view: calendarLang.view,
105
+ month: calendarLang.month,
106
+ week: calendarLang.week,
107
+ placeholder: {
108
+ date: "الرجاء تحديد تاريخ",
109
+ week: "الرجاء تحديد أسبوع",
110
+ month: "الرجاء تحديد شهر",
111
+ year: "الرجاء تحديد عام",
112
+ quarter: "الرجاء تحديد ربع",
113
+ time: "فترة الاختيار"
114
+ },
115
+ rangePlaceholder: {
116
+ date: ["تاريخ البدء", "تاريخ الانتهاء"],
117
+ week: ["أسبوع البدء", "نهاية الأسبوع"],
118
+ month: ["شهر البدء", "نهاية الشهر"],
119
+ year: ["سنة البدء", "نهاية عام"],
120
+ quarter: ["بداية ربع السنة", "نهاية الربع"],
121
+ time: ["وقت البدء", "وقت النهاية"]
122
+ },
123
+ selectTime: "فترة الاختيار",
124
+ today: "اليوم",
125
+ now: "الآن",
126
+ ok: "موافق"
127
+ },
128
+ image: {
129
+ loading: "loading"
130
+ },
131
+ imagePreview: {
132
+ fullScreen: "كامل الشاشة",
133
+ rotateRight: "استدارة لليمين",
134
+ rotateLeft: "استدر يسارا",
135
+ zoomIn: "تكبير",
136
+ zoomOut: "تصغير",
137
+ originalSize: "الحجم الأصلي"
138
+ },
139
+ typography: {
140
+ copy: "ينسخ",
141
+ copied: "نسخ",
142
+ edit: "تعديل",
143
+ collapse: "يطوى",
144
+ expand: "وسعت"
145
+ },
146
+ colorPicker: {
147
+ history: "ألوان تاريخية",
148
+ preset: "ألوان النظام المضبوطة مسبقاً",
149
+ empty: "غير متوفرة"
150
+ }
151
+ };
152
+ export {
153
+ lang as default
154
+ };
@@ -0,0 +1,154 @@
1
+ const calendarLang = {
2
+ formatYear: "YYYY",
3
+ formatMonth: "MMM YYYY",
4
+ today: "Heute",
5
+ view: {
6
+ month: "Monat",
7
+ year: "Jahr",
8
+ week: "Woche",
9
+ day: "Tag"
10
+ },
11
+ month: {
12
+ long: {
13
+ January: "Januar",
14
+ February: "Februar",
15
+ March: "März",
16
+ April: "April",
17
+ May: "Mai",
18
+ June: "Juni",
19
+ July: "Juli",
20
+ August: "August",
21
+ September: "September",
22
+ October: "Oktober",
23
+ November: "November",
24
+ December: "Dezember"
25
+ },
26
+ short: {
27
+ January: "Jan",
28
+ February: "Feb",
29
+ March: "Mär",
30
+ April: "Apr",
31
+ May: "Mai",
32
+ June: "Jun",
33
+ July: "Jul",
34
+ August: "Aug",
35
+ September: "Sep",
36
+ October: "Okt",
37
+ November: "Nov",
38
+ December: "Dez"
39
+ }
40
+ },
41
+ week: {
42
+ long: {
43
+ self: "Woche",
44
+ monday: "Montag",
45
+ tuesday: "Dienstag",
46
+ wednesday: "Mittwoch",
47
+ thursday: "Donnerstag",
48
+ friday: "Freitag",
49
+ saturday: "Samstag",
50
+ sunday: "Sonntag"
51
+ },
52
+ short: {
53
+ self: "Woche",
54
+ monday: "Mo.",
55
+ tuesday: "Di.",
56
+ wednesday: "Mi.",
57
+ thursday: "Do.",
58
+ friday: "Fr.",
59
+ saturday: "Sa.",
60
+ sunday: "So."
61
+ }
62
+ }
63
+ };
64
+ const lang = {
65
+ locale: "de-DE",
66
+ empty: {
67
+ description: "Keine Daten"
68
+ },
69
+ drawer: {
70
+ okText: "OK",
71
+ cancelText: "Abbrechen"
72
+ },
73
+ popconfirm: {
74
+ okText: "OK",
75
+ cancelText: "Abbrechen"
76
+ },
77
+ modal: {
78
+ okText: "OK",
79
+ cancelText: "Abbrechen"
80
+ },
81
+ pagination: {
82
+ goto: "Gehe zu",
83
+ page: "",
84
+ countPerPage: "/ Seite",
85
+ total: "Gesamt {0}"
86
+ },
87
+ table: {
88
+ okText: "OK",
89
+ resetText: "Zurücksetzen"
90
+ },
91
+ upload: {
92
+ start: "Anfang",
93
+ cancel: "Abbrechen",
94
+ delete: "löschen",
95
+ retry: "Klicken Sie hier, um es erneut zu versuchen",
96
+ buttonText: "Zum Hochladen klicken",
97
+ preview: "Vorschau",
98
+ drag: "Klicken oder ziehen Sie Dateien, um sie hier hochzuladen",
99
+ dragHover: "Geben Sie die Datei frei und starten Sie den Upload",
100
+ error: "Upload fehlgeschlagen"
101
+ },
102
+ calendar: calendarLang,
103
+ datePicker: {
104
+ view: calendarLang.view,
105
+ month: calendarLang.month,
106
+ week: calendarLang.week,
107
+ placeholder: {
108
+ date: "Bitte wählen Sie ein Datum",
109
+ week: "Bitte wählen Sie eine Woche",
110
+ month: "Bitte wählen Sie einen Monat",
111
+ year: "Bitte wählen Sie ein Jahr aus",
112
+ quarter: "Bitte wählen Sie ein Quartal",
113
+ time: "Zeit auswählen"
114
+ },
115
+ rangePlaceholder: {
116
+ date: ["Startdatum", "Endtermin"],
117
+ week: ["Woche starten", "Ende der Woche"],
118
+ month: ["Startmonat", "Ende Monat"],
119
+ year: ["Startjahr", "Ende Jahr"],
120
+ quarter: ["Anfangsquartal", "Ende des Quartals"],
121
+ time: ["Startzeit", "Endzeit"]
122
+ },
123
+ selectTime: "Zeit auswählen",
124
+ today: "Heute",
125
+ now: "Jetzt",
126
+ ok: "OK"
127
+ },
128
+ image: {
129
+ loading: "Wird geladen"
130
+ },
131
+ imagePreview: {
132
+ fullScreen: "Vollbild",
133
+ rotateRight: "Nach rechts drehen",
134
+ rotateLeft: "Nach links drehen",
135
+ zoomIn: "Vergrößern",
136
+ zoomOut: "Rauszoomen",
137
+ originalSize: "Originalgröße"
138
+ },
139
+ typography: {
140
+ copy: "Kopieren",
141
+ copied: "Kopiert",
142
+ edit: "Bearbeiten",
143
+ collapse: "Falten",
144
+ expand: "Erweitern"
145
+ },
146
+ colorPicker: {
147
+ history: "Historische Farben",
148
+ preset: "Standardfarbe des Systems",
149
+ empty: "Noch keine"
150
+ }
151
+ };
152
+ export {
153
+ lang as default
154
+ };