Skip to content

Commit

Permalink
Merge pull request #26772 from mithun522/main
Browse files Browse the repository at this point in the history
corrected the ar-ly fron english to ar-ly
  • Loading branch information
DanielFran committed Jul 20, 2024
2 parents d954d99 + 391b520 commit 8ca206a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions generators/languages/templates/entity/i18n/entity_ar-ly.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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 }}"
}
}
<%_ } _%>
Expand Down

0 comments on commit 8ca206a

Please sign in to comment.