@nextjscms/translations 0.7.8 → 0.7.9

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.
@@ -248,6 +248,7 @@ declare const _default: {
248
248
  readonly log: "السجل";
249
249
  readonly logs: "السجلات";
250
250
  readonly select: "اختر";
251
+ readonly selectOptions: "اختر عنصراً أو أكثر";
251
252
  readonly settings: "الإعدادات";
252
253
  readonly deleteItemText: "هل أنت متأكد من رغبتك في حذف هذا العنصر؟";
253
254
  readonly deleteEmailText: "هل أنت متأكد من رغبتك في حذف هذا البريد الإلكتروني؟";
@@ -429,6 +430,21 @@ declare const _default: {
429
430
  readonly sqlQueryNotDefined: "استعلام SQL غير محدد";
430
431
  readonly galleryTableNotSetUp: "جدول المعرض غير مهيأ بشكل صحيح، لم يتم حفظ صور المعرض.";
431
432
  readonly useVideoApiRoute: "يرجى استخدام مسار /api/video";
433
+ readonly searchDots: "بحث...";
434
+ readonly noItemFound: "لم يتم العثور على عنصر";
435
+ readonly searchOptionsDots: "البحث في الخيارات...";
436
+ readonly availableOptions: "الخيارات المتاحة";
437
+ readonly searchThroughOptions: "البحث في الخيارات المتاحة";
438
+ readonly filterOptionsHint: "اكتب لتصفية الخيارات. استخدم مفاتيح الأسهم للتنقل بين النتائج.";
439
+ readonly openMainMenu: "فتح القائمة الرئيسية";
440
+ readonly openUserMenu: "فتح قائمة المستخدم";
441
+ readonly profileImage: "صورة الملف الشخصي";
442
+ readonly logo: "الشعار";
443
+ readonly newImage: "صورة جديدة";
444
+ readonly autoGeneratedFromLinkedField: "تم إنشاؤه تلقائياً من الحقل المرتبط";
445
+ readonly clear: "مسح";
446
+ readonly close: "إغلاق";
447
+ readonly clearAllSelectedOptions: "مسح جميع الخيارات المحددة ({count})";
432
448
  };
433
449
  export default _default;
434
450
  //# sourceMappingURL=ar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../src/languages/ar.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAycU"}
1
+ {"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../src/languages/ar.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA8dU"}
@@ -248,6 +248,7 @@ export default {
248
248
  log: 'السجل',
249
249
  logs: 'السجلات',
250
250
  select: 'اختر',
251
+ selectOptions: 'اختر عنصراً أو أكثر',
251
252
  settings: 'الإعدادات',
252
253
  deleteItemText: 'هل أنت متأكد من رغبتك في حذف هذا العنصر؟',
253
254
  deleteEmailText: 'هل أنت متأكد من رغبتك في حذف هذا البريد الإلكتروني؟',
@@ -442,4 +443,20 @@ export default {
442
443
  galleryTableNotSetUp: 'جدول المعرض غير مهيأ بشكل صحيح، لم يتم حفظ صور المعرض.',
443
444
  // Server Action Errors
444
445
  useVideoApiRoute: 'يرجى استخدام مسار /api/video',
446
+ // UI / Accessibility
447
+ searchDots: 'بحث...',
448
+ noItemFound: 'لم يتم العثور على عنصر',
449
+ searchOptionsDots: 'البحث في الخيارات...',
450
+ availableOptions: 'الخيارات المتاحة',
451
+ searchThroughOptions: 'البحث في الخيارات المتاحة',
452
+ filterOptionsHint: 'اكتب لتصفية الخيارات. استخدم مفاتيح الأسهم للتنقل بين النتائج.',
453
+ openMainMenu: 'فتح القائمة الرئيسية',
454
+ openUserMenu: 'فتح قائمة المستخدم',
455
+ profileImage: 'صورة الملف الشخصي',
456
+ logo: 'الشعار',
457
+ newImage: 'صورة جديدة',
458
+ autoGeneratedFromLinkedField: 'تم إنشاؤه تلقائياً من الحقل المرتبط',
459
+ clear: 'مسح',
460
+ close: 'إغلاق',
461
+ clearAllSelectedOptions: 'مسح جميع الخيارات المحددة ({count})',
445
462
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nextjscms/translations",
3
3
  "private": false,
4
- "version": "0.7.8",
4
+ "version": "0.7.9",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "exports": {