Upgrade orchard packages and to net8

This commit is contained in:
2024-02-01 21:27:51 -06:00
parent 9cc424f7e9
commit d30c3abb53
1804 changed files with 106307 additions and 62858 deletions

View File

@@ -10,16 +10,16 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Language-Team: Arabic\n"
"Language: ar_SA\n"
"PO-Revision-Date: 2023-02-18 19:28\n"
"PO-Revision-Date: 2023-12-22 16:10\n"
#. updater.ModelState.AddModelError(Prefix, nameof(field.ContentItemIds), S["The {0} field is required.", context.PartFieldDefinition.DisplayName()]);
#: OrchardCore.ContentFields\Drivers\ContentPickerFieldDisplayDriver.cs:92
#: OrchardCore.ContentFields\Drivers\ContentPickerFieldDisplayDriver.cs:108
msgctxt "OrchardCore.ContentFields.Drivers.ContentPickerFieldDisplayDriver"
msgid "The {0} field is required."
msgstr "الحقل {0} إلزامي."
#. updater.ModelState.AddModelError(Prefix, nameof(field.ContentItemIds), S["The {0} field cannot contain multiple items.", context.PartFieldDefinition.DisplayName()]);
#: OrchardCore.ContentFields\Drivers\ContentPickerFieldDisplayDriver.cs:97
#: OrchardCore.ContentFields\Drivers\ContentPickerFieldDisplayDriver.cs:113
msgctxt "OrchardCore.ContentFields.Drivers.ContentPickerFieldDisplayDriver"
msgid "The {0} field cannot contain multiple items."
msgstr "الحقل {0} لا يمكن أن يحتوى على عدة عناصر."
@@ -36,8 +36,8 @@ msgctxt "OrchardCore.ContentFields.Drivers.DateTimeFieldDisplayDriver"
msgid "A value is required for {0}."
msgstr "القيمة إلزامية لـ {0}."
#. context.Updater.ModelState.AddModelError(Prefix, nameof(viewModel.Html), S["{0} doesn't contain a valid Liquid expression. Details: {1}", fieldName, string.Join(" ", errors)]);
#: OrchardCore.ContentFields\Drivers\HtmlFieldDisplayDriver.cs:93
#. nameof(viewModel.Html), S["{0} doesn't contain a valid Liquid expression. Details: {1}",
#: OrchardCore.ContentFields\Drivers\HtmlFieldDisplayDriver.cs:96
msgctxt "OrchardCore.ContentFields.Drivers.HtmlFieldDisplayDriver"
msgid "{0} doesn't contain a valid Liquid expression. Details: {1}"
msgstr "{0} لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {1}"
@@ -123,7 +123,7 @@ msgid "Invalid number of digits for {0}, max allowed: {1}."
msgstr "عدد الخانات الرقمية للحقل {0} غير صحيحة، العدد الأكبر المسموح به: {1}."
#. updater.ModelState.AddModelError(Prefix, nameof(field.Text), S["A value is required for {0}.", context.PartFieldDefinition.DisplayName()]);
#: OrchardCore.ContentFields\Drivers\TextFieldDisplayDriver.cs:55
#: OrchardCore.ContentFields\Drivers\TextFieldDisplayDriver.cs:56
msgctxt "OrchardCore.ContentFields.Drivers.TextFieldDisplayDriver"
msgid "A value is required for {0}."
msgstr "القيمة إلزامية للحقل {0}."
@@ -304,20 +304,26 @@ msgctxt "OrchardCore.ContentFields.Handlers.YoutubeFieldHandler"
msgid "The format of the url is invalid"
msgstr ""
#. context.Updater.ModelState.AddModelError(nameof(model.TitlePattern), S["Title Pattern does not contain a valid Liquid expression. Details: {0}", string.Join(" ", titleErrors)]);
#: OrchardCore.ContentFields\Settings\ContentPickerFieldSettingsDriver.cs:80
msgctxt "OrchardCore.ContentFields.Settings.ContentPickerFieldSettingsDriver"
msgid "Title Pattern does not contain a valid Liquid expression. Details: {0}"
msgstr ""
#. updater.ModelState.AddModelError(Prefix, nameof(ContentPickerFieldSettingsViewModel.Stereotypes), S["Please provide a Stereotype."]);
#: OrchardCore.ContentFields\Settings\ContentPickerFieldSettingsDriver.cs:72
#: OrchardCore.ContentFields\Settings\ContentPickerFieldSettingsDriver.cs:91
msgctxt "OrchardCore.ContentFields.Settings.ContentPickerFieldSettingsDriver"
msgid "Please provide a Stereotype."
msgstr ""
#. updater.ModelState.AddModelError(Prefix, nameof(ContentPickerFieldSettingsViewModel.DisplayedContentTypes), S["At least one content type must be selected."]);
#: OrchardCore.ContentFields\Settings\ContentPickerFieldSettingsDriver.cs:84
#: OrchardCore.ContentFields\Settings\ContentPickerFieldSettingsDriver.cs:103
msgctxt "OrchardCore.ContentFields.Settings.ContentPickerFieldSettingsDriver"
msgid "At least one content type must be selected."
msgstr ""
#. context.Updater.ModelState.AddModelError(Prefix + "." + nameof(MonacoSettingsViewModel.Options), S["The options are written in an incorrect format."]);
#: OrchardCore.ContentFields\Settings\HtmlFieldMonacoEditorSettingsDriver.cs:48
#: OrchardCore.ContentFields\Settings\HtmlFieldMonacoEditorSettingsDriver.cs:50
msgctxt "OrchardCore.ContentFields.Settings.HtmlFieldMonacoEditorSettingsDriver"
msgid "The options are written in an incorrect format."
msgstr ""
@@ -335,7 +341,7 @@ msgid "The options are written in an incorrect format."
msgstr ""
#. context.Updater.ModelState.AddModelError(Prefix + "." + nameof(MonacoSettingsViewModel.Options), S["The options are written in an incorrect format."]);
#: OrchardCore.ContentFields\Settings\TextFieldMonacoEditorSettingsDriver.cs:47
#: OrchardCore.ContentFields\Settings\TextFieldMonacoEditorSettingsDriver.cs:49
msgctxt "OrchardCore.ContentFields.Settings.TextFieldMonacoEditorSettingsDriver"
msgid "The options are written in an incorrect format."
msgstr ""
@@ -358,19 +364,19 @@ msgctxt "OrchardCore.ContentFields.Views.BooleanField-Switch.Option"
msgid "Switch"
msgstr "تغيير"
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\BooleanField.DisplayOption.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.BooleanField.DisplayOption"
msgid "Standard"
msgstr "قياسي"
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\BooleanField.Option.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.BooleanField.Option"
msgid "Standard"
msgstr "أساسي"
#. <label asp-for="Hint">@T["Hint"]</label>
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
#: OrchardCore.ContentFields\Views\BooleanFieldSettings.Edit.cshtml:5
msgctxt "OrchardCore.ContentFields.Views.BooleanFieldSettings.Edit"
msgid "Hint"
@@ -382,7 +388,7 @@ msgctxt "OrchardCore.ContentFields.Views.BooleanFieldSettings.Edit"
msgid "The hint text to display for this field on the editor."
msgstr "تلميحة نصية تظهر عند عرض هذا الحقل في المحرر."
#. <label asp-for="Label">@T["Label"]</label>
#. <label asp-for="Label" class="form-label">@T["Label"]</label>
#: OrchardCore.ContentFields\Views\BooleanFieldSettings.Edit.cshtml:13
msgctxt "OrchardCore.ContentFields.Views.BooleanFieldSettings.Edit"
msgid "Label"
@@ -412,7 +418,7 @@ msgctxt "OrchardCore.ContentFields.Views.ContentPickerField"
msgid "No content items."
msgstr "لا توجد عناصر للمحتوى."
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\ContentPickerField.DisplayOption.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.DisplayOption"
msgid "Standard"
@@ -420,141 +426,153 @@ msgstr "قياسي"
#. <div class="align-items-center align-self-center"><span>{{ item.displayText }}</span> <span v-show="!item.hasPublished" class="text-muted small">(@T["Not published"])</span></div>
#. <div v-cloak><span>{{ props.option.displayText }}</span><span class="small ms-2" v-show="!props.option.hasPublished">(@T["Not published"])</span></div>
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:29
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:48
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:28
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:47
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
msgid "Not published"
msgstr "غير منشور"
#. label="displayText" placeholder="@T["Type to search"]"
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:41
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:40
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
msgid "Type to search"
msgstr "أكتب هنا للبحث"
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:46
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:45
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
msgid "Select"
msgstr "أختر"
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:46
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:45
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
msgid "Remove"
msgstr "حذف"
#. @T["No result found"]
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:51
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:50
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
msgid "No result found"
msgstr "لا توجد نتائج"
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\ContentPickerField.Option.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Option"
msgid "Standard"
msgstr "أساسي"
#. <label class="form-check-label" asp-for="Required">@T["Required"]</label>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:7
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:16
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "Required"
msgstr "إلزامي"
#. <span class="hint dashed">@T["Whether to ensure at least one element is selected."]</span>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:8
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:17
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "Whether to ensure at least one element is selected."
msgstr "حتى يتم التأكد أن عنصراً واحداً على الأقل تم إختياره."
#. <label class="form-check-label" asp-for="Multiple">@T["Allow multiple"]</label>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:15
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:24
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "Allow multiple"
msgstr "السماح بالاختيار المتعدد"
#. <span class="hint dashed">@T["Whether to allow multiple elements to be selected."]</span>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:16
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:25
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "Whether to allow multiple elements to be selected."
msgstr "حتى يتم السماح بإختيار عناصر متعددة."
#. <label asp-for="Source">@T["Contained Content Types"]</label>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:21
#. <label asp-for="Source" class="form-label">@T["Contained Content Types"]</label>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:30
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "Contained Content Types"
msgstr ""
#. @T["Display All Content Types"]
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:26
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:35
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "Display All Content Types"
msgstr "عرض كل أنواع المحتوي"
#. @T["Content Types"]
#. <label asp-for="DisplayedContentTypes">@T["Content Types"]</label>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:32
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:53
#. <label asp-for="DisplayedContentTypes" class="form-label">@T["Content Types"]</label>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:41
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:62
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "Content Types"
msgstr "أنواع المحتوى"
#. @T["Stereotype"] <span class="hint">@T["All content types of these Stereotypes"]</span>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:38
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:47
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "Stereotype"
msgstr ""
#. @T["Stereotype"] <span class="hint">@T["All content types of these Stereotypes"]</span>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:38
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:47
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "All content types of these Stereotypes"
msgstr ""
#. <label asp-for="Stereotypes">@T["Stereotypes"]</label>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:46
#. <label asp-for="Stereotypes" class="form-label">@T["Stereotypes"]</label>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:55
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "Stereotypes"
msgstr ""
#. <span class="hint">@T["The Stereotypes of the content types that this field can contain. You may define multiple Stereotypes using the comma (,) as a separator"]</span>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:48
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:57
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "The Stereotypes of the content types that this field can contain. You may define multiple Stereotypes using the comma (,) as a separator"
msgstr ""
#. <span class="hint">@T["The content types to display. Choose at least one."]</span>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:54
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:63
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "The content types to display. Choose at least one."
msgstr "أنواع المحتوى التي ستعرض. أختر واحد منها على الأقل."
#. <label asp-for="Hint">@T["Hint"]</label>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:60
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:69
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "Hint"
msgstr "تلميح"
#. <span class="hint">@T["The hint text to display for this field on the editor."]</span>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:63
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:72
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "The hint text to display for this field on the editor."
msgstr "تلميحة نصية تظهر عند عرض هذا الحقل في المحرر."
#. <label asp-for="TitlePattern" class="form-label">@T["Title Pattern"]</label>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:77
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "Title Pattern"
msgstr ""
#. <span class="hint">@T["The pattern used to render the title in content picker. With Liquid support."]</span>
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:80
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
msgid "The pattern used to render the title in content picker. With Liquid support."
msgstr ""
#. <option value="Localized" selected="@(currentEditor == "Localized")">@T["Localized"]</option>
#: OrchardCore.ContentFields\Views\DateField-Localized.Option.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.DateField-Localized.Option"
msgid "Localized"
msgstr "مترجم"
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\DateField.DisplayOption.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.DateField.DisplayOption"
msgid "Standard"
msgstr "قياسي"
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\DateField.Option.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.DateField.Option"
msgid "Standard"
@@ -572,7 +590,7 @@ msgctxt "OrchardCore.ContentFields.Views.DateFieldSettings.Edit"
msgid "Whether a value is required."
msgstr "ما إذا كانت القيمة إلزامية."
#. <label asp-for="Hint">@T["Hint"]</label>
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
#: OrchardCore.ContentFields\Views\DateFieldSettings.Edit.cshtml:13
msgctxt "OrchardCore.ContentFields.Views.DateFieldSettings.Edit"
msgid "Hint"
@@ -584,13 +602,13 @@ msgctxt "OrchardCore.ContentFields.Views.DateFieldSettings.Edit"
msgid "The hint text to display for this field on the editor."
msgstr "تلميحة نصية تظهر عند عرض هذا الحقل في المحرر."
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\DateTimeField.DisplayOption.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.DateTimeField.DisplayOption"
msgid "Standard"
msgstr "قياسي"
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\DateTimeField.Option.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.DateTimeField.Option"
msgid "Standard"
@@ -608,7 +626,7 @@ msgctxt "OrchardCore.ContentFields.Views.DateTimeFieldSettings.Edit"
msgid "Whether a value is required."
msgstr "ما إذا كانت القيمة إلزامية."
#. <label asp-for="Hint">@T["Hint"]</label>
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
#: OrchardCore.ContentFields\Views\DateTimeFieldSettings.Edit.cshtml:13
msgctxt "OrchardCore.ContentFields.Views.DateTimeFieldSettings.Edit"
msgid "Hint"
@@ -644,31 +662,31 @@ msgctxt "OrchardCore.ContentFields.Views.HtmlField-Wysiwyg.Option"
msgid "Wysiwyg editor"
msgstr "محرر WYSIWYG"
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\HtmlField.DisplayOption.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.HtmlField.DisplayOption"
msgid "Standard"
msgstr "قياسي"
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\HtmlField.Option.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.HtmlField.Option"
msgid "Standard"
msgstr "أساسي"
#. <label asp-for="Options">@T["Enter the editor options, language is always set to `html` when saved."]</label>
#: OrchardCore.ContentFields\Views\HtmlFieldMonacoEditorSettings.Edit.cshtml:10
#. <label asp-for="Options" class="form-label">@T["Enter the editor options, language is always set to `html` when saved."]</label>
#: OrchardCore.ContentFields\Views\HtmlFieldMonacoEditorSettings.Edit.cshtml:11
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldMonacoEditorSettings.Edit"
msgid "Enter the editor options, language is always set to `html` when saved."
msgstr ""
#. <span class="hint"><a href="https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html" target="_blank">@T["Documentation for options"]</a></span>
#: OrchardCore.ContentFields\Views\HtmlFieldMonacoEditorSettings.Edit.cshtml:12
#. <span class="hint"><a href="https://microsoft.github.io/monaco-editor/typedoc/interfaces/editor.IStandaloneEditorConstructionOptions.html" target="_blank">@T["Documentation for options"]</a></span>
#: OrchardCore.ContentFields\Views\HtmlFieldMonacoEditorSettings.Edit.cshtml:13
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldMonacoEditorSettings.Edit"
msgid "Documentation for options"
msgstr ""
#. <label asp-for="Hint">@T["Hint"]</label>
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
#: OrchardCore.ContentFields\Views\HtmlFieldSettings.Edit.cshtml:5
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldSettings.Edit"
msgid "Hint"
@@ -710,7 +728,7 @@ msgctxt "OrchardCore.ContentFields.Views.HtmlFieldTrumbowygEditorSettings.Edit"
msgid "Whether the url is used when selected from Insert Media (By default, the Shortcode is inserted)."
msgstr ""
#. <label asp-for="Options">@T["Enter the editor options"]</label>
#. <label asp-for="Options" class="form-label">@T["Enter the editor options"]</label>
#: OrchardCore.ContentFields\Views\HtmlFieldTrumbowygEditorSettings.Edit.cshtml:12
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldTrumbowygEditorSettings.Edit"
msgid "Enter the editor options"
@@ -722,20 +740,20 @@ msgctxt "OrchardCore.ContentFields.Views.HtmlFieldTrumbowygEditorSettings.Edit"
msgid "Documentation for options"
msgstr "توثيق الخيارات"
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\LinkField.DisplayOption.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.LinkField.DisplayOption"
msgid "Standard"
msgstr "قياسي"
#. <label asp-for="Url" class="@urlClass">@T["Url"]</label>
#: OrchardCore.ContentFields\Views\LinkField.Edit.cshtml:22
#: OrchardCore.ContentFields\Views\LinkField.Edit.cshtml:21
msgctxt "OrchardCore.ContentFields.Views.LinkField.Edit"
msgid "Url"
msgstr "عنوان موقع URL"
#. <label asp-for="Text" class="@textClass">@T["Link text"]</label>
#: OrchardCore.ContentFields\Views\LinkField.Edit.cshtml:38
#: OrchardCore.ContentFields\Views\LinkField.Edit.cshtml:37
msgctxt "OrchardCore.ContentFields.Views.LinkField.Edit"
msgid "Link text"
msgstr "رابط نصي"
@@ -752,7 +770,7 @@ msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
msgid "Whether the url is required."
msgstr "ما إذا كان الرابط إلزامي."
#. <label asp-for="LinkTextMode">@T["Text"]</label>
#. <label asp-for="LinkTextMode" class="form-label">@T["Text"]</label>
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:13
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
msgid "Text"
@@ -782,7 +800,7 @@ msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
msgid "Use the url of the link"
msgstr "استخدم URL كقيمة للرابط"
#. <label asp-for="Hint">@T["Hint for the url"]</label>
#. <label asp-for="Hint" class="form-label">@T["Hint for the url"]</label>
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:24
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
msgid "Hint for the url"
@@ -794,7 +812,7 @@ msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
msgid "The hint text to display for the url on the editor."
msgstr "تلميحة نصية تظهر عند عرض حقل عنوان موقع URL في المحرر."
#. <label asp-for="HintLinkText">@T["Hint for the text"]</label>
#. <label asp-for="HintLinkText" class="form-label">@T["Hint for the text"]</label>
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:29
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
msgid "Hint for the text"
@@ -806,7 +824,7 @@ msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
msgid "The hint text to display for the text of the link on the editor."
msgstr "تلميحة نصية تظهر عند عرض نص حقل الرابط في المحرر."
#. <label asp-for="UrlPlaceholder">@T["Watermark for the url"]</label>
#. <label asp-for="UrlPlaceholder" class="form-label">@T["Watermark for the url"]</label>
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:36
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
msgid "Watermark for the url"
@@ -818,7 +836,7 @@ msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
msgid "A hint (placeholder) to display when the input of the url is empty."
msgstr "نص افتراضي يظهر كتلميحة عند خلو حقل عنوان موقع URL."
#. <label asp-for="TextPlaceholder">@T["Watermark for the text"]</label>
#. <label asp-for="TextPlaceholder" class="form-label">@T["Watermark for the text"]</label>
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:41
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
msgid "Watermark for the text"
@@ -830,7 +848,7 @@ msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
msgid "A hint (placeholder) to display when the input of the text is empty."
msgstr "نص افتراضي يظهر كتلميحة عند خلو الحقل النصي."
#. <label asp-for="DefaultUrl">@T["Default value of the url"]</label>
#. <label asp-for="DefaultUrl" class="form-label">@T["Default value of the url"]</label>
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:48
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
msgid "Default value of the url"
@@ -842,7 +860,7 @@ msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
msgid "A valid url proposed when creating a content item."
msgstr "قيمة عنوان موقع URL صحيحة تقترح عند إنشاء عنصر محتوى."
#. <label asp-for="DefaultText">@T["Default value of the text"]</label>
#. <label asp-for="DefaultText" class="form-label">@T["Default value of the text"]</label>
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:54
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
msgid "Default value of the text"
@@ -860,7 +878,7 @@ msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField"
msgid "No content items."
msgstr "لا توجد عناصر للمحتوى."
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.DisplayOption.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.DisplayOption"
msgid "Standard"
@@ -868,37 +886,37 @@ msgstr "قياسي"
#. <div class="align-items-center align-self-center"><span>{{ item.displayText }}</span> <span v-show="!item.hasPublished" class="text-muted small">(@T["Not published"])</span></div>
#. <div v-cloak><span>{{ props.option.displayText }}</span><span class="small ms-2" v-show="!props.option.hasPublished">(@T["Not published"])</span></div>
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:33
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:52
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:32
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:51
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
msgid "Not published"
msgstr "غير منشور"
#. label="displayText" placeholder="@T["Type to search"]"
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:45
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:44
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
msgid "Type to search"
msgstr "أكتب للبحث"
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:50
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:49
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
msgid "Select"
msgstr "إختيار"
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:50
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:49
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
msgid "Remove"
msgstr "حذف"
#. @T["No result found"]
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:55
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:54
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
msgid "No result found"
msgstr "لا توجد نتائج"
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Option.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Option"
msgid "Standard"
@@ -928,7 +946,7 @@ msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettin
msgid "Whether to allow multiple elements to be selected."
msgstr "ما إذا يسمح باختيار عناصر متعددة."
#. <label asp-for="DisplayedContentTypes">@T["Content Types"]</label>
#. <label asp-for="DisplayedContentTypes" class="form-label">@T["Content Types"]</label>
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerFieldSettings.Edit.cshtml:21
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettings.Edit"
msgid "Content Types"
@@ -940,7 +958,7 @@ msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettin
msgid "The content types to display. Choose at least one."
msgstr "أنواع المحتوى التي ستعرض. أختر واحد منها على الأقل."
#. <label asp-for="Hint">@T["Hint"]</label>
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerFieldSettings.Edit.cshtml:28
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettings.Edit"
msgid "Hint"
@@ -977,25 +995,25 @@ msgid "Checkbox List"
msgstr ""
#. placeholder="@T["Type to search"]"
#: OrchardCore.ContentFields\Views\MultiTextField-Picker.Edit.cshtml:38
#: OrchardCore.ContentFields\Views\MultiTextField-Picker.Edit.cshtml:37
msgctxt "OrchardCore.ContentFields.Views.MultiTextField-Picker.Edit"
msgid "Type to search"
msgstr ""
#. select-label="@T["Select"]"
#: OrchardCore.ContentFields\Views\MultiTextField-Picker.Edit.cshtml:39
#: OrchardCore.ContentFields\Views\MultiTextField-Picker.Edit.cshtml:38
msgctxt "OrchardCore.ContentFields.Views.MultiTextField-Picker.Edit"
msgid "Select"
msgstr ""
#. deselect-label="@T["Remove"]"
#: OrchardCore.ContentFields\Views\MultiTextField-Picker.Edit.cshtml:40
#: OrchardCore.ContentFields\Views\MultiTextField-Picker.Edit.cshtml:39
msgctxt "OrchardCore.ContentFields.Views.MultiTextField-Picker.Edit"
msgid "Remove"
msgstr ""
#. @T["No values found"]
#: OrchardCore.ContentFields\Views\MultiTextField-Picker.Edit.cshtml:50
#: OrchardCore.ContentFields\Views\MultiTextField-Picker.Edit.cshtml:49
msgctxt "OrchardCore.ContentFields.Views.MultiTextField-Picker.Edit"
msgid "No values found"
msgstr ""
@@ -1011,13 +1029,13 @@ msgctxt "OrchardCore.ContentFields.Views.MultiTextField"
msgid ", "
msgstr ""
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\MultiTextField.DisplayOption.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.MultiTextField.DisplayOption"
msgid "Standard"
msgstr ""
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\MultiTextField.Option.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.MultiTextField.Option"
msgid "Standard"
@@ -1035,7 +1053,7 @@ msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
msgid "Whether a value is required."
msgstr ""
#. <label asp-for="Hint">@T["Hint"]</label>
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:13
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
msgid "Hint"
@@ -1077,22 +1095,22 @@ msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
msgid "Remove element from list"
msgstr ""
#. <a v-on:click="add()" class="btn btn-light w-100 btn-sm"><i class="fas fa-plus small" aria-hidden="true"></i> @T["Add an option"]</a>
#. <a v-on:click="add()" class="btn btn-light w-100 btn-sm"><i class="fa-solid fa-plus small" aria-hidden="true"></i> @T["Add an option"]</a>
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:60
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
msgid "Add an option"
msgstr ""
#. <h5 class="modal-title">@T["Edit Data"]</h5>
#. <a href="javascript:void(0)" v-on:click="showModal" class="float-end" title="@T["Edit Data"]"><i class="fas fa-edit" aria-hidden="true"></i></a>
#. <a href="javascript:void(0)" v-on:click="showModal" class="float-end" title="@T["Edit Data"]"><i class="fa-solid fa-edit" aria-hidden="true"></i></a>
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:73
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:101
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
msgid "Edit Data"
msgstr ""
#. <label for="options-textarea">@T["Options"]</label>
#. <label asp-for="Options">@T["Options"]</label>
#. <label for="options-textarea" class="form-label">@T["Options"]</label>
#. <label asp-for="Options" class="form-label">@T["Options"]</label>
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:78
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:100
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
@@ -1105,7 +1123,7 @@ msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
msgid "A JSON representation of the allowed values, e.g. {0}"
msgstr ""
#. <label for="options-defaultvalue">@T["Default value"]</label>
#. <label for="options-defaultvalue" class="form-label">@T["Default value"]</label>
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:83
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
msgid "Default value"
@@ -1136,7 +1154,7 @@ msgid "Range"
msgstr "مدى رقمي"
#. <option value="">@T["None"]</option>
#: OrchardCore.ContentFields\Views\NumericField-Select.Edit.cshtml:19
#: OrchardCore.ContentFields\Views\NumericField-Select.Edit.cshtml:18
msgctxt "OrchardCore.ContentFields.Views.NumericField-Select.Edit"
msgid "None"
msgstr "لا شيء"
@@ -1159,13 +1177,13 @@ msgctxt "OrchardCore.ContentFields.Views.NumericField-Spinner.Option"
msgid "Spinner"
msgstr "حقل بمتحكم زيادة ونقصان"
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\NumericField.DisplayOption.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.NumericField.DisplayOption"
msgid "Standard"
msgstr "قياسي"
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Number"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Number"]</option>
#: OrchardCore.ContentFields\Views\NumericField.Option.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.NumericField.Option"
msgid "Number"
@@ -1183,7 +1201,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
msgid "Whether a value is required."
msgstr "ما إذا كانت القيمة إلزامية."
#. <label asp-for="Hint">@T["Hint"]</label>
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:21
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
msgid "Hint"
@@ -1195,7 +1213,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
msgid "The hint text to display for this field on the editor."
msgstr "تلميحة نصية تظهر لهذا الحقل في المحرر."
#. <label for="Placeholder">@T["Watermark (placeholder)"]</label>
#. <label for="Placeholder" class="form-label">@T["Watermark (placeholder)"]</label>
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:29
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
msgid "Watermark (placeholder)"
@@ -1207,7 +1225,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
msgid "A hint to display when the input is empty. (optional)"
msgstr "تلميح يظهر عند خلو هذا الحقل. (اختياري)"
#. <label for="Scale">@T["Scale"]</label>
#. <label for="Scale" class="form-label">@T["Scale"]</label>
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:37
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
msgid "Scale"
@@ -1219,7 +1237,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
msgid "The number of digits after the decimal point."
msgstr "عدد الخانات الرقمية بعد الفاصلة العشرية."
#. <label for="Minimum">@T["Minimum"]</label>
#. <label for="Minimum" class="form-label">@T["Minimum"]</label>
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:45
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
msgid "Minimum"
@@ -1231,7 +1249,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
msgid "The minimum value allowed. (optional)"
msgstr "القيمة الأدنى المسموح بها. (اختياري)"
#. <label for="Maximum">@T["Maximum"]</label>
#. <label for="Maximum" class="form-label">@T["Maximum"]</label>
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:53
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
msgid "Maximum"
@@ -1243,7 +1261,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
msgid "The maximum value allowed. (optional)"
msgstr "القيمة الأعلى المسموح بها. (اختياري)"
#. <label for="DefaultValue">@T["Default value"]</label>
#. <label for="DefaultValue" class="form-label">@T["Default value"]</label>
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:61
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
msgid "Default value"
@@ -1315,19 +1333,19 @@ msgctxt "OrchardCore.ContentFields.Views.TextField-Url.Option"
msgid "Url"
msgstr "عنوان موقع URL"
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\TextField.DisplayOption.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.TextField.DisplayOption"
msgid "Standard"
msgstr "أساسي"
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\TextField.Option.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.TextField.Option"
msgid "Standard"
msgstr "أساسي"
#. <label asp-for="Level">@T["Select the header level to use"]</label>
#. <label asp-for="Level" class="form-label">@T["Select the header level to use"]</label>
#: OrchardCore.ContentFields\Views\TextFieldHeaderDisplaySettings.Edit.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.TextFieldHeaderDisplaySettings.Edit"
msgid "Select the header level to use"
@@ -1369,14 +1387,14 @@ msgctxt "OrchardCore.ContentFields.Views.TextFieldHeaderDisplaySettings.Edit"
msgid "H6"
msgstr "تروسية نصية 6"
#. <label asp-for="Options">@T["Enter the editor options."]</label>
#: OrchardCore.ContentFields\Views\TextFieldMonacoEditorSettings.Edit.cshtml:10
#. <label asp-for="Options" class="form-label">@T["Enter the editor options."]</label>
#: OrchardCore.ContentFields\Views\TextFieldMonacoEditorSettings.Edit.cshtml:11
msgctxt "OrchardCore.ContentFields.Views.TextFieldMonacoEditorSettings.Edit"
msgid "Enter the editor options."
msgstr ""
#. <span class="hint"><a href="https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html" target="_blank">@T["Documentation for options"]</a></span>
#: OrchardCore.ContentFields\Views\TextFieldMonacoEditorSettings.Edit.cshtml:12
#. <span class="hint"><a href="https://microsoft.github.io/monaco-editor/typedoc/interfaces/editor.IStandaloneEditorConstructionOptions.html" target="_blank">@T["Documentation for options"]</a></span>
#: OrchardCore.ContentFields\Views\TextFieldMonacoEditorSettings.Edit.cshtml:13
msgctxt "OrchardCore.ContentFields.Views.TextFieldMonacoEditorSettings.Edit"
msgid "Documentation for options"
msgstr ""
@@ -1411,22 +1429,22 @@ msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.E
msgid "Remove element from list"
msgstr "حذف العنصر من القائمة"
#. <a v-on:click="add()" class="btn btn-light w-100 btn-sm"><i class="fas fa-plus small" aria-hidden="true"></i> @T["Add an option"]</a>
#. <a v-on:click="add()" class="btn btn-light w-100 btn-sm"><i class="fa-solid fa-plus small" aria-hidden="true"></i> @T["Add an option"]</a>
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:45
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
msgid "Add an option"
msgstr "أضف خيار"
#. <h5 class="modal-title">@T["Edit Data"]</h5>
#. <a href="javascript:void(0)" v-on:click="showModal" class="float-end" title="@T["Edit Data"]"><i class="fas fa-edit" aria-hidden="true"></i></a>
#. <a href="javascript:void(0)" v-on:click="showModal" class="float-end" title="@T["Edit Data"]"><i class="fa-solid fa-edit" aria-hidden="true"></i></a>
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:58
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:96
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
msgid "Edit Data"
msgstr "حرر البيانات"
#. <label for="options-textarea">@T["Options"]</label>
#. <label asp-for="Options">@T["Options"]</label>
#. <label for="options-textarea" class="form-label">@T["Options"]</label>
#. <label asp-for="Options" class="form-label">@T["Options"]</label>
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:63
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:95
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
@@ -1439,7 +1457,7 @@ msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.E
msgid "A JSON representation of the allowed values, e.g. {0}"
msgstr "تمثيل القيم المسموح بها بصيغة JSON، على سبيل المثال {0}"
#. <label for="options-defaultvalue">@T["Default value"]</label>
#. <label for="options-defaultvalue" class="form-label">@T["Default value"]</label>
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:68
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
msgid "Default value"
@@ -1463,7 +1481,7 @@ msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.E
msgid "Cancel"
msgstr "إلغاء"
#. <label asp-for="Editor">@T["What type of list editor should be used?"]</label>
#. <label asp-for="Editor" class="form-label">@T["What type of list editor should be used?"]</label>
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:85
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
msgid "What type of list editor should be used?"
@@ -1493,7 +1511,7 @@ msgctxt "OrchardCore.ContentFields.Views.TextFieldSettings.Edit"
msgid "Whether a value is required."
msgstr "ما إذا كانت القيمة إلزامية."
#. <label asp-for="Hint">@T["Hint"]</label>
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
#: OrchardCore.ContentFields\Views\TextFieldSettings.Edit.cshtml:13
msgctxt "OrchardCore.ContentFields.Views.TextFieldSettings.Edit"
msgid "Hint"
@@ -1505,13 +1523,25 @@ msgctxt "OrchardCore.ContentFields.Views.TextFieldSettings.Edit"
msgid "The hint text to display for this field on the editor."
msgstr "تلميحة نصية تظهر عند عرض هذا الحقل في المحرر."
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#. <label for="DefaultValue" class="form-label">@T["Default value"]</label>
#: OrchardCore.ContentFields\Views\TextFieldSettings.Edit.cshtml:21
msgctxt "OrchardCore.ContentFields.Views.TextFieldSettings.Edit"
msgid "Default value"
msgstr ""
#. <span class="hint">@T["The default value. (optional)"]</span>
#: OrchardCore.ContentFields\Views\TextFieldSettings.Edit.cshtml:24
msgctxt "OrchardCore.ContentFields.Views.TextFieldSettings.Edit"
msgid "The default value. (optional)"
msgstr ""
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\TimeField.DisplayOption.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.TimeField.DisplayOption"
msgid "Standard"
msgstr "قياسي"
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\TimeField.Option.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.TimeField.Option"
msgid "Standard"
@@ -1529,7 +1559,7 @@ msgctxt "OrchardCore.ContentFields.Views.TimeFieldSettings.Edit"
msgid "Whether a value is required."
msgstr "ما إذا كانت القيمة إلزامية."
#. <label asp-for="Step">@T["Step"]</label>
#. <label asp-for="Step" class="form-label">@T["Step"]</label>
#: OrchardCore.ContentFields\Views\TimeFieldSettings.Edit.cshtml:12
msgctxt "OrchardCore.ContentFields.Views.TimeFieldSettings.Edit"
msgid "Step"
@@ -1547,7 +1577,7 @@ msgctxt "OrchardCore.ContentFields.Views.TimeFieldSettings.Edit"
msgid "For seconds use a divisor of 60 e.g. '15', for ms a decimal equal to a divisor of 1000 divided by 1000 e.g. '0.250'."
msgstr ""
#. <label asp-for="Hint">@T["Hint"]</label>
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
#: OrchardCore.ContentFields\Views\TimeFieldSettings.Edit.cshtml:21
msgctxt "OrchardCore.ContentFields.Views.TimeFieldSettings.Edit"
msgid "Hint"
@@ -1577,7 +1607,7 @@ msgctxt "OrchardCore.ContentFields.Views.UserPickerField"
msgid "No users."
msgstr ""
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\UserPickerField.DisplayOption.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.DisplayOption"
msgid "Standard"
@@ -1585,37 +1615,37 @@ msgstr ""
#. <div class="align-items-center align-self-center"><span>{{ user.displayText }}</span> <span v-show="!user.isEnabled" class="text-muted small">(@T["Not enabled"])</span></div>
#. <div v-cloak><span>{{ props.option.displayText }}</span><span class="small ms-2" v-show="!props.option.isEnabled">(@T["Not enabled"])</span></div>
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:30
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:49
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:29
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:48
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
msgid "Not enabled"
msgstr ""
#. label="displayText" placeholder="@T["Type to search"]"
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:42
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:41
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
msgid "Type to search"
msgstr ""
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:47
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:46
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
msgid "Select"
msgstr ""
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:47
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:46
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
msgid "Remove"
msgstr ""
#. @T["No result found"]
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:52
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:51
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
msgid "No result found"
msgstr ""
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\UserPickerField.Option.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Option"
msgid "Standard"
@@ -1645,7 +1675,7 @@ msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
msgid "Whether to allow multiple elements to be selected."
msgstr ""
#. <label asp-for="Roles">@T["Roles"]</label>
#. <label asp-for="Roles" class="form-label">@T["Roles"]</label>
#: OrchardCore.ContentFields\Views\UserPickerFieldSettings.Edit.cshtml:22
msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
msgid "Roles"
@@ -1669,7 +1699,7 @@ msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
msgid "Whether to allow picker to display users from all roles."
msgstr ""
#. <label asp-for="Hint">@T["Hint"]</label>
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
#: OrchardCore.ContentFields\Views\UserPickerFieldSettings.Edit.cshtml:47
msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
msgid "Hint"
@@ -1681,56 +1711,56 @@ msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
msgid "The hint text to display for this field on the editor."
msgstr ""
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
#: OrchardCore.ContentFields\Views\YoutubeField.DisplayOption.cshtml:4
msgctxt "OrchardCore.ContentFields.Views.YoutubeField.DisplayOption"
msgid "Standard"
msgstr "قياسي"
#. <label class="form-check-label" asp-for="Required">@T["Required"]</label>
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:12
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:6
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
msgid "Required"
msgstr "إلزامي"
#. <span class="hint dashed">@T["Whether a value is required."]</span>
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:13
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:7
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
msgid "Whether a value is required."
msgstr "ما إذا كانت القيمة إلزامية."
#. <label asp-for="Hint">@T["Hint"]</label>
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:19
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:13
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
msgid "Hint"
msgstr "تلميح"
#. <span class="hint">@T["The hint text to display for this field on the editor."]</span>
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:22
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:16
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
msgid "The hint text to display for this field on the editor."
msgstr "تلميحة نصية تظهر عند عرض هذا الحقل في المحرر."
#. <label asp-for="Width">@T["Width"]</label>
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:27
#. <label asp-for="Width" class="form-label">@T["Width"]</label>
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:21
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
msgid "Width"
msgstr "العرض"
#. <span class="hint">@T["The width of the Videobox"]</span>
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:30
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:24
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
msgid "The width of the Videobox"
msgstr "مقاس العرض لصندوق الفيديو"
#. <label asp-for="Height">@T["Height"]</label>
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:35
#. <label asp-for="Height" class="form-label">@T["Height"]</label>
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:29
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
msgid "Height"
msgstr "الارتفاع"
#. <span class="hint">@T["The height of the Videobox"]</span>
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:38
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:32
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
msgid "The height of the Videobox"
msgstr "مقاس الارتفاع لصندوق الفيديو"