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