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