@nextjscms/translations 0.9.15 → 0.9.17

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.
@@ -202,6 +202,7 @@ declare const _default: {
202
202
  readonly baseLocaleBadge: "(الأساسية)";
203
203
  readonly editingContentTranslation: "تعديل الترجمة: {locale}. تُعرض حقول الترجمة فقط.";
204
204
  readonly localizationNotEnabledForSection: "التعدد اللغوي غير مفعّل لهذا القسم";
205
+ readonly localeSwitcherDevOnly: "لن يتم عرض التعدد اللغوي في وضع production لأن القسم لا يحتوي على حقول للترجمة";
205
206
  readonly noLocalizedFields: "لا توجد حقول للترجمة في هذا القسم.";
206
207
  readonly sectionHasNoLocalizedFields: "القسم \"{section}\" لا يحتوي على حقول للترجمة. أضف localized: true إلى حقل واحد على الأقل في تعريف القسم لتفعيل الترجمات.";
207
208
  readonly noLocalizedFieldsHint: "لتفعيل الترجمات لـ \"{section}\"، عدّل تعريف القسم في {file} داخل مجلد الأقسام وأضف localized: true إلى الحقول التي تريد ترجمتها.";
@@ -1 +1 @@
1
- {"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../src/languages/ar.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAyfU"}
1
+ {"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../src/languages/ar.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA0fU"}
@@ -202,6 +202,7 @@ export default {
202
202
  baseLocaleBadge: '(الأساسية)',
203
203
  editingContentTranslation: 'تعديل الترجمة: {locale}. تُعرض حقول الترجمة فقط.',
204
204
  localizationNotEnabledForSection: 'التعدد اللغوي غير مفعّل لهذا القسم',
205
+ localeSwitcherDevOnly: 'لن يتم عرض التعدد اللغوي في وضع production لأن القسم لا يحتوي على حقول للترجمة',
205
206
  noLocalizedFields: 'لا توجد حقول للترجمة في هذا القسم.',
206
207
  sectionHasNoLocalizedFields: 'القسم "{section}" لا يحتوي على حقول للترجمة. أضف localized: true إلى حقل واحد على الأقل في تعريف القسم لتفعيل الترجمات.',
207
208
  noLocalizedFieldsHint: 'لتفعيل الترجمات لـ "{section}"، عدّل تعريف القسم في {file} داخل مجلد الأقسام وأضف localized: true إلى الحقول التي تريد ترجمتها.',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nextjscms/translations",
3
3
  "private": false,
4
- "version": "0.9.15",
4
+ "version": "0.9.17",
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/tsconfig": "0.1.0",
24
- "@lzcms/prettier-config": "0.1.0"
23
+ "@lzcms/prettier-config": "0.1.0",
24
+ "@lzcms/tsconfig": "0.1.0"
25
25
  },
26
26
  "prettier": "@lzcms/prettier-config",
27
27
  "scripts": {