@adminiumjs/i18n 0.1.2 → 0.2.2-rc.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.
Files changed (241) hide show
  1. package/dist/a11y-keys.d.ts +17 -0
  2. package/dist/a11y-keys.d.ts.map +1 -0
  3. package/dist/a11y-keys.js +479 -0
  4. package/dist/a11y-keys.js.map +1 -0
  5. package/dist/create-i18n.d.ts.map +1 -1
  6. package/dist/create-i18n.js +38 -4
  7. package/dist/create-i18n.js.map +1 -1
  8. package/dist/editing.d.ts +17 -0
  9. package/dist/editing.d.ts.map +1 -0
  10. package/dist/editing.js +17 -0
  11. package/dist/editing.js.map +1 -0
  12. package/dist/fallback.d.ts +24 -0
  13. package/dist/fallback.d.ts.map +1 -0
  14. package/dist/fallback.js +41 -0
  15. package/dist/fallback.js.map +1 -0
  16. package/dist/format/index.d.ts.map +1 -1
  17. package/dist/format/index.js +1 -0
  18. package/dist/format/index.js.map +1 -1
  19. package/dist/format-errors.d.ts +41 -0
  20. package/dist/format-errors.d.ts.map +1 -0
  21. package/dist/format-errors.js +64 -0
  22. package/dist/format-errors.js.map +1 -0
  23. package/dist/icu-format.d.ts +4 -0
  24. package/dist/icu-format.d.ts.map +1 -1
  25. package/dist/icu-format.js +44 -3
  26. package/dist/icu-format.js.map +1 -1
  27. package/dist/index.d.ts +10 -2
  28. package/dist/index.d.ts.map +1 -1
  29. package/dist/index.js +15 -1
  30. package/dist/index.js.map +1 -1
  31. package/dist/keys.d.ts +33 -0
  32. package/dist/keys.d.ts.map +1 -0
  33. package/dist/keys.js +78 -0
  34. package/dist/keys.js.map +1 -0
  35. package/dist/locales.d.ts +106 -13
  36. package/dist/locales.d.ts.map +1 -1
  37. package/dist/locales.js +147 -17
  38. package/dist/locales.js.map +1 -1
  39. package/dist/overrides.d.ts +62 -0
  40. package/dist/overrides.d.ts.map +1 -0
  41. package/dist/overrides.js +113 -0
  42. package/dist/overrides.js.map +1 -0
  43. package/dist/react.d.ts +6 -0
  44. package/dist/react.d.ts.map +1 -1
  45. package/dist/react.js +18 -26
  46. package/dist/react.js.map +1 -1
  47. package/dist/resources/ar-eg/common.d.ts +786 -3
  48. package/dist/resources/ar-eg/common.d.ts.map +1 -1
  49. package/dist/resources/ar-eg/common.js +813 -29
  50. package/dist/resources/ar-eg/common.js.map +1 -1
  51. package/dist/resources/ar-eg/errors.d.ts +1 -0
  52. package/dist/resources/ar-eg/errors.d.ts.map +1 -1
  53. package/dist/resources/ar-eg/errors.js +2 -0
  54. package/dist/resources/ar-eg/errors.js.map +1 -1
  55. package/dist/resources/ar-eg/generated.d.ts.map +1 -1
  56. package/dist/resources/ar-eg/generated.js +1 -0
  57. package/dist/resources/ar-eg/generated.js.map +1 -1
  58. package/dist/resources/ar-eg/studio.d.ts.map +1 -1
  59. package/dist/resources/ar-eg/studio.js +1 -0
  60. package/dist/resources/ar-eg/studio.js.map +1 -1
  61. package/dist/resources/ar-eg/ui.d.ts +586 -586
  62. package/dist/resources/ar-eg/ui.d.ts.map +1 -1
  63. package/dist/resources/ar-eg/ui.js +587 -586
  64. package/dist/resources/ar-eg/ui.js.map +1 -1
  65. package/dist/resources/cs-cz/common.d.ts +786 -3
  66. package/dist/resources/cs-cz/common.d.ts.map +1 -1
  67. package/dist/resources/cs-cz/common.js +811 -27
  68. package/dist/resources/cs-cz/common.js.map +1 -1
  69. package/dist/resources/cs-cz/errors.d.ts +1 -0
  70. package/dist/resources/cs-cz/errors.d.ts.map +1 -1
  71. package/dist/resources/cs-cz/errors.js +2 -0
  72. package/dist/resources/cs-cz/errors.js.map +1 -1
  73. package/dist/resources/cs-cz/generated.d.ts.map +1 -1
  74. package/dist/resources/cs-cz/generated.js +1 -0
  75. package/dist/resources/cs-cz/generated.js.map +1 -1
  76. package/dist/resources/cs-cz/studio.d.ts.map +1 -1
  77. package/dist/resources/cs-cz/studio.js +1 -0
  78. package/dist/resources/cs-cz/studio.js.map +1 -1
  79. package/dist/resources/cs-cz/ui.d.ts +582 -582
  80. package/dist/resources/cs-cz/ui.d.ts.map +1 -1
  81. package/dist/resources/cs-cz/ui.js +583 -582
  82. package/dist/resources/cs-cz/ui.js.map +1 -1
  83. package/dist/resources/da-dk/common.d.ts +787 -4
  84. package/dist/resources/da-dk/common.d.ts.map +1 -1
  85. package/dist/resources/da-dk/common.js +814 -30
  86. package/dist/resources/da-dk/common.js.map +1 -1
  87. package/dist/resources/da-dk/errors.d.ts +1 -0
  88. package/dist/resources/da-dk/errors.d.ts.map +1 -1
  89. package/dist/resources/da-dk/errors.js +2 -0
  90. package/dist/resources/da-dk/errors.js.map +1 -1
  91. package/dist/resources/da-dk/generated.d.ts.map +1 -1
  92. package/dist/resources/da-dk/generated.js +1 -0
  93. package/dist/resources/da-dk/generated.js.map +1 -1
  94. package/dist/resources/da-dk/studio.d.ts.map +1 -1
  95. package/dist/resources/da-dk/studio.js +1 -0
  96. package/dist/resources/da-dk/studio.js.map +1 -1
  97. package/dist/resources/da-dk/ui.d.ts +568 -568
  98. package/dist/resources/da-dk/ui.d.ts.map +1 -1
  99. package/dist/resources/da-dk/ui.js +569 -568
  100. package/dist/resources/da-dk/ui.js.map +1 -1
  101. package/dist/resources/de-de/common.d.ts +790 -7
  102. package/dist/resources/de-de/common.d.ts.map +1 -1
  103. package/dist/resources/de-de/common.js +817 -33
  104. package/dist/resources/de-de/common.js.map +1 -1
  105. package/dist/resources/de-de/errors.d.ts +1 -0
  106. package/dist/resources/de-de/errors.d.ts.map +1 -1
  107. package/dist/resources/de-de/errors.js +2 -0
  108. package/dist/resources/de-de/errors.js.map +1 -1
  109. package/dist/resources/de-de/generated.d.ts.map +1 -1
  110. package/dist/resources/de-de/generated.js +1 -0
  111. package/dist/resources/de-de/generated.js.map +1 -1
  112. package/dist/resources/de-de/studio.d.ts.map +1 -1
  113. package/dist/resources/de-de/studio.js +1 -0
  114. package/dist/resources/de-de/studio.js.map +1 -1
  115. package/dist/resources/de-de/ui.d.ts +569 -569
  116. package/dist/resources/de-de/ui.d.ts.map +1 -1
  117. package/dist/resources/de-de/ui.js +570 -569
  118. package/dist/resources/de-de/ui.js.map +1 -1
  119. package/dist/resources/en-us/common.d.ts +786 -3
  120. package/dist/resources/en-us/common.d.ts.map +1 -1
  121. package/dist/resources/en-us/common.js +813 -29
  122. package/dist/resources/en-us/common.js.map +1 -1
  123. package/dist/resources/en-us/errors.d.ts +1 -0
  124. package/dist/resources/en-us/errors.d.ts.map +1 -1
  125. package/dist/resources/en-us/errors.js +2 -0
  126. package/dist/resources/en-us/errors.js.map +1 -1
  127. package/dist/resources/en-us/generated.d.ts.map +1 -1
  128. package/dist/resources/en-us/generated.js +1 -0
  129. package/dist/resources/en-us/generated.js.map +1 -1
  130. package/dist/resources/en-us/studio.d.ts.map +1 -1
  131. package/dist/resources/en-us/studio.js +1 -0
  132. package/dist/resources/en-us/studio.js.map +1 -1
  133. package/dist/resources/en-us/ui.d.ts.map +1 -1
  134. package/dist/resources/en-us/ui.js +1 -0
  135. package/dist/resources/en-us/ui.js.map +1 -1
  136. package/dist/resources/fr-fr/common.d.ts +788 -5
  137. package/dist/resources/fr-fr/common.d.ts.map +1 -1
  138. package/dist/resources/fr-fr/common.js +815 -31
  139. package/dist/resources/fr-fr/common.js.map +1 -1
  140. package/dist/resources/fr-fr/errors.d.ts +1 -0
  141. package/dist/resources/fr-fr/errors.d.ts.map +1 -1
  142. package/dist/resources/fr-fr/errors.js +2 -0
  143. package/dist/resources/fr-fr/errors.js.map +1 -1
  144. package/dist/resources/fr-fr/generated.d.ts.map +1 -1
  145. package/dist/resources/fr-fr/generated.js +1 -0
  146. package/dist/resources/fr-fr/generated.js.map +1 -1
  147. package/dist/resources/fr-fr/studio.d.ts.map +1 -1
  148. package/dist/resources/fr-fr/studio.js +1 -0
  149. package/dist/resources/fr-fr/studio.js.map +1 -1
  150. package/dist/resources/fr-fr/ui.d.ts +559 -559
  151. package/dist/resources/fr-fr/ui.d.ts.map +1 -1
  152. package/dist/resources/fr-fr/ui.js +560 -559
  153. package/dist/resources/fr-fr/ui.js.map +1 -1
  154. package/dist/resources/index.d.ts.map +1 -1
  155. package/dist/resources/index.js +1 -0
  156. package/dist/resources/index.js.map +1 -1
  157. package/dist/resources/lazy.d.ts.map +1 -1
  158. package/dist/resources/lazy.js.map +1 -1
  159. package/dist/resources/zh-cn/common.d.ts +787 -4
  160. package/dist/resources/zh-cn/common.d.ts.map +1 -1
  161. package/dist/resources/zh-cn/common.js +814 -30
  162. package/dist/resources/zh-cn/common.js.map +1 -1
  163. package/dist/resources/zh-cn/errors.d.ts +1 -0
  164. package/dist/resources/zh-cn/errors.d.ts.map +1 -1
  165. package/dist/resources/zh-cn/errors.js +2 -0
  166. package/dist/resources/zh-cn/errors.js.map +1 -1
  167. package/dist/resources/zh-cn/generated.d.ts.map +1 -1
  168. package/dist/resources/zh-cn/generated.js +1 -0
  169. package/dist/resources/zh-cn/generated.js.map +1 -1
  170. package/dist/resources/zh-cn/studio.d.ts.map +1 -1
  171. package/dist/resources/zh-cn/studio.js +1 -0
  172. package/dist/resources/zh-cn/studio.js.map +1 -1
  173. package/dist/resources/zh-cn/ui.d.ts +575 -575
  174. package/dist/resources/zh-cn/ui.d.ts.map +1 -1
  175. package/dist/resources/zh-cn/ui.js +576 -575
  176. package/dist/resources/zh-cn/ui.js.map +1 -1
  177. package/dist/resources/zh-tw/common.d.ts +786 -3
  178. package/dist/resources/zh-tw/common.d.ts.map +1 -1
  179. package/dist/resources/zh-tw/common.js +813 -29
  180. package/dist/resources/zh-tw/common.js.map +1 -1
  181. package/dist/resources/zh-tw/errors.d.ts +1 -0
  182. package/dist/resources/zh-tw/errors.d.ts.map +1 -1
  183. package/dist/resources/zh-tw/errors.js +2 -0
  184. package/dist/resources/zh-tw/errors.js.map +1 -1
  185. package/dist/resources/zh-tw/generated.d.ts.map +1 -1
  186. package/dist/resources/zh-tw/generated.js +1 -0
  187. package/dist/resources/zh-tw/generated.js.map +1 -1
  188. package/dist/resources/zh-tw/studio.d.ts.map +1 -1
  189. package/dist/resources/zh-tw/studio.js +1 -0
  190. package/dist/resources/zh-tw/studio.js.map +1 -1
  191. package/dist/resources/zh-tw/ui.d.ts +575 -575
  192. package/dist/resources/zh-tw/ui.d.ts.map +1 -1
  193. package/dist/resources/zh-tw/ui.js +576 -575
  194. package/dist/resources/zh-tw/ui.js.map +1 -1
  195. package/dist/review-status.d.ts +55 -0
  196. package/dist/review-status.d.ts.map +1 -0
  197. package/dist/review-status.js +60 -0
  198. package/dist/review-status.js.map +1 -0
  199. package/dist/revision.d.ts +35 -0
  200. package/dist/revision.d.ts.map +1 -0
  201. package/dist/revision.js +56 -0
  202. package/dist/revision.js.map +1 -0
  203. package/dist/server.d.ts +36 -0
  204. package/dist/server.d.ts.map +1 -0
  205. package/dist/server.js +36 -0
  206. package/dist/server.js.map +1 -0
  207. package/dist/validate-message.d.ts +57 -0
  208. package/dist/validate-message.d.ts.map +1 -0
  209. package/dist/validate-message.js +179 -0
  210. package/dist/validate-message.js.map +1 -0
  211. package/locales/ar-EG/.meta.json +13246 -0
  212. package/locales/ar-EG/common.json +812 -29
  213. package/locales/ar-EG/errors.json +1 -0
  214. package/locales/ar-EG/ui.json +586 -586
  215. package/locales/cs-CZ/.meta.json +13246 -0
  216. package/locales/cs-CZ/common.json +810 -27
  217. package/locales/cs-CZ/errors.json +1 -0
  218. package/locales/cs-CZ/ui.json +582 -582
  219. package/locales/da-DK/.meta.json +13246 -0
  220. package/locales/da-DK/common.json +813 -30
  221. package/locales/da-DK/errors.json +1 -0
  222. package/locales/da-DK/ui.json +568 -568
  223. package/locales/de-DE/.meta.json +13246 -0
  224. package/locales/de-DE/common.json +816 -33
  225. package/locales/de-DE/errors.json +1 -0
  226. package/locales/de-DE/ui.json +569 -569
  227. package/locales/en-US/common.json +812 -29
  228. package/locales/en-US/errors.json +1 -0
  229. package/locales/fr-FR/.meta.json +13246 -0
  230. package/locales/fr-FR/common.json +814 -31
  231. package/locales/fr-FR/errors.json +1 -0
  232. package/locales/fr-FR/ui.json +559 -559
  233. package/locales/zh-CN/.meta.json +13246 -0
  234. package/locales/zh-CN/common.json +813 -30
  235. package/locales/zh-CN/errors.json +1 -0
  236. package/locales/zh-CN/ui.json +575 -575
  237. package/locales/zh-TW/.meta.json +13246 -0
  238. package/locales/zh-TW/common.json +812 -29
  239. package/locales/zh-TW/errors.json +1 -0
  240. package/locales/zh-TW/ui.json +575 -575
  241. package/package.json +11 -3
@@ -1,3 +1,4 @@
1
+ // SPDX-License-Identifier: AGPL-3.0-only
1
2
  /**
2
3
  * GENERATED MIRROR of ../../../locales/ar-EG/ui.json — do not edit by hand.
3
4
  * The JSON file is the canonical hand-authored bundle (10-i18n-theming.md §3.1);
@@ -26,7 +27,7 @@ export default {
26
27
  "hidePassword": "إخفاء كلمة المرور",
27
28
  "reveal": "كشف",
28
29
  "hide": "إخفاء",
29
- "clearSearch": "Clear search"
30
+ "clearSearch": "مسح البحث"
30
31
  },
31
32
  "state": {
32
33
  "loading": "جارٍ التحميل…",
@@ -69,8 +70,8 @@ export default {
69
70
  },
70
71
  "usageMeter": {
71
72
  "description": "استهلاك الحصة مقابل حد أقصى؛ يتحوّل الشريط إلى البرتقالي ثم الأحمر بعد تجاوز عتباتك.",
72
- "usageLabel": "Usage",
73
- "ofLabel": "of"
73
+ "usageLabel": "الاستخدام",
74
+ "ofLabel": "من"
74
75
  },
75
76
  "statTileCompact": {
76
77
  "description": "مربع مقياس نحيف بعنوان مصغّر وشارة اتجاه ورسم من 6 أعمدة — لصفوف كثيفة من 4 إلى 6."
@@ -87,16 +88,16 @@ export default {
87
88
  },
88
89
  "gaugeArc": {
89
90
  "description": "قوس عدّاد بنطاقات وصفية ومؤشر؛ ويعرض أيضًا شبكة من المؤشرات.",
90
- "emptyTitle": "No gauges to show",
91
- "emptyBody": "Services appear here as gauges once there is a reading for them."
91
+ "emptyTitle": "لا توجد مؤشرات للعرض",
92
+ "emptyBody": "تظهر الخدمات هنا كمؤشرات بمجرد توفّر قراءة لها."
92
93
  },
93
94
  "periodComparison": {
94
95
  "description": "هذه الفترة مقابل السابقة في شريطين، مع حساب الفارق أسفلهما.",
95
96
  "higherLabel": "أعلى",
96
97
  "lowerLabel": "أقل",
97
98
  "flatLabel": "دون تغيير",
98
- "periodALabel": "This period",
99
- "periodBLabel": "Last period"
99
+ "periodALabel": "هذه الفترة",
100
+ "periodBLabel": "الفترة السابقة"
100
101
  },
101
102
  "microKpiSubtitle": {
102
103
  "description": "إحصاء من سطر واحد في الترويسة، مبني على قالب ويُعاد حسابه من الحالة الحيّة."
@@ -113,216 +114,216 @@ export default {
113
114
  "description": "ملخّص صندوقي لتوزّع عمود رقمي حسب الفئة — الأدنى والأرباع والوسيط والأعلى.",
114
115
  "emptyTitle": "لا يوجد توزيع للعرض",
115
116
  "emptyBody": "لا توجد صفوف مطابقة للمرشّحات لعرضها كمخططات صندوقية.",
116
- "chartLabel": "Box plot"
117
+ "chartLabel": "مخطط صندوقي"
117
118
  },
118
119
  "violin": {
119
120
  "description": "منحنيات كثافة متماثلة تقارن توزّع عمود رقمي عبر المجموعات.",
120
121
  "emptyTitle": "لا يوجد توزيع للعرض",
121
122
  "emptyBody": "لا توجد صفوف مطابقة للمرشّحات لبناء ملامح الكثافة.",
122
- "chartLabel": "Violin plot"
123
+ "chartLabel": "مخطط كماني"
123
124
  },
124
125
  "ridgeline": {
125
126
  "description": "حِيود كثافة متداخلة تقارن عمودًا رقميًا عبر مجموعات مرتّبة.",
126
127
  "emptyTitle": "لا توجد حِيود للعرض",
127
128
  "emptyBody": "لا توجد صفوف مطابقة للمرشّحات لبناء ملامح الكثافة.",
128
- "chartLabel": "Ridgeline"
129
+ "chartLabel": "مخطط حِيود"
129
130
  },
130
131
  "scatterBubble": {
131
132
  "description": "عمودان رقميان كنقاط، مع حجم فقاعة اختياري وخط اتجاه.",
132
133
  "emptyTitle": "لا توجد نقاط للعرض",
133
134
  "emptyBody": "لا توجد صفوف مطابقة للمرشّحات للأعمدة المحددة.",
134
- "chartLabel": "Scatter plot"
135
+ "chartLabel": "مخطط انتشار"
135
136
  },
136
137
  "hexbin": {
137
138
  "description": "كثافة سداسية لعمودين رقميين، مُلوّنة حسب عدد الصفوف في كل خلية.",
138
139
  "emptyTitle": "لا توجد كثافة للعرض",
139
140
  "emptyBody": "لا توجد صفوف مطابقة للمرشّحات للتجميع.",
140
- "chartLabel": "Density hexbin"
141
+ "chartLabel": "كثافة سداسية"
141
142
  },
142
143
  "correlationMatrix": {
143
144
  "description": "ارتباط بيرسون بين الأعمدة الرقمية المحددة، من موجب قوي إلى سالب قوي.",
144
145
  "emptyTitle": "لا شيء لحساب ارتباطه",
145
146
  "emptyBody": "اختر عمودين رقميين على الأقل بصفوف متطابقة.",
146
- "chartLabel": "Correlation matrix"
147
+ "chartLabel": "مصفوفة ارتباط"
147
148
  },
148
149
  "parallelCoordinates": {
149
150
  "description": "كل سجل كخط عبر عدّة محاور رقمية مُطبّعة، مُلوّن حسب الفئة.",
150
151
  "emptyTitle": "لا توجد سجلات للعرض",
151
152
  "emptyBody": "لا توجد صفوف مطابقة للمرشّحات عبر المحاور المحددة.",
152
- "chartLabel": "Parallel coordinates"
153
+ "chartLabel": "إحداثيات متوازية"
153
154
  },
154
- "unexpectedShape": "Unexpected data shape.",
155
+ "unexpectedShape": "شكل بيانات غير متوقّع.",
155
156
  "lineArea": {
156
- "chartLabel": "Line chart",
157
- "description": "A metric over time as a line with a soft area fill, with an optional dashed prior-period comparison."
157
+ "chartLabel": "مخطط خطي",
158
+ "description": "مقياس عبر الزمن كخط مع تعبئة خفيفة للمساحة، مع مقارنة اختيارية متقطّعة بالفترة السابقة."
158
159
  },
159
160
  "bar": {
160
- "chartLabel": "Bar chart",
161
- "description": "Categorical or time-bucketed values as vertical bars, with an optional highlight on the largest or current bar."
161
+ "chartLabel": "مخطط أعمدة",
162
+ "description": "قيم حسب الفئة أو حسب فترات زمنية كأعمدة رأسية، مع إبراز اختياري لأكبر عمود أو للعمود الحالي."
162
163
  },
163
164
  "donut": {
164
- "chartLabel": "Donut chart",
165
- "otherLabel": "Other",
166
- "description": "Category shares as donut slices with a legend and centre total, folding small slices into an Other bucket."
165
+ "chartLabel": "مخطط حلقي",
166
+ "otherLabel": "أخرى",
167
+ "description": "حصص الفئات كشرائح حلقية مع مفتاح توضيحي وإجمالي في المنتصف، مع ضمّ الشرائح الصغيرة في فئة «أخرى»."
167
168
  },
168
169
  "bullet": {
169
- "chartLabel": "Bullet chart",
170
- "description": "Progress toward a goal as a measure bar over qualitative bands, with a target tick per row.",
171
- "emptyTitle": "No goals to track",
172
- "emptyBody": "Add measures with targets to compare against."
170
+ "chartLabel": "مخطط رصاصي",
171
+ "description": "التقدّم نحو هدف كشريط قياس فوق نطاقات وصفية، مع علامة هدف لكل صف.",
172
+ "emptyTitle": "لا توجد أهداف للتتبّع",
173
+ "emptyBody": "أضف مقاييس لها أهداف للمقارنة بها."
173
174
  },
174
175
  "rankingBars": {
175
- "chartLabel": "Ranking",
176
- "description": "A top-N ranking as horizontal bars the leader at full strength, the rest dimmed with values alongside.",
177
- "emptyTitle": "Nothing to rank",
178
- "emptyBody": "No records matched this breakdown yet."
176
+ "chartLabel": "الترتيب",
177
+ "description": "ترتيب لأعلى العناصر كأشرطة أفقيةالمتصدّر بلون كامل والبقية باهتة مع القيم إلى جانبها.",
178
+ "emptyTitle": "لا يوجد ما يُرتَّب",
179
+ "emptyBody": "لا توجد سجلات مطابقة لهذا التفصيل بعد."
179
180
  },
180
181
  "pareto": {
181
- "chartLabel": "Pareto chart",
182
- "description": "Sorted category bars under a cumulative-percent line, with an optional 80% cutline.",
183
- "emptyTitle": "No categories to chart",
184
- "emptyBody": "No grouped counts were returned for this range."
182
+ "chartLabel": "مخطط باريتو",
183
+ "description": "أعمدة فئات مرتّبة تحت خط النسبة التراكمية، مع خط قطع اختياري عند 80%.",
184
+ "emptyTitle": "لا توجد فئات للرسم",
185
+ "emptyBody": "لم تُعَد أي أعداد مجمَّعة لهذا النطاق."
185
186
  },
186
187
  "waterfall": {
187
- "chartLabel": "Waterfall chart",
188
- "description": "A floating-bar bridge from a start total through positive and negative steps to a net total.",
189
- "emptyTitle": "No movement to bridge",
190
- "emptyBody": "No start, change, or total steps were found."
188
+ "chartLabel": "مخطط شلالي",
189
+ "description": "جسر من أعمدة عائمة يبدأ من إجمالي أولي ويمرّ بخطوات موجبة وسالبة حتى الإجمالي الصافي.",
190
+ "emptyTitle": "لا توجد حركة للربط",
191
+ "emptyBody": "لم يُعثر على خطوات بداية أو تغيّر أو إجمالي."
191
192
  },
192
193
  "marimekko": {
193
- "chartLabel": "Marimekko chart",
194
- "description": "A two-level mix as variable-width stacked columnswidth for the outer share, segments for the inner split.",
195
- "emptyTitle": "No mix to break down",
196
- "emptyBody": "No two-level breakdown was returned for this range."
194
+ "chartLabel": "مخطط ماريميكو",
195
+ "description": "مزيج من مستويين كأعمدة مكدَّسة متغيّرة العرضالعرض للحصة الخارجية والأجزاء للتقسيم الداخلي.",
196
+ "emptyTitle": "لا يوجد مزيج للتفصيل",
197
+ "emptyBody": "لم يُعَد أي تفصيل من مستويين لهذا النطاق."
197
198
  },
198
199
  "stackedBar100": {
199
- "chartLabel": "100% stacked bar",
200
- "description": "One 100% bar split into proportional segments with a legend, comparing shares of a whole.",
201
- "emptyTitle": "No shares to split",
202
- "emptyBody": "No parts were returned for this breakdown."
200
+ "chartLabel": "شريط مكدَّس 100%",
201
+ "description": "شريط واحد بنسبة 100% مقسَّم إلى أجزاء متناسبة مع مفتاح توضيحي، لمقارنة الحصص من الكل.",
202
+ "emptyTitle": "لا توجد حصص للتقسيم",
203
+ "emptyBody": "لم تُعَد أي أجزاء لهذا التفصيل."
203
204
  },
204
205
  "slope": {
205
- "chartLabel": "Slope chart",
206
- "description": "Two periods joined by one line per record, coloured by whether the value rose or fell.",
207
- "emptyTitle": "No period shift to show",
208
- "emptyBody": "No before/after values were returned to compare."
206
+ "chartLabel": "مخطط ميل",
207
+ "description": "فترتان يربط بينهما خط لكل سجل، ملوَّن حسب ارتفاع القيمة أو انخفاضها.",
208
+ "emptyTitle": "لا يوجد تغيّر بين الفترتين للعرض",
209
+ "emptyBody": "لم تُعَد قيم قبل/بعد للمقارنة."
209
210
  },
210
211
  "multiline": {
211
- "chartLabel": "Multi-line chart",
212
- "description": "Several series as overlaid lines with end labels, comparing trends over the same time span.",
213
- "emptyTitle": "No series to plot",
214
- "emptyBody": "No time series matched the filters for this range."
212
+ "chartLabel": "مخطط متعدد الخطوط",
213
+ "description": "عدّة سلاسل كخطوط متراكبة مع تسميات في نهاياتها، لمقارنة الاتجاهات خلال المدى الزمني نفسه.",
214
+ "emptyTitle": "لا توجد سلاسل للرسم",
215
+ "emptyBody": "لا توجد سلاسل زمنية مطابقة للمرشّحات في هذا النطاق."
215
216
  },
216
217
  "stream": {
217
- "chartLabel": "Stream chart",
218
- "description": "Stacked bands flowing around a centre line, showing how a total's composition shifts over time.",
219
- "emptyTitle": "No flow to chart",
220
- "emptyBody": "No stacked series were returned for this range."
218
+ "chartLabel": "مخطط تدفّق",
219
+ "description": "نطاقات مكدَّسة تتدفّق حول خط مركزي، تُظهر كيف يتغيّر تكوين الإجمالي عبر الزمن.",
220
+ "emptyTitle": "لا يوجد تدفّق للرسم",
221
+ "emptyBody": "لم تُعَد أي سلاسل مكدَّسة لهذا النطاق."
221
222
  },
222
223
  "forecast": {
223
- "chartLabel": "Forecast chart",
224
- "nowLabel": "Now",
225
- "forecastLabel": "Forecast",
226
- "actualLabel": "Actual",
227
- "description": "A history line extended by a dashed projection inside a widening confidence band, split at a now divider.",
228
- "emptyTitle": "No history to project",
229
- "emptyBody": "No past points were returned to forecast from."
224
+ "chartLabel": "مخطط تنبّؤ",
225
+ "nowLabel": "الآن",
226
+ "forecastLabel": "التنبّؤ",
227
+ "actualLabel": "الفعلي",
228
+ "description": "خط تاريخي يمتد بإسقاط متقطّع داخل نطاق ثقة يتّسع تدريجيًا، يفصله فاصل عند اللحظة الحالية.",
229
+ "emptyTitle": "لا يوجد تاريخ للإسقاط",
230
+ "emptyBody": "لم تُعَد أي نقاط سابقة للتنبّؤ منها."
230
231
  },
231
232
  "anomaly": {
232
- "chartLabel": "Anomaly chart",
233
- "description": "A value line over its expected range, flagging points that fall outside it with halo dots.",
234
- "emptyTitle": "No signal to scan",
235
- "emptyBody": "No points were returned to check for anomalies."
233
+ "chartLabel": "مخطط الشذوذ",
234
+ "description": "خط القيمة فوق نطاقها المتوقَّع، مع تمييز النقاط الخارجة عنه بنقاط محاطة بهالة.",
235
+ "emptyTitle": "لا توجد إشارة للفحص",
236
+ "emptyBody": "لم تُعَد أي نقاط لفحص الشذوذ فيها."
236
237
  },
237
238
  "candlestick": {
238
- "chartLabel": "Candlestick chart",
239
- "livePillLabel": "Live",
240
- "description": "Open-high-low-close candles coloured by direction, with a dashed last-price line and an optional live pill.",
241
- "emptyTitle": "No candles to chart",
242
- "emptyBody": "No open-high-low-close rows matched this range."
239
+ "chartLabel": "مخطط شموع",
240
+ "livePillLabel": "مباشر",
241
+ "description": "شموع الافتتاح والأعلى والأدنى والإغلاق ملوَّنة حسب الاتجاه، مع خط متقطّع لآخر سعر وشارة «مباشر» اختيارية.",
242
+ "emptyTitle": "لا توجد شموع للرسم",
243
+ "emptyBody": "لا توجد صفوف افتتاح وأعلى وأدنى وإغلاق مطابقة لهذا النطاق."
243
244
  },
244
245
  "bump": {
245
- "chartLabel": "Bump chart",
246
- "description": "Rank-over-time lines showing how competitors trade places between periods.",
247
- "emptyTitle": "No ranks to trace",
248
- "emptyBody": "No period-over-period rankings were returned."
246
+ "chartLabel": "مخطط تبدّل المراكز",
247
+ "description": "خطوط ترتيب عبر الزمن تُظهر كيف يتبادل المتنافسون المراكز بين الفترات.",
248
+ "emptyTitle": "لا توجد مراتب للتتبّع",
249
+ "emptyBody": "لم تُعَد أي ترتيبات من فترة إلى أخرى."
249
250
  },
250
251
  "timelineLanes": {
251
- "chartLabel": "Timeline lanes",
252
- "laneLabel": "Events",
253
- "description": "Dated events as pills on horizontal swimlanes sharing one time axis.",
254
- "emptyTitle": "No events to place",
255
- "emptyBody": "No events matched the filters for this range."
252
+ "chartLabel": "مسارات زمنية",
253
+ "laneLabel": "الأحداث",
254
+ "description": "أحداث مؤرَّخة كشرائح على مسارات أفقية تتشارك محورًا زمنيًا واحدًا.",
255
+ "emptyTitle": "لا توجد أحداث للعرض",
256
+ "emptyBody": "لا توجد أحداث مطابقة للمرشّحات في هذا النطاق."
256
257
  },
257
258
  "treemap": {
258
- "chartLabel": "Treemap",
259
- "otherLabel": "Other",
260
- "description": "A part-to-whole breakdown as squarified tiles sized by value, folding small slices into an Other tile.",
261
- "emptyTitle": "No slices to tile",
262
- "emptyBody": "No categories were returned for this breakdown."
259
+ "chartLabel": "خريطة شجرية",
260
+ "otherLabel": "أخرى",
261
+ "description": "تفصيل الجزء من الكل كمربعات يتناسب حجمها مع القيمة، مع ضمّ الشرائح الصغيرة في مربّع «أخرى».",
262
+ "emptyTitle": "لا توجد شرائح للعرض",
263
+ "emptyBody": "لم تُعَد أي فئات لهذا التفصيل."
263
264
  },
264
265
  "sunburst": {
265
- "chartLabel": "Sunburst",
266
- "description": "A two-level hierarchy as nested ringsparents inside, their children outsidewith a parent legend.",
267
- "emptyTitle": "No rings to draw",
268
- "emptyBody": "No grouped categories were returned to nest."
266
+ "chartLabel": "مخطط شعاعي",
267
+ "description": "تسلسل هرمي من مستويين كحلقات متداخلةالآباء في الداخل والأبناء في الخارج مع مفتاح توضيحي للآباء.",
268
+ "emptyTitle": "لا توجد حلقات للرسم",
269
+ "emptyBody": "لم تُعَد أي فئات مجمَّعة للتداخل."
269
270
  },
270
271
  "funnel": {
271
- "chartLabel": "Funnel",
272
- "description": "Ordered shrinking stages with per-step continuation rates and an overall-conversion footer.",
273
- "emptyTitle": "No stages to funnel",
274
- "emptyBody": "No step counts were returned for this range."
272
+ "chartLabel": "قمع",
273
+ "description": "مراحل مرتّبة تتناقص تدريجيًا مع معدّل الاستمرار لكل خطوة وتذييل بإجمالي التحويل.",
274
+ "emptyTitle": "لا توجد مراحل للقمع",
275
+ "emptyBody": "لم تُعَد أي أعداد خطوات لهذا النطاق."
275
276
  },
276
277
  "radialBar": {
277
- "chartLabel": "Radial bar",
278
- "description": "Up to four percentages as concentric progress rings with a dot legend.",
279
- "emptyTitle": "No rings to fill",
280
- "emptyBody": "No categories matched this breakdown yet."
278
+ "chartLabel": "أشرطة دائرية",
279
+ "description": "حتى أربع نسب مئوية كحلقات تقدّم متحدة المركز مع مفتاح توضيحي بالنقاط.",
280
+ "emptyTitle": "لا توجد حلقات للتعبئة",
281
+ "emptyBody": "لا توجد فئات مطابقة لهذا التفصيل بعد."
281
282
  },
282
283
  "radar": {
283
- "chartLabel": "Radar",
284
- "description": "Several named axes on a polygon with one filled shape per series, against an optional target overlay.",
285
- "emptyTitle": "No axes to compare",
286
- "emptyBody": "No matrix of series and axes was returned."
284
+ "chartLabel": "رادار",
285
+ "description": "عدّة محاور مسمّاة على مضلّع مع شكل معبّأ لكل سلسلة، مقابل طبقة هدف اختيارية.",
286
+ "emptyTitle": "لا توجد محاور للمقارنة",
287
+ "emptyBody": "لم تُعَد أي مصفوفة من السلاسل والمحاور."
287
288
  },
288
289
  "chord": {
289
- "chartLabel": "Chord",
290
- "description": "Pairwise flows as ribbons between nodes on a ring, with ribbon opacity weighted by volume.",
291
- "emptyTitle": "No flows to link",
292
- "emptyBody": "No connections between groups were returned."
290
+ "chartLabel": "مخطط وتري",
291
+ "description": "تدفّقات ثنائية كأشرطة بين عُقد على حلقة، وتزداد عتامة الشريط بحجم التدفّق.",
292
+ "emptyTitle": "لا توجد تدفّقات للربط",
293
+ "emptyBody": "لم تُعَد أي صلات بين المجموعات."
293
294
  },
294
295
  "wordcloud": {
295
- "chartLabel": "Word cloud",
296
- "description": "Terms sized by frequency and flowed into rows, for a glanceable view of what dominates.",
297
- "emptyTitle": "No terms to cloud",
298
- "emptyBody": "No weighted terms matched the filters."
296
+ "chartLabel": "سحابة كلمات",
297
+ "description": "مصطلحات يتناسب حجمها مع تكرارها ومرتّبة في صفوف، لعرض سريع لما يتصدّر.",
298
+ "emptyTitle": "لا توجد مصطلحات للعرض",
299
+ "emptyBody": "لا توجد مصطلحات موزونة مطابقة للمرشّحات."
299
300
  },
300
301
  "cohortMatrix": {
301
- "chartLabel": "Cohort retention",
302
- "description": "Cohort rows against period columns, each cell shaded by retention or revenue."
302
+ "chartLabel": "احتفاظ الأفواج",
303
+ "description": "صفوف الأفواج مقابل أعمدة الفترات، وتُظلَّل كل خلية حسب الاحتفاظ أو الإيراد."
303
304
  },
304
305
  "heatmapCalendar": {
305
- "chartLabel": "Activity calendar",
306
- "legendLessLabel": "Less",
307
- "legendMoreLabel": "More",
308
- "description": "A year of daily activity as a week-by-day grid shaded by intensity."
306
+ "chartLabel": "تقويم النشاط",
307
+ "legendLessLabel": "أقل",
308
+ "legendMoreLabel": "أكثر",
309
+ "description": "سنة من النشاط اليومي كشبكة أسابيع وأيام مظلَّلة حسب الكثافة."
309
310
  },
310
311
  "heatMonth": {
311
- "chartLabel": "Monthly activity",
312
- "description": "One calendar month as a day grid shaded by each day's value."
312
+ "chartLabel": "النشاط الشهري",
313
+ "description": "شهر تقويمي واحد كشبكة أيام مظلَّلة حسب قيمة كل يوم."
313
314
  },
314
315
  "choroplethGrid": {
315
- "chartLabel": "Regional breakdown",
316
- "legendLowLabel": "Low",
317
- "legendHighLabel": "High",
318
- "description": "Regional values as a tinted US tilegram or compact grid, with an optional top-N ranking list."
316
+ "chartLabel": "التفصيل حسب المنطقة",
317
+ "legendLowLabel": "منخفض",
318
+ "legendHighLabel": "مرتفع",
319
+ "description": "قيم المناطق كخريطة مربّعات ملوَّنة للولايات المتحدة أو كشبكة مدمجة، مع قائمة ترتيب اختيارية لأعلى العناصر."
319
320
  },
320
321
  "sankey": {
321
- "chartLabel": "Flow",
322
- "description": "Layered source-to-target flows as ribbons whose thickness encodes volume."
322
+ "chartLabel": "التدفّق",
323
+ "description": "تدفّقات متدرّجة من المصدر إلى الهدف كأشرطة يعبّر سُمكها عن الحجم."
323
324
  },
324
325
  "sparkline": {
325
- "description": "An inline micro-trend of recent values no axes or labelsfor KPI cards, table cells and list rows."
326
+ "description": "اتجاه مصغّر مضمَّن للقيم الأخيرةبلا محاور أو تسمياتلبطاقات المؤشرات وخلايا الجداول وصفوف القوائم."
326
327
  }
327
328
  },
328
329
  "feeds": {
@@ -330,32 +331,32 @@ export default {
330
331
  "description": "سِجلّ متواصل لمن فعل ماذا في مساحة عملك، الأحدث أولًا.",
331
332
  "emptyTitle": "لا يوجد نشاط حديث",
332
333
  "emptyBody": "ستظهر الإجراءات في مساحة عملك هنا.",
333
- "viewAllLabel": "View all"
334
+ "viewAllLabel": "عرض الكل"
334
335
  },
335
336
  "notificationFeed": {
336
337
  "description": "إشعارات مجمَّعة بحالة غير مقروء ومرشِّحات وإجراءات مضمَّنة.",
337
338
  "emptyTitle": "لا توجد إشعارات",
338
339
  "emptyBody": "ستظهر الإشعارات الجديدة هنا.",
339
- "allLabel": "All",
340
- "unreadLabel": "Unread",
341
- "mentionsLabel": "Mentions",
342
- "filterLabel": "Notification filter",
343
- "markAllReadLabel": "Mark all read",
344
- "todayLabel": "Today",
345
- "yesterdayLabel": "Yesterday",
346
- "earlierLabel": "Earlier",
347
- "dismissLabel": "Dismiss",
348
- "emptyUnreadTitle": "You're all caught up",
349
- "emptyMentionsTitle": "No mentions"
340
+ "allLabel": "الكل",
341
+ "unreadLabel": "غير مقروء",
342
+ "mentionsLabel": "الإشارات",
343
+ "filterLabel": "مرشِّح الإشعارات",
344
+ "markAllReadLabel": "تعليم الكل كمقروء",
345
+ "todayLabel": "اليوم",
346
+ "yesterdayLabel": "أمس",
347
+ "earlierLabel": "أقدم",
348
+ "dismissLabel": "إغلاق",
349
+ "emptyUnreadTitle": "لقد أنجزت كل شيء",
350
+ "emptyMentionsTitle": "لا توجد إشارات"
350
351
  },
351
352
  "realtimeFeed": {
352
353
  "description": "بثّ مباشر للأحداث يضيف العناصر الجديدة في الأعلى فور وصولها.",
353
354
  "emptyTitle": "في انتظار الأحداث",
354
355
  "emptyBody": "ستظهر الأحداث المباشرة فور حدوثها.",
355
- "liveLabel": "Live",
356
- "pausedLabel": "Paused",
357
- "pauseLabel": "Pause",
358
- "resumeLabel": "Resume"
356
+ "liveLabel": "مباشر",
357
+ "pausedLabel": "متوقّف مؤقتًا",
358
+ "pauseLabel": "إيقاف مؤقت",
359
+ "resumeLabel": "استئناف"
359
360
  },
360
361
  "timelineVertical": {
361
362
  "description": "خطّ زمني رأسي للأحداث أو الإصدارات أو الأعطال أو خطوات التنفيذ.",
@@ -385,39 +386,39 @@ export default {
385
386
  "description": "شبكة شهرية للأحداث المجدولة مع شارات لكل يوم وتنقل بين الأشهر.",
386
387
  "emptyTitle": "لا يوجد شيء مجدول",
387
388
  "emptyBody": "ستظهر الأحداث المجدولة في هذا التقويم.",
388
- "previousLabel": "Previous month",
389
- "nextLabel": "Next month",
390
- "overflowLabel": "+{count} more"
389
+ "previousLabel": "الشهر السابق",
390
+ "nextLabel": "الشهر التالي",
391
+ "overflowLabel": "+{count} أخرى"
391
392
  },
392
393
  "dayAgenda": {
393
394
  "description": "أحداث اليوم المحدد كجدول أعمال مرتب زمنيًا.",
394
395
  "emptyTitle": "لا يوجد شيء مجدول",
395
396
  "emptyBody": "ستظهر أحداث اليوم المحدد هنا.",
396
- "countLabel": "{count, plural, one {{n} event} other {{n} events}}"
397
+ "countLabel": "{count, plural, zero {لا أحداث} one {حدث واحد} two {حدثان} few {{n} أحداث} many {{n} حدثًا} other {{n} حدث}}"
397
398
  },
398
399
  "scheduleMatrix": {
399
400
  "description": "شبكة ورديات حسب المورد واليوم مع تغطية يومية ومفتاح توضيحي.",
400
401
  "emptyTitle": "لا توجد ورديات مجدولة",
401
402
  "emptyBody": "ستظهر الورديات المخصصة في هذا الجدول.",
402
- "resourceLabel": "Resource",
403
- "coverageLabel": "Coverage",
404
- "hoursLabel": "{hours}h"
403
+ "resourceLabel": "المورد",
404
+ "coverageLabel": "التغطية",
405
+ "hoursLabel": "{hours} س"
405
406
  },
406
407
  "capacityBoard": {
407
408
  "description": "أشرطة استخدام لكل عضو مع تفصيل المشاريع وحالة الحِمل.",
408
409
  "emptyTitle": "لا توجد بيانات عبء عمل",
409
410
  "emptyBody": "سيظهر استخدام الأعضاء هنا بمجرد وجود تخصيصات.",
410
411
  "status": {
411
- "overloaded": "Overloaded",
412
- "balanced": "Balanced",
413
- "available": "Available"
412
+ "overloaded": "زائد الحِمل",
413
+ "balanced": "متوازن",
414
+ "available": "متاح"
414
415
  },
415
416
  "utilizationLabel": "{name}: {util}%",
416
- "assignmentLabel": "{project} · {hours}h",
417
- "periodLabel": "h · {period}",
417
+ "assignmentLabel": "{project} · {hours} س",
418
+ "periodLabel": "س · {period}",
418
419
  "period": {
419
- "week": "week",
420
- "month": "month"
420
+ "week": "أسبوعيًا",
421
+ "month": "شهريًا"
421
422
  }
422
423
  },
423
424
  "calendarLegendFilter": {
@@ -459,26 +460,26 @@ export default {
459
460
  "description": "قائمة قابلة للتحديد من السجلات تتحكّم في لوحة التفاصيل.",
460
461
  "emptyTitle": "لا توجد عناصر",
461
462
  "emptyBody": "ستظهر العناصر هنا بمجرد وجودها.",
462
- "allLabel": "All",
463
- "toggleLabel": "Toggle {title}",
464
- "progressLabel": "{title} progress"
463
+ "allLabel": "الكل",
464
+ "toggleLabel": "تبديل {title}",
465
+ "progressLabel": "تقدّم {title}"
465
466
  },
466
467
  "logTable": {
467
468
  "description": "سِجلّ أحداث بالبحث ومرشِّح الأخطاء وإجراءات الصفوف.",
468
469
  "emptyTitle": "لا توجد مُدخلات سِجل",
469
470
  "emptyBody": "ستُسجَّل الأحداث هنا فور حدوثها.",
470
- "liveLabel": "Live",
471
- "placeholder": "Search logs…",
472
- "filterLabel": "Log filter",
473
- "allLabel": "All",
474
- "errorsLabel": "Errors",
475
- "noMatchesLabel": "No matching entries",
476
- "todayLabel": "Today",
477
- "yesterdayLabel": "Yesterday",
471
+ "liveLabel": "مباشر",
472
+ "placeholder": "ابحث في السجلات…",
473
+ "filterLabel": "مرشِّح السجل",
474
+ "allLabel": "الكل",
475
+ "errorsLabel": "الأخطاء",
476
+ "noMatchesLabel": "لا توجد مُدخلات مطابقة",
477
+ "todayLabel": "اليوم",
478
+ "yesterdayLabel": "أمس",
478
479
  "action": {
479
- "retry": "retry",
480
- "download": "download",
481
- "inspect": "inspect"
480
+ "retry": "إعادة المحاولة",
481
+ "download": "تنزيل",
482
+ "inspect": "فحص"
482
483
  }
483
484
  },
484
485
  "cardGallery": {
@@ -490,22 +491,22 @@ export default {
490
491
  "description": "صفوف مجمَّعة بأعمدة تجميعية وتفاصيل قابلة للتوسيع ومجاميع.",
491
492
  "emptyTitle": "لا توجد بيانات ملخَّصة",
492
493
  "emptyBody": "ستظهر المجاميع المجمَّعة هنا بمجرد توفّر البيانات.",
493
- "groupLabel": "Group",
494
- "totalsLabel": "Total"
494
+ "groupLabel": "المجموعة",
495
+ "totalsLabel": "الإجمالي"
495
496
  },
496
497
  "schemaTree": {
497
498
  "description": "مستكشف للمخططات والجداول والأعمدة بشارات الأنواع والمفاتيح.",
498
499
  "emptyTitle": "لم يُقرأ أي مخطط",
499
500
  "emptyBody": "اربط قاعدة بيانات لاستكشاف مخططها هنا.",
500
- "treeLabel": "Schema",
501
- "viewLabel": "view"
501
+ "treeLabel": "المخطط",
502
+ "viewLabel": "عرض"
502
503
  },
503
504
  "toggleMatrix": {
504
505
  "description": "شبكة تفاعلية من المفاتيح المنطقية للأدوار أو السياسات أو القنوات.",
505
506
  "emptyTitle": "لم تُهيَّأ أي مصفوفة",
506
507
  "emptyBody": "ستظهر الصفوف والأعمدة هنا بعد التهيئة.",
507
- "matrixLabel": "Permissions matrix",
508
- "rowHeaderLabel": "Permission"
508
+ "matrixLabel": "مصفوفة الصلاحيات",
509
+ "rowHeaderLabel": "الصلاحية"
509
510
  },
510
511
  "sparklineTable": {
511
512
  "description": "صفوف مقاييس بها رسم مصغّر والقيمة الحالية وشارة تغيّر تميّز الاتجاه الجيد من السيئ.",
@@ -540,38 +541,38 @@ export default {
540
541
  "moreLabel": "+{n} أخرى"
541
542
  },
542
543
  "dataGrid": {
543
- "selectAllLabel": "Select all rows",
544
- "selectRowLabel": "Select row",
545
- "sortByLabel": "Sort by {column}",
546
- "description": "The canonical CRUD grid with sortable columns, row selection, and type-aware cells."
544
+ "selectAllLabel": "تحديد كل الصفوف",
545
+ "selectRowLabel": "تحديد الصف",
546
+ "sortByLabel": "الترتيب حسب {column}",
547
+ "description": "شبكة CRUD الأساسية بأعمدة قابلة للترتيب وتحديد للصفوف وخلايا تراعي نوع البيانات."
547
548
  },
548
549
  "paginationFooter": {
549
- "emptyLabel": "0 rows",
550
- "ofLabel": "of",
551
- "pageSizeLabel": "Rows",
550
+ "emptyLabel": "0 صف",
551
+ "ofLabel": "من",
552
+ "pageSizeLabel": "الصفوف",
552
553
  "a11y": {
553
- "pageSize": "Rows per page"
554
+ "pageSize": "عدد الصفوف في الصفحة"
554
555
  },
555
- "prevLabel": "Previous page",
556
- "nextLabel": "Next page",
557
- "description": "A footer with the visible row range, prev/next paging, and a page-size select."
556
+ "prevLabel": "الصفحة السابقة",
557
+ "nextLabel": "الصفحة التالية",
558
+ "description": "تذييل يعرض نطاق الصفوف الظاهرة والتنقّل بين الصفحات ومحدِّد عدد الصفوف في الصفحة."
558
559
  },
559
560
  "bulkActionToolbar": {
560
- "selectedLabel": "selected",
561
- "clearLabel": "Clear selection",
562
- "toolbarLabel": "Bulk actions",
563
- "description": "A selection-aware toolbar showing the selected count and bulk actions."
561
+ "selectedLabel": "محدد",
562
+ "clearLabel": "إلغاء التحديد",
563
+ "toolbarLabel": "إجراءات جماعية",
564
+ "description": "شريط أدوات يتتبّع التحديد ويعرض عدد العناصر المحددة والإجراءات الجماعية."
564
565
  },
565
566
  "miniTable": {
566
- "viewAllLabel": "View all",
567
- "description": "A compact dashboard row list with mapped columns and a view-all link."
567
+ "viewAllLabel": "عرض الكل",
568
+ "description": "قائمة صفوف مدمجة للوحة المعلومات بأعمدة مرتبطة ورابط لعرض الكل."
568
569
  },
569
- "revealLabel": "Reveal value",
570
- "hideLabel": "Hide value",
571
- "trueLabel": "true",
572
- "falseLabel": "false",
570
+ "revealLabel": "كشف القيمة",
571
+ "hideLabel": "إخفاء القيمة",
572
+ "trueLabel": "صحيح",
573
+ "falseLabel": "خطأ",
573
574
  "detailKeyValue": {
574
- "description": "A record's fields as label/value rows with type-aware values."
575
+ "description": "حقول السجل كصفوف تسمية/قيمة مع قيم تراعي نوع البيانات."
575
576
  }
576
577
  },
577
578
  "boards": {
@@ -626,7 +627,7 @@ export default {
626
627
  "sendLabel": "إرسال",
627
628
  "attachLabel": "إضافة مرفق",
628
629
  "typingLabel": "يكتب…",
629
- "composerLabel": "Message"
630
+ "composerLabel": "الرسالة"
630
631
  },
631
632
  "aiChatPanel": {
632
633
  "description": "لوحة مساعد لطرح الأسئلة حول مخطط قاعدة بياناتك وبياناتك.",
@@ -638,8 +639,8 @@ export default {
638
639
  "configureTitle": "لم يتم إعداد مزوّد ذكاء اصطناعي",
639
640
  "configureBody": "أضف مفتاح Anthropic أو OpenAI — أو وجّه Adminium إلى نقطة النهاية الخاصة بك — لطرح الأسئلة حول مخططك.",
640
641
  "configureCtaLabel": "إعداد مزوّد",
641
- "assistantLabel": "Assistant",
642
- "composerLabel": "Ask a question"
642
+ "assistantLabel": "المساعد",
643
+ "composerLabel": "اطرح سؤالًا"
643
644
  },
644
645
  "typingIndicator": {
645
646
  "description": "صورة رمزية وسطر مائل ”يكتب…“ مرتبط بقيمة منطقية حية لكل محادثة.",
@@ -677,7 +678,7 @@ export default {
677
678
  "emptyBody": "تظهر الصفوف التي تحتوي على رمز منطقة وقيمة رقمية هنا كمربعات ملوَّنة.",
678
679
  "legendLowLabel": "منخفض",
679
680
  "legendHighLabel": "مرتفع",
680
- "chartLabel": "Regional breakdown"
681
+ "chartLabel": "التفصيل حسب المنطقة"
681
682
  }
682
683
  },
683
684
  "domain": {
@@ -706,8 +707,8 @@ export default {
706
707
  "billedToLabel": "الفاتورة إلى",
707
708
  "issuedLabel": "تاريخ الإصدار",
708
709
  "dueLabel": "تاريخ الاستحقاق",
709
- "noDocumentTitle": "No document yet",
710
- "noDocumentBody": "Pick a starter template or add a block to begin."
710
+ "noDocumentTitle": "لا يوجد مستند بعد",
711
+ "noDocumentBody": "اختر قالبًا جاهزًا أو أضف كتلة للبدء."
711
712
  },
712
713
  "blockTotalsSummary": {
713
714
  "description": "إجماليات المستند — المجموع الفرعي والخصم والضريبة والمبلغ المستحق، محسوبة من بنود المستند.",
@@ -736,13 +737,13 @@ export default {
736
737
  "description": "رسم أعمدة مصغر بلون المستند، بحجم مناسب لكتلة مستند.",
737
738
  "emptyTitle": "لا توجد بيانات للرسم",
738
739
  "emptyBody": "تظهر الأعمدة بمجرد أن يحتوي التقرير على سلسلة بيانات.",
739
- "a11yLabel": "Bar chart"
740
+ "a11yLabel": "مخطط أعمدة"
740
741
  },
741
742
  "blockLineChart": {
742
743
  "description": "رسم خطي مصغر مع تعبئة اختيارية للمساحة، بحجم مناسب لكتلة مستند.",
743
744
  "emptyTitle": "لا توجد بيانات للرسم",
744
745
  "emptyBody": "يظهر الخط بمجرد أن يحتوي التقرير على سلسلة بيانات.",
745
- "a11yLabel": "Line chart"
746
+ "a11yLabel": "مخطط خطي"
746
747
  },
747
748
  "blockTwoColTable": {
748
749
  "description": "جدول من عمودين بصف رأس منسق وعمود قيم بخط ثابت العرض.",
@@ -801,7 +802,7 @@ export default {
801
802
  "namePlaceholder": "الاسم الكامل",
802
803
  "titlePlaceholder": "المسمى الوظيفي",
803
804
  "dateLabel": "التاريخ",
804
- "nameInputLabel": "Signature name"
805
+ "nameInputLabel": "اسم الموقِّع"
805
806
  },
806
807
  "blockTermsCheckbox": {
807
808
  "description": "مفتاح موافقة على الشروط مع نص قابل للتحرير.",
@@ -847,158 +848,158 @@ export default {
847
848
  "description": "شبكة من القوالب الجاهزة مع صور مصغّرة مولّدة؛ اختيار أحدها ينشئ مستندًا كاملًا.",
848
849
  "emptyTitle": "لا توجد قوالب",
849
850
  "emptyBody": "عرِّف القوالب في الإعدادات أو اربط جدول قوالب.",
850
- "blankLabel": "Blank",
851
+ "blankLabel": "فارغ",
851
852
  "kicker": {
852
- "invoice": "Invoice",
853
- "report": "Report",
854
- "email": "Email"
853
+ "invoice": "فاتورة",
854
+ "report": "تقرير",
855
+ "email": "بريد إلكتروني"
855
856
  }
856
857
  },
857
858
  "sloMonitorCard": {
858
859
  "description": "بطاقة اتفاقية مستوى الخدمة لكل خدمة، وتضم الحالة ونسبة التوافر مقابل الهدف وشريط التوافر اليومي وميزانية الأخطاء وزمن الاستجابة p95.",
859
860
  "emptyTitle": "لا توجد مراقبة",
860
861
  "emptyBody": "اربط جدول مراقبة يحتوي على عمود للحالة وعمود للتوافر.",
861
- "targetLabel": "Target",
862
- "budgetLabel": "Error budget",
863
- "latencyLabel": "p95 latency",
862
+ "targetLabel": "الهدف",
863
+ "budgetLabel": "ميزانية الأخطاء",
864
+ "latencyLabel": "زمن الاستجابة p95",
864
865
  "status": {
865
- "operational": "Operational",
866
- "degraded": "Degraded",
867
- "down": "Down",
868
- "unknown": "Unknown"
866
+ "operational": "تعمل",
867
+ "degraded": "متدهورة",
868
+ "down": "متوقفة",
869
+ "unknown": "غير معروف"
869
870
  }
870
871
  },
871
872
  "uptimeSegmentBar": {
872
873
  "description": "شرائط يومية على نمط صفحة الحالة، ملوَّنة حسب حالة كل يوم، مع مبدّل بين 30 و90 يومًا.",
873
874
  "emptyTitle": "لا يوجد سجل توافر",
874
875
  "emptyBody": "تظهر صفوف الحالة اليومية هنا على شكل شريط توافر.",
875
- "daysAgoLabel": "{days} days ago",
876
- "todayLabel": "Today",
877
- "uptimeLabel": "uptime",
878
- "period30Label": "30d",
879
- "period90Label": "90d",
876
+ "daysAgoLabel": "قبل {days} يومًا",
877
+ "todayLabel": "اليوم",
878
+ "uptimeLabel": "توافر",
879
+ "period30Label": "30 يومًا",
880
+ "period90Label": "90 يومًا",
880
881
  "status": {
881
- "operational": "Operational",
882
- "degraded": "Degraded",
883
- "down": "Down",
884
- "unknown": "No data"
882
+ "operational": "تعمل",
883
+ "degraded": "متدهورة",
884
+ "down": "متوقفة",
885
+ "unknown": "لا توجد بيانات"
885
886
  }
886
887
  },
887
888
  "experimentVariantCompare": {
888
889
  "description": "أشرطة تحويل لكل نسخة مع نسبة التحسّن مقابل النسخة الضابطة ومؤشّر للدلالة الإحصائية.",
889
890
  "emptyTitle": "لا توجد نسخ",
890
891
  "emptyBody": "اربط جدول نسخ التجربة مع أرقام التحويل.",
891
- "controlLabel": "CONTROL",
892
- "winnerLabel": "WINNER",
893
- "significanceLabel": "Confidence",
894
- "verdictSignificantLabel": "Statistically significantsafe to call.",
895
- "verdictInconclusiveLabel": "Not yet significantkeep the test running.",
896
- "countsLabel": "{users} participants · {conversions} conversions"
892
+ "controlLabel": "الضابطة",
893
+ "winnerLabel": "الفائزة",
894
+ "significanceLabel": "الثقة",
895
+ "verdictSignificantLabel": "دالّة إحصائيًايمكن حسم النتيجة.",
896
+ "verdictInconclusiveLabel": "غير دالّة إحصائيًا بعد واصل تشغيل الاختبار.",
897
+ "countsLabel": "{users} مشارك · {conversions} تحويل"
897
898
  },
898
899
  "creditCardTile": {
899
900
  "description": "وسيلة دفع محفوظة تظهر كبطاقة بهوية الشبكة مع رقم مُقنَّع واسم حاملها وتاريخ انتهائها.",
900
901
  "emptyTitle": "لا توجد وسيلة دفع",
901
902
  "emptyBody": "أضف بطاقة لتظهر هنا.",
902
- "defaultLabel": "Default",
903
- "setDefaultLabel": "Set default",
904
- "manageLabel": "Manage",
905
- "addLabel": "Add payment method",
906
- "expiresLabel": "Expires"
903
+ "defaultLabel": "الافتراضية",
904
+ "setDefaultLabel": "تعيين كافتراضية",
905
+ "manageLabel": "إدارة",
906
+ "addLabel": "إضافة وسيلة دفع",
907
+ "expiresLabel": "ينتهي في"
907
908
  },
908
909
  "planPricingCards": {
909
910
  "description": "باقات الأسعار مع مبدّل بين الاشتراك الشهري والسنوي وقوائم المزايا وباقة مميّزة.",
910
911
  "emptyTitle": "لا توجد باقات",
911
912
  "emptyBody": "اربط جدول باقات يحتوي على اسم وسعر شهري.",
912
- "monthlyLabel": "Monthly",
913
- "annualLabel": "Annual",
914
- "popularLabel": "POPULAR",
915
- "perMonthLabel": "/ month",
916
- "billedAnnuallyLabel": "Billed {total} yearly",
917
- "currentLabel": "Current plan",
918
- "ctaLabel": "Choose plan"
913
+ "monthlyLabel": "شهريًا",
914
+ "annualLabel": "سنويًا",
915
+ "popularLabel": "الأكثر شيوعًا",
916
+ "perMonthLabel": "/ شهريًا",
917
+ "billedAnnuallyLabel": "تُحاسب بمبلغ {total} سنويًا",
918
+ "currentLabel": "الباقة الحالية",
919
+ "ctaLabel": "اختيار الباقة"
919
920
  },
920
921
  "apiKeysPanel": {
921
922
  "description": "مفاتيح واجهة البرمجة مع شارات البيئة والقيم المُقنَّعة والصلاحيات وآخر استخدام، وإجراءات النسخ والتدوير والإبطال.",
922
923
  "emptyTitle": "لا توجد مفاتيح",
923
924
  "emptyBody": "أنشئ مفتاحًا لتبدأ استدعاء واجهة البرمجة.",
924
- "revealedTitle": "Key created",
925
- "revealedBody": "Copy it now it is never shown again.",
926
- "copyLabel": "Copy",
927
- "copiedLabel": "Copied",
928
- "revealLabel": "Reveal key",
929
- "hideLabel": "Hide key",
930
- "rollLabel": "Roll key",
931
- "revokeLabel": "Revoke key",
932
- "neverUsedLabel": "Never used",
933
- "lastUsedLabel": "Last used {since}"
925
+ "revealedTitle": "تم إنشاء المفتاح",
926
+ "revealedBody": "انسخه الآنلن يُعرض مرة أخرى أبدًا.",
927
+ "copyLabel": "نسخ",
928
+ "copiedLabel": "تم النسخ",
929
+ "revealLabel": "كشف المفتاح",
930
+ "hideLabel": "إخفاء المفتاح",
931
+ "rollLabel": "تدوير المفتاح",
932
+ "revokeLabel": "إبطال المفتاح",
933
+ "neverUsedLabel": "لم يُستخدم قط",
934
+ "lastUsedLabel": "آخر استخدام {since}"
934
935
  },
935
936
  "apiPlayground": {
936
937
  "description": "محرِّر طلبات مع المعاملات ولوحة للاستجابة. يقوم بتكوين الطلب فقط ولا يرسل طلبًا حقيقيًا أبدًا.",
937
938
  "emptyTitle": "لم تُحدَّد نقطة نهاية",
938
939
  "emptyBody": "اختر نقطة نهاية لتكوين طلب موجَّه إليها.",
939
- "sendLabel": "Send",
940
- "requestLabel": "Request",
941
- "responseLabel": "Response",
942
- "paramsLabel": "Parameters",
943
- "responsePlaceholder": "Send the request to see the response."
940
+ "sendLabel": "إرسال",
941
+ "requestLabel": "الطلب",
942
+ "responseLabel": "الاستجابة",
943
+ "paramsLabel": "المعاملات",
944
+ "responsePlaceholder": "أرسل الطلب لعرض الاستجابة."
944
945
  },
945
946
  "codeSnippetBlock": {
946
947
  "description": "مقتطف برمجي قابل للنسخ مع شارة للغة وتبويبات اختيارية لكل لغة.",
947
948
  "emptyTitle": "لا يوجد مقتطف",
948
949
  "emptyBody": "اربط عمودًا للشيفرة أو حدِّد مقتطفًا ثابتًا في الإعدادات.",
949
- "copyLabel": "Copy",
950
- "copiedLabel": "Copied"
950
+ "copyLabel": "نسخ",
951
+ "copiedLabel": "تم النسخ"
951
952
  },
952
953
  "webhookEndpointsList": {
953
954
  "description": "نقاط نهاية الويب هوك مع الحدث وعنوان الوجهة وآخر تشغيل ومفتاح للتفعيل.",
954
955
  "emptyTitle": "لا توجد نقاط نهاية",
955
956
  "emptyBody": "أضف نقطة نهاية ويب هوك لتستقبل أحداث الجدول.",
956
- "neverFiredLabel": "Never fired",
957
- "lastFiredLabel": "Last fired {since}"
957
+ "neverFiredLabel": "لم يُشغَّل قط",
958
+ "lastFiredLabel": "آخر تشغيل {since}"
958
959
  },
959
960
  "resourceApiCard": {
960
961
  "description": "واجهة البرمجة المولَّدة لجدول: عدد الصفوف وشارة الأمان وشارات الأساليب وحجم الطلبات.",
961
962
  "emptyTitle": "لا يوجد مورد",
962
963
  "emptyBody": "اربط جدولًا لعرض واجهة البرمجة المولَّدة له.",
963
964
  "rlsLabel": "RLS",
964
- "publicLabel": "Public",
965
- "rowsLabel": "rows",
966
- "perDayLabel": "{count}/day"
965
+ "publicLabel": "عام",
966
+ "rowsLabel": "صف",
967
+ "perDayLabel": "{count}/يوم"
967
968
  },
968
969
  "liveTimer": {
969
970
  "description": "ساعة إيقاف بزرّي تشغيل وإيقاف لمهمة؛ إيقافها يسجّل مدخل وقت.",
970
971
  "emptyTitle": "لا يوجد مؤقّت",
971
972
  "emptyBody": "اربط صف مدخل وقت يحتوي على مهمة وعمود للمدة.",
972
- "startLabel": "Start",
973
- "stopLabel": "Stop",
974
- "taskPlaceholder": "Untitled task"
973
+ "startLabel": "بدء",
974
+ "stopLabel": "إيقاف",
975
+ "taskPlaceholder": "مهمة بلا عنوان"
975
976
  },
976
977
  "syncStatusCard": {
977
978
  "description": "هوية الاتصال وزمن الاستجابة وعدد الصفوف المُزامنة وجدول المزامنة، مع إجراء للمزامنة الفورية.",
978
979
  "emptyTitle": "لا يوجد اتصال",
979
980
  "emptyBody": "اربط صف اتصال لعرض حالة مزامنته.",
980
- "connectedLabel": "Connected",
981
- "disconnectedLabel": "Disconnected",
982
- "rowsSyncedLabel": "Rows synced",
983
- "tablesLabel": "Tables",
984
- "lastSyncLabel": "Last sync",
985
- "nextSyncLabel": "Next sync",
986
- "syncingLabel": "Syncing…",
987
- "syncActionLabel": "Sync now"
981
+ "connectedLabel": "متصل",
982
+ "disconnectedLabel": "غير متصل",
983
+ "rowsSyncedLabel": "الصفوف المُزامنة",
984
+ "tablesLabel": "الجداول",
985
+ "lastSyncLabel": "آخر مزامنة",
986
+ "nextSyncLabel": "المزامنة التالية",
987
+ "syncingLabel": "جارٍ المزامنة…",
988
+ "syncActionLabel": "مزامنة الآن"
988
989
  },
989
990
  "ipAllowlistCard": {
990
991
  "description": "عناوين IP صادرة ثابتة يلزم السماح لها في الجدار الناري، ولكل منها زر نسخ.",
991
992
  "emptyTitle": "لا توجد عناوين صادرة",
992
993
  "emptyBody": "تظهر العناوين الصادرة هنا بمجرد تجهيز الاتصال.",
993
- "copyLabel": "Copy",
994
- "copiedLabel": "Copied"
994
+ "copyLabel": "نسخ",
995
+ "copiedLabel": "تم النسخ"
995
996
  },
996
997
  "onboardingChecklist": {
997
998
  "description": "خطوات الإعداد مع الوقت المتوقَّع والإجراءات، فوق حلقة وشريط تقدُّم يُعاد حسابهما فوريًا.",
998
999
  "emptyTitle": "لا شيء للإعداد",
999
1000
  "emptyBody": "أضف خطوات التعريف في الإعدادات أو اربط جدول خطوات.",
1000
- "progressLabel": "{done} of {total} done",
1001
- "celebrateTitle": "All done"
1001
+ "progressLabel": "اكتمل {done} من {total}",
1002
+ "celebrateTitle": "اكتمل كل شيء"
1002
1003
  },
1003
1004
  "testimonialCard": {
1004
1005
  "description": "اقتباس من عميل مع صورة رمزية ونسبة القول إلى صاحبه.",
@@ -1042,7 +1043,7 @@ export default {
1042
1043
  "description": "شبكة لوحة إلهام من خانات صور مع تسميات توضيحية، للجداول التي تحتوي على روابط صور.",
1043
1044
  "emptyTitle": "لا توجد صور بعد",
1044
1045
  "emptyBody": "ستظهر الصور المرجعية على هذه اللوحة.",
1045
- "placeholder": "Drop reference"
1046
+ "placeholder": "أفلت صورة مرجعية"
1046
1047
  },
1047
1048
  "linkList": {
1048
1049
  "description": "روابط مرجعية بعناوين وروابط URL، تُفتح في تبويب جديد.",
@@ -1083,16 +1084,16 @@ export default {
1083
1084
  "successTitle": "تم إنشاء السجل",
1084
1085
  "successBody": "تم حفظ السجل.",
1085
1086
  "required": "هذا الحقل مطلوب.",
1086
- "titleLabel": "Create record",
1087
- "closeLabel": "Close"
1087
+ "titleLabel": "إنشاء سجل",
1088
+ "closeLabel": "إغلاق"
1088
1089
  },
1089
1090
  "drawerForm": {
1090
1091
  "description": "نموذج جانبي لإنشاء أو تعديل السجلات ذات الحقول الكثيرة.",
1091
1092
  "trigger": "جديد",
1092
1093
  "submit": "حفظ",
1093
1094
  "cancel": "إلغاء",
1094
- "titleLabel": "New record",
1095
- "closeLabel": "Close"
1095
+ "titleLabel": "سجل جديد",
1096
+ "closeLabel": "إغلاق"
1096
1097
  },
1097
1098
  "stepper": {
1098
1099
  "description": "مؤشر خطوات يوضح مدى تقدم مسار متعدد الخطوات.",
@@ -1144,20 +1145,20 @@ export default {
1144
1145
  "valuePlaceholder": "القيمة…",
1145
1146
  "emptyBody": "لا توجد شروط بعد — أضف شرطًا لتحديد هذه الشريحة.",
1146
1147
  "op": {
1147
- "eq": "is",
1148
- "neq": "is not",
1149
- "gt": "is greater than",
1150
- "gte": "is at least",
1151
- "lt": "is less than",
1152
- "lte": "is at most",
1153
- "contains": "contains",
1154
- "not-contains": "does not contain",
1155
- "starts-with": "starts with",
1156
- "in": "is one of",
1157
- "before": "is before",
1158
- "after": "is after",
1159
- "is-null": "is empty",
1160
- "is-not-null": "is not empty"
1148
+ "eq": "يساوي",
1149
+ "neq": "لا يساوي",
1150
+ "gt": "أكبر من",
1151
+ "gte": "لا يقل عن",
1152
+ "lt": "أصغر من",
1153
+ "lte": "لا يزيد عن",
1154
+ "contains": "يحتوي على",
1155
+ "not-contains": "لا يحتوي على",
1156
+ "starts-with": "يبدأ بـ",
1157
+ "in": "أحد القيم",
1158
+ "before": "قبل",
1159
+ "after": "بعد",
1160
+ "is-null": "فارغ",
1161
+ "is-not-null": "غير فارغ"
1161
1162
  }
1162
1163
  },
1163
1164
  "flowBuilder": {
@@ -1224,17 +1225,17 @@ export default {
1224
1225
  "questionPlaceholder": "اطرح سؤالًا…",
1225
1226
  "emptyTitle": "لا توجد أسئلة بعد",
1226
1227
  "emptyBody": "اختر نوع سؤال لبدء إنشاء استبيانك.",
1227
- "questionLabel": "Question",
1228
- "dropdownPlaceholder": "Choose…",
1228
+ "questionLabel": "السؤال",
1229
+ "dropdownPlaceholder": "اختر…",
1229
1230
  "kind": {
1230
- "single-choice": "Single choice",
1231
- "multi-choice": "Multiple choice",
1232
- "dropdown": "Dropdown",
1233
- "short-text": "Short text",
1234
- "long-text": "Long text",
1235
- "rating": "Star rating",
1236
- "nps": "NPS 010",
1237
- "date": "Date"
1231
+ "single-choice": "اختيار واحد",
1232
+ "multi-choice": "اختيار متعدد",
1233
+ "dropdown": "قائمة منسدلة",
1234
+ "short-text": "نص قصير",
1235
+ "long-text": "نص طويل",
1236
+ "rating": "تقييم بالنجوم",
1237
+ "nps": "NPS من 0 إلى 10",
1238
+ "date": "تاريخ"
1238
1239
  }
1239
1240
  },
1240
1241
  "inlineEditableField": {
@@ -1243,7 +1244,7 @@ export default {
1243
1244
  "save": "حفظ",
1244
1245
  "cancel": "إلغاء",
1245
1246
  "empty": "فارغ",
1246
- "valueLabel": "Value"
1247
+ "valueLabel": "القيمة"
1247
1248
  },
1248
1249
  "passwordStrengthMeter": {
1249
1250
  "description": "مؤشر من أربعة أجزاء لقوة كلمة المرور.",
@@ -1268,7 +1269,7 @@ export default {
1268
1269
  "navigate": "تنقل",
1269
1270
  "select": "فتح",
1270
1271
  "close": "إغلاق",
1271
- "emptyTitle": "No results for \"{query}\"",
1272
+ "emptyTitle": "لا توجد نتائج عن «{query}»",
1272
1273
  "emptyBody": "ابدأ الكتابة للبحث.",
1273
1274
  "groupActions": "الإجراءات",
1274
1275
  "groupNavigate": "التنقل",
@@ -1285,8 +1286,8 @@ export default {
1285
1286
  "summary": "{count} نتيجة عن «{query}»",
1286
1287
  "emptyTitle": "لا توجد نتائج",
1287
1288
  "emptyBody": "جرّب مصطلح بحث آخر.",
1288
- "searchLabel": "Search",
1289
- "facetRailLabel": "Filter by type"
1289
+ "searchLabel": "بحث",
1290
+ "facetRailLabel": "التصفية حسب النوع"
1290
1291
  },
1291
1292
  "breadcrumb": {
1292
1293
  "description": "مسار السجل أو المجلد الحالي.",
@@ -1306,22 +1307,22 @@ export default {
1306
1307
  "footerHint": "اضغط ? في أي وقت",
1307
1308
  "then": "ثم",
1308
1309
  "emptyTitle": "لا توجد اختصارات مسجّلة.",
1309
- "generalGroupLabel": "General",
1310
- "navigationGroupLabel": "Navigation",
1311
- "recordsGroupLabel": "Records",
1312
- "openCommandPaletteLabel": "Open command palette",
1313
- "searchLabel": "Search",
1314
- "showShortcutsLabel": "Show shortcuts",
1315
- "goToDashboardLabel": "Go to dashboard",
1316
- "goToOrdersLabel": "Go to orders",
1317
- "newRecordLabel": "New record",
1318
- "saveLabel": "Save",
1319
- "undoLabel": "Undo"
1310
+ "generalGroupLabel": "عام",
1311
+ "navigationGroupLabel": "التنقل",
1312
+ "recordsGroupLabel": "السجلات",
1313
+ "openCommandPaletteLabel": "فتح لوحة الأوامر",
1314
+ "searchLabel": "بحث",
1315
+ "showShortcutsLabel": "عرض الاختصارات",
1316
+ "goToDashboardLabel": "الانتقال إلى لوحة المعلومات",
1317
+ "goToOrdersLabel": "الانتقال إلى الطلبات",
1318
+ "newRecordLabel": "سجل جديد",
1319
+ "saveLabel": "حفظ",
1320
+ "undoLabel": "تراجع"
1320
1321
  },
1321
1322
  "avatarStack": {
1322
1323
  "description": "صور رمزية متداخلة مع فائض «+N» وحالة تواجد اختيارية.",
1323
1324
  "online": "{count} متصل",
1324
- "a11yLabel": "People"
1325
+ "a11yLabel": "الأشخاص"
1325
1326
  }
1326
1327
  },
1327
1328
  "system": {
@@ -1396,10 +1397,10 @@ export default {
1396
1397
  "latency": "زمن الاستجابة"
1397
1398
  },
1398
1399
  "widgetMissing": {
1399
- "description": "The fallback card shown when a stored page references a widget that is not installed.",
1400
- "title": "Widget unavailable",
1401
- "bodyLead": "No widget is registered as",
1402
- "bodyTail": "It may belong to a newer version or an uninstalled extension."
1400
+ "description": "البطاقة البديلة التي تظهر عندما تشير صفحة مخزَّنة إلى عنصر واجهة غير مثبَّت.",
1401
+ "title": "عنصر الواجهة غير متاح",
1402
+ "bodyLead": "لا يوجد عنصر واجهة مسجَّل باسم",
1403
+ "bodyTail": "قد يكون تابعًا لإصدار أحدث أو لامتداد غير مثبَّت."
1403
1404
  }
1404
1405
  }
1405
1406
  },
@@ -1413,350 +1414,350 @@ export default {
1413
1414
  "committed": "تم وضع {title} في العمود {col}، الصف {row}.",
1414
1415
  "reverted": "تمت إعادة {title} إلى موضعه الأصلي."
1415
1416
  },
1416
- "draggableRole": "draggable widget"
1417
+ "draggableRole": "عنصر واجهة قابل للسحب"
1417
1418
  },
1418
1419
  "templates": {
1419
1420
  "crud": {
1420
- "newRow": "New row",
1421
- "exportAction": "Export",
1422
- "searchPlaceholder": "Search {table}…",
1423
- "removeFilter": "Remove {column} filter",
1424
- "queryFailed": "Query failed",
1425
- "loadingRows": "Loading rows",
1426
- "noMatchesTitle": "No matching rows",
1427
- "emptyTitle": "{count, plural, one {No {entity} yet} other {No {entity}s yet}}",
1428
- "createTitle": "Add {entity}",
1429
- "createSubtitle": "Creates one row in {table}.",
1430
- "createSubmit": "Add {entity}",
1431
- "createSuccessTitle": "{name} added",
1432
- "createSuccessBody": "You can undo this from the toast.",
1433
- "editTitle": "Edit {entity}",
1434
- "saveSubmit": "Save changes",
1435
- "deleteTitle": "Delete {entity}",
1436
- "deletePreflight": "Checking references…",
1437
- "deleteNoReferences": "This row has no inbound references.",
1438
- "deleteConsequencesIntro": "Deleting this row also affects:",
1439
- "referenceRows": "{count, plural, one {{n} row} other {{n} rows}}",
1440
- "confirmPrompt": "Type {value} to confirm",
1441
- "bulkDeleteTitle": "{count, plural, one {Delete {n} row} other {Delete {n} rows}}",
1442
- "bulkDeleteBody": "Referential consequences apply to every selected row.",
1443
- "bulkDeleteConfirm": "Delete rows",
1444
- "uniqueHelper": "Must be unique in {table}.",
1445
- "uniqueHelperCounted": "{count, plural, one {Checked against {n} row.} other {Checked against {n} rows.}}",
1421
+ "newRow": "صف جديد",
1422
+ "exportAction": "تصدير",
1423
+ "searchPlaceholder": "ابحث في {table}…",
1424
+ "removeFilter": "إزالة تصفية {column}",
1425
+ "queryFailed": "فشل الاستعلام",
1426
+ "loadingRows": "جارٍ تحميل الصفوف",
1427
+ "noMatchesTitle": "لا توجد صفوف مطابقة",
1428
+ "emptyTitle": "{count, plural, zero {لا توجد {entity} بعد} one {لا توجد {entity} بعد} two {لا توجد {entity} بعد} few {لا توجد {entity} بعد} many {لا توجد {entity} بعد} other {لا توجد {entity} بعد}}",
1429
+ "createTitle": "إضافة {entity}",
1430
+ "createSubtitle": "يُنشئ صفًا واحدًا في {table}.",
1431
+ "createSubmit": "إضافة {entity}",
1432
+ "createSuccessTitle": "تمت إضافة {name}",
1433
+ "createSuccessBody": "يمكنك التراجع عن ذلك من الإشعار.",
1434
+ "editTitle": "تعديل {entity}",
1435
+ "saveSubmit": "حفظ التغييرات",
1436
+ "deleteTitle": "حذف {entity}",
1437
+ "deletePreflight": "جارٍ فحص المراجع…",
1438
+ "deleteNoReferences": "لا توجد مراجع واردة إلى هذا الصف.",
1439
+ "deleteConsequencesIntro": "حذف هذا الصف يؤثر أيضًا على:",
1440
+ "referenceRows": "{count, plural, zero {{n} صف} one {صف واحد} two {صفان} few {{n} صفوف} many {{n} صفًا} other {{n} صف}}",
1441
+ "confirmPrompt": "اكتب {value} للتأكيد",
1442
+ "bulkDeleteTitle": "{count, plural, zero {حذف {n} صف} one {حذف صف واحد} two {حذف صفين} few {حذف {n} صفوف} many {حذف {n} صفًا} other {حذف {n} صف}}",
1443
+ "bulkDeleteBody": "تنطبق آثار المراجع على كل صف محدد.",
1444
+ "bulkDeleteConfirm": "حذف الصفوف",
1445
+ "uniqueHelper": "يجب أن تكون القيمة فريدة في {table}.",
1446
+ "uniqueHelperCounted": "{count, plural, zero {تم التحقق مقابل {n} صف.} one {تم التحقق مقابل صف واحد.} two {تم التحقق مقابل صفين.} few {تم التحقق مقابل {n} صفوف.} many {تم التحقق مقابل {n} صفًا.} other {تم التحقق مقابل {n} صف.}}",
1446
1447
  "toast": {
1447
- "created": "{entity} created.",
1448
- "createFailed": "Create failed.",
1449
- "saved": "Changes saved.",
1450
- "updateFailed": "Update failed.",
1451
- "deleted": "{name} deleted.",
1452
- "deleteFailed": "Delete failed.",
1453
- "bulkDeleted": "{count, plural, one {{n} row deleted.} other {{n} rows deleted.}}",
1454
- "bulkDeleteFailed": "Bulk delete failed.",
1455
- "undone": "Change undone.",
1456
- "undoFailed": "Undo failed."
1448
+ "created": "تم إنشاء {entity}.",
1449
+ "createFailed": "فشل الإنشاء.",
1450
+ "saved": "تم حفظ التغييرات.",
1451
+ "updateFailed": "فشل التحديث.",
1452
+ "deleted": "تم حذف {name}.",
1453
+ "deleteFailed": "فشل الحذف.",
1454
+ "bulkDeleted": "{count, plural, zero {تم حذف {n} صف.} one {تم حذف صف واحد.} two {تم حذف صفين.} few {تم حذف {n} صفوف.} many {تم حذف {n} صفًا.} other {تم حذف {n} صف.}}",
1455
+ "bulkDeleteFailed": "فشل الحذف الجماعي.",
1456
+ "undone": "تم التراجع عن التغيير.",
1457
+ "undoFailed": "فشل التراجع."
1457
1458
  },
1458
1459
  "detail": {
1459
- "fields": "Fields",
1460
- "inboundReferences": "inbound references",
1461
- "relatedCount": "{count, plural, one {{n} related record in {table}} other {{n} related records in {table}}}",
1462
- "loadError": "Failed to load the record."
1460
+ "fields": "الحقول",
1461
+ "inboundReferences": "مراجع واردة",
1462
+ "relatedCount": "{count, plural, zero {{n} سجل مرتبط في {table}} one {سجل واحد مرتبط في {table}} two {سجلان مرتبطان في {table}} few {{n} سجلات مرتبطة في {table}} many {{n} سجلًا مرتبطًا في {table}} other {{n} سجل مرتبط في {table}}}",
1463
+ "loadError": "تعذّر تحميل السجل."
1463
1464
  }
1464
1465
  },
1465
1466
  "queue": {
1466
- "allSegment": "All",
1467
- "daysUnit": "{count, plural, one {{count} day} other {{count} days}}",
1468
- "approvedToast": "{count} approved.",
1469
- "rejectedToast": "{count} rejected.",
1470
- "undoneToast": "Decision undone.",
1471
- "undoFailedToast": "Could not undo this decision.",
1472
- "failedToast": "Decision failed.",
1473
- "invalidConfig": "This queue’s stored configuration is invalid. Regenerate the page to restore it.",
1474
- "queueLabel": "Queue",
1475
- "statusFilterLabel": "Status filter",
1476
- "errorTitle": "This queue failed to load",
1477
- "loading": "Loading queue",
1478
- "emptyTitle": "Nothing in the queue",
1479
- "emptyBody": "New requests appear here as they arrive.",
1480
- "caughtUpTitle": "You're all caught up",
1481
- "caughtUpBody": "No requests in this tab right now.",
1482
- "selectItem": "Select {title}",
1483
- "selectPrompt": "Select a request",
1484
- "selectBody": "Choose an item to review its details.",
1485
- "rejectTitle": "Reject requests",
1486
- "rejectCount": "Selected · {count}",
1487
- "rejectPlaceholder": "Add a note for the requester…",
1488
- "rejectReasonLabel": "Rejection reason",
1489
- "rejectNote": "The requester will be notified with your note."
1467
+ "allSegment": "الكل",
1468
+ "daysUnit": "{count, plural, zero {{count} يوم} one {يوم واحد} two {يومان} few {{count} أيام} many {{count} يومًا} other {{count} يوم}}",
1469
+ "approvedToast": "تمت الموافقة على {count}.",
1470
+ "rejectedToast": "تم رفض {count}.",
1471
+ "undoneToast": "تم التراجع عن القرار.",
1472
+ "undoFailedToast": "تعذّر التراجع عن هذا القرار.",
1473
+ "failedToast": "فشل تنفيذ القرار.",
1474
+ "invalidConfig": "الإعدادات المخزَّنة لقائمة الانتظار هذه غير صالحة. أعد توليد الصفحة لاستعادتها.",
1475
+ "queueLabel": "قائمة الانتظار",
1476
+ "statusFilterLabel": "التصفية حسب الحالة",
1477
+ "errorTitle": "تعذّر تحميل قائمة الانتظار هذه",
1478
+ "loading": "جارٍ تحميل قائمة الانتظار",
1479
+ "emptyTitle": "لا يوجد شيء في قائمة الانتظار",
1480
+ "emptyBody": "تظهر الطلبات الجديدة هنا فور وصولها.",
1481
+ "caughtUpTitle": "لقد أنجزت كل شيء",
1482
+ "caughtUpBody": "لا توجد طلبات في علامة التبويب هذه حاليًا.",
1483
+ "selectItem": "تحديد {title}",
1484
+ "selectPrompt": "اختر طلبًا",
1485
+ "selectBody": "اختر عنصرًا لمراجعة تفاصيله.",
1486
+ "rejectTitle": "رفض الطلبات",
1487
+ "rejectCount": "المحدد · {count}",
1488
+ "rejectPlaceholder": "أضف ملاحظة لمقدم الطلب…",
1489
+ "rejectReasonLabel": "سبب الرفض",
1490
+ "rejectNote": "سيتم إشعار مقدم الطلب مع ملاحظتك."
1490
1491
  },
1491
1492
  "dashboard": {
1492
- "invalidLayout": "This dashboard’s stored layout is invalid. Regenerate the page or reset its layout."
1493
+ "invalidLayout": "التخطيط المخزَّن للوحة المعلومات هذه غير صالح. أعد توليد الصفحة أو أعد تعيين تخطيطها."
1493
1494
  },
1494
1495
  "builder": {
1495
- "publish": "Publish",
1496
- "paletteTitle": "Blocks",
1497
- "inspectorTitle": "Inspector",
1498
- "startFromTemplate": "Start from a template",
1499
- "untitledDoc": "Untitled document",
1500
- "invalidConfig": "This builder page’s stored config is invalid. Regenerate the page or reset it.",
1496
+ "publish": "نشر",
1497
+ "paletteTitle": "الكتل",
1498
+ "inspectorTitle": "الخصائص",
1499
+ "startFromTemplate": "ابدأ من قالب",
1500
+ "untitledDoc": "مستند بلا عنوان",
1501
+ "invalidConfig": "الإعدادات المخزَّنة لصفحة المنشئ هذه غير صالحة. أعد توليد الصفحة أو أعد تعيينها.",
1501
1502
  "starterPicker": {
1502
- "subtitle": "Selection replaces the current draft."
1503
+ "subtitle": "سيحل الاختيار محل المسودة الحالية."
1503
1504
  },
1504
1505
  "inspector": {
1505
- "titleLabel": "Title",
1506
- "numberLabel": "Number",
1507
- "currencyLabel": "Currency",
1508
- "taxRateLabel": "Tax rate %",
1509
- "modulesLabel": "Modules"
1506
+ "titleLabel": "العنوان",
1507
+ "numberLabel": "الرقم",
1508
+ "currencyLabel": "العملة",
1509
+ "taxRateLabel": "نسبة الضريبة %",
1510
+ "modulesLabel": "الوحدات"
1510
1511
  },
1511
1512
  "summary": {
1512
- "questions": "Questions",
1513
- "estLength": "Est. length",
1514
- "estMinutes": "~{minutes} min",
1515
- "steps": "Steps",
1516
- "triggers": "Triggers",
1517
- "conditions": "Conditions",
1518
- "actions": "Actions",
1519
- "triggerLocked": "The trigger step can’t be removed."
1513
+ "questions": "الأسئلة",
1514
+ "estLength": "المدة التقديرية",
1515
+ "estMinutes": "~{minutes} دقيقة",
1516
+ "steps": "الخطوات",
1517
+ "triggers": "المُشغِّلات",
1518
+ "conditions": "الشروط",
1519
+ "actions": "الإجراءات",
1520
+ "triggerLocked": "لا يمكن إزالة خطوة المُشغِّل."
1520
1521
  },
1521
1522
  "publishModal": {
1522
- "confirmTitle": "Publish survey?",
1523
- "confirmSubtitle": "Review before it goes live.",
1524
- "confirmCta": "Publish survey",
1525
- "publishedTitle": "Survey published",
1526
- "publishedSubtitle": "Your survey is live and collecting responses right now."
1523
+ "confirmTitle": "نشر الاستبيان؟",
1524
+ "confirmSubtitle": "راجعه قبل أن يصبح مفعّلًا.",
1525
+ "confirmCta": "نشر الاستبيان",
1526
+ "publishedTitle": "تم نشر الاستبيان",
1527
+ "publishedSubtitle": "استبيانك مفعّل ويجمع الردود الآن."
1527
1528
  },
1528
1529
  "blocks": {
1529
- "block-totals-summary": "Totals summary",
1530
- "block-line-items": "Line items",
1531
- "block-kpi-row": "KPI row",
1532
- "block-bar-chart": "Bar chart",
1533
- "block-line-chart": "Line chart",
1534
- "block-two-col-table": "Two-column table",
1535
- "block-tax-breakdown": "Tax breakdown",
1536
- "block-multi-currency": "Multi-currency",
1537
- "block-payment-history": "Payment history",
1538
- "block-discount-codes": "Discount codes",
1539
- "block-loyalty-banner": "Loyalty points",
1540
- "block-recurring-banner": "Recurring",
1541
- "block-qr-pay": "Payment QR",
1542
- "block-delivery-stepper": "Delivery timeline",
1543
- "block-signature": "Signature",
1544
- "block-terms-checkbox": "Terms",
1545
- "block-approval": "Approval",
1546
- "block-attachments": "Attachments",
1547
- "block-late-fees": "Late fees",
1548
- "block-image-placeholder": "Image",
1549
- "block-contact": "Contact",
1550
- "block-highlight-box": "Highlight box"
1530
+ "block-totals-summary": "ملخص الإجماليات",
1531
+ "block-line-items": "البنود",
1532
+ "block-kpi-row": "صف المؤشرات",
1533
+ "block-bar-chart": "رسم أعمدة",
1534
+ "block-line-chart": "رسم خطي",
1535
+ "block-two-col-table": "جدول من عمودين",
1536
+ "block-tax-breakdown": "تفصيل الضرائب",
1537
+ "block-multi-currency": "عملات متعددة",
1538
+ "block-payment-history": "سجل المدفوعات",
1539
+ "block-discount-codes": "أكواد الخصم",
1540
+ "block-loyalty-banner": "نقاط الولاء",
1541
+ "block-recurring-banner": "متكرر",
1542
+ "block-qr-pay": "رمز QR للدفع",
1543
+ "block-delivery-stepper": "مسار التوصيل",
1544
+ "block-signature": "التوقيع",
1545
+ "block-terms-checkbox": "الشروط",
1546
+ "block-approval": "الاعتماد",
1547
+ "block-attachments": "المرفقات",
1548
+ "block-late-fees": "رسوم التأخير",
1549
+ "block-image-placeholder": "صورة",
1550
+ "block-contact": "جهة الاتصال",
1551
+ "block-highlight-box": "مربع تمييز"
1551
1552
  },
1552
1553
  "starters": {
1553
1554
  "titles": {
1554
- "st-standard": "Standard invoice",
1555
- "st-recurring": "Recurring subscription",
1556
- "st-deposit": "Deposit request",
1557
- "st-credit-note": "Credit note",
1558
- "st-late-reminder": "Late-payment reminder",
1559
- "st-quote": "Quote / estimate",
1560
- "st-proforma": "Pro forma",
1561
- "st-receipt": "Payment receipt",
1562
- "st-retainer": "Retainer",
1563
- "st-usage": "Usage-based invoice",
1564
- "st-milestone": "Project milestone",
1565
- "st-donation": "Donation receipt (Tax ID)",
1566
- "st-monthly": "Monthly summary",
1567
- "st-quarterly": "Quarterly review",
1568
- "st-usage-report": "Usage breakdown",
1569
- "st-exec": "Executive one-pager",
1570
- "st-welcome": "Welcome email",
1571
- "st-receipt-email": "Invoice receipt",
1572
- "st-digest": "Weekly digest",
1573
- "st-dunning": "Payment reminder"
1555
+ "st-standard": "فاتورة قياسية",
1556
+ "st-recurring": "اشتراك متكرر",
1557
+ "st-deposit": "طلب عربون",
1558
+ "st-credit-note": "إشعار دائن",
1559
+ "st-late-reminder": "تذكير بتأخر السداد",
1560
+ "st-quote": "عرض سعر / تقدير",
1561
+ "st-proforma": "فاتورة مبدئية",
1562
+ "st-receipt": "إيصال دفع",
1563
+ "st-retainer": "أتعاب مقدَّمة",
1564
+ "st-usage": "فاتورة حسب الاستخدام",
1565
+ "st-milestone": "مرحلة من المشروع",
1566
+ "st-donation": "إيصال تبرع (الرقم الضريبي)",
1567
+ "st-monthly": "ملخص شهري",
1568
+ "st-quarterly": "مراجعة ربع سنوية",
1569
+ "st-usage-report": "تفصيل الاستخدام",
1570
+ "st-exec": "ملخص تنفيذي من صفحة واحدة",
1571
+ "st-welcome": "بريد ترحيبي",
1572
+ "st-receipt-email": "إيصال الفاتورة",
1573
+ "st-digest": "ملخص أسبوعي",
1574
+ "st-dunning": "تذكير بالدفع"
1574
1575
  },
1575
1576
  "categories": {
1576
- "billing": "Billing",
1577
- "sales": "Sales",
1578
- "nonProfit": "Non-profit",
1579
- "reports": "Reports",
1580
- "lifecycle": "Lifecycle",
1581
- "transactional": "Transactional",
1582
- "marketing": "Marketing"
1577
+ "billing": "الفوترة",
1578
+ "sales": "المبيعات",
1579
+ "nonProfit": "غير ربحي",
1580
+ "reports": "التقارير",
1581
+ "lifecycle": "دورة الحياة",
1582
+ "transactional": "المعاملات",
1583
+ "marketing": "التسويق"
1583
1584
  }
1584
1585
  }
1585
1586
  },
1586
1587
  "common": {
1587
- "clearFilters": "Clear filters",
1588
- "noMatchesBody": "Try a different search or remove a filter.",
1589
- "detailLabel": "Detail",
1590
- "loadingRecord": "Loading record"
1588
+ "clearFilters": "مسح عوامل التصفية",
1589
+ "noMatchesBody": "جرّب بحثًا مختلفًا أو أزل أحد عوامل التصفية.",
1590
+ "detailLabel": "التفاصيل",
1591
+ "loadingRecord": "جارٍ تحميل السجل"
1591
1592
  },
1592
1593
  "directory": {
1593
- "invalidConfig": "This directory’s stored configuration is invalid. Regenerate the page to restore it.",
1594
- "searchPlaceholder": "Search people…",
1595
- "memberCount": "{count, plural, one {{n} person} other {{n} people}}",
1596
- "errorTitle": "This directory failed to load",
1597
- "loading": "Loading people",
1598
- "emptyTitle": "No people yet",
1599
- "emptyBody": "People appear here as rows land in the table.",
1600
- "noMatchesTitle": "No matching people",
1601
- "detailTitle": "Person"
1594
+ "invalidConfig": "الإعدادات المخزَّنة لهذا الدليل غير صالحة. أعد توليد الصفحة لاستعادتها.",
1595
+ "searchPlaceholder": "البحث عن الأشخاص…",
1596
+ "memberCount": "{count, plural, zero {{n} شخص} one {شخص واحد} two {شخصان} few {{n} أشخاص} many {{n} شخصًا} other {{n} شخص}}",
1597
+ "errorTitle": "تعذّر تحميل هذا الدليل",
1598
+ "loading": "جارٍ تحميل الأشخاص",
1599
+ "emptyTitle": "لا يوجد أشخاص بعد",
1600
+ "emptyBody": "يظهر الأشخاص هنا كلما وصلت صفوف إلى الجدول.",
1601
+ "noMatchesTitle": "لا يوجد أشخاص مطابقون",
1602
+ "detailTitle": "الشخص"
1602
1603
  },
1603
1604
  "masterDetail": {
1604
- "invalidConfig": "This page’s stored configuration is invalid. Regenerate the page to restore it.",
1605
- "railTitle": "Records",
1606
- "errorTitle": "This list failed to load",
1607
- "loading": "Loading records",
1608
- "emptyBody": "Records appear here as rows land in the table.",
1609
- "noMatchesTitle": "No matching records",
1610
- "noMatchesBody": "Try removing a filter.",
1611
- "selectPrompt": "Select a record",
1612
- "selectBody": "Choose an item from the list to see its details."
1605
+ "invalidConfig": "الإعدادات المخزَّنة لهذه الصفحة غير صالحة. أعد توليد الصفحة لاستعادتها.",
1606
+ "railTitle": "السجلات",
1607
+ "errorTitle": "تعذّر تحميل هذه القائمة",
1608
+ "loading": "جارٍ تحميل السجلات",
1609
+ "emptyBody": "تظهر السجلات هنا كلما وصلت صفوف إلى الجدول.",
1610
+ "noMatchesTitle": "لا توجد سجلات مطابقة",
1611
+ "noMatchesBody": "جرّب إزالة أحد عوامل التصفية.",
1612
+ "selectPrompt": "اختر سجلًا",
1613
+ "selectBody": "اختر عنصرًا من القائمة لعرض تفاصيله."
1613
1614
  },
1614
1615
  "chat": {
1615
- "invalidLayout": "This chat page’s stored layout is invalid. Regenerate the page or reset its layout.",
1616
- "noInboxTitle": "No inbox on this page",
1617
- "noInboxBody": "Regenerate the page.",
1618
- "conversationsFailed": "The conversation query failed",
1619
- "messagesFailed": "The messages query failed",
1620
- "loadingConversations": "Loading conversations",
1621
- "loadingMessages": "Loading messages",
1622
- "selectTitle": "Select a conversation",
1623
- "selectBody": "Pick a conversation from the inbox to read its messages."
1616
+ "invalidLayout": "التخطيط المخزَّن لصفحة الدردشة هذه غير صالح. أعد توليد الصفحة أو أعد تعيين تخطيطها.",
1617
+ "noInboxTitle": "لا يوجد صندوق وارد في هذه الصفحة",
1618
+ "noInboxBody": "أعد توليد الصفحة.",
1619
+ "conversationsFailed": "فشل استعلام المحادثات",
1620
+ "messagesFailed": "فشل استعلام الرسائل",
1621
+ "loadingConversations": "جارٍ تحميل المحادثات",
1622
+ "loadingMessages": "جارٍ تحميل الرسائل",
1623
+ "selectTitle": "اختر محادثة",
1624
+ "selectBody": "اختر محادثة من صندوق الوارد لقراءة رسائلها."
1624
1625
  },
1625
1626
  "files": {
1626
- "allFiles": "All files",
1627
- "recent": "Recent",
1628
- "starred": "Starred",
1629
- "invalidLayout": "This files page’s stored layout is invalid. Regenerate the page or reset its layout.",
1630
- "missingSlotTitle": "No file browser on this page",
1631
- "missingSlotBody": "The stored layout has no browser slot. Regenerate the page.",
1632
- "loadFailed": "The file query failed",
1633
- "loading": "Loading files",
1634
- "uploadsUnavailable": "Uploads are not available on this page yet.",
1635
- "previewTitle": "File",
1636
- "kindLabel": "Kind",
1637
- "linkLabel": "Link"
1627
+ "allFiles": "كل الملفات",
1628
+ "recent": "الأخيرة",
1629
+ "starred": "المميزة بنجمة",
1630
+ "invalidLayout": "التخطيط المخزَّن لصفحة الملفات هذه غير صالح. أعد توليد الصفحة أو أعد تعيين تخطيطها.",
1631
+ "missingSlotTitle": "لا يوجد متصفح ملفات في هذه الصفحة",
1632
+ "missingSlotBody": "لا يحتوي التخطيط المخزَّن على خانة للمتصفح. أعد توليد الصفحة.",
1633
+ "loadFailed": "فشل استعلام الملفات",
1634
+ "loading": "جارٍ تحميل الملفات",
1635
+ "uploadsUnavailable": "رفع الملفات غير متاح في هذه الصفحة بعد.",
1636
+ "previewTitle": "الملف",
1637
+ "kindLabel": "النوع",
1638
+ "linkLabel": "الرابط"
1638
1639
  },
1639
1640
  "logViewer": {
1640
- "invalidLayout": "This log page’s stored layout is invalid. Regenerate the page or reset its layout.",
1641
- "levelFilterLabel": "Log level filter",
1642
- "timeFilterLabel": "Time window filter",
1641
+ "invalidLayout": "التخطيط المخزَّن لصفحة السجل هذه غير صالح. أعد توليد الصفحة أو أعد تعيين تخطيطها.",
1642
+ "levelFilterLabel": "التصفية حسب مستوى السجل",
1643
+ "timeFilterLabel": "التصفية حسب النطاق الزمني",
1643
1644
  "window": {
1644
- "1h": "1h",
1645
- "24h": "24h",
1646
- "7d": "7d"
1645
+ "1h": "ساعة",
1646
+ "24h": "24 ساعة",
1647
+ "7d": "7 أيام"
1647
1648
  },
1648
1649
  "heldCount": "+{count}",
1649
- "missingSlotTitle": "No log widget on this page",
1650
- "missingSlotBody": "The stored layout has no log slot. Regenerate the page.",
1651
- "loadFailed": "The log query failed",
1652
- "loading": "Loading log entries",
1653
- "traceTitle": "Trace",
1654
- "latestTitle": "Latest activity",
1655
- "backToLatest": "Back to latest",
1656
- "eventFallback": "Event"
1650
+ "missingSlotTitle": "لا يوجد عنصر سجل في هذه الصفحة",
1651
+ "missingSlotBody": "لا يحتوي التخطيط المخزَّن على خانة للسجل. أعد توليد الصفحة.",
1652
+ "loadFailed": "فشل استعلام السجل",
1653
+ "loading": "جارٍ تحميل مُدخلات السجل",
1654
+ "traceTitle": "التتبّع",
1655
+ "latestTitle": "أحدث نشاط",
1656
+ "backToLatest": "العودة إلى الأحدث",
1657
+ "eventFallback": "حدث"
1657
1658
  },
1658
1659
  "calendar": {
1659
- "eventCount": "{count, plural, one {{n} event} other {{n} events}}",
1660
- "composePlaceholder": "Event title…",
1661
- "addEvent": "Add event",
1662
- "dateRange": "Date range",
1663
- "agendaTitle": "Agenda",
1664
- "categoriesTitle": "Categories",
1665
- "upcomingTitle": "Upcoming",
1666
- "invalidLayout": "This calendar’s stored layout is invalid. Regenerate the page or reset its layout."
1660
+ "eventCount": "{count, plural, zero {{n} حدث} one {حدث واحد} two {حدثان} few {{n} أحداث} many {{n} حدثًا} other {{n} حدث}}",
1661
+ "composePlaceholder": "عنوان الحدث…",
1662
+ "addEvent": "إضافة حدث",
1663
+ "dateRange": "النطاق الزمني",
1664
+ "agendaTitle": "جدول الأعمال",
1665
+ "categoriesTitle": "الفئات",
1666
+ "upcomingTitle": "القادمة",
1667
+ "invalidLayout": "التخطيط المخزَّن لهذا التقويم غير صالح. أعد توليد الصفحة أو أعد تعيين تخطيطه."
1667
1668
  },
1668
1669
  "scheduler": {
1669
- "previousWeek": "Previous week",
1670
- "nextWeek": "Next week",
1671
- "week": "Week",
1672
- "month": "Month",
1673
- "invalidLayout": "This schedule’s stored layout is invalid. Regenerate the page or reset its layout.",
1674
- "shiftCount": "{count, plural, one {{n} shift} other {{n} shifts}}",
1675
- "addShift": "Add shift"
1670
+ "previousWeek": "الأسبوع السابق",
1671
+ "nextWeek": "الأسبوع التالي",
1672
+ "week": "أسبوع",
1673
+ "month": "شهر",
1674
+ "invalidLayout": "التخطيط المخزَّن لهذا الجدول غير صالح. أعد توليد الصفحة أو أعد تعيين تخطيطه.",
1675
+ "shiftCount": "{count, plural, zero {{n} وردية} one {وردية واحدة} two {ورديتان} few {{n} ورديات} many {{n} وردية} other {{n} وردية}}",
1676
+ "addShift": "إضافة وردية"
1676
1677
  },
1677
1678
  "settings": {
1678
- "title": "Notification settings",
1679
- "subtitle": "Choose what you're notified about and how",
1680
- "matrixLabel": "Notify me about",
1681
- "rowHeader": "Event",
1682
- "saved": "Saved",
1683
- "unavailableTag": "Not available yet",
1684
- "loading": "Loading preferences",
1685
- "errorTitle": "These settings failed to load",
1686
- "emptyTitle": "Nothing to configure yet",
1687
- "emptyBody": "Notification events appear here as producers ship."
1679
+ "title": "إعدادات الإشعارات",
1680
+ "subtitle": "اختر ما تريد أن تصلك إشعارات بشأنه وكيف تصلك",
1681
+ "matrixLabel": "أشعرني بشأن",
1682
+ "rowHeader": "الحدث",
1683
+ "saved": "تم الحفظ",
1684
+ "unavailableTag": "غير متاح بعد",
1685
+ "loading": "جارٍ تحميل التفضيلات",
1686
+ "errorTitle": "تعذّر تحميل هذه الإعدادات",
1687
+ "emptyTitle": "لا يوجد شيء للتهيئة بعد",
1688
+ "emptyBody": "تظهر أحداث الإشعارات هنا مع إطلاق مصادرها."
1688
1689
  },
1689
1690
  "pageCrud": {
1690
- "description": "The canonical table page: searchable data grid, create/edit forms, safe deletes with reference checks, and undoable changes."
1691
+ "description": "صفحة الجدول القياسية: شبكة بيانات قابلة للبحث، ونماذج إنشاء وتعديل، وحذف آمن مع فحص المراجع، وتغييرات قابلة للتراجع."
1691
1692
  },
1692
1693
  "pageDashboard": {
1693
- "description": "A widget dashboard over your data: KPI cards, charts, and lists on an editable grid."
1694
+ "description": "لوحة معلومات من عناصر الواجهة فوق بياناتك: بطاقات مؤشرات ورسوم بيانية وقوائم على شبكة قابلة للتحرير."
1694
1695
  },
1695
1696
  "pageBoard": {
1696
- "description": "A kanban board grouped by a status field drag cards between columns to update records."
1697
+ "description": "لوحة كانبان مجمَّعة حسب حقل الحالةاسحب البطاقات بين الأعمدة لتحديث السجلات."
1697
1698
  },
1698
1699
  "pageCalendar": {
1699
- "description": "A month calendar with agenda, category filters, and quick event capture from a date field."
1700
+ "description": "تقويم شهري مع جدول أعمال ومرشِّحات للفئات وإضافة سريعة للأحداث من حقل تاريخ."
1700
1701
  },
1701
1702
  "pageScheduler": {
1702
- "description": "A week-by-resource shift matrix with capacity tracking and coverage totals."
1703
+ "description": "مصفوفة ورديات حسب الأسبوع والمورد مع تتبّع السعة وإجماليات التغطية."
1703
1704
  },
1704
1705
  "pageDirectory": {
1705
- "description": "A people directory with search, group filters, and a profile drawer."
1706
+ "description": "دليل أشخاص مع بحث ومرشِّحات للمجموعات ولوحة جانبية للملف الشخصي."
1706
1707
  },
1707
1708
  "pageMasterDetail": {
1708
- "description": "A list-beside-detail layout: pick a record on the left, work with it on the right."
1709
+ "description": "تخطيط قائمة بجوار التفاصيل: اختر سجلًا من القائمة وتعامل معه في لوحة التفاصيل."
1709
1710
  },
1710
1711
  "pageQueueInbox": {
1711
- "description": "A review queue with approve/reject decisions, bulk actions, and undo."
1712
+ "description": "قائمة انتظار للمراجعة مع قرارات الموافقة والرفض وإجراءات جماعية وتراجع."
1712
1713
  },
1713
1714
  "pageLogViewer": {
1714
- "description": "A live-tailing log table with level and time filters and a trace side panel."
1715
+ "description": "جدول سجل يتابع الأحداث مباشرة مع مرشِّحات للمستوى والوقت ولوحة جانبية للتتبّع."
1715
1716
  },
1716
1717
  "pageFiles": {
1717
- "description": "A file browser with smart folders, uploads, and a preview drawer."
1718
+ "description": "متصفح ملفات مع مجلدات ذكية ورفع للملفات ولوحة جانبية للمعاينة."
1718
1719
  },
1719
1720
  "pageChat": {
1720
- "description": "A conversation inbox beside a message thread, bound to your messages tables."
1721
+ "description": "صندوق وارد للمحادثات بجوار سلسلة الرسائل، مرتبط بجداول الرسائل لديك."
1721
1722
  },
1722
1723
  "pageBuilder": {
1723
- "description": "A drag-and-drop document builder with block palette, inspector, and publish flow."
1724
+ "description": "منشئ مستندات بالسحب والإفلات مع لوحة كتل ولوحة خصائص ومسار نشر."
1724
1725
  },
1725
1726
  "pageWizard": {
1726
- "description": "A multi-step guided flow that walks users through a structured process."
1727
+ "description": "مسار موجَّه متعدد الخطوات يرشد المستخدمين عبر عملية منظَّمة."
1727
1728
  },
1728
1729
  "pageSettings": {
1729
- "description": "A notification-preferences matrix with per-channel toggles and autosave."
1730
+ "description": "مصفوفة تفضيلات إشعارات مع مفاتيح لكل قناة وحفظ تلقائي."
1730
1731
  }
1731
1732
  },
1732
1733
  "frame": {
1733
- "noResult": "No result for widget",
1734
- "emptyTitle": "No data for range",
1735
- "loadError": "Something went wrong loading this widget.",
1736
- "renderError": "This widget failed to render.",
1737
- "refreshing": "Refreshing",
1738
- "infoLabel": "Widget info",
1739
- "menuLabel": "Widget menu"
1734
+ "noResult": "لا توجد نتيجة لعنصر الواجهة",
1735
+ "emptyTitle": "لا توجد بيانات لهذا النطاق",
1736
+ "loadError": "حدث خطأ أثناء تحميل عنصر الواجهة هذا.",
1737
+ "renderError": "تعذّر عرض عنصر الواجهة هذا.",
1738
+ "refreshing": "جارٍ التحديث",
1739
+ "infoLabel": "معلومات عنصر الواجهة",
1740
+ "menuLabel": "قائمة عنصر الواجهة"
1740
1741
  },
1741
1742
  "charts": {
1742
- "livePillLabel": "Live",
1743
+ "livePillLabel": "مباشر",
1743
1744
  "forecast": {
1744
- "nowLabel": "Now",
1745
- "forecastLabel": "Forecast",
1746
- "actualLabel": "Actual"
1745
+ "nowLabel": "الآن",
1746
+ "forecastLabel": "المتوقَّع",
1747
+ "actualLabel": "الفعلي"
1747
1748
  },
1748
- "otherLabel": "Other",
1749
+ "otherLabel": "أخرى",
1749
1750
  "heat": {
1750
- "lessLabel": "Less",
1751
- "moreLabel": "More"
1751
+ "lessLabel": "أقل",
1752
+ "moreLabel": "أكثر"
1752
1753
  },
1753
1754
  "choropleth": {
1754
- "lowLabel": "Low",
1755
- "highLabel": "High"
1755
+ "lowLabel": "منخفض",
1756
+ "highLabel": "مرتفع"
1756
1757
  },
1757
1758
  "funnel": {
1758
- "stepConversion": "{pct}% continue",
1759
- "overallConversion": "{pct}% overall"
1759
+ "stepConversion": "{pct}% يواصلون",
1760
+ "overallConversion": "{pct}% إجمالًا"
1760
1761
  }
1761
1762
  }
1762
1763
  };