From 391b520f8fe64f04605efdd97d98f62a34d65e16 Mon Sep 17 00:00:00 2001 From: mithun522 Date: Fri, 19 Jul 2024 19:57:51 +0530 Subject: [PATCH] corrected the ar-ly fron english to ar-ly --- .../entity/i18n/entity_ar-ly.json.ejs | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/generators/languages/templates/entity/i18n/entity_ar-ly.json.ejs b/generators/languages/templates/entity/i18n/entity_ar-ly.json.ejs index 36546fb53082..860ee20971f6 100644 --- a/generators/languages/templates/entity/i18n/entity_ar-ly.json.ejs +++ b/generators/languages/templates/entity/i18n/entity_ar-ly.json.ejs @@ -22,24 +22,24 @@ let helpBlocks = 0; %> "<%= entityTranslationKey %>" : { "home": { "title": "<%= entityClassPluralHumanized %>", - "refreshListLabel": "Refresh list", + "refreshListLabel": "تحديث القائمة", <%_ if (!readOnly) { _%> - "createLabel": "Create a new <%= entityClassHumanized %>", - "createOrEditLabel": "Create or edit a <%= entityClassHumanized %>", + "createLabel": "إنشاء <%= entityClassHumanized %> جديد", + "createOrEditLabel": "إنشاء أو تعديل <%= entityClassHumanized %>", <%_ } _%> <%_ if (searchEngineAny) { _%> - "search": "Search for <%= entityClassHumanized %>", + "search": "البحث عن <%= entityClassHumanized %>", <%_ } _%> - "notFound": "No <%= entityClassPluralHumanized %> found" + "notFound": "لم يتم العثور على <%= entityClassPluralHumanized %>" }, <%_ if (!microserviceAppName && !readOnly) { _%> - "created": "A new <%= entityClassHumanized %> is created with identifier {{ param }}", - "updated": "A <%= entityClassHumanized %> is updated with identifier {{ param }}", - "deleted": "A <%= entityClassHumanized %> is deleted with identifier {{ param }}", + "created": "<%= entityClassHumanized %> جديد تم إنشاؤه بالمعرف {{ param }}", + "updated": "<%= entityClassHumanized %> تم تحديثه بالمعرف {{ param }}", + "deleted": "<%= entityClassHumanized %> تم حذفه بالمعرف {{ param }}", <%_ } _%> <%_ if (!readOnly) { _%> "delete": { - "question": "Are you sure you want to delete <%= entityClassHumanized %> {{ id }}?" + "question": "هل أنت متأكد أنك تريد حذف <%= entityClassHumanized %> {{ id }}؟" }, <%_ } _%> "detail": { @@ -60,9 +60,9 @@ let helpBlocks = 0; %> <%_ if (microserviceAppName && !readOnly) { _%>, "<%= microserviceAppName %>": { "<%= entityTranslationKey %>" : { - "created": "A new <%= entityClassHumanized %> is created with identifier {{ param }}", - "updated": "A <%= entityClassHumanized %> is updated with identifier {{ param }}", - "deleted": "A <%= entityClassHumanized %> is deleted with identifier {{ param }}" + "created": "<%= entityClassHumanized %> جديد تم إنشاؤه بالمعرف {{ param }}", + "updated": "<%= entityClassHumanized %> تم تحديثه بالمعرف {{ param }}", + "deleted": "<%= entityClassHumanized %> تم حذفه بالمعرف {{ param }}" } } <%_ } _%>