@nextjscms/translations 0.9.35 → 0.9.37

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.
@@ -84,6 +84,7 @@ declare const _default: {
84
84
  readonly profilePhotoChanged: "تم تغيير صورة الملف الشخصي";
85
85
  readonly profilePhotoChangedError: "خطأ في تغيير صورة الملف الشخصي";
86
86
  readonly error: "خطأ";
87
+ readonly important: "مهم";
87
88
  readonly about: "عن الموقع";
88
89
  readonly aboutText: "تعرف على الأكاديمية ودكتور سلام أسعد";
89
90
  readonly profile: "الملف الشخصي";
@@ -289,11 +290,15 @@ declare const _default: {
289
290
  readonly deletePhotoText: "هل أنت متأكد من رغبتك في حذف هذه الصورة؟";
290
291
  readonly deleteVideo: "حذف الفيديو";
291
292
  readonly deleteVideoText: "هل أنت متأكد من رغبتك في حذف هذا الفيديو؟";
293
+ readonly deleteDocument: "حذف المستند";
294
+ readonly deleteDocumentText: "هل أنت متأكد من رغبتك في حذف هذا المستند؟ سيتم حذف المستند نهائياً بعد التأكيد.";
292
295
  readonly yes: "نعم";
293
296
  readonly no: "لا";
294
297
  readonly videoDeletedSuccessfully: "تم حذف الفيديو بنجاح";
295
298
  readonly photoDeletedSuccessfully: "تم حذف الصورة بنجاح";
296
299
  readonly photoMarkedForDeletion: "سيتم حذف الصورة عند الحفظ.";
300
+ readonly videoMarkedForDeletion: "سيتم حذف الفيديو عند الحفظ.";
301
+ readonly documentMarkedForDeletion: "سيتم حذف المستند عند الحفظ.";
297
302
  readonly undo: "تراجع";
298
303
  readonly selectFile: "اختر ملف";
299
304
  readonly mandatory: "إلزامي";
@@ -462,6 +467,7 @@ declare const _default: {
462
467
  readonly searchDots: "بحث...";
463
468
  readonly noItemFound: "لم يتم العثور على عنصر";
464
469
  readonly searchOptionsDots: "البحث في الخيارات...";
470
+ readonly revert: "استرجاع";
465
471
  readonly availableOptions: "الخيارات المتاحة";
466
472
  readonly searchThroughOptions: "البحث في الخيارات المتاحة";
467
473
  readonly filterOptionsHint: "اكتب لتصفية الخيارات. استخدم مفاتيح الأسهم للتنقل بين النتائج.";
@@ -471,6 +477,7 @@ declare const _default: {
471
477
  readonly logo: "الشعار";
472
478
  readonly newImage: "صورة جديدة";
473
479
  readonly autoGeneratedFromLinkedField: "يتم إنشاؤه تلقائياً من الحقل المرتبط";
480
+ readonly slugChangeWarning: "قد يؤثر تغيير هذا المعرّف على الأماكن التي يُشار فيها إلى هذا العنصر مسبقاً. على سبيل المثال، قد تتوقف الروابط المشتركة الحالية أو الروابط أو التحويلات أو التكاملات أو الإشارات المرجعية المحفوظة عن الإشارة إلى العنصر المتوقع.";
474
481
  readonly clear: "مسح";
475
482
  readonly close: "إغلاق";
476
483
  readonly clearAllSelectedOptions: "مسح جميع الخيارات المحددة ({count})";
@@ -1 +1 @@
1
- {"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../src/languages/ar.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAigBU"}
1
+ {"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../src/languages/ar.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAygBU"}
@@ -84,6 +84,7 @@ export default {
84
84
  profilePhotoChanged: 'تم تغيير صورة الملف الشخصي',
85
85
  profilePhotoChangedError: 'خطأ في تغيير صورة الملف الشخصي',
86
86
  error: 'خطأ',
87
+ important: 'مهم',
87
88
  about: 'عن الموقع',
88
89
  aboutText: 'تعرف على الأكاديمية ودكتور سلام أسعد',
89
90
  profile: 'الملف الشخصي',
@@ -289,11 +290,15 @@ export default {
289
290
  deletePhotoText: 'هل أنت متأكد من رغبتك في حذف هذه الصورة؟',
290
291
  deleteVideo: 'حذف الفيديو',
291
292
  deleteVideoText: 'هل أنت متأكد من رغبتك في حذف هذا الفيديو؟',
293
+ deleteDocument: 'حذف المستند',
294
+ deleteDocumentText: 'هل أنت متأكد من رغبتك في حذف هذا المستند؟ سيتم حذف المستند نهائياً بعد التأكيد.',
292
295
  yes: 'نعم',
293
296
  no: 'لا',
294
297
  videoDeletedSuccessfully: 'تم حذف الفيديو بنجاح',
295
298
  photoDeletedSuccessfully: 'تم حذف الصورة بنجاح',
296
299
  photoMarkedForDeletion: 'سيتم حذف الصورة عند الحفظ.',
300
+ videoMarkedForDeletion: 'سيتم حذف الفيديو عند الحفظ.',
301
+ documentMarkedForDeletion: 'سيتم حذف المستند عند الحفظ.',
297
302
  undo: 'تراجع',
298
303
  selectFile: 'اختر ملف',
299
304
  mandatory: 'إلزامي',
@@ -476,6 +481,7 @@ export default {
476
481
  searchDots: 'بحث...',
477
482
  noItemFound: 'لم يتم العثور على عنصر',
478
483
  searchOptionsDots: 'البحث في الخيارات...',
484
+ revert: 'استرجاع',
479
485
  availableOptions: 'الخيارات المتاحة',
480
486
  searchThroughOptions: 'البحث في الخيارات المتاحة',
481
487
  filterOptionsHint: 'اكتب لتصفية الخيارات. استخدم مفاتيح الأسهم للتنقل بين النتائج.',
@@ -485,6 +491,7 @@ export default {
485
491
  logo: 'الشعار',
486
492
  newImage: 'صورة جديدة',
487
493
  autoGeneratedFromLinkedField: 'يتم إنشاؤه تلقائياً من الحقل المرتبط',
494
+ slugChangeWarning: 'قد يؤثر تغيير هذا المعرّف على الأماكن التي يُشار فيها إلى هذا العنصر مسبقاً. على سبيل المثال، قد تتوقف الروابط المشتركة الحالية أو الروابط أو التحويلات أو التكاملات أو الإشارات المرجعية المحفوظة عن الإشارة إلى العنصر المتوقع.',
488
495
  clear: 'مسح',
489
496
  close: 'إغلاق',
490
497
  clearAllSelectedOptions: 'مسح جميع الخيارات المحددة ({count})',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nextjscms/translations",
3
3
  "private": false,
4
- "version": "0.9.35",
4
+ "version": "0.9.37",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "exports": {
@@ -20,8 +20,8 @@
20
20
  "prettier": "^3.3.3",
21
21
  "typescript": "^5.9.2",
22
22
  "@lzcms/eslint-config": "0.3.0",
23
- "@lzcms/prettier-config": "0.1.0",
24
- "@lzcms/tsconfig": "0.1.0"
23
+ "@lzcms/tsconfig": "0.1.0",
24
+ "@lzcms/prettier-config": "0.1.0"
25
25
  },
26
26
  "prettier": "@lzcms/prettier-config",
27
27
  "scripts": {