@nextjscms/translations 0.9.37 → 0.9.39
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/LICENSE +21 -21
- package/README.md +25 -25
- package/dist/languages/ar.d.ts +33 -0
- package/dist/languages/ar.d.ts.map +1 -1
- package/dist/languages/ar.js +33 -0
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 nextjs-cms
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 nextjs-cms
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
# @nextjscms/translations
|
|
2
|
-
|
|
3
|
-
Translation dictionaries for the nextjs-cms framework. Provides localized strings for the CMS admin interface.
|
|
4
|
-
|
|
5
|
-
## Supported Languages
|
|
6
|
-
|
|
7
|
-
- English (`en`)
|
|
8
|
-
- Arabic (`ar`)
|
|
9
|
-
|
|
10
|
-
## Installation
|
|
11
|
-
|
|
12
|
-
```bash
|
|
13
|
-
pnpm add @nextjscms/translations
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
## Usage
|
|
17
|
-
|
|
18
|
-
```typescript
|
|
19
|
-
import en from '@nextjscms/translations/dictionaries/en'
|
|
20
|
-
import ar from '@nextjscms/translations/dictionaries/ar'
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
## License
|
|
24
|
-
|
|
25
|
-
MIT License - see [LICENSE](./LICENSE) for details.
|
|
1
|
+
# @nextjscms/translations
|
|
2
|
+
|
|
3
|
+
Translation dictionaries for the nextjs-cms framework. Provides localized strings for the CMS admin interface.
|
|
4
|
+
|
|
5
|
+
## Supported Languages
|
|
6
|
+
|
|
7
|
+
- English (`en`)
|
|
8
|
+
- Arabic (`ar`)
|
|
9
|
+
|
|
10
|
+
## Installation
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
pnpm add @nextjscms/translations
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Usage
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import en from '@nextjscms/translations/dictionaries/en'
|
|
20
|
+
import ar from '@nextjscms/translations/dictionaries/ar'
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## License
|
|
24
|
+
|
|
25
|
+
MIT License - see [LICENSE](./LICENSE) for details.
|
package/dist/languages/ar.d.ts
CHANGED
|
@@ -265,6 +265,39 @@ declare const _default: {
|
|
|
265
265
|
readonly emailAddress: "البريد الإلكتروني";
|
|
266
266
|
readonly log: "السجل";
|
|
267
267
|
readonly logs: "السجلات";
|
|
268
|
+
readonly logsDescription: "سجل تدقيق للإجراءات المنفذة في النظام";
|
|
269
|
+
readonly time: "الوقت";
|
|
270
|
+
readonly event: "الحدث";
|
|
271
|
+
readonly actor: "المنفِّذ";
|
|
272
|
+
readonly target: "الهدف";
|
|
273
|
+
readonly type: "النوع";
|
|
274
|
+
readonly deletedAccount: "حساب محذوف";
|
|
275
|
+
readonly filterByEvent: "نوع الحدث";
|
|
276
|
+
readonly filterBySection: "القسم";
|
|
277
|
+
readonly filterByActor: "المنفِّذ";
|
|
278
|
+
readonly dateRange: "النطاق الزمني";
|
|
279
|
+
readonly from: "من";
|
|
280
|
+
readonly to: "إلى";
|
|
281
|
+
readonly allEvents: "كل الأحداث";
|
|
282
|
+
readonly allSections: "كل الأقسام";
|
|
283
|
+
readonly allActors: "كل المنفِّذين";
|
|
284
|
+
readonly reset: "إعادة تعيين";
|
|
285
|
+
readonly loadMore: "تحميل المزيد";
|
|
286
|
+
readonly showingCount: "عرض {count}";
|
|
287
|
+
readonly ipAddress: "عنوان IP";
|
|
288
|
+
readonly userAgent: "وكيل المستخدم";
|
|
289
|
+
readonly requestInfo: "معلومات الطلب";
|
|
290
|
+
readonly metadata: "بيانات إضافية";
|
|
291
|
+
readonly eventAuthLogin: "تسجيل الدخول";
|
|
292
|
+
readonly eventAuthLogout: "تسجيل الخروج";
|
|
293
|
+
readonly eventItemCreate: "إنشاء عنصر";
|
|
294
|
+
readonly eventItemUpdate: "تحديث عنصر";
|
|
295
|
+
readonly eventItemDelete: "حذف عنصر";
|
|
296
|
+
readonly eventItemLocaleDelete: "حذف ترجمة";
|
|
297
|
+
readonly eventAdminSectionCreate: "إنشاء قسم";
|
|
298
|
+
readonly eventAdminSectionUpdate: "تحديث الصلاحيات";
|
|
299
|
+
readonly eventAdminSectionDelete: "حذف قسم";
|
|
300
|
+
readonly eventAdminSettingsChange: "تغيير الإعدادات";
|
|
268
301
|
readonly select: "اختر";
|
|
269
302
|
readonly selectOptions: "اختر عنصراً أو أكثر";
|
|
270
303
|
readonly settings: "الإعدادات";
|
|
@@ -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,wBA0iBU"}
|
package/dist/languages/ar.js
CHANGED
|
@@ -265,6 +265,39 @@ export default {
|
|
|
265
265
|
emailAddress: 'البريد الإلكتروني',
|
|
266
266
|
log: 'السجل',
|
|
267
267
|
logs: 'السجلات',
|
|
268
|
+
logsDescription: 'سجل تدقيق للإجراءات المنفذة في النظام',
|
|
269
|
+
time: 'الوقت',
|
|
270
|
+
event: 'الحدث',
|
|
271
|
+
actor: 'المنفِّذ',
|
|
272
|
+
target: 'الهدف',
|
|
273
|
+
type: 'النوع',
|
|
274
|
+
deletedAccount: 'حساب محذوف',
|
|
275
|
+
filterByEvent: 'نوع الحدث',
|
|
276
|
+
filterBySection: 'القسم',
|
|
277
|
+
filterByActor: 'المنفِّذ',
|
|
278
|
+
dateRange: 'النطاق الزمني',
|
|
279
|
+
from: 'من',
|
|
280
|
+
to: 'إلى',
|
|
281
|
+
allEvents: 'كل الأحداث',
|
|
282
|
+
allSections: 'كل الأقسام',
|
|
283
|
+
allActors: 'كل المنفِّذين',
|
|
284
|
+
reset: 'إعادة تعيين',
|
|
285
|
+
loadMore: 'تحميل المزيد',
|
|
286
|
+
showingCount: 'عرض {count}',
|
|
287
|
+
ipAddress: 'عنوان IP',
|
|
288
|
+
userAgent: 'وكيل المستخدم',
|
|
289
|
+
requestInfo: 'معلومات الطلب',
|
|
290
|
+
metadata: 'بيانات إضافية',
|
|
291
|
+
eventAuthLogin: 'تسجيل الدخول',
|
|
292
|
+
eventAuthLogout: 'تسجيل الخروج',
|
|
293
|
+
eventItemCreate: 'إنشاء عنصر',
|
|
294
|
+
eventItemUpdate: 'تحديث عنصر',
|
|
295
|
+
eventItemDelete: 'حذف عنصر',
|
|
296
|
+
eventItemLocaleDelete: 'حذف ترجمة',
|
|
297
|
+
eventAdminSectionCreate: 'إنشاء قسم',
|
|
298
|
+
eventAdminSectionUpdate: 'تحديث الصلاحيات',
|
|
299
|
+
eventAdminSectionDelete: 'حذف قسم',
|
|
300
|
+
eventAdminSettingsChange: 'تغيير الإعدادات',
|
|
268
301
|
select: 'اختر',
|
|
269
302
|
selectOptions: 'اختر عنصراً أو أكثر',
|
|
270
303
|
settings: 'الإعدادات',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextjscms/translations",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.39",
|
|
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/
|
|
24
|
-
"@lzcms/
|
|
23
|
+
"@lzcms/prettier-config": "0.1.0",
|
|
24
|
+
"@lzcms/tsconfig": "0.1.0"
|
|
25
25
|
},
|
|
26
26
|
"prettier": "@lzcms/prettier-config",
|
|
27
27
|
"scripts": {
|