@nextjscms/translations 0.9.31 → 0.9.33

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.
@@ -372,6 +372,12 @@ declare const _default: {
372
372
  readonly categorySections: "أقسام التصنيفات";
373
373
  readonly sectionsWithItems: "أقسام ذات عناصر";
374
374
  readonly simpleSections: "أقسام بسيطة";
375
+ readonly pluginError: "خطأ في الإضافة";
376
+ readonly pluginFailedToLoad: "فشل تحميل الإضافة";
377
+ readonly pluginFailedToLoadDescription: "تعذر عرض هذه الإضافة. أعد المحاولة، أو تحقق من سجلات الخادم إذا استمرت المشكلة.";
378
+ readonly unexpectedPluginError: "حدث خطأ غير متوقع أثناء عرض هذه الإضافة.";
379
+ readonly errorDigest: "معرّف الخطأ";
380
+ readonly retry: "إعادة المحاولة";
375
381
  readonly cpanelPluginMisconfigured: "إضافة لوحة تحكم cPanel غير مهيأة بشكل صحيح: عميل tRPC مفقود.";
376
382
  readonly loadingCpanelData: "جاري تحميل بيانات cPanel…";
377
383
  readonly unableToLoadCpanelData: "تعذر تحميل بيانات cPanel";
@@ -1 +1 @@
1
- {"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../src/languages/ar.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA2fU"}
1
+ {"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../src/languages/ar.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAigBU"}
@@ -372,6 +372,12 @@ export default {
372
372
  categorySections: 'أقسام التصنيفات',
373
373
  sectionsWithItems: 'أقسام ذات عناصر',
374
374
  simpleSections: 'أقسام بسيطة',
375
+ pluginError: 'خطأ في الإضافة',
376
+ pluginFailedToLoad: 'فشل تحميل الإضافة',
377
+ pluginFailedToLoadDescription: 'تعذر عرض هذه الإضافة. أعد المحاولة، أو تحقق من سجلات الخادم إذا استمرت المشكلة.',
378
+ unexpectedPluginError: 'حدث خطأ غير متوقع أثناء عرض هذه الإضافة.',
379
+ errorDigest: 'معرّف الخطأ',
380
+ retry: 'إعادة المحاولة',
375
381
  cpanelPluginMisconfigured: 'إضافة لوحة تحكم cPanel غير مهيأة بشكل صحيح: عميل tRPC مفقود.',
376
382
  loadingCpanelData: 'جاري تحميل بيانات cPanel…',
377
383
  unableToLoadCpanelData: 'تعذر تحميل بيانات cPanel',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nextjscms/translations",
3
3
  "private": false,
4
- "version": "0.9.31",
4
+ "version": "0.9.33",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "exports": {