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