Browse Source

refactor

pull/16155/head
Onur Pıçakcı 3 years ago
parent
commit
491ac82e4b
  1. 2
      modules/docs/src/Volo.Docs.Admin.Application.Contracts/Volo/Docs/Admin/Localization/Resources/Docs/ApplicationContracts/ar.json
  2. 6
      modules/docs/src/Volo.Docs.Admin.Application.Contracts/Volo/Docs/Admin/Localization/Resources/Docs/ApplicationContracts/en.json

2
modules/docs/src/Volo.Docs.Admin.Application.Contracts/Volo/Docs/Admin/Localization/Resources/Docs/ApplicationContracts/ar.json

@ -42,7 +42,7 @@
"ReindexCompleted": "تمت إعادة الفهرسة",
"RemovedFromCache": "تمت إزالته من ذاكرة التخزين المؤقت وإعادة فهرسته",
"RemoveFromCacheConfirmation": "هل تريد بالتأكيد إعادة فهرسة \"{0} \"؟",
"ReIndexDocumentConfirmation": "هل أنت متأكد من إعادة فهرسة هذا العنصر؟",
"ReIndexDocumentConfirmation": "هل تريد بالتأكيد إعادة فهرسة \"{0}\"؟",
"DeleteFromDatabase": "حذف من قاعدة البيانات",
"Deleted": "محذوف",
"Search": "بحث",

6
modules/docs/src/Volo.Docs.Admin.Application.Contracts/Volo/Docs/Admin/Localization/Resources/Docs/ApplicationContracts/en.json

@ -37,10 +37,10 @@
"DisplayName:LanguageCode": "Language code",
"DisplayName:Version": "Version",
"Documents": "Documents",
"RemoveFromCache": "Remove from cache and ReIndex",
"RemoveFromCache": "Remove from cache and re-index",
"Reindex": "Reindex",
"ReindexCompleted": "Reindex completed",
"RemovedFromCache": "Removed from cache and reIndexed",
"RemovedFromCache": "Removed from cache and re-indexed",
"RemoveFromCacheConfirmation": "Are you sure you want to remove this item from cache?",
"ReIndexDocumentConfirmation": "Are you sure you want to re-index \"{0}\"?",
"DeleteFromDatabase": "Delete from database",
@ -57,6 +57,6 @@
"LastCachedTime": "Cache time",
"Project": "Project",
"AdvancedFilters": "Advanced Filters",
"RemoveCacheAndReIndexConfirmation": "The document \"{0}\" will be removed from the cache and reindexed. Do you confirm?"
"RemoveCacheAndReIndexConfirmation": "The document \"{0}\" will be removed from the cache and re-indexed. Do you confirm?"
}
}
Loading…
Cancel
Save