Browse Source

Change and localize the multiple version info

pull/2327/head
Halil İbrahim Kalkan 6 years ago
parent
commit
16cf4ba696
  1. 3
      modules/docs/src/Volo.Docs.Domain/Volo/Docs/Localization/Domain/en.json
  2. 3
      modules/docs/src/Volo.Docs.Domain/Volo/Docs/Localization/Domain/tr.json
  3. 2
      modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml

3
modules/docs/src/Volo.Docs.Domain/Volo/Docs/Localization/Domain/en.json

@ -15,6 +15,7 @@
"DocumentNotFound": "Oops, the requested document was not found!",
"NavigationDocumentNotFound": "This version does not have a navigation document!",
"DocumentNotFoundInSelectedLanguage": "Document in the language you wanted is not found. Document in the default language is shown.",
"FilterTopics": "Filter topics"
"FilterTopics": "Filter topics",
"MultipleVersionDocumentInfo": "This document has multiple versions. Select the options best fit for you."
}
}

3
modules/docs/src/Volo.Docs.Domain/Volo/Docs/Localization/Domain/tr.json

@ -14,6 +14,7 @@
"NoProjectWarning": "Hiç proje yok!",
"DocumentNotFound": "Aradığınız döküman bulunamadı!",
"NavigationDocumentNotFound": "Bu döküman için menü bulunamadı!",
"DocumentNotFoundInSelectedLanguage": "İstediğiniz dilde belge bulunamadı. Varsayılan dilde belge gösterilir."
"DocumentNotFoundInSelectedLanguage": "İstediğiniz dilde belge bulunamadı. Varsayılan dilde belge gösterilir.",
"MultipleVersionDocumentInfo": "Bu dökümanın birden çok versiyonu bulunmaktadır. Sizin için en uygun olan seçenekleri seçiniz."
}
}

2
modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml

@ -216,7 +216,7 @@
<abp-column>
<p class="alert-p mb-2">
<i class="fa fa-info-circle"></i>
This document is customized according to the following criteria.
@L["MultipleVersionDocumentInfo"]
</p>
</abp-column>
</abp-row>

Loading…
Cancel
Save