@nextjscms/translations 0.9.31 → 0.9.32
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.
package/dist/languages/ar.d.ts
CHANGED
|
@@ -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":"
|
|
1
|
+
{"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../src/languages/ar.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAigBU"}
|
package/dist/languages/ar.js
CHANGED
|
@@ -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',
|