msgid "" msgstr "" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" "X-Crowdin-Project: orchard-core\n" "X-Crowdin-Project-ID: 307044\n" "X-Crowdin-Language: ar\n" "X-Crowdin-File: /main/Localization/OrchardCore.Search.Lucene.pot\n" "X-Crowdin-File-ID: 872\n" "Project-Id-Version: orchard-core\n" "Content-Type: text/plain; charset=UTF-8\n" "Language-Team: Arabic\n" "Language: ar_SA\n" "PO-Revision-Date: 2023-12-22 16:30\n" #. .Add(S["Search"], NavigationConstants.AdminMenuSearchPosition, search => search #: OrchardCore.Search.Lucene\AdminMenu.cs:26 msgctxt "OrchardCore.Search.Lucene.AdminMenu" msgid "Search" msgstr "" #. .Add(S["Indexing"], S["Indexing"].PrefixPosition(), import => import #. .Add(S["Indexing"], S["Indexing"].PrefixPosition(), import => import #: OrchardCore.Search.Lucene\AdminMenu.cs:28 #: OrchardCore.Search.Lucene\AdminMenu.cs:28 msgctxt "OrchardCore.Search.Lucene.AdminMenu" msgid "Indexing" msgstr "" #. .Add(S["Lucene Indices"], S["Lucene Indices"].PrefixPosition(), indexes => indexes #. .Add(S["Lucene Indices"], S["Lucene Indices"].PrefixPosition(), indexes => indexes #: OrchardCore.Search.Lucene\AdminMenu.cs:29 #: OrchardCore.Search.Lucene\AdminMenu.cs:29 msgctxt "OrchardCore.Search.Lucene.AdminMenu" msgid "Lucene Indices" msgstr "" #. .Add(S["Run Lucene Query"], S["Run Lucene Query"].PrefixPosition(), queries => queries #. .Add(S["Run Lucene Query"], S["Run Lucene Query"].PrefixPosition(), queries => queries #: OrchardCore.Search.Lucene\AdminMenu.cs:33 #: OrchardCore.Search.Lucene\AdminMenu.cs:33 msgctxt "OrchardCore.Search.Lucene.AdminMenu" msgid "Run Lucene Query" msgstr "" #. .Add(S["Settings"], settings => settings #: OrchardCore.Search.Lucene\AdminMenu.cs:37 msgctxt "OrchardCore.Search.Lucene.AdminMenu" msgid "Settings" msgstr "" #. .Add(S["Lucene"], S["Lucene"].PrefixPosition(), entry => entry #. .Add(S["Lucene"], S["Lucene"].PrefixPosition(), entry => entry #: OrchardCore.Search.Lucene\AdminMenu.cs:38 #: OrchardCore.Search.Lucene\AdminMenu.cs:38 msgctxt "OrchardCore.Search.Lucene.AdminMenu" msgid "Lucene" msgstr "" #. new SelectListItem() { Text = S["Reset"], Value = nameof(ContentsBulkAction.Reset) }, #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:130 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "Reset" msgstr "" #. new SelectListItem() { Text = S["Rebuild"], Value = nameof(ContentsBulkAction.Rebuild) }, #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:131 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "Rebuild" msgstr "" #. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Remove) } #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:132 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "Delete" msgstr "" #. .Select(x => new SelectListItem { Text = x.Name + " (" + x.DisplayName + ")", Value = x.Name }).Prepend(new SelectListItem { Text = S["Any culture"], Value = "any" }), #. }).Prepend(new SelectListItem { Text = S["Any culture"], Value = "any" }); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:175 #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:220 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "Any culture" msgstr "" #. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexName), S["An index named {0} already exists.", model.IndexName]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:200 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "An index named {0} already exists." msgstr "" #. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexName), S["An index named {0} doesn't exist.", model.IndexName]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:207 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "An index named {0} doesn't exist." msgstr "" #. await _notifier.ErrorAsync(H["An error occurred while creating the index."]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:238 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "An error occurred while creating the index." msgstr "" #. await _notifier.SuccessAsync(H["Index {0} created successfully.", model.IndexName]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:243 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "Index {0} created successfully." msgstr "" #. await _notifier.ErrorAsync(H["An error occurred while editing the index."]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:255 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "An error occurred while editing the index." msgstr "" #. await _notifier.SuccessAsync(H["Index {0} modified successfully, please consider doing a rebuild on the index.", model.IndexName]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:260 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "Index {0} modified successfully, please consider doing a rebuild on the index." msgstr "" #. await _notifier.SuccessAsync(H["Index {0} reset successfully.", id]); #. await _notifier.SuccessAsync(H["Index {0} reset successfully.", item.IndexName]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:289 #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:465 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "Index {0} reset successfully." msgstr "" #. await _notifier.SuccessAsync(H["Index {0} rebuilt successfully.", id]); #. await _notifier.SuccessAsync(H["Index {0} rebuilt successfully.", item.IndexName]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:310 #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:479 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "Index {0} rebuilt successfully." msgstr "" #. await _notifier.SuccessAsync(H["Index {0} deleted successfully.", model.IndexName]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:336 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "Index {0} deleted successfully." msgstr "" #. await _notifier.ErrorAsync(H["An error occurred while deleting the index."]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:340 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "An error occurred while deleting the index." msgstr "" #. ModelState.AddModelError(nameof(model.DecodedQuery), S["Invalid query : {0}", e.Message]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:420 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "Invalid query : {0}" msgstr "" #. await _notifier.SuccessAsync(H["Indices successfully removed."]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:452 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "Indices successfully removed." msgstr "" #. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexedContentTypes), S["At least one content type selection is required."]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:494 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "At least one content type selection is required." msgstr "" #. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexName), S["The index name is required."]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:499 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "The index name is required." msgstr "" #. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexName), S["The index name contains unallowed chars."]); #: OrchardCore.Search.Lucene\Controllers\AdminController.cs:503 msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController" msgid "The index name contains unallowed chars." msgstr "" #. updater.ModelState.AddModelError(nameof(model.Template), S["The query field is required"]); #: OrchardCore.Search.Lucene\Drivers\LuceneQueryDisplayDriver.cs:63 msgctxt "OrchardCore.Search.Lucene.Drivers.LuceneQueryDisplayDriver" msgid "The query field is required" msgstr "" #. updater.ModelState.AddModelError(nameof(model.Index), S["The index field is required"]); #: OrchardCore.Search.Lucene\Drivers\LuceneQueryDisplayDriver.cs:68 msgctxt "OrchardCore.Search.Lucene.Drivers.LuceneQueryDisplayDriver" msgid "The index field is required" msgstr "" #. return new HtmlString($""); #. return new HtmlString($""); #: OrchardCore.Search.Lucene\Shapes\LuceneContentPickerShapeProvider.cs:26 #: OrchardCore.Search.Lucene\Shapes\LuceneContentPickerShapeProvider.cs:28 msgctxt "OrchardCore.Search.Lucene.LuceneContentPickerShapeProvider" msgid "Lucene" msgstr "" #. #: OrchardCore.Search.Lucene\Views\ContentPickerFieldLuceneEditorSettings.Edit.cshtml:6 msgctxt "OrchardCore.Search.Lucene.Views.ContentPickerFieldLuceneEditorSettings.Edit" msgid "Index" msgstr "" #. @T["The Lucene index to query for content items"] #: OrchardCore.Search.Lucene\Views\ContentPickerFieldLuceneEditorSettings.Edit.cshtml:14 msgctxt "OrchardCore.Search.Lucene.Views.ContentPickerFieldLuceneEditorSettings.Edit" msgid "The Lucene index to query for content items" msgstr "" #.

@RenderTitleSegments(T["Create Lucene Index"])

#: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:4 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "Create Lucene Index" msgstr "" #.

@RenderTitleSegments(T["Edit Lucene Index"])

#: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:8 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "Edit Lucene Index" msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:14 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "Index Name" msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:20 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "Analyzer Name" msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:26 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "Culture" msgstr "" #. @T["The content culture that it will index."] #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:28 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "The content culture that it will index." msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:33 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "Content Types" msgstr "" #. @T["The content types to index. Choose at least one."] #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:34 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "The content types to index. Choose at least one." msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:47 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "Index options" msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:50 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "Index latest version" msgstr "" #. @T["Check to index draft if it exists, otherwise only the published version is indexed."] #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:51 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "Check to index draft if it exists, otherwise only the published version is indexed." msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:56 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "Store source data" msgstr "" #. @T["Check to store source data in the index."] #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:57 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "Check to store source data in the index." msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:65 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "Create" msgstr "" #. @T["Cancel"] #. @T["Cancel"] #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:66 #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:71 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "Cancel" msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:70 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit" msgid "Save" msgstr "" #.

@RenderTitleSegments(T["Lucene Indices"])

#: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:7 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Lucene Indices" msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:21 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Search" msgstr "" #. @T["Add Index"] #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:25 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Add Index" msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:38 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Select All" msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:39 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "1 item" msgid_plural "{0} items" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" msgstr[4] "" msgstr[5] "" #. #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:39 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Items {0} to {1}" msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:39 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid " / {0} item in total" msgid_plural " / {0} items in total" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" msgstr[4] "" msgstr[5] "" #. @T["Actions"] #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:46 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Actions" msgstr "" #.
  • @item.Text
  • #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:51 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Bulk Action" msgstr "" #.
  • @item.Text
  • #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:51 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Are you sure you want to {0} these items?" msgstr "" #. @T["Query"] #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:71 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Query" msgstr "" #. @T["Reset"] #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:72 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Reset Index" msgstr "" #. @T["Reset"] #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:72 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "This will restart the indexing of all content items. Continue?" msgstr "" #. @T["Reset"] #. @T["Rebuild"] #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:72 #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:73 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Yes" msgstr "" #. @T["Reset"] #. @T["Rebuild"] #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:72 #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:73 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "No" msgstr "" #. @T["Reset"] #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:72 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Reset" msgstr "" #. @T["Rebuild"] #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:73 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Rebuild Index" msgstr "" #. @T["Rebuild"] #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:73 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Your index will be rebuilt, which might alter some services during the process. Continue?" msgstr "" #. @T["Rebuild"] #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:73 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Rebuild" msgstr "" #. @T["Edit"] #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:74 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Edit" msgstr "" #. @T["Delete"] #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:75 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Delete" msgstr "" #. @T["Nothing here! There are no indices for the moment."] #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:85 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "Nothing here! There are no indices for the moment." msgstr "" #. selectedItems.text($(":checkbox[name='itemIds']:checked").length + ' @T["selected"]'); #. selectedItems.text(selectedItemsCount + ' @T["selected"]'); #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:138 #: OrchardCore.Search.Lucene\Views\Admin\Index.cshtml:149 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Index" msgid "selected" msgstr "" #.

    Lucene @T["Index settings"]

    #: OrchardCore.Search.Lucene\Views\LuceneContentIndexSettings.Edit.cshtml:3 msgctxt "OrchardCore.Search.Lucene.Views.LuceneContentIndexSettings.Edit" msgid "Index settings" msgstr "" #. #: OrchardCore.Search.Lucene\Views\LuceneContentIndexSettings.Edit.cshtml:8 msgctxt "OrchardCore.Search.Lucene.Views.LuceneContentIndexSettings.Edit" msgid "Include this element in the index" msgstr "" #. @T["Check to include the value of this element in the index."] #: OrchardCore.Search.Lucene\Views\LuceneContentIndexSettings.Edit.cshtml:9 msgctxt "OrchardCore.Search.Lucene.Views.LuceneContentIndexSettings.Edit" msgid "Check to include the value of this element in the index." msgstr "" #. #: OrchardCore.Search.Lucene\Views\LuceneContentIndexSettings.Edit.cshtml:14 msgctxt "OrchardCore.Search.Lucene.Views.LuceneContentIndexSettings.Edit" msgid "Keyword" msgstr "" #. @T["Check to index as a keyword value (indexed as a single token)."] #: OrchardCore.Search.Lucene\Views\LuceneContentIndexSettings.Edit.cshtml:15 msgctxt "OrchardCore.Search.Lucene.Views.LuceneContentIndexSettings.Edit" msgid "Check to index as a keyword value (indexed as a single token)." msgstr "" #. #: OrchardCore.Search.Lucene\Views\LuceneContentIndexSettings.Edit.cshtml:19 msgctxt "OrchardCore.Search.Lucene.Views.LuceneContentIndexSettings.Edit" msgid "Stored" msgstr "" #. @T["Check to be able to retrieve the original value from the index."] #: OrchardCore.Search.Lucene\Views\LuceneContentIndexSettings.Edit.cshtml:20 msgctxt "OrchardCore.Search.Lucene.Views.LuceneContentIndexSettings.Edit" msgid "Check to be able to retrieve the original value from the index." msgstr "" #.
    @T["Lucene Search Indexes"]
    #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexDeploymentStep.Fields.Edit.cshtml:8 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexDeploymentStep.Fields.Edit" msgid "Lucene Search Indexes" msgstr "" #. @T["Include all search indexes."] #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexDeploymentStep.Fields.Edit.cshtml:17 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexDeploymentStep.Fields.Edit" msgid "Include all search indexes." msgstr "" #. @T["The search indexes to add as part of the plan."] #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexDeploymentStep.Fields.Edit.cshtml:27 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexDeploymentStep.Fields.Edit" msgid "The search indexes to add as part of the plan." msgstr "" #.
    @T["Lucene Search Indexes"]
    #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexDeploymentStep.Fields.Summary.cshtml:11 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexDeploymentStep.Fields.Summary" msgid "Lucene Search Indexes" msgstr "" #. @T["All"] #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexDeploymentStep.Fields.Summary.cshtml:15 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexDeploymentStep.Fields.Summary" msgid "All" msgstr "" #. @T["No index selected."] #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexDeploymentStep.Fields.Summary.cshtml:26 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexDeploymentStep.Fields.Summary" msgid "No index selected." msgstr "" #.

    @T["Lucene Search Indexes"]

    #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexDeploymentStep.Fields.Thumbnail.cshtml:3 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexDeploymentStep.Fields.Thumbnail" msgid "Lucene Search Indexes" msgstr "" #.

    @T["Exports all or specified search indexes."]

    #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexDeploymentStep.Fields.Thumbnail.cshtml:4 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexDeploymentStep.Fields.Thumbnail" msgid "Exports all or specified search indexes." msgstr "" #.
    @T["Rebuild Lucene Search Indices"]
    #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexRebuildDeploymentStep.Fields.Edit.cshtml:3 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexRebuildDeploymentStep.Fields.Edit" msgid "Rebuild Lucene Search Indices" msgstr "" #. @T["Include all Lucene search indices."] #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexRebuildDeploymentStep.Fields.Edit.cshtml:11 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexRebuildDeploymentStep.Fields.Edit" msgid "Include all Lucene search indices." msgstr "" #. @T["The Lucene search indices to rebuild as part of the plan."] #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexRebuildDeploymentStep.Fields.Edit.cshtml:21 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexRebuildDeploymentStep.Fields.Edit" msgid "The Lucene search indices to rebuild as part of the plan." msgstr "" #.
    @T["Rebuild Lucene Search Indices"]
    #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexRebuildDeploymentStep.Fields.Summary.cshtml:11 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexRebuildDeploymentStep.Fields.Summary" msgid "Rebuild Lucene Search Indices" msgstr "" #. @T["All"] #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexRebuildDeploymentStep.Fields.Summary.cshtml:15 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexRebuildDeploymentStep.Fields.Summary" msgid "All" msgstr "" #. @T["No index selected."] #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexRebuildDeploymentStep.Fields.Summary.cshtml:26 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexRebuildDeploymentStep.Fields.Summary" msgid "No index selected." msgstr "" #.

    @T["Rebuild Lucene Search Indices"]

    #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexRebuildDeploymentStep.Fields.Thumbnail.cshtml:3 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexRebuildDeploymentStep.Fields.Thumbnail" msgid "Rebuild Lucene Search Indices" msgstr "" #.

    @T["Rebuild all or specified Lucene search indices."]

    #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexRebuildDeploymentStep.Fields.Thumbnail.cshtml:4 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexRebuildDeploymentStep.Fields.Thumbnail" msgid "Rebuild all or specified Lucene search indices." msgstr "" #.
    @T["Reset Lucene Search Indices"]
    #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexResetDeploymentStep.Fields.Edit.cshtml:3 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexResetDeploymentStep.Fields.Edit" msgid "Reset Lucene Search Indices" msgstr "" #. @T["Include all Lucene search indices."] #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexResetDeploymentStep.Fields.Edit.cshtml:11 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexResetDeploymentStep.Fields.Edit" msgid "Include all Lucene search indices." msgstr "" #. @T["The Lucene Search Indices to reset as part of the plan."] #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexResetDeploymentStep.Fields.Edit.cshtml:21 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexResetDeploymentStep.Fields.Edit" msgid "The Lucene Search Indices to reset as part of the plan." msgstr "" #.
    @T["Reset Lucene Search Indices"]
    #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexResetDeploymentStep.Fields.Summary.cshtml:11 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexResetDeploymentStep.Fields.Summary" msgid "Reset Lucene Search Indices" msgstr "" #. @T["All"] #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexResetDeploymentStep.Fields.Summary.cshtml:15 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexResetDeploymentStep.Fields.Summary" msgid "All" msgstr "" #. @T["No index selected."] #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexResetDeploymentStep.Fields.Summary.cshtml:26 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexResetDeploymentStep.Fields.Summary" msgid "No index selected." msgstr "" #.

    @T["Reset Lucene Search Indices"]

    #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexResetDeploymentStep.Fields.Thumbnail.cshtml:3 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexResetDeploymentStep.Fields.Thumbnail" msgid "Reset Lucene Search Indices" msgstr "" #.

    @T["Reset all or specified Lucene search indices."]

    #: OrchardCore.Search.Lucene\Views\Items\LuceneIndexResetDeploymentStep.Fields.Thumbnail.cshtml:4 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexResetDeploymentStep.Fields.Thumbnail" msgid "Reset all or specified Lucene search indices." msgstr "" #. class="btn btn-success btn-sm">@T["Run"] #: OrchardCore.Search.Lucene\Views\LuceneQuery.Buttons.SummaryAdmin.cshtml:12 msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.Buttons.SummaryAdmin" msgid "Run" msgstr "" #. #: OrchardCore.Search.Lucene\Views\LuceneQuery.Edit.cshtml:8 msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.Edit" msgid "Index" msgstr "" #. @T["The Lucene index to search on"] #: OrchardCore.Search.Lucene\Views\LuceneQuery.Edit.cshtml:15 msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.Edit" msgid "The Lucene index to search on" msgstr "" #. #: OrchardCore.Search.Lucene\Views\LuceneQuery.Edit.cshtml:21 msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.Edit" msgid "Return Content Items" msgstr "" #. @T["Check to return the corresponding content items."] #: OrchardCore.Search.Lucene\Views\LuceneQuery.Edit.cshtml:22 msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.Edit" msgid "Check to return the corresponding content items." msgstr "" #. #: OrchardCore.Search.Lucene\Views\LuceneQuery.Edit.cshtml:27 msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.Edit" msgid "Query" msgstr "" #. @T["The search query uses the Elasticsearch format. Some documentation can be found here https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html"] #: OrchardCore.Search.Lucene\Views\LuceneQuery.Edit.cshtml:29 msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.Edit" msgid "The search query uses the Elasticsearch format. Some documentation can be found here https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html" msgstr "" #. @T["Lucene query"] #: OrchardCore.Search.Lucene\Views\LuceneQuery.SummaryAdmin.cshtml:1 msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.SummaryAdmin" msgid "Lucene query" msgstr "" #. #: OrchardCore.Search.Lucene\Views\LuceneSettings.Edit.cshtml:6 msgctxt "OrchardCore.Search.Lucene.Views.LuceneSettings.Edit" msgid "Default search index" msgstr "" #. #: OrchardCore.Search.Lucene\Views\LuceneSettings.Edit.cshtml:8 msgctxt "OrchardCore.Search.Lucene.Views.LuceneSettings.Edit" msgid "Select a search index" msgstr "" #. @T["The default index to use for the search page."] #: OrchardCore.Search.Lucene\Views\LuceneSettings.Edit.cshtml:15 msgctxt "OrchardCore.Search.Lucene.Views.LuceneSettings.Edit" msgid "The default index to use for the search page." msgstr "" #.
    @T["You need to create at least an index to set as the Search index."]
    #: OrchardCore.Search.Lucene\Views\LuceneSettings.Edit.cshtml:20 msgctxt "OrchardCore.Search.Lucene.Views.LuceneSettings.Edit" msgid "You need to create at least an index to set as the Search index." msgstr "" #. #: OrchardCore.Search.Lucene\Views\LuceneSettings.Edit.cshtml:24 msgctxt "OrchardCore.Search.Lucene.Views.LuceneSettings.Edit" msgid "Default searched fields" msgstr "" #. @T["A comma separated list of fields to use for search pages. The default value is Content.ContentItem.FullText."] #: OrchardCore.Search.Lucene\Views\LuceneSettings.Edit.cshtml:27 msgctxt "OrchardCore.Search.Lucene.Views.LuceneSettings.Edit" msgid "A comma separated list of fields to use for search pages. The default value is Content.ContentItem.FullText." msgstr "" #. #: OrchardCore.Search.Lucene\Views\LuceneSettings.Edit.cshtml:33 msgctxt "OrchardCore.Search.Lucene.Views.LuceneSettings.Edit" msgid "Allow Lucene queries in search forms" msgstr "" #. @T["Whether search queries should be allowed to use Lucene query parser syntax."] @T["See documentation"] #: OrchardCore.Search.Lucene\Views\LuceneSettings.Edit.cshtml:34 msgctxt "OrchardCore.Search.Lucene.Views.LuceneSettings.Edit" msgid "Whether search queries should be allowed to use Lucene query parser syntax." msgstr "" #. @T["Whether search queries should be allowed to use Lucene query parser syntax."] @T["See documentation"] #: OrchardCore.Search.Lucene\Views\LuceneSettings.Edit.cshtml:34 msgctxt "OrchardCore.Search.Lucene.Views.LuceneSettings.Edit" msgid "See documentation" msgstr "" #.
    @T["Lucene Settings"]
    #: OrchardCore.Search.Lucene\Views\Items\LuceneSettingsDeploymentStep.Fields.Edit.cshtml:3 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneSettingsDeploymentStep.Fields.Edit" msgid "Lucene Settings" msgstr "" #.
    @T["Lucene Settings"]
    #: OrchardCore.Search.Lucene\Views\Items\LuceneSettingsDeploymentStep.Fields.Summary.cshtml:3 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneSettingsDeploymentStep.Fields.Summary" msgid "Lucene Settings" msgstr "" #. @T["Adds Lucene settings to the plan."] #: OrchardCore.Search.Lucene\Views\Items\LuceneSettingsDeploymentStep.Fields.Summary.cshtml:5 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneSettingsDeploymentStep.Fields.Summary" msgid "Adds Lucene settings to the plan." msgstr "" #.

    @T["Lucene Settings"]

    #: OrchardCore.Search.Lucene\Views\Items\LuceneSettingsDeploymentStep.Fields.Thumbnail.cshtml:3 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneSettingsDeploymentStep.Fields.Thumbnail" msgid "Lucene Settings" msgstr "" #.

    @T["Exports Lucene settings."]

    #: OrchardCore.Search.Lucene\Views\Items\LuceneSettingsDeploymentStep.Fields.Thumbnail.cshtml:4 msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneSettingsDeploymentStep.Fields.Thumbnail" msgid "Exports Lucene settings." msgstr "" #. @T["Search"] #: OrchardCore.Search.Lucene\Views\NavigationItemText-search.Id.cshtml:1 msgctxt "OrchardCore.Search.Lucene.Views.NavigationItemText-search.Id" msgid "Search" msgstr "" #.

    @T["Lucene"]

    #: OrchardCore.Search.Lucene\Views\Query-Lucene.Link.cshtml:11 msgctxt "OrchardCore.Search.Lucene.Views.Query-Lucene.Link" msgid "Lucene" msgstr "" #.

    @T["Queries a Lucene index."]

    #: OrchardCore.Search.Lucene\Views\Query-Lucene.Link.cshtml:12 msgctxt "OrchardCore.Search.Lucene.Views.Query-Lucene.Link" msgid "Queries a Lucene index." msgstr "" #. @T["Add"] #: OrchardCore.Search.Lucene\Views\Query-Lucene.Link.cshtml:15 msgctxt "OrchardCore.Search.Lucene.Views.Query-Lucene.Link" msgid "Add" msgstr "" #.

    @RenderTitleSegments(T["Lucene Query"])

    #: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:18 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query" msgid "Lucene Query" msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:23 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query" msgid "Index" msgstr "" #. @T["The lucene index to search on"] #: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:30 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query" msgid "The lucene index to search on" msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:34 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query" msgid "Template" msgstr "" #. @T["You can use the Match All query to search all documents.", Html.Raw(Url.Action("Query", "Admin", new { area = "OrchardCore.Search.Lucene", Query = matchAllQuery, IndexName = Model.IndexName }))] #: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:36 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query" msgid "You can use the Match All query to search all documents." msgstr "" #. @T["The search query uses the Elasticsearch format. Some documentation can be found here https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html"] #: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:37 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query" msgid "The search query uses the Elasticsearch format. Some documentation can be found here https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html" msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:41 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query" msgid "Parameters" msgstr "" #. @T["An optional Json object containing the parameter values for this query."] #: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:43 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query" msgid "An optional Json object containing the parameter values for this query." msgstr "" #. #: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:47 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query" msgid "Query" msgstr "" #.

    @T["Found {0} result(s) in {1} ms", Model.Count.ToString(), Model.Elapsed.TotalMilliseconds.ToString()]

    #: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:54 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query" msgid "Found {0} result(s) in {1} ms" msgstr "" #. @T["Create"] #: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:62 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query" msgid "Create" msgstr "" #.

    @T["The results displayed are coming from the stored fields in Lucene."]

    #: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:93 msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query" msgid "The results displayed are coming from the stored fields in Lucene." msgstr ""