@adminiumjs/i18n 0.2.2-rc.0 → 0.2.2
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/a11y-keys.d.ts +1 -1
- package/dist/a11y-keys.d.ts.map +1 -1
- package/dist/a11y-keys.js +218 -4
- package/dist/a11y-keys.js.map +1 -1
- package/dist/editing.d.ts +1 -1
- package/dist/editing.js +1 -1
- package/dist/resources/ar-eg/common.d.ts +166 -0
- package/dist/resources/ar-eg/common.d.ts.map +1 -1
- package/dist/resources/ar-eg/common.js +170 -4
- package/dist/resources/ar-eg/common.js.map +1 -1
- package/dist/resources/ar-eg/ui.d.ts +9 -0
- package/dist/resources/ar-eg/ui.d.ts.map +1 -1
- package/dist/resources/ar-eg/ui.js +17 -8
- package/dist/resources/ar-eg/ui.js.map +1 -1
- package/dist/resources/cs-cz/common.d.ts +166 -0
- package/dist/resources/cs-cz/common.d.ts.map +1 -1
- package/dist/resources/cs-cz/common.js +170 -4
- package/dist/resources/cs-cz/common.js.map +1 -1
- package/dist/resources/cs-cz/ui.d.ts +9 -0
- package/dist/resources/cs-cz/ui.d.ts.map +1 -1
- package/dist/resources/cs-cz/ui.js +17 -8
- package/dist/resources/cs-cz/ui.js.map +1 -1
- package/dist/resources/da-dk/common.d.ts +166 -0
- package/dist/resources/da-dk/common.d.ts.map +1 -1
- package/dist/resources/da-dk/common.js +170 -4
- package/dist/resources/da-dk/common.js.map +1 -1
- package/dist/resources/da-dk/ui.d.ts +9 -0
- package/dist/resources/da-dk/ui.d.ts.map +1 -1
- package/dist/resources/da-dk/ui.js +17 -8
- package/dist/resources/da-dk/ui.js.map +1 -1
- package/dist/resources/de-de/common.d.ts +166 -0
- package/dist/resources/de-de/common.d.ts.map +1 -1
- package/dist/resources/de-de/common.js +170 -4
- package/dist/resources/de-de/common.js.map +1 -1
- package/dist/resources/de-de/ui.d.ts +9 -0
- package/dist/resources/de-de/ui.d.ts.map +1 -1
- package/dist/resources/de-de/ui.js +17 -8
- package/dist/resources/de-de/ui.js.map +1 -1
- package/dist/resources/en-us/common.d.ts +166 -0
- package/dist/resources/en-us/common.d.ts.map +1 -1
- package/dist/resources/en-us/common.js +170 -4
- package/dist/resources/en-us/common.js.map +1 -1
- package/dist/resources/en-us/ui.d.ts +9 -0
- package/dist/resources/en-us/ui.d.ts.map +1 -1
- package/dist/resources/en-us/ui.js +17 -8
- package/dist/resources/en-us/ui.js.map +1 -1
- package/dist/resources/fr-fr/common.d.ts +166 -0
- package/dist/resources/fr-fr/common.d.ts.map +1 -1
- package/dist/resources/fr-fr/common.js +170 -4
- package/dist/resources/fr-fr/common.js.map +1 -1
- package/dist/resources/fr-fr/ui.d.ts +9 -0
- package/dist/resources/fr-fr/ui.d.ts.map +1 -1
- package/dist/resources/fr-fr/ui.js +17 -8
- package/dist/resources/fr-fr/ui.js.map +1 -1
- package/dist/resources/zh-cn/common.d.ts +166 -0
- package/dist/resources/zh-cn/common.d.ts.map +1 -1
- package/dist/resources/zh-cn/common.js +170 -4
- package/dist/resources/zh-cn/common.js.map +1 -1
- package/dist/resources/zh-cn/ui.d.ts +9 -0
- package/dist/resources/zh-cn/ui.d.ts.map +1 -1
- package/dist/resources/zh-cn/ui.js +17 -8
- package/dist/resources/zh-cn/ui.js.map +1 -1
- package/dist/resources/zh-tw/common.d.ts +166 -0
- package/dist/resources/zh-tw/common.d.ts.map +1 -1
- package/dist/resources/zh-tw/common.js +170 -4
- package/dist/resources/zh-tw/common.js.map +1 -1
- package/dist/resources/zh-tw/ui.d.ts +9 -0
- package/dist/resources/zh-tw/ui.d.ts.map +1 -1
- package/dist/resources/zh-tw/ui.js +17 -8
- package/dist/resources/zh-tw/ui.js.map +1 -1
- package/dist/review-status.js +7 -7
- package/locales/ar-EG/.meta.json +597 -73
- package/locales/ar-EG/common.json +170 -4
- package/locales/ar-EG/ui.json +17 -8
- package/locales/cs-CZ/.meta.json +657 -133
- package/locales/cs-CZ/common.json +170 -4
- package/locales/cs-CZ/ui.json +17 -8
- package/locales/da-DK/.meta.json +751 -227
- package/locales/da-DK/common.json +170 -4
- package/locales/da-DK/ui.json +17 -8
- package/locales/de-DE/.meta.json +742 -218
- package/locales/de-DE/common.json +170 -4
- package/locales/de-DE/ui.json +17 -8
- package/locales/en-US/common.json +170 -4
- package/locales/en-US/ui.json +17 -8
- package/locales/fr-FR/.meta.json +784 -260
- package/locales/fr-FR/common.json +170 -4
- package/locales/fr-FR/ui.json +17 -8
- package/locales/zh-CN/.meta.json +591 -67
- package/locales/zh-CN/common.json +170 -4
- package/locales/zh-CN/ui.json +17 -8
- package/locales/zh-TW/.meta.json +599 -75
- package/locales/zh-TW/common.json +170 -4
- package/locales/zh-TW/ui.json +17 -8
- package/package.json +1 -1
|
@@ -22,6 +22,7 @@ declare const _default: {
|
|
|
22
22
|
};
|
|
23
23
|
readonly auth: {
|
|
24
24
|
readonly headline: "حوِّل أي قاعدة بيانات إلى لوحة معلومات.";
|
|
25
|
+
readonly description: "اربط PostgreSQL ليولّد Adminium تطبيق إدارة قابلًا للتنسيق ومدركًا للصلاحيات — دون كتابة أي كود.";
|
|
25
26
|
readonly trust: "نواة AGPL · استضافة ذاتية · بياناتك تبقى ملكك";
|
|
26
27
|
readonly signIn: {
|
|
27
28
|
readonly title: "مرحبًا بعودتك";
|
|
@@ -243,6 +244,7 @@ declare const _default: {
|
|
|
243
244
|
};
|
|
244
245
|
readonly notFound: {
|
|
245
246
|
readonly title: "هذه الصفحة مفقودة";
|
|
247
|
+
readonly body: "الصفحة التي تبحث عنها غير موجودة أو تم نقلها. تحقق من العنوان، أو عد إلى لوحة معلوماتك.";
|
|
246
248
|
readonly errorLine: "خطأ 404";
|
|
247
249
|
readonly searchPlaceholder: "ابحث عن صفحة…";
|
|
248
250
|
readonly matches: "صفحات مطابقة";
|
|
@@ -261,9 +263,11 @@ declare const _default: {
|
|
|
261
263
|
};
|
|
262
264
|
readonly tooNew: {
|
|
263
265
|
readonly title: "تحتاج هذه الصفحة إلى إصدار أحدث من Adminium";
|
|
266
|
+
readonly body: "حُفظت هذه الصفحة بإصدار الإعدادات {version}، بينما لا يفهم هذا الإصدار سوى الإصدار {latest} كحد أقصى. حدّث Adminium لفتحها.";
|
|
264
267
|
};
|
|
265
268
|
readonly unknownTemplate: {
|
|
266
269
|
readonly title: "قالب صفحة غير معروف";
|
|
270
|
+
readonly body: "تستخدم هذه الصفحة قالبًا لا يعرفه هذا الإصدار. ربما يأتي من إصدار أحدث من Adminium أو من امتداد غير مثبّت.";
|
|
267
271
|
};
|
|
268
272
|
};
|
|
269
273
|
readonly mutation: {
|
|
@@ -353,6 +357,70 @@ declare const _default: {
|
|
|
353
357
|
readonly emptyBody: "تظهر أحداث الإشعارات هنا مع توفر مصادرها.";
|
|
354
358
|
readonly saveFailed: "تعذّر حفظ هذا التغيير.";
|
|
355
359
|
};
|
|
360
|
+
readonly translations: {
|
|
361
|
+
readonly title: "اللغات والترجمات";
|
|
362
|
+
readonly subtitle: "غيّر أي صياغة في Adminium، واختر اللغات المتاحة للناس، وأضف لغاتك الخاصة.";
|
|
363
|
+
readonly warning: "رسائل الخطأ ونصوص تسجيل الدخول قابلة للتعديل أيضًا. هذه تحديدًا ما يقرأه الناس عندما يحدث خطأ، فغيّرها بعناية.";
|
|
364
|
+
readonly editor: {
|
|
365
|
+
readonly heading: "تحرير الترجمات";
|
|
366
|
+
};
|
|
367
|
+
readonly localeLabel: "اللغة";
|
|
368
|
+
readonly groupLabel: "المجال";
|
|
369
|
+
readonly allAreas: "كل المجالات";
|
|
370
|
+
readonly stateLabel: "إظهار";
|
|
371
|
+
readonly state: {
|
|
372
|
+
readonly all: "كل شيء";
|
|
373
|
+
readonly overridden: "المخصّصة فقط";
|
|
374
|
+
readonly untranslated: "غير المترجمة فقط";
|
|
375
|
+
readonly stale: "تغيّر النص الإنجليزي بعدها";
|
|
376
|
+
};
|
|
377
|
+
readonly searchLabel: "بحث";
|
|
378
|
+
readonly searchPlaceholder: "المفتاح أو النص الإنجليزي";
|
|
379
|
+
readonly loading: "جارٍ تحميل النصوص…";
|
|
380
|
+
readonly noMatches: "لا توجد نصوص تطابق عوامل التصفية هذه.";
|
|
381
|
+
readonly count: "{total, plural, zero {# نص} one {نص واحد} two {نصان} few {# نصوص} many {# نصًا} other {# نص}}";
|
|
382
|
+
readonly badge: {
|
|
383
|
+
readonly custom: "مخصّص";
|
|
384
|
+
readonly stale: "تغيّر النص الإنجليزي";
|
|
385
|
+
readonly a11y: "اسم لإمكانية الوصول";
|
|
386
|
+
};
|
|
387
|
+
readonly sourceLabel: "الأصل الإنجليزي";
|
|
388
|
+
readonly valueLabel: "الترجمة";
|
|
389
|
+
readonly save: "حفظ";
|
|
390
|
+
readonly saved: "تم حفظ الترجمة";
|
|
391
|
+
readonly resetAction: "استعادة النص المدمج";
|
|
392
|
+
readonly reset: "تمت الاستعادة إلى النص المدمج";
|
|
393
|
+
readonly locales: {
|
|
394
|
+
readonly heading: "اللغات المتاحة";
|
|
395
|
+
readonly help: "أوقف لغةً لإزالتها من كل قوائم اختيار اللغة. ومن يستخدمها بالفعل يحتفظ بها حتى يختار غيرها.";
|
|
396
|
+
};
|
|
397
|
+
readonly locale: {
|
|
398
|
+
readonly builtin: "مدمجة";
|
|
399
|
+
readonly custom: "مخصّصة";
|
|
400
|
+
readonly overrides: "{count, plural, =0 {لا يوجد نص مخصّص} one {نص مخصّص واحد} two {نصان مخصّصان} few {# نصوص مخصّصة} many {# نصًا مخصّصًا} other {# نص مخصّص}}";
|
|
401
|
+
readonly enable: "تشغيل";
|
|
402
|
+
readonly disable: "إيقاف";
|
|
403
|
+
readonly delete: "حذف";
|
|
404
|
+
readonly deleted: "تمت إزالة اللغة";
|
|
405
|
+
readonly deletedDetail: "أُعيد {users, plural, zero {# شخص} one {شخص واحد} two {شخصان} few {# أشخاص} many {# شخصًا} other {# شخص}} إلى اللغة الافتراضية لمساحة العمل، وحُذفت {strings, plural, zero {# ترجمة} one {ترجمة واحدة} two {ترجمتان} few {# ترجمات} many {# ترجمة} other {# ترجمة}}.";
|
|
406
|
+
readonly deleteFailed: "تعذّرت إزالة هذه اللغة";
|
|
407
|
+
readonly add: "إضافة لغة";
|
|
408
|
+
readonly added: "تمت إضافة اللغة";
|
|
409
|
+
readonly create: "أضف اللغة";
|
|
410
|
+
readonly id: "رمز اللغة";
|
|
411
|
+
readonly intlTag: "قواعد التنسيق مأخوذة من";
|
|
412
|
+
readonly native: "الاسم بلغتها الأصلية";
|
|
413
|
+
readonly english: "الاسم بالإنجليزية";
|
|
414
|
+
readonly dir: "اتجاه النص";
|
|
415
|
+
readonly ltr: "من اليسار إلى اليمين";
|
|
416
|
+
readonly rtl: "من اليمين إلى اليسار";
|
|
417
|
+
readonly font: "نظام الكتابة";
|
|
418
|
+
readonly latin: "لاتيني";
|
|
419
|
+
readonly arabic: "عربي";
|
|
420
|
+
readonly cjk: "صيني / ياباني / كوري";
|
|
421
|
+
readonly intlHelp: "قواعد التنسيق تحدّد كيف تُعرض الأرقام والتواريخ وصيغ الجمع. اختر أقرب لغة تمتلكها بالفعل — لا يلزم أن تطابق رمز لغتك.";
|
|
422
|
+
};
|
|
423
|
+
};
|
|
356
424
|
};
|
|
357
425
|
readonly studio: {
|
|
358
426
|
readonly source: {
|
|
@@ -581,6 +649,7 @@ declare const _default: {
|
|
|
581
649
|
readonly require2fa: {
|
|
582
650
|
readonly label: "فرض المصادقة الثنائية";
|
|
583
651
|
readonly desc: "يجب على كل عضو تفعيل المصادقة الثنائية لتسجيل الدخول.";
|
|
652
|
+
readonly note: "إرشادي وليس مانعًا: يُوجَّه الأعضاء بلا مصادقة ثنائية إلى إعدادها ولا يمكنهم إيقافها بعد ذلك، لكن تسجيل دخولهم لا يُمنع أبدًا، ومفاتيح API غير متأثرة.";
|
|
584
653
|
};
|
|
585
654
|
readonly allowSignup: {
|
|
586
655
|
readonly label: "السماح بالتسجيل الذاتي";
|
|
@@ -595,6 +664,41 @@ declare const _default: {
|
|
|
595
664
|
readonly error: "بين {min, number} و{max, number} حرفًا.";
|
|
596
665
|
};
|
|
597
666
|
};
|
|
667
|
+
readonly email: {
|
|
668
|
+
readonly heading: "البريد الإلكتروني (SMTP)";
|
|
669
|
+
readonly unconfigured: "لا يوجد خادم بريد مُعدّ، لذلك لا يستطيع Adminium إرسال إعادة تعيين كلمات المرور أو دعوات المستخدمين أو التقارير المجدولة.";
|
|
670
|
+
readonly host: {
|
|
671
|
+
readonly label: "مضيف SMTP";
|
|
672
|
+
readonly error: "اسم مضيف أو عنوان IP فقط — بدون بروتوكول أو منفذ أو بيانات اعتماد.";
|
|
673
|
+
};
|
|
674
|
+
readonly port: {
|
|
675
|
+
readonly label: "المنفذ";
|
|
676
|
+
readonly error: "بين {min, number} و{max, number}.";
|
|
677
|
+
};
|
|
678
|
+
readonly user: {
|
|
679
|
+
readonly label: "اسم المستخدم";
|
|
680
|
+
readonly helper: "اتركه فارغًا إذا كان المُرحِّل لا يطلب مصادقة.";
|
|
681
|
+
};
|
|
682
|
+
readonly pass: {
|
|
683
|
+
readonly label: "كلمة المرور";
|
|
684
|
+
readonly helper: "تُخزَّن مشفَّرة ولا تُعرض مرة أخرى. اتركها فارغة للإبقاء على الحالية.";
|
|
685
|
+
readonly error: "اسم المستخدم هذا يحتاج إلى كلمة مرور.";
|
|
686
|
+
};
|
|
687
|
+
readonly from: {
|
|
688
|
+
readonly label: "عنوان المُرسِل";
|
|
689
|
+
readonly helper: "العنوان وحده، أو اسم معروض قبله.";
|
|
690
|
+
readonly error: "أدخل عنوان بريد إلكتروني.";
|
|
691
|
+
};
|
|
692
|
+
readonly secure: {
|
|
693
|
+
readonly label: "TLS ضمني";
|
|
694
|
+
readonly helper: "مُفعَّل للمنفذ 465. عند الإيقاف يبدأ الاتصال بنص واضح ثم يُرقَّى عبر STARTTLS، وهو ما يتوقعه المنفذ 587.";
|
|
695
|
+
};
|
|
696
|
+
readonly remove: "إزالة خادم البريد";
|
|
697
|
+
readonly review: {
|
|
698
|
+
readonly removed: "أُزيل";
|
|
699
|
+
readonly password: "استُبدلت";
|
|
700
|
+
};
|
|
701
|
+
};
|
|
598
702
|
readonly review: {
|
|
599
703
|
readonly title: "حفظ إعدادات مساحة العمل";
|
|
600
704
|
readonly subtitle: "راجع تغييراتك قبل الحفظ.";
|
|
@@ -629,6 +733,11 @@ declare const _default: {
|
|
|
629
733
|
readonly body: "أضف الصفحات وحرّرها واحذفها، وغيّر ما تعرضه كل صفحة، وأعد ترتيب الشريط الجانبي.";
|
|
630
734
|
readonly cta: "إدارة الصفحات";
|
|
631
735
|
};
|
|
736
|
+
readonly translationsCard: {
|
|
737
|
+
readonly heading: "اللغات والترجمات";
|
|
738
|
+
readonly body: "أعد صياغة أي نص في Adminium، واختر اللغات المتاحة للناس، وأضف لغاتك الخاصة.";
|
|
739
|
+
readonly cta: "فتح الترجمات";
|
|
740
|
+
};
|
|
632
741
|
};
|
|
633
742
|
readonly settingsAi: {
|
|
634
743
|
readonly title: "الإثراء بالذكاء الاصطناعي";
|
|
@@ -1162,6 +1271,63 @@ declare const _default: {
|
|
|
1162
1271
|
readonly masked: "مخفي";
|
|
1163
1272
|
};
|
|
1164
1273
|
readonly unavailableTitle: "محرّر إعادة تعيين المخطط غير متوفر";
|
|
1274
|
+
readonly unavailableBody: "لا يتضمّن هذا الإصدار محرّر إعادة التعيين بعد (09-T12). أعد تشغيل التوليد بعد وصوله لإعادة تعيين التسميات والأنواع والعلاقات.";
|
|
1275
|
+
};
|
|
1276
|
+
readonly publicApi: {
|
|
1277
|
+
readonly error: "Something went wrong";
|
|
1278
|
+
readonly scopes: {
|
|
1279
|
+
readonly deleteTitle: "Delete this scope";
|
|
1280
|
+
readonly deleteBody: "Any page using a key bound to this scope stops loading data. Keys are not deleted — revoke them first if that is what you meant.";
|
|
1281
|
+
readonly deletePrompt: "Type the scope name to confirm";
|
|
1282
|
+
readonly deleteConfirm: "Delete scope";
|
|
1283
|
+
readonly issuesTitle: "This scope did not compile";
|
|
1284
|
+
readonly title: "Scopes";
|
|
1285
|
+
readonly subtitle: "A scope is the whole of what a key may reach — the tables, the exact columns, and a filter the caller can narrow but never remove.";
|
|
1286
|
+
readonly emptyTitle: "No scopes yet";
|
|
1287
|
+
readonly emptyBody: "Create one below. It is checked against your live schema before it is saved.";
|
|
1288
|
+
readonly keyCount: "{count, plural, =0 {no keys} one {# key} other {# keys}}";
|
|
1289
|
+
readonly delete: "Delete";
|
|
1290
|
+
readonly nameLabel: "Name";
|
|
1291
|
+
readonly connectionLabel: "Connection ID";
|
|
1292
|
+
readonly documentLabel: "Scope document";
|
|
1293
|
+
readonly documentHint: "Compiled against your schema when you save. Every column a caller can reach is listed here and nowhere else.";
|
|
1294
|
+
readonly create: "Create scope";
|
|
1295
|
+
readonly formLabel: "Create a scope";
|
|
1296
|
+
};
|
|
1297
|
+
readonly cancel: "Cancel";
|
|
1298
|
+
readonly close: "Close";
|
|
1299
|
+
readonly title: "Public API";
|
|
1300
|
+
readonly subtitle: "Let your own customer- or staff-facing pages read this database, through a scope you define.";
|
|
1301
|
+
readonly notRegistered: {
|
|
1302
|
+
readonly title: "Not enabled on this server";
|
|
1303
|
+
readonly body: "Set ADMINIUM_PUBLIC_API_ORIGINS to the exact origins allowed to call it, then restart. Until then these routes are not served at all.";
|
|
1304
|
+
};
|
|
1305
|
+
readonly toggle: {
|
|
1306
|
+
readonly label: "Serve the public API";
|
|
1307
|
+
readonly hint: "Turning this off stops every public request immediately. Nothing is deleted — keys, scopes and data all survive.";
|
|
1308
|
+
};
|
|
1309
|
+
readonly origins: {
|
|
1310
|
+
readonly label: "Origins allowed to call it";
|
|
1311
|
+
};
|
|
1312
|
+
readonly keys: {
|
|
1313
|
+
readonly title: "Keys";
|
|
1314
|
+
readonly subtitle: "These go in your page’s JavaScript, so anyone can read them. That is expected — a key can only ever do what its scope allows.";
|
|
1315
|
+
readonly emptyTitle: "No keys yet";
|
|
1316
|
+
readonly emptyBody: "Create a scope first, then mint a key for it.";
|
|
1317
|
+
readonly reveal: "Show key";
|
|
1318
|
+
readonly rotate: "Rotate";
|
|
1319
|
+
readonly revoke: "Revoke";
|
|
1320
|
+
readonly nameLabel: "Name";
|
|
1321
|
+
readonly scopeLabel: "Scope";
|
|
1322
|
+
readonly scopePlaceholder: "Choose a scope";
|
|
1323
|
+
readonly create: "Create key";
|
|
1324
|
+
readonly formLabel: "Create a key";
|
|
1325
|
+
readonly scopeIsAuthTitle: "The scope is the only permission";
|
|
1326
|
+
readonly scopeIsAuthBody: "A key can reach exactly what its scope lists and nothing else. It does not use roles or table permissions, and it cannot read anything through the rest of the API.";
|
|
1327
|
+
};
|
|
1328
|
+
readonly status: {
|
|
1329
|
+
readonly heading: "Status";
|
|
1330
|
+
};
|
|
1165
1331
|
};
|
|
1166
1332
|
};
|
|
1167
1333
|
readonly onboarding: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/resources/ar-eg/common.ts"],"names":[],"mappings":"AACA;;;;;;;GAOG
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/resources/ar-eg/common.ts"],"names":[],"mappings":"AACA;;;;;;;GAOG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBA01FW"}
|
|
@@ -23,6 +23,7 @@ export default {
|
|
|
23
23
|
},
|
|
24
24
|
"auth": {
|
|
25
25
|
"headline": "حوِّل أي قاعدة بيانات إلى لوحة معلومات.",
|
|
26
|
+
"description": "اربط PostgreSQL ليولّد Adminium تطبيق إدارة قابلًا للتنسيق ومدركًا للصلاحيات — دون كتابة أي كود.",
|
|
26
27
|
"trust": "نواة AGPL · استضافة ذاتية · بياناتك تبقى ملكك",
|
|
27
28
|
"signIn": {
|
|
28
29
|
"title": "مرحبًا بعودتك",
|
|
@@ -244,6 +245,7 @@ export default {
|
|
|
244
245
|
},
|
|
245
246
|
"notFound": {
|
|
246
247
|
"title": "هذه الصفحة مفقودة",
|
|
248
|
+
"body": "الصفحة التي تبحث عنها غير موجودة أو تم نقلها. تحقق من العنوان، أو عد إلى لوحة معلوماتك.",
|
|
247
249
|
"errorLine": "خطأ 404",
|
|
248
250
|
"searchPlaceholder": "ابحث عن صفحة…",
|
|
249
251
|
"matches": "صفحات مطابقة",
|
|
@@ -261,10 +263,12 @@ export default {
|
|
|
261
263
|
"title": "تعذَّر عرض هذه الصفحة"
|
|
262
264
|
},
|
|
263
265
|
"tooNew": {
|
|
264
|
-
"title": "تحتاج هذه الصفحة إلى إصدار أحدث من Adminium"
|
|
266
|
+
"title": "تحتاج هذه الصفحة إلى إصدار أحدث من Adminium",
|
|
267
|
+
"body": "حُفظت هذه الصفحة بإصدار الإعدادات {version}، بينما لا يفهم هذا الإصدار سوى الإصدار {latest} كحد أقصى. حدّث Adminium لفتحها."
|
|
265
268
|
},
|
|
266
269
|
"unknownTemplate": {
|
|
267
|
-
"title": "قالب صفحة غير معروف"
|
|
270
|
+
"title": "قالب صفحة غير معروف",
|
|
271
|
+
"body": "تستخدم هذه الصفحة قالبًا لا يعرفه هذا الإصدار. ربما يأتي من إصدار أحدث من Adminium أو من امتداد غير مثبّت."
|
|
268
272
|
}
|
|
269
273
|
},
|
|
270
274
|
"mutation": {
|
|
@@ -353,6 +357,70 @@ export default {
|
|
|
353
357
|
"emptyTitle": "لا يوجد ما يمكن ضبطه بعد",
|
|
354
358
|
"emptyBody": "تظهر أحداث الإشعارات هنا مع توفر مصادرها.",
|
|
355
359
|
"saveFailed": "تعذّر حفظ هذا التغيير."
|
|
360
|
+
},
|
|
361
|
+
"translations": {
|
|
362
|
+
"title": "اللغات والترجمات",
|
|
363
|
+
"subtitle": "غيّر أي صياغة في Adminium، واختر اللغات المتاحة للناس، وأضف لغاتك الخاصة.",
|
|
364
|
+
"warning": "رسائل الخطأ ونصوص تسجيل الدخول قابلة للتعديل أيضًا. هذه تحديدًا ما يقرأه الناس عندما يحدث خطأ، فغيّرها بعناية.",
|
|
365
|
+
"editor": {
|
|
366
|
+
"heading": "تحرير الترجمات"
|
|
367
|
+
},
|
|
368
|
+
"localeLabel": "اللغة",
|
|
369
|
+
"groupLabel": "المجال",
|
|
370
|
+
"allAreas": "كل المجالات",
|
|
371
|
+
"stateLabel": "إظهار",
|
|
372
|
+
"state": {
|
|
373
|
+
"all": "كل شيء",
|
|
374
|
+
"overridden": "المخصّصة فقط",
|
|
375
|
+
"untranslated": "غير المترجمة فقط",
|
|
376
|
+
"stale": "تغيّر النص الإنجليزي بعدها"
|
|
377
|
+
},
|
|
378
|
+
"searchLabel": "بحث",
|
|
379
|
+
"searchPlaceholder": "المفتاح أو النص الإنجليزي",
|
|
380
|
+
"loading": "جارٍ تحميل النصوص…",
|
|
381
|
+
"noMatches": "لا توجد نصوص تطابق عوامل التصفية هذه.",
|
|
382
|
+
"count": "{total, plural, zero {# نص} one {نص واحد} two {نصان} few {# نصوص} many {# نصًا} other {# نص}}",
|
|
383
|
+
"badge": {
|
|
384
|
+
"custom": "مخصّص",
|
|
385
|
+
"stale": "تغيّر النص الإنجليزي",
|
|
386
|
+
"a11y": "اسم لإمكانية الوصول"
|
|
387
|
+
},
|
|
388
|
+
"sourceLabel": "الأصل الإنجليزي",
|
|
389
|
+
"valueLabel": "الترجمة",
|
|
390
|
+
"save": "حفظ",
|
|
391
|
+
"saved": "تم حفظ الترجمة",
|
|
392
|
+
"resetAction": "استعادة النص المدمج",
|
|
393
|
+
"reset": "تمت الاستعادة إلى النص المدمج",
|
|
394
|
+
"locales": {
|
|
395
|
+
"heading": "اللغات المتاحة",
|
|
396
|
+
"help": "أوقف لغةً لإزالتها من كل قوائم اختيار اللغة. ومن يستخدمها بالفعل يحتفظ بها حتى يختار غيرها."
|
|
397
|
+
},
|
|
398
|
+
"locale": {
|
|
399
|
+
"builtin": "مدمجة",
|
|
400
|
+
"custom": "مخصّصة",
|
|
401
|
+
"overrides": "{count, plural, =0 {لا يوجد نص مخصّص} one {نص مخصّص واحد} two {نصان مخصّصان} few {# نصوص مخصّصة} many {# نصًا مخصّصًا} other {# نص مخصّص}}",
|
|
402
|
+
"enable": "تشغيل",
|
|
403
|
+
"disable": "إيقاف",
|
|
404
|
+
"delete": "حذف",
|
|
405
|
+
"deleted": "تمت إزالة اللغة",
|
|
406
|
+
"deletedDetail": "أُعيد {users, plural, zero {# شخص} one {شخص واحد} two {شخصان} few {# أشخاص} many {# شخصًا} other {# شخص}} إلى اللغة الافتراضية لمساحة العمل، وحُذفت {strings, plural, zero {# ترجمة} one {ترجمة واحدة} two {ترجمتان} few {# ترجمات} many {# ترجمة} other {# ترجمة}}.",
|
|
407
|
+
"deleteFailed": "تعذّرت إزالة هذه اللغة",
|
|
408
|
+
"add": "إضافة لغة",
|
|
409
|
+
"added": "تمت إضافة اللغة",
|
|
410
|
+
"create": "أضف اللغة",
|
|
411
|
+
"id": "رمز اللغة",
|
|
412
|
+
"intlTag": "قواعد التنسيق مأخوذة من",
|
|
413
|
+
"native": "الاسم بلغتها الأصلية",
|
|
414
|
+
"english": "الاسم بالإنجليزية",
|
|
415
|
+
"dir": "اتجاه النص",
|
|
416
|
+
"ltr": "من اليسار إلى اليمين",
|
|
417
|
+
"rtl": "من اليمين إلى اليسار",
|
|
418
|
+
"font": "نظام الكتابة",
|
|
419
|
+
"latin": "لاتيني",
|
|
420
|
+
"arabic": "عربي",
|
|
421
|
+
"cjk": "صيني / ياباني / كوري",
|
|
422
|
+
"intlHelp": "قواعد التنسيق تحدّد كيف تُعرض الأرقام والتواريخ وصيغ الجمع. اختر أقرب لغة تمتلكها بالفعل — لا يلزم أن تطابق رمز لغتك."
|
|
423
|
+
}
|
|
356
424
|
}
|
|
357
425
|
},
|
|
358
426
|
"studio": {
|
|
@@ -581,7 +649,8 @@ export default {
|
|
|
581
649
|
"heading": "الأمان",
|
|
582
650
|
"require2fa": {
|
|
583
651
|
"label": "فرض المصادقة الثنائية",
|
|
584
|
-
"desc": "يجب على كل عضو تفعيل المصادقة الثنائية لتسجيل الدخول."
|
|
652
|
+
"desc": "يجب على كل عضو تفعيل المصادقة الثنائية لتسجيل الدخول.",
|
|
653
|
+
"note": "إرشادي وليس مانعًا: يُوجَّه الأعضاء بلا مصادقة ثنائية إلى إعدادها ولا يمكنهم إيقافها بعد ذلك، لكن تسجيل دخولهم لا يُمنع أبدًا، ومفاتيح API غير متأثرة."
|
|
585
654
|
},
|
|
586
655
|
"allowSignup": {
|
|
587
656
|
"label": "السماح بالتسجيل الذاتي",
|
|
@@ -596,6 +665,41 @@ export default {
|
|
|
596
665
|
"error": "بين {min, number} و{max, number} حرفًا."
|
|
597
666
|
}
|
|
598
667
|
},
|
|
668
|
+
"email": {
|
|
669
|
+
"heading": "البريد الإلكتروني (SMTP)",
|
|
670
|
+
"unconfigured": "لا يوجد خادم بريد مُعدّ، لذلك لا يستطيع Adminium إرسال إعادة تعيين كلمات المرور أو دعوات المستخدمين أو التقارير المجدولة.",
|
|
671
|
+
"host": {
|
|
672
|
+
"label": "مضيف SMTP",
|
|
673
|
+
"error": "اسم مضيف أو عنوان IP فقط — بدون بروتوكول أو منفذ أو بيانات اعتماد."
|
|
674
|
+
},
|
|
675
|
+
"port": {
|
|
676
|
+
"label": "المنفذ",
|
|
677
|
+
"error": "بين {min, number} و{max, number}."
|
|
678
|
+
},
|
|
679
|
+
"user": {
|
|
680
|
+
"label": "اسم المستخدم",
|
|
681
|
+
"helper": "اتركه فارغًا إذا كان المُرحِّل لا يطلب مصادقة."
|
|
682
|
+
},
|
|
683
|
+
"pass": {
|
|
684
|
+
"label": "كلمة المرور",
|
|
685
|
+
"helper": "تُخزَّن مشفَّرة ولا تُعرض مرة أخرى. اتركها فارغة للإبقاء على الحالية.",
|
|
686
|
+
"error": "اسم المستخدم هذا يحتاج إلى كلمة مرور."
|
|
687
|
+
},
|
|
688
|
+
"from": {
|
|
689
|
+
"label": "عنوان المُرسِل",
|
|
690
|
+
"helper": "العنوان وحده، أو اسم معروض قبله.",
|
|
691
|
+
"error": "أدخل عنوان بريد إلكتروني."
|
|
692
|
+
},
|
|
693
|
+
"secure": {
|
|
694
|
+
"label": "TLS ضمني",
|
|
695
|
+
"helper": "مُفعَّل للمنفذ 465. عند الإيقاف يبدأ الاتصال بنص واضح ثم يُرقَّى عبر STARTTLS، وهو ما يتوقعه المنفذ 587."
|
|
696
|
+
},
|
|
697
|
+
"remove": "إزالة خادم البريد",
|
|
698
|
+
"review": {
|
|
699
|
+
"removed": "أُزيل",
|
|
700
|
+
"password": "استُبدلت"
|
|
701
|
+
}
|
|
702
|
+
},
|
|
599
703
|
"review": {
|
|
600
704
|
"title": "حفظ إعدادات مساحة العمل",
|
|
601
705
|
"subtitle": "راجع تغييراتك قبل الحفظ.",
|
|
@@ -629,6 +733,11 @@ export default {
|
|
|
629
733
|
"heading": "الصفحات",
|
|
630
734
|
"body": "أضف الصفحات وحرّرها واحذفها، وغيّر ما تعرضه كل صفحة، وأعد ترتيب الشريط الجانبي.",
|
|
631
735
|
"cta": "إدارة الصفحات"
|
|
736
|
+
},
|
|
737
|
+
"translationsCard": {
|
|
738
|
+
"heading": "اللغات والترجمات",
|
|
739
|
+
"body": "أعد صياغة أي نص في Adminium، واختر اللغات المتاحة للناس، وأضف لغاتك الخاصة.",
|
|
740
|
+
"cta": "فتح الترجمات"
|
|
632
741
|
}
|
|
633
742
|
},
|
|
634
743
|
"settingsAi": {
|
|
@@ -1162,7 +1271,64 @@ export default {
|
|
|
1162
1271
|
"pii": "بيانات شخصية",
|
|
1163
1272
|
"masked": "مخفي"
|
|
1164
1273
|
},
|
|
1165
|
-
"unavailableTitle": "محرّر إعادة تعيين المخطط غير متوفر"
|
|
1274
|
+
"unavailableTitle": "محرّر إعادة تعيين المخطط غير متوفر",
|
|
1275
|
+
"unavailableBody": "لا يتضمّن هذا الإصدار محرّر إعادة التعيين بعد (09-T12). أعد تشغيل التوليد بعد وصوله لإعادة تعيين التسميات والأنواع والعلاقات."
|
|
1276
|
+
},
|
|
1277
|
+
"publicApi": {
|
|
1278
|
+
"error": "Something went wrong",
|
|
1279
|
+
"scopes": {
|
|
1280
|
+
"deleteTitle": "Delete this scope",
|
|
1281
|
+
"deleteBody": "Any page using a key bound to this scope stops loading data. Keys are not deleted — revoke them first if that is what you meant.",
|
|
1282
|
+
"deletePrompt": "Type the scope name to confirm",
|
|
1283
|
+
"deleteConfirm": "Delete scope",
|
|
1284
|
+
"issuesTitle": "This scope did not compile",
|
|
1285
|
+
"title": "Scopes",
|
|
1286
|
+
"subtitle": "A scope is the whole of what a key may reach — the tables, the exact columns, and a filter the caller can narrow but never remove.",
|
|
1287
|
+
"emptyTitle": "No scopes yet",
|
|
1288
|
+
"emptyBody": "Create one below. It is checked against your live schema before it is saved.",
|
|
1289
|
+
"keyCount": "{count, plural, =0 {no keys} one {# key} other {# keys}}",
|
|
1290
|
+
"delete": "Delete",
|
|
1291
|
+
"nameLabel": "Name",
|
|
1292
|
+
"connectionLabel": "Connection ID",
|
|
1293
|
+
"documentLabel": "Scope document",
|
|
1294
|
+
"documentHint": "Compiled against your schema when you save. Every column a caller can reach is listed here and nowhere else.",
|
|
1295
|
+
"create": "Create scope",
|
|
1296
|
+
"formLabel": "Create a scope"
|
|
1297
|
+
},
|
|
1298
|
+
"cancel": "Cancel",
|
|
1299
|
+
"close": "Close",
|
|
1300
|
+
"title": "Public API",
|
|
1301
|
+
"subtitle": "Let your own customer- or staff-facing pages read this database, through a scope you define.",
|
|
1302
|
+
"notRegistered": {
|
|
1303
|
+
"title": "Not enabled on this server",
|
|
1304
|
+
"body": "Set ADMINIUM_PUBLIC_API_ORIGINS to the exact origins allowed to call it, then restart. Until then these routes are not served at all."
|
|
1305
|
+
},
|
|
1306
|
+
"toggle": {
|
|
1307
|
+
"label": "Serve the public API",
|
|
1308
|
+
"hint": "Turning this off stops every public request immediately. Nothing is deleted — keys, scopes and data all survive."
|
|
1309
|
+
},
|
|
1310
|
+
"origins": {
|
|
1311
|
+
"label": "Origins allowed to call it"
|
|
1312
|
+
},
|
|
1313
|
+
"keys": {
|
|
1314
|
+
"title": "Keys",
|
|
1315
|
+
"subtitle": "These go in your page’s JavaScript, so anyone can read them. That is expected — a key can only ever do what its scope allows.",
|
|
1316
|
+
"emptyTitle": "No keys yet",
|
|
1317
|
+
"emptyBody": "Create a scope first, then mint a key for it.",
|
|
1318
|
+
"reveal": "Show key",
|
|
1319
|
+
"rotate": "Rotate",
|
|
1320
|
+
"revoke": "Revoke",
|
|
1321
|
+
"nameLabel": "Name",
|
|
1322
|
+
"scopeLabel": "Scope",
|
|
1323
|
+
"scopePlaceholder": "Choose a scope",
|
|
1324
|
+
"create": "Create key",
|
|
1325
|
+
"formLabel": "Create a key",
|
|
1326
|
+
"scopeIsAuthTitle": "The scope is the only permission",
|
|
1327
|
+
"scopeIsAuthBody": "A key can reach exactly what its scope lists and nothing else. It does not use roles or table permissions, and it cannot read anything through the rest of the API."
|
|
1328
|
+
},
|
|
1329
|
+
"status": {
|
|
1330
|
+
"heading": "Status"
|
|
1331
|
+
}
|
|
1166
1332
|
}
|
|
1167
1333
|
},
|
|
1168
1334
|
"onboarding": {
|