Upgrade orchard packages and to net8
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
|
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
@@ -12,10 +12,10 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="OrchardCore.Module.Targets" Version="1.6.0" />
|
<PackageReference Include="OrchardCore.Module.Targets" Version="1.8.2" />
|
||||||
<PackageReference Include="OrchardCore.ContentManagement" Version="1.6.0" />
|
<PackageReference Include="OrchardCore.ContentManagement" Version="1.8.2" />
|
||||||
<PackageReference Include="OrchardCore.ContentTypes.Abstractions" Version="1.6.0" />
|
<PackageReference Include="OrchardCore.ContentTypes.Abstractions" Version="1.8.2" />
|
||||||
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.6.0" />
|
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.8.2" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
|
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="OrchardCore.Theme.Targets" Version="1.6.0" />
|
<PackageReference Include="OrchardCore.Theme.Targets" Version="1.8.2" />
|
||||||
<PackageReference Include="OrchardCore.ContentManagement" Version="1.6.0" />
|
<PackageReference Include="OrchardCore.ContentManagement" Version="1.8.2" />
|
||||||
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.6.0" />
|
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.8.2" />
|
||||||
<PackageReference Include="OrchardCore.ResourceManagement" Version="1.6.0" />
|
<PackageReference Include="OrchardCore.ResourceManagement" Version="1.8.2" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:24\n"
|
"PO-Revision-Date: 2023-12-22 16:05\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], design => design
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Admin\AdminMenu.cs:26
|
#: OrchardCore.Admin\AdminMenu.cs:26
|
||||||
msgctxt "OrchardCore.Admin.AdminMenu"
|
msgctxt "OrchardCore.Admin.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
@@ -33,13 +33,13 @@ msgid "Admin"
|
|||||||
msgstr "المدير"
|
msgstr "المدير"
|
||||||
|
|
||||||
#. services.AddSiteSettingsPropertyDeploymentStep<AdminSettings, DeploymentStartup>(S => S["Admin settings"], S => S["Exports the admin settings."]);
|
#. services.AddSiteSettingsPropertyDeploymentStep<AdminSettings, DeploymentStartup>(S => S["Admin settings"], S => S["Exports the admin settings."]);
|
||||||
#: OrchardCore.Admin\Startup.cs:92
|
#: OrchardCore.Admin\Startup.cs:93
|
||||||
msgctxt "OrchardCore.Admin.DeploymentStartup"
|
msgctxt "OrchardCore.Admin.DeploymentStartup"
|
||||||
msgid "Admin settings"
|
msgid "Admin settings"
|
||||||
msgstr "إعدادات المدير"
|
msgstr "إعدادات المدير"
|
||||||
|
|
||||||
#. services.AddSiteSettingsPropertyDeploymentStep<AdminSettings, DeploymentStartup>(S => S["Admin settings"], S => S["Exports the admin settings."]);
|
#. services.AddSiteSettingsPropertyDeploymentStep<AdminSettings, DeploymentStartup>(S => S["Admin settings"], S => S["Exports the admin settings."]);
|
||||||
#: OrchardCore.Admin\Startup.cs:92
|
#: OrchardCore.Admin\Startup.cs:93
|
||||||
msgctxt "OrchardCore.Admin.DeploymentStartup"
|
msgctxt "OrchardCore.Admin.DeploymentStartup"
|
||||||
msgid "Exports the admin settings."
|
msgid "Exports the admin settings."
|
||||||
msgstr "تصدير إعدادات المدير."
|
msgstr "تصدير إعدادات المدير."
|
||||||
@@ -50,23 +50,23 @@ msgctxt "OrchardCore.Admin.Views.AdminDashboard"
|
|||||||
msgid "Welcome to Orchard Core"
|
msgid "Welcome to Orchard Core"
|
||||||
msgstr "مرحباً بكم في Orchard Core"
|
msgstr "مرحباً بكم في Orchard Core"
|
||||||
|
|
||||||
#. <p>@T["Feel free to browse the menu and discover all its possibilities."]</p>
|
#. <p class="mb-0">@T["Feel free to browse the menu and discover all its possibilities."]</p>
|
||||||
#: OrchardCore.Admin\Views\AdminDashboard.cshtml:3
|
#: OrchardCore.Admin\Views\AdminDashboard.cshtml:3
|
||||||
msgctxt "OrchardCore.Admin.Views.AdminDashboard"
|
msgctxt "OrchardCore.Admin.Views.AdminDashboard"
|
||||||
msgid "Feel free to browse the menu and discover all its possibilities."
|
msgid "Feel free to browse the menu and discover all its possibilities."
|
||||||
msgstr "لا تتردد في تصفح القائمة و إستكشاف جميع إمكانياتها."
|
msgstr "لا تتردد في تصفح القائمة و إستكشاف جميع إمكانياتها."
|
||||||
|
|
||||||
#. <label asp-for="DisplayDarkMode" class="form-check-label">@T["Enable dark mode admin theme"]</label>
|
#. <label asp-for="DisplayThemeToggler" class="form-check-label">@T["Enable theme toggler"]</label>
|
||||||
#: OrchardCore.Admin\Views\AdminSettings.Edit.cshtml:6
|
#: OrchardCore.Admin\Views\AdminSettings.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Admin.Views.AdminSettings.Edit"
|
msgctxt "OrchardCore.Admin.Views.AdminSettings.Edit"
|
||||||
msgid "Enable dark mode admin theme"
|
msgid "Enable theme toggler"
|
||||||
msgstr "تفعيل الوضع المظلم"
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["Whether a dark mode admin theme can be displayed."]</span>
|
#. <span class="hint">@T["Whether or not to display a theme toggler."]</span>
|
||||||
#: OrchardCore.Admin\Views\AdminSettings.Edit.cshtml:8
|
#: OrchardCore.Admin\Views\AdminSettings.Edit.cshtml:8
|
||||||
msgctxt "OrchardCore.Admin.Views.AdminSettings.Edit"
|
msgctxt "OrchardCore.Admin.Views.AdminSettings.Edit"
|
||||||
msgid "Whether a dark mode admin theme can be displayed."
|
msgid "Whether or not to display a theme toggler."
|
||||||
msgstr "ما إذا كان يمكن عرض الوضع المظلم في قالب المدير."
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="DisplayMenuFilter" class="form-check-label">@T["Enable Admin Menu filter"]</label>
|
#. <label asp-for="DisplayMenuFilter" class="form-check-label">@T["Enable Admin Menu filter"]</label>
|
||||||
#: OrchardCore.Admin\Views\AdminSettings.Edit.cshtml:14
|
#: OrchardCore.Admin\Views\AdminSettings.Edit.cshtml:14
|
||||||
@@ -104,9 +104,15 @@ msgctxt "OrchardCore.Admin.Views.AdminSettings.Edit"
|
|||||||
msgid "Whether the titles are displayed in the top bar."
|
msgid "Whether the titles are displayed in the top bar."
|
||||||
msgstr "إذا تم عرض العناوين في الشريط العلوي."
|
msgstr "إذا تم عرض العناوين في الشريط العلوي."
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-tachometer" aria-hidden="true"></i></span><span class="title">@T["Admin"]</span>
|
#. <span class="title">@T["Admin"]</span>
|
||||||
#: OrchardCore.Admin\Views\NavigationItemText-admin.Id.cshtml:1
|
#: OrchardCore.Admin\Views\NavigationItemText-admin.Id.cshtml:4
|
||||||
msgctxt "OrchardCore.Admin.Views.NavigationItemText-admin.Id"
|
msgctxt "OrchardCore.Admin.Views.NavigationItemText-admin.Id"
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "المدير"
|
msgstr "المدير"
|
||||||
|
|
||||||
|
#. <a href="@Url.Content("~/")" class="nav-link" data-bs-toggle="tooltip" data-bs-placement="bottom" title="@T["Visit Site"]" role="button">
|
||||||
|
#: OrchardCore.Admin\Views\VisitSiteNavbarItem.cshtml:2
|
||||||
|
msgctxt "OrchardCore.Admin.Views.VisitSiteNavbarItem"
|
||||||
|
msgid "Visit Site"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:25\n"
|
"PO-Revision-Date: 2023-12-22 16:06\n"
|
||||||
|
|
||||||
#. data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Delete"]" data-message="@T["Are you sure you want to delete this content item?"]"
|
#. data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Delete"]" data-message="@T["Are you sure you want to delete this content item?"]"
|
||||||
#. data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Delete"]</a>
|
#. data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Delete"]</a>
|
||||||
@@ -102,19 +102,19 @@ msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.UnpublishButton"
|
|||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr "لا"
|
msgstr "لا"
|
||||||
|
|
||||||
#. <label asp-for="Position" class="@Orchard.GetLabelCssClasses()">@T["Position"] </label>
|
#. <label asp-for="Position" class="@Orchard.GetLabelClasses()">@T["Position"] </label>
|
||||||
#: OrchardCore.AdminDashboard\Views\DashboardPart.Edit.cshtml:5
|
#: OrchardCore.AdminDashboard\Views\DashboardPart.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.DashboardPart.Edit"
|
msgctxt "OrchardCore.AdminDashboard.Views.DashboardPart.Edit"
|
||||||
msgid "Position"
|
msgid "Position"
|
||||||
msgstr "الموقع"
|
msgstr "الموقع"
|
||||||
|
|
||||||
#. <label asp-for="Width" class="@Orchard.GetLabelCssClasses()">@T["Width"] </label>
|
#. <label asp-for="Width" class="@Orchard.GetLabelClasses()">@T["Width"] </label>
|
||||||
#: OrchardCore.AdminDashboard\Views\DashboardPart.Edit.cshtml:13
|
#: OrchardCore.AdminDashboard\Views\DashboardPart.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.DashboardPart.Edit"
|
msgctxt "OrchardCore.AdminDashboard.Views.DashboardPart.Edit"
|
||||||
msgid "Width"
|
msgid "Width"
|
||||||
msgstr "العرض"
|
msgstr "العرض"
|
||||||
|
|
||||||
#. <label asp-for="Height" class="@Orchard.GetLabelCssClasses()">@T["Height"] </label>
|
#. <label asp-for="Height" class="@Orchard.GetLabelClasses()">@T["Height"] </label>
|
||||||
#: OrchardCore.AdminDashboard\Views\DashboardPart.Edit.cshtml:21
|
#: OrchardCore.AdminDashboard\Views\DashboardPart.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.DashboardPart.Edit"
|
msgctxt "OrchardCore.AdminDashboard.Views.DashboardPart.Edit"
|
||||||
msgid "Height"
|
msgid "Height"
|
||||||
@@ -134,13 +134,13 @@ msgctxt "OrchardCore.AdminDashboard.Views.DashboardWidget-ContentsTags.DetailAdm
|
|||||||
msgid "Status"
|
msgid "Status"
|
||||||
msgstr "الحالة"
|
msgstr "الحالة"
|
||||||
|
|
||||||
#. <i class="fa fa-check text-success" aria-hidden="true"></i> @T["Published"]
|
#. <i class="fa-solid fa-check text-success" aria-hidden="true"></i> @T["Published"]
|
||||||
#: OrchardCore.AdminDashboard\Views\DashboardWidget-ContentsTags.DetailAdmin.cshtml:14
|
#: OrchardCore.AdminDashboard\Views\DashboardWidget-ContentsTags.DetailAdmin.cshtml:14
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.DashboardWidget-ContentsTags.DetailAdmin"
|
msgctxt "OrchardCore.AdminDashboard.Views.DashboardWidget-ContentsTags.DetailAdmin"
|
||||||
msgid "Published"
|
msgid "Published"
|
||||||
msgstr "تم نشره"
|
msgstr "تم نشره"
|
||||||
|
|
||||||
#. <i class="fa fa-pencil text-primary" aria-hidden="true"></i> @T["Draft"]
|
#. <i class="fa-solid fa-pencil text-primary" aria-hidden="true"></i> @T["Draft"]
|
||||||
#: OrchardCore.AdminDashboard\Views\DashboardWidget-ContentsTags.DetailAdmin.cshtml:21
|
#: OrchardCore.AdminDashboard\Views\DashboardWidget-ContentsTags.DetailAdmin.cshtml:21
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.DashboardWidget-ContentsTags.DetailAdmin"
|
msgctxt "OrchardCore.AdminDashboard.Views.DashboardWidget-ContentsTags.DetailAdmin"
|
||||||
msgid "Draft"
|
msgid "Draft"
|
||||||
@@ -159,17 +159,23 @@ msgid "Actions"
|
|||||||
msgstr "الإجراءت"
|
msgstr "الإجراءت"
|
||||||
|
|
||||||
#. @T["Manage Dashboard"]
|
#. @T["Manage Dashboard"]
|
||||||
#: OrchardCore.AdminDashboard\Views\Dashboard\Index.cshtml:27
|
#: OrchardCore.AdminDashboard\Views\Dashboard\Index.cshtml:28
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Index"
|
msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Index"
|
||||||
msgid "Manage Dashboard"
|
msgid "Manage Dashboard"
|
||||||
msgstr "ادارة لوحات المعلومات"
|
msgstr "ادارة لوحات المعلومات"
|
||||||
|
|
||||||
#. <zone Name="Title"><h1 class="float-start">@RenderTitleSegments(T["Dashboard"])</h1></zone>
|
#. <zone Name="Title"><h1 class="float-start">@RenderTitleSegments(T["Dashboard"])</h1></zone>
|
||||||
#: OrchardCore.AdminDashboard\Views\Dashboard\Index.cshtml:32
|
#: OrchardCore.AdminDashboard\Views\Dashboard\Index.cshtml:35
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Index"
|
msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Index"
|
||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr "لوحة المعلومات"
|
msgstr "لوحة المعلومات"
|
||||||
|
|
||||||
|
#. @T["Click on Manage Dashboard button to add dashboard widget."]
|
||||||
|
#: OrchardCore.AdminDashboard\Views\Dashboard\Index.cshtml:50
|
||||||
|
msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Index"
|
||||||
|
msgid "Click on Manage Dashboard button to add dashboard widget."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. @T["Close Editor"]
|
#. @T["Close Editor"]
|
||||||
#: OrchardCore.AdminDashboard\Views\Dashboard\Manage.cshtml:24
|
#: OrchardCore.AdminDashboard\Views\Dashboard\Manage.cshtml:24
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Manage"
|
msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Manage"
|
||||||
@@ -200,7 +206,7 @@ msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Manage"
|
|||||||
msgid "Undo"
|
msgid "Undo"
|
||||||
msgstr "تراجع"
|
msgstr "تراجع"
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-tachometer-alt" aria-hidden="true"></i></span><span class="title">@T["Dashboard"]</span>
|
#. <span class="icon"><i class="fa-solid fa-tachometer-alt" aria-hidden="true"></i></span><span class="title">@T["Dashboard"]</span>
|
||||||
#: OrchardCore.AdminDashboard\Views\NavigationItemText-dashboard.Id.cshtml:1
|
#: OrchardCore.AdminDashboard\Views\NavigationItemText-dashboard.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.NavigationItemText-dashboard.Id"
|
msgctxt "OrchardCore.AdminDashboard.Views.NavigationItemText-dashboard.Id"
|
||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:25\n"
|
"PO-Revision-Date: 2023-12-22 16:06\n"
|
||||||
|
|
||||||
#. builder.Add(S["Configuration"], configuration => configuration
|
#. builder.Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.AdminMenu\AdminMenu.cs:29
|
#: OrchardCore.AdminMenu\AdminMenu.cs:29
|
||||||
@@ -27,79 +27,79 @@ msgid "Admin Menus"
|
|||||||
msgstr "قوائم المدير"
|
msgstr "قوائم المدير"
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["Error when retrieving the list of admin menus."]);
|
#. await _notifier.ErrorAsync(H["Error when retrieving the list of admin menus."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:89
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:87
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Error when retrieving the list of admin menus."
|
msgid "Error when retrieving the list of admin menus."
|
||||||
msgstr "حدث خطأ اثناء إسترداد قوائم المدير."
|
msgstr "حدث خطأ اثناء إسترداد قوائم المدير."
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Remove) }
|
#. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Remove) },
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:106
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:105
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "حذف"
|
msgstr "حذف"
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin menu updated successfully."]);
|
#. await _notifier.SuccessAsync(H["Admin menu updated successfully."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:199
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:198
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Admin menu updated successfully."
|
msgid "Admin menu updated successfully."
|
||||||
msgstr "تم تحديث قائمة المدير بنجاح."
|
msgstr "تم تحديث قائمة المدير بنجاح."
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["Can't find the admin menu."]);
|
#. await _notifier.ErrorAsync(H["Can't find the admin menu."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:220
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:219
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Can't find the admin menu."
|
msgid "Can't find the admin menu."
|
||||||
msgstr "لا يمكن العثور على القائمة المدير."
|
msgstr "لا يمكن العثور على القائمة المدير."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin menu deleted successfully."]);
|
#. await _notifier.SuccessAsync(H["Admin menu deleted successfully."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:228
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:227
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Admin menu deleted successfully."
|
msgid "Admin menu deleted successfully."
|
||||||
msgstr "تم حذف قائمة المدير بنجاح."
|
msgstr "تم حذف قائمة المدير بنجاح."
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["Can't delete the admin menu."]);
|
#. await _notifier.ErrorAsync(H["Can't delete the admin menu."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:232
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:231
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Can't delete the admin menu."
|
msgid "Can't delete the admin menu."
|
||||||
msgstr "لا يمكن حذف قائمة المدير."
|
msgstr "لا يمكن حذف قائمة المدير."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin menus successfully removed."]);
|
#. await _notifier.SuccessAsync(H["Admin menus successfully removed."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:261
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:260
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Admin menus successfully removed."
|
msgid "Admin menus successfully removed."
|
||||||
msgstr "تمت إزالة قوائم المدير بنجاح."
|
msgstr "تمت إزالة قوائم المدير بنجاح."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin menu toggled successfully."]);
|
#. await _notifier.SuccessAsync(H["Admin menu toggled successfully."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:291
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:290
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Admin menu toggled successfully."
|
msgid "Admin menu toggled successfully."
|
||||||
msgstr "تم تبديل قائمة المدير ننجاح."
|
msgstr "تم تبديل قائمة المدير ننجاح."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin node added successfully."]);
|
#. await _notifier.SuccessAsync(H["Admin node added successfully."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:152
|
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:150
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
||||||
msgid "Admin node added successfully."
|
msgid "Admin node added successfully."
|
||||||
msgstr "تم إضافة عقدة المدير بنجاح."
|
msgstr "تم إضافة عقدة المدير بنجاح."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin node updated successfully."]);
|
#. await _notifier.SuccessAsync(H["Admin node updated successfully."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:232
|
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:230
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
||||||
msgid "Admin node updated successfully."
|
msgid "Admin node updated successfully."
|
||||||
msgstr "تم تحديث عقدة المدير بنجاح."
|
msgstr "تم تحديث عقدة المدير بنجاح."
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["The admin node has validation errors."]);
|
#. await _notifier.ErrorAsync(H["The admin node has validation errors."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:236
|
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:234
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
||||||
msgid "The admin node has validation errors."
|
msgid "The admin node has validation errors."
|
||||||
msgstr "عقدة المدير تحتوي على أخطا تحقق."
|
msgstr "عقدة المدير تحتوي على أخطا تحقق."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin node deleted successfully."]);
|
#. await _notifier.SuccessAsync(H["Admin node deleted successfully."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:273
|
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:271
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
||||||
msgid "Admin node deleted successfully."
|
msgid "Admin node deleted successfully."
|
||||||
msgstr "تم حذف عقدة المدير بنجاح."
|
msgstr "تم حذف عقدة المدير بنجاح."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin node toggled successfully."]);
|
#. await _notifier.SuccessAsync(H["Admin node toggled successfully."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:305
|
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:303
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
||||||
msgid "Admin node toggled successfully."
|
msgid "Admin node toggled successfully."
|
||||||
msgstr "تم تبديل حالة عقدة المدير بنجاح."
|
msgstr "تم تبديل حالة عقدة المدير بنجاح."
|
||||||
@@ -140,19 +140,13 @@ msgctxt "OrchardCore.AdminMenu.Views.Menu.Create"
|
|||||||
msgid "Create Admin Menu {0}"
|
msgid "Create Admin Menu {0}"
|
||||||
msgstr "إنشاء قائمة المدير {0}"
|
msgstr "إنشاء قائمة المدير {0}"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Menu\Create.cshtml:9
|
#: OrchardCore.AdminMenu\Views\Menu\Create.cshtml:9
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Menu.Create"
|
msgctxt "OrchardCore.AdminMenu.Views.Menu.Create"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "الإسم"
|
msgstr "الإسم"
|
||||||
|
|
||||||
#. <span asp-validation-for="Name" class="text-danger">@T["The name is required"]</span>
|
#. <button class="btn btn-success create" type="submit">@T["Create"]</button>
|
||||||
#: OrchardCore.AdminMenu\Views\Menu\Create.cshtml:11
|
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Menu.Create"
|
|
||||||
msgid "The name is required"
|
|
||||||
msgstr "الإسم مطلوب"
|
|
||||||
|
|
||||||
#. <button class="btn btn-primary create" type="submit">@T["Create"]</button>
|
|
||||||
#: OrchardCore.AdminMenu\Views\Menu\Create.cshtml:15
|
#: OrchardCore.AdminMenu\Views\Menu\Create.cshtml:15
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Menu.Create"
|
msgctxt "OrchardCore.AdminMenu.Views.Menu.Create"
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
@@ -170,7 +164,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Node.Create"
|
|||||||
msgid "Create Node"
|
msgid "Create Node"
|
||||||
msgstr "إنشاء عفدة"
|
msgstr "إنشاء عفدة"
|
||||||
|
|
||||||
#. <button class="btn btn-primary create" type="submit">@T["Create"]</button>
|
#. <button class="btn btn-success create" type="submit">@T["Create"]</button>
|
||||||
#: OrchardCore.AdminMenu\Views\Node\Create.cshtml:14
|
#: OrchardCore.AdminMenu\Views\Node\Create.cshtml:14
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Node.Create"
|
msgctxt "OrchardCore.AdminMenu.Views.Node.Create"
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
@@ -188,19 +182,13 @@ msgctxt "OrchardCore.AdminMenu.Views.Menu.Edit"
|
|||||||
msgid "Edit Admin Menu: {0}"
|
msgid "Edit Admin Menu: {0}"
|
||||||
msgstr "تحرير قائمة المدير: {0}"
|
msgstr "تحرير قائمة المدير: {0}"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Menu\Edit.cshtml:9
|
#: OrchardCore.AdminMenu\Views\Menu\Edit.cshtml:9
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Menu.Edit"
|
msgctxt "OrchardCore.AdminMenu.Views.Menu.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "الإسم"
|
msgstr "الإسم"
|
||||||
|
|
||||||
#. <span asp-validation-for="Name" class="text-danger">@T["The name is required"]</span>
|
#. <button class="btn btn-success save" type="submit">@T["Save"]</button>
|
||||||
#: OrchardCore.AdminMenu\Views\Menu\Edit.cshtml:11
|
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Menu.Edit"
|
|
||||||
msgid "The name is required"
|
|
||||||
msgstr "الإسم مطلوب"
|
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit">@T["Save"]</button>
|
|
||||||
#: OrchardCore.AdminMenu\Views\Menu\Edit.cshtml:14
|
#: OrchardCore.AdminMenu\Views\Menu\Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Menu.Edit"
|
msgctxt "OrchardCore.AdminMenu.Views.Menu.Edit"
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
@@ -224,7 +212,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
|||||||
msgid "Edit Node"
|
msgid "Edit Node"
|
||||||
msgstr "تحرير عقدة"
|
msgstr "تحرير عقدة"
|
||||||
|
|
||||||
#. <label asp-for="Priority">@T["Selection Priority"]</label>
|
#. <label asp-for="Priority" class="form-label">@T["Selection Priority"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Node\Edit.cshtml:14
|
#: OrchardCore.AdminMenu\Views\Node\Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
||||||
msgid "Selection Priority"
|
msgid "Selection Priority"
|
||||||
@@ -236,7 +224,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
|||||||
msgid "The priority of this link to be displayed as active instead of another one when both are pointing to the same url. The link with the highest value has the active status in the navigation."
|
msgid "The priority of this link to be displayed as active instead of another one when both are pointing to the same url. The link with the highest value has the active status in the navigation."
|
||||||
msgstr "أولوية هذا الرابط ليتم عرضه كنشط بدلاً من أي رابط أخر يشير إلى نفس العنوان. الرابط مع أعلى قيمة له حالة نشطة في التنقل."
|
msgstr "أولوية هذا الرابط ليتم عرضه كنشط بدلاً من أي رابط أخر يشير إلى نفس العنوان. الرابط مع أعلى قيمة له حالة نشطة في التنقل."
|
||||||
|
|
||||||
#. <label asp-for="Position">@T["Position Order"]</label>
|
#. <label asp-for="Position" class="form-label">@T["Position Order"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Node\Edit.cshtml:20
|
#: OrchardCore.AdminMenu\Views\Node\Edit.cshtml:20
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
||||||
msgid "Position Order"
|
msgid "Position Order"
|
||||||
@@ -248,7 +236,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
|||||||
msgid "The position order of this link in the admin menu."
|
msgid "The position order of this link in the admin menu."
|
||||||
msgstr "موقع هذا الرابط في قائمة المدير."
|
msgstr "موقع هذا الرابط في قائمة المدير."
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit">@T["Save"]</button>
|
#. <button class="btn btn-success save" type="submit">@T["Save"]</button>
|
||||||
#: OrchardCore.AdminMenu\Views\Node\Edit.cshtml:26
|
#: OrchardCore.AdminMenu\Views\Node\Edit.cshtml:26
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
@@ -272,7 +260,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
|||||||
msgid "Link"
|
msgid "Link"
|
||||||
msgstr "رابط تشعبي"
|
msgstr "رابط تشعبي"
|
||||||
|
|
||||||
#. <label asp-for="LinkText">@T["Link Text"]</label>
|
#. <label asp-for="LinkText" class="form-label">@T["Link Text"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:15
|
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:15
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
||||||
msgid "Link Text"
|
msgid "Link Text"
|
||||||
@@ -284,7 +272,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
|||||||
msgid "The Link Text as it will be shown in the tree."
|
msgid "The Link Text as it will be shown in the tree."
|
||||||
msgstr "نص الرابط الذي سيظهر على الشجرة."
|
msgstr "نص الرابط الذي سيظهر على الشجرة."
|
||||||
|
|
||||||
#. <label asp-for="LinkUrl">@T["Link Url"]</label>
|
#. <label asp-for="LinkUrl" class="form-label">@T["Link Url"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:22
|
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:22
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
||||||
msgid "Link Url"
|
msgid "Link Url"
|
||||||
@@ -296,7 +284,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
|||||||
msgid "The url of the link. A link will be shown only if it or one of their children have a url. The url will be relative to the root of the admin site"
|
msgid "The url of the link. A link will be shown only if it or one of their children have a url. The url will be relative to the root of the admin site"
|
||||||
msgstr "عنوان الرابط. الرابط سيظهر في حال إذا كان الرابط أو أحد ابناءه يمتلك عنوان. العنوان سيكون نسبي إلى جذر موقع المدير"
|
msgstr "عنوان الرابط. الرابط سيظهر في حال إذا كان الرابط أو أحد ابناءه يمتلك عنوان. العنوان سيكون نسبي إلى جذر موقع المدير"
|
||||||
|
|
||||||
#. <label asp-for="IconClass">@T["Icon"]</label>
|
#. <label asp-for="IconClass" class="form-label">@T["Icon"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:28
|
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:28
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
||||||
msgid "Icon"
|
msgid "Icon"
|
||||||
@@ -320,7 +308,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
|||||||
msgid "Pick an icon"
|
msgid "Pick an icon"
|
||||||
msgstr "اختر أيقونة"
|
msgstr "اختر أيقونة"
|
||||||
|
|
||||||
#. <label asp-for="SelectedPermissionNames">@T["Permissions"]</label>
|
#. <label asp-for="SelectedPermissionNames" class="form-label">@T["Permissions"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:83
|
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:83
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
||||||
msgid "Permissions"
|
msgid "Permissions"
|
||||||
@@ -591,7 +579,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
|||||||
msgid "Placeholder"
|
msgid "Placeholder"
|
||||||
msgstr "النص البديل"
|
msgstr "النص البديل"
|
||||||
|
|
||||||
#. <label asp-for="LinkText">@T["Link Text"]</label>
|
#. <label asp-for="LinkText" class="form-label">@T["Link Text"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:15
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:15
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Link Text"
|
msgid "Link Text"
|
||||||
@@ -603,7 +591,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
|||||||
msgid "The text of the menu item as it will be shown in the tree."
|
msgid "The text of the menu item as it will be shown in the tree."
|
||||||
msgstr "نص عنصر القائمة كما سيظهر في الشجرة."
|
msgstr "نص عنصر القائمة كما سيظهر في الشجرة."
|
||||||
|
|
||||||
#. <label asp-for="IconClass">@T["Icon"]</label>
|
#. <label asp-for="IconClass" class="form-label">@T["Icon"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:22
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:22
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Icon"
|
msgid "Icon"
|
||||||
@@ -616,49 +604,49 @@ msgid "Pick"
|
|||||||
msgstr "اختر"
|
msgstr "اختر"
|
||||||
|
|
||||||
#. <span class="hint">@T["Select an icon to display when this menu item is at the first level."]</span>
|
#. <span class="hint">@T["Select an icon to display when this menu item is at the first level."]</span>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:48
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:45
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Select an icon to display when this menu item is at the first level."
|
msgid "Select an icon to display when this menu item is at the first level."
|
||||||
msgstr "اختر أيقونة لعرضها عندما يكون عنصر القائمه في المستوى الأول."
|
msgstr "اختر أيقونة لعرضها عندما يكون عنصر القائمه في المستوى الأول."
|
||||||
|
|
||||||
#. <h5 class="modal-title">@T["Pick an icon"]</h5>
|
#. <h5 class="modal-title">@T["Pick an icon"]</h5>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:56
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:53
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Pick an icon"
|
msgid "Pick an icon"
|
||||||
msgstr "اختر أيقونة"
|
msgstr "اختر أيقونة"
|
||||||
|
|
||||||
#. <label asp-for="SelectedPermissionNames">@T["Permissions"]</label>
|
#. <label asp-for="SelectedPermissionNames" class="form-label">@T["Permissions"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:76
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:73
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Permissions"
|
msgid "Permissions"
|
||||||
msgstr "الأذونات"
|
msgstr "الأذونات"
|
||||||
|
|
||||||
#. placeholder="@T["Type to search"]"
|
#. placeholder="@T["Type to search"]"
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:101
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:98
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Type to search"
|
msgid "Type to search"
|
||||||
msgstr "أكتب للبحث"
|
msgstr "أكتب للبحث"
|
||||||
|
|
||||||
#. select-label="@T["Select"]"
|
#. select-label="@T["Select"]"
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:108
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:105
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr "أختر"
|
msgstr "أختر"
|
||||||
|
|
||||||
#. deselect-label="@T["Remove"]">
|
#. deselect-label="@T["Remove"]">
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:109
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:106
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "إزالة"
|
msgstr "إزالة"
|
||||||
|
|
||||||
#. @T["No result found"]
|
#. @T["No result found"]
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:114
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:111
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "No result found"
|
msgid "No result found"
|
||||||
msgstr "لا توجد نتائج"
|
msgstr "لا توجد نتائج"
|
||||||
|
|
||||||
#. <span class="hint">@T["The permissions required to display this menu item (optional)."]</span>
|
#. <span class="hint">@T["The permissions required to display this menu item (optional)."]</span>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:117
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:114
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "The permissions required to display this menu item (optional)."
|
msgid "The permissions required to display this menu item (optional)."
|
||||||
msgstr "الأذونات المطلوبة لعرض عنصر القائمة (اختياري)."
|
msgstr "الأذونات المطلوبة لعرض عنصر القائمة (اختياري)."
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:26\n"
|
"PO-Revision-Date: 2023-12-22 16:07\n"
|
||||||
|
|
||||||
#. Description = S["the alias part of the content item"];
|
#. Description = S["the alias part of the content item"];
|
||||||
#: OrchardCore.Alias\GraphQL\AliasInputObjectType.cs:13
|
#: OrchardCore.Alias\GraphQL\AliasInputObjectType.cs:13
|
||||||
@@ -40,15 +40,15 @@ msgstr ""
|
|||||||
#: OrchardCore.Alias\Models\AliasPartExtensions.cs:23
|
#: OrchardCore.Alias\Models\AliasPartExtensions.cs:23
|
||||||
msgctxt "OrchardCore.Alias.Models.AliasPartExtensions"
|
msgctxt "OrchardCore.Alias.Models.AliasPartExtensions"
|
||||||
msgid "Your alias is already in use. \"{0}\""
|
msgid "Your alias is already in use. \"{0}\""
|
||||||
msgstr ""
|
msgstr "الاسم المستعار الخاص بك قيد الاستخدام مسبقاً \"{0}\""
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(nameof(model.Pattern), S["Pattern doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
#. context.Updater.ModelState.AddModelError(nameof(model.Pattern), S["Pattern doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
||||||
#: OrchardCore.Alias\Settings\AliasPartSettingsDisplayDriver.cs:43
|
#: OrchardCore.Alias\Settings\AliasPartSettingsDisplayDriver.cs:44
|
||||||
msgctxt "OrchardCore.Alias.Settings.AliasPartSettingsDisplayDriver"
|
msgctxt "OrchardCore.Alias.Settings.AliasPartSettingsDisplayDriver"
|
||||||
msgid "Pattern doesn't contain a valid Liquid expression. Details: {0}"
|
msgid "Pattern doesn't contain a valid Liquid expression. Details: {0}"
|
||||||
msgstr "النمط لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
msgstr "النمط لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
||||||
|
|
||||||
#. <label asp-for="Alias" class="@Orchard.GetLabelCssClasses()">@T["Alias"] </label>
|
#. <label asp-for="Alias" class="@Orchard.GetLabelClasses()">@T["Alias"] </label>
|
||||||
#: OrchardCore.Alias\Views\AliasPart.Edit.cshtml:11
|
#: OrchardCore.Alias\Views\AliasPart.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.Alias.Views.AliasPart.Edit"
|
msgctxt "OrchardCore.Alias.Views.AliasPart.Edit"
|
||||||
msgid "Alias"
|
msgid "Alias"
|
||||||
@@ -65,13 +65,13 @@ msgctxt "OrchardCore.Alias.Views.AliasPart.Edit"
|
|||||||
msgid "Leave empty to re-generate it."
|
msgid "Leave empty to re-generate it."
|
||||||
msgstr "اتركه فارغاً لإعادة توليده."
|
msgstr "اتركه فارغاً لإعادة توليده."
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Alias\Views\AliasPart.Option.cshtml:4
|
#: OrchardCore.Alias\Views\AliasPart.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.Alias.Views.AliasPart.Option"
|
msgctxt "OrchardCore.Alias.Views.AliasPart.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
msgstr "قياسي"
|
||||||
|
|
||||||
#. <label asp-for="Options">@T["Options"]</label>
|
#. <label asp-for="Options" class="form-label">@T["Options"]</label>
|
||||||
#: OrchardCore.Alias\Views\AliasPartSettings.Edit.cshtml:15
|
#: OrchardCore.Alias\Views\AliasPartSettings.Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.Alias.Views.AliasPartSettings.Edit"
|
msgctxt "OrchardCore.Alias.Views.AliasPartSettings.Edit"
|
||||||
msgid "Options"
|
msgid "Options"
|
||||||
@@ -89,7 +89,7 @@ msgctxt "OrchardCore.Alias.Views.AliasPartSettings.Edit"
|
|||||||
msgid "Alias is generated and input is disabled"
|
msgid "Alias is generated and input is disabled"
|
||||||
msgstr "الاسم البديل مولد آلياً والإدخال معطَّل"
|
msgstr "الاسم البديل مولد آلياً والإدخال معطَّل"
|
||||||
|
|
||||||
#. <label asp-for="Pattern">@T["Pattern"]</label>
|
#. <label asp-for="Pattern" class="form-label">@T["Pattern"]</label>
|
||||||
#: OrchardCore.Alias\Views\AliasPartSettings.Edit.cshtml:24
|
#: OrchardCore.Alias\Views\AliasPartSettings.Edit.cshtml:24
|
||||||
msgctxt "OrchardCore.Alias.Views.AliasPartSettings.Edit"
|
msgctxt "OrchardCore.Alias.Views.AliasPartSettings.Edit"
|
||||||
msgid "Pattern"
|
msgid "Pattern"
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2022-11-03 17:19\n"
|
"PO-Revision-Date: 2023-07-18 15:43\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], NavigationConstants.AdminMenuConfigurationPosition, design => design
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Apis.GraphQL\AdminMenu.cs:25
|
#: OrchardCore.Apis.GraphQL\AdminMenu.cs:25
|
||||||
msgctxt "OrchardCore.Apis.GraphQL.AdminMenu"
|
msgctxt "OrchardCore.Apis.GraphQL.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
@@ -20,20 +20,26 @@ msgstr "إعدادات"
|
|||||||
|
|
||||||
#. .Add(S["GraphiQL"], S["GraphiQL"].PrefixPosition(), deployment => deployment
|
#. .Add(S["GraphiQL"], S["GraphiQL"].PrefixPosition(), deployment => deployment
|
||||||
#. .Add(S["GraphiQL"], S["GraphiQL"].PrefixPosition(), deployment => deployment
|
#. .Add(S["GraphiQL"], S["GraphiQL"].PrefixPosition(), deployment => deployment
|
||||||
#: OrchardCore.Apis.GraphQL\AdminMenu.cs:27
|
#: OrchardCore.Apis.GraphQL\AdminMenu.cs:26
|
||||||
#: OrchardCore.Apis.GraphQL\AdminMenu.cs:27
|
#: OrchardCore.Apis.GraphQL\AdminMenu.cs:26
|
||||||
msgctxt "OrchardCore.Apis.GraphQL.AdminMenu"
|
msgctxt "OrchardCore.Apis.GraphQL.AdminMenu"
|
||||||
msgid "GraphiQL"
|
msgid "GraphiQL"
|
||||||
msgstr "GraphiQL"
|
msgstr "GraphiQL"
|
||||||
|
|
||||||
|
#. var errorMessage = S["'{0}' exceeds the maximum number of results for '{1}' ({2})", value.Value, arg.Name, _maxNumberOfResults];
|
||||||
|
#: OrchardCore.Apis.GraphQL\ValidationRules\MaxNumberOfResultsValidationRule.cs:54
|
||||||
|
msgctxt "OrchardCore.Apis.GraphQL.ValidationRules.MaxNumberOfResultsValidationRule"
|
||||||
|
msgid "'{0}' exceeds the maximum number of results for '{1}' ({2})"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. S["Authorization is required to access {0}.", operationName],
|
#. S["Authorization is required to access {0}.", operationName],
|
||||||
#: OrchardCore.Apis.GraphQL\ValidationRules\RequiresPermissionValidationRule.cs:65
|
#: OrchardCore.Apis.GraphQL\ValidationRules\RequiresPermissionValidationRule.cs:67
|
||||||
msgctxt "OrchardCore.Apis.GraphQL.ValidationRules.RequiresPermissionValidationRule"
|
msgctxt "OrchardCore.Apis.GraphQL.ValidationRules.RequiresPermissionValidationRule"
|
||||||
msgid "Authorization is required to access {0}."
|
msgid "Authorization is required to access {0}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. S["Authorization is required to access the node. {0}", nodeName],
|
#. S["Authorization is required to access the node. {0}", nodeName],
|
||||||
#: OrchardCore.Apis.GraphQL\ValidationRules\RequiresPermissionValidationRule.cs:118
|
#: OrchardCore.Apis.GraphQL\ValidationRules\RequiresPermissionValidationRule.cs:120
|
||||||
msgctxt "OrchardCore.Apis.GraphQL.ValidationRules.RequiresPermissionValidationRule"
|
msgctxt "OrchardCore.Apis.GraphQL.ValidationRules.RequiresPermissionValidationRule"
|
||||||
msgid "Authorization is required to access the node. {0}"
|
msgid "Authorization is required to access the node. {0}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -10,21 +10,21 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. <button class="btn btn-primary btn-archive-later" type="submit" name="submit.Publish" value="submit.ArchiveLater">@T["Archive Later"]</button>
|
#. <button class="btn btn-outline-primary text-nowrap btn-archive-later" type="submit" name="submit.Publish" value="submit.ArchiveLater">@T["Archive Later"]</button>
|
||||||
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Edit.cshtml:13
|
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Edit"
|
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Edit"
|
||||||
msgid "Archive Later"
|
msgid "Archive Later"
|
||||||
msgstr "أرشيف لاحقاً"
|
msgstr "أرشيف لاحقاً"
|
||||||
|
|
||||||
#. <button class="btn btn-primary btn-archive-later" type="submit" name="submit.Publish" value="submit.CancelArchiveLater">@T["Cancel Archive Later"]</button>
|
#. <button class="btn btn-warning text-nowrap btn-archive-later" type="submit" name="submit.Publish" value="submit.CancelArchiveLater">@T["Cancel Archive Later"]</button>
|
||||||
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Edit.cshtml:18
|
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Edit.cshtml:19
|
||||||
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Edit"
|
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Edit"
|
||||||
msgid "Cancel Archive Later"
|
msgid "Cancel Archive Later"
|
||||||
msgstr "إلغاء الأرشيف لاحقاً"
|
msgstr "إلغاء الأرشيف لاحقاً"
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
||||||
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Option.cshtml:4
|
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Option"
|
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:27\n"
|
"PO-Revision-Date: 2023-12-22 16:08\n"
|
||||||
|
|
||||||
#. .Add(S["Audit Trail"], NavigationConstants.AdminMenuAuditTrailPosition, configuration => configuration
|
#. .Add(S["Audit Trail"], NavigationConstants.AdminMenuAuditTrailPosition, configuration => configuration
|
||||||
#: OrchardCore.AuditTrail\Navigation\AuditTrailAdminMenu.cs:26
|
#: OrchardCore.AuditTrail\Navigation\AuditTrailAdminMenu.cs:26
|
||||||
@@ -38,79 +38,79 @@ msgctxt "OrchardCore.AuditTrail.Navigation.AuditTrailSettingsAdminMenu"
|
|||||||
msgid "Audit Trail"
|
msgid "Audit Trail"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. options.Categories.Insert(0, new SelectListItem(S["All categories"], String.Empty, String.IsNullOrEmpty(options.Category)));
|
#. options.Categories.Insert(0, new SelectListItem(S["All categories"], string.Empty, string.IsNullOrEmpty(options.Category)));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:82
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:78
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "All categories"
|
msgid "All categories"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem(S["Any date"], String.Empty, options.Date == String.Empty),
|
#. new SelectListItem(S["Any date"], string.Empty, options.Date == string.Empty),
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:102
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:98
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Any date"
|
msgid "Any date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Last 24 hours"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Last 24 hours"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:106
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:102
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Last 24 hours"
|
msgid "Last 24 hours"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Previous 48 hours"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Previous 48 hours"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:109
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:105
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Previous 48 hours"
|
msgid "Previous 48 hours"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["This week"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["This week"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:112
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:108
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "This week"
|
msgid "This week"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Last week"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Last week"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:117
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:113
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Last week"
|
msgid "Last week"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["This month"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["This month"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:121
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:117
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "This month"
|
msgid "This month"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Last month"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Last month"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:126
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:122
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Last month"
|
msgid "Last month"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Custom date range"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Custom date range"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:127
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:123
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Custom date range"
|
msgid "Custom date range"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Last hour"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Last hour"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:130
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:126
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Last hour"
|
msgid "Last hour"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Previous hour"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Previous hour"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:133
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:129
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Previous hour"
|
msgid "Previous hour"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Custom time range"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Custom time range"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:134
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:130
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Custom time range"
|
msgid "Custom time range"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. .WithSelectListItem<Startup>((S, opt, model) => new SelectListItem(S["Newest"], opt.Value, model.Sort == String.Empty))
|
#. .WithSelectListItem<Startup>((S, opt, model) => new SelectListItem(S["Newest"], opt.Value, model.Sort == string.Empty))
|
||||||
#: OrchardCore.AuditTrail\Startup.cs:94
|
#: OrchardCore.AuditTrail\Startup.cs:94
|
||||||
msgctxt "OrchardCore.AuditTrail.Startup"
|
msgctxt "OrchardCore.AuditTrail.Startup"
|
||||||
msgid "Newest"
|
msgid "Newest"
|
||||||
@@ -171,7 +171,7 @@ msgid "Category"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <p>@T["Filters on the audit trail category."]</p>
|
#. <p>@T["Filters on the audit trail category."]</p>
|
||||||
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-Category.Thumbnail.cshtml:9
|
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-Category.Thumbnail.cshtml:8
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-Category.Thumbnail"
|
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-Category.Thumbnail"
|
||||||
msgid "Filters on the audit trail category."
|
msgid "Filters on the audit trail category."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -213,7 +213,7 @@ msgid "Event"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <p>@T["Filters on the audit trail event, when a Correlation Id is used."]</p>
|
#. <p>@T["Filters on the audit trail event, when a Correlation Id is used."]</p>
|
||||||
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-Event.Thumbnail.cshtml:9
|
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-Event.Thumbnail.cshtml:8
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-Event.Thumbnail"
|
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-Event.Thumbnail"
|
||||||
msgid "Filters on the audit trail event, when a Correlation Id is used."
|
msgid "Filters on the audit trail event, when a Correlation Id is used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -225,7 +225,7 @@ msgid "User Id"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <p>@T["Filters by the id of a user."]</p>
|
#. <p>@T["Filters by the id of a user."]</p>
|
||||||
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-UserId.Thumbnail.cshtml:9
|
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-UserId.Thumbnail.cshtml:8
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-UserId.Thumbnail"
|
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-UserId.Thumbnail"
|
||||||
msgid "Filters by the id of a user."
|
msgid "Filters by the id of a user."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -237,7 +237,7 @@ msgid "User Name"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <p>@T["Filters by the name of a user."]</p>
|
#. <p>@T["Filters by the name of a user."]</p>
|
||||||
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-UserName.Thumbnail.cshtml:9
|
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-UserName.Thumbnail.cshtml:8
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-UserName.Thumbnail"
|
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-UserName.Thumbnail"
|
||||||
msgid "Filters by the name of a user."
|
msgid "Filters by the name of a user."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -292,7 +292,7 @@ msgctxt "OrchardCore.AuditTrail.Views.AuditTrailAdminListFilters"
|
|||||||
msgid "Sort"
|
msgid "Sort"
|
||||||
msgstr "الترتيب"
|
msgstr "الترتيب"
|
||||||
|
|
||||||
#. <i class="fa fa-filter" title="@T["Filters"]" aria-hidden="true"></i>
|
#. <i class="fa-solid fa-filter" title="@T["Filters"]" aria-hidden="true"></i>
|
||||||
#: OrchardCore.AuditTrail\Views\AuditTrailAdminListSearch.cshtml:21
|
#: OrchardCore.AuditTrail\Views\AuditTrailAdminListSearch.cshtml:21
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailAdminListSearch"
|
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailAdminListSearch"
|
||||||
msgid "Filters"
|
msgid "Filters"
|
||||||
@@ -585,7 +585,7 @@ msgctxt "OrchardCore.AuditTrail.Views.AuditTrailSettings.Edit"
|
|||||||
msgid "Audit Trail"
|
msgid "Audit Trail"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label class="" for="Categories">@T["Events to record"]</label>
|
#. <label asp-for="Categories" class="form-label">@T["Events to record"]</label>
|
||||||
#: OrchardCore.AuditTrail\Views\AuditTrailSettings.Edit.cshtml:12
|
#: OrchardCore.AuditTrail\Views\AuditTrailSettings.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailSettings.Edit"
|
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailSettings.Edit"
|
||||||
msgid "Events to record"
|
msgid "Events to record"
|
||||||
@@ -639,7 +639,7 @@ msgctxt "OrchardCore.AuditTrail.Views.AuditTrailTrimmingSettings.Edit"
|
|||||||
msgid "Whether the trimming task is disabled."
|
msgid "Whether the trimming task is disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="RetentionDays">@T["Retention period"]</label>
|
#. <label asp-for="RetentionDays" class="form-label">@T["Retention period"]</label>
|
||||||
#: OrchardCore.AuditTrail\Views\AuditTrailTrimmingSettings.Edit.cshtml:11
|
#: OrchardCore.AuditTrail\Views\AuditTrailTrimmingSettings.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailTrimmingSettings.Edit"
|
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailTrimmingSettings.Edit"
|
||||||
msgid "Retention period"
|
msgid "Retention period"
|
||||||
@@ -651,7 +651,7 @@ msgctxt "OrchardCore.AuditTrail.Views.AuditTrailTrimmingSettings.Edit"
|
|||||||
msgid "The number of days an event is retained."
|
msgid "The number of days an event is retained."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="LastRunUtc">@T["Last run"]</label>
|
#. <label asp-for="LastRunUtc" class="form-label">@T["Last run"]</label>
|
||||||
#: OrchardCore.AuditTrail\Views\AuditTrailTrimmingSettings.Edit.cshtml:17
|
#: OrchardCore.AuditTrail\Views\AuditTrailTrimmingSettings.Edit.cshtml:17
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailTrimmingSettings.Edit"
|
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailTrimmingSettings.Edit"
|
||||||
msgid "Last run"
|
msgid "Last run"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:27\n"
|
"PO-Revision-Date: 2023-12-22 16:08\n"
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(model.Path), S["Your permalink is already in use."]);
|
#. updater.ModelState.AddModelError(Prefix, nameof(model.Path), S["Your permalink is already in use."]);
|
||||||
#: OrchardCore.Autoroute\Drivers\AutoroutePartDisplayDriver.cs:125
|
#: OrchardCore.Autoroute\Drivers\AutoroutePartDisplayDriver.cs:125
|
||||||
@@ -67,7 +67,7 @@ msgid "Your permalink is too long. The permalink can only be up to {0} character
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(nameof(model.Pattern), S["Pattern doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
#. context.Updater.ModelState.AddModelError(nameof(model.Pattern), S["Pattern doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
||||||
#: OrchardCore.Autoroute\Settings\AutoroutePartSettingsDisplayDriver.cs:58
|
#: OrchardCore.Autoroute\Settings\AutoroutePartSettingsDisplayDriver.cs:59
|
||||||
msgctxt "OrchardCore.Autoroute.Settings.AutoroutePartSettingsDisplayDriver"
|
msgctxt "OrchardCore.Autoroute.Settings.AutoroutePartSettingsDisplayDriver"
|
||||||
msgid "Pattern doesn't contain a valid Liquid expression. Details: {0}"
|
msgid "Pattern doesn't contain a valid Liquid expression. Details: {0}"
|
||||||
msgstr "النمط لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
msgstr "النمط لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
||||||
@@ -84,7 +84,7 @@ msgctxt "OrchardCore.Autoroute.Views.AutoroutePart.Edit"
|
|||||||
msgid "Check to disable autoroute for this content item."
|
msgid "Check to disable autoroute for this content item."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Path" class="@Orchard.GetLabelCssClasses()">@T["Permalink"]</label>
|
#. <label asp-for="Path" class="@Orchard.GetLabelClasses()">@T["Permalink"]</label>
|
||||||
#: OrchardCore.Autoroute\Views\AutoroutePart.Edit.cshtml:31
|
#: OrchardCore.Autoroute\Views\AutoroutePart.Edit.cshtml:31
|
||||||
msgctxt "OrchardCore.Autoroute.Views.AutoroutePart.Edit"
|
msgctxt "OrchardCore.Autoroute.Views.AutoroutePart.Edit"
|
||||||
msgid "Permalink"
|
msgid "Permalink"
|
||||||
@@ -156,7 +156,7 @@ msgctxt "OrchardCore.Autoroute.Views.AutoroutePart.Edit"
|
|||||||
msgid "Check to specify that a child content item will be routed to an absolute path."
|
msgid "Check to specify that a child content item will be routed to an absolute path."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Pattern">@T["Pattern"]</label>
|
#. <label asp-for="Pattern" class="form-label">@T["Pattern"]</label>
|
||||||
#: OrchardCore.Autoroute\Views\AutoroutePartSettings.Edit.cshtml:15
|
#: OrchardCore.Autoroute\Views\AutoroutePartSettings.Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.Autoroute.Views.AutoroutePartSettings.Edit"
|
msgctxt "OrchardCore.Autoroute.Views.AutoroutePartSettings.Edit"
|
||||||
msgid "Pattern"
|
msgid "Pattern"
|
||||||
|
|||||||
@@ -10,26 +10,26 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-25 11:21\n"
|
"PO-Revision-Date: 2023-12-22 16:09\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], configuration => configuration
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.BackgroundTasks\AdminMenu.cs:25
|
#: OrchardCore.BackgroundTasks\AdminMenu.cs:22
|
||||||
msgctxt "OrchardCore.BackgroundTasks.AdminMenu"
|
msgctxt "OrchardCore.BackgroundTasks.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
msgstr "الإعدادات"
|
msgstr "الإعدادات"
|
||||||
|
|
||||||
#. .Add(S["Tasks"], S["Tasks"].PrefixPosition(), tasks => tasks
|
#. .Add(S["Tasks"], S["Tasks"].PrefixPosition(), tasks => tasks
|
||||||
#. .Add(S["Tasks"], S["Tasks"].PrefixPosition(), tasks => tasks
|
#. .Add(S["Tasks"], S["Tasks"].PrefixPosition(), tasks => tasks
|
||||||
#: OrchardCore.BackgroundTasks\AdminMenu.cs:26
|
#: OrchardCore.BackgroundTasks\AdminMenu.cs:23
|
||||||
#: OrchardCore.BackgroundTasks\AdminMenu.cs:26
|
#: OrchardCore.BackgroundTasks\AdminMenu.cs:23
|
||||||
msgctxt "OrchardCore.BackgroundTasks.AdminMenu"
|
msgctxt "OrchardCore.BackgroundTasks.AdminMenu"
|
||||||
msgid "Tasks"
|
msgid "Tasks"
|
||||||
msgstr "مهام"
|
msgstr "مهام"
|
||||||
|
|
||||||
#. .Add(S["Background Tasks"], S["Background Tasks"].PrefixPosition(), backgroundTasks => backgroundTasks
|
#. .Add(S["Background Tasks"], S["Background Tasks"].PrefixPosition(), backgroundTasks => backgroundTasks
|
||||||
#. .Add(S["Background Tasks"], S["Background Tasks"].PrefixPosition(), backgroundTasks => backgroundTasks
|
#. .Add(S["Background Tasks"], S["Background Tasks"].PrefixPosition(), backgroundTasks => backgroundTasks
|
||||||
#: OrchardCore.BackgroundTasks\AdminMenu.cs:27
|
#: OrchardCore.BackgroundTasks\AdminMenu.cs:24
|
||||||
#: OrchardCore.BackgroundTasks\AdminMenu.cs:27
|
#: OrchardCore.BackgroundTasks\AdminMenu.cs:24
|
||||||
msgctxt "OrchardCore.BackgroundTasks.AdminMenu"
|
msgctxt "OrchardCore.BackgroundTasks.AdminMenu"
|
||||||
msgid "Background Tasks"
|
msgid "Background Tasks"
|
||||||
msgstr "مهام في الخلفية"
|
msgstr "مهام في الخلفية"
|
||||||
@@ -47,19 +47,19 @@ msgid "Disabled"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The task has been updated."]);
|
#. await _notifier.SuccessAsync(H["The task has been updated."]);
|
||||||
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:208
|
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:209
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
|
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
|
||||||
msgid "The task has been updated."
|
msgid "The task has been updated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The task has been enabled."]);
|
#. await _notifier.SuccessAsync(H["The task has been enabled."]);
|
||||||
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:245
|
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:244
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
|
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
|
||||||
msgid "The task has been enabled."
|
msgid "The task has been enabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The task has been disabled."]);
|
#. await _notifier.SuccessAsync(H["The task has been disabled."]);
|
||||||
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:276
|
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:273
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
|
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
|
||||||
msgid "The task has been disabled."
|
msgid "The task has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -82,19 +82,19 @@ msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
|||||||
msgid "Advanced"
|
msgid "Advanced"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Title" class="@Orchard.GetLabelCssClasses()">@T["Title"]</label>
|
#. <label asp-for="Title" class="@Orchard.GetLabelClasses()">@T["Title"]</label>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:23
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:23
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Description" class="@Orchard.GetLabelCssClasses()">@T["Description"]</label>
|
#. <label asp-for="Description" class="@Orchard.GetLabelClasses()">@T["Description"]</label>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:30
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:30
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Schedule" class="@Orchard.GetLabelCssClasses()">@T["Schedule"]</label>
|
#. <label asp-for="Schedule" class="@Orchard.GetLabelClasses()">@T["Schedule"]</label>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:37
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:37
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Schedule"
|
msgid "Schedule"
|
||||||
@@ -112,58 +112,70 @@ msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
|||||||
msgid "The task schedule as a cron expression."
|
msgid "The task schedule as a cron expression."
|
||||||
msgstr "جدولة المهمة كتعبير cron."
|
msgstr "جدولة المهمة كتعبير cron."
|
||||||
|
|
||||||
|
#. <label class="form-check-label" asp-for="UsePipeline">@T["Use Tenant Pipeline"]</label>
|
||||||
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:51
|
||||||
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
|
msgid "Use Tenant Pipeline"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["Whether or not the tenant pipeline should be built to configure endpoints and then executed to allow route urls generation in the background."]</span>
|
||||||
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:53
|
||||||
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
|
msgid "Whether or not the tenant pipeline should be built to configure endpoints and then executed to allow route urls generation in the background."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <div><span asp-validation-for="LockTimeout" class="text-danger">@T["Invalid lock timeout value in the advanced tab"]</span></div>
|
#. <div><span asp-validation-for="LockTimeout" class="text-danger">@T["Invalid lock timeout value in the advanced tab"]</span></div>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:47
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:57
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Invalid lock timeout value in the advanced tab"
|
msgid "Invalid lock timeout value in the advanced tab"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <div><span asp-validation-for="LockExpiration" class="text-danger">@T["Invalid lock expiration value in the advanced tab"]</span></div>
|
#. <div><span asp-validation-for="LockExpiration" class="text-danger">@T["Invalid lock expiration value in the advanced tab"]</span></div>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:48
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:58
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Invalid lock expiration value in the advanced tab"
|
msgid "Invalid lock expiration value in the advanced tab"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="LockTimeout" class="@Orchard.GetLabelCssClasses()">@T["Lock timeout (ms)"]</label>
|
#. <label asp-for="LockTimeout" class="@Orchard.GetLabelClasses()">@T["Lock timeout (ms)"]</label>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:53
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:63
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Lock timeout (ms)"
|
msgid "Lock timeout (ms)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["The timeout in milliseconds to acquire a lock before executing the task atomically. Leave it to zero to not use any locking."]</span>
|
#. <span class="hint">@T["The timeout in milliseconds to acquire a lock before executing the task atomically. Leave it to zero to not use any locking."]</span>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:56
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:66
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "The timeout in milliseconds to acquire a lock before executing the task atomically. Leave it to zero to not use any locking."
|
msgid "The timeout in milliseconds to acquire a lock before executing the task atomically. Leave it to zero to not use any locking."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["Ignored if there is no distributed lock feature enabled."]</span>
|
#. <span class="hint">@T["Ignored if there is no distributed lock feature enabled."]</span>
|
||||||
#. <span class="hint">@T["Ignored if there is no distributed lock feature enabled."]</span>
|
#. <span class="hint">@T["Ignored if there is no distributed lock feature enabled."]</span>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:57
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:67
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:66
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:76
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Ignored if there is no distributed lock feature enabled."
|
msgid "Ignored if there is no distributed lock feature enabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="LockExpiration" class="@Orchard.GetLabelCssClasses()">@T["Lock expiration (ms)"]</label>
|
#. <label asp-for="LockExpiration" class="@Orchard.GetLabelClasses()">@T["Lock expiration (ms)"]</label>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:62
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:72
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Lock expiration (ms)"
|
msgid "Lock expiration (ms)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["The expiration in milliseconds of the lock acquired before executing the task atomically. Leave it to zero to not use any locking."]</span>
|
#. <span class="hint">@T["The expiration in milliseconds of the lock acquired before executing the task atomically. Leave it to zero to not use any locking."]</span>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:65
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:75
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "The expiration in milliseconds of the lock acquired before executing the task atomically. Leave it to zero to not use any locking."
|
msgid "The expiration in milliseconds of the lock acquired before executing the task atomically. Leave it to zero to not use any locking."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit">@T["Save"]</button>
|
#. <button class="btn btn-primary save" type="submit">@T["Save"]</button>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:73
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:83
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr "حفظ"
|
msgstr "حفظ"
|
||||||
|
|
||||||
#. <a class="btn btn-secondary cancel" role="button" asp-route-action="Index">@T["Cancel"]</a>
|
#. <a class="btn btn-secondary cancel" role="button" asp-route-action="Index">@T["Cancel"]</a>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:74
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:84
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "إلغاء"
|
msgstr "إلغاء"
|
||||||
@@ -192,7 +204,7 @@ msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Index"
|
|||||||
msgid "Status"
|
msgid "Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="text-primary" title="@T["Settings"]"><i class="fa fa-cog" aria-hidden="true"></i></span>
|
#. <span class="text-primary" title="@T["Settings"]"><i class="fa-solid fa-cog" aria-hidden="true"></i></span>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Index.cshtml:42
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Index.cshtml:42
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Index"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Index"
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
|
|||||||
@@ -10,16 +10,16 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\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()]);
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Drivers.ContentPickerFieldDisplayDriver"
|
||||||
msgid "The {0} field is required."
|
msgid "The {0} field is required."
|
||||||
msgstr "الحقل {0} إلزامي."
|
msgstr "الحقل {0} إلزامي."
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(field.ContentItemIds), S["The {0} field cannot contain multiple items.", context.PartFieldDefinition.DisplayName()]);
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Drivers.ContentPickerFieldDisplayDriver"
|
||||||
msgid "The {0} field cannot contain multiple items."
|
msgid "The {0} field cannot contain multiple items."
|
||||||
msgstr "الحقل {0} لا يمكن أن يحتوى على عدة عناصر."
|
msgstr "الحقل {0} لا يمكن أن يحتوى على عدة عناصر."
|
||||||
@@ -36,8 +36,8 @@ msgctxt "OrchardCore.ContentFields.Drivers.DateTimeFieldDisplayDriver"
|
|||||||
msgid "A value is required for {0}."
|
msgid "A value is required for {0}."
|
||||||
msgstr "القيمة إلزامية لـ {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)]);
|
#. nameof(viewModel.Html), S["{0} doesn't contain a valid Liquid expression. Details: {1}",
|
||||||
#: OrchardCore.ContentFields\Drivers\HtmlFieldDisplayDriver.cs:93
|
#: OrchardCore.ContentFields\Drivers\HtmlFieldDisplayDriver.cs:96
|
||||||
msgctxt "OrchardCore.ContentFields.Drivers.HtmlFieldDisplayDriver"
|
msgctxt "OrchardCore.ContentFields.Drivers.HtmlFieldDisplayDriver"
|
||||||
msgid "{0} doesn't contain a valid Liquid expression. Details: {1}"
|
msgid "{0} doesn't contain a valid Liquid expression. Details: {1}"
|
||||||
msgstr "{0} لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {1}"
|
msgstr "{0} لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {1}"
|
||||||
@@ -123,7 +123,7 @@ msgid "Invalid number of digits for {0}, max allowed: {1}."
|
|||||||
msgstr "عدد الخانات الرقمية للحقل {0} غير صحيحة، العدد الأكبر المسموح به: {1}."
|
msgstr "عدد الخانات الرقمية للحقل {0} غير صحيحة، العدد الأكبر المسموح به: {1}."
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(field.Text), S["A value is required for {0}.", context.PartFieldDefinition.DisplayName()]);
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Drivers.TextFieldDisplayDriver"
|
||||||
msgid "A value is required for {0}."
|
msgid "A value is required for {0}."
|
||||||
msgstr "القيمة إلزامية للحقل {0}."
|
msgstr "القيمة إلزامية للحقل {0}."
|
||||||
@@ -304,20 +304,26 @@ msgctxt "OrchardCore.ContentFields.Handlers.YoutubeFieldHandler"
|
|||||||
msgid "The format of the url is invalid"
|
msgid "The format of the url is invalid"
|
||||||
msgstr ""
|
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."]);
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Settings.ContentPickerFieldSettingsDriver"
|
||||||
msgid "Please provide a Stereotype."
|
msgid "Please provide a Stereotype."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(ContentPickerFieldSettingsViewModel.DisplayedContentTypes), S["At least one content type must be selected."]);
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Settings.ContentPickerFieldSettingsDriver"
|
||||||
msgid "At least one content type must be selected."
|
msgid "At least one content type must be selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(Prefix + "." + nameof(MonacoSettingsViewModel.Options), S["The options are written in an incorrect format."]);
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Settings.HtmlFieldMonacoEditorSettingsDriver"
|
||||||
msgid "The options are written in an incorrect format."
|
msgid "The options are written in an incorrect format."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -335,7 +341,7 @@ msgid "The options are written in an incorrect format."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(Prefix + "." + nameof(MonacoSettingsViewModel.Options), S["The options are written in an incorrect format."]);
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Settings.TextFieldMonacoEditorSettingsDriver"
|
||||||
msgid "The options are written in an incorrect format."
|
msgid "The options are written in an incorrect format."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -358,19 +364,19 @@ msgctxt "OrchardCore.ContentFields.Views.BooleanField-Switch.Option"
|
|||||||
msgid "Switch"
|
msgid "Switch"
|
||||||
msgstr "تغيير"
|
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
|
#: OrchardCore.ContentFields\Views\BooleanField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.BooleanField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.BooleanField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
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
|
#: OrchardCore.ContentFields\Views\BooleanField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.BooleanField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.BooleanField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "أساسي"
|
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
|
#: OrchardCore.ContentFields\Views\BooleanFieldSettings.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.ContentFields.Views.BooleanFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.BooleanFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -382,7 +388,7 @@ msgctxt "OrchardCore.ContentFields.Views.BooleanFieldSettings.Edit"
|
|||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr "تلميحة نصية تظهر عند عرض هذا الحقل في المحرر."
|
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
|
#: OrchardCore.ContentFields\Views\BooleanFieldSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.BooleanFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.BooleanFieldSettings.Edit"
|
||||||
msgid "Label"
|
msgid "Label"
|
||||||
@@ -412,7 +418,7 @@ msgctxt "OrchardCore.ContentFields.Views.ContentPickerField"
|
|||||||
msgid "No content items."
|
msgid "No content items."
|
||||||
msgstr "لا توجد عناصر للمحتوى."
|
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
|
#: OrchardCore.ContentFields\Views\ContentPickerField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.DisplayOption"
|
||||||
msgid "Standard"
|
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 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>
|
#. <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:28
|
||||||
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:48
|
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:47
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
|
||||||
msgid "Not published"
|
msgid "Not published"
|
||||||
msgstr "غير منشور"
|
msgstr "غير منشور"
|
||||||
|
|
||||||
#. label="displayText" placeholder="@T["Type to search"]"
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
|
||||||
msgid "Type to search"
|
msgid "Type to search"
|
||||||
msgstr "أكتب هنا للبحث"
|
msgstr "أكتب هنا للبحث"
|
||||||
|
|
||||||
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr "أختر"
|
msgstr "أختر"
|
||||||
|
|
||||||
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "حذف"
|
msgstr "حذف"
|
||||||
|
|
||||||
#. @T["No result found"]
|
#. @T["No result found"]
|
||||||
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:51
|
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:50
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
|
||||||
msgid "No result found"
|
msgid "No result found"
|
||||||
msgstr "لا توجد نتائج"
|
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
|
#: OrchardCore.ContentFields\Views\ContentPickerField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "أساسي"
|
msgstr "أساسي"
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="Required">@T["Required"]</label>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Required"
|
msgid "Required"
|
||||||
msgstr "إلزامي"
|
msgstr "إلزامي"
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Whether to ensure at least one element is selected."]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Whether to ensure at least one element is selected."
|
msgid "Whether to ensure at least one element is selected."
|
||||||
msgstr "حتى يتم التأكد أن عنصراً واحداً على الأقل تم إختياره."
|
msgstr "حتى يتم التأكد أن عنصراً واحداً على الأقل تم إختياره."
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="Multiple">@T["Allow multiple"]</label>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Allow multiple"
|
msgid "Allow multiple"
|
||||||
msgstr "السماح بالاختيار المتعدد"
|
msgstr "السماح بالاختيار المتعدد"
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Whether to allow multiple elements to be selected."]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Whether to allow multiple elements to be selected."
|
msgid "Whether to allow multiple elements to be selected."
|
||||||
msgstr "حتى يتم السماح بإختيار عناصر متعددة."
|
msgstr "حتى يتم السماح بإختيار عناصر متعددة."
|
||||||
|
|
||||||
#. <label asp-for="Source">@T["Contained Content Types"]</label>
|
#. <label asp-for="Source" class="form-label">@T["Contained Content Types"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:21
|
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:30
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Contained Content Types"
|
msgid "Contained Content Types"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["Display All Content Types"]
|
#. @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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Display All Content Types"
|
msgid "Display All Content Types"
|
||||||
msgstr "عرض كل أنواع المحتوي"
|
msgstr "عرض كل أنواع المحتوي"
|
||||||
|
|
||||||
#. @T["Content Types"]
|
#. @T["Content Types"]
|
||||||
#. <label asp-for="DisplayedContentTypes">@T["Content Types"]</label>
|
#. <label asp-for="DisplayedContentTypes" class="form-label">@T["Content Types"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:32
|
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:41
|
||||||
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:53
|
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:62
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Content Types"
|
msgid "Content Types"
|
||||||
msgstr "أنواع المحتوى"
|
msgstr "أنواع المحتوى"
|
||||||
|
|
||||||
#. @T["Stereotype"] <span class="hint">@T["All content types of these Stereotypes"]</span>
|
#. @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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Stereotype"
|
msgid "Stereotype"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["Stereotype"] <span class="hint">@T["All content types of these Stereotypes"]</span>
|
#. @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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "All content types of these Stereotypes"
|
msgid "All content types of these Stereotypes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Stereotypes">@T["Stereotypes"]</label>
|
#. <label asp-for="Stereotypes" class="form-label">@T["Stereotypes"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:46
|
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:55
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Stereotypes"
|
msgid "Stereotypes"
|
||||||
msgstr ""
|
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>
|
#. <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"
|
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"
|
msgid "The Stereotypes of the content types that this field can contain. You may define multiple Stereotypes using the comma (,) as a separator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["The content types to display. Choose at least one."]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "The content types to display. Choose at least one."
|
msgid "The content types to display. Choose at least one."
|
||||||
msgstr "أنواع المحتوى التي ستعرض. أختر واحد منها على الأقل."
|
msgstr "أنواع المحتوى التي ستعرض. أختر واحد منها على الأقل."
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:60
|
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:69
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
msgstr "تلميح"
|
msgstr "تلميح"
|
||||||
|
|
||||||
#. <span class="hint">@T["The hint text to display for this field on the editor."]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr "تلميحة نصية تظهر عند عرض هذا الحقل في المحرر."
|
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>
|
#. <option value="Localized" selected="@(currentEditor == "Localized")">@T["Localized"]</option>
|
||||||
#: OrchardCore.ContentFields\Views\DateField-Localized.Option.cshtml:4
|
#: OrchardCore.ContentFields\Views\DateField-Localized.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.DateField-Localized.Option"
|
msgctxt "OrchardCore.ContentFields.Views.DateField-Localized.Option"
|
||||||
msgid "Localized"
|
msgid "Localized"
|
||||||
msgstr "مترجم"
|
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
|
#: OrchardCore.ContentFields\Views\DateField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.DateField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.DateField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
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
|
#: OrchardCore.ContentFields\Views\DateField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.DateField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.DateField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -572,7 +590,7 @@ msgctxt "OrchardCore.ContentFields.Views.DateFieldSettings.Edit"
|
|||||||
msgid "Whether a value is required."
|
msgid "Whether a value is required."
|
||||||
msgstr "ما إذا كانت القيمة إلزامية."
|
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
|
#: OrchardCore.ContentFields\Views\DateFieldSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.DateFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.DateFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -584,13 +602,13 @@ msgctxt "OrchardCore.ContentFields.Views.DateFieldSettings.Edit"
|
|||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr "تلميحة نصية تظهر عند عرض هذا الحقل في المحرر."
|
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
|
#: OrchardCore.ContentFields\Views\DateTimeField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.DateTimeField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.DateTimeField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
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
|
#: OrchardCore.ContentFields\Views\DateTimeField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.DateTimeField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.DateTimeField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -608,7 +626,7 @@ msgctxt "OrchardCore.ContentFields.Views.DateTimeFieldSettings.Edit"
|
|||||||
msgid "Whether a value is required."
|
msgid "Whether a value is required."
|
||||||
msgstr "ما إذا كانت القيمة إلزامية."
|
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
|
#: OrchardCore.ContentFields\Views\DateTimeFieldSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.DateTimeFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.DateTimeFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -644,31 +662,31 @@ msgctxt "OrchardCore.ContentFields.Views.HtmlField-Wysiwyg.Option"
|
|||||||
msgid "Wysiwyg editor"
|
msgid "Wysiwyg editor"
|
||||||
msgstr "محرر WYSIWYG"
|
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
|
#: OrchardCore.ContentFields\Views\HtmlField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.HtmlField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.HtmlField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
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
|
#: OrchardCore.ContentFields\Views\HtmlField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.HtmlField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.HtmlField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "أساسي"
|
msgstr "أساسي"
|
||||||
|
|
||||||
#. <label asp-for="Options">@T["Enter the editor options, language is always set to `html` when saved."]</label>
|
#. <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:10
|
#: OrchardCore.ContentFields\Views\HtmlFieldMonacoEditorSettings.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldMonacoEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldMonacoEditorSettings.Edit"
|
||||||
msgid "Enter the editor options, language is always set to `html` when saved."
|
msgid "Enter the editor options, language is always set to `html` when saved."
|
||||||
msgstr ""
|
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>
|
#. <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:12
|
#: OrchardCore.ContentFields\Views\HtmlFieldMonacoEditorSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldMonacoEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldMonacoEditorSettings.Edit"
|
||||||
msgid "Documentation for options"
|
msgid "Documentation for options"
|
||||||
msgstr ""
|
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
|
#: OrchardCore.ContentFields\Views\HtmlFieldSettings.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldSettings.Edit"
|
||||||
msgid "Hint"
|
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)."
|
msgid "Whether the url is used when selected from Insert Media (By default, the Shortcode is inserted)."
|
||||||
msgstr ""
|
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
|
#: OrchardCore.ContentFields\Views\HtmlFieldTrumbowygEditorSettings.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldTrumbowygEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldTrumbowygEditorSettings.Edit"
|
||||||
msgid "Enter the editor options"
|
msgid "Enter the editor options"
|
||||||
@@ -722,20 +740,20 @@ msgctxt "OrchardCore.ContentFields.Views.HtmlFieldTrumbowygEditorSettings.Edit"
|
|||||||
msgid "Documentation for options"
|
msgid "Documentation for options"
|
||||||
msgstr "توثيق الخيارات"
|
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
|
#: OrchardCore.ContentFields\Views\LinkField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.LinkField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
msgstr "قياسي"
|
||||||
|
|
||||||
#. <label asp-for="Url" class="@urlClass">@T["Url"]</label>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.LinkField.Edit"
|
||||||
msgid "Url"
|
msgid "Url"
|
||||||
msgstr "عنوان موقع URL"
|
msgstr "عنوان موقع URL"
|
||||||
|
|
||||||
#. <label asp-for="Text" class="@textClass">@T["Link text"]</label>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.LinkField.Edit"
|
||||||
msgid "Link text"
|
msgid "Link text"
|
||||||
msgstr "رابط نصي"
|
msgstr "رابط نصي"
|
||||||
@@ -752,7 +770,7 @@ msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
|||||||
msgid "Whether the url is required."
|
msgid "Whether the url is required."
|
||||||
msgstr "ما إذا كان الرابط إلزامي."
|
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
|
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
||||||
msgid "Text"
|
msgid "Text"
|
||||||
@@ -782,7 +800,7 @@ msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
|||||||
msgid "Use the url of the link"
|
msgid "Use the url of the link"
|
||||||
msgstr "استخدم URL كقيمة للرابط"
|
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
|
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:24
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
||||||
msgid "Hint for the url"
|
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."
|
msgid "The hint text to display for the url on the editor."
|
||||||
msgstr "تلميحة نصية تظهر عند عرض حقل عنوان موقع URL في المحرر."
|
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
|
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:29
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
||||||
msgid "Hint for the text"
|
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."
|
msgid "The hint text to display for the text of the link on the editor."
|
||||||
msgstr "تلميحة نصية تظهر عند عرض نص حقل الرابط في المحرر."
|
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
|
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:36
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
||||||
msgid "Watermark for the url"
|
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."
|
msgid "A hint (placeholder) to display when the input of the url is empty."
|
||||||
msgstr "نص افتراضي يظهر كتلميحة عند خلو حقل عنوان موقع URL."
|
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
|
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:41
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
||||||
msgid "Watermark for the text"
|
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."
|
msgid "A hint (placeholder) to display when the input of the text is empty."
|
||||||
msgstr "نص افتراضي يظهر كتلميحة عند خلو الحقل النصي."
|
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
|
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:48
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
||||||
msgid "Default value of the url"
|
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."
|
msgid "A valid url proposed when creating a content item."
|
||||||
msgstr "قيمة عنوان موقع URL صحيحة تقترح عند إنشاء عنصر محتوى."
|
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
|
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:54
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
||||||
msgid "Default value of the text"
|
msgid "Default value of the text"
|
||||||
@@ -860,7 +878,7 @@ msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField"
|
|||||||
msgid "No content items."
|
msgid "No content items."
|
||||||
msgstr "لا توجد عناصر للمحتوى."
|
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
|
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.DisplayOption"
|
||||||
msgid "Standard"
|
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 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>
|
#. <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:32
|
||||||
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:52
|
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:51
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
|
||||||
msgid "Not published"
|
msgid "Not published"
|
||||||
msgstr "غير منشور"
|
msgstr "غير منشور"
|
||||||
|
|
||||||
#. label="displayText" placeholder="@T["Type to search"]"
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
|
||||||
msgid "Type to search"
|
msgid "Type to search"
|
||||||
msgstr "أكتب للبحث"
|
msgstr "أكتب للبحث"
|
||||||
|
|
||||||
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr "إختيار"
|
msgstr "إختيار"
|
||||||
|
|
||||||
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "حذف"
|
msgstr "حذف"
|
||||||
|
|
||||||
#. @T["No result found"]
|
#. @T["No result found"]
|
||||||
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:55
|
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:54
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
|
||||||
msgid "No result found"
|
msgid "No result found"
|
||||||
msgstr "لا توجد نتائج"
|
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
|
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -928,7 +946,7 @@ msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettin
|
|||||||
msgid "Whether to allow multiple elements to be selected."
|
msgid "Whether to allow multiple elements to be selected."
|
||||||
msgstr "ما إذا يسمح باختيار عناصر متعددة."
|
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
|
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerFieldSettings.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettings.Edit"
|
||||||
msgid "Content Types"
|
msgid "Content Types"
|
||||||
@@ -940,7 +958,7 @@ msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettin
|
|||||||
msgid "The content types to display. Choose at least one."
|
msgid "The content types to display. Choose at least one."
|
||||||
msgstr "أنواع المحتوى التي ستعرض. أختر واحد منها على الأقل."
|
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
|
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerFieldSettings.Edit.cshtml:28
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -977,25 +995,25 @@ msgid "Checkbox List"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. placeholder="@T["Type to search"]"
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextField-Picker.Edit"
|
||||||
msgid "Type to search"
|
msgid "Type to search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. select-label="@T["Select"]"
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextField-Picker.Edit"
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. deselect-label="@T["Remove"]"
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextField-Picker.Edit"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["No values found"]
|
#. @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"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextField-Picker.Edit"
|
||||||
msgid "No values found"
|
msgid "No values found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1011,13 +1029,13 @@ msgctxt "OrchardCore.ContentFields.Views.MultiTextField"
|
|||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ""
|
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
|
#: OrchardCore.ContentFields\Views\MultiTextField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.MultiTextField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr ""
|
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
|
#: OrchardCore.ContentFields\Views\MultiTextField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.MultiTextField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -1035,7 +1053,7 @@ msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
|||||||
msgid "Whether a value is required."
|
msgid "Whether a value is required."
|
||||||
msgstr ""
|
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
|
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -1077,22 +1095,22 @@ msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
|||||||
msgid "Remove element from list"
|
msgid "Remove element from list"
|
||||||
msgstr ""
|
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
|
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:60
|
||||||
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
||||||
msgid "Add an option"
|
msgid "Add an option"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h5 class="modal-title">@T["Edit Data"]</h5>
|
#. <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:73
|
||||||
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:101
|
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:101
|
||||||
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
||||||
msgid "Edit Data"
|
msgid "Edit Data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label for="options-textarea">@T["Options"]</label>
|
#. <label for="options-textarea" class="form-label">@T["Options"]</label>
|
||||||
#. <label asp-for="Options">@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:78
|
||||||
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:100
|
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:100
|
||||||
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
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}"
|
msgid "A JSON representation of the allowed values, e.g. {0}"
|
||||||
msgstr ""
|
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
|
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:83
|
||||||
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
||||||
msgid "Default value"
|
msgid "Default value"
|
||||||
@@ -1136,7 +1154,7 @@ msgid "Range"
|
|||||||
msgstr "مدى رقمي"
|
msgstr "مدى رقمي"
|
||||||
|
|
||||||
#. <option value="">@T["None"]</option>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.NumericField-Select.Edit"
|
||||||
msgid "None"
|
msgid "None"
|
||||||
msgstr "لا شيء"
|
msgstr "لا شيء"
|
||||||
@@ -1159,13 +1177,13 @@ msgctxt "OrchardCore.ContentFields.Views.NumericField-Spinner.Option"
|
|||||||
msgid "Spinner"
|
msgid "Spinner"
|
||||||
msgstr "حقل بمتحكم زيادة ونقصان"
|
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
|
#: OrchardCore.ContentFields\Views\NumericField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.NumericField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
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
|
#: OrchardCore.ContentFields\Views\NumericField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.NumericField.Option"
|
||||||
msgid "Number"
|
msgid "Number"
|
||||||
@@ -1183,7 +1201,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
|||||||
msgid "Whether a value is required."
|
msgid "Whether a value is required."
|
||||||
msgstr "ما إذا كانت القيمة إلزامية."
|
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
|
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -1195,7 +1213,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
|||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr "تلميحة نصية تظهر لهذا الحقل في المحرر."
|
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
|
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:29
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
||||||
msgid "Watermark (placeholder)"
|
msgid "Watermark (placeholder)"
|
||||||
@@ -1207,7 +1225,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
|||||||
msgid "A hint to display when the input is empty. (optional)"
|
msgid "A hint to display when the input is empty. (optional)"
|
||||||
msgstr "تلميح يظهر عند خلو هذا الحقل. (اختياري)"
|
msgstr "تلميح يظهر عند خلو هذا الحقل. (اختياري)"
|
||||||
|
|
||||||
#. <label for="Scale">@T["Scale"]</label>
|
#. <label for="Scale" class="form-label">@T["Scale"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:37
|
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:37
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
||||||
msgid "Scale"
|
msgid "Scale"
|
||||||
@@ -1219,7 +1237,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
|||||||
msgid "The number of digits after the decimal point."
|
msgid "The number of digits after the decimal point."
|
||||||
msgstr "عدد الخانات الرقمية بعد الفاصلة العشرية."
|
msgstr "عدد الخانات الرقمية بعد الفاصلة العشرية."
|
||||||
|
|
||||||
#. <label for="Minimum">@T["Minimum"]</label>
|
#. <label for="Minimum" class="form-label">@T["Minimum"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:45
|
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:45
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
||||||
msgid "Minimum"
|
msgid "Minimum"
|
||||||
@@ -1231,7 +1249,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
|||||||
msgid "The minimum value allowed. (optional)"
|
msgid "The minimum value allowed. (optional)"
|
||||||
msgstr "القيمة الأدنى المسموح بها. (اختياري)"
|
msgstr "القيمة الأدنى المسموح بها. (اختياري)"
|
||||||
|
|
||||||
#. <label for="Maximum">@T["Maximum"]</label>
|
#. <label for="Maximum" class="form-label">@T["Maximum"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:53
|
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:53
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
||||||
msgid "Maximum"
|
msgid "Maximum"
|
||||||
@@ -1243,7 +1261,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
|||||||
msgid "The maximum value allowed. (optional)"
|
msgid "The maximum value allowed. (optional)"
|
||||||
msgstr "القيمة الأعلى المسموح بها. (اختياري)"
|
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
|
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:61
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
||||||
msgid "Default value"
|
msgid "Default value"
|
||||||
@@ -1315,19 +1333,19 @@ msgctxt "OrchardCore.ContentFields.Views.TextField-Url.Option"
|
|||||||
msgid "Url"
|
msgid "Url"
|
||||||
msgstr "عنوان موقع 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
|
#: OrchardCore.ContentFields\Views\TextField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.TextField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "أساسي"
|
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
|
#: OrchardCore.ContentFields\Views\TextField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.TextField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "أساسي"
|
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
|
#: OrchardCore.ContentFields\Views\TextFieldHeaderDisplaySettings.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldHeaderDisplaySettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldHeaderDisplaySettings.Edit"
|
||||||
msgid "Select the header level to use"
|
msgid "Select the header level to use"
|
||||||
@@ -1369,14 +1387,14 @@ msgctxt "OrchardCore.ContentFields.Views.TextFieldHeaderDisplaySettings.Edit"
|
|||||||
msgid "H6"
|
msgid "H6"
|
||||||
msgstr "تروسية نصية 6"
|
msgstr "تروسية نصية 6"
|
||||||
|
|
||||||
#. <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\TextFieldMonacoEditorSettings.Edit.cshtml:10
|
#: OrchardCore.ContentFields\Views\TextFieldMonacoEditorSettings.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldMonacoEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldMonacoEditorSettings.Edit"
|
||||||
msgid "Enter the editor options."
|
msgid "Enter the editor options."
|
||||||
msgstr ""
|
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>
|
#. <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:12
|
#: OrchardCore.ContentFields\Views\TextFieldMonacoEditorSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldMonacoEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldMonacoEditorSettings.Edit"
|
||||||
msgid "Documentation for options"
|
msgid "Documentation for options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1411,22 +1429,22 @@ msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.E
|
|||||||
msgid "Remove element from list"
|
msgid "Remove element from list"
|
||||||
msgstr "حذف العنصر من القائمة"
|
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
|
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:45
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
||||||
msgid "Add an option"
|
msgid "Add an option"
|
||||||
msgstr "أضف خيار"
|
msgstr "أضف خيار"
|
||||||
|
|
||||||
#. <h5 class="modal-title">@T["Edit Data"]</h5>
|
#. <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:58
|
||||||
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:96
|
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:96
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
||||||
msgid "Edit Data"
|
msgid "Edit Data"
|
||||||
msgstr "حرر البيانات"
|
msgstr "حرر البيانات"
|
||||||
|
|
||||||
#. <label for="options-textarea">@T["Options"]</label>
|
#. <label for="options-textarea" class="form-label">@T["Options"]</label>
|
||||||
#. <label asp-for="Options">@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:63
|
||||||
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:95
|
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:95
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
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}"
|
msgid "A JSON representation of the allowed values, e.g. {0}"
|
||||||
msgstr "تمثيل القيم المسموح بها بصيغة JSON، على سبيل المثال {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
|
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:68
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
||||||
msgid "Default value"
|
msgid "Default value"
|
||||||
@@ -1463,7 +1481,7 @@ msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.E
|
|||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "إلغاء"
|
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
|
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:85
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
||||||
msgid "What type of list editor should be used?"
|
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."
|
msgid "Whether a value is required."
|
||||||
msgstr "ما إذا كانت القيمة إلزامية."
|
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
|
#: OrchardCore.ContentFields\Views\TextFieldSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -1505,13 +1523,25 @@ msgctxt "OrchardCore.ContentFields.Views.TextFieldSettings.Edit"
|
|||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr "تلميحة نصية تظهر عند عرض هذا الحقل في المحرر."
|
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
|
#: OrchardCore.ContentFields\Views\TimeField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TimeField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.TimeField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
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
|
#: OrchardCore.ContentFields\Views\TimeField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TimeField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.TimeField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -1529,7 +1559,7 @@ msgctxt "OrchardCore.ContentFields.Views.TimeFieldSettings.Edit"
|
|||||||
msgid "Whether a value is required."
|
msgid "Whether a value is required."
|
||||||
msgstr "ما إذا كانت القيمة إلزامية."
|
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
|
#: OrchardCore.ContentFields\Views\TimeFieldSettings.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TimeFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TimeFieldSettings.Edit"
|
||||||
msgid "Step"
|
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'."
|
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 ""
|
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
|
#: OrchardCore.ContentFields\Views\TimeFieldSettings.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TimeFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TimeFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -1577,7 +1607,7 @@ msgctxt "OrchardCore.ContentFields.Views.UserPickerField"
|
|||||||
msgid "No users."
|
msgid "No users."
|
||||||
msgstr ""
|
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
|
#: OrchardCore.ContentFields\Views\UserPickerField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.DisplayOption"
|
||||||
msgid "Standard"
|
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 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>
|
#. <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:29
|
||||||
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:49
|
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:48
|
||||||
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
|
||||||
msgid "Not enabled"
|
msgid "Not enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. label="displayText" placeholder="@T["Type to search"]"
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
|
||||||
msgid "Type to search"
|
msgid "Type to search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["No result found"]
|
#. @T["No result found"]
|
||||||
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:52
|
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:51
|
||||||
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
|
||||||
msgid "No result found"
|
msgid "No result found"
|
||||||
msgstr ""
|
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
|
#: OrchardCore.ContentFields\Views\UserPickerField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -1645,7 +1675,7 @@ msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
|
|||||||
msgid "Whether to allow multiple elements to be selected."
|
msgid "Whether to allow multiple elements to be selected."
|
||||||
msgstr ""
|
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
|
#: OrchardCore.ContentFields\Views\UserPickerFieldSettings.Edit.cshtml:22
|
||||||
msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
|
||||||
msgid "Roles"
|
msgid "Roles"
|
||||||
@@ -1669,7 +1699,7 @@ msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
|
|||||||
msgid "Whether to allow picker to display users from all roles."
|
msgid "Whether to allow picker to display users from all roles."
|
||||||
msgstr ""
|
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
|
#: OrchardCore.ContentFields\Views\UserPickerFieldSettings.Edit.cshtml:47
|
||||||
msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -1681,56 +1711,56 @@ msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
|
|||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr ""
|
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
|
#: OrchardCore.ContentFields\Views\YoutubeField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.YoutubeField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
msgstr "قياسي"
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="Required">@T["Required"]</label>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "Required"
|
msgid "Required"
|
||||||
msgstr "إلزامي"
|
msgstr "إلزامي"
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Whether a value is required."]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "Whether a value is required."
|
msgid "Whether a value is required."
|
||||||
msgstr "ما إذا كانت القيمة إلزامية."
|
msgstr "ما إذا كانت القيمة إلزامية."
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:19
|
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
msgstr "تلميح"
|
msgstr "تلميح"
|
||||||
|
|
||||||
#. <span class="hint">@T["The hint text to display for this field on the editor."]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr "تلميحة نصية تظهر عند عرض هذا الحقل في المحرر."
|
msgstr "تلميحة نصية تظهر عند عرض هذا الحقل في المحرر."
|
||||||
|
|
||||||
#. <label asp-for="Width">@T["Width"]</label>
|
#. <label asp-for="Width" class="form-label">@T["Width"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:27
|
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "Width"
|
msgid "Width"
|
||||||
msgstr "العرض"
|
msgstr "العرض"
|
||||||
|
|
||||||
#. <span class="hint">@T["The width of the Videobox"]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "The width of the Videobox"
|
msgid "The width of the Videobox"
|
||||||
msgstr "مقاس العرض لصندوق الفيديو"
|
msgstr "مقاس العرض لصندوق الفيديو"
|
||||||
|
|
||||||
#. <label asp-for="Height">@T["Height"]</label>
|
#. <label asp-for="Height" class="form-label">@T["Height"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:35
|
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:29
|
||||||
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "Height"
|
msgid "Height"
|
||||||
msgstr "الارتفاع"
|
msgstr "الارتفاع"
|
||||||
|
|
||||||
#. <span class="hint">@T["The height of the Videobox"]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "The height of the Videobox"
|
msgid "The height of the Videobox"
|
||||||
msgstr "مقاس الارتفاع لصندوق الفيديو"
|
msgstr "مقاس الارتفاع لصندوق الفيديو"
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:28\n"
|
"PO-Revision-Date: 2023-12-22 16:10\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], localization => localization
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.ContentLocalization\AdminMenu.cs:28
|
#: OrchardCore.ContentLocalization\AdminMenu.cs:28
|
||||||
msgctxt "OrchardCore.ContentLocalization.AdminMenu"
|
msgctxt "OrchardCore.ContentLocalization.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
@@ -64,7 +64,7 @@ msgctxt "OrchardCore.ContentLocalization.Controllers.AdminController"
|
|||||||
msgid "Could not create localized version of the content item."
|
msgid "Could not create localized version of the content item."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["All cultures"], Value = "", Selected = String.IsNullOrEmpty(m.SelectedCulture) }
|
#. new SelectListItem() { Text = S["All cultures"], Value = "", Selected = string.IsNullOrEmpty(m.SelectedCulture) }
|
||||||
#: OrchardCore.ContentLocalization\Drivers\LocalizationContentsAdminListDisplayDriver.cs:45
|
#: OrchardCore.ContentLocalization\Drivers\LocalizationContentsAdminListDisplayDriver.cs:45
|
||||||
msgctxt "OrchardCore.ContentLocalization.Drivers.LocalizationContentsAdminListDisplayDriver"
|
msgctxt "OrchardCore.ContentLocalization.Drivers.LocalizationContentsAdminListDisplayDriver"
|
||||||
msgid "All cultures"
|
msgid "All cultures"
|
||||||
@@ -148,6 +148,12 @@ msgctxt "OrchardCore.ContentLocalization.Views.ContentRequestCultureProviderSett
|
|||||||
msgid "Sets the localization cookie based on the LocalizationPart culture when accessing a page in the frontend."
|
msgid "Sets the localization cookie based on the LocalizationPart culture when accessing a page in the frontend."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. <h4 class="card-title">@T["Culture"]</h4>
|
||||||
|
#: OrchardCore.ContentLocalization\Views\Items\ContentsAdminFilters-Culture.Thumbnail.cshtml:6
|
||||||
|
msgctxt "OrchardCore.ContentLocalization.Views.Items.ContentsAdminFilters-Culture.Thumbnail"
|
||||||
|
msgid "Culture"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <p>@T["Filters on a content items localization culture."]</p>
|
#. <p>@T["Filters on a content items localization culture."]</p>
|
||||||
#: OrchardCore.ContentLocalization\Views\Items\ContentsAdminFilters-Culture.Thumbnail.cshtml:8
|
#: OrchardCore.ContentLocalization\Views\Items\ContentsAdminFilters-Culture.Thumbnail.cshtml:8
|
||||||
msgctxt "OrchardCore.ContentLocalization.Views.Items.ContentsAdminFilters-Culture.Thumbnail"
|
msgctxt "OrchardCore.ContentLocalization.Views.Items.ContentsAdminFilters-Culture.Thumbnail"
|
||||||
@@ -184,13 +190,13 @@ msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.Edit"
|
|||||||
msgid "Add or remove supported cultures for the site"
|
msgid "Add or remove supported cultures for the site"
|
||||||
msgstr "إضافة أو حذف اللغات المدعومة لهذا الموقع"
|
msgstr "إضافة أو حذف اللغات المدعومة لهذا الموقع"
|
||||||
|
|
||||||
#. <a class="list-group-item list-group-item-action" asp-action="Edit" asp-controller="Admin" asp-route-area="OrchardCore.Contents" asp-route-contentItemId="@culture.ContentItemId" asp-route-returnUrl="@Context.Request.Query["returnUrl"]" title="@T["Edit {0}", culture.Culture.DisplayName]"><i class="fa fa-edit" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name </a>
|
#. <a class="list-group-item list-group-item-action" asp-action="Edit" asp-controller="Admin" asp-route-area="OrchardCore.Contents" asp-route-contentItemId="@culture.ContentItemId" asp-route-returnUrl="@Context.Request.Query["returnUrl"]" title="@T["Edit {0}", culture.Culture.DisplayName]"><i class="fa-solid fa-edit" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name </a>
|
||||||
#: OrchardCore.ContentLocalization\Views\LocalizationPart.Edit.cshtml:32
|
#: OrchardCore.ContentLocalization\Views\LocalizationPart.Edit.cshtml:32
|
||||||
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.Edit"
|
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.Edit"
|
||||||
msgid "Edit {0}"
|
msgid "Edit {0}"
|
||||||
msgstr "تحرير {0}"
|
msgstr "تحرير {0}"
|
||||||
|
|
||||||
#. <a class="list-group-item list-group-item-action" data-url-af="UnsafeUrl" asp-action="Localize" asp-controller="Admin" asp-route-area="OrchardCore.ContentLocalization" asp-route-contentItemId="@Model.LocalizationPart.ContentItem.ContentItemId" asp-route-targetCulture="@culture.Culture.Name" asp-route-returnUrl="@Context.Request.Query["returnUrl"]" title="@T["Create {0}", culture.Culture.DisplayName]"><i class="fa fa-plus" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name</a>
|
#. <a class="list-group-item list-group-item-action" data-url-af="UnsafeUrl" asp-action="Localize" asp-controller="Admin" asp-route-area="OrchardCore.ContentLocalization" asp-route-contentItemId="@Model.LocalizationPart.ContentItem.ContentItemId" asp-route-targetCulture="@culture.Culture.Name" asp-route-returnUrl="@Context.Request.Query["returnUrl"]" title="@T["Create {0}", culture.Culture.DisplayName]"><i class="fa-solid fa-plus" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name</a>
|
||||||
#: OrchardCore.ContentLocalization\Views\LocalizationPart.Edit.cshtml:36
|
#: OrchardCore.ContentLocalization\Views\LocalizationPart.Edit.cshtml:36
|
||||||
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.Edit"
|
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.Edit"
|
||||||
msgid "Create {0}"
|
msgid "Create {0}"
|
||||||
@@ -201,7 +207,7 @@ msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.Edit"
|
|||||||
msgid "Please save your content item before creating localizations"
|
msgid "Please save your content item before creating localizations"
|
||||||
msgstr "فضلاً قم بحفظ عنصر المحتوى قبل تعريبه"
|
msgstr "فضلاً قم بحفظ عنصر المحتوى قبل تعريبه"
|
||||||
|
|
||||||
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Culture"]"><i class="fa fa-globe text-info" aria-hidden="true"></i> @Model.LocalizationPart.Culture</span>
|
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Culture"]"><i class="fa-solid fa-globe text-info" aria-hidden="true"></i> @Model.LocalizationPart.Culture</span>
|
||||||
#: OrchardCore.ContentLocalization\Views\LocalizationPart.SummaryAdmin.cshtml:5
|
#: OrchardCore.ContentLocalization\Views\LocalizationPart.SummaryAdmin.cshtml:5
|
||||||
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.SummaryAdmin"
|
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.SummaryAdmin"
|
||||||
msgid "Culture"
|
msgid "Culture"
|
||||||
@@ -215,13 +221,13 @@ msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.SummaryAdminLink
|
|||||||
msgid "Localizations"
|
msgid "Localizations"
|
||||||
msgstr "التعريب"
|
msgstr "التعريب"
|
||||||
|
|
||||||
#. <a class="dropdown-item btn-sm" asp-action="Edit" asp-controller="Admin" asp-route-area="OrchardCore.Contents" asp-route-contentItemId="@culture.ContentItemId" data-url-af="UnsafeUrl" title=@T["Edit {0}", culture.Culture.DisplayName]><i class="fa fa-edit" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name </a>
|
#. <a class="dropdown-item btn-sm" asp-action="Edit" asp-controller="Admin" asp-route-area="OrchardCore.Contents" asp-route-contentItemId="@culture.ContentItemId" data-url-af="UnsafeUrl" title=@T["Edit {0}", culture.Culture.DisplayName]><i class="fa-solid fa-edit" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name </a>
|
||||||
#: OrchardCore.ContentLocalization\Views\LocalizationPart.SummaryAdminLinks.cshtml:15
|
#: OrchardCore.ContentLocalization\Views\LocalizationPart.SummaryAdminLinks.cshtml:15
|
||||||
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.SummaryAdminLinks"
|
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.SummaryAdminLinks"
|
||||||
msgid "Edit {0}"
|
msgid "Edit {0}"
|
||||||
msgstr "تحرير {0}"
|
msgstr "تحرير {0}"
|
||||||
|
|
||||||
#. <a class="dropdown-item btn-sm" data-url-af="UnsafeUrl" asp-action="Localize" asp-controller="Admin" asp-route-area="OrchardCore.ContentLocalization" asp-route-contentItemId="@Model.LocalizationPart.ContentItem.ContentItemId" asp-route-targetCulture="@culture.Culture.Name" title=@T["Create {0}", culture.Culture.DisplayName]><i class="fa fa-plus" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name</a>
|
#. <a class="dropdown-item btn-sm" data-url-af="UnsafeUrl" asp-action="Localize" asp-controller="Admin" asp-route-area="OrchardCore.ContentLocalization" asp-route-contentItemId="@Model.LocalizationPart.ContentItem.ContentItemId" asp-route-targetCulture="@culture.Culture.Name" title=@T["Create {0}", culture.Culture.DisplayName]><i class="fa-solid fa-plus" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name</a>
|
||||||
#: OrchardCore.ContentLocalization\Views\LocalizationPart.SummaryAdminLinks.cshtml:19
|
#: OrchardCore.ContentLocalization\Views\LocalizationPart.SummaryAdminLinks.cshtml:19
|
||||||
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.SummaryAdminLinks"
|
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.SummaryAdminLinks"
|
||||||
msgid "Create {0}"
|
msgid "Create {0}"
|
||||||
|
|||||||
@@ -10,33 +10,33 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:29\n"
|
"PO-Revision-Date: 2023-12-22 16:11\n"
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(nameof(model.Pattern), S["Pattern doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
#. context.Updater.ModelState.AddModelError(nameof(model.Pattern), S["Pattern doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
||||||
#: OrchardCore.ContentPreview\Settings\PreviewPartSettingsDisplayDriver.cs:45
|
#: OrchardCore.ContentPreview\Settings\PreviewPartSettingsDisplayDriver.cs:46
|
||||||
msgctxt "OrchardCore.ContentPreview.Settings.PreviewPartSettingsDisplayDriver"
|
msgctxt "OrchardCore.ContentPreview.Settings.PreviewPartSettingsDisplayDriver"
|
||||||
msgid "Pattern doesn't contain a valid Liquid expression. Details: {0}"
|
msgid "Pattern doesn't contain a valid Liquid expression. Details: {0}"
|
||||||
msgstr "النمط لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
msgstr "النمط لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
||||||
|
|
||||||
#. <a id="previewButton" target="_blank" class="btn btn-info" href="@Url.Action("Index", "Preview", new { area = "OrchardCore.ContentPreview", id = previewId })">@T["Preview"]</a>
|
#. <a id="previewButton" target="_blank" class="btn btn-info mb-1" href="@Url.Action("Index", "Preview", new { area = "OrchardCore.ContentPreview", id = previewId })">@T["Preview"]</a>
|
||||||
#: OrchardCore.ContentPreview\Views\ContentPreview.Button.cshtml:13
|
#: OrchardCore.ContentPreview\Views\ContentPreview.Button.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentPreview.Views.ContentPreview.Button"
|
msgctxt "OrchardCore.ContentPreview.Views.ContentPreview.Button"
|
||||||
msgid "Preview"
|
msgid "Preview"
|
||||||
msgstr "معاينة"
|
msgstr "معاينة"
|
||||||
|
|
||||||
#. <span>@T["Preview Disconnected"] </span>
|
#. <span>@T["Preview Disconnected"] </span>
|
||||||
#: OrchardCore.ContentPreview\Views\Preview\Index.cshtml:14
|
#: OrchardCore.ContentPreview\Views\Preview\Index.cshtml:15
|
||||||
msgctxt "OrchardCore.ContentPreview.Views.Preview.Index"
|
msgctxt "OrchardCore.ContentPreview.Views.Preview.Index"
|
||||||
msgid "Preview Disconnected"
|
msgid "Preview Disconnected"
|
||||||
msgstr "المعاينة مقطوعة"
|
msgstr "المعاينة مقطوعة"
|
||||||
|
|
||||||
#. <p>@T["Preview Error"] </p>
|
#. <p>@T["Preview Error"] </p>
|
||||||
#: OrchardCore.ContentPreview\Views\Preview\Index.cshtml:19
|
#: OrchardCore.ContentPreview\Views\Preview\Index.cshtml:20
|
||||||
msgctxt "OrchardCore.ContentPreview.Views.Preview.Index"
|
msgctxt "OrchardCore.ContentPreview.Views.Preview.Index"
|
||||||
msgid "Preview Error"
|
msgid "Preview Error"
|
||||||
msgstr "خطأ المعاينة"
|
msgstr "خطأ المعاينة"
|
||||||
|
|
||||||
#. <label asp-for="Pattern">@T["Pattern"]</label>
|
#. <label asp-for="Pattern" class="form-label">@T["Pattern"]</label>
|
||||||
#: OrchardCore.ContentPreview\Views\PreviewPartSettings.Edit.cshtml:15
|
#: OrchardCore.ContentPreview\Views\PreviewPartSettings.Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.ContentPreview.Views.PreviewPartSettings.Edit"
|
msgctxt "OrchardCore.ContentPreview.Views.PreviewPartSettings.Edit"
|
||||||
msgid "Pattern"
|
msgid "Pattern"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:30\n"
|
"PO-Revision-Date: 2023-12-22 16:12\n"
|
||||||
|
|
||||||
#. builder.Add(S["Content"], content => content
|
#. builder.Add(S["Content"], content => content
|
||||||
#: OrchardCore.ContentTypes\AdminMenu.cs:28
|
#: OrchardCore.ContentTypes\AdminMenu.cs:28
|
||||||
@@ -48,16 +48,16 @@ msgstr "أجزاء المحتوى"
|
|||||||
#. ModelState.AddModelError("DisplayName", S["The Display Name can't be empty."]);
|
#. ModelState.AddModelError("DisplayName", S["The Display Name can't be empty."]);
|
||||||
#. ModelState.AddModelError("DisplayName", S["The Display Name can't be empty."]);
|
#. ModelState.AddModelError("DisplayName", S["The Display Name can't be empty."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:101
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:101
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:354
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:355
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:643
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:648
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:769
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:774
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:938
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:943
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The Display Name can't be empty."
|
msgid "The Display Name can't be empty."
|
||||||
msgstr "الاسم الظاهر لا يمكن أن يكون فارغاً."
|
msgstr "الاسم الظاهر لا يمكن أن يكون فارغاً."
|
||||||
|
|
||||||
#. ModelState.AddModelError("DisplayName", S["A type with the same Display Name already exists."]);
|
#. ModelState.AddModelError("DisplayName", S["A type with the same Display Name already exists."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:106
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:107
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "A type with the same Display Name already exists."
|
msgid "A type with the same Display Name already exists."
|
||||||
msgstr "النوع بنفس الإسم الظاهر موجود مسبقاً."
|
msgstr "النوع بنفس الإسم الظاهر موجود مسبقاً."
|
||||||
@@ -66,10 +66,10 @@ msgstr "النوع بنفس الإسم الظاهر موجود مسبقاً."
|
|||||||
#. ModelState.AddModelError("Name", S["The Technical Name can't be empty."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name can't be empty."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name can't be empty."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name can't be empty."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name can't be empty."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name can't be empty."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:111
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:112
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:379
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:380
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:464
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:465
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:653
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:658
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The Technical Name can't be empty."
|
msgid "The Technical Name can't be empty."
|
||||||
msgstr "الاسم التقني لا يمكن أن يكون فارغاً."
|
msgstr "الاسم التقني لا يمكن أن يكون فارغاً."
|
||||||
@@ -78,10 +78,10 @@ msgstr "الاسم التقني لا يمكن أن يكون فارغاً."
|
|||||||
#. ModelState.AddModelError("Name", S["The Technical Name must start with a letter."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name must start with a letter."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name must start with a letter."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name must start with a letter."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name must start with a letter."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name must start with a letter."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:116
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:117
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:364
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:365
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:474
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:475
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:663
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:668
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The Technical Name must start with a letter."
|
msgid "The Technical Name must start with a letter."
|
||||||
msgstr "الإسم التقني يجب أن يبدأ بحرف."
|
msgstr "الإسم التقني يجب أن يبدأ بحرف."
|
||||||
@@ -90,10 +90,10 @@ msgstr "الإسم التقني يجب أن يبدأ بحرف."
|
|||||||
#. ModelState.AddModelError("Name", S["The Technical Name contains invalid characters."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name contains invalid characters."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name contains invalid characters."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name contains invalid characters."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name contains invalid characters."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name contains invalid characters."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:121
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:122
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:369
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:370
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:479
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:480
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:668
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:673
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The Technical Name contains invalid characters."
|
msgid "The Technical Name contains invalid characters."
|
||||||
msgstr "الإسم التقني يحتوي على حروف غير صحيحة."
|
msgstr "الإسم التقني يحتوي على حروف غير صحيحة."
|
||||||
@@ -101,133 +101,133 @@ msgstr "الإسم التقني يحتوي على حروف غير صحيحة."
|
|||||||
#. ModelState.AddModelError("Name", S["The Technical Name is reserved for internal use."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name is reserved for internal use."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name is reserved for internal use."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name is reserved for internal use."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name is reserved for internal use."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name is reserved for internal use."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:126
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:127
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:374
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:375
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:484
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:485
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The Technical Name is reserved for internal use."
|
msgid "The Technical Name is reserved for internal use."
|
||||||
msgstr "الإسم التقني محجوز للاستخدام الداخلي."
|
msgstr "الإسم التقني محجوز للاستخدام الداخلي."
|
||||||
|
|
||||||
#. ModelState.AddModelError("Name", S["A type with the same Technical Name already exists."]);
|
#. ModelState.AddModelError("Name", S["A type with the same Technical Name already exists."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:131
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:132
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "A type with the same Technical Name already exists."
|
msgid "A type with the same Technical Name already exists."
|
||||||
msgstr "النوع بنفس الإسم التقني موجود مسبقاً."
|
msgstr "النوع بنفس الإسم التقني موجود مسبقاً."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" content type has been created.", typeViewModel.DisplayName]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" content type has been created.", typeViewModel.DisplayName]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:144
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:145
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" content type has been created."
|
msgid "The \"{0}\" content type has been created."
|
||||||
msgstr "تم إنشاء نوع المحتوى \"{0}\"."
|
msgstr "تم إنشاء نوع المحتوى \"{0}\"."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["\"{0}\" settings have been saved.", contentTypeDefinition.Name]);
|
#. await _notifier.SuccessAsync(H["\"{0}\" settings have been saved.", contentTypeDefinition.Name]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:203
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:204
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "\"{0}\" settings have been saved."
|
msgid "\"{0}\" settings have been saved."
|
||||||
msgstr "إعدادات \"{0}\" تم حفظها."
|
msgstr "إعدادات \"{0}\" تم حفظها."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["\"{0}\" has been removed.", typeViewModel.DisplayName]);
|
#. await _notifier.SuccessAsync(H["\"{0}\" has been removed.", typeViewModel.DisplayName]);
|
||||||
#. await _notifier.InformationAsync(H["\"{0}\" has been removed.", partViewModel.DisplayName]);
|
#. await _notifier.InformationAsync(H["\"{0}\" has been removed.", partViewModel.DisplayName]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:227
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:228
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:576
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:581
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "\"{0}\" has been removed."
|
msgid "\"{0}\" has been removed."
|
||||||
msgstr "تم حذف \"{0}\"."
|
msgstr "تم حذف \"{0}\"."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" part has been added.", partToAdd]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" part has been added.", partToAdd]);
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" part has been added.", partToAdd]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" part has been added.", partToAdd]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:316
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:317
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:397
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:398
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" part has been added."
|
msgid "The \"{0}\" part has been added."
|
||||||
msgstr "تم إضافة الجزء \"{0}\"."
|
msgstr "تم إضافة الجزء \"{0}\"."
|
||||||
|
|
||||||
#. ModelState.AddModelError("DisplayName", S["A part with the same Display Name already exists."]);
|
#. ModelState.AddModelError("DisplayName", S["A part with the same Display Name already exists."]);
|
||||||
#. ModelState.AddModelError("DisplayName", S["A part with the same Display Name already exists."]);
|
#. ModelState.AddModelError("DisplayName", S["A part with the same Display Name already exists."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:359
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:360
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:943
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:948
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "A part with the same Display Name already exists."
|
msgid "A part with the same Display Name already exists."
|
||||||
msgstr "جزء من الإسم الظاهر موجود مسبقاً."
|
msgstr "جزء من الإسم الظاهر موجود مسبقاً."
|
||||||
|
|
||||||
#. ModelState.AddModelError("Name", S["A part with the same Technical Name already exists."]);
|
#. ModelState.AddModelError("Name", S["A part with the same Technical Name already exists."]);
|
||||||
#. ModelState.AddModelError("Name", S["A part with the same Technical Name already exists."]);
|
#. ModelState.AddModelError("Name", S["A part with the same Technical Name already exists."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:384
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:385
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:469
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:470
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "A part with the same Technical Name already exists."
|
msgid "A part with the same Technical Name already exists."
|
||||||
msgstr "جزء من الإسم التقني موجود مسبقاً."
|
msgstr "جزء من الإسم التقني موجود مسبقاً."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" part has been removed.", name]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" part has been removed.", name]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:419
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:420
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" part has been removed."
|
msgid "The \"{0}\" part has been removed."
|
||||||
msgstr "تم حذف الجزء \"{0}\"."
|
msgstr "تم حذف الجزء \"{0}\"."
|
||||||
|
|
||||||
#. await _notifier.InformationAsync(H["The content part could not be created."]);
|
#. await _notifier.InformationAsync(H["The content part could not be created."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:496
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:497
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The content part could not be created."
|
msgid "The content part could not be created."
|
||||||
msgstr "تعذر انشاء جزء المحتوى."
|
msgstr "تعذر انشاء جزء المحتوى."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" content part has been created.", partViewModel.Name]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" content part has been created.", partViewModel.Name]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:500
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:501
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" content part has been created."
|
msgid "The \"{0}\" content part has been created."
|
||||||
msgstr "تم إنشاء جزء المحتوى \"{0}\"."
|
msgstr "تم إنشاء جزء المحتوى \"{0}\"."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The settings of \"{0}\" have been saved.", contentPartDefinition.Name]);
|
#. await _notifier.SuccessAsync(H["The settings of \"{0}\" have been saved.", contentPartDefinition.Name]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:552
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:557
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The settings of \"{0}\" have been saved."
|
msgid "The settings of \"{0}\" have been saved."
|
||||||
msgstr "تمّ تسجيل إعدادات \"{0}\"."
|
msgstr "تمّ تسجيل إعدادات \"{0}\"."
|
||||||
|
|
||||||
#. await _notifier.WarningAsync(H["There are no fields."]);
|
#. await _notifier.WarningAsync(H["There are no fields."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:592
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:597
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "There are no fields."
|
msgid "There are no fields."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. ModelState.AddModelError("DisplayName", S["A field with the same Display Name already exists."]);
|
#. ModelState.AddModelError("DisplayName", S["A field with the same Display Name already exists."]);
|
||||||
#. ModelState.AddModelError("DisplayName", S["A field with the same Display Name already exists."]);
|
#. ModelState.AddModelError("DisplayName", S["A field with the same Display Name already exists."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:648
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:653
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:774
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:779
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "A field with the same Display Name already exists."
|
msgid "A field with the same Display Name already exists."
|
||||||
msgstr "الحقل بنفس الاسم الظاهر موجود مسبقاً."
|
msgstr "الحقل بنفس الاسم الظاهر موجود مسبقاً."
|
||||||
|
|
||||||
#. ModelState.AddModelError("Name", S["A field with the same Technical Name already exists."]);
|
#. ModelState.AddModelError("Name", S["A field with the same Technical Name already exists."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:658
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:663
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "A field with the same Technical Name already exists."
|
msgid "A field with the same Technical Name already exists."
|
||||||
msgstr "الحقل بنفس الإسم التقني موجود مسبقاً."
|
msgstr "الحقل بنفس الإسم التقني موجود مسبقاً."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The field \"{0}\" has been added.", viewModel.DisplayName]);
|
#. await _notifier.SuccessAsync(H["The field \"{0}\" has been added.", viewModel.DisplayName]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:684
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:689
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The field \"{0}\" has been added."
|
msgid "The field \"{0}\" has been added."
|
||||||
msgstr "تم إضافة الحقل \"{0}\"."
|
msgstr "تم إضافة الحقل \"{0}\"."
|
||||||
|
|
||||||
#. await _notifier.InformationAsync(H["Display name changed to {0}.", viewModel.DisplayName]);
|
#. await _notifier.InformationAsync(H["Display name changed to {0}.", viewModel.DisplayName]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:787
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:792
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "Display name changed to {0}."
|
msgid "Display name changed to {0}."
|
||||||
msgstr "تمّ تغيير اسم العرض الى {0}."
|
msgstr "تمّ تغيير اسم العرض الى {0}."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" field settings have been saved.", field.DisplayName()]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" field settings have been saved.", field.DisplayName()]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:806
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:811
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" field settings have been saved."
|
msgid "The \"{0}\" field settings have been saved."
|
||||||
msgstr "تمّ تسجيل بيانات الحقل \"{0}\"."
|
msgstr "تمّ تسجيل بيانات الحقل \"{0}\"."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" field has been removed.", field.DisplayName()]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" field has been removed.", field.DisplayName()]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:850
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:855
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" field has been removed."
|
msgid "The \"{0}\" field has been removed."
|
||||||
msgstr "تمّ حذف الحقل \"{0}\"."
|
msgstr "تمّ حذف الحقل \"{0}\"."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" part settings have been saved.", part.DisplayName()]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" part settings have been saved.", part.DisplayName()]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:969
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:974
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" part settings have been saved."
|
msgid "The \"{0}\" part settings have been saved."
|
||||||
msgstr "تمّ تسجيل بيانات الجزء \"{0}\"."
|
msgstr "تمّ تسجيل بيانات الجزء \"{0}\"."
|
||||||
@@ -245,7 +245,7 @@ msgid "The Content Type name can't be empty."
|
|||||||
msgstr "لا يمكن لاسم نوع المحتوى أن يكون فارغاً."
|
msgstr "لا يمكن لاسم نوع المحتوى أن يكون فارغاً."
|
||||||
|
|
||||||
#. throw new Exception(S["Cannot add part named '{0}'. It already exists.", name]);
|
#. throw new Exception(S["Cannot add part named '{0}'. It already exists.", name]);
|
||||||
#: OrchardCore.ContentTypes\Services\ContentDefinitionService.cs:286
|
#: OrchardCore.ContentTypes\Services\ContentDefinitionService.cs:281
|
||||||
msgctxt "OrchardCore.ContentTypes.Services.ContentDefinitionService"
|
msgctxt "OrchardCore.ContentTypes.Services.ContentDefinitionService"
|
||||||
msgid "Cannot add part named '{0}'. It already exists."
|
msgid "Cannot add part named '{0}'. It already exists."
|
||||||
msgstr "لا يمكن إظافة الجزء '{0}' لأنّه موجوه بالفعل."
|
msgstr "لا يمكن إظافة الجزء '{0}' لأنّه موجوه بالفعل."
|
||||||
@@ -256,7 +256,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.AddFieldTo"
|
|||||||
msgid "Add New Field To \"{0}\""
|
msgid "Add New Field To \"{0}\""
|
||||||
msgstr "إضافة حقل جديد إلى \"{0}\""
|
msgstr "إضافة حقل جديد إلى \"{0}\""
|
||||||
|
|
||||||
#. <label for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\AddFieldTo.cshtml:16
|
#: OrchardCore.ContentTypes\Views\Admin\AddFieldTo.cshtml:16
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddFieldTo"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddFieldTo"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -268,7 +268,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.AddFieldTo"
|
|||||||
msgid "Name of the field as it will be displayed in screens."
|
msgid "Name of the field as it will be displayed in screens."
|
||||||
msgstr "اسم الحقل كما سيتم عرضه على الشاشات."
|
msgstr "اسم الحقل كما سيتم عرضه على الشاشات."
|
||||||
|
|
||||||
#. <label for="Name">@T["Technical Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Technical Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\AddFieldTo.cshtml:24
|
#: OrchardCore.ContentTypes\Views\Admin\AddFieldTo.cshtml:24
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddFieldTo"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddFieldTo"
|
||||||
msgid "Technical Name"
|
msgid "Technical Name"
|
||||||
@@ -328,7 +328,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
|||||||
msgid "Add Named Part To \"{0}\""
|
msgid "Add Named Part To \"{0}\""
|
||||||
msgstr "أضف جزءاً مسمى إلى \"{0}\""
|
msgstr "أضف جزءاً مسمى إلى \"{0}\""
|
||||||
|
|
||||||
#. <label for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\AddReusablePartTo.cshtml:14
|
#: OrchardCore.ContentTypes\Views\Admin\AddReusablePartTo.cshtml:14
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -340,7 +340,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
|||||||
msgid "Name of the reusable part as it will be displayed in screens."
|
msgid "Name of the reusable part as it will be displayed in screens."
|
||||||
msgstr "اسم الحقل كما سيتم عرضه في الشاشات."
|
msgstr "اسم الحقل كما سيتم عرضه في الشاشات."
|
||||||
|
|
||||||
#. <label for="Name">@T["Technical Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Technical Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\AddReusablePartTo.cshtml:20
|
#: OrchardCore.ContentTypes\Views\Admin\AddReusablePartTo.cshtml:20
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
||||||
msgid "Technical Name"
|
msgid "Technical Name"
|
||||||
@@ -352,7 +352,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
|||||||
msgid "Technical name of the reusable part."
|
msgid "Technical name of the reusable part."
|
||||||
msgstr "الاسم التقني للجزء القابل لإعادة الاستخدام."
|
msgstr "الاسم التقني للجزء القابل لإعادة الاستخدام."
|
||||||
|
|
||||||
#. <label for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\AddReusablePartTo.cshtml:26
|
#: OrchardCore.ContentTypes\Views\Admin\AddReusablePartTo.cshtml:26
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -430,7 +430,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Items.ContentDefinitionDeploymentStep.Fi
|
|||||||
msgid "Exports specified content type and part definitions for updating."
|
msgid "Exports specified content type and part definitions for updating."
|
||||||
msgstr "تصدير التعريفات المحددة من أنواع وأجزاء المحتوى."
|
msgstr "تصدير التعريفات المحددة من أنواع وأجزاء المحتوى."
|
||||||
|
|
||||||
#. <label asp-for="ContentPartDefinition.Name">@T["Technical Name"]</label>
|
#. <label asp-for="ContentPartDefinition.Name" class="form-label">@T["Technical Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\ContentPartSettings.Edit.cshtml:5
|
#: OrchardCore.ContentTypes\Views\ContentPartSettings.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
||||||
msgid "Technical Name"
|
msgid "Technical Name"
|
||||||
@@ -442,7 +442,7 @@ msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
|||||||
msgid "Technical name of the part."
|
msgid "Technical name of the part."
|
||||||
msgstr "الإسم التقني للجزء."
|
msgstr "الإسم التقني للجزء."
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\ContentPartSettings.Edit.cshtml:11
|
#: OrchardCore.ContentTypes\Views\ContentPartSettings.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -454,7 +454,7 @@ msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
|||||||
msgid "Name of the part as it will be displayed in screens. Leave empty to use defaults."
|
msgid "Name of the part as it will be displayed in screens. Leave empty to use defaults."
|
||||||
msgstr "اسم الجزء كما سيتم عرضه في الشاشات. يمكن تركه فارغاً لاستخدام الإعدادات الافتراضية."
|
msgstr "اسم الجزء كما سيتم عرضه في الشاشات. يمكن تركه فارغاً لاستخدام الإعدادات الافتراضية."
|
||||||
|
|
||||||
#. <label asp-for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\ContentPartSettings.Edit.cshtml:17
|
#: OrchardCore.ContentTypes\Views\ContentPartSettings.Edit.cshtml:17
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -490,7 +490,7 @@ msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
|||||||
msgid "Check to allow this part to be attached multiple times."
|
msgid "Check to allow this part to be attached multiple times."
|
||||||
msgstr "السماح بإرفاق هذا الجزء عدة مرات."
|
msgstr "السماح بإرفاق هذا الجزء عدة مرات."
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Technical Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Technical Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\ContentType.Edit.cshtml:4
|
#: OrchardCore.ContentTypes\Views\ContentType.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.ContentType.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.ContentType.Edit"
|
||||||
msgid "Technical Name"
|
msgid "Technical Name"
|
||||||
@@ -502,7 +502,7 @@ msgctxt "OrchardCore.ContentTypes.Views.ContentType.Edit"
|
|||||||
msgid "Technical name of the type."
|
msgid "Technical name of the type."
|
||||||
msgstr "الإسم التقني للنوع."
|
msgstr "الإسم التقني للنوع."
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\ContentType.Edit.cshtml:9
|
#: OrchardCore.ContentTypes\Views\ContentType.Edit.cshtml:9
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.ContentType.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.ContentType.Edit"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -514,7 +514,7 @@ msgctxt "OrchardCore.ContentTypes.Views.ContentType.Edit"
|
|||||||
msgid "Name of the type as it will be displayed on screens."
|
msgid "Name of the type as it will be displayed on screens."
|
||||||
msgstr "اسم النوع كما سيظهر على الشاشات."
|
msgstr "اسم النوع كما سيظهر على الشاشات."
|
||||||
|
|
||||||
#. <label asp-for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\ContentTypeSettings.Edit.cshtml:5
|
#: OrchardCore.ContentTypes\Views\ContentTypeSettings.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.ContentTypeSettings.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.ContentTypeSettings.Edit"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -604,7 +604,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.Create"
|
|||||||
msgid "New Content Type"
|
msgid "New Content Type"
|
||||||
msgstr "نوع محتوى جديد"
|
msgstr "نوع محتوى جديد"
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Create.cshtml:9
|
#: OrchardCore.ContentTypes\Views\Admin\Create.cshtml:9
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Create"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Create"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -616,7 +616,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.Create"
|
|||||||
msgid "Name of the type as it will be displayed on screens."
|
msgid "Name of the type as it will be displayed on screens."
|
||||||
msgstr "اسم النوع كما سيظهر على الشاشات."
|
msgstr "اسم النوع كما سيظهر على الشاشات."
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Technical Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Technical Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Create.cshtml:15
|
#: OrchardCore.ContentTypes\Views\Admin\Create.cshtml:15
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Create"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Create"
|
||||||
msgid "Technical Name"
|
msgid "Technical Name"
|
||||||
@@ -640,7 +640,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.CreatePart"
|
|||||||
msgid "New Content Part"
|
msgid "New Content Part"
|
||||||
msgstr "جزء محتوى جديد"
|
msgstr "جزء محتوى جديد"
|
||||||
|
|
||||||
#. <label for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\CreatePart.cshtml:8
|
#: OrchardCore.ContentTypes\Views\Admin\CreatePart.cshtml:8
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.CreatePart"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.CreatePart"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -658,7 +658,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.CreatePart"
|
|||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "إنشاء"
|
msgstr "إنشاء"
|
||||||
|
|
||||||
#. <label asp-for="ContentTypes">@T["Content Type Definitions"]</label>
|
#. <label asp-for="ContentTypes" class="form-label">@T["Content Type Definitions"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Items\DeleteContentDefinitionDeploymentStep.Fields.Edit.cshtml:4
|
#: OrchardCore.ContentTypes\Views\Items\DeleteContentDefinitionDeploymentStep.Fields.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Items.DeleteContentDefinitionDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Items.DeleteContentDefinitionDeploymentStep.Fields.Edit"
|
||||||
msgid "Content Type Definitions"
|
msgid "Content Type Definitions"
|
||||||
@@ -670,7 +670,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Items.DeleteContentDefinitionDeploymentS
|
|||||||
msgid "A comma separated list of content type definitions to delete"
|
msgid "A comma separated list of content type definitions to delete"
|
||||||
msgstr "قائمة مفصولة بفواصل لتعاريف نوع المحتوى لحذفها"
|
msgstr "قائمة مفصولة بفواصل لتعاريف نوع المحتوى لحذفها"
|
||||||
|
|
||||||
#. <label asp-for="ContentParts">@T["Content Part Definitions"]</label>
|
#. <label asp-for="ContentParts" class="form-label">@T["Content Part Definitions"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Items\DeleteContentDefinitionDeploymentStep.Fields.Edit.cshtml:11
|
#: OrchardCore.ContentTypes\Views\Items\DeleteContentDefinitionDeploymentStep.Fields.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Items.DeleteContentDefinitionDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Items.DeleteContentDefinitionDeploymentStep.Fields.Edit"
|
||||||
msgid "Content Part Definitions"
|
msgid "Content Part Definitions"
|
||||||
@@ -701,87 +701,87 @@ msgid "Exports specified content type and part definitions for deletion."
|
|||||||
msgstr "تصدير التعريفات المحددة من أنواع وأجزاء المحتوى."
|
msgstr "تصدير التعريفات المحددة من أنواع وأجزاء المحتوى."
|
||||||
|
|
||||||
#. <zone Name="Title"><h1>@RenderTitleSegments(T["Edit Content Type - {0}", Model.TypeDefinition.DisplayName])</h1></zone>
|
#. <zone Name="Title"><h1>@RenderTitleSegments(T["Edit Content Type - {0}", Model.TypeDefinition.DisplayName])</h1></zone>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:34
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:50
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Edit Content Type - {0}"
|
msgid "Edit Content Type - {0}"
|
||||||
msgstr "تحرير نوع المحتوى - {0}"
|
msgstr "تحرير نوع المحتوى - {0}"
|
||||||
|
|
||||||
#. <h3>@T["Fields"]</h3>
|
#. <h3>@T["Fields"]</h3>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:53
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:69
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Fields"
|
msgid "Fields"
|
||||||
msgstr "الحقول"
|
msgstr "الحقول"
|
||||||
|
|
||||||
#. <a asp-route-action="EditField" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@fieldDefintion.Name" asp-route-returnUrl="@FullRequestPath" class="btn btn-primary btn-sm" role="button">@T["Edit"]</a>
|
#. <a asp-route-action="EditField" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@fieldDefinition.Name" asp-route-returnUrl="@FullRequestPath" class="btn btn-primary btn-sm" role="button">@T["Edit"]</a>
|
||||||
#. <a asp-route-action="EditTypePart" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@partDefinition.Name" class="btn btn-primary btn-sm" role="button">@T["Edit"]</a>
|
#. <a asp-route-action="EditTypePart" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@partDefinition.Name" class="btn btn-primary btn-sm" role="button">@T["Edit"]</a>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:63
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:79
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:109
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:125
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "تحرير"
|
msgstr "تحرير"
|
||||||
|
|
||||||
#. <a asp-route-action="RemoveFieldFrom" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@fieldDefintion.Name" class="btn btn-danger btn-sm" role="button" data-url-af="UnsafeUrl RemoveUrl">@T["Remove"]</a>
|
#. <a asp-route-action="RemoveFieldFrom" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@fieldDefinition.Name" class="btn btn-danger btn-sm" role="button" data-url-af="UnsafeUrl RemoveUrl">@T["Remove"]</a>
|
||||||
#. <a asp-route-action="RemovePart" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@partDefinition.Name" class="btn btn-danger btn-sm" role="button" data-url-af="UnsafeUrl RemoveUrl">@T["Remove"]</a>
|
#. <a asp-route-action="RemovePart" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@partDefinition.Name" class="btn btn-danger btn-sm" role="button" data-url-af="UnsafeUrl RemoveUrl">@T["Remove"]</a>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:65
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:81
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:110
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:126
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "حذف"
|
msgstr "حذف"
|
||||||
|
|
||||||
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Display mode"]"><i class="fas fa-tv text-info" aria-hidden="true"></i> @fieldDefintion.DisplayMode()</span>
|
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Display mode"]"><i class="fa-solid fa-tv text-info" aria-hidden="true"></i> @fieldDefinition.DisplayMode()</span>
|
||||||
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Display mode"]"><i class="fas fa-tv text-info" aria-hidden="true"></i> @partDefinition.DisplayMode()</span>
|
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Display mode"]"><i class="fa-solid fa-tv text-info" aria-hidden="true"></i> @partDefinition.DisplayMode()</span>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:71
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:87
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:120
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:136
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Display mode"
|
msgid "Display mode"
|
||||||
msgstr "وضع العرض"
|
msgstr "وضع العرض"
|
||||||
|
|
||||||
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Editor"]"><i class="fa fa-edit text-info" aria-hidden="true"></i> @fieldDefintion.Editor()</span>
|
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Editor"]"><i class="fa-solid fa-edit text-info" aria-hidden="true"></i> @fieldDefinition.Editor()</span>
|
||||||
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Editor"]"><i class="fa fa-edit text-info" aria-hidden="true"></i> @partDefinition.Editor()</span>
|
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Editor"]"><i class="fa-solid fa-edit text-info" aria-hidden="true"></i> @partDefinition.Editor()</span>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:75
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:91
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:124
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:140
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Editor"
|
msgid "Editor"
|
||||||
msgstr "المحرر"
|
msgstr "المحرر"
|
||||||
|
|
||||||
#. <a asp-route-action="AddFieldTo" asp-route-id="@Model.TypeDefinition.Name" asp-route-returnUrl="@FullRequestPath" class="btn btn-info btn-sm" role="button">@T["Add Field"]</a>
|
#. <a asp-route-action="AddFieldTo" asp-route-id="@Model.TypeDefinition.Name" asp-route-returnUrl="@FullRequestPath" class="btn btn-info btn-sm" role="button">@T["Add Field"]</a>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:87
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:103
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Add Field"
|
msgid "Add Field"
|
||||||
msgstr "إضافة حقل"
|
msgstr "إضافة حقل"
|
||||||
|
|
||||||
#. <h3>@T["Parts"]</h3>
|
#. <h3>@T["Parts"]</h3>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:92
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:108
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Parts"
|
msgid "Parts"
|
||||||
msgstr "أجزاء"
|
msgstr "أجزاء"
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Contains the fields for the current type"]</span>
|
#. <span class="hint dashed">@T["Contains the fields for the current type"]</span>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:115
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:131
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Contains the fields for the current type"
|
msgid "Contains the fields for the current type"
|
||||||
msgstr "يحتوي على حقول لنوع المحتوى الحالي"
|
msgstr "يحتوي على حقول لنوع المحتوى الحالي"
|
||||||
|
|
||||||
#. <a asp-route-action="AddPartsTo" asp-route-id="@Model.TypeDefinition.Name" class="btn btn-info btn-sm" role="button">@T["Add Parts"]</a>
|
#. <a asp-route-action="AddPartsTo" asp-route-id="@Model.TypeDefinition.Name" class="btn btn-info btn-sm" role="button">@T["Add Parts"]</a>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:134
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:150
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Add Parts"
|
msgid "Add Parts"
|
||||||
msgstr "إضافة أجزاء"
|
msgstr "إضافة أجزاء"
|
||||||
|
|
||||||
#. <a asp-route-action="AddReusablePartTo" asp-route-id="@Model.TypeDefinition.Name" class="btn btn-info btn-sm" role="button">@T["Add Named Part"]</a>
|
#. <a asp-route-action="AddReusablePartTo" asp-route-id="@Model.TypeDefinition.Name" class="btn btn-info btn-sm" role="button">@T["Add Named Part"]</a>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:135
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:151
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Add Named Part"
|
msgid "Add Named Part"
|
||||||
msgstr "أضف جزءاً مسمى"
|
msgstr "أضف جزءاً مسمى"
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit" name="submit.Save" value="Save">@T["Save"]</button>
|
#. <button class="btn btn-primary save" type="submit" name="submit.Save" value="Save">@T["Save"]</button>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:139
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:155
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr "حفظ"
|
msgstr "حفظ"
|
||||||
|
|
||||||
#. <button class="btn btn-danger delete" type="submit" name="submit.Delete" value="Delete" data-url-af="RemoveUrl">@T["Delete"]</button>
|
#. <button class="btn btn-danger delete" type="submit" name="submit.Delete" value="Delete" data-url-af="RemoveUrl">@T["Delete"]</button>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:140
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:156
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "حذف"
|
msgstr "حذف"
|
||||||
@@ -792,7 +792,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
|||||||
msgid "\"{0}\" settings for \"{1}\""
|
msgid "\"{0}\" settings for \"{1}\""
|
||||||
msgstr "\"{0}\" إعدادات مطبقة على \"{1}\""
|
msgstr "\"{0}\" إعدادات مطبقة على \"{1}\""
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:25
|
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:25
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -804,7 +804,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
|||||||
msgid "Name of the field as it will be displayed in screens."
|
msgid "Name of the field as it will be displayed in screens."
|
||||||
msgstr "اسم الحقل كما سيتم عرضه في الشاشات."
|
msgstr "اسم الحقل كما سيتم عرضه في الشاشات."
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Technical Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Technical Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:33
|
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:33
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
||||||
msgid "Technical Name"
|
msgid "Technical Name"
|
||||||
@@ -816,26 +816,26 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
|||||||
msgid "Technical name of the field."
|
msgid "Technical name of the field."
|
||||||
msgstr "الاسم التقني للحقل."
|
msgstr "الاسم التقني للحقل."
|
||||||
|
|
||||||
#. <label asp-for="Editor">@T["What type of editor should be used?"]</label>
|
#. <label asp-for="Editor" class="form-label">@T["What type of editor should be used?"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:56
|
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:55
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
||||||
msgid "What type of editor should be used?"
|
msgid "What type of editor should be used?"
|
||||||
msgstr "ماهو نوع المحرر المراد استخدامه؟"
|
msgstr "ماهو نوع المحرر المراد استخدامه؟"
|
||||||
|
|
||||||
#. <label asp-for="DisplayMode">@T["What type of display mode should be used?"]</label>
|
#. <label asp-for="DisplayMode" class="form-label">@T["What type of display mode should be used?"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:77
|
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:74
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
||||||
msgid "What type of display mode should be used?"
|
msgid "What type of display mode should be used?"
|
||||||
msgstr "ماهو نمط العرض المراد استخدامه؟"
|
msgstr "ماهو نمط العرض المراد استخدامه؟"
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit" name="submit.Save" value="Save">@T["Save"]</button>
|
#. <button class="btn btn-primary save" type="submit" name="submit.Save" value="Save">@T["Save"]</button>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:96
|
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:92
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr "حفظ"
|
msgstr "حفظ"
|
||||||
|
|
||||||
#. <a class="btn btn-secondary cancel" role="button" href="@returnUrl">@T["Cancel"]</a>
|
#. <a class="btn btn-secondary cancel" role="button" href="@returnUrl">@T["Cancel"]</a>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:99
|
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:95
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "إلغاء"
|
msgstr "إلغاء"
|
||||||
@@ -900,7 +900,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
|||||||
msgid "Some part settings common to all types can also be defined at the <a href=\"{0}\">Part Definition</a> level."
|
msgid "Some part settings common to all types can also be defined at the <a href=\"{0}\">Part Definition</a> level."
|
||||||
msgstr "يمكن تعريف بعض إعدادات الجزء المشتركة بين كل الأنواع من خلال <a href=\"{0}\">تعريف جزء</a>."
|
msgstr "يمكن تعريف بعض إعدادات الجزء المشتركة بين كل الأنواع من خلال <a href=\"{0}\">تعريف جزء</a>."
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:29
|
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:29
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -912,7 +912,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
|||||||
msgid "Name of the part as it will be displayed in screens."
|
msgid "Name of the part as it will be displayed in screens."
|
||||||
msgstr "اسم الجزء كما سيتم عرضه على الشاشات."
|
msgstr "اسم الجزء كما سيتم عرضه على الشاشات."
|
||||||
|
|
||||||
#. <label asp-for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:37
|
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:37
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -924,31 +924,31 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
|||||||
msgid "The description of the part as it will be displayed in screens."
|
msgid "The description of the part as it will be displayed in screens."
|
||||||
msgstr "وصف الجزء كما سيتم عرضه على الشاشات."
|
msgstr "وصف الجزء كما سيتم عرضه على الشاشات."
|
||||||
|
|
||||||
#. <label asp-for="Editor">@T["What type of editor should be used?"]</label>
|
#. <label asp-for="Editor" class="form-label">@T["What type of editor should be used?"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:61
|
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:60
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
||||||
msgid "What type of editor should be used?"
|
msgid "What type of editor should be used?"
|
||||||
msgstr "ماهو نوع المحرر المراد استخدامه؟"
|
msgstr "ماهو نوع المحرر المراد استخدامه؟"
|
||||||
|
|
||||||
#. <label asp-for="DisplayMode">@T["What type of display mode should be used?"]</label>
|
#. <label asp-for="DisplayMode" class="form-label">@T["What type of display mode should be used?"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:82
|
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:79
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
||||||
msgid "What type of display mode should be used?"
|
msgid "What type of display mode should be used?"
|
||||||
msgstr "ماهو نمط العرض المراد استخدامه؟"
|
msgstr "ماهو نمط العرض المراد استخدامه؟"
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit" name="submit.Save" value="Save">@T["Save"]</button>
|
#. <button class="btn btn-primary save" type="submit" name="submit.Save" value="Save">@T["Save"]</button>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:101
|
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:97
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr "حفظ"
|
msgstr "حفظ"
|
||||||
|
|
||||||
#. <a class="btn btn-secondary cancel" role="button" asp-route-action="Edit" asp-route-id="@Model.TypePartDefinition.ContentTypeDefinition.Name">@T["Cancel"]</a>
|
#. <a class="btn btn-secondary cancel" role="button" asp-route-action="Edit" asp-route-id="@Model.TypePartDefinition.ContentTypeDefinition.Name">@T["Cancel"]</a>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:102
|
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:98
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "إلغاء"
|
msgstr "إلغاء"
|
||||||
|
|
||||||
#. <span class="badge rounded-pill ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Technical Name"]"><i class="fas fa-file-alt text-danger" aria-hidden="true"></i> @Model.Name</span>
|
#. <span class="badge rounded-pill ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Technical Name"]"><i class="fa-solid fa-file-alt text-danger" aria-hidden="true"></i> @Model.Name</span>
|
||||||
#: OrchardCore.ContentTypes\Views\Shared\DisplayTemplates\EditTypeViewModel.cshtml:10
|
#: OrchardCore.ContentTypes\Views\Shared\DisplayTemplates\EditTypeViewModel.cshtml:10
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Shared.DisplayTemplates.EditTypeViewModel"
|
msgctxt "OrchardCore.ContentTypes.Views.Shared.DisplayTemplates.EditTypeViewModel"
|
||||||
msgid "Technical Name"
|
msgid "Technical Name"
|
||||||
@@ -1074,7 +1074,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.ListParts"
|
|||||||
msgid "<strong>Nothing here!</strong> Your search returned no results."
|
msgid "<strong>Nothing here!</strong> Your search returned no results."
|
||||||
msgstr "<strong>لا شىء</strong> لا توجد أي نتائج للبحث."
|
msgstr "<strong>لا شىء</strong> لا توجد أي نتائج للبحث."
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-cube" aria-hidden="true"></i></span><span class="title">@T["Content Definition"]</span>
|
#. <span class="icon"><i class="fa-solid fa-cube" aria-hidden="true"></i></span><span class="title">@T["Content Definition"]</span>
|
||||||
#: OrchardCore.ContentTypes\Views\NavigationItemText-contentdefinition.Id.cshtml:1
|
#: OrchardCore.ContentTypes\Views\NavigationItemText-contentdefinition.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.NavigationItemText-contentdefinition.Id"
|
msgctxt "OrchardCore.ContentTypes.Views.NavigationItemText-contentdefinition.Id"
|
||||||
msgid "Content Definition"
|
msgid "Content Definition"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:30\n"
|
"PO-Revision-Date: 2023-12-22 16:13\n"
|
||||||
|
|
||||||
#. await builder.AddAsync(S["Content"], NavigationConstants.AdminMenuContentPosition, async content =>
|
#. await builder.AddAsync(S["Content"], NavigationConstants.AdminMenuContentPosition, async content =>
|
||||||
#: OrchardCore.Contents\AdminMenu.cs:60
|
#: OrchardCore.Contents\AdminMenu.cs:60
|
||||||
@@ -134,216 +134,216 @@ msgctxt "OrchardCore.Contents.AuditTrail.Services.ContentAuditTrailEventConfigur
|
|||||||
msgid "A content item was restored to a previous version."
|
msgid "A content item was restored to a previous version."
|
||||||
msgstr "تم استعادة عنصر المحتوى إلى نسخة سابقة."
|
msgstr "تم استعادة عنصر المحتوى إلى نسخة سابقة."
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Latest"], Value = nameof(ContentsStatus.Latest), Selected = options.ContentsStatus == ContentsStatus.Latest },
|
#. new SelectListItem(S["Latest"], nameof(ContentsStatus.Latest), options.ContentsStatus == ContentsStatus.Latest),
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:162
|
#: OrchardCore.Contents\Controllers\AdminController.cs:158
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Latest"
|
msgid "Latest"
|
||||||
msgstr "الأحدث"
|
msgstr "الأحدث"
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Published"], Value = nameof(ContentsStatus.Published), Selected = options.ContentsStatus == ContentsStatus.Published },
|
#. new SelectListItem(S["Published"], nameof(ContentsStatus.Published), options.ContentsStatus == ContentsStatus.Published),
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:163
|
#: OrchardCore.Contents\Controllers\AdminController.cs:159
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Published"
|
msgid "Published"
|
||||||
msgstr "تم نشره"
|
msgstr "تم نشره"
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Unpublished"], Value = nameof(ContentsStatus.Draft), Selected = options.ContentsStatus == ContentsStatus.Draft },
|
#. new SelectListItem(S["Unpublished"], nameof(ContentsStatus.Draft), options.ContentsStatus == ContentsStatus.Draft),
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:164
|
#: OrchardCore.Contents\Controllers\AdminController.cs:160
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Unpublished"
|
msgid "Unpublished"
|
||||||
msgstr "غير منشور"
|
msgstr "غير منشور"
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["All versions"], Value = nameof(ContentsStatus.AllVersions), Selected = options.ContentsStatus == ContentsStatus.AllVersions }
|
#. new SelectListItem(S["All versions"], nameof(ContentsStatus.AllVersions), options.ContentsStatus == ContentsStatus.AllVersions),
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:165
|
#: OrchardCore.Contents\Controllers\AdminController.cs:161
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "All versions"
|
msgid "All versions"
|
||||||
msgstr "كل الإصدارات"
|
msgstr "كل الإصدارات"
|
||||||
|
|
||||||
#. options.ContentStatuses.Insert(1, new SelectListItem() { Text = S["Owned by me"], Value = nameof(ContentsStatus.Owner) });
|
#. options.ContentStatuses.Insert(1, new SelectListItem() { Text = S["Owned by me"], Value = nameof(ContentsStatus.Owner) });
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:170
|
#: OrchardCore.Contents\Controllers\AdminController.cs:166
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Owned by me"
|
msgid "Owned by me"
|
||||||
msgstr "بواسطتي"
|
msgstr "بواسطتي"
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Recently created"], Value = nameof(ContentsOrder.Created), Selected = options.OrderBy == ContentsOrder.Created },
|
#. new SelectListItem(S["Recently created"], nameof(ContentsOrder.Created), options.OrderBy == ContentsOrder.Created),
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:175
|
#: OrchardCore.Contents\Controllers\AdminController.cs:171
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Recently created"
|
msgid "Recently created"
|
||||||
msgstr "تم إنشاؤه مؤخراً"
|
msgstr "تم إنشاؤه مؤخراً"
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Recently modified"], Value = nameof(ContentsOrder.Modified), Selected = options.OrderBy == ContentsOrder.Modified },
|
#. new SelectListItem(S["Recently modified"], nameof(ContentsOrder.Modified),options.OrderBy == ContentsOrder.Modified ),
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:176
|
#: OrchardCore.Contents\Controllers\AdminController.cs:172
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Recently modified"
|
msgid "Recently modified"
|
||||||
msgstr "تم تعديله مؤخراً"
|
msgstr "تم تعديله مؤخراً"
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Recently published"], Value = nameof(ContentsOrder.Published), Selected = options.OrderBy == ContentsOrder.Published },
|
#. new SelectListItem(S["Recently published"], nameof(ContentsOrder.Published), options.OrderBy == ContentsOrder.Published),
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:177
|
#: OrchardCore.Contents\Controllers\AdminController.cs:173
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Recently published"
|
msgid "Recently published"
|
||||||
msgstr "تم نشره مؤخراً"
|
msgstr "تم نشره مؤخراً"
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Title"], Value = nameof(ContentsOrder.Title), Selected = options.OrderBy == ContentsOrder.Title },
|
#. new SelectListItem(S["Title"], nameof(ContentsOrder.Title), options.OrderBy == ContentsOrder.Title),
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:178
|
#: OrchardCore.Contents\Controllers\AdminController.cs:174
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "العنوان"
|
msgstr "العنوان"
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Publish Now"], Value = nameof(ContentsBulkAction.PublishNow) },
|
#. new SelectListItem(S["Publish Now"], nameof(ContentsBulkAction.PublishNow)),
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:183
|
#: OrchardCore.Contents\Controllers\AdminController.cs:179
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Publish Now"
|
msgid "Publish Now"
|
||||||
msgstr "انشر الآن"
|
msgstr "انشر الآن"
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Unpublish"], Value = nameof(ContentsBulkAction.Unpublish) },
|
#. new SelectListItem(S["Unpublish"], nameof(ContentsBulkAction.Unpublish)),
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:184
|
#: OrchardCore.Contents\Controllers\AdminController.cs:180
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Unpublish"
|
msgid "Unpublish"
|
||||||
msgstr "إلغاء النشر"
|
msgstr "إلغاء النشر"
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Remove) }
|
#. new SelectListItem(S["Delete"], nameof(ContentsBulkAction.Remove)),
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:185
|
#: OrchardCore.Contents\Controllers\AdminController.cs:181
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "حذف"
|
msgstr "حذف"
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["All content types"], Value = String.Empty }
|
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:209
|
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
|
||||||
msgid "All content types"
|
|
||||||
msgstr "كل أنواع المحتوى"
|
|
||||||
|
|
||||||
#. await _notifier.WarningAsync(H["Couldn't publish selected content."]);
|
#. await _notifier.WarningAsync(H["Couldn't publish selected content."]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:314
|
#: OrchardCore.Contents\Controllers\AdminController.cs:273
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Couldn't publish selected content."
|
msgid "Couldn't publish selected content."
|
||||||
msgstr "لا يمكن نشر المحتوى المحدد."
|
msgstr "لا يمكن نشر المحتوى المحدد."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Content published successfully."]);
|
#. await _notifier.SuccessAsync(H["Content published successfully."]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:321
|
#: OrchardCore.Contents\Controllers\AdminController.cs:280
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Content published successfully."
|
msgid "Content published successfully."
|
||||||
msgstr "تم نشر المحتوى بنجاح."
|
msgstr "تم نشر المحتوى بنجاح."
|
||||||
|
|
||||||
#. await _notifier.WarningAsync(H["Couldn't unpublish selected content."]);
|
#. await _notifier.WarningAsync(H["Couldn't unpublish selected content."]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:328
|
#: OrchardCore.Contents\Controllers\AdminController.cs:287
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Couldn't unpublish selected content."
|
msgid "Couldn't unpublish selected content."
|
||||||
msgstr "لا يمكن إلغاء نشر المحتوى المحدد."
|
msgstr "لا يمكن إلغاء نشر المحتوى المحدد."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Content unpublished successfully."]);
|
#. await _notifier.SuccessAsync(H["Content unpublished successfully."]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:335
|
#: OrchardCore.Contents\Controllers\AdminController.cs:294
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Content unpublished successfully."
|
msgid "Content unpublished successfully."
|
||||||
msgstr "تم إلغاء نشر المحتوى بنجاح."
|
msgstr "تم إلغاء نشر المحتوى بنجاح."
|
||||||
|
|
||||||
#. await _notifier.WarningAsync(H["Couldn't remove selected content."]);
|
#. await _notifier.WarningAsync(H["Couldn't remove selected content."]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:342
|
#: OrchardCore.Contents\Controllers\AdminController.cs:301
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Couldn't remove selected content."
|
msgid "Couldn't remove selected content."
|
||||||
msgstr "لا يمكن حذف المحتوى المحدد."
|
msgstr "لا يمكن حذف المحتوى المحدد."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Content removed successfully."]);
|
#. await _notifier.SuccessAsync(H["Content removed successfully."]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:349
|
#: OrchardCore.Contents\Controllers\AdminController.cs:308
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Content removed successfully."
|
msgid "Content removed successfully."
|
||||||
msgstr "تم حذف المحتوى بنجاح."
|
msgstr "تم حذف المحتوى بنجاح."
|
||||||
|
|
||||||
#. ? H["Your content draft has been saved."]
|
#. ? H["Your content draft has been saved."]
|
||||||
#. ? H["Your content draft has been saved."]
|
#. ? H["Your content draft has been saved."]
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:390
|
#: OrchardCore.Contents\Controllers\AdminController.cs:349
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:512
|
#: OrchardCore.Contents\Controllers\AdminController.cs:432
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Your content draft has been saved."
|
msgid "Your content draft has been saved."
|
||||||
msgstr "تم حفظ مسودة المحتوى."
|
msgstr "تم حفظ مسودة المحتوى."
|
||||||
|
|
||||||
#. : H["Your {0} draft has been saved.", typeDefinition.DisplayName]);
|
#. : H["Your {0} draft has been saved.", typeDefinition.DisplayName]);
|
||||||
#. : H["Your {0} draft has been saved.", typeDefinition.DisplayName]);
|
#. : H["Your {0} draft has been saved.", typeDefinition.DisplayName]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:391
|
#: OrchardCore.Contents\Controllers\AdminController.cs:350
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:513
|
#: OrchardCore.Contents\Controllers\AdminController.cs:433
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Your {0} draft has been saved."
|
msgid "Your {0} draft has been saved."
|
||||||
msgstr "تم حفظ المسودة {0}."
|
msgstr "تم حفظ المسودة {0}."
|
||||||
|
|
||||||
#. ? H["Your content has been published."]
|
#. ? H["Your content has been published."]
|
||||||
#. ? H["Your content has been published."]
|
#. ? H["Your content has been published."]
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:418
|
#: OrchardCore.Contents\Controllers\AdminController.cs:377
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:542
|
#: OrchardCore.Contents\Controllers\AdminController.cs:462
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Your content has been published."
|
msgid "Your content has been published."
|
||||||
msgstr "تم نشر المحتوى."
|
msgstr "تم نشر المحتوى."
|
||||||
|
|
||||||
#. : H["Your {0} has been published.", typeDefinition.DisplayName]);
|
#. : H["Your {0} has been published.", typeDefinition.DisplayName]);
|
||||||
#. : H["Your {0} has been published.", typeDefinition.DisplayName]);
|
#. : H["Your {0} has been published.", typeDefinition.DisplayName]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:419
|
#: OrchardCore.Contents\Controllers\AdminController.cs:378
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:543
|
#: OrchardCore.Contents\Controllers\AdminController.cs:463
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Your {0} has been published."
|
msgid "Your {0} has been published."
|
||||||
msgstr "تم نشر {0}."
|
msgstr "تم نشر {0}."
|
||||||
|
|
||||||
#. await _notifier.WarningAsync(H["Could not clone the content item."]);
|
#. await _notifier.WarningAsync(H["Could not clone the content item."]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:605
|
#: OrchardCore.Contents\Controllers\AdminController.cs:488
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Could not clone the content item."
|
msgid "Could not clone the content item."
|
||||||
msgstr "لا يمكن إستنساخ عنصر المحتوى."
|
msgstr "لا يمكن إستنساخ عنصر المحتوى."
|
||||||
|
|
||||||
#. await _notifier.InformationAsync(H["Successfully cloned. The clone was saved as a draft."]);
|
#. await _notifier.InformationAsync(H["Successfully cloned. The clone was saved as a draft."]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:609
|
#: OrchardCore.Contents\Controllers\AdminController.cs:492
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "Successfully cloned. The clone was saved as a draft."
|
msgid "Successfully cloned. The clone was saved as a draft."
|
||||||
msgstr "تم الإستنساخ بنجاح. النسخة تم حفظها كنسخة مسودة."
|
msgstr "تم الإستنساخ بنجاح. النسخة تم حفظها كنسخة مسودة."
|
||||||
|
|
||||||
#. ? H["The draft has been removed."]
|
#. ? H["The draft has been removed."]
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:636
|
#: OrchardCore.Contents\Controllers\AdminController.cs:519
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "The draft has been removed."
|
msgid "The draft has been removed."
|
||||||
msgstr "تم حذف النسخة المسودة."
|
msgstr "تم حذف النسخة المسودة."
|
||||||
|
|
||||||
#. : H["The {0} draft has been removed.", typeDefinition.DisplayName]);
|
#. : H["The {0} draft has been removed.", typeDefinition.DisplayName]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:637
|
#: OrchardCore.Contents\Controllers\AdminController.cs:520
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "The {0} draft has been removed."
|
msgid "The {0} draft has been removed."
|
||||||
msgstr "تم حذف المسودة {0}."
|
msgstr "تم حذف المسودة {0}."
|
||||||
|
|
||||||
#. ? H["That content has been removed."]
|
#. ? H["That content has been removed."]
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:660
|
#: OrchardCore.Contents\Controllers\AdminController.cs:543
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "That content has been removed."
|
msgid "That content has been removed."
|
||||||
msgstr "تم حذف المحتوى."
|
msgstr "تم حذف المحتوى."
|
||||||
|
|
||||||
#. : H["That {0} has been removed.", typeDefinition.DisplayName]);
|
#. : H["That {0} has been removed.", typeDefinition.DisplayName]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:661
|
#: OrchardCore.Contents\Controllers\AdminController.cs:544
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "That {0} has been removed."
|
msgid "That {0} has been removed."
|
||||||
msgstr "تم حذف {0}."
|
msgstr "تم حذف {0}."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["That content has been published."]);
|
#. await _notifier.SuccessAsync(H["That content has been published."]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:687
|
#: OrchardCore.Contents\Controllers\AdminController.cs:570
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "That content has been published."
|
msgid "That content has been published."
|
||||||
msgstr "هذا المحتوى قد تم نشره."
|
msgstr "هذا المحتوى قد تم نشره."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["That {0} has been published.", typeDefinition.DisplayName]);
|
#. await _notifier.SuccessAsync(H["That {0} has been published.", typeDefinition.DisplayName]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:691
|
#: OrchardCore.Contents\Controllers\AdminController.cs:574
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "That {0} has been published."
|
msgid "That {0} has been published."
|
||||||
msgstr "تم نشر {0}."
|
msgstr "تم نشر {0}."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The content has been unpublished."]);
|
#. await _notifier.SuccessAsync(H["The content has been unpublished."]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:717
|
#: OrchardCore.Contents\Controllers\AdminController.cs:600
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "The content has been unpublished."
|
msgid "The content has been unpublished."
|
||||||
msgstr "هذا المحتوى تم إلغاء نشره."
|
msgstr "هذا المحتوى تم إلغاء نشره."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The {0} has been unpublished.", typeDefinition.DisplayName]);
|
#. await _notifier.SuccessAsync(H["The {0} has been unpublished.", typeDefinition.DisplayName]);
|
||||||
#: OrchardCore.Contents\Controllers\AdminController.cs:721
|
#: OrchardCore.Contents\Controllers\AdminController.cs:604
|
||||||
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
msgid "The {0} has been unpublished."
|
msgid "The {0} has been unpublished."
|
||||||
msgstr "تم إيقاف نشر {0}."
|
msgstr "تم إيقاف نشر {0}."
|
||||||
|
|
||||||
|
#. items.Add(new SelectListItem(S["All content types"], string.Empty));
|
||||||
|
#: OrchardCore.Contents\Controllers\AdminController.cs:713
|
||||||
|
msgctxt "OrchardCore.Contents.Controllers.AdminController"
|
||||||
|
msgid "All content types"
|
||||||
|
msgstr "كل أنواع المحتوى"
|
||||||
|
|
||||||
#. Title = S["One or more validation errors occurred."],
|
#. Title = S["One or more validation errors occurred."],
|
||||||
#. Title = S["One or more validation errors occurred."],
|
#. Title = S["One or more validation errors occurred."],
|
||||||
#: OrchardCore.Contents\Controllers\ApiController.cs:133
|
#: OrchardCore.Contents\Controllers\ApiController.cs:132
|
||||||
#: OrchardCore.Contents\Controllers\ApiController.cs:163
|
#: OrchardCore.Contents\Controllers\ApiController.cs:162
|
||||||
msgctxt "OrchardCore.Contents.Controllers.ApiController"
|
msgctxt "OrchardCore.Contents.Controllers.ApiController"
|
||||||
msgid "One or more validation errors occurred."
|
msgid "One or more validation errors occurred."
|
||||||
msgstr "حدث خطأ أو أكثر في صحة البيانات."
|
msgstr "حدث خطأ أو أكثر في صحة البيانات."
|
||||||
@@ -420,8 +420,8 @@ msgctxt "OrchardCore.Contents.Drivers.OwnerEditorDriver"
|
|||||||
msgid "Invalid username provided for Owner."
|
msgid "Invalid username provided for Owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(nameof(model.FullTextTemplate), S["Full-text doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
#. S["Full-text doesn't contain a valid Liquid expression. Details: {0}",
|
||||||
#: OrchardCore.Contents\Settings\FullTextAspectSettingsDisplayDriver.cs:50
|
#: OrchardCore.Contents\Settings\FullTextAspectSettingsDisplayDriver.cs:53
|
||||||
msgctxt "OrchardCore.Contents.Settings.FullTextAspectSettingsDisplayDriver"
|
msgctxt "OrchardCore.Contents.Settings.FullTextAspectSettingsDisplayDriver"
|
||||||
msgid "Full-text doesn't contain a valid Liquid expression. Details: {0}"
|
msgid "Full-text doesn't contain a valid Liquid expression. Details: {0}"
|
||||||
msgstr "الـ Full-text لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
msgstr "الـ Full-text لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
||||||
@@ -439,13 +439,13 @@ msgid "Exports the content audit trail settings."
|
|||||||
msgstr "تصدير إعدادات مسار التدقيق للمحتوى."
|
msgstr "تصدير إعدادات مسار التدقيق للمحتوى."
|
||||||
|
|
||||||
#. public override LocalizedString Category => S["Content"];
|
#. public override LocalizedString Category => S["Content"];
|
||||||
#: OrchardCore.Contents\Workflows\Activities\ContentActivity.cs:36
|
#: OrchardCore.Contents\Workflows\Activities\ContentActivity.cs:40
|
||||||
msgctxt "OrchardCore.Contents.Workflows.Activities.ContentActivity"
|
msgctxt "OrchardCore.Contents.Workflows.Activities.ContentActivity"
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
msgstr "المحتوى"
|
msgstr "المحتوى"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"]);
|
#. return Outcomes(S["Done"]);
|
||||||
#: OrchardCore.Contents\Workflows\Activities\ContentActivity.cs:49
|
#: OrchardCore.Contents\Workflows\Activities\ContentActivity.cs:53
|
||||||
msgctxt "OrchardCore.Contents.Workflows.Activities.ContentActivity"
|
msgctxt "OrchardCore.Contents.Workflows.Activities.ContentActivity"
|
||||||
msgid "Done"
|
msgid "Done"
|
||||||
msgstr "تم"
|
msgstr "تم"
|
||||||
@@ -889,7 +889,7 @@ msgctxt "OrchardCore.Contents.Views.Items.AuditTrailContentsAction_SummaryAdmin"
|
|||||||
msgid "Audit Trail"
|
msgid "Audit Trail"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Comment" class="@Orchard.GetLabelCssClasses()">@T["Comment"]</label>
|
#. <label asp-for="Comment" class="@Orchard.GetLabelClasses()">@T["Comment"]</label>
|
||||||
#: OrchardCore.Contents\Views\AuditTrailPart.Edit.cshtml:6
|
#: OrchardCore.Contents\Views\AuditTrailPart.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Contents.Views.AuditTrailPart.Edit"
|
msgctxt "OrchardCore.Contents.Views.AuditTrailPart.Edit"
|
||||||
msgid "Comment"
|
msgid "Comment"
|
||||||
@@ -919,7 +919,7 @@ msgctxt "OrchardCore.Contents.Views.AuditTrailPartSettings.Edit"
|
|||||||
msgid "Whether the audit trail comment is shown while editing."
|
msgid "Whether the audit trail comment is shown while editing."
|
||||||
msgstr "ما إذا كان تعليق التدقيق يظهر أثناء التحرير."
|
msgstr "ما إذا كان تعليق التدقيق يظهر أثناء التحرير."
|
||||||
|
|
||||||
#. <label asp-for="LocalDateTime" class="@Orchard.GetLabelCssClasses()">@T["Created"]</label>
|
#. <label asp-for="LocalDateTime" class="@Orchard.GetLabelClasses()">@T["Created"]</label>
|
||||||
#: OrchardCore.Contents\Views\CommonPart-Date.Edit.cshtml:6
|
#: OrchardCore.Contents\Views\CommonPart-Date.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Contents.Views.CommonPart-Date.Edit"
|
msgctxt "OrchardCore.Contents.Views.CommonPart-Date.Edit"
|
||||||
msgid "Created"
|
msgid "Created"
|
||||||
@@ -931,7 +931,7 @@ msgctxt "OrchardCore.Contents.Views.CommonPart-Date.Edit"
|
|||||||
msgid "The date when the content item was created or first published."
|
msgid "The date when the content item was created or first published."
|
||||||
msgstr "التاريخ عند إنشاء عنصر المحتوى أو عند نشره لأول مره."
|
msgstr "التاريخ عند إنشاء عنصر المحتوى أو عند نشره لأول مره."
|
||||||
|
|
||||||
#. <label asp-for="OwnerName" class="@Orchard.GetLabelCssClasses()">@T["Owner"]</label>
|
#. <label asp-for="OwnerName" class="@Orchard.GetLabelClasses()">@T["Owner"]</label>
|
||||||
#: OrchardCore.Contents\Views\CommonPart-Owner.Edit.cshtml:6
|
#: OrchardCore.Contents\Views\CommonPart-Owner.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Contents.Views.CommonPart-Owner.Edit"
|
msgctxt "OrchardCore.Contents.Views.CommonPart-Owner.Edit"
|
||||||
msgid "Owner"
|
msgid "Owner"
|
||||||
@@ -967,13 +967,13 @@ msgctxt "OrchardCore.Contents.Views.CommonPartSettings.Edit"
|
|||||||
msgid "Check to be able to edit the owner of the content item. The <code>EditContentOwner</code> permission will also be required."
|
msgid "Check to be able to edit the owner of the content item. The <code>EditContentOwner</code> permission will also be required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a class="btn btn-secondary cancel" role="button" href="@returnUrl">@T["Cancel"]</a>
|
#. <a class="btn btn-secondary cancel mb-1" role="button" href="@returnUrl">@T["Cancel"]</a>
|
||||||
#: OrchardCore.Contents\Views\Content.Edit.cshtml:35
|
#: OrchardCore.Contents\Views\Content.Edit.cshtml:35
|
||||||
msgctxt "OrchardCore.Contents.Views.Content.Edit"
|
msgctxt "OrchardCore.Contents.Views.Content.Edit"
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "ألغِ"
|
msgstr "ألغِ"
|
||||||
|
|
||||||
#. <button type="submit" name="submit.Publish" class="btn btn-success publish" value="submit.Publish">@T["Publish"]</button>
|
#. <button type="submit" name="submit.Publish" class="btn btn-success publish mb-1" value="submit.Publish">@T["Publish"]</button>
|
||||||
#. <button class="btn btn-success publish" type="submit" name="submit.Publish" value="submit.Publish">@T["Publish"]</button>
|
#. <button class="btn btn-success publish" type="submit" name="submit.Publish" value="submit.Publish">@T["Publish"]</button>
|
||||||
#: OrchardCore.Contents\Views\Content.PublishButton.cshtml:7
|
#: OrchardCore.Contents\Views\Content.PublishButton.cshtml:7
|
||||||
#: OrchardCore.Contents\Views\Content.PublishButton.cshtml:12
|
#: OrchardCore.Contents\Views\Content.PublishButton.cshtml:12
|
||||||
@@ -993,7 +993,7 @@ msgctxt "OrchardCore.Contents.Views.Content.PublishButton"
|
|||||||
msgid "and continue"
|
msgid "and continue"
|
||||||
msgstr "و متابعة"
|
msgstr "و متابعة"
|
||||||
|
|
||||||
#. <button class="primaryAction btn btn-primary draft" type="submit" name="submit.Save" value="submit.Save">@T["Save Draft"]</button>
|
#. <button class="primaryAction btn btn-primary draft mb-1" type="submit" name="submit.Save" value="submit.Save">@T["Save Draft"]</button>
|
||||||
#. <button class="btn btn-primary draft" type="submit" name="submit.Save" value="submit.Save">@T["Save Draft"]</button>
|
#. <button class="btn btn-primary draft" type="submit" name="submit.Save" value="submit.Save">@T["Save Draft"]</button>
|
||||||
#: OrchardCore.Contents\Views\Content.SaveDraftButton.cshtml:7
|
#: OrchardCore.Contents\Views\Content.SaveDraftButton.cshtml:7
|
||||||
#: OrchardCore.Contents\Views\Content.SaveDraftButton.cshtml:12
|
#: OrchardCore.Contents\Views\Content.SaveDraftButton.cshtml:12
|
||||||
@@ -1013,7 +1013,7 @@ msgctxt "OrchardCore.Contents.Views.Content.SaveDraftButton"
|
|||||||
msgid "and continue"
|
msgid "and continue"
|
||||||
msgstr "و متابعة"
|
msgstr "و متابعة"
|
||||||
|
|
||||||
#. <span class="badge ta-badge font-weight-normal"><i class="far fa-file-alt text-secondary" aria-hidden="true"></i> <a href="@(FullRequestPath)&Options.SelectedContentType=@contentItem.ContentType" data-bs-toggle="tooltip" title="@T["Content type"]">@contentItem.ContentType</a></span>
|
#. <span class="badge ta-badge font-weight-normal"><i class="far fa-file-alt text-secondary" aria-hidden="true"></i> <a asp-route-options.selectedcontenttype=@contentItem.ContentType data-bs-toggle="tooltip" title="@T["Content type"]">@contentItem.ContentType</a></span>
|
||||||
#: OrchardCore.Contents\Views\Content.SummaryAdmin.cshtml:35
|
#: OrchardCore.Contents\Views\Content.SummaryAdmin.cshtml:35
|
||||||
msgctxt "OrchardCore.Contents.Views.Content.SummaryAdmin"
|
msgctxt "OrchardCore.Contents.Views.Content.SummaryAdmin"
|
||||||
msgid "Content type"
|
msgid "Content type"
|
||||||
@@ -1027,7 +1027,7 @@ msgctxt "OrchardCore.Contents.Views.Content.SummaryAdmin"
|
|||||||
msgid "Actions"
|
msgid "Actions"
|
||||||
msgstr "الإجراءت"
|
msgstr "الإجراءت"
|
||||||
|
|
||||||
#. <label asp-for="AllowedContentTypes">@T["Allowed content types"]</label>
|
#. <label asp-for="AllowedContentTypes" class="form-label">@T["Allowed content types"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentAuditTrailSettings.Edit.cshtml:6
|
#: OrchardCore.Contents\Views\Items\ContentAuditTrailSettings.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentAuditTrailSettings.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentAuditTrailSettings.Edit"
|
||||||
msgid "Allowed content types"
|
msgid "Allowed content types"
|
||||||
@@ -1045,7 +1045,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentAuditTrailSettings.Edit"
|
|||||||
msgid "The types of content whose events are recorded."
|
msgid "The types of content whose events are recorded."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4><i class="fa fa-bolt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Content Created"])</h4>
|
#. <h4><i class="fa-solid fa-bolt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Content Created"])</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentCreatedEvent.Fields.Design.cshtml:4
|
#: OrchardCore.Contents\Views\Items\ContentCreatedEvent.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentCreatedEvent.Fields.Design"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentCreatedEvent.Fields.Design"
|
||||||
msgid "Content Created"
|
msgid "Content Created"
|
||||||
@@ -1057,7 +1057,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentCreatedEvent.Fields.Design"
|
|||||||
msgid "Any content type"
|
msgid "Any content type"
|
||||||
msgstr "أي نوع محتوى"
|
msgstr "أي نوع محتوى"
|
||||||
|
|
||||||
#. <label asp-for="SelectedContentTypeNames">@T["Content Types"]</label>
|
#. <label asp-for="SelectedContentTypeNames" class="form-label">@T["Content Types"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentCreatedEvent.Fields.Edit.cshtml:5
|
#: OrchardCore.Contents\Views\Items\ContentCreatedEvent.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentCreatedEvent.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentCreatedEvent.Fields.Edit"
|
||||||
msgid "Content Types"
|
msgid "Content Types"
|
||||||
@@ -1069,7 +1069,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentCreatedEvent.Fields.Edit"
|
|||||||
msgid "Select any content types to filter on."
|
msgid "Select any content types to filter on."
|
||||||
msgstr "اختر أي من أنواع المحتويات للتصفية."
|
msgstr "اختر أي من أنواع المحتويات للتصفية."
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-bolt" aria-hidden="true"></i>@T["Content Created"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-bolt" aria-hidden="true"></i>@T["Content Created"]</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentCreatedEvent.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Contents\Views\Items\ContentCreatedEvent.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentCreatedEvent.Fields.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentCreatedEvent.Fields.Thumbnail"
|
||||||
msgid "Content Created"
|
msgid "Content Created"
|
||||||
@@ -1081,7 +1081,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentCreatedEvent.Fields.Thumbnail"
|
|||||||
msgid "Content is created."
|
msgid "Content is created."
|
||||||
msgstr "تم إنشاء المحتوى."
|
msgstr "تم إنشاء المحتوى."
|
||||||
|
|
||||||
#. <h4><i class="fa fa-bolt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Content Deleted"])</h4>
|
#. <h4><i class="fa-solid fa-bolt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Content Deleted"])</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentDeletedEvent.Fields.Design.cshtml:4
|
#: OrchardCore.Contents\Views\Items\ContentDeletedEvent.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentDeletedEvent.Fields.Design"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentDeletedEvent.Fields.Design"
|
||||||
msgid "Content Deleted"
|
msgid "Content Deleted"
|
||||||
@@ -1093,7 +1093,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentDeletedEvent.Fields.Design"
|
|||||||
msgid "Any content type"
|
msgid "Any content type"
|
||||||
msgstr "أي نوع محتوى"
|
msgstr "أي نوع محتوى"
|
||||||
|
|
||||||
#. <label asp-for="SelectedContentTypeNames">@T["Content Types"]</label>
|
#. <label asp-for="SelectedContentTypeNames" class="form-label">@T["Content Types"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentDeletedEvent.Fields.Edit.cshtml:5
|
#: OrchardCore.Contents\Views\Items\ContentDeletedEvent.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentDeletedEvent.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentDeletedEvent.Fields.Edit"
|
||||||
msgid "Content Types"
|
msgid "Content Types"
|
||||||
@@ -1105,7 +1105,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentDeletedEvent.Fields.Edit"
|
|||||||
msgid "Select any content types to filter on."
|
msgid "Select any content types to filter on."
|
||||||
msgstr "اختر أي من أنواع المحتويات للتصفية."
|
msgstr "اختر أي من أنواع المحتويات للتصفية."
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-bolt" aria-hidden="true"></i>@T["Content Deleted"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-bolt" aria-hidden="true"></i>@T["Content Deleted"]</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentDeletedEvent.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Contents\Views\Items\ContentDeletedEvent.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentDeletedEvent.Fields.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentDeletedEvent.Fields.Thumbnail"
|
||||||
msgid "Content Deleted"
|
msgid "Content Deleted"
|
||||||
@@ -1153,7 +1153,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentDeploymentStep.Fields.Summary"
|
|||||||
msgid "Content"
|
msgid "Content"
|
||||||
msgstr "المحتوى"
|
msgstr "المحتوى"
|
||||||
|
|
||||||
#. <span class="badge bg-warning">@T["Nothing here!"]</span>
|
#. <span class="badge text-bg-warning">@T["Nothing here!"]</span>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentDeploymentStep.Fields.Summary.cshtml:21
|
#: OrchardCore.Contents\Views\Items\ContentDeploymentStep.Fields.Summary.cshtml:21
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentDeploymentStep.Fields.Summary"
|
||||||
msgid "Nothing here!"
|
msgid "Nothing here!"
|
||||||
@@ -1171,7 +1171,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentDeploymentStep.Fields.Thumbnail
|
|||||||
msgid "Exports all the content items for the specified content types."
|
msgid "Exports all the content items for the specified content types."
|
||||||
msgstr "تصدير كل عناصر المحتوى لأنواع المحتوى المحدد."
|
msgstr "تصدير كل عناصر المحتوى لأنواع المحتوى المحدد."
|
||||||
|
|
||||||
#. <h4><i class="fa fa-bolt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Content Draft Saved"])</h4>
|
#. <h4><i class="fa-solid fa-bolt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Content Draft Saved"])</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentDraftSavedEvent.Fields.Design.cshtml:4
|
#: OrchardCore.Contents\Views\Items\ContentDraftSavedEvent.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentDraftSavedEvent.Fields.Design"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentDraftSavedEvent.Fields.Design"
|
||||||
msgid "Content Draft Saved"
|
msgid "Content Draft Saved"
|
||||||
@@ -1183,7 +1183,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentDraftSavedEvent.Fields.Design"
|
|||||||
msgid "Any content type"
|
msgid "Any content type"
|
||||||
msgstr "أي نوع محتوى"
|
msgstr "أي نوع محتوى"
|
||||||
|
|
||||||
#. <label asp-for="SelectedContentTypeNames">@T["Content Types"]</label>
|
#. <label asp-for="SelectedContentTypeNames" class="form-label">@T["Content Types"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentDraftSavedEvent.Fields.Edit.cshtml:5
|
#: OrchardCore.Contents\Views\Items\ContentDraftSavedEvent.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentDraftSavedEvent.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentDraftSavedEvent.Fields.Edit"
|
||||||
msgid "Content Types"
|
msgid "Content Types"
|
||||||
@@ -1195,7 +1195,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentDraftSavedEvent.Fields.Edit"
|
|||||||
msgid "Select any content types to filter on."
|
msgid "Select any content types to filter on."
|
||||||
msgstr "اختر أي من أنواع المحتويات للتصفية."
|
msgstr "اختر أي من أنواع المحتويات للتصفية."
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-bolt" aria-hidden="true"></i>@T["Content Draft Saved"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-bolt" aria-hidden="true"></i>@T["Content Draft Saved"]</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentDraftSavedEvent.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Contents\Views\Items\ContentDraftSavedEvent.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentDraftSavedEvent.Fields.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentDraftSavedEvent.Fields.Thumbnail"
|
||||||
msgid "Content Draft Saved"
|
msgid "Content Draft Saved"
|
||||||
@@ -1207,7 +1207,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentDraftSavedEvent.Fields.Thumbnai
|
|||||||
msgid "Content Draft is saved."
|
msgid "Content Draft is saved."
|
||||||
msgstr "تم حفظ مسودة المحتوى."
|
msgstr "تم حفظ مسودة المحتوى."
|
||||||
|
|
||||||
#. <label asp-for="ContentItemId">@T["Content Item Id"]</label>
|
#. <label asp-for="ContentItemId" class="form-label">@T["Content Item Id"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentItemDeploymentStep.Fields.Edit.cshtml:3
|
#: OrchardCore.Contents\Views\Items\ContentItemDeploymentStep.Fields.Edit.cshtml:3
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentItemDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentItemDeploymentStep.Fields.Edit"
|
||||||
msgid "Content Item Id"
|
msgid "Content Item Id"
|
||||||
@@ -1225,7 +1225,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentItemDeploymentStep.Fields.Summa
|
|||||||
msgid "Content Item"
|
msgid "Content Item"
|
||||||
msgstr "عنصر محتوى"
|
msgstr "عنصر محتوى"
|
||||||
|
|
||||||
#. <span class="badge bg-warning">@T["Nothing here!"]</span>
|
#. <span class="badge text-bg-warning">@T["Nothing here!"]</span>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentItemDeploymentStep.Fields.Summary.cshtml:19
|
#: OrchardCore.Contents\Views\Items\ContentItemDeploymentStep.Fields.Summary.cshtml:19
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentItemDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentItemDeploymentStep.Fields.Summary"
|
||||||
msgid "Nothing here!"
|
msgid "Nothing here!"
|
||||||
@@ -1243,7 +1243,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentItemDeploymentStep.Fields.Thumb
|
|||||||
msgid "Exports a specified content item."
|
msgid "Exports a specified content item."
|
||||||
msgstr "تصدير عنصر محتوى محدد."
|
msgstr "تصدير عنصر محتوى محدد."
|
||||||
|
|
||||||
#. <h4><i class="fa fa-bolt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Content Published"])</h4>
|
#. <h4><i class="fa-solid fa-bolt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Content Published"])</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentPublishedEvent.Fields.Design.cshtml:4
|
#: OrchardCore.Contents\Views\Items\ContentPublishedEvent.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentPublishedEvent.Fields.Design"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentPublishedEvent.Fields.Design"
|
||||||
msgid "Content Published"
|
msgid "Content Published"
|
||||||
@@ -1255,7 +1255,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentPublishedEvent.Fields.Design"
|
|||||||
msgid "Any content type"
|
msgid "Any content type"
|
||||||
msgstr "أي نوع محتوى"
|
msgstr "أي نوع محتوى"
|
||||||
|
|
||||||
#. <label asp-for="SelectedContentTypeNames">@T["Content Types"]</label>
|
#. <label asp-for="SelectedContentTypeNames" class="form-label">@T["Content Types"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentPublishedEvent.Fields.Edit.cshtml:5
|
#: OrchardCore.Contents\Views\Items\ContentPublishedEvent.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentPublishedEvent.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentPublishedEvent.Fields.Edit"
|
||||||
msgid "Content Types"
|
msgid "Content Types"
|
||||||
@@ -1267,7 +1267,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentPublishedEvent.Fields.Edit"
|
|||||||
msgid "Select any content types to filter on."
|
msgid "Select any content types to filter on."
|
||||||
msgstr "اختر أي من أنواع المحتويات للتصفية."
|
msgstr "اختر أي من أنواع المحتويات للتصفية."
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-bolt" aria-hidden="true"></i>@T["Content Published"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-bolt" aria-hidden="true"></i>@T["Content Published"]</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentPublishedEvent.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Contents\Views\Items\ContentPublishedEvent.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentPublishedEvent.Fields.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentPublishedEvent.Fields.Thumbnail"
|
||||||
msgid "Content Published"
|
msgid "Content Published"
|
||||||
@@ -1291,30 +1291,66 @@ msgctxt "OrchardCore.Contents.Views.Contents-BulkActions"
|
|||||||
msgid "Are you sure you want to {0} these items?"
|
msgid "Are you sure you want to {0} these items?"
|
||||||
msgstr "هل أنت متأكد من أنك تريد {0} هذه العناصر؟"
|
msgstr "هل أنت متأكد من أنك تريد {0} هذه العناصر؟"
|
||||||
|
|
||||||
|
#. <h4 class="card-title">@T["Content Type"]</h4>
|
||||||
|
#: OrchardCore.Contents\Views\Items\ContentsAdminFilters-ContentType.Thumbnail.cshtml:6
|
||||||
|
msgctxt "OrchardCore.Contents.Views.Items.ContentsAdminFilters-ContentType.Thumbnail"
|
||||||
|
msgid "Content Type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <p>@T["Filters on a specified content type."]</p>
|
#. <p>@T["Filters on a specified content type."]</p>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentsAdminFilters-ContentType.Thumbnail.cshtml:8
|
#: OrchardCore.Contents\Views\Items\ContentsAdminFilters-ContentType.Thumbnail.cshtml:8
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentsAdminFilters-ContentType.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentsAdminFilters-ContentType.Thumbnail"
|
||||||
msgid "Filters on a specified content type."
|
msgid "Filters on a specified content type."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. <h4 class="card-title">@T["Display Text"]</h4>
|
||||||
|
#: OrchardCore.Contents\Views\Items\ContentsAdminFilters-DisplayText.Thumbnail.cshtml:6
|
||||||
|
msgctxt "OrchardCore.Contents.Views.Items.ContentsAdminFilters-DisplayText.Thumbnail"
|
||||||
|
msgid "Display Text"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <p>@T["Filters on the Display Text of a content item."]</p>
|
#. <p>@T["Filters on the Display Text of a content item."]</p>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentsAdminFilters-DisplayText.Thumbnail.cshtml:9
|
#: OrchardCore.Contents\Views\Items\ContentsAdminFilters-DisplayText.Thumbnail.cshtml:8
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentsAdminFilters-DisplayText.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentsAdminFilters-DisplayText.Thumbnail"
|
||||||
msgid "Filters on the Display Text of a content item."
|
msgid "Filters on the Display Text of a content item."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. <h4 class="card-title">@T["Sort"]</h4>
|
||||||
|
#: OrchardCore.Contents\Views\Items\ContentsAdminFilters-Sort.Thumbnail.cshtml:6
|
||||||
|
msgctxt "OrchardCore.Contents.Views.Items.ContentsAdminFilters-Sort.Thumbnail"
|
||||||
|
msgid "Sort"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <p>@T["Orders by a content item value."]</p>
|
#. <p>@T["Orders by a content item value."]</p>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentsAdminFilters-Sort.Thumbnail.cshtml:8
|
#: OrchardCore.Contents\Views\Items\ContentsAdminFilters-Sort.Thumbnail.cshtml:8
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentsAdminFilters-Sort.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentsAdminFilters-Sort.Thumbnail"
|
||||||
msgid "Orders by a content item value."
|
msgid "Orders by a content item value."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. <h4 class="card-title">@T["Status"]</h4>
|
||||||
|
#: OrchardCore.Contents\Views\Items\ContentsAdminFilters-Status.Thumbnail.cshtml:6
|
||||||
|
msgctxt "OrchardCore.Contents.Views.Items.ContentsAdminFilters-Status.Thumbnail"
|
||||||
|
msgid "Status"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <p>@T["Filters on a content item status."]</p>
|
#. <p>@T["Filters on a content item status."]</p>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentsAdminFilters-Status.Thumbnail.cshtml:8
|
#: OrchardCore.Contents\Views\Items\ContentsAdminFilters-Status.Thumbnail.cshtml:8
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentsAdminFilters-Status.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentsAdminFilters-Status.Thumbnail"
|
||||||
msgid "Filters on a content item status."
|
msgid "Filters on a content item status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. <h4 class="card-title">@T["Content Type Stereotype"]</h4>
|
||||||
|
#: OrchardCore.Contents\Views\Items\ContentsAdminFilters-Stereotype.Thumbnail.cshtml:6
|
||||||
|
msgctxt "OrchardCore.Contents.Views.Items.ContentsAdminFilters-Stereotype.Thumbnail"
|
||||||
|
msgid "Content Type Stereotype"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <p>@T["Filters on a specified content type stereotype."]</p>
|
||||||
|
#: OrchardCore.Contents\Views\Items\ContentsAdminFilters-Stereotype.Thumbnail.cshtml:8
|
||||||
|
msgctxt "OrchardCore.Contents.Views.Items.ContentsAdminFilters-Stereotype.Thumbnail"
|
||||||
|
msgid "Filters on a specified content type stereotype."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. @T["No results found."]
|
#. @T["No results found."]
|
||||||
#: OrchardCore.Contents\Views\ContentsAdminList.cshtml:46
|
#: OrchardCore.Contents\Views\ContentsAdminList.cshtml:46
|
||||||
msgctxt "OrchardCore.Contents.Views.ContentsAdminList"
|
msgctxt "OrchardCore.Contents.Views.ContentsAdminList"
|
||||||
@@ -1395,7 +1431,7 @@ msgctxt "OrchardCore.Contents.Views.ContentsAdminListFilters"
|
|||||||
msgid "Sort"
|
msgid "Sort"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <i class="fa fa-filter" title="@T["Filters"]" aria-hidden="true"></i>
|
#. <i class="fa-solid fa-filter" title="@T["Filters"]" aria-hidden="true"></i>
|
||||||
#: OrchardCore.Contents\Views\ContentsAdminListSearch.cshtml:17
|
#: OrchardCore.Contents\Views\ContentsAdminListSearch.cshtml:17
|
||||||
msgctxt "OrchardCore.Contents.Views.ContentsAdminListSearch"
|
msgctxt "OrchardCore.Contents.Views.ContentsAdminListSearch"
|
||||||
msgid "Filters"
|
msgid "Filters"
|
||||||
@@ -1681,13 +1717,13 @@ msgctxt "OrchardCore.Contents.Views.ContentsTags_SummaryAdmin"
|
|||||||
msgid "Status"
|
msgid "Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <i class="fa fa-check text-success" aria-hidden="true"></i> @T["Published"]
|
#. <i class="fa-solid fa-check text-success" aria-hidden="true"></i> @T["Published"]
|
||||||
#: OrchardCore.Contents\Views\ContentsTags_SummaryAdmin.cshtml:12
|
#: OrchardCore.Contents\Views\ContentsTags_SummaryAdmin.cshtml:12
|
||||||
msgctxt "OrchardCore.Contents.Views.ContentsTags_SummaryAdmin"
|
msgctxt "OrchardCore.Contents.Views.ContentsTags_SummaryAdmin"
|
||||||
msgid "Published"
|
msgid "Published"
|
||||||
msgstr "تم نشره"
|
msgstr "تم نشره"
|
||||||
|
|
||||||
#. <i class="fa fa-pencil text-primary" aria-hidden="true"></i> @T["Draft"]
|
#. <i class="fa-solid fa-pencil text-primary" aria-hidden="true"></i> @T["Draft"]
|
||||||
#: OrchardCore.Contents\Views\ContentsTags_SummaryAdmin.cshtml:19
|
#: OrchardCore.Contents\Views\ContentsTags_SummaryAdmin.cshtml:19
|
||||||
msgctxt "OrchardCore.Contents.Views.ContentsTags_SummaryAdmin"
|
msgctxt "OrchardCore.Contents.Views.ContentsTags_SummaryAdmin"
|
||||||
msgid "Draft"
|
msgid "Draft"
|
||||||
@@ -1707,7 +1743,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentTypesAdminNode.Fields.TreeEdit"
|
|||||||
msgid "Show All Content Types"
|
msgid "Show All Content Types"
|
||||||
msgstr "عرض كل أنواع المحتوي"
|
msgstr "عرض كل أنواع المحتوي"
|
||||||
|
|
||||||
#. <label asp-for="IconClass">@T["Default Icon"]</label>
|
#. <label asp-for="IconClass" class="form-label">@T["Default Icon"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentTypesAdminNode.Fields.TreeEdit.cshtml:27
|
#: OrchardCore.Contents\Views\Items\ContentTypesAdminNode.Fields.TreeEdit.cshtml:27
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesAdminNode.Fields.TreeEdit"
|
||||||
msgid "Default Icon"
|
msgid "Default Icon"
|
||||||
@@ -1749,13 +1785,13 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentTypesAdminNode.Fields.TreeEdit"
|
|||||||
msgid "Pick an icon"
|
msgid "Pick an icon"
|
||||||
msgstr "اختر أيقونة"
|
msgstr "اختر أيقونة"
|
||||||
|
|
||||||
#. <span class="badge bg-success">@T["Show all Content Types"]</span>
|
#. <span class="badge text-bg-success">@T["Show all Content Types"]</span>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentTypesAdminNode.Fields.TreeSummary.cshtml:26
|
#: OrchardCore.Contents\Views\Items\ContentTypesAdminNode.Fields.TreeSummary.cshtml:26
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesAdminNode.Fields.TreeSummary"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesAdminNode.Fields.TreeSummary"
|
||||||
msgid "Show all Content Types"
|
msgid "Show all Content Types"
|
||||||
msgstr "عرض كل أنواع المحتوي"
|
msgstr "عرض كل أنواع المحتوي"
|
||||||
|
|
||||||
#. <span class="badge bg-warning">@T["Nothing here!"]</span>
|
#. <span class="badge text-bg-warning">@T["Nothing here!"]</span>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentTypesAdminNode.Fields.TreeSummary.cshtml:39
|
#: OrchardCore.Contents\Views\Items\ContentTypesAdminNode.Fields.TreeSummary.cshtml:39
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesAdminNode.Fields.TreeSummary"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesAdminNode.Fields.TreeSummary"
|
||||||
msgid "Nothing here!"
|
msgid "Nothing here!"
|
||||||
@@ -1805,9 +1841,9 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.Edit"
|
|||||||
msgid "Limit the amount of content items to provide from this source. Note: Only one content type is selectable when this option is selected."
|
msgid "Limit the amount of content items to provide from this source. Note: Only one content type is selectable when this option is selected."
|
||||||
msgstr "الحد من كمية عناصر المحتوى لتقديمها من هذا المصدر. ملاحظة: فقط نوع محتوى واحد قابل للاختيار عند تحديد هذا الخيار."
|
msgstr "الحد من كمية عناصر المحتوى لتقديمها من هذا المصدر. ملاحظة: فقط نوع محتوى واحد قابل للاختيار عند تحديد هذا الخيار."
|
||||||
|
|
||||||
#. <label asp-for="ChangeFrequency">@T["Change Frequency"] </label>
|
#. <label asp-for="ChangeFrequency" class="form-label">@T["Change Frequency"] </label>
|
||||||
#. <label asp-for="ContentTypes[i].ChangeFrequency">@T["Change Frequency"] </label>
|
#. <label asp-for="ContentTypes[i].ChangeFrequency" class="form-label">@T["Change Frequency"] </label>
|
||||||
#. <label asp-for="LimitedContentTypes[i].ChangeFrequency">@T["Change Frequency"] </label>
|
#. <label asp-for="LimitedContentTypes[i].ChangeFrequency" class="form-label">@T["Change Frequency"] </label>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:26
|
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:26
|
||||||
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:77
|
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:77
|
||||||
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:135
|
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:135
|
||||||
@@ -1821,9 +1857,9 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.Edit"
|
|||||||
msgid "The default frequency with which these content types are likely to change."
|
msgid "The default frequency with which these content types are likely to change."
|
||||||
msgstr "التردد الافتراضي الذي يحتمل أن تتغير به هذه الأنواع من المحتويات."
|
msgstr "التردد الافتراضي الذي يحتمل أن تتغير به هذه الأنواع من المحتويات."
|
||||||
|
|
||||||
#. <label asp-for="Priority">@T["Priority"] </label>
|
#. <label asp-for="Priority" class="form-label">@T["Priority"] </label>
|
||||||
#. <label asp-for="ContentTypes[i].Priority">@T["Priority"] </label>
|
#. <label asp-for="ContentTypes[i].Priority" class="form-label">@T["Priority"] </label>
|
||||||
#. <label asp-for="LimitedContentTypes[i].Priority">@T["Priority"] </label>
|
#. <label asp-for="LimitedContentTypes[i].Priority" class="form-label">@T["Priority"] </label>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:31
|
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:31
|
||||||
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:84
|
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:84
|
||||||
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:142
|
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:142
|
||||||
@@ -1999,7 +2035,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.SummaryAdmin
|
|||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "الكل"
|
msgstr "الكل"
|
||||||
|
|
||||||
#. <span class="badge bg-warning">@T["Nothing here!"]</span>
|
#. <span class="badge text-bg-warning">@T["Nothing here!"]</span>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.SummaryAdmin.cshtml:36
|
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.SummaryAdmin.cshtml:36
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.SummaryAdmin"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.SummaryAdmin"
|
||||||
msgid "Nothing here!"
|
msgid "Nothing here!"
|
||||||
@@ -2023,7 +2059,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.Thumbnail"
|
|||||||
msgid "Add sitemap entries for each one of the selected content types."
|
msgid "Add sitemap entries for each one of the selected content types."
|
||||||
msgstr "إضافة إدخالات خريطة الموقع لكل نوع من أنواع المحتوى المحددة."
|
msgstr "إضافة إدخالات خريطة الموقع لكل نوع من أنواع المحتوى المحددة."
|
||||||
|
|
||||||
#. <h4><i class="fa fa-bolt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Content Unpublished"])</h4>
|
#. <h4><i class="fa-solid fa-bolt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Content Unpublished"])</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentUnpublishedEvent.Fields.Design.cshtml:4
|
#: OrchardCore.Contents\Views\Items\ContentUnpublishedEvent.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentUnpublishedEvent.Fields.Design"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentUnpublishedEvent.Fields.Design"
|
||||||
msgid "Content Unpublished"
|
msgid "Content Unpublished"
|
||||||
@@ -2035,7 +2071,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentUnpublishedEvent.Fields.Design"
|
|||||||
msgid "Any content type"
|
msgid "Any content type"
|
||||||
msgstr "أي نوع محتوى"
|
msgstr "أي نوع محتوى"
|
||||||
|
|
||||||
#. <label asp-for="SelectedContentTypeNames">@T["Content Types"]</label>
|
#. <label asp-for="SelectedContentTypeNames" class="form-label">@T["Content Types"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentUnpublishedEvent.Fields.Edit.cshtml:5
|
#: OrchardCore.Contents\Views\Items\ContentUnpublishedEvent.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentUnpublishedEvent.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentUnpublishedEvent.Fields.Edit"
|
||||||
msgid "Content Types"
|
msgid "Content Types"
|
||||||
@@ -2047,7 +2083,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentUnpublishedEvent.Fields.Edit"
|
|||||||
msgid "Select any content types to filter on."
|
msgid "Select any content types to filter on."
|
||||||
msgstr "اختر أي من أنواع المحتويات للتصفية."
|
msgstr "اختر أي من أنواع المحتويات للتصفية."
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-bolt" aria-hidden="true"></i>@T["Content Unpublished"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-bolt" aria-hidden="true"></i>@T["Content Unpublished"]</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentUnpublishedEvent.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Contents\Views\Items\ContentUnpublishedEvent.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentUnpublishedEvent.Fields.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentUnpublishedEvent.Fields.Thumbnail"
|
||||||
msgid "Content Unpublished"
|
msgid "Content Unpublished"
|
||||||
@@ -2059,7 +2095,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentUnpublishedEvent.Fields.Thumbna
|
|||||||
msgid "Content is unpublished."
|
msgid "Content is unpublished."
|
||||||
msgstr "تم إزالة نشر المحتوى."
|
msgstr "تم إزالة نشر المحتوى."
|
||||||
|
|
||||||
#. <h4><i class="fa fa-bolt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Content Updated"])</h4>
|
#. <h4><i class="fa-solid fa-bolt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Content Updated"])</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentUpdatedEvent.Fields.Design.cshtml:4
|
#: OrchardCore.Contents\Views\Items\ContentUpdatedEvent.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentUpdatedEvent.Fields.Design"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentUpdatedEvent.Fields.Design"
|
||||||
msgid "Content Updated"
|
msgid "Content Updated"
|
||||||
@@ -2071,7 +2107,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentUpdatedEvent.Fields.Design"
|
|||||||
msgid "Any content type"
|
msgid "Any content type"
|
||||||
msgstr "أي نوع محتوى"
|
msgstr "أي نوع محتوى"
|
||||||
|
|
||||||
#. <label asp-for="SelectedContentTypeNames">@T["Content Types"]</label>
|
#. <label asp-for="SelectedContentTypeNames" class="form-label">@T["Content Types"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentUpdatedEvent.Fields.Edit.cshtml:5
|
#: OrchardCore.Contents\Views\Items\ContentUpdatedEvent.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentUpdatedEvent.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentUpdatedEvent.Fields.Edit"
|
||||||
msgid "Content Types"
|
msgid "Content Types"
|
||||||
@@ -2083,7 +2119,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentUpdatedEvent.Fields.Edit"
|
|||||||
msgid "Select any content types to filter on."
|
msgid "Select any content types to filter on."
|
||||||
msgstr "اختر أي من أنواع المحتويات للتصفية."
|
msgstr "اختر أي من أنواع المحتويات للتصفية."
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-bolt" aria-hidden="true"></i>@T["Content Updated"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-bolt" aria-hidden="true"></i>@T["Content Updated"]</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentUpdatedEvent.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Contents\Views\Items\ContentUpdatedEvent.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentUpdatedEvent.Fields.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentUpdatedEvent.Fields.Thumbnail"
|
||||||
msgid "Content Updated"
|
msgid "Content Updated"
|
||||||
@@ -2095,7 +2131,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentUpdatedEvent.Fields.Thumbnail"
|
|||||||
msgid "Content is updated."
|
msgid "Content is updated."
|
||||||
msgstr "تم تعديل المحتوى."
|
msgstr "تم تعديل المحتوى."
|
||||||
|
|
||||||
#. <h4><i class="fa fa-bolt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Content Versioned"])</h4>
|
#. <h4><i class="fa-solid fa-bolt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Content Versioned"])</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentVersionedEvent.Fields.Design.cshtml:4
|
#: OrchardCore.Contents\Views\Items\ContentVersionedEvent.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentVersionedEvent.Fields.Design"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentVersionedEvent.Fields.Design"
|
||||||
msgid "Content Versioned"
|
msgid "Content Versioned"
|
||||||
@@ -2107,7 +2143,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentVersionedEvent.Fields.Design"
|
|||||||
msgid "Any content type"
|
msgid "Any content type"
|
||||||
msgstr "أي نوع محتوى"
|
msgstr "أي نوع محتوى"
|
||||||
|
|
||||||
#. <label asp-for="SelectedContentTypeNames">@T["Content Types"]</label>
|
#. <label asp-for="SelectedContentTypeNames" class="form-label">@T["Content Types"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentVersionedEvent.Fields.Edit.cshtml:5
|
#: OrchardCore.Contents\Views\Items\ContentVersionedEvent.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentVersionedEvent.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentVersionedEvent.Fields.Edit"
|
||||||
msgid "Content Types"
|
msgid "Content Types"
|
||||||
@@ -2119,7 +2155,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ContentVersionedEvent.Fields.Edit"
|
|||||||
msgid "Select any content types to filter on."
|
msgid "Select any content types to filter on."
|
||||||
msgstr "اختر أي من أنواع المحتويات للتصفية."
|
msgstr "اختر أي من أنواع المحتويات للتصفية."
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-bolt" aria-hidden="true"></i>@T["Content Versioned"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-bolt" aria-hidden="true"></i>@T["Content Versioned"]</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\ContentVersionedEvent.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Contents\Views\Items\ContentVersionedEvent.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ContentVersionedEvent.Fields.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.ContentVersionedEvent.Fields.Thumbnail"
|
||||||
msgid "Content Versioned"
|
msgid "Content Versioned"
|
||||||
@@ -2137,13 +2173,13 @@ msgctxt "OrchardCore.Contents.Views.Admin.Create"
|
|||||||
msgid "New {0}"
|
msgid "New {0}"
|
||||||
msgstr "جديد {0}"
|
msgstr "جديد {0}"
|
||||||
|
|
||||||
#. <h4><i class="fa fa-file-text-o" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Create Content"])</h4>
|
#. <h4><i class="fa-regular fa-file-lines" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Create Content"])</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\CreateContentTask.Fields.Design.cshtml:4
|
#: OrchardCore.Contents\Views\Items\CreateContentTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.CreateContentTask.Fields.Design"
|
msgctxt "OrchardCore.Contents.Views.Items.CreateContentTask.Fields.Design"
|
||||||
msgid "Create Content"
|
msgid "Create Content"
|
||||||
msgstr "إنشاء محتوى"
|
msgstr "إنشاء محتوى"
|
||||||
|
|
||||||
#. <label asp-for="ContentType">@T["Content Type"]</label>
|
#. <label asp-for="ContentType" class="form-label">@T["Content Type"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\CreateContentTask.Fields.Edit.cshtml:5
|
#: OrchardCore.Contents\Views\Items\CreateContentTask.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.CreateContentTask.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.CreateContentTask.Fields.Edit"
|
||||||
msgid "Content Type"
|
msgid "Content Type"
|
||||||
@@ -2167,7 +2203,7 @@ msgctxt "OrchardCore.Contents.Views.Items.CreateContentTask.Fields.Edit"
|
|||||||
msgid "Check if you want the content item to be published when being created. Leave unchecked to create a draft version."
|
msgid "Check if you want the content item to be published when being created. Leave unchecked to create a draft version."
|
||||||
msgstr "اختر إذا تريد نشر العنصر بعد الإنشاء. اتركه غير مختار لإنشاء نسخة مسودة."
|
msgstr "اختر إذا تريد نشر العنصر بعد الإنشاء. اتركه غير مختار لإنشاء نسخة مسودة."
|
||||||
|
|
||||||
#. <label asp-for="ContentProperties">@T["Content Properties"]</label>
|
#. <label asp-for="ContentProperties" class="form-label">@T["Content Properties"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\CreateContentTask.Fields.Edit.cshtml:20
|
#: OrchardCore.Contents\Views\Items\CreateContentTask.Fields.Edit.cshtml:20
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.CreateContentTask.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.CreateContentTask.Fields.Edit"
|
||||||
msgid "Content Properties"
|
msgid "Content Properties"
|
||||||
@@ -2179,7 +2215,7 @@ msgctxt "OrchardCore.Contents.Views.Items.CreateContentTask.Fields.Edit"
|
|||||||
msgid "Optionally provide values for the content parts, fields and their properties in JSON format. With Liquid support."
|
msgid "Optionally provide values for the content parts, fields and their properties in JSON format. With Liquid support."
|
||||||
msgstr "اختيارياً، أضف قيماً لأجزاء المحتوى، الحقول وخصائصهم بصيغة JSON. كذلك يمكن تضمينها صيغة Liquid."
|
msgstr "اختيارياً، أضف قيماً لأجزاء المحتوى، الحقول وخصائصهم بصيغة JSON. كذلك يمكن تضمينها صيغة Liquid."
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-file-text-o" aria-hidden="true"></i>@T["Create Content"]</h4>
|
#. <h4 class="card-title"><i class="fa-regular fa-file-lines" aria-hidden="true"></i>@T["Create Content"]</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\CreateContentTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Contents\Views\Items\CreateContentTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.CreateContentTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.CreateContentTask.Fields.Thumbnail"
|
||||||
msgid "Create Content"
|
msgid "Create Content"
|
||||||
@@ -2191,7 +2227,7 @@ msgctxt "OrchardCore.Contents.Views.Items.CreateContentTask.Fields.Thumbnail"
|
|||||||
msgid "Create a content item."
|
msgid "Create a content item."
|
||||||
msgstr "انشاء عنصر محتوى."
|
msgstr "انشاء عنصر محتوى."
|
||||||
|
|
||||||
#. <h4><i class="fa fa-trash" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Delete Content"])</h4>
|
#. <h4><i class="fa-solid fa-trash" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Delete Content"])</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\DeleteContentTask.Fields.Design.cshtml:4
|
#: OrchardCore.Contents\Views\Items\DeleteContentTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.DeleteContentTask.Fields.Design"
|
msgctxt "OrchardCore.Contents.Views.Items.DeleteContentTask.Fields.Design"
|
||||||
msgid "Delete Content"
|
msgid "Delete Content"
|
||||||
@@ -2209,7 +2245,7 @@ msgctxt "OrchardCore.Contents.Views.Items.DeleteContentTask.Fields.Design"
|
|||||||
msgid "Delete content using expression: <em>{0}</em>"
|
msgid "Delete content using expression: <em>{0}</em>"
|
||||||
msgstr "حذف المحتوى باستخدام المصطلح: <em>{0}</em>"
|
msgstr "حذف المحتوى باستخدام المصطلح: <em>{0}</em>"
|
||||||
|
|
||||||
#. <label asp-for="Expression">@T["Expression"]</label>
|
#. <label asp-for="Expression" class="form-label">@T["Expression"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\DeleteContentTask.Fields.Edit.cshtml:5
|
#: OrchardCore.Contents\Views\Items\DeleteContentTask.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.DeleteContentTask.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.DeleteContentTask.Fields.Edit"
|
||||||
msgid "Expression"
|
msgid "Expression"
|
||||||
@@ -2221,7 +2257,7 @@ msgctxt "OrchardCore.Contents.Views.Items.DeleteContentTask.Fields.Edit"
|
|||||||
msgid "Enter a JavaScript expression that evaluates to the content item (or its 'ContentItemId') to be deleted. For example: input(\"ContentItem\"). If no expression is specified, the workflow's \"ContentItem\" input variable or \"ContentItem\" property will be used."
|
msgid "Enter a JavaScript expression that evaluates to the content item (or its 'ContentItemId') to be deleted. For example: input(\"ContentItem\"). If no expression is specified, the workflow's \"ContentItem\" input variable or \"ContentItem\" property will be used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-trash" aria-hidden="true"></i>@T["Delete Content"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-trash" aria-hidden="true"></i>@T["Delete Content"]</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\DeleteContentTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Contents\Views\Items\DeleteContentTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.DeleteContentTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.DeleteContentTask.Fields.Thumbnail"
|
||||||
msgid "Delete Content"
|
msgid "Delete Content"
|
||||||
@@ -2257,37 +2293,37 @@ msgctxt "OrchardCore.Contents.Views.Download.Display"
|
|||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "إلغاء"
|
msgstr "إلغاء"
|
||||||
|
|
||||||
#. <a asp-action="Display" asp-controller="Download" asp-area="OrchardCore.Contents" asp-route-contentItemId="@contentItem.ContentItemId" asp-route-returnUrl="@FullRequestPath" asp-route-latest="true" class="dropdown-item btn btn-primary btn-sm">@T["View Draft as JSON"]</a>
|
#. <a asp-action="Display" asp-controller="Download" asp-area="OrchardCore.Contents" asp-route-contentItemId="@contentItem.ContentItemId" asp-route-returnUrl="@FullRequestPath" asp-route-latest="true" class="dropdown-item">@T["View Draft as JSON"]</a>
|
||||||
#: OrchardCore.Contents\Views\Items\Download-Button-Actions.SummaryAdmin.cshtml:15
|
#: OrchardCore.Contents\Views\Items\Download-Button-Actions.SummaryAdmin.cshtml:15
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.Download-Button-Actions.SummaryAdmin"
|
msgctxt "OrchardCore.Contents.Views.Items.Download-Button-Actions.SummaryAdmin"
|
||||||
msgid "View Draft as JSON"
|
msgid "View Draft as JSON"
|
||||||
msgstr "عرض المسودة كـ JSON"
|
msgstr "عرض المسودة كـ JSON"
|
||||||
|
|
||||||
#. <a id="@exportDraftId" asp-action="Download" asp-controller="Download" asp-area="OrchardCore.Contents" asp-route-contentItemId="@contentItem.ContentItemId" asp-route-latest="@Boolean.TrueString" class="dropdown-item btn btn-primary btn-sm" data-url-af="UnsafeUrl">@T["Download Draft as JSON"]</a>
|
#. <a id="@exportDraftId" asp-action="Download" asp-controller="Download" asp-area="OrchardCore.Contents" asp-route-contentItemId="@contentItem.ContentItemId" asp-route-latest="@bool.TrueString" class="dropdown-item" data-url-af="UnsafeUrl">@T["Download Draft as JSON"]</a>
|
||||||
#: OrchardCore.Contents\Views\Items\Download-Button-Actions.SummaryAdmin.cshtml:16
|
#: OrchardCore.Contents\Views\Items\Download-Button-Actions.SummaryAdmin.cshtml:16
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.Download-Button-Actions.SummaryAdmin"
|
msgctxt "OrchardCore.Contents.Views.Items.Download-Button-Actions.SummaryAdmin"
|
||||||
msgid "Download Draft as JSON"
|
msgid "Download Draft as JSON"
|
||||||
msgstr "تحميل المسودة كـ JSON"
|
msgstr "تحميل المسودة كـ JSON"
|
||||||
|
|
||||||
#. <a asp-action="Display" asp-controller="Download" asp-area="OrchardCore.Contents" asp-route-contentItemId="@contentItem.ContentItemId" asp-route-returnUrl="@FullRequestPath" class="dropdown-item btn btn-primary btn-sm">@T["View Published as JSON"]</a>
|
#. <a asp-action="Display" asp-controller="Download" asp-area="OrchardCore.Contents" asp-route-contentItemId="@contentItem.ContentItemId" asp-route-returnUrl="@FullRequestPath" class="dropdown-item">@T["View Published as JSON"]</a>
|
||||||
#: OrchardCore.Contents\Views\Items\Download-Button-Actions.SummaryAdmin.cshtml:22
|
#: OrchardCore.Contents\Views\Items\Download-Button-Actions.SummaryAdmin.cshtml:22
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.Download-Button-Actions.SummaryAdmin"
|
msgctxt "OrchardCore.Contents.Views.Items.Download-Button-Actions.SummaryAdmin"
|
||||||
msgid "View Published as JSON"
|
msgid "View Published as JSON"
|
||||||
msgstr "عرض المنشور كـ JSON"
|
msgstr "عرض المنشور كـ JSON"
|
||||||
|
|
||||||
#. <a id="@exportPublishedId" asp-action="Download" asp-controller="Download" asp-area="OrchardCore.Contents" asp-route-contentItemId="@contentItem.ContentItemId" class="dropdown-item btn btn-primary btn-sm" data-url-af="UnsafeUrl">@T["Download Published as JSON"]</a>
|
#. <a id="@exportPublishedId" asp-action="Download" asp-controller="Download" asp-area="OrchardCore.Contents" asp-route-contentItemId="@contentItem.ContentItemId" class="dropdown-item" data-url-af="UnsafeUrl">@T["Download Published as JSON"]</a>
|
||||||
#: OrchardCore.Contents\Views\Items\Download-Button-Actions.SummaryAdmin.cshtml:23
|
#: OrchardCore.Contents\Views\Items\Download-Button-Actions.SummaryAdmin.cshtml:23
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.Download-Button-Actions.SummaryAdmin"
|
msgctxt "OrchardCore.Contents.Views.Items.Download-Button-Actions.SummaryAdmin"
|
||||||
msgid "Download Published as JSON"
|
msgid "Download Published as JSON"
|
||||||
msgstr "تحميل المنشور كـ JSON"
|
msgstr "تحميل المنشور كـ JSON"
|
||||||
|
|
||||||
#. <a asp-action="Display" asp-controller="Download" asp-area="OrchardCore.Contents" asp-route-contentItemId="@contentItem.ContentItemId" asp-route-returnUrl="@FullRequestPath" class="dropdown-item btn btn-primary btn-sm">@T["View as JSON"]</a>
|
#. <a asp-action="Display" asp-controller="Download" asp-area="OrchardCore.Contents" asp-route-contentItemId="@contentItem.ContentItemId" asp-route-returnUrl="@FullRequestPath" class="dropdown-item">@T["View as JSON"]</a>
|
||||||
#: OrchardCore.Contents\Views\Items\Download-Button-Actions.SummaryAdmin.cshtml:28
|
#: OrchardCore.Contents\Views\Items\Download-Button-Actions.SummaryAdmin.cshtml:28
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.Download-Button-Actions.SummaryAdmin"
|
msgctxt "OrchardCore.Contents.Views.Items.Download-Button-Actions.SummaryAdmin"
|
||||||
msgid "View as JSON"
|
msgid "View as JSON"
|
||||||
msgstr "عرض كـ JSON"
|
msgstr "عرض كـ JSON"
|
||||||
|
|
||||||
#. <a id="@exportId" asp-action="Download" asp-controller="Download" asp-area="OrchardCore.Contents" asp-route-contentItemId="@contentItem.ContentItemId" class="dropdown-item btn btn-primary btn-sm" data-url-af="UnsafeUrl">@T["Download as JSON"]</a>
|
#. <a id="@exportId" asp-action="Download" asp-controller="Download" asp-area="OrchardCore.Contents" asp-route-contentItemId="@contentItem.ContentItemId" class="dropdown-item" data-url-af="UnsafeUrl">@T["Download as JSON"]</a>
|
||||||
#: OrchardCore.Contents\Views\Items\Download-Button-Actions.SummaryAdmin.cshtml:29
|
#: OrchardCore.Contents\Views\Items\Download-Button-Actions.SummaryAdmin.cshtml:29
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.Download-Button-Actions.SummaryAdmin"
|
msgctxt "OrchardCore.Contents.Views.Items.Download-Button-Actions.SummaryAdmin"
|
||||||
msgid "Download as JSON"
|
msgid "Download as JSON"
|
||||||
@@ -2317,7 +2353,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ExportContentToDeploymentTarget-Action
|
|||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "إلغاء"
|
msgstr "إلغاء"
|
||||||
|
|
||||||
#. <button class="dropdown-item btn-sm" type="button" data-bs-toggle="modal" data-bs-target="#modalExportContentToDeploymentTargetActionTarget" data-content-item-id="@contentItem.ContentItemId" data-latest=@Boolean.TrueString>@T["Export Draft to Deployment Target"]</button>
|
#. <button class="dropdown-item btn-sm" type="button" data-bs-toggle="modal" data-bs-target="#modalExportContentToDeploymentTargetActionTarget" data-content-item-id="@contentItem.ContentItemId" data-latest=@bool.TrueString>@T["Export Draft to Deployment Target"]</button>
|
||||||
#: OrchardCore.Contents\Views\Items\ExportContentToDeploymentTarget-Button-Actions.SummaryAdmin.cshtml:13
|
#: OrchardCore.Contents\Views\Items\ExportContentToDeploymentTarget-Button-Actions.SummaryAdmin.cshtml:13
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ExportContentToDeploymentTarget-Button-Actions.SummaryAdmin"
|
msgctxt "OrchardCore.Contents.Views.Items.ExportContentToDeploymentTarget-Button-Actions.SummaryAdmin"
|
||||||
msgid "Export Draft to Deployment Target"
|
msgid "Export Draft to Deployment Target"
|
||||||
@@ -2407,7 +2443,7 @@ msgctxt "OrchardCore.Contents.Views.Items.ExportContentToDeploymentTargetSetting
|
|||||||
msgid "No export content to deployment target plans found. Create a deployment plan and add a Export content to deployment target step to it."
|
msgid "No export content to deployment target plans found. Create a deployment plan and add a Export content to deployment target step to it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ExportContentToDeploymentTargetPlanId">@T["Deployment Plan"]</label>
|
#. <label asp-for="ExportContentToDeploymentTargetPlanId" class="form-label">@T["Deployment Plan"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\ExportContentToDeploymentTargetSettings.Edit.cshtml:18
|
#: OrchardCore.Contents\Views\Items\ExportContentToDeploymentTargetSettings.Edit.cshtml:18
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.ExportContentToDeploymentTargetSettings.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.ExportContentToDeploymentTargetSettings.Edit"
|
||||||
msgid "Deployment Plan"
|
msgid "Deployment Plan"
|
||||||
@@ -2477,19 +2513,19 @@ msgctxt "OrchardCore.Contents.Views.Admin.List"
|
|||||||
msgid "Manage {0} Content"
|
msgid "Manage {0} Content"
|
||||||
msgstr "إدارة محتوى الـ {0}"
|
msgstr "إدارة محتوى الـ {0}"
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-edit" aria-hidden="true"></i></span><span class="title">@T["Content"]</span>
|
#. <span class="icon"><i class="fa-solid fa-edit" aria-hidden="true"></i></span><span class="title">@T["Content"]</span>
|
||||||
#: OrchardCore.Contents\Views\NavigationItemText-content.Id.cshtml:1
|
#: OrchardCore.Contents\Views\NavigationItemText-content.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Contents.Views.NavigationItemText-content.Id"
|
msgctxt "OrchardCore.Contents.Views.NavigationItemText-content.Id"
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
msgstr "المحتوى"
|
msgstr "المحتوى"
|
||||||
|
|
||||||
#. <span class="icon"><i class="far fa-plus-square" aria-hidden="true"></i></span><span class="title">@T["New"]</span>
|
#. <span class="title">@T["New"]</span>
|
||||||
#: OrchardCore.Contents\Views\NavigationItemText-new.Id.cshtml:1
|
#: OrchardCore.Contents\Views\NavigationItemText-new.Id.cshtml:4
|
||||||
msgctxt "OrchardCore.Contents.Views.NavigationItemText-new.Id"
|
msgctxt "OrchardCore.Contents.Views.NavigationItemText-new.Id"
|
||||||
msgid "New"
|
msgid "New"
|
||||||
msgstr "جديد"
|
msgstr "جديد"
|
||||||
|
|
||||||
#. <h4><i class="fa fa-cloud-upload" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Publish Content"])</h4>
|
#. <h4><i class="fa-solid fa-cloud-upload" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Publish Content"])</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\PublishContentTask.Fields.Design.cshtml:4
|
#: OrchardCore.Contents\Views\Items\PublishContentTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.PublishContentTask.Fields.Design"
|
msgctxt "OrchardCore.Contents.Views.Items.PublishContentTask.Fields.Design"
|
||||||
msgid "Publish Content"
|
msgid "Publish Content"
|
||||||
@@ -2507,7 +2543,7 @@ msgctxt "OrchardCore.Contents.Views.Items.PublishContentTask.Fields.Design"
|
|||||||
msgid "Publish content using expression: <em>{0}</em>"
|
msgid "Publish content using expression: <em>{0}</em>"
|
||||||
msgstr "نشر المحتوى بإستخدام التعبير: <em>{0}</em>"
|
msgstr "نشر المحتوى بإستخدام التعبير: <em>{0}</em>"
|
||||||
|
|
||||||
#. <label asp-for="Expression">@T["Expression"]</label>
|
#. <label asp-for="Expression" class="form-label">@T["Expression"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\PublishContentTask.Fields.Edit.cshtml:5
|
#: OrchardCore.Contents\Views\Items\PublishContentTask.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.PublishContentTask.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.PublishContentTask.Fields.Edit"
|
||||||
msgid "Expression"
|
msgid "Expression"
|
||||||
@@ -2519,7 +2555,7 @@ msgctxt "OrchardCore.Contents.Views.Items.PublishContentTask.Fields.Edit"
|
|||||||
msgid "Enter a JavaScript expression that evaluates to the content item (or its 'ContentItemId') to be published. For example: input(\"ContentItem\"). If no expression is specified, the workflow's \"ContentItem\" input variable or \"ContentItem\" property will be used."
|
msgid "Enter a JavaScript expression that evaluates to the content item (or its 'ContentItemId') to be published. For example: input(\"ContentItem\"). If no expression is specified, the workflow's \"ContentItem\" input variable or \"ContentItem\" property will be used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-cloud-upload" aria-hidden="true"></i>@T["Publish Content"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-cloud-upload" aria-hidden="true"></i>@T["Publish Content"]</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\PublishContentTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Contents\Views\Items\PublishContentTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.PublishContentTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.PublishContentTask.Fields.Thumbnail"
|
||||||
msgid "Publish Content"
|
msgid "Publish Content"
|
||||||
@@ -2531,7 +2567,7 @@ msgctxt "OrchardCore.Contents.Views.Items.PublishContentTask.Fields.Thumbnail"
|
|||||||
msgid "Publish a content item."
|
msgid "Publish a content item."
|
||||||
msgstr "نشر عنصر محتوى."
|
msgstr "نشر عنصر محتوى."
|
||||||
|
|
||||||
#. <h4><i class="fa fa-search" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Retrieve Content"])</h4>
|
#. <h4><i class="fa-solid fa-search" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Retrieve Content"])</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\RetrieveContentTask.Fields.Design.cshtml:4
|
#: OrchardCore.Contents\Views\Items\RetrieveContentTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.RetrieveContentTask.Fields.Design"
|
msgctxt "OrchardCore.Contents.Views.Items.RetrieveContentTask.Fields.Design"
|
||||||
msgid "Retrieve Content"
|
msgid "Retrieve Content"
|
||||||
@@ -2549,7 +2585,7 @@ msgctxt "OrchardCore.Contents.Views.Items.RetrieveContentTask.Fields.Design"
|
|||||||
msgid "Retrieve content using expression: <em>{0}</em>"
|
msgid "Retrieve content using expression: <em>{0}</em>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ContentItemId">@T["Content Item ID"]</label>
|
#. <label asp-for="ContentItemId" class="form-label">@T["Content Item ID"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\RetrieveContentTask.Fields.Edit.cshtml:5
|
#: OrchardCore.Contents\Views\Items\RetrieveContentTask.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.RetrieveContentTask.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.RetrieveContentTask.Fields.Edit"
|
||||||
msgid "Content Item ID"
|
msgid "Content Item ID"
|
||||||
@@ -2561,7 +2597,7 @@ msgctxt "OrchardCore.Contents.Views.Items.RetrieveContentTask.Fields.Edit"
|
|||||||
msgid "Enter a JavaScript expression that evaluates to the Content Item's ID (ContentItemId) to be retrieved. For example: correlationId()."
|
msgid "Enter a JavaScript expression that evaluates to the Content Item's ID (ContentItemId) to be retrieved. For example: correlationId()."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-search" aria-hidden="true"></i>@T["Retrieve Content"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-search" aria-hidden="true"></i>@T["Retrieve Content"]</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\RetrieveContentTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Contents\Views\Items\RetrieveContentTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.RetrieveContentTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.RetrieveContentTask.Fields.Thumbnail"
|
||||||
msgid "Retrieve Content"
|
msgid "Retrieve Content"
|
||||||
@@ -2573,7 +2609,7 @@ msgctxt "OrchardCore.Contents.Views.Items.RetrieveContentTask.Fields.Thumbnail"
|
|||||||
msgid "Retrieve a content item."
|
msgid "Retrieve a content item."
|
||||||
msgstr "استرجاع عنصر محتوى."
|
msgstr "استرجاع عنصر محتوى."
|
||||||
|
|
||||||
#. <h4><i class="fa fa-cloud-download" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Unpublish Content"])</h4>
|
#. <h4><i class="fa-solid fa-cloud-download" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Unpublish Content"])</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\UnpublishContentTask.Fields.Design.cshtml:4
|
#: OrchardCore.Contents\Views\Items\UnpublishContentTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.UnpublishContentTask.Fields.Design"
|
msgctxt "OrchardCore.Contents.Views.Items.UnpublishContentTask.Fields.Design"
|
||||||
msgid "Unpublish Content"
|
msgid "Unpublish Content"
|
||||||
@@ -2591,7 +2627,7 @@ msgctxt "OrchardCore.Contents.Views.Items.UnpublishContentTask.Fields.Design"
|
|||||||
msgid "Unpublish content using expression: <em>{0}</em>"
|
msgid "Unpublish content using expression: <em>{0}</em>"
|
||||||
msgstr "إلغاء نشر المحتوى بإستخدام التعبير: <em>{0}</em>"
|
msgstr "إلغاء نشر المحتوى بإستخدام التعبير: <em>{0}</em>"
|
||||||
|
|
||||||
#. <label asp-for="Expression">@T["Expression"]</label>
|
#. <label asp-for="Expression" class="form-label">@T["Expression"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\UnpublishContentTask.Fields.Edit.cshtml:5
|
#: OrchardCore.Contents\Views\Items\UnpublishContentTask.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.UnpublishContentTask.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.UnpublishContentTask.Fields.Edit"
|
||||||
msgid "Expression"
|
msgid "Expression"
|
||||||
@@ -2603,7 +2639,7 @@ msgctxt "OrchardCore.Contents.Views.Items.UnpublishContentTask.Fields.Edit"
|
|||||||
msgid "Enter a JavaScript expression that evaluates to the content item (or its 'ContentItemId') to be unpublished. For example: input(\"ContentItem\"). If no expression is specified, the workflow's \"ContentItem\" input variable or \"ContentItem\" property will be used."
|
msgid "Enter a JavaScript expression that evaluates to the content item (or its 'ContentItemId') to be unpublished. For example: input(\"ContentItem\"). If no expression is specified, the workflow's \"ContentItem\" input variable or \"ContentItem\" property will be used."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-cloud-download" aria-hidden="true"></i>@T["Unpublish Content"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-cloud-download" aria-hidden="true"></i>@T["Unpublish Content"]</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\UnpublishContentTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Contents\Views\Items\UnpublishContentTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.UnpublishContentTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.UnpublishContentTask.Fields.Thumbnail"
|
||||||
msgid "Unpublish Content"
|
msgid "Unpublish Content"
|
||||||
@@ -2615,7 +2651,7 @@ msgctxt "OrchardCore.Contents.Views.Items.UnpublishContentTask.Fields.Thumbnail"
|
|||||||
msgid "Unpublish a content item."
|
msgid "Unpublish a content item."
|
||||||
msgstr "عدم نشر عنصر محتوى."
|
msgstr "عدم نشر عنصر محتوى."
|
||||||
|
|
||||||
#. <h4><i class="fa fa-pencil-square-o" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Update Content"])</h4>
|
#. <h4><i class="fa-solid fa-pencil-square-o" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Update Content"])</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\UpdateContentTask.Fields.Design.cshtml:4
|
#: OrchardCore.Contents\Views\Items\UpdateContentTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.UpdateContentTask.Fields.Design"
|
msgctxt "OrchardCore.Contents.Views.Items.UpdateContentTask.Fields.Design"
|
||||||
msgid "Update Content"
|
msgid "Update Content"
|
||||||
@@ -2633,7 +2669,7 @@ msgctxt "OrchardCore.Contents.Views.Items.UpdateContentTask.Fields.Design"
|
|||||||
msgid "Update content using expression: <em>{0}</em>"
|
msgid "Update content using expression: <em>{0}</em>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ContentItemIdExpression">@T["Content Item ID"]</label>
|
#. <label asp-for="ContentItemIdExpression" class="form-label">@T["Content Item ID"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\UpdateContentTask.Fields.Edit.cshtml:5
|
#: OrchardCore.Contents\Views\Items\UpdateContentTask.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.UpdateContentTask.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.UpdateContentTask.Fields.Edit"
|
||||||
msgid "Content Item ID"
|
msgid "Content Item ID"
|
||||||
@@ -2645,7 +2681,7 @@ msgctxt "OrchardCore.Contents.Views.Items.UpdateContentTask.Fields.Edit"
|
|||||||
msgid "Enter a JavaScript expression that evaluates to the Content Item's ID (ContentItemId) to be updated. For example: correlationId()."
|
msgid "Enter a JavaScript expression that evaluates to the Content Item's ID (ContentItemId) to be updated. For example: correlationId()."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ContentProperties">@T["Content Properties"]</label>
|
#. <label asp-for="ContentProperties" class="form-label">@T["Content Properties"]</label>
|
||||||
#: OrchardCore.Contents\Views\Items\UpdateContentTask.Fields.Edit.cshtml:12
|
#: OrchardCore.Contents\Views\Items\UpdateContentTask.Fields.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.UpdateContentTask.Fields.Edit"
|
msgctxt "OrchardCore.Contents.Views.Items.UpdateContentTask.Fields.Edit"
|
||||||
msgid "Content Properties"
|
msgid "Content Properties"
|
||||||
@@ -2669,7 +2705,7 @@ msgctxt "OrchardCore.Contents.Views.Items.UpdateContentTask.Fields.Edit"
|
|||||||
msgid "Check if you want the content item to be published when being updated. Leave unchecked to create a draft version."
|
msgid "Check if you want the content item to be published when being updated. Leave unchecked to create a draft version."
|
||||||
msgstr "اختر إذا تريد نشر العنصر بعد التحديث. اتركه غير مختار لإنشاء نسخة مسودة."
|
msgstr "اختر إذا تريد نشر العنصر بعد التحديث. اتركه غير مختار لإنشاء نسخة مسودة."
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-pencil-square-o" aria-hidden="true"></i>@T["Update Content"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-pencil-square-o" aria-hidden="true"></i>@T["Update Content"]</h4>
|
||||||
#: OrchardCore.Contents\Views\Items\UpdateContentTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Contents\Views\Items\UpdateContentTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Contents.Views.Items.UpdateContentTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Contents.Views.Items.UpdateContentTask.Fields.Thumbnail"
|
||||||
msgid "Update Content"
|
msgid "Update Content"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:31\n"
|
"PO-Revision-Date: 2023-07-18 15:49\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], configuration => configuration
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Cors\AdminMenu.cs:25
|
#: OrchardCore.Cors\AdminMenu.cs:25
|
||||||
@@ -280,7 +280,7 @@ msgctxt "OrchardCore.Cors.Views.Admin.Index"
|
|||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "إضافة"
|
msgstr "إضافة"
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-share-alt" aria-hidden="true"></i></span><span class="title">@T["CORS"]</span>
|
#. <span class="icon"><i class="fa-solid fa-share-alt" aria-hidden="true"></i></span><span class="title">@T["CORS"]</span>
|
||||||
#: OrchardCore.Cors\Views\NavigationItemText-cors.Id.cshtml:1
|
#: OrchardCore.Cors\Views\NavigationItemText-cors.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Cors.Views.NavigationItemText-cors.Id"
|
msgctxt "OrchardCore.Cors.Views.NavigationItemText-cors.Id"
|
||||||
msgid "CORS"
|
msgid "CORS"
|
||||||
|
|||||||
@@ -10,16 +10,16 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:31\n"
|
"PO-Revision-Date: 2023-12-22 16:14\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], configuration => configuration
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.CustomSettings\AdminMenu.cs:32
|
#: OrchardCore.CustomSettings\AdminMenu.cs:33
|
||||||
msgctxt "OrchardCore.CustomSettings.AdminMenu"
|
msgctxt "OrchardCore.CustomSettings.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
msgstr "الإعدادات"
|
msgstr "الإعدادات"
|
||||||
|
|
||||||
#. .Add(S["Settings"], settings => settings
|
#. .Add(S["Settings"], settings => settings
|
||||||
#: OrchardCore.CustomSettings\AdminMenu.cs:33
|
#: OrchardCore.CustomSettings\AdminMenu.cs:34
|
||||||
msgctxt "OrchardCore.CustomSettings.AdminMenu"
|
msgctxt "OrchardCore.CustomSettings.AdminMenu"
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "الإعدادات"
|
msgstr "الإعدادات"
|
||||||
@@ -48,13 +48,13 @@ msgctxt "OrchardCore.CustomSettings.Views.Items.CustomSettingsDeploymentStep.Fie
|
|||||||
msgid "Custom Settings"
|
msgid "Custom Settings"
|
||||||
msgstr "إعدادات مخصصة"
|
msgstr "إعدادات مخصصة"
|
||||||
|
|
||||||
#. <span class="badge bg-success">@T["All"]</span>
|
#. <span class="badge text-bg-success">@T["All"]</span>
|
||||||
#: OrchardCore.CustomSettings\Views\Items\CustomSettingsDeploymentStep.Fields.Summary.cshtml:12
|
#: OrchardCore.CustomSettings\Views\Items\CustomSettingsDeploymentStep.Fields.Summary.cshtml:12
|
||||||
msgctxt "OrchardCore.CustomSettings.Views.Items.CustomSettingsDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.CustomSettings.Views.Items.CustomSettingsDeploymentStep.Fields.Summary"
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "الكل"
|
msgstr "الكل"
|
||||||
|
|
||||||
#. <span class="badge bg-warning">@T["No custom settings selected."]</span>
|
#. <span class="badge text-bg-warning">@T["No custom settings selected."]</span>
|
||||||
#: OrchardCore.CustomSettings\Views\Items\CustomSettingsDeploymentStep.Fields.Summary.cshtml:23
|
#: OrchardCore.CustomSettings\Views\Items\CustomSettingsDeploymentStep.Fields.Summary.cshtml:23
|
||||||
msgctxt "OrchardCore.CustomSettings.Views.Items.CustomSettingsDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.CustomSettings.Views.Items.CustomSettingsDeploymentStep.Fields.Summary"
|
||||||
msgid "No custom settings selected."
|
msgid "No custom settings selected."
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 17:47\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. context.ErrorMessage = S["Failed to remove the tables."];
|
#. context.ErrorMessage = S["Failed to remove the tables."];
|
||||||
#: OrchardCore.Data.YesSql\Removing\ShellDbTablesRemovingHandler.cs:105
|
#: OrchardCore.Data.YesSql\Removing\ShellDbTablesRemovingHandler.cs:108
|
||||||
msgctxt "OrchardCore.Environment.Shell.Removing.ShellDbTablesRemovingHandler"
|
msgctxt "OrchardCore.Environment.Shell.Removing.ShellDbTablesRemovingHandler"
|
||||||
msgid "Failed to remove the tables."
|
msgid "Failed to remove the tables."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:32\n"
|
"PO-Revision-Date: 2023-12-22 16:14\n"
|
||||||
|
|
||||||
#. .Add(S["Demo"], "10", demo => demo
|
#. .Add(S["Demo"], "10", demo => demo
|
||||||
#: OrchardCore.Demo\AdminMenu.cs:25
|
#: OrchardCore.Demo\AdminMenu.cs:25
|
||||||
@@ -106,7 +106,7 @@ msgctxt "OrchardCore.Demo.Pages.HelloWorld"
|
|||||||
msgid "MMMM dd, yyyy"
|
msgid "MMMM dd, yyyy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-hashtag" aria-hidden="true"></i></span><span class="title">@T["Demo"]</span>
|
#. <span class="icon"><i class="fa-solid fa-hashtag" aria-hidden="true"></i></span><span class="title">@T["Demo"]</span>
|
||||||
#: OrchardCore.Demo\Views\NavigationItemText-demo.Id.cshtml:1
|
#: OrchardCore.Demo\Views\NavigationItemText-demo.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Demo.Views.NavigationItemText-demo.Id"
|
msgctxt "OrchardCore.Demo.Views.NavigationItemText-demo.Id"
|
||||||
msgid "Demo"
|
msgid "Demo"
|
||||||
@@ -118,7 +118,7 @@ msgctxt "OrchardCore.Demo.Pages.OutsideAdmin"
|
|||||||
msgid "MMMM dd, yyyy"
|
msgid "MMMM dd, yyyy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="FirstName">@T["First Name"]</label>
|
#. <label asp-for="FirstName" class="form-label">@T["First Name"]</label>
|
||||||
#. <input asp-for="FirstName" type="text" class="form-control" placeholder="@T["First Name"]" />
|
#. <input asp-for="FirstName" type="text" class="form-control" placeholder="@T["First Name"]" />
|
||||||
#: OrchardCore.Demo\Views\UserProfile.Edit.cshtml:4
|
#: OrchardCore.Demo\Views\UserProfile.Edit.cshtml:4
|
||||||
#: OrchardCore.Demo\Views\UserProfile.Edit.cshtml:5
|
#: OrchardCore.Demo\Views\UserProfile.Edit.cshtml:5
|
||||||
@@ -126,7 +126,7 @@ msgctxt "OrchardCore.Demo.Views.UserProfile.Edit"
|
|||||||
msgid "First Name"
|
msgid "First Name"
|
||||||
msgstr "الإسم الأول"
|
msgstr "الإسم الأول"
|
||||||
|
|
||||||
#. <label asp-for="LastName">@T["Last Name"]</label>
|
#. <label asp-for="LastName" class="form-label">@T["Last Name"]</label>
|
||||||
#. <input asp-for="LastName" type="text" class="form-control" placeholder="@T["Last Name"]" />
|
#. <input asp-for="LastName" type="text" class="form-control" placeholder="@T["Last Name"]" />
|
||||||
#: OrchardCore.Demo\Views\UserProfile.Edit.cshtml:9
|
#: OrchardCore.Demo\Views\UserProfile.Edit.cshtml:9
|
||||||
#: OrchardCore.Demo\Views\UserProfile.Edit.cshtml:10
|
#: OrchardCore.Demo\Views\UserProfile.Edit.cshtml:10
|
||||||
@@ -134,7 +134,7 @@ msgctxt "OrchardCore.Demo.Views.UserProfile.Edit"
|
|||||||
msgid "Last Name"
|
msgid "Last Name"
|
||||||
msgstr "الإسم الأخير"
|
msgstr "الإسم الأخير"
|
||||||
|
|
||||||
#. <label asp-for="Age">@T["Age"]</label>
|
#. <label asp-for="Age" class="form-label">@T["Age"]</label>
|
||||||
#. <input asp-for="Age" type="text" class="form-control" placeholder="@T["Age"]" />
|
#. <input asp-for="Age" type="text" class="form-control" placeholder="@T["Age"]" />
|
||||||
#: OrchardCore.Demo\Views\UserProfile.Edit.cshtml:14
|
#: OrchardCore.Demo\Views\UserProfile.Edit.cshtml:14
|
||||||
#: OrchardCore.Demo\Views\UserProfile.Edit.cshtml:15
|
#: OrchardCore.Demo\Views\UserProfile.Edit.cshtml:15
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:32\n"
|
"PO-Revision-Date: 2023-12-22 16:15\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], configuration => configuration
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Deployment.Remote\AdminMenu.cs:25
|
#: OrchardCore.Deployment.Remote\AdminMenu.cs:25
|
||||||
@@ -41,115 +41,115 @@ msgid "Remote Clients"
|
|||||||
msgstr "العملاء البعيدين"
|
msgstr "العملاء البعيدين"
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Deployment executed successfully."]);
|
#. await _notifier.SuccessAsync(H["Deployment executed successfully."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\ExportRemoteInstanceController.cs:107
|
#: OrchardCore.Deployment.Remote\Controllers\ExportRemoteInstanceController.cs:108
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.ExportRemoteInstanceController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.ExportRemoteInstanceController"
|
||||||
msgid "Deployment executed successfully."
|
msgid "Deployment executed successfully."
|
||||||
msgstr "تم تنفيذ النشر بنجاح."
|
msgstr "تم تنفيذ النشر بنجاح."
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["An error occurred while sending the deployment to the remote instance: \"{0} ({1})\"", response.ReasonPhrase, (int)response.StatusCode]);
|
#. await _notifier.ErrorAsync(H["An error occurred while sending the deployment to the remote instance: \"{0} ({1})\"", response.ReasonPhrase, (int)response.StatusCode]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\ExportRemoteInstanceController.cs:111
|
#: OrchardCore.Deployment.Remote\Controllers\ExportRemoteInstanceController.cs:112
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.ExportRemoteInstanceController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.ExportRemoteInstanceController"
|
||||||
msgid "An error occurred while sending the deployment to the remote instance: \"{0} ({1})\""
|
msgid "An error occurred while sending the deployment to the remote instance: \"{0} ({1})\""
|
||||||
msgstr "حدث خطأ أثناء إرسال النشر إلى كائن بعيد: \"{0} ({1})\""
|
msgstr "حدث خطأ أثناء إرسال النشر إلى كائن بعيد: \"{0} ({1})\""
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Remove) }
|
#. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Remove) }
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteClientController.cs:92
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteClientController.cs:93
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteClientController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteClientController"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "حذف"
|
msgstr "حذف"
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Remote client created successfully."]);
|
#. await _notifier.SuccessAsync(H["Remote client created successfully."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteClientController.cs:136
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteClientController.cs:137
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteClientController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteClientController"
|
||||||
msgid "Remote client created successfully."
|
msgid "Remote client created successfully."
|
||||||
msgstr "تم إنشاء عميل بعيد بنجاح."
|
msgstr "تم إنشاء عميل بعيد بنجاح."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Remote client updated successfully."]);
|
#. await _notifier.SuccessAsync(H["Remote client updated successfully."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteClientController.cs:192
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteClientController.cs:193
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteClientController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteClientController"
|
||||||
msgid "Remote client updated successfully."
|
msgid "Remote client updated successfully."
|
||||||
msgstr "تم تحديث عميل بعيد بنجاح."
|
msgstr "تم تحديث عميل بعيد بنجاح."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Remote client deleted successfully."]);
|
#. await _notifier.SuccessAsync(H["Remote client deleted successfully."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteClientController.cs:218
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteClientController.cs:219
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteClientController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteClientController"
|
||||||
msgid "Remote client deleted successfully."
|
msgid "Remote client deleted successfully."
|
||||||
msgstr "تم حذف عميل بعيد بنجاح."
|
msgstr "تم حذف عميل بعيد بنجاح."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Remote clients successfully removed."]);
|
#. await _notifier.SuccessAsync(H["Remote clients successfully removed."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteClientController.cs:246
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteClientController.cs:247
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteClientController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteClientController"
|
||||||
msgid "Remote clients successfully removed."
|
msgid "Remote clients successfully removed."
|
||||||
msgstr "العملاء البعيدين تم حذفهم بنجاح."
|
msgstr "العملاء البعيدين تم حذفهم بنجاح."
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(EditRemoteClientViewModel.ClientName), S["The client name is mandatory."]);
|
#. ModelState.AddModelError(nameof(EditRemoteClientViewModel.ClientName), S["The client name is mandatory."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteClientController.cs:260
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteClientController.cs:261
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteClientController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteClientController"
|
||||||
msgid "The client name is mandatory."
|
msgid "The client name is mandatory."
|
||||||
msgstr "إسم العميل مطلوب."
|
msgstr "إسم العميل مطلوب."
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(EditRemoteClientViewModel.ApiKey), S["The api key is mandatory."]);
|
#. ModelState.AddModelError(nameof(EditRemoteClientViewModel.ApiKey), S["The api key is mandatory."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteClientController.cs:265
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteClientController.cs:266
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteClientController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteClientController"
|
||||||
msgid "The api key is mandatory."
|
msgid "The api key is mandatory."
|
||||||
msgstr "مفتاح الـ api مطلوب."
|
msgstr "مفتاح الـ api مطلوب."
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Remove) }
|
#. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Remove) }
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:87
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:86
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "حذف"
|
msgstr "حذف"
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Remote instance created successfully."]);
|
#. await _notifier.SuccessAsync(H["Remote instance created successfully."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:131
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:130
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
||||||
msgid "Remote instance created successfully."
|
msgid "Remote instance created successfully."
|
||||||
msgstr "تم إنشاء مثيل بعيد بنجاح."
|
msgstr "تم إنشاء مثيل بعيد بنجاح."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Remote instance updated successfully."]);
|
#. await _notifier.SuccessAsync(H["Remote instance updated successfully."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:189
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:188
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
||||||
msgid "Remote instance updated successfully."
|
msgid "Remote instance updated successfully."
|
||||||
msgstr "تم تحديث مثيل بعيد بنجاح."
|
msgstr "تم تحديث مثيل بعيد بنجاح."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Remote instance deleted successfully."]);
|
#. await _notifier.SuccessAsync(H["Remote instance deleted successfully."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:215
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:214
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
||||||
msgid "Remote instance deleted successfully."
|
msgid "Remote instance deleted successfully."
|
||||||
msgstr "تم حذف مثيل بعيد بنجاح."
|
msgstr "تم حذف مثيل بعيد بنجاح."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Remote instances successfully removed."]);
|
#. await _notifier.SuccessAsync(H["Remote instances successfully removed."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:243
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:242
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
||||||
msgid "Remote instances successfully removed."
|
msgid "Remote instances successfully removed."
|
||||||
msgstr "تمت إزالة المثيلات البعيدة بنجاح."
|
msgstr "تمت إزالة المثيلات البعيدة بنجاح."
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(EditRemoteInstanceViewModel.Name), S["The name is mandatory."]);
|
#. ModelState.AddModelError(nameof(EditRemoteInstanceViewModel.Name), S["The name is mandatory."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:257
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:256
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
||||||
msgid "The name is mandatory."
|
msgid "The name is mandatory."
|
||||||
msgstr "الإسم مطلوب."
|
msgstr "الإسم مطلوب."
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(EditRemoteInstanceViewModel.ClientName), S["The client name is mandatory."]);
|
#. ModelState.AddModelError(nameof(EditRemoteInstanceViewModel.ClientName), S["The client name is mandatory."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:262
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:261
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
||||||
msgid "The client name is mandatory."
|
msgid "The client name is mandatory."
|
||||||
msgstr "إسم العميل مطلوب."
|
msgstr "إسم العميل مطلوب."
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(EditRemoteInstanceViewModel.ApiKey), S["The api key is mandatory."]);
|
#. ModelState.AddModelError(nameof(EditRemoteInstanceViewModel.ApiKey), S["The api key is mandatory."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:267
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:266
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
||||||
msgid "The api key is mandatory."
|
msgid "The api key is mandatory."
|
||||||
msgstr "مفتاح الـ Api مطلوب."
|
msgstr "مفتاح الـ Api مطلوب."
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(EditRemoteInstanceViewModel.Url), S["The url is mandatory."]);
|
#. ModelState.AddModelError(nameof(EditRemoteInstanceViewModel.Url), S["The url is mandatory."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:272
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:271
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
||||||
msgid "The url is mandatory."
|
msgid "The url is mandatory."
|
||||||
msgstr "الرابط مطلوب."
|
msgstr "الرابط مطلوب."
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(EditRemoteInstanceViewModel.Url), S["The url is invalid."]);
|
#. ModelState.AddModelError(nameof(EditRemoteInstanceViewModel.Url), S["The url is invalid."]);
|
||||||
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:279
|
#: OrchardCore.Deployment.Remote\Controllers\RemoteInstanceController.cs:277
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
msgctxt "OrchardCore.Deployment.Remote.Controllers.RemoteInstanceController"
|
||||||
msgid "The url is invalid."
|
msgid "The url is invalid."
|
||||||
msgstr "الرابط غير صحيح."
|
msgstr "الرابط غير صحيح."
|
||||||
@@ -160,30 +160,18 @@ msgctxt "OrchardCore.Deployment.RemoteInstanceDeploymentTargetProvider"
|
|||||||
msgid "Sends the deployment plan to a remote instance."
|
msgid "Sends the deployment plan to a remote instance."
|
||||||
msgstr "ارسل خطة النشر إلى كائن بعيد."
|
msgstr "ارسل خطة النشر إلى كائن بعيد."
|
||||||
|
|
||||||
#. <label asp-for="ClientName">@T["Client Name"]</label>
|
#. <label asp-for="ClientName" class="form-label">@T["Client Name"]</label>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Create.cshtml:7
|
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Create.cshtml:7
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Create"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Create"
|
||||||
msgid "Client Name"
|
msgid "Client Name"
|
||||||
msgstr "إسم العميل"
|
msgstr "إسم العميل"
|
||||||
|
|
||||||
#. <span asp-validation-for="ClientName" class="text-danger">@T["The client name is required."]</span>
|
#. <label asp-for="ApiKey" class="form-label">@T["Api Key"]</label>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Create.cshtml:9
|
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Create"
|
|
||||||
msgid "The client name is required."
|
|
||||||
msgstr "إسم العميل مطلوب."
|
|
||||||
|
|
||||||
#. <label asp-for="ApiKey">@T["Api Key"]</label>
|
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Create.cshtml:13
|
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Create.cshtml:13
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Create"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Create"
|
||||||
msgid "Api Key"
|
msgid "Api Key"
|
||||||
msgstr "مفتاح Api"
|
msgstr "مفتاح Api"
|
||||||
|
|
||||||
#. <span asp-validation-for="ApiKey" class="text-danger">@T["The api key is required."]</span>
|
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Create.cshtml:15
|
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Create"
|
|
||||||
msgid "The api key is required."
|
|
||||||
msgstr "مفتاح الـ Api مطلوب."
|
|
||||||
|
|
||||||
#. <button class="btn btn-primary create" type="submit">@T["Create"]</button>
|
#. <button class="btn btn-primary create" type="submit">@T["Create"]</button>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Create.cshtml:19
|
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Create.cshtml:19
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Create"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Create"
|
||||||
@@ -202,54 +190,30 @@ msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
|||||||
msgid "Create Remote Instance"
|
msgid "Create Remote Instance"
|
||||||
msgstr "إنشاء كائن بعيد"
|
msgstr "إنشاء كائن بعيد"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Create.cshtml:8
|
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Create.cshtml:8
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "الإسم"
|
msgstr "الإسم"
|
||||||
|
|
||||||
#. <span asp-validation-for="Name" class="text-danger">@T["The name is required."]</span>
|
#. <label asp-for="Url" class="form-label">@T["Url"]</label>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Create.cshtml:10
|
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
|
||||||
msgid "The name is required."
|
|
||||||
msgstr "الإسم مطلوب."
|
|
||||||
|
|
||||||
#. <label asp-for="Url">@T["Url"]</label>
|
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Create.cshtml:14
|
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Create.cshtml:14
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
||||||
msgid "Url"
|
msgid "Url"
|
||||||
msgstr "الرابط"
|
msgstr "الرابط"
|
||||||
|
|
||||||
#. <span asp-validation-for="Url" class="text-danger">@T["The url is required."]</span>
|
#. <label asp-for="ClientName" class="form-label">@T["Client Name"]</label>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Create.cshtml:16
|
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
|
||||||
msgid "The url is required."
|
|
||||||
msgstr "الرابط مطلوب."
|
|
||||||
|
|
||||||
#. <label asp-for="ClientName">@T["Client Name"]</label>
|
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Create.cshtml:20
|
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Create.cshtml:20
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
||||||
msgid "Client Name"
|
msgid "Client Name"
|
||||||
msgstr "إسم العميل"
|
msgstr "إسم العميل"
|
||||||
|
|
||||||
#. <span asp-validation-for="ClientName" class="text-danger">@T["The client name is required."]</span>
|
#. <label asp-for="ApiKey" class="form-label">@T["Api Key"]</label>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Create.cshtml:22
|
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
|
||||||
msgid "The client name is required."
|
|
||||||
msgstr "إسم العميل مطلوب."
|
|
||||||
|
|
||||||
#. <label asp-for="ApiKey">@T["Api Key"]</label>
|
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Create.cshtml:26
|
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Create.cshtml:26
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
||||||
msgid "Api Key"
|
msgid "Api Key"
|
||||||
msgstr "مفتاح Api"
|
msgstr "مفتاح Api"
|
||||||
|
|
||||||
#. <span asp-validation-for="ApiKey" class="text-danger">@T["The api key is required."]</span>
|
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Create.cshtml:28
|
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
|
||||||
msgid "The api key is required."
|
|
||||||
msgstr "مفتاح الـ Api مطلوب."
|
|
||||||
|
|
||||||
#. <button class="btn btn-primary create" type="submit">@T["Create"]</button>
|
#. <button class="btn btn-primary create" type="submit">@T["Create"]</button>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Create.cshtml:32
|
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Create.cshtml:32
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Create"
|
||||||
@@ -268,30 +232,18 @@ msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Edit"
|
|||||||
msgid "Edit Remote Client"
|
msgid "Edit Remote Client"
|
||||||
msgstr "تحرير العميل البعيد"
|
msgstr "تحرير العميل البعيد"
|
||||||
|
|
||||||
#. <label asp-for="ClientName">@T["Client Name"]</label>
|
#. <label asp-for="ClientName" class="form-label">@T["Client Name"]</label>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Edit.cshtml:10
|
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Edit.cshtml:10
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Edit"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Edit"
|
||||||
msgid "Client Name"
|
msgid "Client Name"
|
||||||
msgstr "إسم العميل"
|
msgstr "إسم العميل"
|
||||||
|
|
||||||
#. <span asp-validation-for="ClientName" class="text-danger">@T["The client name is required."]</span>
|
#. <label asp-for="ApiKey" class="form-label">@T["Api Key"]</label>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Edit.cshtml:12
|
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Edit"
|
|
||||||
msgid "The client name is required."
|
|
||||||
msgstr "إسم العميل مطلوب."
|
|
||||||
|
|
||||||
#. <label asp-for="ApiKey">@T["Api Key"]</label>
|
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Edit.cshtml:16
|
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Edit.cshtml:16
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Edit"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Edit"
|
||||||
msgid "Api Key"
|
msgid "Api Key"
|
||||||
msgstr "مفتاح Api"
|
msgstr "مفتاح Api"
|
||||||
|
|
||||||
#. <span asp-validation-for="ApiKey" class="text-danger">@T["The api key is required."]</span>
|
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Edit.cshtml:18
|
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Edit"
|
|
||||||
msgid "The api key is required."
|
|
||||||
msgstr "مفتاح الـ Api مطلوب."
|
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit">@T["Save"]</button>
|
#. <button class="btn btn-primary save" type="submit">@T["Save"]</button>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Edit.cshtml:22
|
#: OrchardCore.Deployment.Remote\Views\RemoteClient\Edit.cshtml:22
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Edit"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteClient.Edit"
|
||||||
@@ -310,54 +262,30 @@ msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
|||||||
msgid "Edit Remote Instance"
|
msgid "Edit Remote Instance"
|
||||||
msgstr "تحرير كائن بعيد"
|
msgstr "تحرير كائن بعيد"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Edit.cshtml:10
|
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Edit.cshtml:10
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "الاسم"
|
msgstr "الاسم"
|
||||||
|
|
||||||
#. <span asp-validation-for="Name" class="text-danger">@T["The name is required."]</span>
|
#. <label asp-for="Url" class="form-label">@T["Url"]</label>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Edit.cshtml:12
|
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
|
||||||
msgid "The name is required."
|
|
||||||
msgstr "الاسم إلزامي."
|
|
||||||
|
|
||||||
#. <label asp-for="Url">@T["Url"]</label>
|
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Edit.cshtml:16
|
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Edit.cshtml:16
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
||||||
msgid "Url"
|
msgid "Url"
|
||||||
msgstr "عنوان URL"
|
msgstr "عنوان URL"
|
||||||
|
|
||||||
#. <span asp-validation-for="Url" class="text-danger">@T["The url is required."]</span>
|
#. <label asp-for="ClientName" class="form-label">@T["Client Name"]</label>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Edit.cshtml:18
|
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
|
||||||
msgid "The url is required."
|
|
||||||
msgstr "العنوان URL إلزامي."
|
|
||||||
|
|
||||||
#. <label asp-for="ClientName">@T["Client Name"]</label>
|
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Edit.cshtml:22
|
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Edit.cshtml:22
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
||||||
msgid "Client Name"
|
msgid "Client Name"
|
||||||
msgstr "إسم العميل"
|
msgstr "إسم العميل"
|
||||||
|
|
||||||
#. <span asp-validation-for="ClientName" class="text-danger">@T["The client name is required."]</span>
|
#. <label asp-for="ApiKey" class="form-label">@T["Api Key"]</label>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Edit.cshtml:24
|
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
|
||||||
msgid "The client name is required."
|
|
||||||
msgstr "إسم العميل مطلوب."
|
|
||||||
|
|
||||||
#. <label asp-for="ApiKey">@T["Api Key"]</label>
|
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Edit.cshtml:28
|
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Edit.cshtml:28
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
||||||
msgid "Api Key"
|
msgid "Api Key"
|
||||||
msgstr "مفتاح الـ API"
|
msgstr "مفتاح الـ API"
|
||||||
|
|
||||||
#. <span asp-validation-for="ApiKey" class="text-danger">@T["The api key is required."]</span>
|
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Edit.cshtml:30
|
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
|
||||||
msgid "The api key is required."
|
|
||||||
msgstr "مفتاح الـ API إلزامي."
|
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit">@T["Save"]</button>
|
#. <button class="btn btn-primary save" type="submit">@T["Save"]</button>
|
||||||
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Edit.cshtml:34
|
#: OrchardCore.Deployment.Remote\Views\RemoteInstance\Edit.cshtml:34
|
||||||
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
msgctxt "OrchardCore.Deployment.Remote.Views.RemoteInstance.Edit"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:33\n"
|
"PO-Revision-Date: 2023-12-22 16:15\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], configuration => configuration
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Deployment\AdminMenu.cs:25
|
#: OrchardCore.Deployment\AdminMenu.cs:25
|
||||||
@@ -51,41 +51,41 @@ msgid "JSON Import"
|
|||||||
msgstr "استيراد JSON"
|
msgstr "استيراد JSON"
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Delete) }
|
#. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Delete) }
|
||||||
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:106
|
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:105
|
||||||
msgctxt "OrchardCore.Deployment.Controllers.DeploymentPlanController"
|
msgctxt "OrchardCore.Deployment.Controllers.DeploymentPlanController"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "حذف"
|
msgstr "حذف"
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Deployment plans successfully deleted."]);
|
#. await _notifier.SuccessAsync(H["Deployment plans successfully deleted."]);
|
||||||
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:142
|
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:141
|
||||||
msgctxt "OrchardCore.Deployment.Controllers.DeploymentPlanController"
|
msgctxt "OrchardCore.Deployment.Controllers.DeploymentPlanController"
|
||||||
msgid "Deployment plans successfully deleted."
|
msgid "Deployment plans successfully deleted."
|
||||||
msgstr "تم حذف خطة النشر بنجاح."
|
msgstr "تم حذف خطة النشر بنجاح."
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(CreateDeploymentPlanViewModel.Name), S["The name is mandatory."]);
|
#. ModelState.AddModelError(nameof(CreateDeploymentPlanViewModel.Name), S["The name is mandatory."]);
|
||||||
#. ModelState.AddModelError(nameof(EditDeploymentPlanViewModel.Name), S["The name is mandatory."]);
|
#. ModelState.AddModelError(nameof(EditDeploymentPlanViewModel.Name), S["The name is mandatory."]);
|
||||||
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:217
|
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:216
|
||||||
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:282
|
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:281
|
||||||
msgctxt "OrchardCore.Deployment.Controllers.DeploymentPlanController"
|
msgctxt "OrchardCore.Deployment.Controllers.DeploymentPlanController"
|
||||||
msgid "The name is mandatory."
|
msgid "The name is mandatory."
|
||||||
msgstr "الاسم مطلوب."
|
msgstr "الاسم مطلوب."
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(CreateDeploymentPlanViewModel.Name), S["A deployment plan with the same name already exists."]);
|
#. ModelState.AddModelError(nameof(CreateDeploymentPlanViewModel.Name), S["A deployment plan with the same name already exists."]);
|
||||||
#. ModelState.AddModelError(nameof(CreateDeploymentPlanViewModel.Name), S["A deployment plan with the same name already exists."]);
|
#. ModelState.AddModelError(nameof(CreateDeploymentPlanViewModel.Name), S["A deployment plan with the same name already exists."]);
|
||||||
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:223
|
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:222
|
||||||
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:289
|
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:288
|
||||||
msgctxt "OrchardCore.Deployment.Controllers.DeploymentPlanController"
|
msgctxt "OrchardCore.Deployment.Controllers.DeploymentPlanController"
|
||||||
msgid "A deployment plan with the same name already exists."
|
msgid "A deployment plan with the same name already exists."
|
||||||
msgstr "خطة النشر بنفس الإسم موجودة مسبقاً."
|
msgstr "خطة النشر بنفس الإسم موجودة مسبقاً."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Deployment plan updated successfully."]);
|
#. await _notifier.SuccessAsync(H["Deployment plan updated successfully."]);
|
||||||
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:300
|
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:299
|
||||||
msgctxt "OrchardCore.Deployment.Controllers.DeploymentPlanController"
|
msgctxt "OrchardCore.Deployment.Controllers.DeploymentPlanController"
|
||||||
msgid "Deployment plan updated successfully."
|
msgid "Deployment plan updated successfully."
|
||||||
msgstr "تم تحديث خطة النشر بنجاح."
|
msgstr "تم تحديث خطة النشر بنجاح."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Deployment plan deleted successfully."]);
|
#. await _notifier.SuccessAsync(H["Deployment plan deleted successfully."]);
|
||||||
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:326
|
#: OrchardCore.Deployment\Controllers\DeploymentPlanController.cs:325
|
||||||
msgctxt "OrchardCore.Deployment.Controllers.DeploymentPlanController"
|
msgctxt "OrchardCore.Deployment.Controllers.DeploymentPlanController"
|
||||||
msgid "Deployment plan deleted successfully."
|
msgid "Deployment plan deleted successfully."
|
||||||
msgstr "تم حذف خطة النشر بنجاح."
|
msgstr "تم حذف خطة النشر بنجاح."
|
||||||
@@ -174,7 +174,7 @@ msgctxt "OrchardCore.Deployment.Views.DeploymentPlan.Create"
|
|||||||
msgid "Create Deployment Plan"
|
msgid "Create Deployment Plan"
|
||||||
msgstr "إنشاء خطة نشر"
|
msgstr "إنشاء خطة نشر"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Deployment\Views\DeploymentPlan\Create.cshtml:8
|
#: OrchardCore.Deployment\Views\DeploymentPlan\Create.cshtml:8
|
||||||
msgctxt "OrchardCore.Deployment.Views.DeploymentPlan.Create"
|
msgctxt "OrchardCore.Deployment.Views.DeploymentPlan.Create"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -222,7 +222,7 @@ msgctxt "OrchardCore.Deployment.Views.Items.CustomFileDeploymentStep.Fields.Edit
|
|||||||
msgid "The custom file to add as part of the plan."
|
msgid "The custom file to add as part of the plan."
|
||||||
msgstr "الملف المخصص المراد إضافته كجزء من خطة النشر."
|
msgstr "الملف المخصص المراد إضافته كجزء من خطة النشر."
|
||||||
|
|
||||||
#. <label asp-for="FileName">@T["File Name"]</label>
|
#. <label asp-for="FileName" class="form-label">@T["File Name"]</label>
|
||||||
#: OrchardCore.Deployment\Views\Items\CustomFileDeploymentStep.Fields.Edit.cshtml:14
|
#: OrchardCore.Deployment\Views\Items\CustomFileDeploymentStep.Fields.Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.Deployment.Views.Items.CustomFileDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Deployment.Views.Items.CustomFileDeploymentStep.Fields.Edit"
|
||||||
msgid "File Name"
|
msgid "File Name"
|
||||||
@@ -234,7 +234,7 @@ msgctxt "OrchardCore.Deployment.Views.Items.CustomFileDeploymentStep.Fields.Edit
|
|||||||
msgid "The filename as it will be added in the archive."
|
msgid "The filename as it will be added in the archive."
|
||||||
msgstr "اسم الملف الذي سيستخدم عند إضافته للأرشيف."
|
msgstr "اسم الملف الذي سيستخدم عند إضافته للأرشيف."
|
||||||
|
|
||||||
#. <label asp-for="FileContent">@T["File Content"]</label>
|
#. <label asp-for="FileContent" class="form-label">@T["File Content"]</label>
|
||||||
#: OrchardCore.Deployment\Views\Items\CustomFileDeploymentStep.Fields.Edit.cshtml:21
|
#: OrchardCore.Deployment\Views\Items\CustomFileDeploymentStep.Fields.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.Deployment.Views.Items.CustomFileDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Deployment.Views.Items.CustomFileDeploymentStep.Fields.Edit"
|
||||||
msgid "File Content"
|
msgid "File Content"
|
||||||
@@ -288,13 +288,13 @@ msgctxt "OrchardCore.Deployment.Views.Items.DeploymentPlanDeploymentStep.Fields.
|
|||||||
msgid "Deployment Plans"
|
msgid "Deployment Plans"
|
||||||
msgstr "خطط النشر"
|
msgstr "خطط النشر"
|
||||||
|
|
||||||
#. <span class="badge bg-success">@T["All"]</span>
|
#. <span class="badge text-bg-success">@T["All"]</span>
|
||||||
#: OrchardCore.Deployment\Views\Items\DeploymentPlanDeploymentStep.Fields.Summary.cshtml:15
|
#: OrchardCore.Deployment\Views\Items\DeploymentPlanDeploymentStep.Fields.Summary.cshtml:15
|
||||||
msgctxt "OrchardCore.Deployment.Views.Items.DeploymentPlanDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Deployment.Views.Items.DeploymentPlanDeploymentStep.Fields.Summary"
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "الكل"
|
msgstr "الكل"
|
||||||
|
|
||||||
#. <span class="badge bg-warning">@T["No deployment plan selected."]</span>
|
#. <span class="badge text-bg-warning">@T["No deployment plan selected."]</span>
|
||||||
#: OrchardCore.Deployment\Views\Items\DeploymentPlanDeploymentStep.Fields.Summary.cshtml:26
|
#: OrchardCore.Deployment\Views\Items\DeploymentPlanDeploymentStep.Fields.Summary.cshtml:26
|
||||||
msgctxt "OrchardCore.Deployment.Views.Items.DeploymentPlanDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Deployment.Views.Items.DeploymentPlanDeploymentStep.Fields.Summary"
|
||||||
msgid "No deployment plan selected."
|
msgid "No deployment plan selected."
|
||||||
@@ -400,7 +400,7 @@ msgctxt "OrchardCore.Deployment.Views.DeploymentPlan.Edit"
|
|||||||
msgid "Edit Deployment Plan"
|
msgid "Edit Deployment Plan"
|
||||||
msgstr "تحرير خطة النشر"
|
msgstr "تحرير خطة النشر"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Deployment\Views\DeploymentPlan\Edit.cshtml:9
|
#: OrchardCore.Deployment\Views\DeploymentPlan\Edit.cshtml:9
|
||||||
msgctxt "OrchardCore.Deployment.Views.DeploymentPlan.Edit"
|
msgctxt "OrchardCore.Deployment.Views.DeploymentPlan.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -582,7 +582,7 @@ msgctxt "OrchardCore.Deployment.Views.Items.JsonRecipeDeploymentStep.Fields.Edit
|
|||||||
msgid "JSON Recipe"
|
msgid "JSON Recipe"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Json">@T["Recipe"]</label>
|
#. <label asp-for="Json" class="form-label">@T["Recipe"]</label>
|
||||||
#: OrchardCore.Deployment\Views\Items\JsonRecipeDeploymentStep.Fields.Edit.cshtml:8
|
#: OrchardCore.Deployment\Views\Items\JsonRecipeDeploymentStep.Fields.Edit.cshtml:8
|
||||||
msgctxt "OrchardCore.Deployment.Views.Items.JsonRecipeDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Deployment.Views.Items.JsonRecipeDeploymentStep.Fields.Edit"
|
||||||
msgid "Recipe"
|
msgid "Recipe"
|
||||||
@@ -624,7 +624,7 @@ msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit
|
|||||||
msgid "The recipe file to add as part of the plan."
|
msgid "The recipe file to add as part of the plan."
|
||||||
msgstr "ملف الوصفة المراد إضافته كجزء من خطة النشر."
|
msgstr "ملف الوصفة المراد إضافته كجزء من خطة النشر."
|
||||||
|
|
||||||
#. <label asp-for="RecipeName">@T["Recipe Name"]</label>
|
#. <label asp-for="RecipeName" class="form-label">@T["Recipe Name"]</label>
|
||||||
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:15
|
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
||||||
msgid "Recipe Name"
|
msgid "Recipe Name"
|
||||||
@@ -636,7 +636,7 @@ msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit
|
|||||||
msgid "The recipe name."
|
msgid "The recipe name."
|
||||||
msgstr "اسم الوصفة."
|
msgstr "اسم الوصفة."
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:21
|
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -648,7 +648,7 @@ msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit
|
|||||||
msgid "The recipe display name."
|
msgid "The recipe display name."
|
||||||
msgstr "اسم عرض الوصفة."
|
msgstr "اسم عرض الوصفة."
|
||||||
|
|
||||||
#. <label asp-for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:29
|
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:29
|
||||||
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -660,7 +660,7 @@ msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit
|
|||||||
msgid "The recipe description."
|
msgid "The recipe description."
|
||||||
msgstr "وصف الوصفة."
|
msgstr "وصف الوصفة."
|
||||||
|
|
||||||
#. <label asp-for="Author">@T["Author"]</label>
|
#. <label asp-for="Author" class="form-label">@T["Author"]</label>
|
||||||
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:35
|
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:35
|
||||||
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
||||||
msgid "Author"
|
msgid "Author"
|
||||||
@@ -672,7 +672,7 @@ msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit
|
|||||||
msgid "The recipe author."
|
msgid "The recipe author."
|
||||||
msgstr "مؤلف الوصفة."
|
msgstr "مؤلف الوصفة."
|
||||||
|
|
||||||
#. <label asp-for="WebSite">@T["WebSite"]</label>
|
#. <label asp-for="WebSite" class="form-label">@T["WebSite"]</label>
|
||||||
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:43
|
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:43
|
||||||
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
||||||
msgid "WebSite"
|
msgid "WebSite"
|
||||||
@@ -684,7 +684,7 @@ msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit
|
|||||||
msgid "The recipe web site."
|
msgid "The recipe web site."
|
||||||
msgstr "الموقع الإلكتروني للوصفة."
|
msgstr "الموقع الإلكتروني للوصفة."
|
||||||
|
|
||||||
#. <label asp-for="Version">@T["Version"]</label>
|
#. <label asp-for="Version" class="form-label">@T["Version"]</label>
|
||||||
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:49
|
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:49
|
||||||
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
||||||
msgid "Version"
|
msgid "Version"
|
||||||
@@ -696,7 +696,7 @@ msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit
|
|||||||
msgid "The recipe version."
|
msgid "The recipe version."
|
||||||
msgstr "إصدار الوصفة."
|
msgstr "إصدار الوصفة."
|
||||||
|
|
||||||
#. <label asp-for="Categories">@T["Categories"]</label>
|
#. <label asp-for="Categories" class="form-label">@T["Categories"]</label>
|
||||||
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:57
|
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:57
|
||||||
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
||||||
msgid "Categories"
|
msgid "Categories"
|
||||||
@@ -708,7 +708,7 @@ msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit
|
|||||||
msgid "The recipe categories (comma separated values)."
|
msgid "The recipe categories (comma separated values)."
|
||||||
msgstr "فئات الوصفة (القيم مفصولة بفاصلة)."
|
msgstr "فئات الوصفة (القيم مفصولة بفاصلة)."
|
||||||
|
|
||||||
#. <label asp-for="Tags">@T["Tags"]</label>
|
#. <label asp-for="Tags" class="form-label">@T["Tags"]</label>
|
||||||
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:63
|
#: OrchardCore.Deployment\Views\Items\RecipeFileDeploymentStep.Fields.Edit.cshtml:63
|
||||||
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Deployment.Views.Items.RecipeFileDeploymentStep.Fields.Edit"
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
|
|||||||
@@ -10,35 +10,35 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:33\n"
|
"PO-Revision-Date: 2023-12-22 16:16\n"
|
||||||
|
|
||||||
#. <h1>@T["Your browser sent a request that this server could not understand."]</h1>
|
#. <h1>@T["Your browser sent a request that this server could not understand."]</h1>
|
||||||
#: OrchardCore.Diagnostics\Views\Diagnostics\BadRequest.cshtml:1
|
#: OrchardCore.Diagnostics\Views\HttpError-BadRequest.cshtml:1
|
||||||
msgctxt "OrchardCore.Diagnostics.Views.Diagnostics.BadRequest"
|
msgctxt "OrchardCore.Diagnostics.Views.HttpError-BadRequest"
|
||||||
msgid "Your browser sent a request that this server could not understand."
|
msgid "Your browser sent a request that this server could not understand."
|
||||||
msgstr "أرسل متصفحك طلبا لم يتمكن هذا الخادم من فهمه."
|
msgstr ""
|
||||||
|
|
||||||
#. <h1>@T["An error occurred while executing this request."]</h1>
|
|
||||||
#: OrchardCore.Diagnostics\Views\Diagnostics\Error.cshtml:1
|
|
||||||
msgctxt "OrchardCore.Diagnostics.Views.Diagnostics.Error"
|
|
||||||
msgid "An error occurred while executing this request."
|
|
||||||
msgstr "حدث خطأ اثناء تنفيذ هذا الطلب."
|
|
||||||
|
|
||||||
#. <h1>@T["You do not have access to this resource."]</h1>
|
#. <h1>@T["You do not have access to this resource."]</h1>
|
||||||
#: OrchardCore.Diagnostics\Views\Diagnostics\Forbidden.cshtml:1
|
#: OrchardCore.Diagnostics\Views\HttpError-Forbidden.cshtml:1
|
||||||
msgctxt "OrchardCore.Diagnostics.Views.Diagnostics.Forbidden"
|
msgctxt "OrchardCore.Diagnostics.Views.HttpError-Forbidden"
|
||||||
msgid "You do not have access to this resource."
|
msgid "You do not have access to this resource."
|
||||||
msgstr "غير مسموح لك الوصول الى هذا المصدر."
|
msgstr ""
|
||||||
|
|
||||||
#. <h1>@T["The page could not be found."]</h1>
|
#. <h1>@T["The page could not be found."]</h1>
|
||||||
#: OrchardCore.Diagnostics\Views\Diagnostics\NotFound.cshtml:1
|
#: OrchardCore.Diagnostics\Views\HttpError-NotFound.cshtml:1
|
||||||
msgctxt "OrchardCore.Diagnostics.Views.Diagnostics.NotFound"
|
msgctxt "OrchardCore.Diagnostics.Views.HttpError-NotFound"
|
||||||
msgid "The page could not be found."
|
msgid "The page could not be found."
|
||||||
msgstr "لم يتم العثور على الصفحة."
|
msgstr ""
|
||||||
|
|
||||||
#. <h1>@T["You are not authorized to view this content."]</h1>
|
#. <h1>@T["You are not authorized to view this content."]</h1>
|
||||||
#: OrchardCore.Diagnostics\Views\Diagnostics\Unauthorized.cshtml:1
|
#: OrchardCore.Diagnostics\Views\HttpError-Unauthorized.cshtml:1
|
||||||
msgctxt "OrchardCore.Diagnostics.Views.Diagnostics.Unauthorized"
|
msgctxt "OrchardCore.Diagnostics.Views.HttpError-Unauthorized"
|
||||||
msgid "You are not authorized to view this content."
|
msgid "You are not authorized to view this content."
|
||||||
msgstr "لا تملك الصلاحية لعرض هذا المحتوى."
|
msgstr ""
|
||||||
|
|
||||||
|
#. <h1>@T["An error occurred while executing this request."]</h1>
|
||||||
|
#: OrchardCore.Diagnostics\Views\HttpError.cshtml:3
|
||||||
|
msgctxt "OrchardCore.Diagnostics.Views.HttpError"
|
||||||
|
msgid "An error occurred while executing this request."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -10,18 +10,18 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2022-03-05 10:47\n"
|
"PO-Revision-Date: 2023-12-22 16:17\n"
|
||||||
|
|
||||||
#. yield return new ValidationResult(S["The {0} field is required.", "Host name"], new[] { nameof(Host) });
|
#. yield return new ValidationResult(S["The {0} field is required.", "Host name"], new[] { nameof(Host) });
|
||||||
#. yield return new ValidationResult(S["The {0} field is required.", "Pickup directory location"], new[] { nameof(PickupDirectoryLocation) });
|
#. yield return new ValidationResult(S["The {0} field is required.", "Pickup directory location"], new[] { nameof(PickupDirectoryLocation) });
|
||||||
#: OrchardCore.Email.Abstractions\SmtpSettings.cs:92
|
#: OrchardCore.Email.Abstractions\SmtpSettings.cs:97
|
||||||
#: OrchardCore.Email.Abstractions\SmtpSettings.cs:98
|
#: OrchardCore.Email.Abstractions\SmtpSettings.cs:103
|
||||||
msgctxt "OrchardCore.Email.SmtpSettings"
|
msgctxt "OrchardCore.Email.SmtpSettings"
|
||||||
msgid "The {0} field is required."
|
msgid "The {0} field is required."
|
||||||
msgstr "الحقل {0} إلزامي."
|
msgstr "الحقل {0} إلزامي."
|
||||||
|
|
||||||
#. throw new NotSupportedException(S["The '{0}' delivery method is not supported.", DeliveryMethod]);
|
#. throw new NotSupportedException(S["The '{0}' delivery method is not supported.", DeliveryMethod]);
|
||||||
#: OrchardCore.Email.Abstractions\SmtpSettings.cs:102
|
#: OrchardCore.Email.Abstractions\SmtpSettings.cs:107
|
||||||
msgctxt "OrchardCore.Email.SmtpSettings"
|
msgctxt "OrchardCore.Email.SmtpSettings"
|
||||||
msgid "The '{0}' delivery method is not supported."
|
msgid "The '{0}' delivery method is not supported."
|
||||||
msgstr "طريقة إيصال '{0}' غير مدعومة."
|
msgstr "طريقة إيصال '{0}' غير مدعومة."
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:34\n"
|
"PO-Revision-Date: 2023-12-22 16:18\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], configuration => configuration
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Email\AdminMenu.cs:24
|
#: OrchardCore.Email\AdminMenu.cs:24
|
||||||
@@ -45,36 +45,36 @@ msgid "Invalid Email."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. public override LocalizedString DisplayText => S["Email Task"];
|
#. public override LocalizedString DisplayText => S["Email Task"];
|
||||||
#: OrchardCore.Email\Workflows\Activities\EmailTask.cs:34
|
#: OrchardCore.Email\Workflows\Activities\EmailTask.cs:32
|
||||||
msgctxt "OrchardCore.Email.Workflows.Activities.EmailTask"
|
msgctxt "OrchardCore.Email.Workflows.Activities.EmailTask"
|
||||||
msgid "Email Task"
|
msgid "Email Task"
|
||||||
msgstr "مهمة بريد إلكتروني"
|
msgstr "مهمة بريد إلكتروني"
|
||||||
|
|
||||||
#. public override LocalizedString Category => S["Messaging"];
|
#. public override LocalizedString Category => S["Messaging"];
|
||||||
#: OrchardCore.Email\Workflows\Activities\EmailTask.cs:35
|
#: OrchardCore.Email\Workflows\Activities\EmailTask.cs:34
|
||||||
msgctxt "OrchardCore.Email.Workflows.Activities.EmailTask"
|
msgctxt "OrchardCore.Email.Workflows.Activities.EmailTask"
|
||||||
msgid "Messaging"
|
msgid "Messaging"
|
||||||
msgstr "مراسلة"
|
msgstr "مراسلة"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Failed"]);
|
#. return Outcomes(S["Done"], S["Failed"]);
|
||||||
#: OrchardCore.Email\Workflows\Activities\EmailTask.cs:106
|
#: OrchardCore.Email\Workflows\Activities\EmailTask.cs:94
|
||||||
msgctxt "OrchardCore.Email.Workflows.Activities.EmailTask"
|
msgctxt "OrchardCore.Email.Workflows.Activities.EmailTask"
|
||||||
msgid "Done"
|
msgid "Done"
|
||||||
msgstr "تم"
|
msgstr "تم"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Failed"]);
|
#. return Outcomes(S["Done"], S["Failed"]);
|
||||||
#: OrchardCore.Email\Workflows\Activities\EmailTask.cs:106
|
#: OrchardCore.Email\Workflows\Activities\EmailTask.cs:94
|
||||||
msgctxt "OrchardCore.Email.Workflows.Activities.EmailTask"
|
msgctxt "OrchardCore.Email.Workflows.Activities.EmailTask"
|
||||||
msgid "Failed"
|
msgid "Failed"
|
||||||
msgstr "فشل"
|
msgstr "فشل"
|
||||||
|
|
||||||
#. <h4><i class="fa fa-envelope" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Send Email"])</h4>
|
#. <h4><i class="fa-solid fa-envelope" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Send Email"])</h4>
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Design.cshtml:6
|
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Design.cshtml:6
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Design"
|
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Design"
|
||||||
msgid "Send Email"
|
msgid "Send Email"
|
||||||
msgstr "إرسال بريد إلكتروني"
|
msgstr "إرسال بريد إلكتروني"
|
||||||
|
|
||||||
#. <label asp-for="AuthorExpression">@T["From"]</label>
|
#. <label asp-for="AuthorExpression" class="form-label">@T["From"]</label>
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:5
|
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
||||||
msgid "From"
|
msgid "From"
|
||||||
@@ -86,7 +86,7 @@ msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
|||||||
msgid "The author's email address that defines who the email is from. Leave blank to use the configured email address. With Liquid support."
|
msgid "The author's email address that defines who the email is from. Leave blank to use the configured email address. With Liquid support."
|
||||||
msgstr "البريد الإلكتروني للمؤلف يعرف من هو مرسل البريد. اتركه فارغاً لإستخدام البريد الإلكتروني الذي تم تعيينه مسبقاً. مع دعم Liquid."
|
msgstr "البريد الإلكتروني للمؤلف يعرف من هو مرسل البريد. اتركه فارغاً لإستخدام البريد الإلكتروني الذي تم تعيينه مسبقاً. مع دعم Liquid."
|
||||||
|
|
||||||
#. <label asp-for="SenderExpression">@T["Sender"]</label>
|
#. <label asp-for="SenderExpression" class="form-label">@T["Sender"]</label>
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:12
|
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
||||||
msgid "Sender"
|
msgid "Sender"
|
||||||
@@ -98,7 +98,7 @@ msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
|||||||
msgid "The sender's email address. Required if not the same than the \"From\" email address. With Liquid support."
|
msgid "The sender's email address. Required if not the same than the \"From\" email address. With Liquid support."
|
||||||
msgstr "البريد الإلكتروني مطلوب إذا كان مختلف عن عنوان الشخص المرسل. مع دعم Liquid."
|
msgstr "البريد الإلكتروني مطلوب إذا كان مختلف عن عنوان الشخص المرسل. مع دعم Liquid."
|
||||||
|
|
||||||
#. <label asp-for="SenderExpression">@T["ReplyTo"]</label>
|
#. <label asp-for="SenderExpression" class="form-label">@T["ReplyTo"]</label>
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:19
|
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:19
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
||||||
msgid "ReplyTo"
|
msgid "ReplyTo"
|
||||||
@@ -110,7 +110,7 @@ msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
|||||||
msgid "The \"reply to\" email address. Required if you want email replies be sent to a different address than the \"From\" address. With Liquid support."
|
msgid "The \"reply to\" email address. Required if you want email replies be sent to a different address than the \"From\" address. With Liquid support."
|
||||||
msgstr "البريد الإلكتروني مطلوب إذا كنت تريد الرد يكون مختلف عن عنوان الشخص المرسل. مع دعم Liquid."
|
msgstr "البريد الإلكتروني مطلوب إذا كنت تريد الرد يكون مختلف عن عنوان الشخص المرسل. مع دعم Liquid."
|
||||||
|
|
||||||
#. <label asp-for="RecipientsExpression">@T["Recipients"]</label>
|
#. <label asp-for="RecipientsExpression" class="form-label">@T["Recipients"]</label>
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:26
|
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:26
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
||||||
msgid "Recipients"
|
msgid "Recipients"
|
||||||
@@ -122,7 +122,7 @@ msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
|||||||
msgid "The comma-separated list of recipient email addresses. With Liquid support."
|
msgid "The comma-separated list of recipient email addresses. With Liquid support."
|
||||||
msgstr "يمكن الفصل بين عناوين البريد الإلكتروني للمستقبلين باستخدام الفاصلة، كما يمكن استخدام صيغة Liquid."
|
msgstr "يمكن الفصل بين عناوين البريد الإلكتروني للمستقبلين باستخدام الفاصلة، كما يمكن استخدام صيغة Liquid."
|
||||||
|
|
||||||
#. <label asp-for="CcExpression">@T["Cc"]</label>
|
#. <label asp-for="CcExpression" class="form-label">@T["Cc"]</label>
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:33
|
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:33
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
||||||
msgid "Cc"
|
msgid "Cc"
|
||||||
@@ -134,7 +134,7 @@ msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
|||||||
msgid "The comma-separated list of carbon copy email addresses. With Liquid support."
|
msgid "The comma-separated list of carbon copy email addresses. With Liquid support."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="BccExpression">@T["Bcc"]</label>
|
#. <label asp-for="BccExpression" class="form-label">@T["Bcc"]</label>
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:40
|
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:40
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
||||||
msgid "Bcc"
|
msgid "Bcc"
|
||||||
@@ -146,7 +146,7 @@ msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
|||||||
msgid "The comma-separated list of blind copy email addresses. With Liquid support."
|
msgid "The comma-separated list of blind copy email addresses. With Liquid support."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SubjectExpression">@T["Subject"]</label>
|
#. <label asp-for="SubjectExpression" class="form-label">@T["Subject"]</label>
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:47
|
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:47
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
||||||
msgid "Subject"
|
msgid "Subject"
|
||||||
@@ -158,7 +158,7 @@ msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
|||||||
msgid "The subject of the email message. With Liquid support."
|
msgid "The subject of the email message. With Liquid support."
|
||||||
msgstr "موضوع الرسالة (يمكن استخدام صيغة Liquid)."
|
msgstr "موضوع الرسالة (يمكن استخدام صيغة Liquid)."
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="IsBodyHtml">@T["Does the Body contain HTML?"]</label>
|
#. <label class="form-check-label" asp-for="IsHtmlBody">@T["Does the Body contain HTML?"]</label>
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:56
|
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:56
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
||||||
msgid "Does the Body contain HTML?"
|
msgid "Does the Body contain HTML?"
|
||||||
@@ -170,43 +170,19 @@ msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
|||||||
msgid "If checked, indicates the body of the email message will be sent as HTML."
|
msgid "If checked, indicates the body of the email message will be sent as HTML."
|
||||||
msgstr "إذا تم تحديده، فسيتم إرسال محتوي رسالة البريد الإلكتروني كـ HTML."
|
msgstr "إذا تم تحديده، فسيتم إرسال محتوي رسالة البريد الإلكتروني كـ HTML."
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="IsBodyText">@T["Does the Body contain plain text?"]</label>
|
#. <label asp-for="Body" class="form-label">@T["Body"]</label>
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:64
|
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:62
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
|
||||||
msgid "Does the Body contain plain text?"
|
|
||||||
msgstr "هل محتوي الرسالة نص عادي؟"
|
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["If checked, indicates the body of the email message will be sent as plain text."]</span>
|
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:65
|
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
|
||||||
msgid "If checked, indicates the body of the email message will be sent as plain text."
|
|
||||||
msgstr "إذا تم تحديده، فسيتم إرسال محتوي رسالة البريد الإلكتروني كنص عادي."
|
|
||||||
|
|
||||||
#. <label asp-for="Body">@T["Body"]</label>
|
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:70
|
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
||||||
msgid "Body"
|
msgid "Body"
|
||||||
msgstr "محتوى الرسالة"
|
msgstr "محتوى الرسالة"
|
||||||
|
|
||||||
#. <span class="hint">@T["The body of the email message. With Liquid support."]</span>
|
#. <span class="hint">@T["The body of the email message. With Liquid support."]</span>
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:72
|
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:64
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
||||||
msgid "The body of the email message. With Liquid support."
|
msgid "The body of the email message. With Liquid support."
|
||||||
msgstr "محتوى الرسالة (يمكن استخدام صيغة Liquid)."
|
msgstr "محتوى الرسالة (يمكن استخدام صيغة Liquid)."
|
||||||
|
|
||||||
#. <label asp-for="Body">@T["Body Plain Text"]</label>
|
#. <h4 class="card-title"><i class="fa-solid fa-envelope" aria-hidden="true"></i>@T["Send Email"]</h4>
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:76
|
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
|
||||||
msgid "Body Plain Text"
|
|
||||||
msgstr "المحتوي نص عادي"
|
|
||||||
|
|
||||||
#. <span class="hint">@T["The plain text body of the email message. With Liquid support."]</span>
|
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Edit.cshtml:78
|
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Edit"
|
|
||||||
msgid "The plain text body of the email message. With Liquid support."
|
|
||||||
msgstr "محتوى رسالة البريد الالكتروني كنص عادي. مع دعم صيغة Liquid."
|
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-envelope" aria-hidden="true"></i>@T["Send Email"]</h4>
|
|
||||||
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Email\Views\Items\EmailTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Email.Views.Items.EmailTask.Fields.Thumbnail"
|
||||||
msgid "Send Email"
|
msgid "Send Email"
|
||||||
@@ -224,13 +200,13 @@ msgctxt "OrchardCore.Email.Views.Admin.Index"
|
|||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "الإعدادات"
|
msgstr "الإعدادات"
|
||||||
|
|
||||||
#. <label asp-for="To">@T["To"]</label>
|
#. <label asp-for="To" class="form-label">@T["To"]</label>
|
||||||
#: OrchardCore.Email\Views\Admin\Index.cshtml:10
|
#: OrchardCore.Email\Views\Admin\Index.cshtml:10
|
||||||
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
||||||
msgid "To"
|
msgid "To"
|
||||||
msgstr "إلى"
|
msgstr "إلى"
|
||||||
|
|
||||||
#. <label asp-for="Sender">@T["Sender"]</label>
|
#. <label asp-for="Sender" class="form-label">@T["Sender"]</label>
|
||||||
#: OrchardCore.Email\Views\Admin\Index.cshtml:17
|
#: OrchardCore.Email\Views\Admin\Index.cshtml:17
|
||||||
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
||||||
msgid "Sender"
|
msgid "Sender"
|
||||||
@@ -242,43 +218,43 @@ msgctxt "OrchardCore.Email.Views.Admin.Index"
|
|||||||
msgid "The sender is optional, it is useful when the email author is different than the email submitter."
|
msgid "The sender is optional, it is useful when the email author is different than the email submitter."
|
||||||
msgstr "المرسل إختياري، يكون مفيدا عندما يكون كاتب البريد الإلكتروني مختلفا عن مرسله."
|
msgstr "المرسل إختياري، يكون مفيدا عندما يكون كاتب البريد الإلكتروني مختلفا عن مرسله."
|
||||||
|
|
||||||
#. <label asp-for="Bcc">@T["Bcc"]</label>
|
#. <label asp-for="Bcc" class="form-label">@T["Bcc"]</label>
|
||||||
#: OrchardCore.Email\Views\Admin\Index.cshtml:25
|
#: OrchardCore.Email\Views\Admin\Index.cshtml:25
|
||||||
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
||||||
msgid "Bcc"
|
msgid "Bcc"
|
||||||
msgstr "نسخة مخفية"
|
msgstr "نسخة مخفية"
|
||||||
|
|
||||||
#. <label asp-for="Cc">@T["Cc"]</label>
|
#. <label asp-for="Cc" class="form-label">@T["Cc"]</label>
|
||||||
#: OrchardCore.Email\Views\Admin\Index.cshtml:32
|
#: OrchardCore.Email\Views\Admin\Index.cshtml:32
|
||||||
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
||||||
msgid "Cc"
|
msgid "Cc"
|
||||||
msgstr "نسخة"
|
msgstr "نسخة"
|
||||||
|
|
||||||
#. <label asp-for="ReplyTo">@T["Reply To"]</label>
|
#. <label asp-for="ReplyTo" class="form-label">@T["Reply To"]</label>
|
||||||
#: OrchardCore.Email\Views\Admin\Index.cshtml:39
|
#: OrchardCore.Email\Views\Admin\Index.cshtml:39
|
||||||
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
||||||
msgid "Reply To"
|
msgid "Reply To"
|
||||||
msgstr "الرد على"
|
msgstr "الرد على"
|
||||||
|
|
||||||
#. <label asp-for="Subject">@T["Subject"]</label>
|
#. <label asp-for="Subject" class="form-label">@T["Subject"]</label>
|
||||||
#: OrchardCore.Email\Views\Admin\Index.cshtml:46
|
#: OrchardCore.Email\Views\Admin\Index.cshtml:46
|
||||||
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
||||||
msgid "Subject"
|
msgid "Subject"
|
||||||
msgstr "الموضوع"
|
msgstr "الموضوع"
|
||||||
|
|
||||||
#. <label asp-for="Body">@T["Body"]</label>
|
#. <label asp-for="Body" class="form-label">@T["Body"]</label>
|
||||||
#: OrchardCore.Email\Views\Admin\Index.cshtml:53
|
#: OrchardCore.Email\Views\Admin\Index.cshtml:53
|
||||||
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
||||||
msgid "Body"
|
msgid "Body"
|
||||||
msgstr "المحتوى"
|
msgstr "المحتوى"
|
||||||
|
|
||||||
#. <button type="submit" id="emailtestsend" class="button grey">@T["Send"]</button>
|
#. <button type="submit" id="emailtestsend" class="btn btn-primary">@T["Send"]</button>
|
||||||
#: OrchardCore.Email\Views\Admin\Index.cshtml:59
|
#: OrchardCore.Email\Views\Admin\Index.cshtml:59
|
||||||
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
msgctxt "OrchardCore.Email.Views.Admin.Index"
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "إرسال"
|
msgstr "إرسال"
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-envelope" aria-hidden="true"></i></span><span class="title">@T["Email"]</span>
|
#. <span class="icon"><i class="fa-solid fa-envelope" aria-hidden="true"></i></span><span class="title">@T["Email"]</span>
|
||||||
#: OrchardCore.Email\Views\NavigationItemText-email.Id.cshtml:1
|
#: OrchardCore.Email\Views\NavigationItemText-email.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Email.Views.NavigationItemText-email.Id"
|
msgctxt "OrchardCore.Email.Views.NavigationItemText-email.Id"
|
||||||
msgid "Email"
|
msgid "Email"
|
||||||
@@ -290,7 +266,7 @@ msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
|||||||
msgid "The current tenant will be reloaded when the settings are saved."
|
msgid "The current tenant will be reloaded when the settings are saved."
|
||||||
msgstr "ستتم إعادة تحميل الـ tenant الحالي عند حفظ الإعدادات."
|
msgstr "ستتم إعادة تحميل الـ tenant الحالي عند حفظ الإعدادات."
|
||||||
|
|
||||||
#. <label asp-for="DefaultSender">@T["Sender email address"]</label>
|
#. <label asp-for="DefaultSender" class="form-label">@T["Sender email address"]</label>
|
||||||
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:7
|
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:7
|
||||||
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
||||||
msgid "Sender email address"
|
msgid "Sender email address"
|
||||||
@@ -302,7 +278,7 @@ msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
|||||||
msgid "The default email address to use as a sender, unless the email sender is set."
|
msgid "The default email address to use as a sender, unless the email sender is set."
|
||||||
msgstr "عنوان البريد الإلكتروني الافتراضي لاستخدامه كمرسل، إلا إذا تم تعيين مرسل البريد الإلكتروني."
|
msgstr "عنوان البريد الإلكتروني الافتراضي لاستخدامه كمرسل، إلا إذا تم تعيين مرسل البريد الإلكتروني."
|
||||||
|
|
||||||
#. <label asp-for="DeliveryMethod">@T["Delivery method"]</label>
|
#. <label asp-for="DeliveryMethod" class="form-label">@T["Delivery method"]</label>
|
||||||
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:14
|
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
||||||
msgid "Delivery method"
|
msgid "Delivery method"
|
||||||
@@ -332,7 +308,7 @@ msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
|||||||
msgid "Network delivery options"
|
msgid "Network delivery options"
|
||||||
msgstr "خيارات المراسلة عبر الشبكة"
|
msgstr "خيارات المراسلة عبر الشبكة"
|
||||||
|
|
||||||
#. <label asp-for="Host">@T["Host name"]</label>
|
#. <label asp-for="Host" class="form-label">@T["Host name"]</label>
|
||||||
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:38
|
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:38
|
||||||
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
||||||
msgid "Host name"
|
msgid "Host name"
|
||||||
@@ -344,7 +320,7 @@ msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
|||||||
msgid "The SMTP server domain, e.g. <i>smtp.mailprovider.com</i>."
|
msgid "The SMTP server domain, e.g. <i>smtp.mailprovider.com</i>."
|
||||||
msgstr "عنوان خادم SMTP، على سبيل المثال: <i>smtp.mailprovider.com</i>."
|
msgstr "عنوان خادم SMTP، على سبيل المثال: <i>smtp.mailprovider.com</i>."
|
||||||
|
|
||||||
#. <label asp-for="Port">@T["Port number"]</label>
|
#. <label asp-for="Port" class="form-label">@T["Port number"]</label>
|
||||||
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:48
|
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:48
|
||||||
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
||||||
msgid "Port number"
|
msgid "Port number"
|
||||||
@@ -356,7 +332,7 @@ msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
|||||||
msgid "The SMTP server port, usually 25."
|
msgid "The SMTP server port, usually 25."
|
||||||
msgstr "منفذ الخادم SMTP، غالباً مايكون 25."
|
msgstr "منفذ الخادم SMTP، غالباً مايكون 25."
|
||||||
|
|
||||||
#. <label asp-for="ProxyHost">@T["Proxy host name"]</label>
|
#. <label asp-for="ProxyHost" class="form-label">@T["Proxy host name"]</label>
|
||||||
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:61
|
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:61
|
||||||
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
||||||
msgid "Proxy host name"
|
msgid "Proxy host name"
|
||||||
@@ -368,7 +344,7 @@ msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
|||||||
msgid "The proxy server is optional."
|
msgid "The proxy server is optional."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ProxyPort">@T["Proxy port number"]</label>
|
#. <label asp-for="ProxyPort" class="form-label">@T["Proxy port number"]</label>
|
||||||
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:71
|
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:71
|
||||||
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
||||||
msgid "Proxy port number"
|
msgid "Proxy port number"
|
||||||
@@ -380,7 +356,7 @@ msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
|||||||
msgid "The proxy port is optional."
|
msgid "The proxy port is optional."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="EncryptionMethod">@T["Encryption method to use"]</label>
|
#. <label asp-for="EncryptionMethod" class="form-label">@T["Encryption method to use"]</label>
|
||||||
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:81
|
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:81
|
||||||
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
||||||
msgid "Encryption method to use"
|
msgid "Encryption method to use"
|
||||||
@@ -458,7 +434,7 @@ msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
|||||||
msgid "When this option is selected, the application pool or host-process identity is used to authenticate with the mail server."
|
msgid "When this option is selected, the application pool or host-process identity is used to authenticate with the mail server."
|
||||||
msgstr "عند اختيار هذا الخيار، سيتم استخدام هوية الـ \"Application Pool\" أو \"Host-process\" للمصادقة مع خادم البريد."
|
msgstr "عند اختيار هذا الخيار، سيتم استخدام هوية الـ \"Application Pool\" أو \"Host-process\" للمصادقة مع خادم البريد."
|
||||||
|
|
||||||
#. <label asp-for="UserName">@T["User name"]</label>
|
#. <label asp-for="UserName" class="form-label">@T["User name"]</label>
|
||||||
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:120
|
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:120
|
||||||
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
||||||
msgid "User name"
|
msgid "User name"
|
||||||
@@ -470,7 +446,7 @@ msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
|||||||
msgid "The username for authentication."
|
msgid "The username for authentication."
|
||||||
msgstr "إسم المستخدم للمصادقة."
|
msgstr "إسم المستخدم للمصادقة."
|
||||||
|
|
||||||
#. <label asp-for="Password">@T["Password"]</label>
|
#. <label asp-for="Password" class="form-label">@T["Password"]</label>
|
||||||
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:127
|
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:127
|
||||||
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
@@ -488,7 +464,7 @@ msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
|||||||
msgid "Specified pickup directory delivery options"
|
msgid "Specified pickup directory delivery options"
|
||||||
msgstr "خيارات تحديد مجلد معين"
|
msgstr "خيارات تحديد مجلد معين"
|
||||||
|
|
||||||
#. <label asp-for="PickupDirectoryLocation">@T["Pickup directory location"]</label>
|
#. <label asp-for="PickupDirectoryLocation" class="form-label">@T["Pickup directory location"]</label>
|
||||||
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:144
|
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:144
|
||||||
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
||||||
msgid "Pickup directory location"
|
msgid "Pickup directory location"
|
||||||
@@ -500,6 +476,18 @@ msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
|||||||
msgid "E.g. <i>C:\\Path\\To\\This\\Site\\PickedUpEmail</i> to place emails in a <i>PickedUpEmail</i> directory on the C drive."
|
msgid "E.g. <i>C:\\Path\\To\\This\\Site\\PickedUpEmail</i> to place emails in a <i>PickedUpEmail</i> directory on the C drive."
|
||||||
msgstr "على سبيل المثال: المسار <i>C:\\Path\\To\\This\\Site\\PickedUpEmail</i> يشير إلى وضع عناوين البريد الإلكتروني في المجلد <i>PickedUpEmail</i> بداخل محرك الأقراص C."
|
msgstr "على سبيل المثال: المسار <i>C:\\Path\\To\\This\\Site\\PickedUpEmail</i> يشير إلى وضع عناوين البريد الإلكتروني في المجلد <i>PickedUpEmail</i> بداخل محرك الأقراص C."
|
||||||
|
|
||||||
|
#. <label class="form-check-label" asp-for="IgnoreInvalidSslCertificate">@T["Ignore Invalid SSL Certificate"]</label>
|
||||||
|
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:157
|
||||||
|
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
||||||
|
msgid "Ignore Invalid SSL Certificate"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint dashed">@T["Ignores SSL certificate check if it's invalid."]</span>
|
||||||
|
#: OrchardCore.Email\Views\SmtpSettings.Edit.cshtml:158
|
||||||
|
msgctxt "OrchardCore.Email.Views.SmtpSettings.Edit"
|
||||||
|
msgid "Ignores SSL certificate check if it's invalid."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <a href="@Url.Action("Index", "Admin", new { area = "OrchardCore.Email" })" class="btn btn-secondary">@T["Test settings"]</a>
|
#. <a href="@Url.Action("Index", "Admin", new { area = "OrchardCore.Email" })" class="btn btn-secondary">@T["Test settings"]</a>
|
||||||
#: OrchardCore.Email\Views\SmtpSettings.TestButton.cshtml:1
|
#: OrchardCore.Email\Views\SmtpSettings.TestButton.cshtml:1
|
||||||
msgctxt "OrchardCore.Email.Views.SmtpSettings.TestButton"
|
msgctxt "OrchardCore.Email.Views.SmtpSettings.TestButton"
|
||||||
|
|||||||
@@ -10,47 +10,67 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:35\n"
|
"PO-Revision-Date: 2023-12-22 16:19\n"
|
||||||
|
|
||||||
#. builder.Add(S["Configuration"], configuration => configuration
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Facebook\AdminMenu.cs:27
|
#: OrchardCore.Facebook\AdminMenu.cs:26
|
||||||
msgctxt "OrchardCore.Facebook.AdminMenu"
|
msgctxt "OrchardCore.Facebook.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
msgstr "الضبط"
|
msgstr "الضبط"
|
||||||
|
|
||||||
#. .Add(S["Settings"], settings => settings
|
#. .Add(S["Settings"], settings => settings
|
||||||
#: OrchardCore.Facebook\AdminMenu.cs:28
|
#: OrchardCore.Facebook\AdminMenu.cs:27
|
||||||
msgctxt "OrchardCore.Facebook.AdminMenu"
|
msgctxt "OrchardCore.Facebook.AdminMenu"
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "الإعدادات"
|
msgstr "الإعدادات"
|
||||||
|
|
||||||
#. .Add(S["Facebook App"], S["Facebook App"].PrefixPosition(), settings => settings
|
#. .Add(S["Meta App"], S["Meta App"].PrefixPosition(), facebook => facebook
|
||||||
#. .Add(S["Facebook App"], S["Facebook App"].PrefixPosition(), settings => settings
|
#. .Add(S["Meta App"], S["Meta App"].PrefixPosition(), facebook => facebook
|
||||||
#: OrchardCore.Facebook\AdminMenu.cs:29
|
#: OrchardCore.Facebook\AdminMenu.cs:28
|
||||||
#: OrchardCore.Facebook\AdminMenu.cs:29
|
#: OrchardCore.Facebook\AdminMenu.cs:28
|
||||||
msgctxt "OrchardCore.Facebook.AdminMenu"
|
msgctxt "OrchardCore.Facebook.AdminMenu"
|
||||||
msgid "Facebook App"
|
msgid "Meta App"
|
||||||
msgstr "تطبيق فيسبوك"
|
msgstr ""
|
||||||
|
|
||||||
#. builder.Add(S["Security"], security => security
|
#. .Add(S["Security"], security => security
|
||||||
#: OrchardCore.Facebook\AdminMenu.cs:59
|
#: OrchardCore.Facebook\AdminMenu.cs:60
|
||||||
msgctxt "OrchardCore.Facebook.AdminMenuLogin"
|
msgctxt "OrchardCore.Facebook.AdminMenuLogin"
|
||||||
msgid "Security"
|
msgid "Security"
|
||||||
msgstr "الأمان"
|
msgstr "الأمان"
|
||||||
|
|
||||||
#. .Add(S["Authentication"], authentication => authentication
|
#. .Add(S["Authentication"], authentication => authentication
|
||||||
#: OrchardCore.Facebook\AdminMenu.cs:60
|
#: OrchardCore.Facebook\AdminMenu.cs:61
|
||||||
msgctxt "OrchardCore.Facebook.AdminMenuLogin"
|
msgctxt "OrchardCore.Facebook.AdminMenuLogin"
|
||||||
msgid "Authentication"
|
msgid "Authentication"
|
||||||
msgstr "المصادقة"
|
msgstr "المصادقة"
|
||||||
|
|
||||||
#. .Add(S["Facebook"], S["Facebook"].PrefixPosition(), settings => settings
|
#. .Add(S["Meta"], S["Meta"].PrefixPosition(), settings => settings
|
||||||
#. .Add(S["Facebook"], S["Facebook"].PrefixPosition(), settings => settings
|
#. .Add(S["Meta"], S["Meta"].PrefixPosition(), settings => settings
|
||||||
#: OrchardCore.Facebook\AdminMenu.cs:61
|
#: OrchardCore.Facebook\AdminMenu.cs:62
|
||||||
#: OrchardCore.Facebook\AdminMenu.cs:61
|
#: OrchardCore.Facebook\AdminMenu.cs:62
|
||||||
msgctxt "OrchardCore.Facebook.AdminMenuLogin"
|
msgctxt "OrchardCore.Facebook.AdminMenuLogin"
|
||||||
msgid "Facebook"
|
msgid "Meta"
|
||||||
msgstr "فيسبوك"
|
msgstr ""
|
||||||
|
|
||||||
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
|
#: OrchardCore.Facebook\AdminMenu.cs:94
|
||||||
|
msgctxt "OrchardCore.Facebook.AdminMenuPixel"
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. .Add(S["Settings"], settings => settings
|
||||||
|
#: OrchardCore.Facebook\AdminMenu.cs:95
|
||||||
|
msgctxt "OrchardCore.Facebook.AdminMenuPixel"
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. .Add(S["Meta Pixel"], S["Meta Pixel"].PrefixPosition(), pixel => pixel
|
||||||
|
#. .Add(S["Meta Pixel"], S["Meta Pixel"].PrefixPosition(), pixel => pixel
|
||||||
|
#: OrchardCore.Facebook\AdminMenu.cs:96
|
||||||
|
#: OrchardCore.Facebook\AdminMenu.cs:96
|
||||||
|
msgctxt "OrchardCore.Facebook.AdminMenuPixel"
|
||||||
|
msgid "Meta Pixel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. [RegularExpression(@"\/[-A-Za-z0-9+&@#\/%?=~_|!:,.;]+[-A-Za-z0-9+&@#\/%=~_|]", ErrorMessage = "Invalid path")]
|
#. [RegularExpression(@"\/[-A-Za-z0-9+&@#\/%?=~_|!:,.;]+[-A-Za-z0-9+&@#\/%=~_|]", ErrorMessage = "Invalid path")]
|
||||||
#: OrchardCore.Facebook\Login\ViewModels\FacebookLoginSettingsViewModel.cs:7
|
#: OrchardCore.Facebook\Login\ViewModels\FacebookLoginSettingsViewModel.cs:7
|
||||||
@@ -77,7 +97,7 @@ msgid "The FaceBook Body doesn't contain a valid Liquid expression. Details: {0}
|
|||||||
msgstr "محتوى الفيسبوك لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
msgstr "محتوى الفيسبوك لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(nameof(model.Liquid), S["The Body doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
#. context.Updater.ModelState.AddModelError(nameof(model.Liquid), S["The Body doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
||||||
#: OrchardCore.Facebook\Widgets\Settings\FacebookPluginPartSettingsDisplayDriver.cs:41
|
#: OrchardCore.Facebook\Widgets\Settings\FacebookPluginPartSettingsDisplayDriver.cs:42
|
||||||
msgctxt "OrchardCore.Facebook.Widgets.Settings.FacebookPluginPartSettingsDisplayDriver"
|
msgctxt "OrchardCore.Facebook.Widgets.Settings.FacebookPluginPartSettingsDisplayDriver"
|
||||||
msgid "The Body doesn't contain a valid Liquid expression. Details: {0}"
|
msgid "The Body doesn't contain a valid Liquid expression. Details: {0}"
|
||||||
msgstr "المحتوى لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
msgstr "المحتوى لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
||||||
@@ -130,7 +150,7 @@ msgctxt "OrchardCore.Facebook.Views.FacebookLoginSettings.Edit"
|
|||||||
msgid "Login Settings"
|
msgid "Login Settings"
|
||||||
msgstr "إعدادات تسجيل الدخول"
|
msgstr "إعدادات تسجيل الدخول"
|
||||||
|
|
||||||
#. <label>@T["CallbackPath"]</label>
|
#. <label asp-for="CallbackPath" class="form-label">@T["CallbackPath"]</label>
|
||||||
#: OrchardCore.Facebook\Views\FacebookLoginSettings.Edit.cshtml:12
|
#: OrchardCore.Facebook\Views\FacebookLoginSettings.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.Facebook.Views.FacebookLoginSettings.Edit"
|
msgctxt "OrchardCore.Facebook.Views.FacebookLoginSettings.Edit"
|
||||||
msgid "CallbackPath"
|
msgid "CallbackPath"
|
||||||
@@ -142,7 +162,7 @@ msgctxt "OrchardCore.Facebook.Views.FacebookLoginSettings.Edit"
|
|||||||
msgid "The request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives."
|
msgid "The request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives."
|
||||||
msgstr "المسار المطلوب داخل المسار الأساسي للتطبيق حيث سيتم إرجاع وكيل المستخدم إليه. الـ middleware سوف تعالج الطلب عند وصوله."
|
msgstr "المسار المطلوب داخل المسار الأساسي للتطبيق حيث سيتم إرجاع وكيل المستخدم إليه. الـ middleware سوف تعالج الطلب عند وصوله."
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="SaveTokens">@T["Store tokens"]</label>
|
#. <label class="form-check-label" class="form-label" asp-for="SaveTokens">@T["Store tokens"]</label>
|
||||||
#: OrchardCore.Facebook\Views\FacebookLoginSettings.Edit.cshtml:21
|
#: OrchardCore.Facebook\Views\FacebookLoginSettings.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.Facebook.Views.FacebookLoginSettings.Edit"
|
msgctxt "OrchardCore.Facebook.Views.FacebookLoginSettings.Edit"
|
||||||
msgid "Store tokens"
|
msgid "Store tokens"
|
||||||
@@ -154,13 +174,25 @@ msgctxt "OrchardCore.Facebook.Views.FacebookLoginSettings.Edit"
|
|||||||
msgid "Store external authentication tokens for reuse"
|
msgid "Store external authentication tokens for reuse"
|
||||||
msgstr "تخزين رمز المصادقة الخارجية لإعادة الاستخدام"
|
msgstr "تخزين رمز المصادقة الخارجية لإعادة الاستخدام"
|
||||||
|
|
||||||
#. <span class="hint">@T["<a href=\"{0}\">Facebook Integration settings</a> must be configured in order to use the Login Feature",@Url.RouteUrl(new { area = "OrchardCore.Settings", controller = "Admin", groupId = OrchardCore.Facebook.FacebookConstants.Features.Core })]</span>
|
#. <span class="hint">@T["<a href=\"{0}\">Meta Integration settings</a> must be configured in order to use the Login Feature",@Url.RouteUrl(new { area = "OrchardCore.Settings", controller = "Admin", groupId = OrchardCore.Facebook.FacebookConstants.Features.Core })]</span>
|
||||||
#: OrchardCore.Facebook\Views\FacebookLoginSettings.Edit.cshtml:27
|
#: OrchardCore.Facebook\Views\FacebookLoginSettings.Edit.cshtml:27
|
||||||
msgctxt "OrchardCore.Facebook.Views.FacebookLoginSettings.Edit"
|
msgctxt "OrchardCore.Facebook.Views.FacebookLoginSettings.Edit"
|
||||||
msgid "<a href=\"{0}\">Facebook Integration settings</a> must be configured in order to use the Login Feature"
|
msgid "<a href=\"{0}\">Meta Integration settings</a> must be configured in order to use the Login Feature"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Liquid" class="@Orchard.GetLabelCssClasses()">@T["Body"]</label>
|
#. <label asp-for="PixelId" class="form-label">@T["Pixel Identifier"]</label>
|
||||||
|
#: OrchardCore.Facebook\Views\FacebookPixelSettings.Edit.cshtml:6
|
||||||
|
msgctxt "OrchardCore.Facebook.Views.FacebookPixelSettings.Edit"
|
||||||
|
msgid "Pixel Identifier"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["The Pixel ID found on the Meta Data Sources portal."]</span>
|
||||||
|
#: OrchardCore.Facebook\Views\FacebookPixelSettings.Edit.cshtml:9
|
||||||
|
msgctxt "OrchardCore.Facebook.Views.FacebookPixelSettings.Edit"
|
||||||
|
msgid "The Pixel ID found on the Meta Data Sources portal."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="Liquid" class="@Orchard.GetLabelClasses()">@T["Body"]</label>
|
||||||
#: OrchardCore.Facebook\Views\FacebookPluginPart.Edit.cshtml:13
|
#: OrchardCore.Facebook\Views\FacebookPluginPart.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.Facebook.Views.FacebookPluginPart.Edit"
|
msgctxt "OrchardCore.Facebook.Views.FacebookPluginPart.Edit"
|
||||||
msgid "Body"
|
msgid "Body"
|
||||||
@@ -172,7 +204,7 @@ msgctxt "OrchardCore.Facebook.Views.FacebookPluginPart.Edit"
|
|||||||
msgid "The template of the plugin, in Liquid format."
|
msgid "The template of the plugin, in Liquid format."
|
||||||
msgstr "قالب الإضافة, بصيغة Liquid."
|
msgstr "قالب الإضافة, بصيغة Liquid."
|
||||||
|
|
||||||
#. <label asp-for="Liquid">@T["Body"]</label>
|
#. <label asp-for="Liquid" class="form-label">@T["Body"]</label>
|
||||||
#: OrchardCore.Facebook\Views\FacebookPluginPartSettings.Edit.cshtml:13
|
#: OrchardCore.Facebook\Views\FacebookPluginPartSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.Facebook.Views.FacebookPluginPartSettings.Edit"
|
msgctxt "OrchardCore.Facebook.Views.FacebookPluginPartSettings.Edit"
|
||||||
msgid "Body"
|
msgid "Body"
|
||||||
@@ -202,43 +234,43 @@ msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
|||||||
msgid "An error occurred while decrypting a setting. Please apply and save."
|
msgid "An error occurred while decrypting a setting. Please apply and save."
|
||||||
msgstr "حدث خطأ أثناء فك تشفير إعداد. الرجاء التطبيق والحفظ."
|
msgstr "حدث خطأ أثناء فك تشفير إعداد. الرجاء التطبيق والحفظ."
|
||||||
|
|
||||||
#. <h3>@T["Facebook Integration"]</h3>
|
#. <h3>@T["Meta Integration"]</h3>
|
||||||
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:14
|
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
||||||
msgid "Facebook Integration"
|
msgid "Meta Integration"
|
||||||
msgstr "تكامل الفيسبوك"
|
msgstr ""
|
||||||
|
|
||||||
#. <label>@T["Application Identifier"]</label>
|
#. <label asp-for="AppId" class="form-label">@T["Application Identifier"]</label>
|
||||||
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:17
|
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:17
|
||||||
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
||||||
msgid "Application Identifier"
|
msgid "Application Identifier"
|
||||||
msgstr "معرف التطبيق"
|
msgstr "معرف التطبيق"
|
||||||
|
|
||||||
#. <span class="hint">@T["The Application ID found on the Facebook developer portal parameters."]</span>
|
#. <span class="hint">@T["The Application ID found on the Meta developer portal parameters."]</span>
|
||||||
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:20
|
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:20
|
||||||
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
||||||
msgid "The Application ID found on the Facebook developer portal parameters."
|
msgid "The Application ID found on the Meta developer portal parameters."
|
||||||
msgstr "معرف التطبيق موجود في بوابة التطوير للفيسبوك."
|
msgstr ""
|
||||||
|
|
||||||
#. <label>@T["Secret Key"]</label>
|
#. <label asp-for="AppSecret" class="form-label">@T["Secret Key"]</label>
|
||||||
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:24
|
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:24
|
||||||
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
||||||
msgid "Secret Key"
|
msgid "Secret Key"
|
||||||
msgstr "المفتاح السري"
|
msgstr "المفتاح السري"
|
||||||
|
|
||||||
#. <span class="hint">@T["The Application secret key found on the Facebook developer portal parameters."]</span>
|
#. <span class="hint">@T["The Application secret key found on the Meta developer portal parameters."]</span>
|
||||||
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:27
|
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:27
|
||||||
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
||||||
msgid "The Application secret key found on the Facebook developer portal parameters."
|
msgid "The Application secret key found on the Meta developer portal parameters."
|
||||||
msgstr "مفتاح أمان التطبيق موجود في بوابة التطوير للفيسبوك."
|
msgstr ""
|
||||||
|
|
||||||
#. <label>@T["Javascript SDK Version"]</label>
|
#. <label asp-for="Version" class="form-label">@T["Javascript SDK Version"]</label>
|
||||||
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:32
|
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:32
|
||||||
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
||||||
msgid "Javascript SDK Version"
|
msgid "Javascript SDK Version"
|
||||||
msgstr "إصدار الجافاسكربت SDK"
|
msgstr "إصدار الجافاسكربت SDK"
|
||||||
|
|
||||||
#. <label>@T["Javascript Sdk js"]</label>
|
#. <label asp-for="SdkJs" class="form-label">@T["Javascript Sdk js"]</label>
|
||||||
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:35
|
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:35
|
||||||
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
||||||
msgid "Javascript Sdk js"
|
msgid "Javascript Sdk js"
|
||||||
@@ -262,7 +294,7 @@ msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
|||||||
msgid "Init on every page"
|
msgid "Init on every page"
|
||||||
msgstr "تهئية في كل صفحة"
|
msgstr "تهئية في كل صفحة"
|
||||||
|
|
||||||
#. <label>@T["Parameters for the FB.init() call"]</label>
|
#. <label asp-for="FBInitParams" class="form-label">@T["Parameters for the FB.init() call"]</label>
|
||||||
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:59
|
#: OrchardCore.Facebook\Views\FacebookSettings.Edit.cshtml:59
|
||||||
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
||||||
msgid "Parameters for the FB.init() call"
|
msgid "Parameters for the FB.init() call"
|
||||||
@@ -274,15 +306,21 @@ msgctxt "OrchardCore.Facebook.Views.FacebookSettings.Edit"
|
|||||||
msgid "AppId and Version are filled automatically. Check the <a target=\"_blank\" href=\"https://developers.facebook.com/docs/javascript/reference/FB.init/v3.2\">reference doc for the <code>FB.init</code></a> function for more info"
|
msgid "AppId and Version are filled automatically. Check the <a target=\"_blank\" href=\"https://developers.facebook.com/docs/javascript/reference/FB.init/v3.2\">reference doc for the <code>FB.init</code></a> function for more info"
|
||||||
msgstr "AppId و Version تم تعبئتهم تلقائياً. افحص <a target=\"_blank\" href=\"https://developers.facebook.com/docs/javascript/reference/FB.init/v3.2\">مرجع التوثيق لـ <code>FB.init</code></a"
|
msgstr "AppId و Version تم تعبئتهم تلقائياً. افحص <a target=\"_blank\" href=\"https://developers.facebook.com/docs/javascript/reference/FB.init/v3.2\">مرجع التوثيق لـ <code>FB.init</code></a"
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-facebook" aria-hidden="true"></i></span><span class="title">@T["Facebook"]</span>
|
#. <span class="icon"><i class="fa-brands fa-meta" aria-hidden="true"></i></span><span class="title">@T["Meta"]</span>
|
||||||
#: OrchardCore.Facebook\Views\NavigationItemText-facebook.Id.cshtml:1
|
#: OrchardCore.Facebook\Views\NavigationItemText-facebook.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Facebook.Views.NavigationItemText-facebook.Id"
|
msgctxt "OrchardCore.Facebook.Views.NavigationItemText-facebook.Id"
|
||||||
msgid "Facebook"
|
msgid "Meta"
|
||||||
msgstr "فيسبوك"
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-facebook" aria-hidden="true"></i></span><span class="title">@T["Facebook App"]</span>
|
#. <span class="icon"><i class="fa-brands fa-meta" aria-hidden="true"></i></span><span class="title">@T["Meta App"]</span>
|
||||||
#: OrchardCore.Facebook\Views\NavigationItemText-facebookApp.Id.cshtml:1
|
#: OrchardCore.Facebook\Views\NavigationItemText-facebookApp.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Facebook.Views.NavigationItemText-facebookApp.Id"
|
msgctxt "OrchardCore.Facebook.Views.NavigationItemText-facebookApp.Id"
|
||||||
msgid "Facebook App"
|
msgid "Meta App"
|
||||||
msgstr "تطبيق فيسبوك"
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="icon"><i class="fa-brands fa-meta" aria-hidden="true"></i></span><span class="title">@T["Meta Pixel"]</span>
|
||||||
|
#: OrchardCore.Facebook\Views\NavigationItemText-facebookPixel.Id.cshtml:1
|
||||||
|
msgctxt "OrchardCore.Facebook.Views.NavigationItemText-facebookPixel.Id"
|
||||||
|
msgid "Meta Pixel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:35\n"
|
"PO-Revision-Date: 2023-12-22 16:19\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], configuration => configuration
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Features\AdminMenu.cs:25
|
#: OrchardCore.Features\AdminMenu.cs:25
|
||||||
@@ -125,9 +125,9 @@ msgstr "مجموعة إجراءات"
|
|||||||
#. <button class="btn btn-danger btn-sm" disabled>@T["Disable"]</button>
|
#. <button class="btn btn-danger btn-sm" disabled>@T["Disable"]</button>
|
||||||
#. <a id="btn-disable-@Html.GenerateIdFromName(featureId)" asp-action="Disable" asp-route-id="@featureId" asp-route-tenant="@Model.Name" class="btn btn-danger btn-sm" data-title="@T["Disable Feature"]" data-message="@confirmationMessage" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-url-af="UnsafeUrl RemoveUrl">@T["Disable"]</a>
|
#. <a id="btn-disable-@Html.GenerateIdFromName(featureId)" asp-action="Disable" asp-route-id="@featureId" asp-route-tenant="@Model.Name" class="btn btn-danger btn-sm" data-title="@T["Disable Feature"]" data-message="@confirmationMessage" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-url-af="UnsafeUrl RemoveUrl">@T["Disable"]</a>
|
||||||
#: OrchardCore.Features\Views\Admin\Features.cshtml:32
|
#: OrchardCore.Features\Views\Admin\Features.cshtml:32
|
||||||
#: OrchardCore.Features\Views\Admin\Features.cshtml:130
|
#: OrchardCore.Features\Views\Admin\Features.cshtml:135
|
||||||
#: OrchardCore.Features\Views\Admin\Features.cshtml:143
|
#: OrchardCore.Features\Views\Admin\Features.cshtml:148
|
||||||
#: OrchardCore.Features\Views\Admin\Features.cshtml:160
|
#: OrchardCore.Features\Views\Admin\Features.cshtml:165
|
||||||
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
||||||
msgid "Disable"
|
msgid "Disable"
|
||||||
msgstr "تعطيل"
|
msgstr "تعطيل"
|
||||||
@@ -136,8 +136,8 @@ msgstr "تعطيل"
|
|||||||
#. <button class="btn btn-primary btn-sm" disabled>@T["Enable"]</button>
|
#. <button class="btn btn-primary btn-sm" disabled>@T["Enable"]</button>
|
||||||
#. <a id="btn-enable-@Html.GenerateIdFromName(featureId)" asp-action="Enable" asp-route-id="@featureId" asp-route-tenant="@Model.Name" class="btn btn-primary btn-sm" data-url-af="UnsafeUrl">@T["Enable"]</a>
|
#. <a id="btn-enable-@Html.GenerateIdFromName(featureId)" asp-action="Enable" asp-route-id="@featureId" asp-route-tenant="@Model.Name" class="btn btn-primary btn-sm" data-url-af="UnsafeUrl">@T["Enable"]</a>
|
||||||
#: OrchardCore.Features\Views\Admin\Features.cshtml:33
|
#: OrchardCore.Features\Views\Admin\Features.cshtml:33
|
||||||
#: OrchardCore.Features\Views\Admin\Features.cshtml:136
|
#: OrchardCore.Features\Views\Admin\Features.cshtml:141
|
||||||
#: OrchardCore.Features\Views\Admin\Features.cshtml:150
|
#: OrchardCore.Features\Views\Admin\Features.cshtml:155
|
||||||
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
||||||
msgid "Enable"
|
msgid "Enable"
|
||||||
msgstr "تفعيل"
|
msgstr "تفعيل"
|
||||||
@@ -154,19 +154,19 @@ msgid "Uncategorized"
|
|||||||
msgstr "غير مصنف"
|
msgstr "غير مصنف"
|
||||||
|
|
||||||
#. <div data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="@T["This feature is automatically enabled based on dependency and cannot be manually disabled."]">
|
#. <div data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="@T["This feature is automatically enabled based on dependency and cannot be manually disabled."]">
|
||||||
#: OrchardCore.Features\Views\Admin\Features.cshtml:129
|
#: OrchardCore.Features\Views\Admin\Features.cshtml:134
|
||||||
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
||||||
msgid "This feature is automatically enabled based on dependency and cannot be manually disabled."
|
msgid "This feature is automatically enabled based on dependency and cannot be manually disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <div data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="@T["This feature is automatically disabled based on dependency and cannot be manually enabled."]">
|
#. <div data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="@T["This feature is automatically disabled based on dependency and cannot be manually enabled."]">
|
||||||
#: OrchardCore.Features\Views\Admin\Features.cshtml:135
|
#: OrchardCore.Features\Views\Admin\Features.cshtml:140
|
||||||
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
||||||
msgid "This feature is automatically disabled based on dependency and cannot be manually enabled."
|
msgid "This feature is automatically disabled based on dependency and cannot be manually enabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <div data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="@T["This feature is always enabled and cannot be manually disabled."]">
|
#. <div data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="@T["This feature is always enabled and cannot be manually disabled."]">
|
||||||
#: OrchardCore.Features\Views\Admin\Features.cshtml:142
|
#: OrchardCore.Features\Views\Admin\Features.cshtml:147
|
||||||
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
||||||
msgid "This feature is always enabled and cannot be manually disabled."
|
msgid "This feature is always enabled and cannot be manually disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -182,25 +182,25 @@ msgid "Disabling the {0} feature will also disable the following dependent featu
|
|||||||
msgstr "تعطيل الميزة {0} أيضاً سيقوم بتعطيل على المزايا ذات الصلة: {1} متابعة؟"
|
msgstr "تعطيل الميزة {0} أيضاً سيقوم بتعطيل على المزايا ذات الصلة: {1} متابعة؟"
|
||||||
|
|
||||||
#. <a id="btn-disable-@Html.GenerateIdFromName(featureId)" asp-action="Disable" asp-route-id="@featureId" asp-route-tenant="@Model.Name" class="btn btn-danger btn-sm" data-title="@T["Disable Feature"]" data-message="@confirmationMessage" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-url-af="UnsafeUrl RemoveUrl">@T["Disable"]</a>
|
#. <a id="btn-disable-@Html.GenerateIdFromName(featureId)" asp-action="Disable" asp-route-id="@featureId" asp-route-tenant="@Model.Name" class="btn btn-danger btn-sm" data-title="@T["Disable Feature"]" data-message="@confirmationMessage" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-url-af="UnsafeUrl RemoveUrl">@T["Disable"]</a>
|
||||||
#: OrchardCore.Features\Views\Admin\Features.cshtml:160
|
#: OrchardCore.Features\Views\Admin\Features.cshtml:165
|
||||||
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
||||||
msgid "Disable Feature"
|
msgid "Disable Feature"
|
||||||
msgstr "تعطيل ميزه"
|
msgstr "تعطيل ميزه"
|
||||||
|
|
||||||
#. <a id="btn-disable-@Html.GenerateIdFromName(featureId)" asp-action="Disable" asp-route-id="@featureId" asp-route-tenant="@Model.Name" class="btn btn-danger btn-sm" data-title="@T["Disable Feature"]" data-message="@confirmationMessage" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-url-af="UnsafeUrl RemoveUrl">@T["Disable"]</a>
|
#. <a id="btn-disable-@Html.GenerateIdFromName(featureId)" asp-action="Disable" asp-route-id="@featureId" asp-route-tenant="@Model.Name" class="btn btn-danger btn-sm" data-title="@T["Disable Feature"]" data-message="@confirmationMessage" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-url-af="UnsafeUrl RemoveUrl">@T["Disable"]</a>
|
||||||
#: OrchardCore.Features\Views\Admin\Features.cshtml:160
|
#: OrchardCore.Features\Views\Admin\Features.cshtml:165
|
||||||
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "نعم"
|
msgstr "نعم"
|
||||||
|
|
||||||
#. <a id="btn-disable-@Html.GenerateIdFromName(featureId)" asp-action="Disable" asp-route-id="@featureId" asp-route-tenant="@Model.Name" class="btn btn-danger btn-sm" data-title="@T["Disable Feature"]" data-message="@confirmationMessage" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-url-af="UnsafeUrl RemoveUrl">@T["Disable"]</a>
|
#. <a id="btn-disable-@Html.GenerateIdFromName(featureId)" asp-action="Disable" asp-route-id="@featureId" asp-route-tenant="@Model.Name" class="btn btn-danger btn-sm" data-title="@T["Disable Feature"]" data-message="@confirmationMessage" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-url-af="UnsafeUrl RemoveUrl">@T["Disable"]</a>
|
||||||
#: OrchardCore.Features\Views\Admin\Features.cshtml:160
|
#: OrchardCore.Features\Views\Admin\Features.cshtml:165
|
||||||
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr "لا"
|
msgstr "لا"
|
||||||
|
|
||||||
#. @T["<strong>Nothing here!</strong> Your search returned no results."]
|
#. @T["<strong>Nothing here!</strong> Your search returned no results."]
|
||||||
#: OrchardCore.Features\Views\Admin\Features.cshtml:172
|
#: OrchardCore.Features\Views\Admin\Features.cshtml:177
|
||||||
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
msgctxt "OrchardCore.Features.Views.Admin.Features"
|
||||||
msgid "<strong>Nothing here!</strong> Your search returned no results."
|
msgid "<strong>Nothing here!</strong> Your search returned no results."
|
||||||
msgstr "<strong>لا شىء</strong> لا توجد أي نتائج للبحث."
|
msgstr "<strong>لا شىء</strong> لا توجد أي نتائج للبحث."
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:36\n"
|
"PO-Revision-Date: 2023-12-22 16:20\n"
|
||||||
|
|
||||||
#. await _notifier.WarningAsync(H["The Widget content item with id {0} has no matching {1} content type definition.", contentItem.ContentItemId, contentItem.ContentType]);
|
#. await _notifier.WarningAsync(H["The Widget content item with id {0} has no matching {1} content type definition.", contentItem.ContentItemId, contentItem.ContentType]);
|
||||||
#: OrchardCore.Flows\Drivers\BagPartDisplayDriver.cs:193
|
#: OrchardCore.Flows\Drivers\BagPartDisplayDriver.cs:187
|
||||||
msgctxt "OrchardCore.Flows.Drivers.BagPartDisplayDriver"
|
msgctxt "OrchardCore.Flows.Drivers.BagPartDisplayDriver"
|
||||||
msgid "The Widget content item with id {0} has no matching {1} content type definition."
|
msgid "The Widget content item with id {0} has no matching {1} content type definition."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -72,14 +72,14 @@ msgctxt "OrchardCore.Flows.Views.BagPart.Edit"
|
|||||||
msgid "Add Item"
|
msgid "Add Item"
|
||||||
msgstr "إضافة عنصر"
|
msgstr "إضافة عنصر"
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Flows\Views\BagPart.Option.cshtml:4
|
#: OrchardCore.Flows\Views\BagPart.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.Flows.Views.BagPart.Option"
|
msgctxt "OrchardCore.Flows.Views.BagPart.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Source">@T["Contained Content Types"]</label>
|
#. <label asp-for="Source" class="form-label">@T["Contained Content Types"]</label>
|
||||||
#. <label asp-for="ContainedContentTypes">@T["Contained Content Types"]</label>
|
#. <label asp-for="ContainedContentTypes" class="form-label">@T["Contained Content Types"]</label>
|
||||||
#: OrchardCore.Flows\Views\BagPartSettings.Edit.cshtml:5
|
#: OrchardCore.Flows\Views\BagPartSettings.Edit.cshtml:5
|
||||||
#: OrchardCore.Flows\Views\BagPartSettings.Edit.cshtml:23
|
#: OrchardCore.Flows\Views\BagPartSettings.Edit.cshtml:23
|
||||||
msgctxt "OrchardCore.Flows.Views.BagPartSettings.Edit"
|
msgctxt "OrchardCore.Flows.Views.BagPartSettings.Edit"
|
||||||
@@ -110,7 +110,7 @@ msgctxt "OrchardCore.Flows.Views.BagPartSettings.Edit"
|
|||||||
msgid "The content types that this bag can contain, e.g. Slide for a Slide Show."
|
msgid "The content types that this bag can contain, e.g. Slide for a Slide Show."
|
||||||
msgstr "أنوع المحتوى التي يمكن أ يحويها الـ Bag هذا، هي على سبيل المثال: \"شريحة\" ضمن \"شرائع عرض\"."
|
msgstr "أنوع المحتوى التي يمكن أ يحويها الـ Bag هذا، هي على سبيل المثال: \"شريحة\" ضمن \"شرائع عرض\"."
|
||||||
|
|
||||||
#. <label asp-for="Stereotypes">@T["Stereotypes"]</label>
|
#. <label asp-for="Stereotypes" class="form-label">@T["Stereotypes"]</label>
|
||||||
#: OrchardCore.Flows\Views\BagPartSettings.Edit.cshtml:30
|
#: OrchardCore.Flows\Views\BagPartSettings.Edit.cshtml:30
|
||||||
msgctxt "OrchardCore.Flows.Views.BagPartSettings.Edit"
|
msgctxt "OrchardCore.Flows.Views.BagPartSettings.Edit"
|
||||||
msgid "Stereotypes"
|
msgid "Stereotypes"
|
||||||
@@ -122,7 +122,7 @@ msgctxt "OrchardCore.Flows.Views.BagPartSettings.Edit"
|
|||||||
msgid "The Stereotypes of the content types that this bag can contain. You may define multiple Stereotypes using the comma (,) as a separator"
|
msgid "The Stereotypes of the content types that this bag can contain. You may define multiple Stereotypes using the comma (,) as a separator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="DisplayType">@T["Display Type"]</label>
|
#. <label asp-for="DisplayType" class="form-label">@T["Display Type"]</label>
|
||||||
#: OrchardCore.Flows\Views\BagPartSettings.Edit.cshtml:37
|
#: OrchardCore.Flows\Views\BagPartSettings.Edit.cshtml:37
|
||||||
msgctxt "OrchardCore.Flows.Views.BagPartSettings.Edit"
|
msgctxt "OrchardCore.Flows.Views.BagPartSettings.Edit"
|
||||||
msgid "Display Type"
|
msgid "Display Type"
|
||||||
@@ -140,13 +140,13 @@ msgctxt "OrchardCore.Flows.Views.ContentCard-BagPart.Edit"
|
|||||||
msgid "{0} <span class=\"hint dashed\">{1}</span>"
|
msgid "{0} <span class=\"hint dashed\">{1}</span>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <button type="button" class="btn btn-danger widget-delete" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this item?"]"><i class="fa fa-trash" aria-hidden="true"></i></button>
|
#. <button type="button" class="btn btn-danger widget-delete" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this item?"]"><i class="fa-solid fa-trash" aria-hidden="true"></i></button>
|
||||||
#: OrchardCore.Flows\Views\ContentCard-BagPart.Edit.cshtml:29
|
#: OrchardCore.Flows\Views\ContentCard-BagPart.Edit.cshtml:29
|
||||||
msgctxt "OrchardCore.Flows.Views.ContentCard-BagPart.Edit"
|
msgctxt "OrchardCore.Flows.Views.ContentCard-BagPart.Edit"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <button type="button" class="btn btn-danger widget-delete" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this item?"]"><i class="fa fa-trash" aria-hidden="true"></i></button>
|
#. <button type="button" class="btn btn-danger widget-delete" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this item?"]"><i class="fa-solid fa-trash" aria-hidden="true"></i></button>
|
||||||
#: OrchardCore.Flows\Views\ContentCard-BagPart.Edit.cshtml:29
|
#: OrchardCore.Flows\Views\ContentCard-BagPart.Edit.cshtml:29
|
||||||
msgctxt "OrchardCore.Flows.Views.ContentCard-BagPart.Edit"
|
msgctxt "OrchardCore.Flows.Views.ContentCard-BagPart.Edit"
|
||||||
msgid "Are you sure you want to remove this item?"
|
msgid "Are you sure you want to remove this item?"
|
||||||
@@ -170,37 +170,37 @@ msgctxt "OrchardCore.Flows.Views.ContentCard-FlowPart.Edit"
|
|||||||
msgid "Insert Widget"
|
msgid "Insert Widget"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <button type="button" class="btn btn-danger widget-delete" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this item?"]"><i class="fa fa-trash" aria-hidden="true"></i></button>
|
#. <button type="button" class="btn btn-danger widget-delete" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this item?"]"><i class="fa-solid fa-trash" aria-hidden="true"></i></button>
|
||||||
#: OrchardCore.Flows\Views\ContentCard-FlowPart.Edit.cshtml:62
|
#: OrchardCore.Flows\Views\ContentCard-FlowPart.Edit.cshtml:64
|
||||||
msgctxt "OrchardCore.Flows.Views.ContentCard-FlowPart.Edit"
|
msgctxt "OrchardCore.Flows.Views.ContentCard-FlowPart.Edit"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <button type="button" class="btn btn-danger widget-delete" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this item?"]"><i class="fa fa-trash" aria-hidden="true"></i></button>
|
#. <button type="button" class="btn btn-danger widget-delete" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this item?"]"><i class="fa-solid fa-trash" aria-hidden="true"></i></button>
|
||||||
#: OrchardCore.Flows\Views\ContentCard-FlowPart.Edit.cshtml:62
|
#: OrchardCore.Flows\Views\ContentCard-FlowPart.Edit.cshtml:64
|
||||||
msgctxt "OrchardCore.Flows.Views.ContentCard-FlowPart.Edit"
|
msgctxt "OrchardCore.Flows.Views.ContentCard-FlowPart.Edit"
|
||||||
msgid "Are you sure you want to remove this item?"
|
msgid "Are you sure you want to remove this item?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <input class="d-none" asp-for="Alignment" id="@Html.IdFor(x => x.Alignment)_Left" type="radio" autocomplete="off" value="Left"><i class="fa fa-align-left" aria-hidden="true"></i> @T["Left"]
|
#. <input class="d-none" asp-for="Alignment" id="@Html.IdFor(x => x.Alignment)_Left" type="radio" autocomplete="off" value="Left"><i class="fa-solid fa-align-left" aria-hidden="true"></i> @T["Left"]
|
||||||
#: OrchardCore.Flows\Views\FlowMetadata.Edit.cshtml:10
|
#: OrchardCore.Flows\Views\FlowMetadata.Edit.cshtml:10
|
||||||
msgctxt "OrchardCore.Flows.Views.FlowMetadata.Edit"
|
msgctxt "OrchardCore.Flows.Views.FlowMetadata.Edit"
|
||||||
msgid "Left"
|
msgid "Left"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <input class="d-none" asp-for="Alignment" id="@Html.IdFor(x => x.Alignment)_Center" type="radio" autocomplete="off" value="Center"><i class="fa fa-align-center" aria-hidden="true"></i> @T["Center"]
|
#. <input class="d-none" asp-for="Alignment" id="@Html.IdFor(x => x.Alignment)_Center" type="radio" autocomplete="off" value="Center"><i class="fa-solid fa-align-center" aria-hidden="true"></i> @T["Center"]
|
||||||
#: OrchardCore.Flows\Views\FlowMetadata.Edit.cshtml:13
|
#: OrchardCore.Flows\Views\FlowMetadata.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.Flows.Views.FlowMetadata.Edit"
|
msgctxt "OrchardCore.Flows.Views.FlowMetadata.Edit"
|
||||||
msgid "Center"
|
msgid "Center"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <input class="d-none" asp-for="Alignment" id="@Html.IdFor(x => x.Alignment)_Right" type="radio" autocomplete="off" value="Right"><i class="fa fa-align-right" aria-hidden="true"></i> @T["Right"]
|
#. <input class="d-none" asp-for="Alignment" id="@Html.IdFor(x => x.Alignment)_Right" type="radio" autocomplete="off" value="Right"><i class="fa-solid fa-align-right" aria-hidden="true"></i> @T["Right"]
|
||||||
#: OrchardCore.Flows\Views\FlowMetadata.Edit.cshtml:16
|
#: OrchardCore.Flows\Views\FlowMetadata.Edit.cshtml:16
|
||||||
msgctxt "OrchardCore.Flows.Views.FlowMetadata.Edit"
|
msgctxt "OrchardCore.Flows.Views.FlowMetadata.Edit"
|
||||||
msgid "Right"
|
msgid "Right"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <input class="d-none" asp-for="Alignment" id="@Html.IdFor(x => x.Alignment)_Justify" type="radio" autocomplete="off" value="Justify"><i class="fa fa-align-justify" aria-hidden="true"></i> @T["Justify"]
|
#. <input class="d-none" asp-for="Alignment" id="@Html.IdFor(x => x.Alignment)_Justify" type="radio" autocomplete="off" value="Justify"><i class="fa-solid fa-align-justify" aria-hidden="true"></i> @T["Justify"]
|
||||||
#: OrchardCore.Flows\Views\FlowMetadata.Edit.cshtml:19
|
#: OrchardCore.Flows\Views\FlowMetadata.Edit.cshtml:19
|
||||||
msgctxt "OrchardCore.Flows.Views.FlowMetadata.Edit"
|
msgctxt "OrchardCore.Flows.Views.FlowMetadata.Edit"
|
||||||
msgid "Justify"
|
msgid "Justify"
|
||||||
@@ -254,13 +254,13 @@ msgctxt "OrchardCore.Flows.Views.FlowPart.Edit"
|
|||||||
msgid "No widgets found."
|
msgid "No widgets found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Flows\Views\FlowPart.Option.cshtml:4
|
#: OrchardCore.Flows\Views\FlowPart.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.Flows.Views.FlowPart.Option"
|
msgctxt "OrchardCore.Flows.Views.FlowPart.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ContainedContentTypes">@T["Restrict Content Types"]</label>
|
#. <label asp-for="ContainedContentTypes" class="form-label">@T["Restrict Content Types"]</label>
|
||||||
#: OrchardCore.Flows\Views\FlowPartSettings.Edit.cshtml:4
|
#: OrchardCore.Flows\Views\FlowPartSettings.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.Flows.Views.FlowPartSettings.Edit"
|
msgctxt "OrchardCore.Flows.Views.FlowPartSettings.Edit"
|
||||||
msgid "Restrict Content Types"
|
msgid "Restrict Content Types"
|
||||||
|
|||||||
@@ -10,7 +10,37 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:36\n"
|
"PO-Revision-Date: 2023-12-22 16:20\n"
|
||||||
|
|
||||||
|
#. public override LocalizedString DisplayText => S["Http Redirect To Form Location Task"];
|
||||||
|
#: OrchardCore.Forms\Activities\HttpRedirectToFormLocationTask.cs:26
|
||||||
|
msgctxt "OrchardCore.Forms.Activities.HttpRedirectToFormLocationTask"
|
||||||
|
msgid "Http Redirect To Form Location Task"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. public override LocalizedString Category => S["HTTP"];
|
||||||
|
#: OrchardCore.Forms\Activities\HttpRedirectToFormLocationTask.cs:28
|
||||||
|
msgctxt "OrchardCore.Forms.Activities.HttpRedirectToFormLocationTask"
|
||||||
|
msgid "HTTP"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. => Outcomes(S["Done"], S["Failed"]);
|
||||||
|
#: OrchardCore.Forms\Activities\HttpRedirectToFormLocationTask.cs:31
|
||||||
|
msgctxt "OrchardCore.Forms.Activities.HttpRedirectToFormLocationTask"
|
||||||
|
msgid "Done"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. => Outcomes(S["Done"], S["Failed"]);
|
||||||
|
#: OrchardCore.Forms\Activities\HttpRedirectToFormLocationTask.cs:31
|
||||||
|
msgctxt "OrchardCore.Forms.Activities.HttpRedirectToFormLocationTask"
|
||||||
|
msgid "Failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. updater.ModelState.AddModelError(Prefix, nameof(viewModel.Name), S["A value is required for Name."]);
|
||||||
|
#: OrchardCore.Forms\Drivers\FormInputElementPartDisplayDriver.cs:38
|
||||||
|
msgctxt "OrchardCore.Forms.Drivers.FormInputElementPartDisplayDriver"
|
||||||
|
msgid "A value is required for Name."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix + '.' + nameof(SelectPartEditViewModel.Options), S["The options are written in an incorrect format."]);
|
#. updater.ModelState.AddModelError(Prefix + '.' + nameof(SelectPartEditViewModel.Options), S["The options are written in an incorrect format."]);
|
||||||
#: OrchardCore.Forms\Drivers\SelectPartDisplayDriver.cs:60
|
#: OrchardCore.Forms\Drivers\SelectPartDisplayDriver.cs:60
|
||||||
@@ -19,126 +49,126 @@ msgid "The options are written in an incorrect format."
|
|||||||
msgstr "كتبت الخيارات بصيغة خاطئة."
|
msgstr "كتبت الخيارات بصيغة خاطئة."
|
||||||
|
|
||||||
#. public override LocalizedString DisplayText => S["Add Model Validation Error Task"];
|
#. public override LocalizedString DisplayText => S["Add Model Validation Error Task"];
|
||||||
#: OrchardCore.Forms\Workflows\Activities\AddModelValidationErrorTask.cs:27
|
#: OrchardCore.Forms\Workflows\Activities\AddModelValidationErrorTask.cs:25
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.AddModelValidationErrorTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.AddModelValidationErrorTask"
|
||||||
msgid "Add Model Validation Error Task"
|
msgid "Add Model Validation Error Task"
|
||||||
msgstr "مهمة إضافة تحقق من الخطأ المودل"
|
msgstr "مهمة إضافة تحقق من الخطأ المودل"
|
||||||
|
|
||||||
#. public override LocalizedString Category => S["Validation"];
|
#. public override LocalizedString Category => S["Validation"];
|
||||||
#: OrchardCore.Forms\Workflows\Activities\AddModelValidationErrorTask.cs:29
|
#: OrchardCore.Forms\Workflows\Activities\AddModelValidationErrorTask.cs:27
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.AddModelValidationErrorTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.AddModelValidationErrorTask"
|
||||||
msgid "Validation"
|
msgid "Validation"
|
||||||
msgstr "تحقق"
|
msgstr "تحقق"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"]);
|
#. return Outcomes(S["Done"]);
|
||||||
#: OrchardCore.Forms\Workflows\Activities\AddModelValidationErrorTask.cs:45
|
#: OrchardCore.Forms\Workflows\Activities\AddModelValidationErrorTask.cs:43
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.AddModelValidationErrorTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.AddModelValidationErrorTask"
|
||||||
msgid "Done"
|
msgid "Done"
|
||||||
msgstr "تم"
|
msgstr "تم"
|
||||||
|
|
||||||
#. public override LocalizedString DisplayText => S["Bind Model State Task"];
|
#. public override LocalizedString DisplayText => S["Bind Model State Task"];
|
||||||
#: OrchardCore.Forms\Workflows\Activities\BindModelStateTask.cs:31
|
#: OrchardCore.Forms\Workflows\Activities\BindModelStateTask.cs:29
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.BindModelStateTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.BindModelStateTask"
|
||||||
msgid "Bind Model State Task"
|
msgid "Bind Model State Task"
|
||||||
msgstr "مهمة حالة المودل المرتبطة"
|
msgstr "مهمة حالة المودل المرتبطة"
|
||||||
|
|
||||||
#. public override LocalizedString Category => S["Validation"];
|
#. public override LocalizedString Category => S["Validation"];
|
||||||
#: OrchardCore.Forms\Workflows\Activities\BindModelStateTask.cs:33
|
#: OrchardCore.Forms\Workflows\Activities\BindModelStateTask.cs:31
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.BindModelStateTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.BindModelStateTask"
|
||||||
msgid "Validation"
|
msgid "Validation"
|
||||||
msgstr "تحقق"
|
msgstr "تحقق"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"]);
|
#. return Outcomes(S["Done"]);
|
||||||
#: OrchardCore.Forms\Workflows\Activities\BindModelStateTask.cs:37
|
#: OrchardCore.Forms\Workflows\Activities\BindModelStateTask.cs:35
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.BindModelStateTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.BindModelStateTask"
|
||||||
msgid "Done"
|
msgid "Done"
|
||||||
msgstr "تم"
|
msgstr "تم"
|
||||||
|
|
||||||
#. public override LocalizedString DisplayText => S["Validate Antiforgery Token Task"];
|
#. public override LocalizedString DisplayText => S["Validate Antiforgery Token Task"];
|
||||||
#: OrchardCore.Forms\Workflows\Activities\ValidateAntiforgeryTokenTask.cs:31
|
#: OrchardCore.Forms\Workflows\Activities\ValidateAntiforgeryTokenTask.cs:29
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateAntiforgeryTokenTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateAntiforgeryTokenTask"
|
||||||
msgid "Validate Antiforgery Token Task"
|
msgid "Validate Antiforgery Token Task"
|
||||||
msgstr "مهمة التحقق من الـ Antiforgery Token"
|
msgstr "مهمة التحقق من الـ Antiforgery Token"
|
||||||
|
|
||||||
#. public override LocalizedString Category => S["Validation"];
|
#. public override LocalizedString Category => S["Validation"];
|
||||||
#: OrchardCore.Forms\Workflows\Activities\ValidateAntiforgeryTokenTask.cs:33
|
#: OrchardCore.Forms\Workflows\Activities\ValidateAntiforgeryTokenTask.cs:31
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateAntiforgeryTokenTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateAntiforgeryTokenTask"
|
||||||
msgid "Validation"
|
msgid "Validation"
|
||||||
msgstr "تحقق"
|
msgstr "تحقق"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
||||||
#: OrchardCore.Forms\Workflows\Activities\ValidateAntiforgeryTokenTask.cs:39
|
#: OrchardCore.Forms\Workflows\Activities\ValidateAntiforgeryTokenTask.cs:37
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateAntiforgeryTokenTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateAntiforgeryTokenTask"
|
||||||
msgid "Done"
|
msgid "Done"
|
||||||
msgstr "تم"
|
msgstr "تم"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
||||||
#: OrchardCore.Forms\Workflows\Activities\ValidateAntiforgeryTokenTask.cs:39
|
#: OrchardCore.Forms\Workflows\Activities\ValidateAntiforgeryTokenTask.cs:37
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateAntiforgeryTokenTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateAntiforgeryTokenTask"
|
||||||
msgid "Valid"
|
msgid "Valid"
|
||||||
msgstr "صحيح"
|
msgstr "صحيح"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
||||||
#: OrchardCore.Forms\Workflows\Activities\ValidateAntiforgeryTokenTask.cs:39
|
#: OrchardCore.Forms\Workflows\Activities\ValidateAntiforgeryTokenTask.cs:37
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateAntiforgeryTokenTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateAntiforgeryTokenTask"
|
||||||
msgid "Invalid"
|
msgid "Invalid"
|
||||||
msgstr "غير صحيح"
|
msgstr "غير صحيح"
|
||||||
|
|
||||||
#. public override LocalizedString DisplayText => S["Validate Form Field Task"];
|
#. public override LocalizedString DisplayText => S["Validate Form Field Task"];
|
||||||
#: OrchardCore.Forms\Workflows\Activities\ValidateFormFieldTask.cs:31
|
#: OrchardCore.Forms\Workflows\Activities\ValidateFormFieldTask.cs:30
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormFieldTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormFieldTask"
|
||||||
msgid "Validate Form Field Task"
|
msgid "Validate Form Field Task"
|
||||||
msgstr "مهمة التحقق من حقل النموذج"
|
msgstr "مهمة التحقق من حقل النموذج"
|
||||||
|
|
||||||
#. public override LocalizedString Category => S["Validation"];
|
#. public override LocalizedString Category => S["Validation"];
|
||||||
#: OrchardCore.Forms\Workflows\Activities\ValidateFormFieldTask.cs:33
|
#: OrchardCore.Forms\Workflows\Activities\ValidateFormFieldTask.cs:32
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormFieldTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormFieldTask"
|
||||||
msgid "Validation"
|
msgid "Validation"
|
||||||
msgstr "تحقق"
|
msgstr "تحقق"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
||||||
#: OrchardCore.Forms\Workflows\Activities\ValidateFormFieldTask.cs:49
|
#: OrchardCore.Forms\Workflows\Activities\ValidateFormFieldTask.cs:48
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormFieldTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormFieldTask"
|
||||||
msgid "Done"
|
msgid "Done"
|
||||||
msgstr "تم"
|
msgstr "تم"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
||||||
#: OrchardCore.Forms\Workflows\Activities\ValidateFormFieldTask.cs:49
|
#: OrchardCore.Forms\Workflows\Activities\ValidateFormFieldTask.cs:48
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormFieldTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormFieldTask"
|
||||||
msgid "Valid"
|
msgid "Valid"
|
||||||
msgstr "صحيح"
|
msgstr "صحيح"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
||||||
#: OrchardCore.Forms\Workflows\Activities\ValidateFormFieldTask.cs:49
|
#: OrchardCore.Forms\Workflows\Activities\ValidateFormFieldTask.cs:48
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormFieldTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormFieldTask"
|
||||||
msgid "Invalid"
|
msgid "Invalid"
|
||||||
msgstr "غير صحيح"
|
msgstr "غير صحيح"
|
||||||
|
|
||||||
#. public override LocalizedString DisplayText => S["Validate Form Task"];
|
#. public override LocalizedString DisplayText => S["Validate Form Task"];
|
||||||
#: OrchardCore.Forms\Workflows\Activities\ValidateFormTask.cs:27
|
#: OrchardCore.Forms\Workflows\Activities\ValidateFormTask.cs:25
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormTask"
|
||||||
msgid "Validate Form Task"
|
msgid "Validate Form Task"
|
||||||
msgstr "مهمة التحقق من النموذج"
|
msgstr "مهمة التحقق من النموذج"
|
||||||
|
|
||||||
#. public override LocalizedString Category => S["Validation"];
|
#. public override LocalizedString Category => S["Validation"];
|
||||||
#: OrchardCore.Forms\Workflows\Activities\ValidateFormTask.cs:29
|
#: OrchardCore.Forms\Workflows\Activities\ValidateFormTask.cs:27
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormTask"
|
||||||
msgid "Validation"
|
msgid "Validation"
|
||||||
msgstr "تحقق"
|
msgstr "تحقق"
|
||||||
|
|
||||||
#. return Outcomes(S["Valid"], S["Invalid"]);
|
#. return Outcomes(S["Valid"], S["Invalid"]);
|
||||||
#: OrchardCore.Forms\Workflows\Activities\ValidateFormTask.cs:35
|
#: OrchardCore.Forms\Workflows\Activities\ValidateFormTask.cs:33
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormTask"
|
||||||
msgid "Valid"
|
msgid "Valid"
|
||||||
msgstr "صحيح"
|
msgstr "صحيح"
|
||||||
|
|
||||||
#. return Outcomes(S["Valid"], S["Invalid"]);
|
#. return Outcomes(S["Valid"], S["Invalid"]);
|
||||||
#: OrchardCore.Forms\Workflows\Activities\ValidateFormTask.cs:35
|
#: OrchardCore.Forms\Workflows\Activities\ValidateFormTask.cs:33
|
||||||
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormTask"
|
msgctxt "OrchardCore.Forms.Workflows.Activities.ValidateFormTask"
|
||||||
msgid "Invalid"
|
msgid "Invalid"
|
||||||
msgstr "غير صحيح"
|
msgstr "غير صحيح"
|
||||||
|
|
||||||
#. <h4><i class="fa fa-exclamation-triangle" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Add Form Validation Error"])</h4>
|
#. <h4><i class="fa-solid fa-exclamation-triangle" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Add Form Validation Error"])</h4>
|
||||||
#: OrchardCore.Forms\Views\Items\AddModelValidationErrorTask.Fields.Design.cshtml:4
|
#: OrchardCore.Forms\Views\Items\AddModelValidationErrorTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.AddModelValidationErrorTask.Fields.Design"
|
msgctxt "OrchardCore.Forms.Views.Items.AddModelValidationErrorTask.Fields.Design"
|
||||||
msgid "Add Form Validation Error"
|
msgid "Add Form Validation Error"
|
||||||
@@ -150,7 +180,7 @@ msgctxt "OrchardCore.Forms.Views.Items.AddModelValidationErrorTask.Fields.Design
|
|||||||
msgid "<em>{0}</em>: <em>{1}</em>"
|
msgid "<em>{0}</em>: <em>{1}</em>"
|
||||||
msgstr "<em>{1}</em> :<em>{0}</em>"
|
msgstr "<em>{1}</em> :<em>{0}</em>"
|
||||||
|
|
||||||
#. <label asp-for="Key" class="@Orchard.GetLabelCssClasses()">@T["Key"]</label>
|
#. <label asp-for="Key" class="@Orchard.GetLabelClasses()">@T["Key"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\AddModelValidationErrorTask.Fields.Edit.cshtml:6
|
#: OrchardCore.Forms\Views\Items\AddModelValidationErrorTask.Fields.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.AddModelValidationErrorTask.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.AddModelValidationErrorTask.Fields.Edit"
|
||||||
msgid "Key"
|
msgid "Key"
|
||||||
@@ -162,7 +192,7 @@ msgctxt "OrchardCore.Forms.Views.Items.AddModelValidationErrorTask.Fields.Edit"
|
|||||||
msgid "The name of the form field that has an invalid value."
|
msgid "The name of the form field that has an invalid value."
|
||||||
msgstr "اسم الحقل الذي يحتوي على قيمة غير صحيحة."
|
msgstr "اسم الحقل الذي يحتوي على قيمة غير صحيحة."
|
||||||
|
|
||||||
#. <label asp-for="ErrorMessage" class="@Orchard.GetLabelCssClasses()">@T["Error Message"]</label>
|
#. <label asp-for="ErrorMessage" class="@Orchard.GetLabelClasses()">@T["Error Message"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\AddModelValidationErrorTask.Fields.Edit.cshtml:15
|
#: OrchardCore.Forms\Views\Items\AddModelValidationErrorTask.Fields.Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.AddModelValidationErrorTask.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.AddModelValidationErrorTask.Fields.Edit"
|
||||||
msgid "Error Message"
|
msgid "Error Message"
|
||||||
@@ -174,7 +204,7 @@ msgctxt "OrchardCore.Forms.Views.Items.AddModelValidationErrorTask.Fields.Edit"
|
|||||||
msgid "The validation error message to display."
|
msgid "The validation error message to display."
|
||||||
msgstr "رسالة التحقق الخاطيء."
|
msgstr "رسالة التحقق الخاطيء."
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i>@T["Add Form Validation Error"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-exclamation-triangle" aria-hidden="true"></i>@T["Add Form Validation Error"]</h4>
|
||||||
#: OrchardCore.Forms\Views\Items\AddModelValidationErrorTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Forms\Views\Items\AddModelValidationErrorTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.AddModelValidationErrorTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Forms.Views.Items.AddModelValidationErrorTask.Fields.Thumbnail"
|
||||||
msgid "Add Form Validation Error"
|
msgid "Add Form Validation Error"
|
||||||
@@ -186,13 +216,13 @@ msgctxt "OrchardCore.Forms.Views.Items.AddModelValidationErrorTask.Fields.Thumbn
|
|||||||
msgid "Adds a validation error to the model state."
|
msgid "Adds a validation error to the model state."
|
||||||
msgstr "اضف خطأ التحقق لحالة الـ model."
|
msgstr "اضف خطأ التحقق لحالة الـ model."
|
||||||
|
|
||||||
#. <h4><i class="fa fa-clone" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Bind Form Model State"])</h4>
|
#. <h4><i class="fa-solid fa-clone" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Bind Form Model State"])</h4>
|
||||||
#: OrchardCore.Forms\Views\Items\BindModelStateTask.Fields.Design.cshtml:4
|
#: OrchardCore.Forms\Views\Items\BindModelStateTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.BindModelStateTask.Fields.Design"
|
msgctxt "OrchardCore.Forms.Views.Items.BindModelStateTask.Fields.Design"
|
||||||
msgid "Bind Form Model State"
|
msgid "Bind Form Model State"
|
||||||
msgstr "ربط حالة الـ model"
|
msgstr "ربط حالة الـ model"
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-clone" aria-hidden="true"></i>@T["Bind Form to Model State"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-clone" aria-hidden="true"></i>@T["Bind Form to Model State"]</h4>
|
||||||
#: OrchardCore.Forms\Views\Items\BindModelStateTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Forms\Views\Items\BindModelStateTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.BindModelStateTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Forms.Views.Items.BindModelStateTask.Fields.Thumbnail"
|
||||||
msgid "Bind Form to Model State"
|
msgid "Bind Form to Model State"
|
||||||
@@ -204,7 +234,7 @@ msgctxt "OrchardCore.Forms.Views.Items.BindModelStateTask.Fields.Thumbnail"
|
|||||||
msgid "Binds submitted form fields to the model state."
|
msgid "Binds submitted form fields to the model state."
|
||||||
msgstr "ربط حقول النموذج بحالة الـ model."
|
msgstr "ربط حقول النموذج بحالة الـ model."
|
||||||
|
|
||||||
#. <label asp-for="Text" class="@Orchard.GetLabelCssClasses()">@T["Text"]</label>
|
#. <label asp-for="Text" class="@Orchard.GetLabelClasses()">@T["Text"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\ButtonPart.Fields.Edit.cshtml:6
|
#: OrchardCore.Forms\Views\Items\ButtonPart.Fields.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.ButtonPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.ButtonPart.Fields.Edit"
|
||||||
msgid "Text"
|
msgid "Text"
|
||||||
@@ -216,7 +246,7 @@ msgctxt "OrchardCore.Forms.Views.Items.ButtonPart.Fields.Edit"
|
|||||||
msgid "The text to display on the button."
|
msgid "The text to display on the button."
|
||||||
msgstr "نص الإزرار المراد عرضه."
|
msgstr "نص الإزرار المراد عرضه."
|
||||||
|
|
||||||
#. <label asp-for="Type" class="@Orchard.GetLabelCssClasses()">@T["Type"]</label>
|
#. <label asp-for="Type" class="@Orchard.GetLabelClasses()">@T["Type"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\ButtonPart.Fields.Edit.cshtml:14
|
#: OrchardCore.Forms\Views\Items\ButtonPart.Fields.Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.ButtonPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.ButtonPart.Fields.Edit"
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
@@ -228,7 +258,7 @@ msgctxt "OrchardCore.Forms.Views.Items.ButtonPart.Fields.Edit"
|
|||||||
msgid "The button type."
|
msgid "The button type."
|
||||||
msgstr "نوع الزر."
|
msgstr "نوع الزر."
|
||||||
|
|
||||||
#. <label asp-for="LabelOption" class="@Orchard.GetLabelCssClasses()">@T["Label option"]</label>
|
#. <label asp-for="LabelOption" class="@Orchard.GetLabelClasses()">@T["Label option"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\FormElementLabelPart.Fields.Edit.cshtml:11
|
#: OrchardCore.Forms\Views\Items\FormElementLabelPart.Fields.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.FormElementLabelPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.FormElementLabelPart.Fields.Edit"
|
||||||
msgid "Label option"
|
msgid "Label option"
|
||||||
@@ -258,7 +288,7 @@ msgctxt "OrchardCore.Forms.Views.Items.FormElementLabelPart.Fields.Edit"
|
|||||||
msgid "The type of label to create for this field."
|
msgid "The type of label to create for this field."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Label" class="@Orchard.GetLabelCssClasses()">@T["Label Text"]</label>
|
#. <label asp-for="Label" class="@Orchard.GetLabelClasses()">@T["Label Text"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\FormElementLabelPart.Fields.Edit.cshtml:23
|
#: OrchardCore.Forms\Views\Items\FormElementLabelPart.Fields.Edit.cshtml:23
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.FormElementLabelPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.FormElementLabelPart.Fields.Edit"
|
||||||
msgid "Label Text"
|
msgid "Label Text"
|
||||||
@@ -270,7 +300,7 @@ msgctxt "OrchardCore.Forms.Views.Items.FormElementLabelPart.Fields.Edit"
|
|||||||
msgid "The text to display in the label."
|
msgid "The text to display in the label."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Id" class="@Orchard.GetLabelCssClasses()">@T["ID"]</label>
|
#. <label asp-for="Id" class="@Orchard.GetLabelClasses()">@T["ID"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\FormElementPart.Fields.Edit.cshtml:6
|
#: OrchardCore.Forms\Views\Items\FormElementPart.Fields.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.FormElementPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.FormElementPart.Fields.Edit"
|
||||||
msgid "ID"
|
msgid "ID"
|
||||||
@@ -282,7 +312,7 @@ msgctxt "OrchardCore.Forms.Views.Items.FormElementPart.Fields.Edit"
|
|||||||
msgid "The ID to render on this form element."
|
msgid "The ID to render on this form element."
|
||||||
msgstr "رقم المعرف (ID) المراد عرضه لهذا الحقل."
|
msgstr "رقم المعرف (ID) المراد عرضه لهذا الحقل."
|
||||||
|
|
||||||
#. <label asp-for="ValidationOption" class="@Orchard.GetLabelCssClasses()">@T["Validation option"]</label>
|
#. <label asp-for="ValidationOption" class="@Orchard.GetLabelClasses()">@T["Validation option"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\FormElementValidationPart.Fields.Edit.cshtml:7
|
#: OrchardCore.Forms\Views\Items\FormElementValidationPart.Fields.Edit.cshtml:7
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.FormElementValidationPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.FormElementValidationPart.Fields.Edit"
|
||||||
msgid "Validation option"
|
msgid "Validation option"
|
||||||
@@ -306,7 +336,7 @@ msgctxt "OrchardCore.Forms.Views.Items.FormElementValidationPart.Fields.Edit"
|
|||||||
msgid "The type of validation to create for this field."
|
msgid "The type of validation to create for this field."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Name" class="@Orchard.GetLabelCssClasses()">@T["Name"]</label>
|
#. <label asp-for="Name" class="@Orchard.GetLabelClasses()">@T["Name"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\FormInputElementPart.Fields.Edit.cshtml:6
|
#: OrchardCore.Forms\Views\Items\FormInputElementPart.Fields.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.FormInputElementPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.FormInputElementPart.Fields.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -318,7 +348,7 @@ msgctxt "OrchardCore.Forms.Views.Items.FormInputElementPart.Fields.Edit"
|
|||||||
msgid "The name to render on this form element."
|
msgid "The name to render on this form element."
|
||||||
msgstr "الاسم الظاهر عند عرض هذا الحقل."
|
msgstr "الاسم الظاهر عند عرض هذا الحقل."
|
||||||
|
|
||||||
#. <label asp-for="Action" class="@Orchard.GetLabelCssClasses()">@T["Action"]</label>
|
#. <label asp-for="Action" class="@Orchard.GetLabelClasses()">@T["Action"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\FormPart.Fields.Edit.cshtml:6
|
#: OrchardCore.Forms\Views\Items\FormPart.Fields.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.FormPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.FormPart.Fields.Edit"
|
||||||
msgid "Action"
|
msgid "Action"
|
||||||
@@ -330,7 +360,7 @@ msgctxt "OrchardCore.Forms.Views.Items.FormPart.Fields.Edit"
|
|||||||
msgid "The URL to submit the form to."
|
msgid "The URL to submit the form to."
|
||||||
msgstr "عنوان URL لإرسال النموذج إليه."
|
msgstr "عنوان URL لإرسال النموذج إليه."
|
||||||
|
|
||||||
#. <label asp-for="Method" class="@Orchard.GetLabelCssClasses()">@T["Method"]</label>
|
#. <label asp-for="Method" class="@Orchard.GetLabelClasses()">@T["Method"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\FormPart.Fields.Edit.cshtml:14
|
#: OrchardCore.Forms\Views\Items\FormPart.Fields.Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.FormPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.FormPart.Fields.Edit"
|
||||||
msgid "Method"
|
msgid "Method"
|
||||||
@@ -342,7 +372,7 @@ msgctxt "OrchardCore.Forms.Views.Items.FormPart.Fields.Edit"
|
|||||||
msgid "The HTTP method to use when submitting the form."
|
msgid "The HTTP method to use when submitting the form."
|
||||||
msgstr "أسلوب الـ HTTP المراد استخدامه عند إرسال النموذج."
|
msgstr "أسلوب الـ HTTP المراد استخدامه عند إرسال النموذج."
|
||||||
|
|
||||||
#. <label asp-for="EncType" class="@Orchard.GetLabelCssClasses()">@T["EncType"]</label>
|
#. <label asp-for="EncType" class="@Orchard.GetLabelClasses()">@T["EncType"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\FormPart.Fields.Edit.cshtml:25
|
#: OrchardCore.Forms\Views\Items\FormPart.Fields.Edit.cshtml:25
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.FormPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.FormPart.Fields.Edit"
|
||||||
msgid "EncType"
|
msgid "EncType"
|
||||||
@@ -366,7 +396,49 @@ msgctxt "OrchardCore.Forms.Views.Items.FormPart.Fields.Edit"
|
|||||||
msgid "Check to generate an Anti Forgery Token in the form."
|
msgid "Check to generate an Anti Forgery Token in the form."
|
||||||
msgstr "تحقق لتوليد رمز مكافحة التزوير في النموذج."
|
msgstr "تحقق لتوليد رمز مكافحة التزوير في النموذج."
|
||||||
|
|
||||||
#. <label asp-for="Type" class="@Orchard.GetLabelCssClasses()">@T["Type"]</label>
|
#. <label asp-for="SaveFormLocation" class="form-check-label">@T["Save Form Location"]</label>
|
||||||
|
#: OrchardCore.Forms\Views\Items\FormPart.Fields.Edit.cshtml:50
|
||||||
|
msgctxt "OrchardCore.Forms.Views.Items.FormPart.Fields.Edit"
|
||||||
|
msgid "Save Form Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["Check in order to store the current form location. This stored location can later be used to return the user to their initial location."]</span>
|
||||||
|
#: OrchardCore.Forms\Views\Items\FormPart.Fields.Edit.cshtml:51
|
||||||
|
msgctxt "OrchardCore.Forms.Views.Items.FormPart.Fields.Edit"
|
||||||
|
msgid "Check in order to store the current form location. This stored location can later be used to return the user to their initial location."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <h4><i class="fa-solid fa-globe" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["HTTP Redirect To Form Location"])</h4>
|
||||||
|
#: OrchardCore.Forms\Views\Items\HttpRedirectToFormLocationTask.Fields.Design.cshtml:6
|
||||||
|
msgctxt "OrchardCore.Forms.Views.Items.HttpRedirectToFormLocationTask.Fields.Design"
|
||||||
|
msgid "HTTP Redirect To Form Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="FormLocationKey" class="form-label">@T["Form Location Key"]</label>
|
||||||
|
#: OrchardCore.Forms\Views\Items\HttpRedirectToFormLocationTask.Fields.Edit.cshtml:6
|
||||||
|
msgctxt "OrchardCore.Forms.Views.Items.HttpRedirectToFormLocationTask.Fields.Edit"
|
||||||
|
msgid "Form Location Key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["This value needs to correspond with the Form Location Key value utilized in the HTTP request event settings. Leave blank if the workflow handles a single form event."]</span>
|
||||||
|
#: OrchardCore.Forms\Views\Items\HttpRedirectToFormLocationTask.Fields.Edit.cshtml:9
|
||||||
|
msgctxt "OrchardCore.Forms.Views.Items.HttpRedirectToFormLocationTask.Fields.Edit"
|
||||||
|
msgid "This value needs to correspond with the Form Location Key value utilized in the HTTP request event settings. Leave blank if the workflow handles a single form event."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <h4 class="card-title"><i class="fa-solid fa-globe" aria-hidden="true"></i>@T["HTTP Redirect To Form Location"]</h4>
|
||||||
|
#: OrchardCore.Forms\Views\Items\HttpRedirectToFormLocationTask.Fields.Thumbnail.cshtml:1
|
||||||
|
msgctxt "OrchardCore.Forms.Views.Items.HttpRedirectToFormLocationTask.Fields.Thumbnail"
|
||||||
|
msgid "HTTP Redirect To Form Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <p>@T["Redirect the user agent to the original location of the form."]</p>
|
||||||
|
#: OrchardCore.Forms\Views\Items\HttpRedirectToFormLocationTask.Fields.Thumbnail.cshtml:2
|
||||||
|
msgctxt "OrchardCore.Forms.Views.Items.HttpRedirectToFormLocationTask.Fields.Thumbnail"
|
||||||
|
msgid "Redirect the user agent to the original location of the form."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="Type" class="@Orchard.GetLabelClasses()">@T["Type"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\InputPart.Fields.Edit.cshtml:8
|
#: OrchardCore.Forms\Views\Items\InputPart.Fields.Edit.cshtml:8
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.InputPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.InputPart.Fields.Edit"
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
@@ -504,7 +576,7 @@ msgctxt "OrchardCore.Forms.Views.Items.InputPart.Fields.Edit"
|
|||||||
msgid "The button type."
|
msgid "The button type."
|
||||||
msgstr "نوع الزر."
|
msgstr "نوع الزر."
|
||||||
|
|
||||||
#. <label asp-for="Placeholder" class="@Orchard.GetLabelCssClasses()">@T["Placeholder Text"]</label>
|
#. <label asp-for="Placeholder" class="@Orchard.GetLabelClasses()">@T["Placeholder Text"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\InputPart.Fields.Edit.cshtml:38
|
#: OrchardCore.Forms\Views\Items\InputPart.Fields.Edit.cshtml:38
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.InputPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.InputPart.Fields.Edit"
|
||||||
msgid "Placeholder Text"
|
msgid "Placeholder Text"
|
||||||
@@ -516,7 +588,7 @@ msgctxt "OrchardCore.Forms.Views.Items.InputPart.Fields.Edit"
|
|||||||
msgid "The text to display when the field has no value."
|
msgid "The text to display when the field has no value."
|
||||||
msgstr "النص المراد عرضه عند خلو الحقل من أي قيمة."
|
msgstr "النص المراد عرضه عند خلو الحقل من أي قيمة."
|
||||||
|
|
||||||
#. <label asp-for="DefaultValue" class="@Orchard.GetLabelCssClasses()">@T["Default Value"]</label>
|
#. <label asp-for="DefaultValue" class="@Orchard.GetLabelClasses()">@T["Default Value"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\InputPart.Fields.Edit.cshtml:46
|
#: OrchardCore.Forms\Views\Items\InputPart.Fields.Edit.cshtml:46
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.InputPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.InputPart.Fields.Edit"
|
||||||
msgid "Default Value"
|
msgid "Default Value"
|
||||||
@@ -528,7 +600,7 @@ msgctxt "OrchardCore.Forms.Views.Items.InputPart.Fields.Edit"
|
|||||||
msgid "The default value for this field."
|
msgid "The default value for this field."
|
||||||
msgstr "القيمة الافتراضية لهذا الحقل."
|
msgstr "القيمة الافتراضية لهذا الحقل."
|
||||||
|
|
||||||
#. <label asp-for="For" class="@Orchard.GetLabelCssClasses()">@T["For"]</label>
|
#. <label asp-for="For" class="@Orchard.GetLabelClasses()">@T["For"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\LabelPart.Fields.Edit.cshtml:6
|
#: OrchardCore.Forms\Views\Items\LabelPart.Fields.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.LabelPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.LabelPart.Fields.Edit"
|
||||||
msgid "For"
|
msgid "For"
|
||||||
@@ -582,22 +654,22 @@ msgctxt "OrchardCore.Forms.Views.Items.SelectPart.Fields.Edit"
|
|||||||
msgid "Default?"
|
msgid "Default?"
|
||||||
msgstr "افتراضي؟"
|
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.Forms\Views\Items\SelectPart.Fields.Edit.cshtml:60
|
#: OrchardCore.Forms\Views\Items\SelectPart.Fields.Edit.cshtml:60
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.SelectPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.SelectPart.Fields.Edit"
|
||||||
msgid "Add an option"
|
msgid "Add an option"
|
||||||
msgstr "إضافة خيار"
|
msgstr "إضافة خيار"
|
||||||
|
|
||||||
#. <h5 class="modal-title">@T["Edit Data"]</h5>
|
#. <h5 class="modal-title">@T["Edit Data"]</h5>
|
||||||
#. <a href="#" v-on:click.prevent.stop="showModal = true" class="float-end" title="@T["Edit Data"]"><i class="fas fa-edit" aria-hidden="true"></i></a>
|
#. <a href="#" v-on:click.prevent.stop="showModal = true" class="float-end" title="@T["Edit Data"]"><i class="fa-solid fa-edit" aria-hidden="true"></i></a>
|
||||||
#: OrchardCore.Forms\Views\Items\SelectPart.Fields.Edit.cshtml:74
|
#: OrchardCore.Forms\Views\Items\SelectPart.Fields.Edit.cshtml:74
|
||||||
#: OrchardCore.Forms\Views\Items\SelectPart.Fields.Edit.cshtml:127
|
#: OrchardCore.Forms\Views\Items\SelectPart.Fields.Edit.cshtml:127
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.SelectPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.SelectPart.Fields.Edit"
|
||||||
msgid "Edit Data"
|
msgid "Edit Data"
|
||||||
msgstr "تحرير البيانات"
|
msgstr "تحرير البيانات"
|
||||||
|
|
||||||
#. <label for="select-options-textarea">@T["Options"]</label>
|
#. <label for="select-options-textarea" class="form-label">@T["Options"]</label>
|
||||||
#. <label asp-for="Options" class="@Orchard.GetLabelCssClasses()">@T["Options"]</label>
|
#. <label asp-for="Options" class="@Orchard.GetLabelClasses()">@T["Options"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\SelectPart.Fields.Edit.cshtml:79
|
#: OrchardCore.Forms\Views\Items\SelectPart.Fields.Edit.cshtml:79
|
||||||
#: OrchardCore.Forms\Views\Items\SelectPart.Fields.Edit.cshtml:122
|
#: OrchardCore.Forms\Views\Items\SelectPart.Fields.Edit.cshtml:122
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.SelectPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.SelectPart.Fields.Edit"
|
||||||
@@ -610,7 +682,7 @@ msgctxt "OrchardCore.Forms.Views.Items.SelectPart.Fields.Edit"
|
|||||||
msgid "A JSON representation of the allowed values, e.g. {0}"
|
msgid "A JSON representation of the allowed values, e.g. {0}"
|
||||||
msgstr "تمثيل القيم المسموح بها بصيغة JSON، على سبيل المثال {0}"
|
msgstr "تمثيل القيم المسموح بها بصيغة JSON، على سبيل المثال {0}"
|
||||||
|
|
||||||
#. <label for="options-default-value">@T["Default value"]</label>
|
#. <label for="options-default-value" class="form-label">@T["Default value"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\SelectPart.Fields.Edit.cshtml:86
|
#: OrchardCore.Forms\Views\Items\SelectPart.Fields.Edit.cshtml:86
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.SelectPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.SelectPart.Fields.Edit"
|
||||||
msgid "Default value"
|
msgid "Default value"
|
||||||
@@ -634,7 +706,7 @@ msgctxt "OrchardCore.Forms.Views.Items.SelectPart.Fields.Edit"
|
|||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "إلغاء"
|
msgstr "إلغاء"
|
||||||
|
|
||||||
#. <label asp-for="Editor" class="@Orchard.GetLabelCssClasses()">@T["Editor"]</label>
|
#. <label asp-for="Editor" class="@Orchard.GetLabelClasses()">@T["Editor"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\SelectPart.Fields.Edit.cshtml:110
|
#: OrchardCore.Forms\Views\Items\SelectPart.Fields.Edit.cshtml:110
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.SelectPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.SelectPart.Fields.Edit"
|
||||||
msgid "Editor"
|
msgid "Editor"
|
||||||
@@ -664,7 +736,7 @@ msgctxt "OrchardCore.Forms.Views.Items.SelectPart.Fields.Edit"
|
|||||||
msgid "The editor style to use for this field."
|
msgid "The editor style to use for this field."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Placeholder" class="@Orchard.GetLabelCssClasses()">@T["Placeholder Text"]</label>
|
#. <label asp-for="Placeholder" class="@Orchard.GetLabelClasses()">@T["Placeholder Text"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\TextAreaPart.Fields.Edit.cshtml:6
|
#: OrchardCore.Forms\Views\Items\TextAreaPart.Fields.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.TextAreaPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.TextAreaPart.Fields.Edit"
|
||||||
msgid "Placeholder Text"
|
msgid "Placeholder Text"
|
||||||
@@ -676,7 +748,7 @@ msgctxt "OrchardCore.Forms.Views.Items.TextAreaPart.Fields.Edit"
|
|||||||
msgid "The text to display when the textarea has no value."
|
msgid "The text to display when the textarea has no value."
|
||||||
msgstr "النص المراد عرضه عند خلو الحقل النصي Textarea من أي قيمة."
|
msgstr "النص المراد عرضه عند خلو الحقل النصي Textarea من أي قيمة."
|
||||||
|
|
||||||
#. <label asp-for="DefaultValue" class="@Orchard.GetLabelCssClasses()">@T["Default Value"]</label>
|
#. <label asp-for="DefaultValue" class="@Orchard.GetLabelClasses()">@T["Default Value"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\TextAreaPart.Fields.Edit.cshtml:14
|
#: OrchardCore.Forms\Views\Items\TextAreaPart.Fields.Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.TextAreaPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.TextAreaPart.Fields.Edit"
|
||||||
msgid "Default Value"
|
msgid "Default Value"
|
||||||
@@ -688,13 +760,13 @@ msgctxt "OrchardCore.Forms.Views.Items.TextAreaPart.Fields.Edit"
|
|||||||
msgid "The default value for this textarea."
|
msgid "The default value for this textarea."
|
||||||
msgstr "القيمة الافتراضية لهذا الحقل النصي Textarea."
|
msgstr "القيمة الافتراضية لهذا الحقل النصي Textarea."
|
||||||
|
|
||||||
#. <h4><i class="fa fa-shield-alt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Validate Antiforgery Token"])</h4>
|
#. <h4><i class="fa-solid fa-shield-alt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Validate Antiforgery Token"])</h4>
|
||||||
#: OrchardCore.Forms\Views\Items\ValidateAntiforgeryTokenTask.Fields.Design.cshtml:4
|
#: OrchardCore.Forms\Views\Items\ValidateAntiforgeryTokenTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.ValidateAntiforgeryTokenTask.Fields.Design"
|
msgctxt "OrchardCore.Forms.Views.Items.ValidateAntiforgeryTokenTask.Fields.Design"
|
||||||
msgid "Validate Antiforgery Token"
|
msgid "Validate Antiforgery Token"
|
||||||
msgstr "التحقق من Antiforgery Token"
|
msgstr "التحقق من Antiforgery Token"
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-shield-alt" aria-hidden="true"></i>@T["Validate Antiforgery Token"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-shield-alt" aria-hidden="true"></i>@T["Validate Antiforgery Token"]</h4>
|
||||||
#: OrchardCore.Forms\Views\Items\ValidateAntiforgeryTokenTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Forms\Views\Items\ValidateAntiforgeryTokenTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.ValidateAntiforgeryTokenTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Forms.Views.Items.ValidateAntiforgeryTokenTask.Fields.Thumbnail"
|
||||||
msgid "Validate Antiforgery Token"
|
msgid "Validate Antiforgery Token"
|
||||||
@@ -706,7 +778,7 @@ msgctxt "OrchardCore.Forms.Views.Items.ValidateAntiforgeryTokenTask.Fields.Thumb
|
|||||||
msgid "Validates the antiforgery token for the current HTTP context in which the workflow executes."
|
msgid "Validates the antiforgery token for the current HTTP context in which the workflow executes."
|
||||||
msgstr "التحقق من الـ Antiforgery Token لسياق طلب الـ HTTP الحالي، المنفذ من مسير العمل."
|
msgstr "التحقق من الـ Antiforgery Token لسياق طلب الـ HTTP الحالي، المنفذ من مسير العمل."
|
||||||
|
|
||||||
#. <h4><i class="fa fa-shield-alt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Validate Form Field"])</h4>
|
#. <h4><i class="fa-solid fa-shield-alt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Validate Form Field"])</h4>
|
||||||
#: OrchardCore.Forms\Views\Items\ValidateFormFieldTask.Fields.Design.cshtml:4
|
#: OrchardCore.Forms\Views\Items\ValidateFormFieldTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.ValidateFormFieldTask.Fields.Design"
|
msgctxt "OrchardCore.Forms.Views.Items.ValidateFormFieldTask.Fields.Design"
|
||||||
msgid "Validate Form Field"
|
msgid "Validate Form Field"
|
||||||
@@ -718,7 +790,7 @@ msgctxt "OrchardCore.Forms.Views.Items.ValidateFormFieldTask.Fields.Design"
|
|||||||
msgid "Validate <em>{0}</em>"
|
msgid "Validate <em>{0}</em>"
|
||||||
msgstr "التحقق من <em>{0}</em>"
|
msgstr "التحقق من <em>{0}</em>"
|
||||||
|
|
||||||
#. <label asp-for="FieldName" class="@Orchard.GetLabelCssClasses()">@T["Field Name"]</label>
|
#. <label asp-for="FieldName" class="@Orchard.GetLabelClasses()">@T["Field Name"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\ValidateFormFieldTask.Fields.Edit.cshtml:6
|
#: OrchardCore.Forms\Views\Items\ValidateFormFieldTask.Fields.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.ValidateFormFieldTask.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.ValidateFormFieldTask.Fields.Edit"
|
||||||
msgid "Field Name"
|
msgid "Field Name"
|
||||||
@@ -730,7 +802,7 @@ msgctxt "OrchardCore.Forms.Views.Items.ValidateFormFieldTask.Fields.Edit"
|
|||||||
msgid "The name of the form field to validate."
|
msgid "The name of the form field to validate."
|
||||||
msgstr "اسم حقل النموذج المراد التحقق منه."
|
msgstr "اسم حقل النموذج المراد التحقق منه."
|
||||||
|
|
||||||
#. <label asp-for="ErrorMessage" class="@Orchard.GetLabelCssClasses()">@T["Error Message"]</label>
|
#. <label asp-for="ErrorMessage" class="@Orchard.GetLabelClasses()">@T["Error Message"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\ValidateFormFieldTask.Fields.Edit.cshtml:15
|
#: OrchardCore.Forms\Views\Items\ValidateFormFieldTask.Fields.Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.ValidateFormFieldTask.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.ValidateFormFieldTask.Fields.Edit"
|
||||||
msgid "Error Message"
|
msgid "Error Message"
|
||||||
@@ -742,7 +814,7 @@ msgctxt "OrchardCore.Forms.Views.Items.ValidateFormFieldTask.Fields.Edit"
|
|||||||
msgid "The validation error message to display."
|
msgid "The validation error message to display."
|
||||||
msgstr "رسالة التحقق الخاطيء المراد عرضها."
|
msgstr "رسالة التحقق الخاطيء المراد عرضها."
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-shield-alt" aria-hidden="true"></i>@T["Validate Form Field"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-shield-alt" aria-hidden="true"></i>@T["Validate Form Field"]</h4>
|
||||||
#: OrchardCore.Forms\Views\Items\ValidateFormFieldTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Forms\Views\Items\ValidateFormFieldTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.ValidateFormFieldTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Forms.Views.Items.ValidateFormFieldTask.Fields.Thumbnail"
|
||||||
msgid "Validate Form Field"
|
msgid "Validate Form Field"
|
||||||
@@ -754,13 +826,13 @@ msgctxt "OrchardCore.Forms.Views.Items.ValidateFormFieldTask.Fields.Thumbnail"
|
|||||||
msgid "Validates a specific form field."
|
msgid "Validates a specific form field."
|
||||||
msgstr "التحقق من صحة حقل محدد في النموذج."
|
msgstr "التحقق من صحة حقل محدد في النموذج."
|
||||||
|
|
||||||
#. <h4><i class="fa fa-shield-alt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Validate Form"])</h4>
|
#. <h4><i class="fa-solid fa-shield-alt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Validate Form"])</h4>
|
||||||
#: OrchardCore.Forms\Views\Items\ValidateFormTask.Fields.Design.cshtml:4
|
#: OrchardCore.Forms\Views\Items\ValidateFormTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.ValidateFormTask.Fields.Design"
|
msgctxt "OrchardCore.Forms.Views.Items.ValidateFormTask.Fields.Design"
|
||||||
msgid "Validate Form"
|
msgid "Validate Form"
|
||||||
msgstr "التحقق من صحة النموذج"
|
msgstr "التحقق من صحة النموذج"
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-shield-alt" aria-hidden="true"></i>@T["Validate Form"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-shield-alt" aria-hidden="true"></i>@T["Validate Form"]</h4>
|
||||||
#: OrchardCore.Forms\Views\Items\ValidateFormTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Forms\Views\Items\ValidateFormTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.ValidateFormTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Forms.Views.Items.ValidateFormTask.Fields.Thumbnail"
|
||||||
msgid "Validate Form"
|
msgid "Validate Form"
|
||||||
@@ -772,7 +844,7 @@ msgctxt "OrchardCore.Forms.Views.Items.ValidateFormTask.Fields.Thumbnail"
|
|||||||
msgid "Checks whether the submitted form contains any validation errors."
|
msgid "Checks whether the submitted form contains any validation errors."
|
||||||
msgstr "التحقق مما إذا كان النموذج المرسل يحتوي على أخطاء."
|
msgstr "التحقق مما إذا كان النموذج المرسل يحتوي على أخطاء."
|
||||||
|
|
||||||
#. <label asp-for="For" class="@Orchard.GetLabelCssClasses()">@T["For"]</label>
|
#. <label asp-for="For" class="@Orchard.GetLabelClasses()">@T["For"]</label>
|
||||||
#: OrchardCore.Forms\Views\Items\ValidationPart.Fields.Edit.cshtml:6
|
#: OrchardCore.Forms\Views\Items\ValidationPart.Fields.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.ValidationPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.ValidationPart.Fields.Edit"
|
||||||
msgid "For"
|
msgid "For"
|
||||||
@@ -784,9 +856,15 @@ msgctxt "OrchardCore.Forms.Views.Items.ValidationPart.Fields.Edit"
|
|||||||
msgid "The field name that this validation is for."
|
msgid "The field name that this validation is for."
|
||||||
msgstr "اسم الحقل المتعلق بهذا التحقق."
|
msgstr "اسم الحقل المتعلق بهذا التحقق."
|
||||||
|
|
||||||
#. <div class="hint">@T["Displays a list of validation errors."]</div>
|
#. @T["Show Model Only Error"]
|
||||||
#: OrchardCore.Forms\Views\Items\ValidationSummaryPart.Fields.Edit.cshtml:1
|
#: OrchardCore.Forms\Views\Items\ValidationSummaryPart.Fields.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.Forms.Views.Items.ValidationSummaryPart.Fields.Edit"
|
msgctxt "OrchardCore.Forms.Views.Items.ValidationSummaryPart.Fields.Edit"
|
||||||
msgid "Displays a list of validation errors."
|
msgid "Show Model Only Error"
|
||||||
msgstr "عرض قائمة برسائل أخطاء التحقق."
|
msgstr ""
|
||||||
|
|
||||||
|
#. <div class="hint">@T["When checked, model level errors will be visible otherwise all errors will be visible."]</div>
|
||||||
|
#: OrchardCore.Forms\Views\Items\ValidationSummaryPart.Fields.Edit.cshtml:14
|
||||||
|
msgctxt "OrchardCore.Forms.Views.Items.ValidationSummaryPart.Fields.Edit"
|
||||||
|
msgid "When checked, model level errors will be visible otherwise all errors will be visible."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -10,24 +10,24 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:37\n"
|
"PO-Revision-Date: 2023-12-22 16:21\n"
|
||||||
|
|
||||||
#. builder.Add(S["Security"], security => security
|
#. builder.Add(S["Security"], security => security
|
||||||
#: OrchardCore.GitHub\AdminMenu.cs:23
|
#: OrchardCore.GitHub\AdminMenuGitHubLogin.cs:23
|
||||||
msgctxt "OrchardCore.GitHub.AdminMenuGitHubLogin"
|
msgctxt "OrchardCore.GitHub.AdminMenuGitHubLogin"
|
||||||
msgid "Security"
|
msgid "Security"
|
||||||
msgstr "الأمان"
|
msgstr "الأمان"
|
||||||
|
|
||||||
#. .Add(S["Authentication"], authentication => authentication
|
#. .Add(S["Authentication"], authentication => authentication
|
||||||
#: OrchardCore.GitHub\AdminMenu.cs:24
|
#: OrchardCore.GitHub\AdminMenuGitHubLogin.cs:24
|
||||||
msgctxt "OrchardCore.GitHub.AdminMenuGitHubLogin"
|
msgctxt "OrchardCore.GitHub.AdminMenuGitHubLogin"
|
||||||
msgid "Authentication"
|
msgid "Authentication"
|
||||||
msgstr "المصادقة"
|
msgstr "المصادقة"
|
||||||
|
|
||||||
#. .Add(S["GitHub"], S["GitHub"].PrefixPosition(), settings => settings
|
#. .Add(S["GitHub"], S["GitHub"].PrefixPosition(), settings => settings
|
||||||
#. .Add(S["GitHub"], S["GitHub"].PrefixPosition(), settings => settings
|
#. .Add(S["GitHub"], S["GitHub"].PrefixPosition(), settings => settings
|
||||||
#: OrchardCore.GitHub\AdminMenu.cs:25
|
#: OrchardCore.GitHub\AdminMenuGitHubLogin.cs:25
|
||||||
#: OrchardCore.GitHub\AdminMenu.cs:25
|
#: OrchardCore.GitHub\AdminMenuGitHubLogin.cs:25
|
||||||
msgctxt "OrchardCore.GitHub.AdminMenuGitHubLogin"
|
msgctxt "OrchardCore.GitHub.AdminMenuGitHubLogin"
|
||||||
msgid "GitHub"
|
msgid "GitHub"
|
||||||
msgstr "جيت هب"
|
msgstr "جيت هب"
|
||||||
@@ -86,7 +86,7 @@ msgctxt "OrchardCore.GitHub.Views.GithubAuthenticationSettings.Edit"
|
|||||||
msgid "GitHub Authentication Settings"
|
msgid "GitHub Authentication Settings"
|
||||||
msgstr "إعدادات مصادقة جيت هب"
|
msgstr "إعدادات مصادقة جيت هب"
|
||||||
|
|
||||||
#. <label asp-for="ClientID">@T["Client ID"]</label>
|
#. <label asp-for="ClientID" class="form-label">@T["Client ID"]</label>
|
||||||
#: OrchardCore.GitHub\Views\GithubAuthenticationSettings.Edit.cshtml:18
|
#: OrchardCore.GitHub\Views\GithubAuthenticationSettings.Edit.cshtml:18
|
||||||
msgctxt "OrchardCore.GitHub.Views.GithubAuthenticationSettings.Edit"
|
msgctxt "OrchardCore.GitHub.Views.GithubAuthenticationSettings.Edit"
|
||||||
msgid "Client ID"
|
msgid "Client ID"
|
||||||
@@ -98,7 +98,7 @@ msgctxt "OrchardCore.GitHub.Views.GithubAuthenticationSettings.Edit"
|
|||||||
msgid "The Client ID defined in the general tab of your <a target=\"_blank\" href=\"https://github.com/settings/apps\">GitHub App</a>."
|
msgid "The Client ID defined in the general tab of your <a target=\"_blank\" href=\"https://github.com/settings/apps\">GitHub App</a>."
|
||||||
msgstr "معرف العميل موجود في التبويب العام لـ <a target=\"_blank\" href=\"https://github.com/settings/apps\">تطبيق جيت هب</a>."
|
msgstr "معرف العميل موجود في التبويب العام لـ <a target=\"_blank\" href=\"https://github.com/settings/apps\">تطبيق جيت هب</a>."
|
||||||
|
|
||||||
#. <label asp-for="ClientSecret">@T["Client secret"]</label>
|
#. <label asp-for="ClientSecret" class="form-label">@T["Client secret"]</label>
|
||||||
#: OrchardCore.GitHub\Views\GithubAuthenticationSettings.Edit.cshtml:27
|
#: OrchardCore.GitHub\Views\GithubAuthenticationSettings.Edit.cshtml:27
|
||||||
msgctxt "OrchardCore.GitHub.Views.GithubAuthenticationSettings.Edit"
|
msgctxt "OrchardCore.GitHub.Views.GithubAuthenticationSettings.Edit"
|
||||||
msgid "Client secret"
|
msgid "Client secret"
|
||||||
@@ -110,7 +110,7 @@ msgctxt "OrchardCore.GitHub.Views.GithubAuthenticationSettings.Edit"
|
|||||||
msgid "The secret for your app."
|
msgid "The secret for your app."
|
||||||
msgstr "الرمز السري لتطبيقك."
|
msgstr "الرمز السري لتطبيقك."
|
||||||
|
|
||||||
#. <label asp-for="CallbackUrl">@T["CallbackPath"]</label>
|
#. <label asp-for="CallbackUrl" class="form-label">@T["CallbackPath"]</label>
|
||||||
#: OrchardCore.GitHub\Views\GithubAuthenticationSettings.Edit.cshtml:36
|
#: OrchardCore.GitHub\Views\GithubAuthenticationSettings.Edit.cshtml:36
|
||||||
msgctxt "OrchardCore.GitHub.Views.GithubAuthenticationSettings.Edit"
|
msgctxt "OrchardCore.GitHub.Views.GithubAuthenticationSettings.Edit"
|
||||||
msgid "CallbackPath"
|
msgid "CallbackPath"
|
||||||
@@ -134,7 +134,7 @@ msgctxt "OrchardCore.GitHub.Views.GithubAuthenticationSettings.Edit"
|
|||||||
msgid "Store external authentication tokens for reuse"
|
msgid "Store external authentication tokens for reuse"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="icon"><i class="fab fa-github" aria-hidden="true"></i></span><span class="title">@T["GitHub"]</span>
|
#. <span class="icon"><i class="fa-brands fa-github" aria-hidden="true"></i></span><span class="title">@T["GitHub"]</span>
|
||||||
#: OrchardCore.GitHub\Views\NavigationItemText-github.Id.cshtml:1
|
#: OrchardCore.GitHub\Views\NavigationItemText-github.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.GitHub.Views.NavigationItemText-github.Id"
|
msgctxt "OrchardCore.GitHub.Views.NavigationItemText-github.Id"
|
||||||
msgid "GitHub"
|
msgid "GitHub"
|
||||||
|
|||||||
@@ -10,67 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:37\n"
|
"PO-Revision-Date: 2023-12-22 16:22\n"
|
||||||
|
|
||||||
#. builder.Add(S["Security"], security => security
|
|
||||||
#: OrchardCore.Google\AdminMenu.cs:23
|
|
||||||
msgctxt "OrchardCore.Google.GoogleAuthenticationAdminMenu"
|
|
||||||
msgid "Security"
|
|
||||||
msgstr "الأمان"
|
|
||||||
|
|
||||||
#. .Add(S["Authentication"], authentication => authentication
|
|
||||||
#: OrchardCore.Google\AdminMenu.cs:24
|
|
||||||
msgctxt "OrchardCore.Google.GoogleAuthenticationAdminMenu"
|
|
||||||
msgid "Authentication"
|
|
||||||
msgstr "المصادقة"
|
|
||||||
|
|
||||||
#. .Add(S["Google"], S["Google"].PrefixPosition(), settings => settings
|
|
||||||
#. .Add(S["Google"], S["Google"].PrefixPosition(), settings => settings
|
|
||||||
#: OrchardCore.Google\AdminMenu.cs:25
|
|
||||||
#: OrchardCore.Google\AdminMenu.cs:25
|
|
||||||
msgctxt "OrchardCore.Google.GoogleAuthenticationAdminMenu"
|
|
||||||
msgid "Google"
|
|
||||||
msgstr "قوقل"
|
|
||||||
|
|
||||||
#. builder.Add(S["Configuration"], configuration => configuration
|
|
||||||
#: OrchardCore.Google\AdminMenu.cs:50
|
|
||||||
msgctxt "OrchardCore.Google.GoogleAnalyticsAdminMenu"
|
|
||||||
msgid "Configuration"
|
|
||||||
msgstr "الضبط"
|
|
||||||
|
|
||||||
#. .Add(S["Settings"], settings => settings
|
|
||||||
#: OrchardCore.Google\AdminMenu.cs:51
|
|
||||||
msgctxt "OrchardCore.Google.GoogleAnalyticsAdminMenu"
|
|
||||||
msgid "Settings"
|
|
||||||
msgstr "الإعدادات"
|
|
||||||
|
|
||||||
#. .Add(S["Google Analytics"], S["Google Analytics"].PrefixPosition(), settings => settings
|
|
||||||
#. .Add(S["Google Analytics"], S["Google Analytics"].PrefixPosition(), settings => settings
|
|
||||||
#: OrchardCore.Google\AdminMenu.cs:52
|
|
||||||
#: OrchardCore.Google\AdminMenu.cs:52
|
|
||||||
msgctxt "OrchardCore.Google.GoogleAnalyticsAdminMenu"
|
|
||||||
msgid "Google Analytics"
|
|
||||||
msgstr "تحليلات قوقل"
|
|
||||||
|
|
||||||
#. builder.Add(S["Configuration"], configuration => configuration
|
|
||||||
#: OrchardCore.Google\AdminMenu.cs:78
|
|
||||||
msgctxt "OrchardCore.Google.GoogleTagManagerAdminMenu"
|
|
||||||
msgid "Configuration"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. .Add(S["Settings"], settings => settings
|
|
||||||
#: OrchardCore.Google\AdminMenu.cs:79
|
|
||||||
msgctxt "OrchardCore.Google.GoogleTagManagerAdminMenu"
|
|
||||||
msgid "Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. .Add(S["Google Tag Manager"], S["Google Tag Manager"].PrefixPosition(), settings => settings
|
|
||||||
#. .Add(S["Google Tag Manager"], S["Google Tag Manager"].PrefixPosition(), settings => settings
|
|
||||||
#: OrchardCore.Google\AdminMenu.cs:80
|
|
||||||
#: OrchardCore.Google\AdminMenu.cs:80
|
|
||||||
msgctxt "OrchardCore.Google.GoogleTagManagerAdminMenu"
|
|
||||||
msgid "Google Tag Manager"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. results.Add(new ValidationResult(S["The Client ID is required."], new[]
|
#. results.Add(new ValidationResult(S["The Client ID is required."], new[]
|
||||||
#: OrchardCore.Google\Authentication\Services\GoogleAuthenticationService.cs:66
|
#: OrchardCore.Google\Authentication\Services\GoogleAuthenticationService.cs:66
|
||||||
@@ -102,38 +42,98 @@ msgctxt "OrchardCore.Google.Authentication.ViewModels.GoogleAuthenticationSettin
|
|||||||
msgid "Invalid path"
|
msgid "Invalid path"
|
||||||
msgstr "مسار غير صالح"
|
msgstr "مسار غير صالح"
|
||||||
|
|
||||||
|
#. builder.Add(S["Security"], security => security
|
||||||
|
#: OrchardCore.Google\GoogleAuthenticationAdminMenu.cs:23
|
||||||
|
msgctxt "OrchardCore.Google.GoogleAuthenticationAdminMenu"
|
||||||
|
msgid "Security"
|
||||||
|
msgstr "الأمان"
|
||||||
|
|
||||||
|
#. .Add(S["Authentication"], authentication => authentication
|
||||||
|
#: OrchardCore.Google\GoogleAuthenticationAdminMenu.cs:24
|
||||||
|
msgctxt "OrchardCore.Google.GoogleAuthenticationAdminMenu"
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr "المصادقة"
|
||||||
|
|
||||||
|
#. .Add(S["Google"], S["Google"].PrefixPosition(), settings => settings
|
||||||
|
#. .Add(S["Google"], S["Google"].PrefixPosition(), settings => settings
|
||||||
|
#: OrchardCore.Google\GoogleAuthenticationAdminMenu.cs:25
|
||||||
|
#: OrchardCore.Google\GoogleAuthenticationAdminMenu.cs:25
|
||||||
|
msgctxt "OrchardCore.Google.GoogleAuthenticationAdminMenu"
|
||||||
|
msgid "Google"
|
||||||
|
msgstr "قوقل"
|
||||||
|
|
||||||
|
#. builder.Add(S["Configuration"], configuration => configuration
|
||||||
|
#: OrchardCore.Google\GoogleAuthenticationAdminMenu.cs:50
|
||||||
|
msgctxt "OrchardCore.Google.GoogleAnalyticsAdminMenu"
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr "الضبط"
|
||||||
|
|
||||||
|
#. .Add(S["Settings"], settings => settings
|
||||||
|
#: OrchardCore.Google\GoogleAuthenticationAdminMenu.cs:51
|
||||||
|
msgctxt "OrchardCore.Google.GoogleAnalyticsAdminMenu"
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr "الإعدادات"
|
||||||
|
|
||||||
|
#. .Add(S["Google Analytics"], S["Google Analytics"].PrefixPosition(), settings => settings
|
||||||
|
#. .Add(S["Google Analytics"], S["Google Analytics"].PrefixPosition(), settings => settings
|
||||||
|
#: OrchardCore.Google\GoogleAuthenticationAdminMenu.cs:52
|
||||||
|
#: OrchardCore.Google\GoogleAuthenticationAdminMenu.cs:52
|
||||||
|
msgctxt "OrchardCore.Google.GoogleAnalyticsAdminMenu"
|
||||||
|
msgid "Google Analytics"
|
||||||
|
msgstr "تحليلات قوقل"
|
||||||
|
|
||||||
|
#. builder.Add(S["Configuration"], configuration => configuration
|
||||||
|
#: OrchardCore.Google\GoogleAuthenticationAdminMenu.cs:78
|
||||||
|
msgctxt "OrchardCore.Google.GoogleTagManagerAdminMenu"
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. .Add(S["Settings"], settings => settings
|
||||||
|
#: OrchardCore.Google\GoogleAuthenticationAdminMenu.cs:79
|
||||||
|
msgctxt "OrchardCore.Google.GoogleTagManagerAdminMenu"
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. .Add(S["Google Tag Manager"], S["Google Tag Manager"].PrefixPosition(), settings => settings
|
||||||
|
#. .Add(S["Google Tag Manager"], S["Google Tag Manager"].PrefixPosition(), settings => settings
|
||||||
|
#: OrchardCore.Google\GoogleAuthenticationAdminMenu.cs:80
|
||||||
|
#: OrchardCore.Google\GoogleAuthenticationAdminMenu.cs:80
|
||||||
|
msgctxt "OrchardCore.Google.GoogleTagManagerAdminMenu"
|
||||||
|
msgid "Google Tag Manager"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. services.AddSiteSettingsPropertyDeploymentStep<GoogleAuthenticationSettings, GoogleAuthenticationDeploymentStartup>(S => S["Google Authentication Settings"], S => S["Exports the Google Authentication settings."]);
|
#. services.AddSiteSettingsPropertyDeploymentStep<GoogleAuthenticationSettings, GoogleAuthenticationDeploymentStartup>(S => S["Google Authentication Settings"], S => S["Exports the Google Authentication settings."]);
|
||||||
#: OrchardCore.Google\Startup.cs:91
|
#: OrchardCore.Google\GoogleAuthenticationStartup.cs:91
|
||||||
msgctxt "OrchardCore.Google.GoogleAuthenticationDeploymentStartup"
|
msgctxt "OrchardCore.Google.GoogleAuthenticationDeploymentStartup"
|
||||||
msgid "Google Authentication Settings"
|
msgid "Google Authentication Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. services.AddSiteSettingsPropertyDeploymentStep<GoogleAuthenticationSettings, GoogleAuthenticationDeploymentStartup>(S => S["Google Authentication Settings"], S => S["Exports the Google Authentication settings."]);
|
#. services.AddSiteSettingsPropertyDeploymentStep<GoogleAuthenticationSettings, GoogleAuthenticationDeploymentStartup>(S => S["Google Authentication Settings"], S => S["Exports the Google Authentication settings."]);
|
||||||
#: OrchardCore.Google\Startup.cs:91
|
#: OrchardCore.Google\GoogleAuthenticationStartup.cs:91
|
||||||
msgctxt "OrchardCore.Google.GoogleAuthenticationDeploymentStartup"
|
msgctxt "OrchardCore.Google.GoogleAuthenticationDeploymentStartup"
|
||||||
msgid "Exports the Google Authentication settings."
|
msgid "Exports the Google Authentication settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. services.AddSiteSettingsPropertyDeploymentStep<GoogleAnalyticsSettings, GoogleAnalyticsDeploymentStartup>(S => S["Google Analytics Settings"], S => S["Exports the Google Analytics settings."]);
|
#. services.AddSiteSettingsPropertyDeploymentStep<GoogleAnalyticsSettings, GoogleAnalyticsDeploymentStartup>(S => S["Google Analytics Settings"], S => S["Exports the Google Analytics settings."]);
|
||||||
#: OrchardCore.Google\Startup.cs:101
|
#: OrchardCore.Google\GoogleAuthenticationStartup.cs:101
|
||||||
msgctxt "OrchardCore.Google.GoogleAnalyticsDeploymentStartup"
|
msgctxt "OrchardCore.Google.GoogleAnalyticsDeploymentStartup"
|
||||||
msgid "Google Analytics Settings"
|
msgid "Google Analytics Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. services.AddSiteSettingsPropertyDeploymentStep<GoogleAnalyticsSettings, GoogleAnalyticsDeploymentStartup>(S => S["Google Analytics Settings"], S => S["Exports the Google Analytics settings."]);
|
#. services.AddSiteSettingsPropertyDeploymentStep<GoogleAnalyticsSettings, GoogleAnalyticsDeploymentStartup>(S => S["Google Analytics Settings"], S => S["Exports the Google Analytics settings."]);
|
||||||
#: OrchardCore.Google\Startup.cs:101
|
#: OrchardCore.Google\GoogleAuthenticationStartup.cs:101
|
||||||
msgctxt "OrchardCore.Google.GoogleAnalyticsDeploymentStartup"
|
msgctxt "OrchardCore.Google.GoogleAnalyticsDeploymentStartup"
|
||||||
msgid "Exports the Google Analytics settings."
|
msgid "Exports the Google Analytics settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. services.AddSiteSettingsPropertyDeploymentStep<GoogleTagManagerSettings, GoogleTagManagerDeploymentStartup>(S => S["Google Tag Manager Settings"], S => S["Exports the Google Tag Manager settings."]);
|
#. services.AddSiteSettingsPropertyDeploymentStep<GoogleTagManagerSettings, GoogleTagManagerDeploymentStartup>(S => S["Google Tag Manager Settings"], S => S["Exports the Google Tag Manager settings."]);
|
||||||
#: OrchardCore.Google\Startup.cs:111
|
#: OrchardCore.Google\GoogleAuthenticationStartup.cs:111
|
||||||
msgctxt "OrchardCore.Google.GoogleTagManagerDeploymentStartup"
|
msgctxt "OrchardCore.Google.GoogleTagManagerDeploymentStartup"
|
||||||
msgid "Google Tag Manager Settings"
|
msgid "Google Tag Manager Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. services.AddSiteSettingsPropertyDeploymentStep<GoogleTagManagerSettings, GoogleTagManagerDeploymentStartup>(S => S["Google Tag Manager Settings"], S => S["Exports the Google Tag Manager settings."]);
|
#. services.AddSiteSettingsPropertyDeploymentStep<GoogleTagManagerSettings, GoogleTagManagerDeploymentStartup>(S => S["Google Tag Manager Settings"], S => S["Exports the Google Tag Manager settings."]);
|
||||||
#: OrchardCore.Google\Startup.cs:111
|
#: OrchardCore.Google\GoogleAuthenticationStartup.cs:111
|
||||||
msgctxt "OrchardCore.Google.GoogleTagManagerDeploymentStartup"
|
msgctxt "OrchardCore.Google.GoogleTagManagerDeploymentStartup"
|
||||||
msgid "Exports the Google Tag Manager settings."
|
msgid "Exports the Google Tag Manager settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -180,7 +180,7 @@ msgctxt "OrchardCore.Google.Views.GoogleAnalyticsSettings.Edit"
|
|||||||
msgid "Google Analytics Settings"
|
msgid "Google Analytics Settings"
|
||||||
msgstr "إعدادات تحليلات قوقل"
|
msgstr "إعدادات تحليلات قوقل"
|
||||||
|
|
||||||
#. <label asp-for="TrackingID">@T["Tracking ID"]</label>
|
#. <label asp-for="TrackingID" class="form-label">@T["Tracking ID"]</label>
|
||||||
#: OrchardCore.Google\Views\GoogleAnalyticsSettings.Edit.cshtml:12
|
#: OrchardCore.Google\Views\GoogleAnalyticsSettings.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.Google.Views.GoogleAnalyticsSettings.Edit"
|
msgctxt "OrchardCore.Google.Views.GoogleAnalyticsSettings.Edit"
|
||||||
msgid "Tracking ID"
|
msgid "Tracking ID"
|
||||||
@@ -216,7 +216,7 @@ msgctxt "OrchardCore.Google.Views.GoogleAuthenticationSettings.Edit"
|
|||||||
msgid "Google Authentication Settings"
|
msgid "Google Authentication Settings"
|
||||||
msgstr "إعدادات مصادقة قوقل"
|
msgstr "إعدادات مصادقة قوقل"
|
||||||
|
|
||||||
#. <label asp-for="ClientID">@T["Client ID"]</label>
|
#. <label asp-for="ClientID" class="form-label">@T["Client ID"]</label>
|
||||||
#: OrchardCore.Google\Views\GoogleAuthenticationSettings.Edit.cshtml:18
|
#: OrchardCore.Google\Views\GoogleAuthenticationSettings.Edit.cshtml:18
|
||||||
msgctxt "OrchardCore.Google.Views.GoogleAuthenticationSettings.Edit"
|
msgctxt "OrchardCore.Google.Views.GoogleAuthenticationSettings.Edit"
|
||||||
msgid "Client ID"
|
msgid "Client ID"
|
||||||
@@ -228,7 +228,7 @@ msgctxt "OrchardCore.Google.Views.GoogleAuthenticationSettings.Edit"
|
|||||||
msgid "The client id defined in Google API console for the application."
|
msgid "The client id defined in Google API console for the application."
|
||||||
msgstr "معرف العميل موجود في واجهة برمجة التطبيقات لقوقل للتطبيق."
|
msgstr "معرف العميل موجود في واجهة برمجة التطبيقات لقوقل للتطبيق."
|
||||||
|
|
||||||
#. <label asp-for="ClientSecret">@T["API secret key"]</label>
|
#. <label asp-for="ClientSecret" class="form-label">@T["API secret key"]</label>
|
||||||
#: OrchardCore.Google\Views\GoogleAuthenticationSettings.Edit.cshtml:27
|
#: OrchardCore.Google\Views\GoogleAuthenticationSettings.Edit.cshtml:27
|
||||||
msgctxt "OrchardCore.Google.Views.GoogleAuthenticationSettings.Edit"
|
msgctxt "OrchardCore.Google.Views.GoogleAuthenticationSettings.Edit"
|
||||||
msgid "API secret key"
|
msgid "API secret key"
|
||||||
@@ -240,7 +240,7 @@ msgctxt "OrchardCore.Google.Views.GoogleAuthenticationSettings.Edit"
|
|||||||
msgid "The client secret defined in Google API console for the application."
|
msgid "The client secret defined in Google API console for the application."
|
||||||
msgstr "شفرة أمان العميل معرفة في واجهة التطبيقات البرمجية لقوقل للتطبيق."
|
msgstr "شفرة أمان العميل معرفة في واجهة التطبيقات البرمجية لقوقل للتطبيق."
|
||||||
|
|
||||||
#. <label asp-for="CallbackPath">@T["CallbackPath"]</label>
|
#. <label asp-for="CallbackPath" class="form-label">@T["CallbackPath"]</label>
|
||||||
#: OrchardCore.Google\Views\GoogleAuthenticationSettings.Edit.cshtml:36
|
#: OrchardCore.Google\Views\GoogleAuthenticationSettings.Edit.cshtml:36
|
||||||
msgctxt "OrchardCore.Google.Views.GoogleAuthenticationSettings.Edit"
|
msgctxt "OrchardCore.Google.Views.GoogleAuthenticationSettings.Edit"
|
||||||
msgid "CallbackPath"
|
msgid "CallbackPath"
|
||||||
@@ -276,7 +276,7 @@ msgctxt "OrchardCore.Google.Views.GoogleTagManagerSettings.Edit"
|
|||||||
msgid "Google Tag Manager Settings"
|
msgid "Google Tag Manager Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ContainerID">@T["Container ID"]</label>
|
#. <label asp-for="ContainerID" class="form-label">@T["Container ID"]</label>
|
||||||
#: OrchardCore.Google\Views\GoogleTagManagerSettings.Edit.cshtml:12
|
#: OrchardCore.Google\Views\GoogleTagManagerSettings.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.Google.Views.GoogleTagManagerSettings.Edit"
|
msgctxt "OrchardCore.Google.Views.GoogleTagManagerSettings.Edit"
|
||||||
msgid "Container ID"
|
msgid "Container ID"
|
||||||
@@ -288,19 +288,19 @@ msgctxt "OrchardCore.Google.Views.GoogleTagManagerSettings.Edit"
|
|||||||
msgid "The container ID defined in your Google Tag Manager account."
|
msgid "The container ID defined in your Google Tag Manager account."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-google" aria-hidden="true"></i></span><span class="title">@T["Google"]</span>
|
#. <span class="icon"><i class="fa-brands fa-google" aria-hidden="true"></i></span><span class="title">@T["Google"]</span>
|
||||||
#: OrchardCore.Google\Views\NavigationItemText-google.Id.cshtml:1
|
#: OrchardCore.Google\Views\NavigationItemText-google.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Google.Views.NavigationItemText-google.Id"
|
msgctxt "OrchardCore.Google.Views.NavigationItemText-google.Id"
|
||||||
msgid "Google"
|
msgid "Google"
|
||||||
msgstr "قوقل"
|
msgstr "قوقل"
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-google" aria-hidden="true"></i></span><span class="title">@T["Google Analytics"]</span>
|
#. <span class="icon"><i class="fa-brands fa-google" aria-hidden="true"></i></span><span class="title">@T["Google Analytics"]</span>
|
||||||
#: OrchardCore.Google\Views\NavigationItemText-googleAnalytics.Id.cshtml:1
|
#: OrchardCore.Google\Views\NavigationItemText-googleAnalytics.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Google.Views.NavigationItemText-googleAnalytics.Id"
|
msgctxt "OrchardCore.Google.Views.NavigationItemText-googleAnalytics.Id"
|
||||||
msgid "Google Analytics"
|
msgid "Google Analytics"
|
||||||
msgstr "تحليلات قوقل"
|
msgstr "تحليلات قوقل"
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-google" aria-hidden="true"></i></span><span class="title">@T["Google Tag Manager"]</span>
|
#. <span class="icon"><i class="fa-brands fa-google" aria-hidden="true"></i></span><span class="title">@T["Google Tag Manager"]</span>
|
||||||
#: OrchardCore.Google\Views\NavigationItemText-googleTagManager.Id.cshtml:1
|
#: OrchardCore.Google\Views\NavigationItemText-googleTagManager.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Google.Views.NavigationItemText-googleTagManager.Id"
|
msgctxt "OrchardCore.Google.Views.NavigationItemText-googleTagManager.Id"
|
||||||
msgid "Google Tag Manager"
|
msgid "Google Tag Manager"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:38\n"
|
"PO-Revision-Date: 2023-12-22 16:22\n"
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(viewModel.Html), S["{0} doesn't contain a valid Liquid expression. Details: {1}", partName, string.Join(" ", errors)]);
|
#. updater.ModelState.AddModelError(Prefix, nameof(viewModel.Html), S["{0} doesn't contain a valid Liquid expression. Details: {1}", partName, string.Join(" ", errors)]);
|
||||||
#: OrchardCore.Html\Drivers\HtmlBodyPartDisplayDriver.cs:73
|
#: OrchardCore.Html\Drivers\HtmlBodyPartDisplayDriver.cs:73
|
||||||
@@ -31,7 +31,7 @@ msgid "the HTML content"
|
|||||||
msgstr "محتوى HTML"
|
msgstr "محتوى HTML"
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(Prefix + "." + nameof(MonacoSettingsViewModel.Options), S["The options are written in an incorrect format."]);
|
#. context.Updater.ModelState.AddModelError(Prefix + "." + nameof(MonacoSettingsViewModel.Options), S["The options are written in an incorrect format."]);
|
||||||
#: OrchardCore.Html\Settings\HtmlBodyPartMonacoEditorSettingsDriver.cs:49
|
#: OrchardCore.Html\Settings\HtmlBodyPartMonacoEditorSettingsDriver.cs:50
|
||||||
msgctxt "OrchardCore.Html.Settings.HtmlBodyPartMonacoEditorSettingsDriver"
|
msgctxt "OrchardCore.Html.Settings.HtmlBodyPartMonacoEditorSettingsDriver"
|
||||||
msgid "The options are written in an incorrect format."
|
msgid "The options are written in an incorrect format."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -78,7 +78,7 @@ msgctxt "OrchardCore.Html.Views.HtmlBodyPart-Wysiwyg.Option"
|
|||||||
msgid "Wysiwyg editor"
|
msgid "Wysiwyg editor"
|
||||||
msgstr "محرر Wysiwyg"
|
msgstr "محرر Wysiwyg"
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Html\Views\HtmlBodyPart.DisplayOption.cshtml:4
|
#: OrchardCore.Html\Views\HtmlBodyPart.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.Html.Views.HtmlBodyPart.DisplayOption"
|
msgctxt "OrchardCore.Html.Views.HtmlBodyPart.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -90,20 +90,20 @@ msgctxt "OrchardCore.Html.Views.HtmlBodyPart.Edit"
|
|||||||
msgid "The body of the content item."
|
msgid "The body of the content item."
|
||||||
msgstr "المحتوى لعنصر المحتوى."
|
msgstr "المحتوى لعنصر المحتوى."
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Html\Views\HtmlBodyPart.Option.cshtml:4
|
#: OrchardCore.Html\Views\HtmlBodyPart.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.Html.Views.HtmlBodyPart.Option"
|
msgctxt "OrchardCore.Html.Views.HtmlBodyPart.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
msgstr "قياسي"
|
||||||
|
|
||||||
#. <label asp-for="Options">@T["Enter the editor options, language is always set to `html` when saved."]</label>
|
#. <label asp-for="Options" class="form-label">@T["Enter the editor options, language is always set to `html` when saved."]</label>
|
||||||
#: OrchardCore.Html\Views\HtmlBodyPartMonacoSettings.Edit.cshtml:10
|
#: OrchardCore.Html\Views\HtmlBodyPartMonacoSettings.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.Html.Views.HtmlBodyPartMonacoSettings.Edit"
|
msgctxt "OrchardCore.Html.Views.HtmlBodyPartMonacoSettings.Edit"
|
||||||
msgid "Enter the editor options, language is always set to `html` when saved."
|
msgid "Enter the editor options, language is always set to `html` when saved."
|
||||||
msgstr ""
|
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>
|
#. <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.Html\Views\HtmlBodyPartMonacoSettings.Edit.cshtml:12
|
#: OrchardCore.Html\Views\HtmlBodyPartMonacoSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.Html.Views.HtmlBodyPartMonacoSettings.Edit"
|
msgctxt "OrchardCore.Html.Views.HtmlBodyPartMonacoSettings.Edit"
|
||||||
msgid "Documentation for options"
|
msgid "Documentation for options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -138,14 +138,14 @@ msgctxt "OrchardCore.Html.Views.HtmlBodyPartTrumbowygSettings.Edit"
|
|||||||
msgid "Whether the url is used when selected from Insert Media (By default, the Shortcode is inserted)."
|
msgid "Whether the url is used when selected from Insert Media (By default, the Shortcode is inserted)."
|
||||||
msgstr ""
|
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.Html\Views\HtmlBodyPartTrumbowygSettings.Edit.cshtml:12
|
#: OrchardCore.Html\Views\HtmlBodyPartTrumbowygSettings.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.Html.Views.HtmlBodyPartTrumbowygSettings.Edit"
|
msgctxt "OrchardCore.Html.Views.HtmlBodyPartTrumbowygSettings.Edit"
|
||||||
msgid "Enter the editor options"
|
msgid "Enter the editor options"
|
||||||
msgstr "ادخل خيارات المحرر"
|
msgstr "ادخل خيارات المحرر"
|
||||||
|
|
||||||
#. <span class="hint"><a href="https://alex-d.github.io/Trumbowyg/documentation/#button-pane" target="_blank">@T["Documentation for options"]</a></span>
|
#. <span class="hint"><a href="https://alex-d.github.io/Trumbowyg/documentation/#button-pane" target="_blank">@T["Documentation for options"]</a></span>
|
||||||
#: OrchardCore.Html\Views\HtmlBodyPartTrumbowygSettings.Edit.cshtml:13
|
#: OrchardCore.Html\Views\HtmlBodyPartTrumbowygSettings.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.Html.Views.HtmlBodyPartTrumbowygSettings.Edit"
|
msgctxt "OrchardCore.Html.Views.HtmlBodyPartTrumbowygSettings.Edit"
|
||||||
msgid "Documentation for options"
|
msgid "Documentation for options"
|
||||||
msgstr "توثيق الخيارات"
|
msgstr "توثيق الخيارات"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:38\n"
|
"PO-Revision-Date: 2023-12-22 16:23\n"
|
||||||
|
|
||||||
#. .Add(S["Security"], security => security
|
#. .Add(S["Security"], security => security
|
||||||
#: OrchardCore.Https\AdminMenu.cs:25
|
#: OrchardCore.Https\AdminMenu.cs:25
|
||||||
@@ -98,7 +98,7 @@ msgctxt "OrchardCore.Https.Views.HttpsSettings.Edit"
|
|||||||
msgid "Specifies whether a permanent redirect, 308 Moved Permanently, should be used instead of a temporary redirect, 307 Found, when redirecting to HTTPS"
|
msgid "Specifies whether a permanent redirect, 308 Moved Permanently, should be used instead of a temporary redirect, 307 Found, when redirecting to HTTPS"
|
||||||
msgstr "تحديد ما إذا كان إعادة التوجيه, 308 نقل بشكل دائم, يجب إستخدامه عوضاً عن إعادة التوجيه المؤقت, 307 موجود, عندما يتم إعادة التوجيه إلى الـ HTTPS"
|
msgstr "تحديد ما إذا كان إعادة التوجيه, 308 نقل بشكل دائم, يجب إستخدامه عوضاً عن إعادة التوجيه المؤقت, 307 موجود, عندما يتم إعادة التوجيه إلى الـ HTTPS"
|
||||||
|
|
||||||
#. <label asp-for="SslPort">@T["SSL Port"]</label>
|
#. <label asp-for="SslPort" class="form-label">@T["SSL Port"]</label>
|
||||||
#: OrchardCore.Https\Views\HttpsSettings.Edit.cshtml:32
|
#: OrchardCore.Https\Views\HttpsSettings.Edit.cshtml:32
|
||||||
msgctxt "OrchardCore.Https.Views.HttpsSettings.Edit"
|
msgctxt "OrchardCore.Https.Views.HttpsSettings.Edit"
|
||||||
msgid "SSL Port"
|
msgid "SSL Port"
|
||||||
|
|||||||
@@ -10,35 +10,41 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2022-03-05 10:47\n"
|
"PO-Revision-Date: 2023-12-22 16:23\n"
|
||||||
|
|
||||||
#. throw new InvalidOperationException(S["Switch \"{0}\" was not found", commandSwitch.Key]);
|
#. ?? throw new InvalidOperationException(S["Switch \"{0}\" was not found", commandSwitch.Key]);
|
||||||
#: OrchardCore.Infrastructure.Abstractions\Commands\DefaultCommandHandler.cs:45
|
#: OrchardCore.Infrastructure.Abstractions\Commands\DefaultCommandHandler.cs:44
|
||||||
msgctxt "OrchardCore.Environment.Commands.DefaultCommandHandler"
|
msgctxt "OrchardCore.Environment.Commands.DefaultCommandHandler"
|
||||||
msgid "Switch \"{0}\" was not found"
|
msgid "Switch \"{0}\" was not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. throw new InvalidOperationException(S["A property \"{0}\" exists but is not decorated with \"{1}\"", commandSwitch.Key, typeof(OrchardSwitchAttribute).Name]);
|
#. throw new InvalidOperationException(S["A property \"{0}\" exists but is not decorated with \"{1}\"", commandSwitch.Key, typeof(OrchardSwitchAttribute).Name]);
|
||||||
#: OrchardCore.Infrastructure.Abstractions\Commands\DefaultCommandHandler.cs:49
|
#: OrchardCore.Infrastructure.Abstractions\Commands\DefaultCommandHandler.cs:48
|
||||||
msgctxt "OrchardCore.Environment.Commands.DefaultCommandHandler"
|
msgctxt "OrchardCore.Environment.Commands.DefaultCommandHandler"
|
||||||
msgid "A property \"{0}\" exists but is not decorated with \"{1}\""
|
msgid "A property \"{0}\" exists but is not decorated with \"{1}\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. string message = S["Error converting value \"{0}\" to \"{1}\" for switch \"{2}\"",
|
#. var message = S["Error converting value \"{0}\" to \"{1}\" for switch \"{2}\"",
|
||||||
#: OrchardCore.Infrastructure.Abstractions\Commands\DefaultCommandHandler.cs:61
|
#: OrchardCore.Infrastructure.Abstractions\Commands\DefaultCommandHandler.cs:60
|
||||||
msgctxt "OrchardCore.Environment.Commands.DefaultCommandHandler"
|
msgctxt "OrchardCore.Environment.Commands.DefaultCommandHandler"
|
||||||
msgid "Error converting value \"{0}\" to \"{1}\" for switch \"{2}\""
|
msgid "Error converting value \"{0}\" to \"{1}\" for switch \"{2}\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. throw new InvalidOperationException(S["Command arguments \"{0}\" don't match command definition", string.Join(" ", arguments)]);
|
#. ?? throw new InvalidOperationException(S["Command arguments \"{0}\" don't match command definition", string.Join(" ", arguments)]);
|
||||||
#: OrchardCore.Infrastructure.Abstractions\Commands\DefaultCommandHandler.cs:77
|
#: OrchardCore.Infrastructure.Abstractions\Commands\DefaultCommandHandler.cs:75
|
||||||
msgctxt "OrchardCore.Environment.Commands.DefaultCommandHandler"
|
msgctxt "OrchardCore.Environment.Commands.DefaultCommandHandler"
|
||||||
msgid "Command arguments \"{0}\" don't match command definition"
|
msgid "Command arguments \"{0}\" don't match command definition"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. throw new InvalidOperationException(S["Method \"{0}\" does not support switch \"{1}\".", methodInfo.Name, commandSwitch]);
|
#. throw new InvalidOperationException(S["Method \"{0}\" does not support switch \"{1}\".", methodInfo.Name, commandSwitch]);
|
||||||
#: OrchardCore.Infrastructure.Abstractions\Commands\DefaultCommandHandler.cs:176
|
#: OrchardCore.Infrastructure.Abstractions\Commands\DefaultCommandHandler.cs:174
|
||||||
msgctxt "OrchardCore.Environment.Commands.DefaultCommandHandler"
|
msgctxt "OrchardCore.Environment.Commands.DefaultCommandHandler"
|
||||||
msgid "Method \"{0}\" does not support switch \"{1}\"."
|
msgid "Method \"{0}\" does not support switch \"{1}\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. return new ValidationResult(S["Invalid email address."], new[] { nameof(Email) });
|
||||||
|
#: OrchardCore.Infrastructure.Abstractions\Email\EmailAddressAttribute.cs:23
|
||||||
|
msgctxt "OrchardCore.Email.EmailAddressAttribute"
|
||||||
|
msgid "Invalid email address."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:39\n"
|
"PO-Revision-Date: 2023-12-22 16:24\n"
|
||||||
|
|
||||||
#. .Add(S["Design"], design => design
|
#. .Add(S["Design"], design => design
|
||||||
#: OrchardCore.Layers\AdminMenu.cs:26
|
#: OrchardCore.Layers\AdminMenu.cs:26
|
||||||
@@ -148,19 +148,19 @@ msgctxt "OrchardCore.Layers.Views.Admin.Create"
|
|||||||
msgid "Create Layer"
|
msgid "Create Layer"
|
||||||
msgstr "إنشاء طبقة"
|
msgstr "إنشاء طبقة"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Layers\Views\Admin\Create.cshtml:7
|
#: OrchardCore.Layers\Views\Admin\Create.cshtml:7
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Create"
|
msgctxt "OrchardCore.Layers.Views.Admin.Create"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "الإسم"
|
msgstr "الإسم"
|
||||||
|
|
||||||
#. <label asp-for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.Layers\Views\Admin\Create.cshtml:13
|
#: OrchardCore.Layers\Views\Admin\Create.cshtml:13
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Create"
|
msgctxt "OrchardCore.Layers.Views.Admin.Create"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
msgstr "الوصف"
|
msgstr "الوصف"
|
||||||
|
|
||||||
#. <input class="button" type="submit" value="@T["Create"]" />
|
#. <input class="btn btn-primary" type="submit" value="@T["Create"]" />
|
||||||
#: OrchardCore.Layers\Views\Admin\Create.cshtml:18
|
#: OrchardCore.Layers\Views\Admin\Create.cshtml:18
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Create"
|
msgctxt "OrchardCore.Layers.Views.Admin.Create"
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
@@ -190,13 +190,13 @@ msgctxt "OrchardCore.Layers.Views.Admin.Edit"
|
|||||||
msgid "Edit Layer - {0}"
|
msgid "Edit Layer - {0}"
|
||||||
msgstr "تحرير طبقة - {0}"
|
msgstr "تحرير طبقة - {0}"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Layers\Views\Admin\Edit.cshtml:18
|
#: OrchardCore.Layers\Views\Admin\Edit.cshtml:18
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Edit"
|
msgctxt "OrchardCore.Layers.Views.Admin.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "الإسم"
|
msgstr "الإسم"
|
||||||
|
|
||||||
#. <label asp-for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.Layers\Views\Admin\Edit.cshtml:24
|
#: OrchardCore.Layers\Views\Admin\Edit.cshtml:24
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Edit"
|
msgctxt "OrchardCore.Layers.Views.Admin.Edit"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -208,7 +208,7 @@ msgctxt "OrchardCore.Layers.Views.Admin.Edit"
|
|||||||
msgid "Error updating rule order"
|
msgid "Error updating rule order"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <input class="button mt-3" type="submit" value="@T["Save"]" />
|
#. <input class="btn btn-primary mt-3" type="submit" value="@T["Save"]" />
|
||||||
#: OrchardCore.Layers\Views\Admin\Edit.cshtml:35
|
#: OrchardCore.Layers\Views\Admin\Edit.cshtml:35
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Edit"
|
msgctxt "OrchardCore.Layers.Views.Admin.Edit"
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
@@ -227,25 +227,25 @@ msgid "Save"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <zone Name="Title"><h1>@RenderTitleSegments(T["Edit Widgets and Layers"])</h1></zone>
|
#. <zone Name="Title"><h1>@RenderTitleSegments(T["Edit Widgets and Layers"])</h1></zone>
|
||||||
#: OrchardCore.Layers\Views\Admin\Index.cshtml:16
|
#: OrchardCore.Layers\Views\Admin\Index.cshtml:13
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
||||||
msgid "Edit Widgets and Layers"
|
msgid "Edit Widgets and Layers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["Widget successfully moved. <a href=\"javascript:console.log('submit');$('#undo-form').submit();\"><strong>Undo</strong></a>."]
|
#. @T["Widget successfully moved. <a href=\"javascript:console.log('submit');$('#undo-form').submit();\"><strong>Undo</strong></a>."]
|
||||||
#: OrchardCore.Layers\Views\Admin\Index.cshtml:20
|
#: OrchardCore.Layers\Views\Admin\Index.cshtml:17
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
||||||
msgid "Widget successfully moved. <a href=\"javascript:console.log('submit');$('#undo-form').submit();\"><strong>Undo</strong></a>."
|
msgid "Widget successfully moved. <a href=\"javascript:console.log('submit');$('#undo-form').submit();\"><strong>Undo</strong></a>."
|
||||||
msgstr "تم نقل الـ widgets بنجاح. <a href=\"javascript:console.log('submit');$('#undo-form').submit();\"><strong>تراجع</strong></a>."
|
msgstr "تم نقل الـ widgets بنجاح. <a href=\"javascript:console.log('submit');$('#undo-form').submit();\"><strong>تراجع</strong></a>."
|
||||||
|
|
||||||
#. <h3>@T["Zones"]</h3>
|
#. <h3>@T["Zones"]</h3>
|
||||||
#: OrchardCore.Layers\Views\Admin\Index.cshtml:29
|
#: OrchardCore.Layers\Views\Admin\Index.cshtml:26
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
||||||
msgid "Zones"
|
msgid "Zones"
|
||||||
msgstr "المناطق"
|
msgstr "المناطق"
|
||||||
|
|
||||||
#. <p class="alert alert-warning">@T["Please <a href=\"{0}\">define the available zones</a> before adding Widgets", Url.Action("Index", "Admin", new { area = "OrchardCore.Settings", groupId = LayerSiteSettingsDisplayDriver.GroupId })]</p>
|
#. <p class="alert alert-warning">@T["Please <a href=\"{0}\">define the available zones</a> before adding Widgets", Url.Action("Index", "Admin", new { area = "OrchardCore.Settings", groupId = LayerSiteSettingsDisplayDriver.GroupId })]</p>
|
||||||
#: OrchardCore.Layers\Views\Admin\Index.cshtml:33
|
#: OrchardCore.Layers\Views\Admin\Index.cshtml:30
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
||||||
msgid "Please <a href=\"{0}\">define the available zones</a> before adding Widgets"
|
msgid "Please <a href=\"{0}\">define the available zones</a> before adding Widgets"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -257,60 +257,60 @@ msgid "Add Widget"
|
|||||||
msgstr "إضافة Widget"
|
msgstr "إضافة Widget"
|
||||||
|
|
||||||
#. <span>@T["No widgets found."]</span>
|
#. <span>@T["No widgets found."]</span>
|
||||||
#: OrchardCore.Layers\Views\Admin\Index.cshtml:100
|
#: OrchardCore.Layers\Views\Admin\Index.cshtml:101
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
||||||
msgid "No widgets found."
|
msgid "No widgets found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span>@T["No layers found."]</span>
|
#. <span>@T["No layers found."]</span>
|
||||||
#: OrchardCore.Layers\Views\Admin\Index.cshtml:105
|
#: OrchardCore.Layers\Views\Admin\Index.cshtml:106
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
||||||
msgid "No layers found."
|
msgid "No layers found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h3>@T["Layers"]</h3>
|
#. <h3>@T["Layers"]</h3>
|
||||||
#: OrchardCore.Layers\Views\Admin\Index.cshtml:114
|
#: OrchardCore.Layers\Views\Admin\Index.cshtml:115
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
||||||
msgid "Layers"
|
msgid "Layers"
|
||||||
msgstr "الطبقات"
|
msgstr "الطبقات"
|
||||||
|
|
||||||
#. @T["Select a layer to reveal its associated widgets."]
|
#. @T["Select a layer to reveal its associated widgets."]
|
||||||
#: OrchardCore.Layers\Views\Admin\Index.cshtml:117
|
#: OrchardCore.Layers\Views\Admin\Index.cshtml:118
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
||||||
msgid "Select a layer to reveal its associated widgets."
|
msgid "Select a layer to reveal its associated widgets."
|
||||||
msgstr "اختر الطبقة للكشف عن الـ widgets المرتبطة بها."
|
msgstr "اختر الطبقة للكشف عن الـ widgets المرتبطة بها."
|
||||||
|
|
||||||
#. <a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/modules/Layers/#rules" target="_blank">@T["See documentation"]</a>
|
#. <a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/modules/Layers/#rules" target="_blank">@T["See documentation"]</a>
|
||||||
#: OrchardCore.Layers\Views\Admin\Index.cshtml:118
|
#: OrchardCore.Layers\Views\Admin\Index.cshtml:119
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
||||||
msgid "See documentation"
|
msgid "See documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a class="btn btn-primary btn-sm" href="@Url.Action("Edit", "Admin", new { area = "OrchardCore.Layers", name = layer.Name })">@T["Edit"]</a>
|
#. <a class="btn btn-primary btn-sm" href="@Url.Action("Edit", "Admin", new { area = "OrchardCore.Layers", name = layer.Name })">@T["Edit"]</a>
|
||||||
#: OrchardCore.Layers\Views\Admin\Index.cshtml:133
|
#: OrchardCore.Layers\Views\Admin\Index.cshtml:134
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "تحرير"
|
msgstr "تحرير"
|
||||||
|
|
||||||
#. <a class="btn btn-danger btn-sm" href="@Url.Action("Delete", "Admin", new { area = "OrchardCore.Layers", name = layer.Name })" data-url-af="RemoveUrl UnsafeUrl">@T["Delete"]</a>
|
#. <a class="btn btn-danger btn-sm" href="@Url.Action("Delete", "Admin", new { area = "OrchardCore.Layers", name = layer.Name })" data-url-af="RemoveUrl UnsafeUrl">@T["Delete"]</a>
|
||||||
#: OrchardCore.Layers\Views\Admin\Index.cshtml:134
|
#: OrchardCore.Layers\Views\Admin\Index.cshtml:135
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "حذف"
|
msgstr "حذف"
|
||||||
|
|
||||||
#. <p class="alert alert-warning">@T["Please <a href=\"{0}\">create a layer</a> before adding Widgets", Url.Action("Create", "Admin", new { area = "OrchardCore.Layers" })]</p>
|
#. <p class="alert alert-warning">@T["Please <a href=\"{0}\">create a layer</a> before adding Widgets", Url.Action("Create", "Admin", new { area = "OrchardCore.Layers" })]</p>
|
||||||
#: OrchardCore.Layers\Views\Admin\Index.cshtml:147
|
#: OrchardCore.Layers\Views\Admin\Index.cshtml:148
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
||||||
msgid "Please <a href=\"{0}\">create a layer</a> before adding Widgets"
|
msgid "Please <a href=\"{0}\">create a layer</a> before adding Widgets"
|
||||||
msgstr "الرجاء <a href=\"{0}\">إنشاء طبقة</a> قبل إضافة الـ Widgets"
|
msgstr "الرجاء <a href=\"{0}\">إنشاء طبقة</a> قبل إضافة الـ Widgets"
|
||||||
|
|
||||||
#. <a class="button btn-sm" href="@Url.Action("Create", "Admin", new { area = "OrchardCore.Layers" })">@T["Add"]</a>
|
#. <a class="btn btn-primary btn-sm" href="@Url.Action("Create", "Admin", new { area = "OrchardCore.Layers" })">@T["Add"]</a>
|
||||||
#: OrchardCore.Layers\Views\Admin\Index.cshtml:150
|
#: OrchardCore.Layers\Views\Admin\Index.cshtml:151
|
||||||
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
msgctxt "OrchardCore.Layers.Views.Admin.Index"
|
||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr "إضافة"
|
msgstr "إضافة"
|
||||||
|
|
||||||
#. <label asp-for="Title" class="@Orchard.GetLabelCssClasses()">@T["Title"]</label>
|
#. <label asp-for="Title" class="@Orchard.GetLabelClasses()">@T["Title"]</label>
|
||||||
#: OrchardCore.Layers\Views\LayerMetadata.Edit.cshtml:5
|
#: OrchardCore.Layers\Views\LayerMetadata.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Layers.Views.LayerMetadata.Edit"
|
msgctxt "OrchardCore.Layers.Views.LayerMetadata.Edit"
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
@@ -328,13 +328,13 @@ msgctxt "OrchardCore.Layers.Views.LayerMetadata.Edit"
|
|||||||
msgid "If checked, the title will be rendered with the widget."
|
msgid "If checked, the title will be rendered with the widget."
|
||||||
msgstr "اذا مختار, العنوان سوف يتم عرضه في الـ widget."
|
msgstr "اذا مختار, العنوان سوف يتم عرضه في الـ widget."
|
||||||
|
|
||||||
#. <label asp-for="LayerMetadata.Layer" class="@Orchard.GetLabelCssClasses()">@T["The layer the widget should be associated with."]</label>
|
#. <label asp-for="LayerMetadata.Layer" class="@Orchard.GetLabelClasses()">@T["The layer the widget should be associated with."]</label>
|
||||||
#: OrchardCore.Layers\Views\LayerMetadata.Edit.cshtml:23
|
#: OrchardCore.Layers\Views\LayerMetadata.Edit.cshtml:23
|
||||||
msgctxt "OrchardCore.Layers.Views.LayerMetadata.Edit"
|
msgctxt "OrchardCore.Layers.Views.LayerMetadata.Edit"
|
||||||
msgid "The layer the widget should be associated with."
|
msgid "The layer the widget should be associated with."
|
||||||
msgstr "الطبقة المرتبطة بالـ widget."
|
msgstr "الطبقة المرتبطة بالـ widget."
|
||||||
|
|
||||||
#. <label asp-for="Zones">@T["Available zones for Layers"]</label>
|
#. <label asp-for="Zones" class="form-label">@T["Available zones for Layers"]</label>
|
||||||
#: OrchardCore.Layers\Views\LayerSettings.Edit.cshtml:4
|
#: OrchardCore.Layers\Views\LayerSettings.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.Layers.Views.LayerSettings.Edit"
|
msgctxt "OrchardCore.Layers.Views.LayerSettings.Edit"
|
||||||
msgid "Available zones for Layers"
|
msgid "Available zones for Layers"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:40\n"
|
"PO-Revision-Date: 2023-12-22 16:25\n"
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(viewModel.Liquid), S["The Liquid Body doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
#. updater.ModelState.AddModelError(Prefix, nameof(viewModel.Liquid), S["The Liquid Body doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
||||||
#: OrchardCore.Liquid\Drivers\LiquidPartDisplayDriver.cs:46
|
#: OrchardCore.Liquid\Drivers\LiquidPartDisplayDriver.cs:47
|
||||||
msgctxt "OrchardCore.Liquid.Drivers.LiquidPartDisplayDriver"
|
msgctxt "OrchardCore.Liquid.Drivers.LiquidPartDisplayDriver"
|
||||||
msgid "The Liquid Body doesn't contain a valid Liquid expression. Details: {0}"
|
msgid "The Liquid Body doesn't contain a valid Liquid expression. Details: {0}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Liquid" class="@Orchard.GetLabelCssClasses()">@T["Body"]</label>
|
#. <label asp-for="Liquid" class="@Orchard.GetLabelClasses()">@T["Body"]</label>
|
||||||
#: OrchardCore.Liquid\Views\LiquidPart.Edit.cshtml:15
|
#: OrchardCore.Liquid\Views\LiquidPart.Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.Liquid.Views.LiquidPart.Edit"
|
msgctxt "OrchardCore.Liquid.Views.LiquidPart.Edit"
|
||||||
msgid "Body"
|
msgid "Body"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:40\n"
|
"PO-Revision-Date: 2023-12-22 16:25\n"
|
||||||
|
|
||||||
#. Description = S["the list part of the content item"];
|
#. Description = S["the list part of the content item"];
|
||||||
#: OrchardCore.Lists\GraphQL\ContainedInputObjectType.cs:13
|
#: OrchardCore.Lists\GraphQL\ContainedInputObjectType.cs:13
|
||||||
@@ -31,27 +31,27 @@ msgid "Represents a link to the parent content item, and the order that content
|
|||||||
msgstr "عرض الرابط لعنصر المحتوى الأصل، والترتيب التسلسلي الخاص به."
|
msgstr "عرض الرابط لعنصر المحتوى الأصل، والترتيب التسلسلي الخاص به."
|
||||||
|
|
||||||
#. Description = S["Represents a collection of content items."];
|
#. Description = S["Represents a collection of content items."];
|
||||||
#: OrchardCore.Lists\GraphQL\ListQueryObjectType.cs:24
|
#: OrchardCore.Lists\GraphQL\ListQueryObjectType.cs:25
|
||||||
msgctxt "OrchardCore.Lists.GraphQL.ListQueryObjectType"
|
msgctxt "OrchardCore.Lists.GraphQL.ListQueryObjectType"
|
||||||
msgid "Represents a collection of content items."
|
msgid "Represents a collection of content items."
|
||||||
msgstr "عرض تشكيلة من عناصر المحتوى."
|
msgstr "عرض تشكيلة من عناصر المحتوى."
|
||||||
|
|
||||||
#. throw new Exception(S["The specified Blog Post doesn't exist anymore. Please create a new Blog Post."]);
|
#. ?? throw new Exception(S["The specified Blog Post doesn't exist anymore. Please create a new Blog Post."]);
|
||||||
#: OrchardCore.Lists\RemotePublishing\MetaWeblogHandler.cs:371
|
#: OrchardCore.Lists\RemotePublishing\MetaWeblogHandler.cs:358
|
||||||
msgctxt "OrchardCore.Lists.RemotePublishing.MetaWeblogHandler"
|
msgctxt "OrchardCore.Lists.RemotePublishing.MetaWeblogHandler"
|
||||||
msgid "The specified Blog Post doesn't exist anymore. Please create a new Blog Post."
|
msgid "The specified Blog Post doesn't exist anymore. Please create a new Blog Post."
|
||||||
msgstr "التدوينة المحددة عير موجودة."
|
msgstr "التدوينة المحددة عير موجودة."
|
||||||
|
|
||||||
#. throw new InvalidOperationException(S["Not authorized to delete this content"].Value);
|
#. throw new InvalidOperationException(S["Not authorized to delete this content"].Value);
|
||||||
#. throw new InvalidOperationException(S["Not authorized to delete this content"].Value);
|
#. throw new InvalidOperationException(S["Not authorized to delete this content"].Value);
|
||||||
#: OrchardCore.Lists\RemotePublishing\MetaWeblogHandler.cs:431
|
#: OrchardCore.Lists\RemotePublishing\MetaWeblogHandler.cs:415
|
||||||
#: OrchardCore.Lists\RemotePublishing\MetaWeblogHandler.cs:498
|
#: OrchardCore.Lists\RemotePublishing\MetaWeblogHandler.cs:482
|
||||||
msgctxt "OrchardCore.Lists.RemotePublishing.MetaWeblogHandler"
|
msgctxt "OrchardCore.Lists.RemotePublishing.MetaWeblogHandler"
|
||||||
msgid "Not authorized to delete this content"
|
msgid "Not authorized to delete this content"
|
||||||
msgstr "غير مصرح لك بحذف هذا المحتوى"
|
msgstr "غير مصرح لك بحذف هذا المحتوى"
|
||||||
|
|
||||||
#. throw new InvalidOperationException(S["The username or e-mail or password provided is incorrect."].Value);
|
#. throw new InvalidOperationException(S["The username or e-mail or password provided is incorrect."].Value);
|
||||||
#: OrchardCore.Lists\RemotePublishing\MetaWeblogHandler.cs:447
|
#: OrchardCore.Lists\RemotePublishing\MetaWeblogHandler.cs:431
|
||||||
msgctxt "OrchardCore.Lists.RemotePublishing.MetaWeblogHandler"
|
msgctxt "OrchardCore.Lists.RemotePublishing.MetaWeblogHandler"
|
||||||
msgid "The username or e-mail or password provided is incorrect."
|
msgid "The username or e-mail or password provided is incorrect."
|
||||||
msgstr "اسم المستخدم أو البريد الإلكتروني أو كلمة المرور غير صحيحة."
|
msgstr "اسم المستخدم أو البريد الإلكتروني أو كلمة المرور غير صحيحة."
|
||||||
@@ -68,7 +68,7 @@ msgctxt "OrchardCore.Lists.Views.ListPart"
|
|||||||
msgid "The list is empty"
|
msgid "The list is empty"
|
||||||
msgstr "القائمة فارغه"
|
msgstr "القائمة فارغه"
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Lists\Views\ListPart.DisplayOption.cshtml:4
|
#: OrchardCore.Lists\Views\ListPart.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.Lists.Views.ListPart.DisplayOption"
|
msgctxt "OrchardCore.Lists.Views.ListPart.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -80,7 +80,7 @@ msgctxt "OrchardCore.Lists.Views.ListPartDetailAdmin"
|
|||||||
msgid "Please specify at least one contained content type."
|
msgid "Please specify at least one contained content type."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <i class="fa fa-filter" title="@T["Filters"]" aria-hidden="true"></i>
|
#. <i class="fa-solid fa-filter" title="@T["Filters"]" aria-hidden="true"></i>
|
||||||
#: OrchardCore.Lists\Views\ListPartDetailAdmin.cshtml:60
|
#: OrchardCore.Lists\Views\ListPartDetailAdmin.cshtml:60
|
||||||
msgctxt "OrchardCore.Lists.Views.ListPartDetailAdmin"
|
msgctxt "OrchardCore.Lists.Views.ListPartDetailAdmin"
|
||||||
msgid "Filters"
|
msgid "Filters"
|
||||||
@@ -128,7 +128,7 @@ msgctxt "OrchardCore.Lists.Views.ListPartFeed.Edit"
|
|||||||
msgid "Disable RSS feed link generation."
|
msgid "Disable RSS feed link generation."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="FeedProxyUrl">@T["Feed proxy Url"]</label>
|
#. <label asp-for="FeedProxyUrl" class="form-label">@T["Feed proxy Url"]</label>
|
||||||
#: OrchardCore.Lists\Views\ListPartFeed.Edit.cshtml:10
|
#: OrchardCore.Lists\Views\ListPartFeed.Edit.cshtml:10
|
||||||
msgctxt "OrchardCore.Lists.Views.ListPartFeed.Edit"
|
msgctxt "OrchardCore.Lists.Views.ListPartFeed.Edit"
|
||||||
msgid "Feed proxy Url"
|
msgid "Feed proxy Url"
|
||||||
@@ -146,7 +146,7 @@ msgctxt "OrchardCore.Lists.Views.ListPartFeed.Edit"
|
|||||||
msgid "The current feed is available at <a href=\"{0}\" target=\"_blank\">{0}</a>."
|
msgid "The current feed is available at <a href=\"{0}\" target=\"_blank\">{0}</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="FeedItemsCount">@T["Feed items count"]</label>
|
#. <label asp-for="FeedItemsCount" class="form-label">@T["Feed items count"]</label>
|
||||||
#: OrchardCore.Lists\Views\ListPartFeed.Edit.cshtml:17
|
#: OrchardCore.Lists\Views\ListPartFeed.Edit.cshtml:17
|
||||||
msgctxt "OrchardCore.Lists.Views.ListPartFeed.Edit"
|
msgctxt "OrchardCore.Lists.Views.ListPartFeed.Edit"
|
||||||
msgid "Feed items count"
|
msgid "Feed items count"
|
||||||
@@ -182,7 +182,7 @@ msgctxt "OrchardCore.Lists.Views.ListPartNavigationAdmin"
|
|||||||
msgid "New"
|
msgid "New"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="PageSize">@T["Page Size"]</label>
|
#. <label asp-for="PageSize" class="form-label">@T["Page Size"]</label>
|
||||||
#: OrchardCore.Lists\Views\ListPartSettings.Edit.cshtml:4
|
#: OrchardCore.Lists\Views\ListPartSettings.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.Lists.Views.ListPartSettings.Edit"
|
msgctxt "OrchardCore.Lists.Views.ListPartSettings.Edit"
|
||||||
msgid "Page Size"
|
msgid "Page Size"
|
||||||
@@ -206,7 +206,7 @@ msgctxt "OrchardCore.Lists.Views.ListPartSettings.Edit"
|
|||||||
msgid "Check this option to enable manual ordering of items."
|
msgid "Check this option to enable manual ordering of items."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ContainedContentTypes">@T["Contained Content Types"]</label>
|
#. <label asp-for="ContainedContentTypes" class="form-label">@T["Contained Content Types"]</label>
|
||||||
#: OrchardCore.Lists\Views\ListPartSettings.Edit.cshtml:19
|
#: OrchardCore.Lists\Views\ListPartSettings.Edit.cshtml:19
|
||||||
msgctxt "OrchardCore.Lists.Views.ListPartSettings.Edit"
|
msgctxt "OrchardCore.Lists.Views.ListPartSettings.Edit"
|
||||||
msgid "Contained Content Types"
|
msgid "Contained Content Types"
|
||||||
@@ -242,7 +242,7 @@ msgctxt "OrchardCore.Lists.Views.Items.ListsAdminNode.Fields.TreeEdit"
|
|||||||
msgid "Lists"
|
msgid "Lists"
|
||||||
msgstr "القوائم"
|
msgstr "القوائم"
|
||||||
|
|
||||||
#. <label asp-for="IconForContentItems">@T["Icon for the content items"]</label>
|
#. <label asp-for="IconForContentItems" class="form-label">@T["Icon for the content items"]</label>
|
||||||
#: OrchardCore.Lists\Views\Items\ListsAdminNode.Fields.TreeEdit.cshtml:18
|
#: OrchardCore.Lists\Views\Items\ListsAdminNode.Fields.TreeEdit.cshtml:18
|
||||||
msgctxt "OrchardCore.Lists.Views.Items.ListsAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.Lists.Views.Items.ListsAdminNode.Fields.TreeEdit"
|
||||||
msgid "Icon for the content items"
|
msgid "Icon for the content items"
|
||||||
@@ -262,7 +262,7 @@ msgctxt "OrchardCore.Lists.Views.Items.ListsAdminNode.Fields.TreeEdit"
|
|||||||
msgid "Add parent menu item"
|
msgid "Add parent menu item"
|
||||||
msgstr "أضف عنصر أصل للقائمة"
|
msgstr "أضف عنصر أصل للقائمة"
|
||||||
|
|
||||||
#. <label asp-for="IconForParentLink">@T["Icon for the parent menu item"]</label>
|
#. <label asp-for="IconForParentLink" class="form-label">@T["Icon for the parent menu item"]</label>
|
||||||
#: OrchardCore.Lists\Views\Items\ListsAdminNode.Fields.TreeEdit.cshtml:58
|
#: OrchardCore.Lists\Views\Items\ListsAdminNode.Fields.TreeEdit.cshtml:58
|
||||||
msgctxt "OrchardCore.Lists.Views.Items.ListsAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.Lists.Views.Items.ListsAdminNode.Fields.TreeEdit"
|
||||||
msgid "Icon for the parent menu item"
|
msgid "Icon for the parent menu item"
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:41\n"
|
"PO-Revision-Date: 2023-12-22 16:26\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], NavigationConstants.AdminMenuConfigurationPosition, localization => localization
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Localization\AdminMenu.cs:31
|
#: OrchardCore.Localization\AdminMenu.cs:31
|
||||||
msgctxt "OrchardCore.Localization.AdminMenu"
|
msgctxt "OrchardCore.Localization.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
@@ -39,13 +39,13 @@ msgid "Cultures"
|
|||||||
msgstr "اللغات"
|
msgstr "اللغات"
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError("SupportedCultures", S["A culture is required"]);
|
#. context.Updater.ModelState.AddModelError("SupportedCultures", S["A culture is required"]);
|
||||||
#: OrchardCore.Localization\Drivers\LocalizationSettingsDisplayDriver.cs:108
|
#: OrchardCore.Localization\Drivers\LocalizationSettingsDisplayDriver.cs:109
|
||||||
msgctxt "OrchardCore.Localization.Drivers.LocalizationSettingsDisplayDriver"
|
msgctxt "OrchardCore.Localization.Drivers.LocalizationSettingsDisplayDriver"
|
||||||
msgid "A culture is required"
|
msgid "A culture is required"
|
||||||
msgstr "اللغة مطلوبة"
|
msgstr "اللغة مطلوبة"
|
||||||
|
|
||||||
#. await _notifier.WarningAsync(H["The site has been restarted for the settings to take effect."]);
|
#. await _notifier.WarningAsync(H["The site has been restarted for the settings to take effect."]);
|
||||||
#: OrchardCore.Localization\Drivers\LocalizationSettingsDisplayDriver.cs:128
|
#: OrchardCore.Localization\Drivers\LocalizationSettingsDisplayDriver.cs:129
|
||||||
msgctxt "OrchardCore.Localization.Drivers.LocalizationSettingsDisplayDriver"
|
msgctxt "OrchardCore.Localization.Drivers.LocalizationSettingsDisplayDriver"
|
||||||
msgid "The site has been restarted for the settings to take effect."
|
msgid "The site has been restarted for the settings to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -57,13 +57,13 @@ msgid "The active cultures configured for the site."
|
|||||||
msgstr "اللغات النشطة لضبط الموقع."
|
msgstr "اللغات النشطة لضبط الموقع."
|
||||||
|
|
||||||
#. services.AddSiteSettingsPropertyDeploymentStep<LocalizationSettings, LocalizationDeploymentStartup>(S => S["Culture settings"], S => S["Exports the culture settings."]);
|
#. services.AddSiteSettingsPropertyDeploymentStep<LocalizationSettings, LocalizationDeploymentStartup>(S => S["Culture settings"], S => S["Exports the culture settings."]);
|
||||||
#: OrchardCore.Localization\Startup.cs:65
|
#: OrchardCore.Localization\Startup.cs:69
|
||||||
msgctxt "OrchardCore.Localization.LocalizationDeploymentStartup"
|
msgctxt "OrchardCore.Localization.LocalizationDeploymentStartup"
|
||||||
msgid "Culture settings"
|
msgid "Culture settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. services.AddSiteSettingsPropertyDeploymentStep<LocalizationSettings, LocalizationDeploymentStartup>(S => S["Culture settings"], S => S["Exports the culture settings."]);
|
#. services.AddSiteSettingsPropertyDeploymentStep<LocalizationSettings, LocalizationDeploymentStartup>(S => S["Culture settings"], S => S["Exports the culture settings."]);
|
||||||
#: OrchardCore.Localization\Startup.cs:65
|
#: OrchardCore.Localization\Startup.cs:69
|
||||||
msgctxt "OrchardCore.Localization.LocalizationDeploymentStartup"
|
msgctxt "OrchardCore.Localization.LocalizationDeploymentStartup"
|
||||||
msgid "Exports the culture settings."
|
msgid "Exports the culture settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -92,19 +92,19 @@ msgctxt "OrchardCore.Localization.Views.LocalizationSettings.Edit"
|
|||||||
msgid "Remove culture"
|
msgid "Remove culture"
|
||||||
msgstr "حذف لغة"
|
msgstr "حذف لغة"
|
||||||
|
|
||||||
#. <a v-on:click="add()" href="javascript:void(0)" class="btn btn-success"><i class="fas fa-plus small" aria-hidden="true"></i> @T["Add culture"]</a>
|
#. <a v-on:click="add()" href="javascript:void(0)" class="btn btn-success"><i class="fa-solid fa-plus small" aria-hidden="true"></i> @T["Add culture"]</a>
|
||||||
#: OrchardCore.Localization\Views\LocalizationSettings.Edit.cshtml:62
|
#: OrchardCore.Localization\Views\LocalizationSettings.Edit.cshtml:62
|
||||||
msgctxt "OrchardCore.Localization.Views.LocalizationSettings.Edit"
|
msgctxt "OrchardCore.Localization.Views.LocalizationSettings.Edit"
|
||||||
msgid "Add culture"
|
msgid "Add culture"
|
||||||
msgstr "إضافة لغة"
|
msgstr "إضافة لغة"
|
||||||
|
|
||||||
#. <label>@T["Define which cultures are supported by the site."]</label>
|
#. <label class="form-label">@T["Define which cultures are supported by the site."]</label>
|
||||||
#: OrchardCore.Localization\Views\LocalizationSettings.Edit.cshtml:75
|
#: OrchardCore.Localization\Views\LocalizationSettings.Edit.cshtml:75
|
||||||
msgctxt "OrchardCore.Localization.Views.LocalizationSettings.Edit"
|
msgctxt "OrchardCore.Localization.Views.LocalizationSettings.Edit"
|
||||||
msgid "Define which cultures are supported by the site."
|
msgid "Define which cultures are supported by the site."
|
||||||
msgstr "تعريف أي اللغات سيتم دعمها في الموقع."
|
msgstr "تعريف أي اللغات سيتم دعمها في الموقع."
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-globe" aria-hidden="true"></i></span><span class="title">@T["Localization"]</span>
|
#. <span class="icon"><i class="fa-solid fa-globe" aria-hidden="true"></i></span><span class="title">@T["Localization"]</span>
|
||||||
#: OrchardCore.Localization\Views\NavigationItemText-localization.Id.cshtml:1
|
#: OrchardCore.Localization\Views\NavigationItemText-localization.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Localization.Views.NavigationItemText-localization.Id"
|
msgctxt "OrchardCore.Localization.Views.NavigationItemText-localization.Id"
|
||||||
msgid "Localization"
|
msgid "Localization"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:41\n"
|
"PO-Revision-Date: 2023-12-22 16:27\n"
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(viewModel.Markdown), S["{0} doesn't contain a valid Liquid expression. Details: {1}", partName, string.Join(" ", errors)]);
|
#. updater.ModelState.AddModelError(Prefix, nameof(viewModel.Markdown), S["{0} doesn't contain a valid Liquid expression. Details: {1}", partName, string.Join(" ", errors)]);
|
||||||
#: OrchardCore.Markdown\Drivers\MarkdownBodyPartDisplayDriver.cs:75
|
#: OrchardCore.Markdown\Drivers\MarkdownBodyPartDisplayDriver.cs:75
|
||||||
@@ -19,7 +19,7 @@ msgid "{0} doesn't contain a valid Liquid expression. Details: {1}"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(viewModel.Markdown), S["{0} field doesn't contain a valid Liquid expression. Details: {1}", fieldName, string.Join(" ", errors)]);
|
#. updater.ModelState.AddModelError(Prefix, nameof(viewModel.Markdown), S["{0} field doesn't contain a valid Liquid expression. Details: {1}", fieldName, string.Join(" ", errors)]);
|
||||||
#: OrchardCore.Markdown\Drivers\MarkdownFieldDriver.cs:105
|
#: OrchardCore.Markdown\Drivers\MarkdownFieldDisplayDriver.cs:106
|
||||||
msgctxt "OrchardCore.Markdown.Drivers.MarkdownFieldDisplayDriver"
|
msgctxt "OrchardCore.Markdown.Drivers.MarkdownFieldDisplayDriver"
|
||||||
msgid "{0} field doesn't contain a valid Liquid expression. Details: {1}"
|
msgid "{0} field doesn't contain a valid Liquid expression. Details: {1}"
|
||||||
msgstr "الحقل {0} لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {1}"
|
msgstr "الحقل {0} لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {1}"
|
||||||
@@ -72,7 +72,7 @@ msgctxt "OrchardCore.Markdown.Views.MarkdownBodyPart-Wysiwyg.Option"
|
|||||||
msgid "Wysiwyg editor"
|
msgid "Wysiwyg editor"
|
||||||
msgstr "محرر Wysiwyg"
|
msgstr "محرر Wysiwyg"
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Markdown\Views\MarkdownBodyPart.DisplayOption.cshtml:4
|
#: OrchardCore.Markdown\Views\MarkdownBodyPart.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.Markdown.Views.MarkdownBodyPart.DisplayOption"
|
msgctxt "OrchardCore.Markdown.Views.MarkdownBodyPart.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -84,7 +84,7 @@ msgctxt "OrchardCore.Markdown.Views.MarkdownBodyPart.Edit"
|
|||||||
msgid "The body of the content item, in Markdown format."
|
msgid "The body of the content item, in Markdown format."
|
||||||
msgstr "محتوى العنصر على تنسيق Markdown."
|
msgstr "محتوى العنصر على تنسيق Markdown."
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Markdown\Views\MarkdownBodyPart.Option.cshtml:4
|
#: OrchardCore.Markdown\Views\MarkdownBodyPart.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.Markdown.Views.MarkdownBodyPart.Option"
|
msgctxt "OrchardCore.Markdown.Views.MarkdownBodyPart.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -120,19 +120,19 @@ msgctxt "OrchardCore.Markdown.Views.MarkdownField-Wysiwyg.Option"
|
|||||||
msgid "Wysiwyg editor"
|
msgid "Wysiwyg editor"
|
||||||
msgstr "محرر Wysiwyg"
|
msgstr "محرر Wysiwyg"
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Markdown\Views\MarkdownField.DisplayOption.cshtml:4
|
#: OrchardCore.Markdown\Views\MarkdownField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.Markdown.Views.MarkdownField.DisplayOption"
|
msgctxt "OrchardCore.Markdown.Views.MarkdownField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
msgstr "قياسي"
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Markdown\Views\MarkdownField.Option.cshtml:4
|
#: OrchardCore.Markdown\Views\MarkdownField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.Markdown.Views.MarkdownField.Option"
|
msgctxt "OrchardCore.Markdown.Views.MarkdownField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
msgstr "قياسي"
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.Markdown\Views\MarkdownFieldSettings.Edit.cshtml:5
|
#: OrchardCore.Markdown\Views\MarkdownFieldSettings.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Markdown.Views.MarkdownFieldSettings.Edit"
|
msgctxt "OrchardCore.Markdown.Views.MarkdownFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:42\n"
|
"PO-Revision-Date: 2023-12-22 16:28\n"
|
||||||
|
|
||||||
#. .Add(S["Content"], content => content
|
#. .Add(S["Content"], content => content
|
||||||
#: OrchardCore.Media\AdminMenu.cs:25
|
#: OrchardCore.Media\AdminMenu.cs:25
|
||||||
@@ -78,52 +78,52 @@ msgctxt "OrchardCore.Media.MediaCacheAdminMenu"
|
|||||||
msgid "Media Cache"
|
msgid "Media Cache"
|
||||||
msgstr "ذاكرة التخزين المؤقت للوسائط"
|
msgstr "ذاكرة التخزين المؤقت للوسائط"
|
||||||
|
|
||||||
#. error = S["This file extension is not allowed: {0}", Path.GetExtension(file.FileName)].ToString()
|
#. error = S["This file extension is not allowed: {0}", extension].ToString()
|
||||||
#. return BadRequest(S["This file extension is not allowed: {0}", Path.GetExtension(newPath)]);
|
#. return BadRequest(S["This file extension is not allowed: {0}", newExtension]);
|
||||||
#: OrchardCore.Media\Controllers\AdminController.cs:172
|
#: OrchardCore.Media\Controllers\AdminController.cs:184
|
||||||
#: OrchardCore.Media\Controllers\AdminController.cs:283
|
#: OrchardCore.Media\Controllers\AdminController.cs:303
|
||||||
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
||||||
msgid "This file extension is not allowed: {0}"
|
msgid "This file extension is not allowed: {0}"
|
||||||
msgstr "لا يسمح بهذه اللاحقة لاسم الملف: {0}"
|
msgstr "لا يسمح بهذه اللاحقة لاسم الملف: {0}"
|
||||||
|
|
||||||
#. return StatusCode(StatusCodes.Status403Forbidden, S["Cannot delete root media folder"]);
|
#. return StatusCode(StatusCodes.Status403Forbidden, S["Cannot delete root media folder"]);
|
||||||
#: OrchardCore.Media\Controllers\AdminController.cs:225
|
#: OrchardCore.Media\Controllers\AdminController.cs:241
|
||||||
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
||||||
msgid "Cannot delete root media folder"
|
msgid "Cannot delete root media folder"
|
||||||
msgstr "لا يمكن حذف جذر مجلد الوسائط"
|
msgstr "لا يمكن حذف جذر مجلد الوسائط"
|
||||||
|
|
||||||
#. return StatusCode(StatusCodes.Status403Forbidden, S["Cannot delete path because it is not a directory"]);
|
#. return StatusCode(StatusCodes.Status403Forbidden, S["Cannot delete path because it is not a directory"]);
|
||||||
#: OrchardCore.Media\Controllers\AdminController.cs:231
|
#: OrchardCore.Media\Controllers\AdminController.cs:247
|
||||||
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
||||||
msgid "Cannot delete path because it is not a directory"
|
msgid "Cannot delete path because it is not a directory"
|
||||||
msgstr "لا يمكن حذف المسار لأنه ليس مجلد"
|
msgstr "لا يمكن حذف المسار لأنه ليس مجلد"
|
||||||
|
|
||||||
#. return BadRequest(S["Cannot move media because a file already exists with the same name"]);
|
#. return BadRequest(S["Cannot move media because a file already exists with the same name"]);
|
||||||
#: OrchardCore.Media\Controllers\AdminController.cs:288
|
#: OrchardCore.Media\Controllers\AdminController.cs:308
|
||||||
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
||||||
msgid "Cannot move media because a file already exists with the same name"
|
msgid "Cannot move media because a file already exists with the same name"
|
||||||
msgstr "لا يمكن نقل الوسائط لأن هنالك ملف بنفس الإسم"
|
msgstr "لا يمكن نقل الوسائط لأن هنالك ملف بنفس الإسم"
|
||||||
|
|
||||||
#. return BadRequest(S["Error when moving files. Maybe they already exist on the target folder? Files on error: {0}", string.Join(",", filesOnError)].ToString());
|
#. return BadRequest(S["Error when moving files. Maybe they already exist on the target folder? Files on error: {0}", string.Join(",", filesOnError)].ToString());
|
||||||
#: OrchardCore.Media\Controllers\AdminController.cs:366
|
#: OrchardCore.Media\Controllers\AdminController.cs:386
|
||||||
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
||||||
msgid "Error when moving files. Maybe they already exist on the target folder? Files on error: {0}"
|
msgid "Error when moving files. Maybe they already exist on the target folder? Files on error: {0}"
|
||||||
msgstr "خطأ عند نقل الملفات. ربما كانت موجودة في المجلد الهدف؟ الملفات على خطأ: {0}"
|
msgstr "خطأ عند نقل الملفات. ربما كانت موجودة في المجلد الهدف؟ الملفات على خطأ: {0}"
|
||||||
|
|
||||||
#. return BadRequest(S["Cannot create folder because the folder name contains invalid characters"]);
|
#. return BadRequest(S["Cannot create folder because the folder name contains invalid characters"]);
|
||||||
#: OrchardCore.Media\Controllers\AdminController.cs:388
|
#: OrchardCore.Media\Controllers\AdminController.cs:406
|
||||||
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
||||||
msgid "Cannot create folder because the folder name contains invalid characters"
|
msgid "Cannot create folder because the folder name contains invalid characters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. return BadRequest(S["Cannot create folder because a folder already exists with the same name"]);
|
#. return BadRequest(S["Cannot create folder because a folder already exists with the same name"]);
|
||||||
#: OrchardCore.Media\Controllers\AdminController.cs:402
|
#: OrchardCore.Media\Controllers\AdminController.cs:420
|
||||||
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
||||||
msgid "Cannot create folder because a folder already exists with the same name"
|
msgid "Cannot create folder because a folder already exists with the same name"
|
||||||
msgstr "لا يمكن إنشاء مجلد لأن هنالك مجلد بنفس الإسم"
|
msgstr "لا يمكن إنشاء مجلد لأن هنالك مجلد بنفس الإسم"
|
||||||
|
|
||||||
#. return BadRequest(S["Cannot create folder because a file already exists with the same name"]);
|
#. return BadRequest(S["Cannot create folder because a file already exists with the same name"]);
|
||||||
#: OrchardCore.Media\Controllers\AdminController.cs:408
|
#: OrchardCore.Media\Controllers\AdminController.cs:426
|
||||||
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
msgctxt "OrchardCore.Media.Controllers.AdminController"
|
||||||
msgid "Cannot create folder because a file already exists with the same name"
|
msgid "Cannot create folder because a file already exists with the same name"
|
||||||
msgstr "لا يمكن إنشاء مجلد لأن هنالك مجلد بنفس الإسم"
|
msgstr "لا يمكن إنشاء مجلد لأن هنالك مجلد بنفس الإسم"
|
||||||
@@ -150,7 +150,7 @@ msgstr "تم إزالة ذاكرة التخزين المؤقت للوسائط."
|
|||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:89
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:89
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr "حذف"
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(MediaProfileViewModel.Name), S["The name is mandatory."]);
|
#. ModelState.AddModelError(nameof(MediaProfileViewModel.Name), S["The name is mandatory."]);
|
||||||
#. ModelState.AddModelError(nameof(MediaProfileViewModel.Name), S["The name is mandatory."]);
|
#. ModelState.AddModelError(nameof(MediaProfileViewModel.Name), S["The name is mandatory."]);
|
||||||
@@ -167,13 +167,13 @@ msgid "A profile with the same name already exists."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Media profile deleted successfully."]);
|
#. await _notifier.SuccessAsync(H["Media profile deleted successfully."]);
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:287
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:290
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Media profile deleted successfully."
|
msgid "Media profile deleted successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Media profiles successfully removed."]);
|
#. await _notifier.SuccessAsync(H["Media profiles successfully removed."]);
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:314
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:317
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Media profiles successfully removed."
|
msgid "Media profiles successfully removed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -181,113 +181,119 @@ msgstr ""
|
|||||||
#. model.AvailableWidths.Add(new SelectListItem() { Text = S["Default"], Value = "0" });
|
#. model.AvailableWidths.Add(new SelectListItem() { Text = S["Default"], Value = "0" });
|
||||||
#. model.AvailableHeights.Add(new SelectListItem() { Text = S["Default"], Value = "0" });
|
#. model.AvailableHeights.Add(new SelectListItem() { Text = S["Default"], Value = "0" });
|
||||||
#. model.AvailableFormats.Add(new SelectListItem() { Text = S["Default"], Value = ((int)Format.Undefined).ToString() });
|
#. model.AvailableFormats.Add(new SelectListItem() { Text = S["Default"], Value = ((int)Format.Undefined).ToString() });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:326
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:329
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:327
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:330
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:345
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:348
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. model.AvailableWidths.Add(new SelectListItem() { Text = S["Custom Size"], Value = "-1" });
|
#. model.AvailableWidths.Add(new SelectListItem() { Text = S["Custom Size"], Value = "-1" });
|
||||||
#. model.AvailableHeights.Add(new SelectListItem() { Text = S["Custom Size"], Value = "-1" });
|
#. model.AvailableHeights.Add(new SelectListItem() { Text = S["Custom Size"], Value = "-1" });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:332
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:335
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:333
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:336
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Custom Size"
|
msgid "Custom Size"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. model.AvailableResizeModes.Add(new SelectListItem() { Text = S["Default (Max)"], Value = ((int)ResizeMode.Undefined).ToString() });
|
#. model.AvailableResizeModes.Add(new SelectListItem() { Text = S["Default (Max)"], Value = ((int)ResizeMode.Undefined).ToString() });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:336
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:339
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Default (Max)"
|
msgid "Default (Max)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. model.AvailableResizeModes.Add(new SelectListItem() { Text = S["Max"], Value = ((int)ResizeMode.Max).ToString() });
|
#. model.AvailableResizeModes.Add(new SelectListItem() { Text = S["Max"], Value = ((int)ResizeMode.Max).ToString() });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:337
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:340
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Max"
|
msgid "Max"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. model.AvailableResizeModes.Add(new SelectListItem() { Text = S["Crop"], Value = ((int)ResizeMode.Crop).ToString() });
|
#. model.AvailableResizeModes.Add(new SelectListItem() { Text = S["Crop"], Value = ((int)ResizeMode.Crop).ToString() });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:338
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:341
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Crop"
|
msgid "Crop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. model.AvailableResizeModes.Add(new SelectListItem() { Text = S["Pad"], Value = ((int)ResizeMode.Pad).ToString() });
|
#. model.AvailableResizeModes.Add(new SelectListItem() { Text = S["Pad"], Value = ((int)ResizeMode.Pad).ToString() });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:339
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:342
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Pad"
|
msgid "Pad"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. model.AvailableResizeModes.Add(new SelectListItem() { Text = S["BoxPad"], Value = ((int)ResizeMode.BoxPad).ToString() });
|
#. model.AvailableResizeModes.Add(new SelectListItem() { Text = S["BoxPad"], Value = ((int)ResizeMode.BoxPad).ToString() });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:340
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:343
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "BoxPad"
|
msgid "BoxPad"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. model.AvailableResizeModes.Add(new SelectListItem() { Text = S["Min"], Value = ((int)ResizeMode.Min).ToString() });
|
#. model.AvailableResizeModes.Add(new SelectListItem() { Text = S["Min"], Value = ((int)ResizeMode.Min).ToString() });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:341
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:344
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Min"
|
msgid "Min"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. model.AvailableResizeModes.Add(new SelectListItem() { Text = S["Stretch"], Value = ((int)ResizeMode.Stretch).ToString() });
|
#. model.AvailableResizeModes.Add(new SelectListItem() { Text = S["Stretch"], Value = ((int)ResizeMode.Stretch).ToString() });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:342
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:345
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Stretch"
|
msgid "Stretch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. model.AvailableFormats.Add(new SelectListItem() { Text = S["Bmp"], Value = ((int)Format.Bmp).ToString() });
|
#. model.AvailableFormats.Add(new SelectListItem() { Text = S["Bmp"], Value = ((int)Format.Bmp).ToString() });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:346
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:349
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Bmp"
|
msgid "Bmp"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. model.AvailableFormats.Add(new SelectListItem() { Text = S["Gif"], Value = ((int)Format.Gif).ToString() });
|
#. model.AvailableFormats.Add(new SelectListItem() { Text = S["Gif"], Value = ((int)Format.Gif).ToString() });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:347
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:350
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Gif"
|
msgid "Gif"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. model.AvailableFormats.Add(new SelectListItem() { Text = S["Jpg"], Value = ((int)Format.Jpg).ToString() });
|
#. model.AvailableFormats.Add(new SelectListItem() { Text = S["Jpg"], Value = ((int)Format.Jpg).ToString() });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:348
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:351
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Jpg"
|
msgid "Jpg"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. model.AvailableFormats.Add(new SelectListItem() { Text = S["Png"], Value = ((int)Format.Png).ToString() });
|
#. model.AvailableFormats.Add(new SelectListItem() { Text = S["Png"], Value = ((int)Format.Png).ToString() });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:349
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:352
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Png"
|
msgid "Png"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. model.AvailableFormats.Add(new SelectListItem() { Text = S["Tga"], Value = ((int)Format.Tga).ToString() });
|
#. model.AvailableFormats.Add(new SelectListItem() { Text = S["Tga"], Value = ((int)Format.Tga).ToString() });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:350
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:353
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "Tga"
|
msgid "Tga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. model.AvailableFormats.Add(new SelectListItem() { Text = S["WebP"], Value = ((int)Format.WebP).ToString() });
|
#. model.AvailableFormats.Add(new SelectListItem() { Text = S["WebP"], Value = ((int)Format.WebP).ToString() });
|
||||||
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:351
|
#: OrchardCore.Media\Controllers\MediaProfilesController.cs:354
|
||||||
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
msgctxt "OrchardCore.Media.Controllers.MediaProfilesController"
|
||||||
msgid "WebP"
|
msgid "WebP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(model.Paths), S["{0}: There was an error handling the files.", context.PartFieldDefinition.DisplayName()]);
|
#. updater.ModelState.AddModelError(Prefix, nameof(model.Paths), S["{0}: There was an error handling the files.", context.PartFieldDefinition.DisplayName()]);
|
||||||
#: OrchardCore.Media\Drivers\MediaFieldDriver.cs:132
|
#: OrchardCore.Media\Drivers\MediaFieldDisplayDriver.cs:116
|
||||||
msgctxt "OrchardCore.Media.Drivers.MediaFieldDisplayDriver"
|
msgctxt "OrchardCore.Media.Drivers.MediaFieldDisplayDriver"
|
||||||
msgid "{0}: There was an error handling the files."
|
msgid "{0}: There was an error handling the files."
|
||||||
msgstr "{0}: هنالك خطأ اثناء معالجة الملفات."
|
msgstr "{0}: هنالك خطأ اثناء معالجة الملفات."
|
||||||
|
|
||||||
|
#. updater.ModelState.AddModelError(Prefix, nameof(model.Paths), S["Media extension is not allowed. Only media with '{0}' extensions are allowed.", string.Join(", ", settings.AllowedExtensions)]);
|
||||||
|
#: OrchardCore.Media\Drivers\MediaFieldDisplayDriver.cs:133
|
||||||
|
msgctxt "OrchardCore.Media.Drivers.MediaFieldDisplayDriver"
|
||||||
|
msgid "Media extension is not allowed. Only media with '{0}' extensions are allowed."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(model.Paths), S["{0}: A media is required.", context.PartFieldDefinition.DisplayName()]);
|
#. updater.ModelState.AddModelError(Prefix, nameof(model.Paths), S["{0}: A media is required.", context.PartFieldDefinition.DisplayName()]);
|
||||||
#: OrchardCore.Media\Drivers\MediaFieldDriver.cs:143
|
#: OrchardCore.Media\Drivers\MediaFieldDisplayDriver.cs:140
|
||||||
msgctxt "OrchardCore.Media.Drivers.MediaFieldDisplayDriver"
|
msgctxt "OrchardCore.Media.Drivers.MediaFieldDisplayDriver"
|
||||||
msgid "{0}: A media is required."
|
msgid "{0}: A media is required."
|
||||||
msgstr "{0}: ملف الوسائط مطلوب."
|
msgstr "{0}: ملف الوسائط مطلوب."
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(model.Paths), S["{0}: Selecting multiple media is forbidden.", context.PartFieldDefinition.DisplayName()]);
|
#. updater.ModelState.AddModelError(Prefix, nameof(model.Paths), S["{0}: Selecting multiple media is forbidden.", context.PartFieldDefinition.DisplayName()]);
|
||||||
#: OrchardCore.Media\Drivers\MediaFieldDriver.cs:148
|
#: OrchardCore.Media\Drivers\MediaFieldDisplayDriver.cs:145
|
||||||
msgctxt "OrchardCore.Media.Drivers.MediaFieldDisplayDriver"
|
msgctxt "OrchardCore.Media.Drivers.MediaFieldDisplayDriver"
|
||||||
msgid "{0}: Selecting multiple media is forbidden."
|
msgid "{0}: Selecting multiple media is forbidden."
|
||||||
msgstr "{0}: تحديد وسائط متعددة محظور."
|
msgstr "{0}: تحديد وسائط متعددة محظور."
|
||||||
@@ -310,6 +316,12 @@ msgctxt "OrchardCore.Media.GraphQL.MediaAssetQuery"
|
|||||||
msgid "Whether to get the assets from just the top directory or from all sub-directories as well."
|
msgid "Whether to get the assets from just the top directory or from all sub-directories as well."
|
||||||
msgstr "إذا كان بإمكانك الحصول على الوسائط المتعددة من المجلد الأساسي أو من كل المجلدات الفرعية."
|
msgstr "إذا كان بإمكانك الحصول على الوسائط المتعددة من المجلد الأساسي أو من كل المجلدات الفرعية."
|
||||||
|
|
||||||
|
#. context.Updater.ModelState.AddModelError(Prefix, string.Empty, S["Please select at least one extension."]);
|
||||||
|
#: OrchardCore.Media\Settings\MediaFieldSettingsDriver.cs:98
|
||||||
|
msgctxt "OrchardCore.Media.Settings.MediaFieldSettingsDriver"
|
||||||
|
msgid "Please select at least one extension."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <h5>@T["All Media Profiles"]</h5>
|
#. <h5>@T["All Media Profiles"]</h5>
|
||||||
#: OrchardCore.Media\Views\Items\AllMediaProfilesDeploymentStep.Edit.cshtml:3
|
#: OrchardCore.Media\Views\Items\AllMediaProfilesDeploymentStep.Edit.cshtml:3
|
||||||
msgctxt "OrchardCore.Media.Views.Items.AllMediaProfilesDeploymentStep.Edit"
|
msgctxt "OrchardCore.Media.Views.Items.AllMediaProfilesDeploymentStep.Edit"
|
||||||
@@ -346,7 +358,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
|||||||
msgid "Create Media Profile"
|
msgid "Create Media Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:9
|
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:9
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -358,7 +370,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
|||||||
msgid "The name of the media profile."
|
msgid "The name of the media profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:20
|
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:20
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -370,7 +382,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
|||||||
msgid "The hint for the media profile."
|
msgid "The hint for the media profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SelectedWidth">@T["Width"]</label>
|
#. <label asp-for="SelectedWidth" class="form-label">@T["Width"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:31
|
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:31
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
||||||
msgid "Width"
|
msgid "Width"
|
||||||
@@ -382,7 +394,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
|||||||
msgid "Select the width for the processed image. A default value means a width command will not be applied."
|
msgid "Select the width for the processed image. A default value means a width command will not be applied."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SelectedHeight">@T["Height"]</label>
|
#. <label asp-for="SelectedHeight" class="form-label">@T["Height"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:44
|
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:44
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
||||||
msgid "Height"
|
msgid "Height"
|
||||||
@@ -394,7 +406,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
|||||||
msgid "Select the height for the processed image. A default value means a height command will not be applied."
|
msgid "Select the height for the processed image. A default value means a height command will not be applied."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SelectedMode">@T["Resize Mode"]</label>
|
#. <label asp-for="SelectedMode" class="form-label">@T["Resize Mode"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:57
|
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:57
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
||||||
msgid "Resize Mode"
|
msgid "Resize Mode"
|
||||||
@@ -406,7 +418,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
|||||||
msgid "Select the resize mode for the processed image."
|
msgid "Select the resize mode for the processed image."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="BackgroundColor">@T["Background Color"]</label>
|
#. <label asp-for="BackgroundColor" class="form-label">@T["Background Color"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:68
|
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:68
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
||||||
msgid "Background Color"
|
msgid "Background Color"
|
||||||
@@ -418,7 +430,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
|||||||
msgid "Select the background color for the processed image. An empty value means a bgcolor command will not be applied. Examples of valid values: 'white', 'ffff00', 'ffff0080', '128,64,32' and '128,64,32,80'."
|
msgid "Select the background color for the processed image. An empty value means a bgcolor command will not be applied. Examples of valid values: 'white', 'ffff00', 'ffff0080', '128,64,32' and '128,64,32,80'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SelectedFormat">@T["Format"]</label>
|
#. <label asp-for="SelectedFormat" class="form-label">@T["Format"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:79
|
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:79
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
||||||
msgid "Format"
|
msgid "Format"
|
||||||
@@ -430,7 +442,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
|||||||
msgid "Select the format for the processed image. A default value means a format command will not be applied."
|
msgid "Select the format for the processed image. A default value means a format command will not be applied."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Quality">@T["Quality"]</label>
|
#. <label asp-for="Quality" class="form-label">@T["Quality"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:90
|
#: OrchardCore.Media\Views\MediaProfiles\Create.cshtml:90
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Create"
|
||||||
msgid "Quality"
|
msgid "Quality"
|
||||||
@@ -472,7 +484,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
|||||||
msgid "Edit Media Profile"
|
msgid "Edit Media Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:10
|
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:10
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -484,7 +496,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
|||||||
msgid "The name of the media profile."
|
msgid "The name of the media profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:21
|
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -496,7 +508,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
|||||||
msgid "The hint for the media profile."
|
msgid "The hint for the media profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SelectedWidth">@T["Width"]</label>
|
#. <label asp-for="SelectedWidth" class="form-label">@T["Width"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:32
|
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:32
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
||||||
msgid "Width"
|
msgid "Width"
|
||||||
@@ -508,7 +520,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
|||||||
msgid "Select the width for the processed image. A default value means a width command will not be applied."
|
msgid "Select the width for the processed image. A default value means a width command will not be applied."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SelectedHeight">@T["Height"]</label>
|
#. <label asp-for="SelectedHeight" class="form-label">@T["Height"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:45
|
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:45
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
||||||
msgid "Height"
|
msgid "Height"
|
||||||
@@ -520,7 +532,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
|||||||
msgid "Select the height for the processed image. A default value means a height command will not be applied."
|
msgid "Select the height for the processed image. A default value means a height command will not be applied."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SelectedMode">@T["Resize Mode"]</label>
|
#. <label asp-for="SelectedMode" class="form-label">@T["Resize Mode"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:58
|
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:58
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
||||||
msgid "Resize Mode"
|
msgid "Resize Mode"
|
||||||
@@ -532,7 +544,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
|||||||
msgid "Select the resize mode for the processed image."
|
msgid "Select the resize mode for the processed image."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="BackgroundColor">@T["Background Color"]</label>
|
#. <label asp-for="BackgroundColor" class="form-label">@T["Background Color"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:69
|
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:69
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
||||||
msgid "Background Color"
|
msgid "Background Color"
|
||||||
@@ -544,7 +556,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
|||||||
msgid "Select the background color for the processed image. An empty value means a bgcolor command will not be applied. Examples of valid values: 'white', 'ffff00', 'ffff0080', '128,64,32' and '128,64,32,16'."
|
msgid "Select the background color for the processed image. An empty value means a bgcolor command will not be applied. Examples of valid values: 'white', 'ffff00', 'ffff0080', '128,64,32' and '128,64,32,16'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SelectedFormat">@T["Format"]</label>
|
#. <label asp-for="SelectedFormat" class="form-label">@T["Format"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:80
|
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:80
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
||||||
msgid "Format"
|
msgid "Format"
|
||||||
@@ -556,7 +568,7 @@ msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
|||||||
msgid "Select the format for the processed image. A default value means a format command will not be applied."
|
msgid "Select the format for the processed image. A default value means a format command will not be applied."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Quality">@T["Quality"]</label>
|
#. <label asp-for="Quality" class="form-label">@T["Quality"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:91
|
#: OrchardCore.Media\Views\MediaProfiles\Edit.cshtml:91
|
||||||
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaProfiles.Edit"
|
||||||
msgid "Quality"
|
msgid "Quality"
|
||||||
@@ -737,297 +749,297 @@ msgid "selected"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h3>@T["Drop your media here"]</h3>
|
#. <h3>@T["Drop your media here"]</h3>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:7
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:14
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Drop your media here"
|
msgid "Drop your media here"
|
||||||
msgstr "ضع الوسائط هنا"
|
msgstr "ضع الوسائط هنا"
|
||||||
|
|
||||||
#. <p>@T["Your files will be uploaded to the current folder when you drop them here"]</p>
|
#. <p>@T["Your files will be uploaded to the current folder when you drop them here"]</p>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:8
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:15
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Your files will be uploaded to the current folder when you drop them here"
|
msgid "Your files will be uploaded to the current folder when you drop them here"
|
||||||
msgstr "سيتم تحميل الملفات إلى المجلد الحالي عند إفلاتها هنا"
|
msgstr "سيتم تحميل الملفات إلى المجلد الحالي عند إفلاتها هنا"
|
||||||
|
|
||||||
#. @T["Select All"]
|
#. @T["Select All"]
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:28
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:35
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Select All"
|
msgid "Select All"
|
||||||
msgstr "إختيار الكل"
|
msgstr "إختيار الكل"
|
||||||
|
|
||||||
#. @T["Select None"]
|
#. @T["Select None"]
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:31
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:38
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Select None"
|
msgid "Select None"
|
||||||
msgstr "عدم الإختيار"
|
msgstr "عدم الإختيار"
|
||||||
|
|
||||||
#. @T["Invert"]
|
#. @T["Invert"]
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:34
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:41
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Invert"
|
msgid "Invert"
|
||||||
msgstr "عكس"
|
msgstr "عكس"
|
||||||
|
|
||||||
#. @T["Delete"] <span class="badge rounded-pill bg-light" v-show="selectedMedias.length > 0">{{ selectedMedias.length}}</span>
|
#. @T["Delete"] <span class="badge rounded-pill text-bg-theme" v-show="selectedMedias.length > 0">{{ selectedMedias.length}}</span>
|
||||||
#. <input type="hidden" id="t-delete-button" value="@T["Delete"]" />
|
#. <input type="hidden" id="t-delete-button" value="@T["Delete"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:37
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:44
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:129
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:139
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "حذف"
|
msgstr "حذف"
|
||||||
|
|
||||||
#. <span title="@T["Grid View"]"><i class="fa fa-th-large" aria-hidden="true"></i></span>
|
#. <span title="@T["Grid View"]"><i class="fa-solid fa-th-large" aria-hidden="true"></i></span>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:42
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:49
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Grid View"
|
msgid "Grid View"
|
||||||
msgstr "العرض كشبكة"
|
msgstr "العرض كشبكة"
|
||||||
|
|
||||||
#. <span title="@T["List View"]"><i class="fa fa-th-list" aria-hidden="true"></i></span>
|
#. <span title="@T["List View"]"><i class="fa-solid fa-th-list" aria-hidden="true"></i></span>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:45
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:52
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "List View"
|
msgid "List View"
|
||||||
msgstr "العرض كقائمة"
|
msgstr "العرض كقائمة"
|
||||||
|
|
||||||
#. <span title="@T["Small Thumbs"]"><i class="fa fa-compress" aria-hidden="true"></i></span>
|
#. <span title="@T["Small Thumbs"]"><i class="fa-solid fa-compress" aria-hidden="true"></i></span>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:50
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:57
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Small Thumbs"
|
msgid "Small Thumbs"
|
||||||
msgstr "مصغرات صغيرة"
|
msgstr "مصغرات صغيرة"
|
||||||
|
|
||||||
#. <span title="@T["Large Thumbs"]"><i class="fa fa-expand" aria-hidden="true"></i></span>
|
#. <span title="@T["Large Thumbs"]"><i class="fa-solid fa-expand" aria-hidden="true"></i></span>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:53
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:60
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Large Thumbs"
|
msgid "Large Thumbs"
|
||||||
msgstr "مصغرات كبيرة"
|
msgstr "مصغرات كبيرة"
|
||||||
|
|
||||||
#. <input type="text" id="media-filter-input" v-model="mediaFilter" class="form-control input-filter" placeholder="@T["Filter..."]" aria-label="@T["Filter..."]">
|
#. <input type="text" id="media-filter-input" v-model="mediaFilter" class="form-control input-filter" placeholder="@T["Filter..."]" aria-label="@T["Filter..."]">
|
||||||
#. <input type="text" id="media-filter-input" v-model="mediaFilter" class="form-control input-filter" placeholder="@T["Filter..."]" aria-label="@T["Filter..."]">
|
#. <input type="text" id="media-filter-input" v-model="mediaFilter" class="form-control input-filter" placeholder="@T["Filter..."]" aria-label="@T["Filter..."]">
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:61
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:68
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:61
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:68
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Filter..."
|
msgid "Filter..."
|
||||||
msgstr "تصفية..."
|
msgstr "تصفية..."
|
||||||
|
|
||||||
#. @T["Upload"]
|
#. @T["Upload"]
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:71
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:78
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Upload"
|
msgid "Upload"
|
||||||
msgstr "رفع"
|
msgstr "رفع"
|
||||||
|
|
||||||
#. <span class="breadcrumb-item" :class="{ active: isHome }"><a id="t-mediaLibrary" :href="isHome ? null : '#'" v-on:click="selectRoot">@T["Media Library"]</a></span>
|
#. <span class="breadcrumb-item" :class="{ active: isHome }"><a id="t-mediaLibrary" :href="isHome ? null : '#'" v-on:click="selectRoot">@T["Media Library"]</a></span>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:79
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:86
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Media Library"
|
msgid "Media Library"
|
||||||
msgstr "مكتبة الوسائط"
|
msgstr "مكتبة الوسائط"
|
||||||
|
|
||||||
#. <div class="alert-info p-2" v-show="mediaItems.length > 0 && filteredMediaItems.length < 1">@T["Nothing to show with this filter"]</div>
|
#. <div class="alert-info p-2" v-show="mediaItems.length > 0 && filteredMediaItems.length < 1">@T["Nothing to show with this filter"]</div>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:102
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:109
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Nothing to show with this filter"
|
msgid "Nothing to show with this filter"
|
||||||
msgstr "لا شيء للعرض مع هذه التصفية"
|
msgstr "لا شيء للعرض مع هذه التصفية"
|
||||||
|
|
||||||
#. <div class="alert-info p-2" v-show="mediaItems.length < 1">@T["This folder is empty"]</div>
|
#. <div class="alert-info p-2" v-show="mediaItems.length < 1">@T["This folder is empty"]</div>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:103
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:110
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "This folder is empty"
|
msgid "This folder is empty"
|
||||||
msgstr "هذا المجلد فارغ"
|
msgstr "هذا المجلد فارغ"
|
||||||
|
|
||||||
#. <input type="hidden" id="deleteFolder" data-title="@T["Delete media folder"]" data-message="@T["Are you sure you want to delete this folder?"]" />
|
#. <input type="hidden" id="deleteFolder" data-title="@T["Delete media folder"]" data-message="@T["Are you sure you want to delete this folder?"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:124
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:134
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Delete media folder"
|
msgid "Delete media folder"
|
||||||
msgstr "حذف مجلد الوسائط"
|
msgstr "حذف مجلد الوسائط"
|
||||||
|
|
||||||
#. <input type="hidden" id="deleteFolder" data-title="@T["Delete media folder"]" data-message="@T["Are you sure you want to delete this folder?"]" />
|
#. <input type="hidden" id="deleteFolder" data-title="@T["Delete media folder"]" data-message="@T["Are you sure you want to delete this folder?"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:124
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:134
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Are you sure you want to delete this folder?"
|
msgid "Are you sure you want to delete this folder?"
|
||||||
msgstr "هل أنت متأكد أنك تريد حذف هذا المجلد؟"
|
msgstr "هل أنت متأكد أنك تريد حذف هذا المجلد؟"
|
||||||
|
|
||||||
#. <input type="hidden" id="deleteMedia" data-title="@T["Delete media"]" data-message="@T["Are you sure you want to delete these media items?"]" />
|
#. <input type="hidden" id="deleteMedia" data-title="@T["Delete media"]" data-message="@T["Are you sure you want to delete these media items?"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:125
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:135
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Delete media"
|
msgid "Delete media"
|
||||||
msgstr "حذف ملف وسائط"
|
msgstr "حذف ملف وسائط"
|
||||||
|
|
||||||
#. <input type="hidden" id="deleteMedia" data-title="@T["Delete media"]" data-message="@T["Are you sure you want to delete these media items?"]" />
|
#. <input type="hidden" id="deleteMedia" data-title="@T["Delete media"]" data-message="@T["Are you sure you want to delete these media items?"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:125
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:135
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Are you sure you want to delete these media items?"
|
msgid "Are you sure you want to delete these media items?"
|
||||||
msgstr "هل أنت متأكد فعلاً من حدف هذه الوسائط؟"
|
msgstr "هل أنت متأكد فعلاً من حدف هذه الوسائط؟"
|
||||||
|
|
||||||
#. <input type="hidden" id="moveMedia" data-title="@T["Move media"]" data-message="@T["Are you sure you want to move the selected media to this folder?"]" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-ok-class="btn-success" />
|
#. <input type="hidden" id="moveMedia" data-title="@T["Move media"]" data-message="@T["Are you sure you want to move the selected media to this folder?"]" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-ok-class="btn-success" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:126
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:136
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Move media"
|
msgid "Move media"
|
||||||
msgstr "نقل الوسائط"
|
msgstr "نقل الوسائط"
|
||||||
|
|
||||||
#. <input type="hidden" id="moveMedia" data-title="@T["Move media"]" data-message="@T["Are you sure you want to move the selected media to this folder?"]" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-ok-class="btn-success" />
|
#. <input type="hidden" id="moveMedia" data-title="@T["Move media"]" data-message="@T["Are you sure you want to move the selected media to this folder?"]" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-ok-class="btn-success" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:126
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:136
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Are you sure you want to move the selected media to this folder?"
|
msgid "Are you sure you want to move the selected media to this folder?"
|
||||||
msgstr "هل أنت متأكد من نقل الوسائط المحددة إلى هذا المجلد؟"
|
msgstr "هل أنت متأكد من نقل الوسائط المحددة إلى هذا المجلد؟"
|
||||||
|
|
||||||
#. <input type="hidden" id="moveMedia" data-title="@T["Move media"]" data-message="@T["Are you sure you want to move the selected media to this folder?"]" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-ok-class="btn-success" />
|
#. <input type="hidden" id="moveMedia" data-title="@T["Move media"]" data-message="@T["Are you sure you want to move the selected media to this folder?"]" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-ok-class="btn-success" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:126
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:136
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "نعم"
|
msgstr "نعم"
|
||||||
|
|
||||||
#. <input type="hidden" id="moveMedia" data-title="@T["Move media"]" data-message="@T["Are you sure you want to move the selected media to this folder?"]" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-ok-class="btn-success" />
|
#. <input type="hidden" id="moveMedia" data-title="@T["Move media"]" data-message="@T["Are you sure you want to move the selected media to this folder?"]" data-ok-text="@T["Yes"]" data-cancel-text="@T["No"]" data-ok-class="btn-success" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:126
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:136
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr "لا"
|
msgstr "لا"
|
||||||
|
|
||||||
#. <input type="hidden" id="sameFolderMessage" value="@T["The media is already on this folder"]" />
|
#. <input type="hidden" id="sameFolderMessage" value="@T["The media is already on this folder"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:127
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:137
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "The media is already on this folder"
|
msgid "The media is already on this folder"
|
||||||
msgstr "ملف الوسائط موجود مسبقا في هذا المجلد"
|
msgstr "ملف الوسائط موجود مسبقا في هذا المجلد"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-edit-button" value="@T["Edit"]" />
|
#. <input type="hidden" id="t-edit-button" value="@T["Edit"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:128
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:138
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "تحرير"
|
msgstr "تحرير"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-view-button" value="@T["View"]" />
|
#. <input type="hidden" id="t-view-button" value="@T["View"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:130
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:140
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "View"
|
msgid "View"
|
||||||
msgstr "مشاهده"
|
msgstr "مشاهده"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-error" value="@T["This file exceeds the maximum upload size"]" />
|
#. <input type="hidden" id="t-error" value="@T["This file exceeds the maximum upload size"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:133
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:143
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "This file exceeds the maximum upload size"
|
msgid "This file exceeds the maximum upload size"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <input type="hidden" id="t-uploads" value="@T["Uploads"]" />
|
#. <input type="hidden" id="t-uploads" value="@T["Uploads"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:136
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:146
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Uploads"
|
msgid "Uploads"
|
||||||
msgstr "المرفوعات"
|
msgstr "المرفوعات"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-errors" value="@T["Errors"]" />
|
#. <input type="hidden" id="t-errors" value="@T["Errors"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:137
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:147
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Errors"
|
msgid "Errors"
|
||||||
msgstr "أخطاء"
|
msgstr "أخطاء"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-clear-errors" value="@T["Clear Errors"]" />
|
#. <input type="hidden" id="t-clear-errors" value="@T["Clear Errors"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:138
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:148
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Clear Errors"
|
msgid "Clear Errors"
|
||||||
msgstr "مسح الأخطاء"
|
msgstr "مسح الأخطاء"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-image-header" value="@T["Image"]" />
|
#. <input type="hidden" id="t-image-header" value="@T["Image"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:141
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:151
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Image"
|
msgid "Image"
|
||||||
msgstr "صورة"
|
msgstr "صورة"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-name-header" value="@T["Name"]" />
|
#. <input type="hidden" id="t-name-header" value="@T["Name"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:142
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:152
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "الاسم"
|
msgstr "الاسم"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-lastModify-header" value="@T["Last modification"]" />
|
#. <input type="hidden" id="t-lastModify-header" value="@T["Last modification"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:143
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:153
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Last modification"
|
msgid "Last modification"
|
||||||
msgstr "آخر تعديل"
|
msgstr "آخر تعديل"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-size-header" value="@T["Size"]" />
|
#. <input type="hidden" id="t-size-header" value="@T["Size"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:144
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:154
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "الحجم"
|
msgstr "الحجم"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-type-header" value="@T["Type"]" />
|
#. <input type="hidden" id="t-type-header" value="@T["Type"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:145
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:155
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
msgstr "النوع"
|
msgstr "النوع"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-pager-first-button" value="@T["First"]" />
|
#. <input type="hidden" id="t-pager-first-button" value="@T["First"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:148
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:158
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "First"
|
msgid "First"
|
||||||
msgstr "الأول"
|
msgstr "الأول"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-pager-previous-button" value="@T["Previous"]" />
|
#. <input type="hidden" id="t-pager-previous-button" value="@T["Previous"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:149
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:159
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Previous"
|
msgid "Previous"
|
||||||
msgstr "السابق"
|
msgstr "السابق"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-pager-next-button" value="@T["Next"]" />
|
#. <input type="hidden" id="t-pager-next-button" value="@T["Next"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:150
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:160
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Next"
|
msgid "Next"
|
||||||
msgstr "التالي"
|
msgstr "التالي"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-pager-last-button" value="@T["Last"]" />
|
#. <input type="hidden" id="t-pager-last-button" value="@T["Last"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:151
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:161
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Last"
|
msgid "Last"
|
||||||
msgstr "الأخير"
|
msgstr "الأخير"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-pager-page-size-label" value="@T["Page Size"]" />
|
#. <input type="hidden" id="t-pager-page-size-label" value="@T["Page Size"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:152
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:162
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Page Size"
|
msgid "Page Size"
|
||||||
msgstr "حجم الصفحة"
|
msgstr "حجم الصفحة"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-pager-page-label" value="@T["Page:"]" />
|
#. <input type="hidden" id="t-pager-page-label" value="@T["Page:"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:153
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:163
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Page:"
|
msgid "Page:"
|
||||||
msgstr "الصفحة:"
|
msgstr "الصفحة:"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-pager-total-label" value="@T["Total items:"]" />
|
#. <input type="hidden" id="t-pager-total-label" value="@T["Total items:"]" />
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:154
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:164
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Total items:"
|
msgid "Total items:"
|
||||||
msgstr "مجموع العناصر:"
|
msgstr "مجموع العناصر:"
|
||||||
|
|
||||||
#. <h5 class="modal-title" id="modelTitle">@T["Create Folder"]</h5>
|
#. <h5 class="modal-title" id="modelTitle">@T["Create Folder"]</h5>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:160
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:170
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Create Folder"
|
msgid "Create Folder"
|
||||||
msgstr "إنشاء مجلد"
|
msgstr "إنشاء مجلد"
|
||||||
|
|
||||||
#. <label for="input" class="form-control-label" id="input-label">@T["Folder name"]</label>
|
#. <label for="input" class="form-label" id="input-label">@T["Folder name"]</label>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:165
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:175
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Folder name"
|
msgid "Folder name"
|
||||||
msgstr "اسم المجلد"
|
msgstr "اسم المجلد"
|
||||||
|
|
||||||
#. <button type="button" class="btn btn-primary" id="modalFooterOk">@T["Ok"]</button>
|
#. <button type="button" class="btn btn-primary" id="modalFooterOk">@T["Ok"]</button>
|
||||||
#. <button type="button" class="btn btn-primary" id="renameMediaModalFooterOk">@T["Ok"]</button>
|
#. <button type="button" class="btn btn-primary" id="renameMediaModalFooterOk">@T["Ok"]</button>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:171
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:181
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:194
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:204
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Ok"
|
msgid "Ok"
|
||||||
msgstr "موافق"
|
msgstr "موافق"
|
||||||
|
|
||||||
#. <button type="button" class="btn btn-light" data-bs-dismiss="modal">@T["Cancel"]</button>
|
#. <button type="button" class="btn btn-light" data-bs-dismiss="modal">@T["Cancel"]</button>
|
||||||
#. <button type="button" class="btn btn-light" data-bs-dismiss="modal">@T["Cancel"]</button>
|
#. <button type="button" class="btn btn-light" data-bs-dismiss="modal">@T["Cancel"]</button>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:172
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:182
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:195
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:205
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "إلغاء"
|
msgstr "إلغاء"
|
||||||
|
|
||||||
#. <h5 class="modal-title" id="modelTitle">@T["Rename Item"]</h5>
|
#. <h5 class="modal-title" id="modelTitle">@T["Rename Item"]</h5>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:182
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:192
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "Rename Item"
|
msgid "Rename Item"
|
||||||
msgstr "إعادة تسمية عنصر"
|
msgstr "إعادة تسمية عنصر"
|
||||||
|
|
||||||
#. <label for="input" class="form-control-label" id="input-label">@T["New Name"]</label>
|
#. <label for="input" class="form-label" id="input-label">@T["New Name"]</label>
|
||||||
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:187
|
#: OrchardCore.Media\Views\Admin\MediaApplication.cshtml:197
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
msgctxt "OrchardCore.Media.Views.Admin.MediaApplication"
|
||||||
msgid "New Name"
|
msgid "New Name"
|
||||||
msgstr "اسم جديد"
|
msgstr "اسم جديد"
|
||||||
@@ -1056,13 +1068,13 @@ msgctxt "OrchardCore.Media.Views.Items.MediaDeploymentStep.Fields.Summary"
|
|||||||
msgid "Media"
|
msgid "Media"
|
||||||
msgstr "وسائط"
|
msgstr "وسائط"
|
||||||
|
|
||||||
#. <span class="badge bg-success">@T["All"]</span>
|
#. <span class="badge text-bg-success">@T["All"]</span>
|
||||||
#: OrchardCore.Media\Views\Items\MediaDeploymentStep.Fields.Summary.cshtml:13
|
#: OrchardCore.Media\Views\Items\MediaDeploymentStep.Fields.Summary.cshtml:13
|
||||||
msgctxt "OrchardCore.Media.Views.Items.MediaDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Media.Views.Items.MediaDeploymentStep.Fields.Summary"
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "الكل"
|
msgstr "الكل"
|
||||||
|
|
||||||
#. <span class="badge bg-warning">@T["No media selected."]</span>
|
#. <span class="badge text-bg-warning">@T["No media selected."]</span>
|
||||||
#: OrchardCore.Media\Views\Items\MediaDeploymentStep.Fields.Summary.cshtml:31
|
#: OrchardCore.Media\Views\Items\MediaDeploymentStep.Fields.Summary.cshtml:31
|
||||||
msgctxt "OrchardCore.Media.Views.Items.MediaDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Media.Views.Items.MediaDeploymentStep.Fields.Summary"
|
||||||
msgid "No media selected."
|
msgid "No media selected."
|
||||||
@@ -1080,73 +1092,97 @@ msgctxt "OrchardCore.Media.Views.Items.MediaDeploymentStep.Fields.Thumbnail"
|
|||||||
msgid "Exports all or specified media."
|
msgid "Exports all or specified media."
|
||||||
msgstr "تصدير كل الوسائط أو المختارة فقط."
|
msgstr "تصدير كل الوسائط أو المختارة فقط."
|
||||||
|
|
||||||
#. <span v-show="!smallThumbs" title="@T[" Small Thumbs"]"><i class="fas fa-compress-alt" aria-hidden="true"></i></span>
|
#. <span v-show="!smallThumbs" title="@T[" Small Thumbs"]"><i class="fa-solid fa-compress-alt" aria-hidden="true"></i></span>
|
||||||
#: OrchardCore.Media\Views\MediaField-Attached.Edit.cshtml:28
|
#: OrchardCore.Media\Views\MediaField-Attached.Edit.cshtml:32
|
||||||
msgctxt "OrchardCore.Media.Views.MediaField-Attached.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaField-Attached.Edit"
|
||||||
msgid " Small Thumbs"
|
msgid " Small Thumbs"
|
||||||
msgstr " مصغرات صغيرة"
|
msgstr " مصغرات صغيرة"
|
||||||
|
|
||||||
#. <span v-show="smallThumbs" title="@T[" Large Thumbs"]"><i class="fas fa-expand-alt" aria-hidden="true"></i></span>
|
#. <span v-show="smallThumbs" title="@T[" Large Thumbs"]"><i class="fa-solid fa-expand-alt" aria-hidden="true"></i></span>
|
||||||
#: OrchardCore.Media\Views\MediaField-Attached.Edit.cshtml:29
|
#: OrchardCore.Media\Views\MediaField-Attached.Edit.cshtml:33
|
||||||
msgctxt "OrchardCore.Media.Views.MediaField-Attached.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaField-Attached.Edit"
|
||||||
msgid " Large Thumbs"
|
msgid " Large Thumbs"
|
||||||
msgstr " مصغرات كبيرة"
|
msgstr " مصغرات كبيرة"
|
||||||
|
|
||||||
#. <code class="text-end" v-if="selectedMedia">@T["{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' + selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"]</code>
|
#. <code class="text-end" v-if="selectedMedia">@T["{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' + selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"]</code>
|
||||||
#: OrchardCore.Media\Views\MediaField-Attached.Edit.cshtml:40
|
#: OrchardCore.Media\Views\MediaField-Attached.Edit.cshtml:44
|
||||||
msgctxt "OrchardCore.Media.Views.MediaField-Attached.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaField-Attached.Edit"
|
||||||
msgid "{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' + selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"
|
msgid "{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' + selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. <input type="hidden" id="t-error" value="@T["This file exceeds the maximum upload size"]" />
|
||||||
|
#: OrchardCore.Media\Views\MediaField-Attached.Edit.cshtml:56
|
||||||
|
msgctxt "OrchardCore.Media.Views.MediaField-Attached.Edit"
|
||||||
|
msgid "This file exceeds the maximum upload size"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <input type="hidden" id="t-uploads" value="@T["Uploads"]" />
|
||||||
|
#: OrchardCore.Media\Views\MediaField-Attached.Edit.cshtml:59
|
||||||
|
msgctxt "OrchardCore.Media.Views.MediaField-Attached.Edit"
|
||||||
|
msgid "Uploads"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <input type="hidden" id="t-errors" value="@T["Errors"]" />
|
||||||
|
#: OrchardCore.Media\Views\MediaField-Attached.Edit.cshtml:60
|
||||||
|
msgctxt "OrchardCore.Media.Views.MediaField-Attached.Edit"
|
||||||
|
msgid "Errors"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <input type="hidden" id="t-clear-errors" value="@T["Clear Errors"]" />
|
||||||
|
#: OrchardCore.Media\Views\MediaField-Attached.Edit.cshtml:61
|
||||||
|
msgctxt "OrchardCore.Media.Views.MediaField-Attached.Edit"
|
||||||
|
msgid "Clear Errors"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <option value="Attached" selected="@(currentEditor == "Attached")">@T["Attached"]</option>
|
#. <option value="Attached" selected="@(currentEditor == "Attached")">@T["Attached"]</option>
|
||||||
#: OrchardCore.Media\Views\MediaField-Attached.Option.cshtml:4
|
#: OrchardCore.Media\Views\MediaField-Attached.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.Media.Views.MediaField-Attached.Option"
|
msgctxt "OrchardCore.Media.Views.MediaField-Attached.Option"
|
||||||
msgid "Attached"
|
msgid "Attached"
|
||||||
msgstr "إرفاق"
|
msgstr "إرفاق"
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Media\Views\MediaField.DisplayOption.cshtml:4
|
#: OrchardCore.Media\Views\MediaField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.Media.Views.MediaField.DisplayOption"
|
msgctxt "OrchardCore.Media.Views.MediaField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
msgstr "قياسي"
|
||||||
|
|
||||||
#. <span v-show="!smallThumbs" title="@T[" Small Thumbs"]"><i class="fas fa-compress-alt" aria-hidden="true"></i></span>
|
#. <span v-show="!smallThumbs" title="@T[" Small Thumbs"]"><i class="fa-solid fa-compress-alt" aria-hidden="true"></i></span>
|
||||||
#: OrchardCore.Media\Views\MediaField.Edit.cshtml:28
|
#: OrchardCore.Media\Views\MediaField.Edit.cshtml:27
|
||||||
msgctxt "OrchardCore.Media.Views.MediaField.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaField.Edit"
|
||||||
msgid " Small Thumbs"
|
msgid " Small Thumbs"
|
||||||
msgstr " مصغرات صغيرة"
|
msgstr " مصغرات صغيرة"
|
||||||
|
|
||||||
#. <span v-show="smallThumbs" title="@T[" Large Thumbs"]"><i class="fas fa-expand-alt" aria-hidden="true"></i></span>
|
#. <span v-show="smallThumbs" title="@T[" Large Thumbs"]"><i class="fa-solid fa-expand-alt" aria-hidden="true"></i></span>
|
||||||
#: OrchardCore.Media\Views\MediaField.Edit.cshtml:29
|
#: OrchardCore.Media\Views\MediaField.Edit.cshtml:28
|
||||||
msgctxt "OrchardCore.Media.Views.MediaField.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaField.Edit"
|
||||||
msgid " Large Thumbs"
|
msgid " Large Thumbs"
|
||||||
msgstr " مصغرات كبيرة"
|
msgstr " مصغرات كبيرة"
|
||||||
|
|
||||||
#. <code class="text-end" v-if="selectedMedia">@T["{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' + selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"]</code>
|
#. <code class="text-end" v-if="selectedMedia">@T["{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' + selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"]</code>
|
||||||
#: OrchardCore.Media\Views\MediaField.Edit.cshtml:37
|
#: OrchardCore.Media\Views\MediaField.Edit.cshtml:36
|
||||||
msgctxt "OrchardCore.Media.Views.MediaField.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaField.Edit"
|
||||||
msgid "{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' + selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"
|
msgid "{{{{ selectedMedia.name }}}}{{{{ selectedMedia.mediaText === '' ? '' : ', ' + selectedMedia.mediaText }}}} ({{{{ isNaN(fileSize)? 0 : fileSize }}}} KB)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h5 class="modal-title">@T["Select Media"]</h5>
|
#. <h5 class="modal-title">@T["Select Media"]</h5>
|
||||||
#: OrchardCore.Media\Views\MediaField.Edit.cshtml:52
|
#: OrchardCore.Media\Views\MediaField.Edit.cshtml:51
|
||||||
msgctxt "OrchardCore.Media.Views.MediaField.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaField.Edit"
|
||||||
msgid "Select Media"
|
msgid "Select Media"
|
||||||
msgstr "إختر وسائط"
|
msgstr "إختر وسائط"
|
||||||
|
|
||||||
#. <button type="button" class="btn btn-primary mediaFieldSelectButton">@T["OK"]</button>
|
#. <button type="button" class="btn btn-primary mediaFieldSelectButton">@T["OK"]</button>
|
||||||
#: OrchardCore.Media\Views\MediaField.Edit.cshtml:57
|
#: OrchardCore.Media\Views\MediaField.Edit.cshtml:56
|
||||||
msgctxt "OrchardCore.Media.Views.MediaField.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaField.Edit"
|
||||||
msgid "OK"
|
msgid "OK"
|
||||||
msgstr "حسناً"
|
msgstr "حسناً"
|
||||||
|
|
||||||
#. <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">@T["Cancel"]</button>
|
#. <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">@T["Cancel"]</button>
|
||||||
#: OrchardCore.Media\Views\MediaField.Edit.cshtml:58
|
#: OrchardCore.Media\Views\MediaField.Edit.cshtml:57
|
||||||
msgctxt "OrchardCore.Media.Views.MediaField.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaField.Edit"
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "إلغاء"
|
msgstr "إلغاء"
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Media\Views\MediaField.Option.cshtml:4
|
#: OrchardCore.Media\Views\MediaField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.Media.Views.MediaField.Option"
|
msgctxt "OrchardCore.Media.Views.MediaField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -1194,11 +1230,11 @@ msgctxt "OrchardCore.Media.Views.Shared.MediaFieldEditLocalization"
|
|||||||
msgid "It will be discarded on saving"
|
msgid "It will be discarded on saving"
|
||||||
msgstr "سيتم تجاهله في الحفظ"
|
msgstr "سيتم تجاهله في الحفظ"
|
||||||
|
|
||||||
#. <input type="hidden" id="t-no-images" value="@T["No Images"]" />
|
#. <input type="hidden" id="t-no-images" value="@T["No Files"]" />
|
||||||
#: OrchardCore.Media\Views\Shared\MediaFieldEditLocalization.cshtml:11
|
#: OrchardCore.Media\Views\Shared\MediaFieldEditLocalization.cshtml:11
|
||||||
msgctxt "OrchardCore.Media.Views.Shared.MediaFieldEditLocalization"
|
msgctxt "OrchardCore.Media.Views.Shared.MediaFieldEditLocalization"
|
||||||
msgid "No Images"
|
msgid "No Files"
|
||||||
msgstr "لا توجد صور"
|
msgstr ""
|
||||||
|
|
||||||
#. <h5 class="modal-title">@T["Enter media text"]</h5>
|
#. <h5 class="modal-title">@T["Enter media text"]</h5>
|
||||||
#: OrchardCore.Media\Views\Shared\MediaFieldEditMediaTextModal.cshtml:5
|
#: OrchardCore.Media\Views\Shared\MediaFieldEditMediaTextModal.cshtml:5
|
||||||
@@ -1266,7 +1302,7 @@ msgctxt "OrchardCore.Media.Views.MediaFieldSettings.Edit"
|
|||||||
msgid "Whether selecting an anchor point for resizing is allowed."
|
msgid "Whether selecting an anchor point for resizing is allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.Media\Views\MediaFieldSettings.Edit.cshtml:33
|
#: OrchardCore.Media\Views\MediaFieldSettings.Edit.cshtml:33
|
||||||
msgctxt "OrchardCore.Media.Views.MediaFieldSettings.Edit"
|
msgctxt "OrchardCore.Media.Views.MediaFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -1278,7 +1314,31 @@ msgctxt "OrchardCore.Media.Views.MediaFieldSettings.Edit"
|
|||||||
msgid "The hint text to display on the editor."
|
msgid "The hint text to display on the editor."
|
||||||
msgstr "تلميح نصي ليظهر على المحرر."
|
msgstr "تلميح نصي ليظهر على المحرر."
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-images" aria-hidden="true"></i></span><span class="title">@T["Media"]</span>
|
#. <label class="form-check-label" asp-for="AllowAllDefaultMediaTypes">@T["Allow all default media types"]</label>
|
||||||
|
#: OrchardCore.Media\Views\MediaFieldSettings.Edit.cshtml:41
|
||||||
|
msgctxt "OrchardCore.Media.Views.MediaFieldSettings.Edit"
|
||||||
|
msgid "Allow all default media types"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint dashed">@T["This will allow the user to attach any accessible file from the media library."]</span>
|
||||||
|
#: OrchardCore.Media\Views\MediaFieldSettings.Edit.cshtml:42
|
||||||
|
msgctxt "OrchardCore.Media.Views.MediaFieldSettings.Edit"
|
||||||
|
msgid "This will allow the user to attach any accessible file from the media library."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label class="form-check-label cursor-pointer" for="@htmlId">@T["{0} types", group.Key]</label>
|
||||||
|
#: OrchardCore.Media\Views\MediaFieldSettings.Edit.cshtml:62
|
||||||
|
msgctxt "OrchardCore.Media.Views.MediaFieldSettings.Edit"
|
||||||
|
msgid "{0} types"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint dashed">@T["Select all extensions with the '{0}' type.", group.Key]</span>
|
||||||
|
#: OrchardCore.Media\Views\MediaFieldSettings.Edit.cshtml:63
|
||||||
|
msgctxt "OrchardCore.Media.Views.MediaFieldSettings.Edit"
|
||||||
|
msgid "Select all extensions with the '{0}' type."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="icon"><i class="fa-solid fa-images" aria-hidden="true"></i></span><span class="title">@T["Media"]</span>
|
||||||
#: OrchardCore.Media\Views\NavigationItemText-media.Id.cshtml:1
|
#: OrchardCore.Media\Views\NavigationItemText-media.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Media.Views.NavigationItemText-media.Id"
|
msgctxt "OrchardCore.Media.Views.NavigationItemText-media.Id"
|
||||||
msgid "Media"
|
msgid "Media"
|
||||||
@@ -1362,50 +1422,74 @@ msgctxt "OrchardCore.Media.Views.Admin.Options"
|
|||||||
msgid "The maximum size of an uploaded file in bytes."
|
msgid "The maximum size of an uploaded file in bytes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="CdnBaseUrl" class="col-sm-2 col-form-label">@T["Cdn base url"]</label>
|
#. <label asp-for="MaxUploadChunkSize" class="col-sm-2 col-form-label">@T["Max upload chunk size"]</label>
|
||||||
#: OrchardCore.Media\Views\Admin\Options.cshtml:54
|
#: OrchardCore.Media\Views\Admin\Options.cshtml:54
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
||||||
|
msgid "Max upload chunk size"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["The maximum chunk size when uploading files in bytes. If 0 or null, no chunked upload is used."]</span>
|
||||||
|
#: OrchardCore.Media\Views\Admin\Options.cshtml:57
|
||||||
|
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
||||||
|
msgid "The maximum chunk size when uploading files in bytes. If 0 or null, no chunked upload is used."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="TemporaryFileLifetime" class="col-sm-2 col-form-label">@T["Temporary file lifetime"]</label>
|
||||||
|
#: OrchardCore.Media\Views\Admin\Options.cshtml:62
|
||||||
|
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
||||||
|
msgid "Temporary file lifetime"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["The lifetime of temporary files created during upload."]</span>
|
||||||
|
#: OrchardCore.Media\Views\Admin\Options.cshtml:65
|
||||||
|
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
||||||
|
msgid "The lifetime of temporary files created during upload."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="CdnBaseUrl" class="col-sm-2 col-form-label">@T["Cdn base url"]</label>
|
||||||
|
#: OrchardCore.Media\Views\Admin\Options.cshtml:70
|
||||||
|
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
||||||
msgid "Cdn base url"
|
msgid "Cdn base url"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["A CDN base url that will be prefixed to the request path when serving images."]</span>
|
#. <span class="hint">@T["A CDN base url that will be prefixed to the request path when serving images."]</span>
|
||||||
#: OrchardCore.Media\Views\Admin\Options.cshtml:57
|
#: OrchardCore.Media\Views\Admin\Options.cshtml:73
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
||||||
msgid "A CDN base url that will be prefixed to the request path when serving images."
|
msgid "A CDN base url that will be prefixed to the request path when serving images."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="AssetsRequestPath" class="col-sm-2 col-form-label">@T["Assets request path"]</label>
|
#. <label asp-for="AssetsRequestPath" class="col-sm-2 col-form-label">@T["Assets request path"]</label>
|
||||||
#: OrchardCore.Media\Views\Admin\Options.cshtml:62
|
#: OrchardCore.Media\Views\Admin\Options.cshtml:78
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
||||||
msgid "Assets request path"
|
msgid "Assets request path"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["The request path used to route asset files."]</span>
|
#. <span class="hint">@T["The request path used to route asset files."]</span>
|
||||||
#: OrchardCore.Media\Views\Admin\Options.cshtml:65
|
#: OrchardCore.Media\Views\Admin\Options.cshtml:81
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
||||||
msgid "The request path used to route asset files."
|
msgid "The request path used to route asset files."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="AssetsPath" class="col-sm-2 col-form-label">@T["Assets path"]</label>
|
#. <label asp-for="AssetsPath" class="col-sm-2 col-form-label">@T["Assets path"]</label>
|
||||||
#: OrchardCore.Media\Views\Admin\Options.cshtml:70
|
#: OrchardCore.Media\Views\Admin\Options.cshtml:86
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
||||||
msgid "Assets path"
|
msgid "Assets path"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["The path used to store media assets. The path can be relative to the tenant's App_Data folder, or absolute."]</span>
|
#. <span class="hint">@T["The path used to store media assets. The path can be relative to the tenant's App_Data folder, or absolute."]</span>
|
||||||
#: OrchardCore.Media\Views\Admin\Options.cshtml:73
|
#: OrchardCore.Media\Views\Admin\Options.cshtml:89
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
||||||
msgid "The path used to store media assets. The path can be relative to the tenant's App_Data folder, or absolute."
|
msgid "The path used to store media assets. The path can be relative to the tenant's App_Data folder, or absolute."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="AssetsUsersFolder" class="col-sm-2 col-form-label">@T["Assets users folder"]</label>
|
#. <label asp-for="AssetsUsersFolder" class="col-sm-2 col-form-label">@T["Assets users folder"]</label>
|
||||||
#: OrchardCore.Media\Views\Admin\Options.cshtml:75
|
#: OrchardCore.Media\Views\Admin\Options.cshtml:91
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
||||||
msgid "Assets users folder"
|
msgid "Assets users folder"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["The folder under AssetsPath used to store users own media assets."]</span>
|
#. <span class="hint">@T["The folder under AssetsPath used to store users own media assets."]</span>
|
||||||
#: OrchardCore.Media\Views\Admin\Options.cshtml:78
|
#: OrchardCore.Media\Views\Admin\Options.cshtml:94
|
||||||
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
msgctxt "OrchardCore.Media.Views.Admin.Options"
|
||||||
msgid "The folder under AssetsPath used to store users own media assets."
|
msgid "The folder under AssetsPath used to store users own media assets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:43\n"
|
"PO-Revision-Date: 2023-12-22 16:29\n"
|
||||||
|
|
||||||
#. builder.Add(S["Content"], design => design
|
#. builder.Add(S["Content"], design => design
|
||||||
#: OrchardCore.Menu\AdminMenu.cs:33
|
#: OrchardCore.Menu\AdminMenu.cs:33
|
||||||
@@ -27,7 +27,7 @@ msgid "Menus"
|
|||||||
msgstr "القوائم"
|
msgstr "القوائم"
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Menu item deleted successfully."]);
|
#. await _notifier.SuccessAsync(H["Menu item deleted successfully."]);
|
||||||
#: OrchardCore.Menu\Controllers\AdminController.cs:282
|
#: OrchardCore.Menu\Controllers\AdminController.cs:283
|
||||||
msgctxt "OrchardCore.Menu.Controllers.AdminController"
|
msgctxt "OrchardCore.Menu.Controllers.AdminController"
|
||||||
msgid "Menu item deleted successfully."
|
msgid "Menu item deleted successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -60,7 +60,7 @@ msgctxt "OrchardCore.Menu.Drivers.MenuPartDisplayDriver"
|
|||||||
msgid "Publishing this content item may erase created content. Fix any content type issues beforehand."
|
msgid "Publishing this content item may erase created content. Fix any content type issues beforehand."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Name" class="@Orchard.GetLabelCssClasses()">@T["Name"]</label>
|
#. <label asp-for="Name" class="@Orchard.GetLabelClasses()">@T["Name"]</label>
|
||||||
#: OrchardCore.Menu\Views\ContentMenuItemPart.Edit.cshtml:5
|
#: OrchardCore.Menu\Views\ContentMenuItemPart.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Menu.Views.ContentMenuItemPart.Edit"
|
msgctxt "OrchardCore.Menu.Views.ContentMenuItemPart.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -90,19 +90,19 @@ msgctxt "OrchardCore.Menu.Views.Admin.Edit"
|
|||||||
msgid "Edit {0}"
|
msgid "Edit {0}"
|
||||||
msgstr "تحرير {0}"
|
msgstr "تحرير {0}"
|
||||||
|
|
||||||
#. <label asp-for="Name" class="@Orchard.GetLabelCssClasses()">@T["Name"]</label>
|
#. <label asp-for="Name" class="@Orchard.GetLabelClasses()">@T["Name"]</label>
|
||||||
#: OrchardCore.Menu\Views\HtmlMenuItemPart.Edit.cshtml:5
|
#: OrchardCore.Menu\Views\HtmlMenuItemPart.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Menu.Views.HtmlMenuItemPart.Edit"
|
msgctxt "OrchardCore.Menu.Views.HtmlMenuItemPart.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Url" class="@Orchard.GetLabelCssClasses()">@T["Url"]</label>
|
#. <label asp-for="Url" class="@Orchard.GetLabelClasses()">@T["Url"]</label>
|
||||||
#: OrchardCore.Menu\Views\HtmlMenuItemPart.Edit.cshtml:12
|
#: OrchardCore.Menu\Views\HtmlMenuItemPart.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.Menu.Views.HtmlMenuItemPart.Edit"
|
msgctxt "OrchardCore.Menu.Views.HtmlMenuItemPart.Edit"
|
||||||
msgid "Url"
|
msgid "Url"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Html" class="@Orchard.GetLabelCssClasses()">@T["Html"]</label>
|
#. <label asp-for="Html" class="@Orchard.GetLabelClasses()">@T["Html"]</label>
|
||||||
#: OrchardCore.Menu\Views\HtmlMenuItemPart.Edit.cshtml:19
|
#: OrchardCore.Menu\Views\HtmlMenuItemPart.Edit.cshtml:19
|
||||||
msgctxt "OrchardCore.Menu.Views.HtmlMenuItemPart.Edit"
|
msgctxt "OrchardCore.Menu.Views.HtmlMenuItemPart.Edit"
|
||||||
msgid "Html"
|
msgid "Html"
|
||||||
@@ -138,13 +138,13 @@ msgctxt "OrchardCore.Menu.Views.HtmlMenuItemPartSettings.Edit"
|
|||||||
msgid "See documentation"
|
msgid "See documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Name" class="@Orchard.GetLabelCssClasses()">@T["Name"]</label>
|
#. <label asp-for="Name" class="@Orchard.GetLabelClasses()">@T["Name"]</label>
|
||||||
#: OrchardCore.Menu\Views\LinkMenuItemPart.Edit.cshtml:5
|
#: OrchardCore.Menu\Views\LinkMenuItemPart.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Menu.Views.LinkMenuItemPart.Edit"
|
msgctxt "OrchardCore.Menu.Views.LinkMenuItemPart.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "الإسم"
|
msgstr "الإسم"
|
||||||
|
|
||||||
#. <label asp-for="Url" class="@Orchard.GetLabelCssClasses()">@T["Url"]</label>
|
#. <label asp-for="Url" class="@Orchard.GetLabelClasses()">@T["Url"]</label>
|
||||||
#: OrchardCore.Menu\Views\LinkMenuItemPart.Edit.cshtml:12
|
#: OrchardCore.Menu\Views\LinkMenuItemPart.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.Menu.Views.LinkMenuItemPart.Edit"
|
msgctxt "OrchardCore.Menu.Views.LinkMenuItemPart.Edit"
|
||||||
msgid "Url"
|
msgid "Url"
|
||||||
|
|||||||
@@ -10,46 +10,46 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:43\n"
|
"PO-Revision-Date: 2023-12-22 16:29\n"
|
||||||
|
|
||||||
#. builder.Add(S["Security"], security => security
|
#. builder.Add(S["Security"], security => security
|
||||||
#: OrchardCore.Microsoft.Authentication\AdminMenu.cs:24
|
#: OrchardCore.Microsoft.Authentication\AdminMenuMicrosoftAccount.cs:23
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuMicrosoftAccount"
|
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuMicrosoftAccount"
|
||||||
msgid "Security"
|
msgid "Security"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. .Add(S["Authentication"], authentication => authentication
|
#. .Add(S["Authentication"], authentication => authentication
|
||||||
#: OrchardCore.Microsoft.Authentication\AdminMenu.cs:25
|
#: OrchardCore.Microsoft.Authentication\AdminMenuMicrosoftAccount.cs:24
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuMicrosoftAccount"
|
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuMicrosoftAccount"
|
||||||
msgid "Authentication"
|
msgid "Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. .Add(S["Microsoft"], S["Microsoft"].PrefixPosition(), client => client
|
#. .Add(S["Microsoft"], S["Microsoft"].PrefixPosition(), client => client
|
||||||
#. .Add(S["Microsoft"], S["Microsoft"].PrefixPosition(), client => client
|
#. .Add(S["Microsoft"], S["Microsoft"].PrefixPosition(), client => client
|
||||||
#: OrchardCore.Microsoft.Authentication\AdminMenu.cs:26
|
#: OrchardCore.Microsoft.Authentication\AdminMenuMicrosoftAccount.cs:25
|
||||||
#: OrchardCore.Microsoft.Authentication\AdminMenu.cs:26
|
#: OrchardCore.Microsoft.Authentication\AdminMenuMicrosoftAccount.cs:25
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuMicrosoftAccount"
|
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuMicrosoftAccount"
|
||||||
msgid "Microsoft"
|
msgid "Microsoft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. builder.Add(S["Security"], security => security
|
#. builder.Add(S["Security"], security => security
|
||||||
#: OrchardCore.Microsoft.Authentication\AdminMenu.cs:55
|
#: OrchardCore.Microsoft.Authentication\AdminMenuMicrosoftAccount.cs:47
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuAAD"
|
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuAAD"
|
||||||
msgid "Security"
|
msgid "Security"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. .Add(S["Authentication"], authentication => authentication
|
#. .Add(S["Authentication"], authentication => authentication
|
||||||
#: OrchardCore.Microsoft.Authentication\AdminMenu.cs:56
|
#: OrchardCore.Microsoft.Authentication\AdminMenuMicrosoftAccount.cs:48
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuAAD"
|
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuAAD"
|
||||||
msgid "Authentication"
|
msgid "Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. .Add(S["Azure Active Directory"], S["Azure Active Directory"].PrefixPosition(), client => client
|
#. .Add(S["Microsoft Entra ID"], S["Microsoft Entra ID"].PrefixPosition(), client => client
|
||||||
#. .Add(S["Azure Active Directory"], S["Azure Active Directory"].PrefixPosition(), client => client
|
#. .Add(S["Microsoft Entra ID"], S["Microsoft Entra ID"].PrefixPosition(), client => client
|
||||||
#: OrchardCore.Microsoft.Authentication\AdminMenu.cs:57
|
#: OrchardCore.Microsoft.Authentication\AdminMenuMicrosoftAccount.cs:49
|
||||||
#: OrchardCore.Microsoft.Authentication\AdminMenu.cs:57
|
#: OrchardCore.Microsoft.Authentication\AdminMenuMicrosoftAccount.cs:49
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuAAD"
|
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuAAD"
|
||||||
msgid "Azure Active Directory"
|
msgid "Microsoft Entra ID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. yield return new ValidationResult(S["DisplayName is required"], new string[] { nameof(settings.DisplayName) });
|
#. yield return new ValidationResult(S["DisplayName is required"], new string[] { nameof(settings.DisplayName) });
|
||||||
@@ -118,112 +118,34 @@ msgctxt "OrchardCore.Microsoft.Authentication.ViewModels.MicrosoftAccountSetting
|
|||||||
msgid "Invalid path"
|
msgid "Invalid path"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h5>@T["Azure AD Settings"]</h5>
|
#. <h5>@T["Microsoft Entra ID Settings"]</h5>
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Edit.cshtml:3
|
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Edit.cshtml:3
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Edit"
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Edit"
|
||||||
msgid "Azure AD Settings"
|
msgid "Microsoft Entra ID Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h5>@T["Azure AD Settings"]</h5>
|
#. <h5>@T["Microsoft Entra ID Settings"]</h5>
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Summary.cshtml:3
|
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Summary.cshtml:3
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Summary"
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Summary"
|
||||||
msgid "Azure AD Settings"
|
msgid "Microsoft Entra ID Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["Adds Azure AD settings to the plan."]</span>
|
#. <span class="hint">@T["Adds Microsoft Entra ID settings to the plan."]</span>
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Summary.cshtml:5
|
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Summary.cshtml:5
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Summary"
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Summary"
|
||||||
msgid "Adds Azure AD settings to the plan."
|
msgid "Adds Microsoft Entra ID settings to the plan."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4 class="card-title">@T["Azure AD Settings"]</h4>
|
#. <h4 class="card-title">@T["Microsoft Entra ID Settings"]</h4>
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Thumbnail.cshtml:3
|
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Thumbnail.cshtml:3
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Thumbnail"
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Thumbnail"
|
||||||
msgid "Azure AD Settings"
|
msgid "Microsoft Entra ID Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <p>@T["Exports the Azure AD settings."]</p>
|
#. <p>@T["Exports the Microsoft Entra ID settings."]</p>
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Thumbnail.cshtml:4
|
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Thumbnail.cshtml:4
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Thumbnail"
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Thumbnail"
|
||||||
msgid "Exports the Azure AD settings."
|
msgid "Exports the Microsoft Entra ID settings."
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. @T["The current tenant will be reloaded when the settings are saved."]
|
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\AzureADSettings.Edit.cshtml:5
|
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.AzureADSettings.Edit"
|
|
||||||
msgid "The current tenant will be reloaded when the settings are saved."
|
|
||||||
msgstr "سيتم إعادة تحميل الـ tenant عند حفظ الإعدادات."
|
|
||||||
|
|
||||||
#. <a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/modules/Microsoft.Authentication/#azure-active-directory" target="_blank">@T["See documentation"]</a>
|
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\AzureADSettings.Edit.cshtml:6
|
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.AzureADSettings.Edit"
|
|
||||||
msgid "See documentation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. <h3>@T["Azure AD Authentication Settings"]</h3>
|
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\AzureADSettings.Edit.cshtml:9
|
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.AzureADSettings.Edit"
|
|
||||||
msgid "Azure AD Authentication Settings"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. <label>@T["Display Name"]</label>
|
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\AzureADSettings.Edit.cshtml:12
|
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.AzureADSettings.Edit"
|
|
||||||
msgid "Display Name"
|
|
||||||
msgstr "الإسم الظاهر"
|
|
||||||
|
|
||||||
#. <span class="hint">@T["The display name of the provider."]</span>
|
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\AzureADSettings.Edit.cshtml:15
|
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.AzureADSettings.Edit"
|
|
||||||
msgid "The display name of the provider."
|
|
||||||
msgstr "الإسم الظاهر للمزود."
|
|
||||||
|
|
||||||
#. <label>@T["AppId"]</label>
|
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\AzureADSettings.Edit.cshtml:19
|
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.AzureADSettings.Edit"
|
|
||||||
msgid "AppId"
|
|
||||||
msgstr "معرف التطبيق"
|
|
||||||
|
|
||||||
#. <span class="hint">@T["The Application ID found on the Azure AD App registration parameters."]</span>
|
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\AzureADSettings.Edit.cshtml:22
|
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.AzureADSettings.Edit"
|
|
||||||
msgid "The Application ID found on the Azure AD App registration parameters."
|
|
||||||
msgstr "معرف التطبيق موجود في معلمات تسجيل التطبيق في الـ Azure Active Directory."
|
|
||||||
|
|
||||||
#. <label>@T["TenantId"]</label>
|
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\AzureADSettings.Edit.cshtml:26
|
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.AzureADSettings.Edit"
|
|
||||||
msgid "TenantId"
|
|
||||||
msgstr "معرف الـ tenant"
|
|
||||||
|
|
||||||
#. <span class="hint">@T["The Tenant (Directory) ID found on the Azure AD App registration parameters."]</span>
|
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\AzureADSettings.Edit.cshtml:29
|
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.AzureADSettings.Edit"
|
|
||||||
msgid "The Tenant (Directory) ID found on the Azure AD App registration parameters."
|
|
||||||
msgstr "معرف الـ tenant موجود على معلمات تسجيل التطبيق لـ Azure Active Directory."
|
|
||||||
|
|
||||||
#. <label>@T["CallbackPath"]</label>
|
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\AzureADSettings.Edit.cshtml:33
|
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.AzureADSettings.Edit"
|
|
||||||
msgid "CallbackPath"
|
|
||||||
msgstr "مسار الإستدعاء المرجعي"
|
|
||||||
|
|
||||||
#. <span class="hint">@T["The request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives."]</span>
|
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\AzureADSettings.Edit.cshtml:36
|
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.AzureADSettings.Edit"
|
|
||||||
msgid "The request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives."
|
|
||||||
msgstr "المسار المطلوب داخل المسار الأساسي للتطبيق حيث سيتم إرجاع وكيل المستخدم إليه. الـ middleware سوف تعالج الطلب عند وصوله."
|
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="SaveTokens">@T["Store tokens"]</label>
|
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\AzureADSettings.Edit.cshtml:42
|
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.AzureADSettings.Edit"
|
|
||||||
msgid "Store tokens"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Store external authentication tokens for reuse"]</span>
|
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\AzureADSettings.Edit.cshtml:43
|
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.AzureADSettings.Edit"
|
|
||||||
msgid "Store external authentication tokens for reuse"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["The current tenant will be reloaded when the settings are saved."]
|
#. @T["The current tenant will be reloaded when the settings are saved."]
|
||||||
@@ -250,7 +172,7 @@ msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edi
|
|||||||
msgid "Microsoft Account Authentication Settings"
|
msgid "Microsoft Account Authentication Settings"
|
||||||
msgstr "إعدادات مصادقة حساب مايكروسوفت"
|
msgstr "إعدادات مصادقة حساب مايكروسوفت"
|
||||||
|
|
||||||
#. <label>@T["AppId"]</label>
|
#. <label asp-for="AppId" class="form-label">@T["AppId"]</label>
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:17
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:17
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
|
||||||
msgid "AppId"
|
msgid "AppId"
|
||||||
@@ -262,7 +184,7 @@ msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edi
|
|||||||
msgid "The Application ID found on the Microsoft developer portal parameters."
|
msgid "The Application ID found on the Microsoft developer portal parameters."
|
||||||
msgstr "معرف التطبيق موجود في بوابة التطوير لمايكروسوفت."
|
msgstr "معرف التطبيق موجود في بوابة التطوير لمايكروسوفت."
|
||||||
|
|
||||||
#. <label>@T["Secret Key"]</label>
|
#. <label asp-for="AppSecret" class="form-label">@T["Secret Key"]</label>
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:24
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:24
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
|
||||||
msgid "Secret Key"
|
msgid "Secret Key"
|
||||||
@@ -274,7 +196,7 @@ msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edi
|
|||||||
msgid "The Application secret key found on the Microsoft developer portal parameters."
|
msgid "The Application secret key found on the Microsoft developer portal parameters."
|
||||||
msgstr "شفرة أمان التطبيق موجودة في بوابة التطوير لمايكروسوفت."
|
msgstr "شفرة أمان التطبيق موجودة في بوابة التطوير لمايكروسوفت."
|
||||||
|
|
||||||
#. <label>@T["CallbackPath"]</label>
|
#. <label asp-for="CallbackPath" class="form-label">@T["CallbackPath"]</label>
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:31
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:31
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
|
||||||
msgid "CallbackPath"
|
msgid "CallbackPath"
|
||||||
@@ -298,13 +220,91 @@ msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edi
|
|||||||
msgid "Store external authentication tokens for reuse"
|
msgid "Store external authentication tokens for reuse"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="icon"><i class="fas fa-cloud" aria-hidden="true"></i></span><span class="title">@T["Azure Active Directory"]</span>
|
#. @T["The current tenant will be reloaded when the settings are saved."]
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\NavigationItemText-azuread.Id.cshtml:1
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftEntraIDSettings.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.NavigationItemText-azuread.Id"
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftEntraIDSettings.Edit"
|
||||||
msgid "Azure Active Directory"
|
msgid "The current tenant will be reloaded when the settings are saved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="icon"><i class="fab fa-microsoft" aria-hidden="true"></i></span><span class="title">@T["Microsoft"]</span>
|
#. <a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/modules/Microsoft.Authentication/#azure-active-directory" target="_blank">@T["See documentation"]</a>
|
||||||
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftEntraIDSettings.Edit.cshtml:6
|
||||||
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftEntraIDSettings.Edit"
|
||||||
|
msgid "See documentation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <h3>@T["Microsoft Entra ID Authentication Settings"]</h3>
|
||||||
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftEntraIDSettings.Edit.cshtml:9
|
||||||
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftEntraIDSettings.Edit"
|
||||||
|
msgid "Microsoft Entra ID Authentication Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftEntraIDSettings.Edit.cshtml:12
|
||||||
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftEntraIDSettings.Edit"
|
||||||
|
msgid "Display Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["The display name of the provider."]</span>
|
||||||
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftEntraIDSettings.Edit.cshtml:15
|
||||||
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftEntraIDSettings.Edit"
|
||||||
|
msgid "The display name of the provider."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="AppId" class="form-label">@T["AppId"]</label>
|
||||||
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftEntraIDSettings.Edit.cshtml:19
|
||||||
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftEntraIDSettings.Edit"
|
||||||
|
msgid "AppId"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["The Application ID found on the Microsoft Entra ID App registration parameters."]</span>
|
||||||
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftEntraIDSettings.Edit.cshtml:22
|
||||||
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftEntraIDSettings.Edit"
|
||||||
|
msgid "The Application ID found on the Microsoft Entra ID App registration parameters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="TenantId" class="form-label">@T["TenantId"]</label>
|
||||||
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftEntraIDSettings.Edit.cshtml:26
|
||||||
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftEntraIDSettings.Edit"
|
||||||
|
msgid "TenantId"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["The Tenant (Directory) ID found on the Microsoft Entra ID App registration parameters."]</span>
|
||||||
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftEntraIDSettings.Edit.cshtml:29
|
||||||
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftEntraIDSettings.Edit"
|
||||||
|
msgid "The Tenant (Directory) ID found on the Microsoft Entra ID App registration parameters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="CallbackPath" class="form-label">@T["CallbackPath"]</label>
|
||||||
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftEntraIDSettings.Edit.cshtml:33
|
||||||
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftEntraIDSettings.Edit"
|
||||||
|
msgid "CallbackPath"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["The request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives."]</span>
|
||||||
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftEntraIDSettings.Edit.cshtml:36
|
||||||
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftEntraIDSettings.Edit"
|
||||||
|
msgid "The request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label class="form-check-label" asp-for="SaveTokens">@T["Store tokens"]</label>
|
||||||
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftEntraIDSettings.Edit.cshtml:42
|
||||||
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftEntraIDSettings.Edit"
|
||||||
|
msgid "Store tokens"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint dashed">@T["Store external authentication tokens for reuse"]</span>
|
||||||
|
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftEntraIDSettings.Edit.cshtml:43
|
||||||
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftEntraIDSettings.Edit"
|
||||||
|
msgid "Store external authentication tokens for reuse"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="icon"><i class="fa-solid fa-cloud" aria-hidden="true"></i></span><span class="title">@T["Microsoft Entra ID"]</span>
|
||||||
|
#: OrchardCore.Microsoft.Authentication\Views\NavigationItemText-microsoft-entra-id.Id.cshtml:1
|
||||||
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.NavigationItemText-microsoft-entra-id.Id"
|
||||||
|
msgid "Microsoft Entra ID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="icon"><i class="fa-brands fa-microsoft" aria-hidden="true"></i></span><span class="title">@T["Microsoft"]</span>
|
||||||
#: OrchardCore.Microsoft.Authentication\Views\NavigationItemText-microsoft.Id.cshtml:1
|
#: OrchardCore.Microsoft.Authentication\Views\NavigationItemText-microsoft.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Microsoft.Authentication.Views.NavigationItemText-microsoft.Id"
|
msgctxt "OrchardCore.Microsoft.Authentication.Views.NavigationItemText-microsoft.Id"
|
||||||
msgid "Microsoft"
|
msgid "Microsoft"
|
||||||
|
|||||||
@@ -10,38 +10,38 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-17 16:53\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. var firstText = FirstText ?? S["<<"];
|
#. var firstText = FirstText ?? S["<<"];
|
||||||
#: OrchardCore.Navigation\PagerShapes.cs:181
|
#: OrchardCore.Navigation\PagerShapesTableProvider.cs:179
|
||||||
msgctxt "OrchardCore.Navigation.PagerShapes"
|
msgctxt "OrchardCore.Navigation.PagerShapes"
|
||||||
msgid "<<"
|
msgid "<<"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. var previousText = PreviousText ?? S["<"];
|
#. var previousText = PreviousText ?? S["<"];
|
||||||
#. var previousText = PreviousText ?? S["<"];
|
#. var previousText = PreviousText ?? S["<"];
|
||||||
#: OrchardCore.Navigation\PagerShapes.cs:182
|
#: OrchardCore.Navigation\PagerShapesTableProvider.cs:180
|
||||||
#: OrchardCore.Navigation\PagerShapes.cs:370
|
#: OrchardCore.Navigation\PagerShapesTableProvider.cs:370
|
||||||
msgctxt "OrchardCore.Navigation.PagerShapes"
|
msgctxt "OrchardCore.Navigation.PagerShapes"
|
||||||
msgid "<"
|
msgid "<"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. var nextText = NextText ?? S[">"];
|
#. var nextText = NextText ?? S[">"];
|
||||||
#. var nextText = NextText ?? S[">"];
|
#. var nextText = NextText ?? S[">"];
|
||||||
#: OrchardCore.Navigation\PagerShapes.cs:183
|
#: OrchardCore.Navigation\PagerShapesTableProvider.cs:181
|
||||||
#: OrchardCore.Navigation\PagerShapes.cs:371
|
#: OrchardCore.Navigation\PagerShapesTableProvider.cs:371
|
||||||
msgctxt "OrchardCore.Navigation.PagerShapes"
|
msgctxt "OrchardCore.Navigation.PagerShapes"
|
||||||
msgid ">"
|
msgid ">"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. var lastText = LastText ?? S[">>"];
|
#. var lastText = LastText ?? S[">>"];
|
||||||
#: OrchardCore.Navigation\PagerShapes.cs:184
|
#: OrchardCore.Navigation\PagerShapesTableProvider.cs:182
|
||||||
msgctxt "OrchardCore.Navigation.PagerShapes"
|
msgctxt "OrchardCore.Navigation.PagerShapes"
|
||||||
msgid ">>"
|
msgid ">>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. var gapText = GapText ?? S["..."];
|
#. var gapText = GapText ?? S["..."];
|
||||||
#: OrchardCore.Navigation\PagerShapes.cs:185
|
#: OrchardCore.Navigation\PagerShapesTableProvider.cs:183
|
||||||
msgctxt "OrchardCore.Navigation.PagerShapes"
|
msgctxt "OrchardCore.Navigation.PagerShapes"
|
||||||
msgid "..."
|
msgid "..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -10,16 +10,16 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 17:48\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. public override LocalizedString DisplayText => S["Notify Content's Owner Task"];
|
#. public override LocalizedString DisplayText => S["Notify Content's Owner Task"];
|
||||||
#: OrchardCore.Notifications\Activities\NotifyContentOwnerTask.cs:40
|
#: OrchardCore.Notifications\Activities\NotifyContentOwnerTask.cs:38
|
||||||
msgctxt "OrchardCore.Notifications.Activities.NotifyContentOwnerTask"
|
msgctxt "OrchardCore.Notifications.Activities.NotifyContentOwnerTask"
|
||||||
msgid "Notify Content's Owner Task"
|
msgid "Notify Content's Owner Task"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. public override LocalizedString DisplayText => S["Notify User Task"];
|
#. public override LocalizedString DisplayText => S["Notify User Task"];
|
||||||
#: OrchardCore.Notifications\Activities\NotifyUserTask.cs:32
|
#: OrchardCore.Notifications\Activities\NotifyUserTask.cs:30
|
||||||
msgctxt "OrchardCore.Notifications.Activities.NotifyUserTask"
|
msgctxt "OrchardCore.Notifications.Activities.NotifyUserTask"
|
||||||
msgid "Notify User Task"
|
msgid "Notify User Task"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -30,61 +30,61 @@ msgctxt "OrchardCore.Notifications.Activities.NotifyUserTaskActivity"
|
|||||||
msgid "Notifications"
|
msgid "Notifications"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Failed"], S["Failed: no user found"]);
|
#. => Outcomes(S["Done"], S["Failed"], S["Failed: no user found"]);
|
||||||
#: OrchardCore.Notifications\Activities\NotifyUserTaskActivity.cs:67
|
#: OrchardCore.Notifications\Activities\NotifyUserTaskActivity.cs:66
|
||||||
msgctxt "OrchardCore.Notifications.Activities.NotifyUserTaskActivity"
|
msgctxt "OrchardCore.Notifications.Activities.NotifyUserTaskActivity"
|
||||||
msgid "Done"
|
msgid "Done"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Failed"], S["Failed: no user found"]);
|
#. => Outcomes(S["Done"], S["Failed"], S["Failed: no user found"]);
|
||||||
#: OrchardCore.Notifications\Activities\NotifyUserTaskActivity.cs:67
|
#: OrchardCore.Notifications\Activities\NotifyUserTaskActivity.cs:66
|
||||||
msgctxt "OrchardCore.Notifications.Activities.NotifyUserTaskActivity"
|
msgctxt "OrchardCore.Notifications.Activities.NotifyUserTaskActivity"
|
||||||
msgid "Failed"
|
msgid "Failed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Failed"], S["Failed: no user found"]);
|
#. => Outcomes(S["Done"], S["Failed"], S["Failed: no user found"]);
|
||||||
#: OrchardCore.Notifications\Activities\NotifyUserTaskActivity.cs:67
|
#: OrchardCore.Notifications\Activities\NotifyUserTaskActivity.cs:66
|
||||||
msgctxt "OrchardCore.Notifications.Activities.NotifyUserTaskActivity"
|
msgctxt "OrchardCore.Notifications.Activities.NotifyUserTaskActivity"
|
||||||
msgid "Failed: no user found"
|
msgid "Failed: no user found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem(S["Read"], NotificationStatus.Read.ToString()),
|
#. new(S["Read"], nameof(NotificationStatus.Read)),
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:94
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:94
|
||||||
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
||||||
msgid "Read"
|
msgid "Read"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem(S["Unread"], NotificationStatus.Unread.ToString()),
|
#. new(S["Unread"], nameof(NotificationStatus.Unread)),
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:95
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:95
|
||||||
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
||||||
msgid "Unread"
|
msgid "Unread"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem(S["Recently created"], NotificationOrder.Latest.ToString()),
|
#. new(S["Recently created"], nameof(NotificationOrder.Latest)),
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:99
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:99
|
||||||
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
||||||
msgid "Recently created"
|
msgid "Recently created"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem(S["Previously created"], NotificationOrder.Oldest.ToString()),
|
#. new(S["Previously created"], nameof(NotificationOrder.Oldest)),
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:100
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:100
|
||||||
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
||||||
msgid "Previously created"
|
msgid "Previously created"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem(S["Mark as read"], NotificationBulkAction.Read.ToString()),
|
#. new(S["Mark as read"], nameof(NotificationBulkAction.Read)),
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:104
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:104
|
||||||
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
||||||
msgid "Mark as read"
|
msgid "Mark as read"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem(S["Mark as unread"], NotificationBulkAction.Unread.ToString()),
|
#. new(S["Mark as unread"], nameof(NotificationBulkAction.Unread)),
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:105
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:105
|
||||||
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
||||||
msgid "Mark as unread"
|
msgid "Mark as unread"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem(S["Remove"], NotificationBulkAction.Remove.ToString()),
|
#. new(S["Remove"], nameof(NotificationBulkAction.Remove)),
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:106
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:106
|
||||||
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
@@ -94,10 +94,10 @@ msgstr ""
|
|||||||
#. await _notifier.SuccessAsync(H["{0} {1} read successfully.", counter, H.Plural(counter, "notification", "notifications")]);
|
#. await _notifier.SuccessAsync(H["{0} {1} read successfully.", counter, H.Plural(counter, "notification", "notifications")]);
|
||||||
#. await _notifier.SuccessAsync(H["{0} {1} removed successfully.", counter, H.Plural(counter, "notification", "notifications")]);
|
#. await _notifier.SuccessAsync(H["{0} {1} removed successfully.", counter, H.Plural(counter, "notification", "notifications")]);
|
||||||
#. await _notifier.SuccessAsync(H["{0} {1} read successfully.", counter, H.Plural(counter, "notification", "notifications")]);
|
#. await _notifier.SuccessAsync(H["{0} {1} read successfully.", counter, H.Plural(counter, "notification", "notifications")]);
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:193
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:205
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:214
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:226
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:225
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:237
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:261
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:273
|
||||||
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
||||||
msgid "notification"
|
msgid "notification"
|
||||||
msgid_plural "notifications"
|
msgid_plural "notifications"
|
||||||
@@ -109,21 +109,21 @@ msgstr[4] ""
|
|||||||
msgstr[5] ""
|
msgstr[5] ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["{0} {1} unread successfully.", counter, H.Plural(counter, "notification", "notifications")]);
|
#. await _notifier.SuccessAsync(H["{0} {1} unread successfully.", counter, H.Plural(counter, "notification", "notifications")]);
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:193
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:205
|
||||||
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
||||||
msgid "{0} {1} unread successfully."
|
msgid "{0} {1} unread successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["{0} {1} read successfully.", counter, H.Plural(counter, "notification", "notifications")]);
|
#. await _notifier.SuccessAsync(H["{0} {1} read successfully.", counter, H.Plural(counter, "notification", "notifications")]);
|
||||||
#. await _notifier.SuccessAsync(H["{0} {1} read successfully.", counter, H.Plural(counter, "notification", "notifications")]);
|
#. await _notifier.SuccessAsync(H["{0} {1} read successfully.", counter, H.Plural(counter, "notification", "notifications")]);
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:214
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:226
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:261
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:273
|
||||||
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
||||||
msgid "{0} {1} read successfully."
|
msgid "{0} {1} read successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["{0} {1} removed successfully.", counter, H.Plural(counter, "notification", "notifications")]);
|
#. await _notifier.SuccessAsync(H["{0} {1} removed successfully.", counter, H.Plural(counter, "notification", "notifications")]);
|
||||||
#: OrchardCore.Notifications\Controllers\AdminController.cs:225
|
#: OrchardCore.Notifications\Controllers\AdminController.cs:237
|
||||||
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
msgctxt "OrchardCore.Notifications.Controllers.AdminController"
|
||||||
msgid "{0} {1} removed successfully."
|
msgid "{0} {1} removed successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -149,15 +149,15 @@ msgid "Mark as read"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["No notifications found."]
|
#. @T["No notifications found."]
|
||||||
#: OrchardCore.Notifications\Views\NotificationsAdminList.cshtml:55
|
#: OrchardCore.Notifications\Views\NotificationsAdminList.cshtml:62
|
||||||
msgctxt "OrchardCore.Notifications.Views.NotificationsAdminList"
|
msgctxt "OrchardCore.Notifications.Views.NotificationsAdminList"
|
||||||
msgid "No notifications found."
|
msgid "No notifications found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. selectedItems.text($(":checkbox[name='itemIds']:checked").length + ' @T["selected"]');
|
#. selectedItems.text($(":checkbox[name='itemIds']:checked").length + ' @T["selected"]');
|
||||||
#. selectedItems.text(selectedItemsCount + ' @T["selected"]');
|
#. selectedItems.text(selectedItemsCount + ' @T["selected"]');
|
||||||
#: OrchardCore.Notifications\Views\NotificationsAdminList.cshtml:109
|
#: OrchardCore.Notifications\Views\NotificationsAdminList.cshtml:117
|
||||||
#: OrchardCore.Notifications\Views\NotificationsAdminList.cshtml:120
|
#: OrchardCore.Notifications\Views\NotificationsAdminList.cshtml:128
|
||||||
msgctxt "OrchardCore.Notifications.Views.NotificationsAdminList"
|
msgctxt "OrchardCore.Notifications.Views.NotificationsAdminList"
|
||||||
msgid "selected"
|
msgid "selected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -254,7 +254,7 @@ msgctxt "OrchardCore.Notifications.Views.NotificationsAdminListSummary"
|
|||||||
msgid "Select All"
|
msgid "Select All"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label id="items" for="select-all">@T.Plural((int)Model.NotficationsItemsCount, "1 item", "{0} items")<span class="text-muted" title="@T["Items {0} to {1}", (int)Model.StartIndex, (int)Model.EndIndex]">@T.Plural((int)Model.TotalItemCount, " / {0} item in total", " / {0} items in total")</span></label>
|
#. <label id="items" for="select-all">@T.Plural((int)Model.NotificationsCount, "1 item", "{0} items")<span class="text-muted" title="@T["Items {0} to {1}", (int)Model.StartIndex, (int)Model.EndIndex]">@T.Plural((int)Model.TotalItemCount, " / {0} item in total", " / {0} items in total")</span></label>
|
||||||
#: OrchardCore.Notifications\Views\NotificationsAdminListSummary.cshtml:8
|
#: OrchardCore.Notifications\Views\NotificationsAdminListSummary.cshtml:8
|
||||||
msgctxt "OrchardCore.Notifications.Views.NotificationsAdminListSummary"
|
msgctxt "OrchardCore.Notifications.Views.NotificationsAdminListSummary"
|
||||||
msgid "1 item"
|
msgid "1 item"
|
||||||
@@ -266,13 +266,13 @@ msgstr[3] ""
|
|||||||
msgstr[4] ""
|
msgstr[4] ""
|
||||||
msgstr[5] ""
|
msgstr[5] ""
|
||||||
|
|
||||||
#. <label id="items" for="select-all">@T.Plural((int)Model.NotficationsItemsCount, "1 item", "{0} items")<span class="text-muted" title="@T["Items {0} to {1}", (int)Model.StartIndex, (int)Model.EndIndex]">@T.Plural((int)Model.TotalItemCount, " / {0} item in total", " / {0} items in total")</span></label>
|
#. <label id="items" for="select-all">@T.Plural((int)Model.NotificationsCount, "1 item", "{0} items")<span class="text-muted" title="@T["Items {0} to {1}", (int)Model.StartIndex, (int)Model.EndIndex]">@T.Plural((int)Model.TotalItemCount, " / {0} item in total", " / {0} items in total")</span></label>
|
||||||
#: OrchardCore.Notifications\Views\NotificationsAdminListSummary.cshtml:8
|
#: OrchardCore.Notifications\Views\NotificationsAdminListSummary.cshtml:8
|
||||||
msgctxt "OrchardCore.Notifications.Views.NotificationsAdminListSummary"
|
msgctxt "OrchardCore.Notifications.Views.NotificationsAdminListSummary"
|
||||||
msgid "Items {0} to {1}"
|
msgid "Items {0} to {1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label id="items" for="select-all">@T.Plural((int)Model.NotficationsItemsCount, "1 item", "{0} items")<span class="text-muted" title="@T["Items {0} to {1}", (int)Model.StartIndex, (int)Model.EndIndex]">@T.Plural((int)Model.TotalItemCount, " / {0} item in total", " / {0} items in total")</span></label>
|
#. <label id="items" for="select-all">@T.Plural((int)Model.NotificationsCount, "1 item", "{0} items")<span class="text-muted" title="@T["Items {0} to {1}", (int)Model.StartIndex, (int)Model.EndIndex]">@T.Plural((int)Model.TotalItemCount, " / {0} item in total", " / {0} items in total")</span></label>
|
||||||
#: OrchardCore.Notifications\Views\NotificationsAdminListSummary.cshtml:8
|
#: OrchardCore.Notifications\Views\NotificationsAdminListSummary.cshtml:8
|
||||||
msgctxt "OrchardCore.Notifications.Views.NotificationsAdminListSummary"
|
msgctxt "OrchardCore.Notifications.Views.NotificationsAdminListSummary"
|
||||||
msgid " / {0} item in total"
|
msgid " / {0} item in total"
|
||||||
@@ -336,13 +336,13 @@ msgctxt "OrchardCore.Notifications.Views.NotificationsButtonActions_SummaryAdmin
|
|||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4><i class="fa fa-envelope" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Notify user"])</h4>
|
#. <h4><i class="fa-solid fa-envelope" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Notify Content Owner"])</h4>
|
||||||
#: OrchardCore.Notifications\Views\Items\NotifyContentOwnerTask.Fields.Design.cshtml:8
|
#: OrchardCore.Notifications\Views\Items\NotifyContentOwnerTask.Fields.Design.cshtml:8
|
||||||
msgctxt "OrchardCore.Notifications.Views.Items.NotifyContentOwnerTask.Fields.Design"
|
msgctxt "OrchardCore.Notifications.Views.Items.NotifyContentOwnerTask.Fields.Design"
|
||||||
msgid "Notify user"
|
msgid "Notify Content Owner"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Subject">@T["Subject"]</label>
|
#. <label asp-for="Subject" class="form-label">@T["Subject"]</label>
|
||||||
#: OrchardCore.Notifications\Views\Items\NotifyContentOwnerTask.Fields.Edit.cshtml:4
|
#: OrchardCore.Notifications\Views\Items\NotifyContentOwnerTask.Fields.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.Notifications.Views.Items.NotifyContentOwnerTask.Fields.Edit"
|
msgctxt "OrchardCore.Notifications.Views.Items.NotifyContentOwnerTask.Fields.Edit"
|
||||||
msgid "Subject"
|
msgid "Subject"
|
||||||
@@ -354,7 +354,7 @@ msgctxt "OrchardCore.Notifications.Views.Items.NotifyContentOwnerTask.Fields.Edi
|
|||||||
msgid "You may use Liquid syntax."
|
msgid "You may use Liquid syntax."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TextBody">@T["Text Body"]</label>
|
#. <label asp-for="TextBody" class="form-label">@T["Text Body"]</label>
|
||||||
#: OrchardCore.Notifications\Views\Items\NotifyContentOwnerTask.Fields.Edit.cshtml:11
|
#: OrchardCore.Notifications\Views\Items\NotifyContentOwnerTask.Fields.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.Notifications.Views.Items.NotifyContentOwnerTask.Fields.Edit"
|
msgctxt "OrchardCore.Notifications.Views.Items.NotifyContentOwnerTask.Fields.Edit"
|
||||||
msgid "Text Body"
|
msgid "Text Body"
|
||||||
@@ -366,7 +366,7 @@ msgctxt "OrchardCore.Notifications.Views.Items.NotifyContentOwnerTask.Fields.Edi
|
|||||||
msgid "This optional text body does not support HTML. You may use Liquid syntax."
|
msgid "This optional text body does not support HTML. You may use Liquid syntax."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="HtmlBody">@T["HTML Body"]</label>
|
#. <label asp-for="HtmlBody" class="form-label">@T["HTML Body"]</label>
|
||||||
#: OrchardCore.Notifications\Views\Items\NotifyContentOwnerTask.Fields.Edit.cshtml:17
|
#: OrchardCore.Notifications\Views\Items\NotifyContentOwnerTask.Fields.Edit.cshtml:17
|
||||||
msgctxt "OrchardCore.Notifications.Views.Items.NotifyContentOwnerTask.Fields.Edit"
|
msgctxt "OrchardCore.Notifications.Views.Items.NotifyContentOwnerTask.Fields.Edit"
|
||||||
msgid "HTML Body"
|
msgid "HTML Body"
|
||||||
@@ -390,10 +390,10 @@ msgctxt "OrchardCore.Notifications.Views.Items.NotifyContentOwnerTask.Fields.Edi
|
|||||||
msgid "When checked, the notification provider will use the HTML body if it supports HTML."
|
msgid "When checked, the notification provider will use the HTML body if it supports HTML."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-envelope" aria-hidden="true"></i>@T["Notify owner"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-envelope" aria-hidden="true"></i>@T["Notify Content Owner"]</h4>
|
||||||
#: OrchardCore.Notifications\Views\Items\NotifyContentOwnerTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Notifications\Views\Items\NotifyContentOwnerTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Notifications.Views.Items.NotifyContentOwnerTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Notifications.Views.Items.NotifyContentOwnerTask.Fields.Thumbnail"
|
||||||
msgid "Notify owner"
|
msgid "Notify Content Owner"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <p>@T["Notify content owner"]</p>
|
#. <p>@T["Notify content owner"]</p>
|
||||||
@@ -402,13 +402,13 @@ msgctxt "OrchardCore.Notifications.Views.Items.NotifyContentOwnerTask.Fields.Thu
|
|||||||
msgid "Notify content owner"
|
msgid "Notify content owner"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4><i class="fa fa-envelope" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Notify user"])</h4>
|
#. <h4><i class="fa-solid fa-envelope" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Notify user"])</h4>
|
||||||
#: OrchardCore.Notifications\Views\Items\NotifyUserTask.Fields.Design.cshtml:8
|
#: OrchardCore.Notifications\Views\Items\NotifyUserTask.Fields.Design.cshtml:8
|
||||||
msgctxt "OrchardCore.Notifications.Views.Items.NotifyUserTask.Fields.Design"
|
msgctxt "OrchardCore.Notifications.Views.Items.NotifyUserTask.Fields.Design"
|
||||||
msgid "Notify user"
|
msgid "Notify user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-envelope" aria-hidden="true"></i>@T["Notify user"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-envelope" aria-hidden="true"></i>@T["Notify user"]</h4>
|
||||||
#. <p>@T["Notify user"]</p>
|
#. <p>@T["Notify user"]</p>
|
||||||
#: OrchardCore.Notifications\Views\Items\NotifyUserTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Notifications\Views\Items\NotifyUserTask.Fields.Thumbnail.cshtml:1
|
||||||
#: OrchardCore.Notifications\Views\Items\NotifyUserTask.Fields.Thumbnail.cshtml:2
|
#: OrchardCore.Notifications\Views\Items\NotifyUserTask.Fields.Thumbnail.cshtml:2
|
||||||
@@ -416,7 +416,7 @@ msgctxt "OrchardCore.Notifications.Views.Items.NotifyUserTask.Fields.Thumbnail"
|
|||||||
msgid "Notify user"
|
msgid "Notify user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Subject">@T["Subject"]</label>
|
#. <label asp-for="Subject" class="form-label">@T["Subject"]</label>
|
||||||
#: OrchardCore.Notifications\Views\Items\NotifyUserTaskActivity.Fields.Edit.cshtml:4
|
#: OrchardCore.Notifications\Views\Items\NotifyUserTaskActivity.Fields.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.Notifications.Views.Items.NotifyUserTaskActivity.Fields.Edit"
|
msgctxt "OrchardCore.Notifications.Views.Items.NotifyUserTaskActivity.Fields.Edit"
|
||||||
msgid "Subject"
|
msgid "Subject"
|
||||||
@@ -428,7 +428,7 @@ msgctxt "OrchardCore.Notifications.Views.Items.NotifyUserTaskActivity.Fields.Edi
|
|||||||
msgid "You may use Liquid syntax."
|
msgid "You may use Liquid syntax."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TextBody">@T["Text Body"]</label>
|
#. <label asp-for="TextBody" class="form-label">@T["Text Body"]</label>
|
||||||
#: OrchardCore.Notifications\Views\Items\NotifyUserTaskActivity.Fields.Edit.cshtml:11
|
#: OrchardCore.Notifications\Views\Items\NotifyUserTaskActivity.Fields.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.Notifications.Views.Items.NotifyUserTaskActivity.Fields.Edit"
|
msgctxt "OrchardCore.Notifications.Views.Items.NotifyUserTaskActivity.Fields.Edit"
|
||||||
msgid "Text Body"
|
msgid "Text Body"
|
||||||
@@ -440,7 +440,7 @@ msgctxt "OrchardCore.Notifications.Views.Items.NotifyUserTaskActivity.Fields.Edi
|
|||||||
msgid "This optional text body does not support HTML. You may use Liquid syntax."
|
msgid "This optional text body does not support HTML. You may use Liquid syntax."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="HtmlBody">@T["HTML Body"]</label>
|
#. <label asp-for="HtmlBody" class="form-label">@T["HTML Body"]</label>
|
||||||
#: OrchardCore.Notifications\Views\Items\NotifyUserTaskActivity.Fields.Edit.cshtml:17
|
#: OrchardCore.Notifications\Views\Items\NotifyUserTaskActivity.Fields.Edit.cshtml:17
|
||||||
msgctxt "OrchardCore.Notifications.Views.Items.NotifyUserTaskActivity.Fields.Edit"
|
msgctxt "OrchardCore.Notifications.Views.Items.NotifyUserTaskActivity.Fields.Edit"
|
||||||
msgid "HTML Body"
|
msgid "HTML Body"
|
||||||
@@ -464,10 +464,15 @@ msgctxt "OrchardCore.Notifications.Views.Items.NotifyUserTaskActivity.Fields.Edi
|
|||||||
msgid "When checked, the notification provider will use the HTML body if it supports HTML."
|
msgid "When checked, the notification provider will use the HTML body if it supports HTML."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: OrchardCore.Notifications\Views\UserNotificationCollection.cshtml:0
|
#: OrchardCore.Notifications\Views\UserNotificationNavbar.cshtml:0
|
||||||
msgctxt "OrchardCore.Notifications.Views.UserNotificationCollection"
|
msgctxt "OrchardCore.Notifications.Views.UserNotificationNavbar"
|
||||||
msgid "notification"
|
msgid "You have more than {0} unread notifications"
|
||||||
msgid_plural "notifications"
|
msgstr ""
|
||||||
|
|
||||||
|
#: OrchardCore.Notifications\Views\UserNotificationNavbar.cshtml:0
|
||||||
|
msgctxt "OrchardCore.Notifications.Views.UserNotificationNavbar"
|
||||||
|
msgid "You have {1} unread notification"
|
||||||
|
msgid_plural "You have {0} unread notifications"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] ""
|
msgstr[2] ""
|
||||||
@@ -475,29 +480,19 @@ msgstr[3] ""
|
|||||||
msgstr[4] ""
|
msgstr[4] ""
|
||||||
msgstr[5] ""
|
msgstr[5] ""
|
||||||
|
|
||||||
#: OrchardCore.Notifications\Views\UserNotificationCollection.cshtml:0
|
#. <i class="fa-regular fa-bell" aria-hidden="true" data-bs-toggle="tooltip" data-bs-original-title="@T["You have no unread notifications"]"></i>
|
||||||
msgctxt "OrchardCore.Notifications.Views.UserNotificationCollection"
|
#: OrchardCore.Notifications\Views\UserNotificationNavbar.cshtml:28
|
||||||
msgid "You have more than {0} unread {1}"
|
msgctxt "OrchardCore.Notifications.Views.UserNotificationNavbar"
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: OrchardCore.Notifications\Views\UserNotificationCollection.cshtml:0
|
|
||||||
msgctxt "OrchardCore.Notifications.Views.UserNotificationCollection"
|
|
||||||
msgid "You have {0} unread {1}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. <i class="fa fa-bell-o" aria-hidden="true" data-bs-toggle="tooltip" data-bs-original-title="@T["You have no unread notifications"]"></i>
|
|
||||||
#: OrchardCore.Notifications\Views\UserNotificationCollection.cshtml:24
|
|
||||||
msgctxt "OrchardCore.Notifications.Views.UserNotificationCollection"
|
|
||||||
msgid "You have no unread notifications"
|
msgid "You have no unread notifications"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <div><a class="dropdown-item fw-bold" asp-action="List" asp-controller="Admin" asp-area="OrchardCore.Notifications">@T["Notification Center"]</a></div>
|
#. <a class="dropdown-item fw-bold" asp-action="List" asp-controller="Admin" asp-area="OrchardCore.Notifications">@T["Notification Center"]</a>
|
||||||
#: OrchardCore.Notifications\Views\UserNotificationCollection.cshtml:43
|
#: OrchardCore.Notifications\Views\UserNotificationNavbar.cshtml:51
|
||||||
msgctxt "OrchardCore.Notifications.Views.UserNotificationCollection"
|
msgctxt "OrchardCore.Notifications.Views.UserNotificationNavbar"
|
||||||
msgid "Notification Center"
|
msgid "Notification Center"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Methods">@T["Notification Methods"]</label>
|
#. <label asp-for="Methods" class="form-label">@T["Notification Methods"]</label>
|
||||||
#: OrchardCore.Notifications\Views\UserNotificationPreferencesPart.Edit.cshtml:7
|
#: OrchardCore.Notifications\Views\UserNotificationPreferencesPart.Edit.cshtml:7
|
||||||
msgctxt "OrchardCore.Notifications.Views.UserNotificationPreferencesPart.Edit"
|
msgctxt "OrchardCore.Notifications.Views.UserNotificationPreferencesPart.Edit"
|
||||||
msgid "Notification Methods"
|
msgid "Notification Methods"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:44\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. builder.Add(S["Security"], security => security
|
#. builder.Add(S["Security"], security => security
|
||||||
#: OrchardCore.OpenId\AdminMenu.cs:31
|
#: OrchardCore.OpenId\AdminMenu.cs:31
|
||||||
@@ -112,20 +112,20 @@ msgstr "إعدادات الـ OpenID Connect لم يتم ضبطها بالشكل
|
|||||||
|
|
||||||
#. ModelState.AddModelError(nameof(model.Name), S["The name is already taken by another scope."]);
|
#. ModelState.AddModelError(nameof(model.Name), S["The name is already taken by another scope."]);
|
||||||
#. ModelState.AddModelError(nameof(model.Name), S["The name is already taken by another scope."]);
|
#. ModelState.AddModelError(nameof(model.Name), S["The name is already taken by another scope."]);
|
||||||
#: OrchardCore.OpenId\Controllers\ScopeController.cs:119
|
#: OrchardCore.OpenId\Controllers\ScopeController.cs:118
|
||||||
#: OrchardCore.OpenId\Controllers\ScopeController.cs:218
|
#: OrchardCore.OpenId\Controllers\ScopeController.cs:217
|
||||||
msgctxt "OrchardCore.OpenId.Controllers.ScopeController"
|
msgctxt "OrchardCore.OpenId.Controllers.ScopeController"
|
||||||
msgid "The name is already taken by another scope."
|
msgid "The name is already taken by another scope."
|
||||||
msgstr "الإسم مستخدم مسبقاً من قبل نطائق آخر."
|
msgstr "الإسم مستخدم مسبقاً من قبل نطائق آخر."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["OpenID server configuration successfully updated."]);
|
#. await _notifier.SuccessAsync(H["OpenID server configuration successfully updated."]);
|
||||||
#: OrchardCore.OpenId\Controllers\ServerConfigurationController.cs:96
|
#: OrchardCore.OpenId\Controllers\ServerConfigurationController.cs:97
|
||||||
msgctxt "OrchardCore.OpenId.Controllers.ServerConfigurationController"
|
msgctxt "OrchardCore.OpenId.Controllers.ServerConfigurationController"
|
||||||
msgid "OpenID server configuration successfully updated."
|
msgid "OpenID server configuration successfully updated."
|
||||||
msgstr "تم تحديث إعدادات خادم الـ OpenID بنجاح."
|
msgstr "تم تحديث إعدادات خادم الـ OpenID بنجاح."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["OpenID validation configuration successfully updated."]);
|
#. await _notifier.SuccessAsync(H["OpenID validation configuration successfully updated."]);
|
||||||
#: OrchardCore.OpenId\Controllers\ValidationConfigurationController.cs:96
|
#: OrchardCore.OpenId\Controllers\ValidationConfigurationController.cs:97
|
||||||
msgctxt "OrchardCore.OpenId.Controllers.ValidationConfigurationController"
|
msgctxt "OrchardCore.OpenId.Controllers.ValidationConfigurationController"
|
||||||
msgid "OpenID validation configuration successfully updated."
|
msgid "OpenID validation configuration successfully updated."
|
||||||
msgstr "تم تحديث إعدادات التحقق للـ OpenID بنجاح."
|
msgstr "تم تحديث إعدادات التحقق للـ OpenID بنجاح."
|
||||||
@@ -408,19 +408,19 @@ msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
|||||||
msgid "Create a new application"
|
msgid "Create a new application"
|
||||||
msgstr "إنشاء تطيق جديد"
|
msgstr "إنشاء تطيق جديد"
|
||||||
|
|
||||||
#. <label asp-for="ClientId">@T["Client Id"]</label>
|
#. <label asp-for="ClientId" class="form-label">@T["Client Id"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Application\Create.cshtml:14
|
#: OrchardCore.OpenId\Views\Application\Create.cshtml:14
|
||||||
msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
||||||
msgid "Client Id"
|
msgid "Client Id"
|
||||||
msgstr "معرف العميل"
|
msgstr "معرف العميل"
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Application\Create.cshtml:19
|
#: OrchardCore.OpenId\Views\Application\Create.cshtml:19
|
||||||
msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
msgstr "الإسم الظاهر"
|
msgstr "الإسم الظاهر"
|
||||||
|
|
||||||
#. <label asp-for="Type">@T["Type"]</label>
|
#. <label asp-for="Type" class="form-label">@T["Type"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Application\Create.cshtml:24
|
#: OrchardCore.OpenId\Views\Application\Create.cshtml:24
|
||||||
msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
@@ -444,7 +444,7 @@ msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
|||||||
msgid "Confidential applications MUST send their client secret when communicating with the token and revocation endpoints. This guarantees that only the legit client can exchange an authorization code or get a refresh token."
|
msgid "Confidential applications MUST send their client secret when communicating with the token and revocation endpoints. This guarantees that only the legit client can exchange an authorization code or get a refresh token."
|
||||||
msgstr "التطيقات السرية يجب أن ترسل سرية العميل عندما تتصل مع نقطة نهاية الـ token ونقطة نهاية الفسخ. هذا يضمن أن العميل الشرعي فقط يمكن أن يغير رمز المصادقة والحصول على token محدث."
|
msgstr "التطيقات السرية يجب أن ترسل سرية العميل عندما تتصل مع نقطة نهاية الـ token ونقطة نهاية الفسخ. هذا يضمن أن العميل الشرعي فقط يمكن أن يغير رمز المصادقة والحصول على token محدث."
|
||||||
|
|
||||||
#. <label asp-for="ClientSecret">@T["Client Secret"]</label>
|
#. <label asp-for="ClientSecret" class="form-label">@T["Client Secret"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Application\Create.cshtml:32
|
#: OrchardCore.OpenId\Views\Application\Create.cshtml:32
|
||||||
msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
||||||
msgid "Client Secret"
|
msgid "Client Secret"
|
||||||
@@ -518,7 +518,7 @@ msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
|||||||
msgid "Allow Refresh Token Flow"
|
msgid "Allow Refresh Token Flow"
|
||||||
msgstr "السماح بتدفق رمز التحديث المميز"
|
msgstr "السماح بتدفق رمز التحديث المميز"
|
||||||
|
|
||||||
#. <label asp-for="RedirectUris">@T["Redirect Uris"]</label>
|
#. <label asp-for="RedirectUris" class="form-label">@T["Redirect Uris"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Application\Create.cshtml:94
|
#: OrchardCore.OpenId\Views\Application\Create.cshtml:94
|
||||||
msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
||||||
msgid "Redirect Uris"
|
msgid "Redirect Uris"
|
||||||
@@ -536,7 +536,7 @@ msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
|||||||
msgid "Allow Logout Endpoint"
|
msgid "Allow Logout Endpoint"
|
||||||
msgstr "السماح بنقطة نهاية تسجيل الخروج"
|
msgstr "السماح بنقطة نهاية تسجيل الخروج"
|
||||||
|
|
||||||
#. <label asp-for="PostLogoutRedirectUris">@T["Logout Redirect Uris"]</label>
|
#. <label asp-for="PostLogoutRedirectUris" class="form-label">@T["Logout Redirect Uris"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Application\Create.cshtml:110
|
#: OrchardCore.OpenId\Views\Application\Create.cshtml:110
|
||||||
msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
||||||
msgid "Logout Redirect Uris"
|
msgid "Logout Redirect Uris"
|
||||||
@@ -560,7 +560,7 @@ msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
|||||||
msgid "Ensure that the client application and OAuth or OIDC library being used supports PKCE before enabling this option."
|
msgid "Ensure that the client application and OAuth or OIDC library being used supports PKCE before enabling this option."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ConsentType">@T["Consent type"]</label>
|
#. <label asp-for="ConsentType" class="form-label">@T["Consent type"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Application\Create.cshtml:131
|
#: OrchardCore.OpenId\Views\Application\Create.cshtml:131
|
||||||
msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
msgctxt "OrchardCore.OpenId.Views.Application.Create"
|
||||||
msgid "Consent type"
|
msgid "Consent type"
|
||||||
@@ -638,19 +638,19 @@ msgctxt "OrchardCore.OpenId.Views.Scope.Create"
|
|||||||
msgid "Create a new scope"
|
msgid "Create a new scope"
|
||||||
msgstr "إنشاء نطاق جديد"
|
msgstr "إنشاء نطاق جديد"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Scope\Create.cshtml:9
|
#: OrchardCore.OpenId\Views\Scope\Create.cshtml:9
|
||||||
msgctxt "OrchardCore.OpenId.Views.Scope.Create"
|
msgctxt "OrchardCore.OpenId.Views.Scope.Create"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "الإسم"
|
msgstr "الإسم"
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Scope\Create.cshtml:15
|
#: OrchardCore.OpenId\Views\Scope\Create.cshtml:15
|
||||||
msgctxt "OrchardCore.OpenId.Views.Scope.Create"
|
msgctxt "OrchardCore.OpenId.Views.Scope.Create"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
msgstr "الإسم الظاهر"
|
msgstr "الإسم الظاهر"
|
||||||
|
|
||||||
#. <label asp-for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Scope\Create.cshtml:21
|
#: OrchardCore.OpenId\Views\Scope\Create.cshtml:21
|
||||||
msgctxt "OrchardCore.OpenId.Views.Scope.Create"
|
msgctxt "OrchardCore.OpenId.Views.Scope.Create"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -668,7 +668,7 @@ msgctxt "OrchardCore.OpenId.Views.Scope.Create"
|
|||||||
msgid "Note: the server tenant is always included in the access token audiences, even if no scope is requested."
|
msgid "Note: the server tenant is always included in the access token audiences, even if no scope is requested."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Resources">@T["Additional resources (API audiences)"]</label>
|
#. <label asp-for="Resources" class="form-label">@T["Additional resources (API audiences)"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Scope\Create.cshtml:40
|
#: OrchardCore.OpenId\Views\Scope\Create.cshtml:40
|
||||||
msgctxt "OrchardCore.OpenId.Views.Scope.Create"
|
msgctxt "OrchardCore.OpenId.Views.Scope.Create"
|
||||||
msgid "Additional resources (API audiences)"
|
msgid "Additional resources (API audiences)"
|
||||||
@@ -692,19 +692,19 @@ msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
|||||||
msgid "Edit an application"
|
msgid "Edit an application"
|
||||||
msgstr "تحرير التطبيق"
|
msgstr "تحرير التطبيق"
|
||||||
|
|
||||||
#. <label asp-for="ClientId">@T["Client Id"]</label>
|
#. <label asp-for="ClientId" class="form-label">@T["Client Id"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Application\Edit.cshtml:15
|
#: OrchardCore.OpenId\Views\Application\Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
||||||
msgid "Client Id"
|
msgid "Client Id"
|
||||||
msgstr "معرف العميل"
|
msgstr "معرف العميل"
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Application\Edit.cshtml:20
|
#: OrchardCore.OpenId\Views\Application\Edit.cshtml:20
|
||||||
msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
msgstr "الإسم الظاهر"
|
msgstr "الإسم الظاهر"
|
||||||
|
|
||||||
#. <label asp-for="Type">@T["Type"]</label>
|
#. <label asp-for="Type" class="form-label">@T["Type"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Application\Edit.cshtml:25
|
#: OrchardCore.OpenId\Views\Application\Edit.cshtml:25
|
||||||
msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
||||||
msgid "Type"
|
msgid "Type"
|
||||||
@@ -728,13 +728,13 @@ msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
|||||||
msgid "Confidential applications MUST send their client secret when communicating with the token and revocation endpoints. This guarantees that only the legit client can exchange an authorization code or get a refresh token."
|
msgid "Confidential applications MUST send their client secret when communicating with the token and revocation endpoints. This guarantees that only the legit client can exchange an authorization code or get a refresh token."
|
||||||
msgstr "التطيقات السرية يجب أن ترسل سرية العميل عندما تتصل مع نقطة نهاية الـ token ونقطة نهاية الفسخ. هذا يضمن أن العميل الشرعي فقط يمكن أن يغير رمز المصادقة والحصول على token محدث."
|
msgstr "التطيقات السرية يجب أن ترسل سرية العميل عندما تتصل مع نقطة نهاية الـ token ونقطة نهاية الفسخ. هذا يضمن أن العميل الشرعي فقط يمكن أن يغير رمز المصادقة والحصول على token محدث."
|
||||||
|
|
||||||
#. <label asp-for="ClientSecret">@T["Client Secret"] (@T["enter a new value to replace the existing secret"])</label>
|
#. <label asp-for="ClientSecret" class="form-label">@T["Client Secret"] (@T["enter a new value to replace the existing secret"])</label>
|
||||||
#: OrchardCore.OpenId\Views\Application\Edit.cshtml:33
|
#: OrchardCore.OpenId\Views\Application\Edit.cshtml:33
|
||||||
msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
||||||
msgid "Client Secret"
|
msgid "Client Secret"
|
||||||
msgstr "عميل سري"
|
msgstr "عميل سري"
|
||||||
|
|
||||||
#. <label asp-for="ClientSecret">@T["Client Secret"] (@T["enter a new value to replace the existing secret"])</label>
|
#. <label asp-for="ClientSecret" class="form-label">@T["Client Secret"] (@T["enter a new value to replace the existing secret"])</label>
|
||||||
#: OrchardCore.OpenId\Views\Application\Edit.cshtml:33
|
#: OrchardCore.OpenId\Views\Application\Edit.cshtml:33
|
||||||
msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
||||||
msgid "enter a new value to replace the existing secret"
|
msgid "enter a new value to replace the existing secret"
|
||||||
@@ -820,7 +820,7 @@ msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
|||||||
msgid "Allow Refresh Token Flow"
|
msgid "Allow Refresh Token Flow"
|
||||||
msgstr "السماح بتدفق رمز التحديث المميز"
|
msgstr "السماح بتدفق رمز التحديث المميز"
|
||||||
|
|
||||||
#. <label asp-for="RedirectUris">@T["Redirect Uris"]</label>
|
#. <label asp-for="RedirectUris" class="form-label">@T["Redirect Uris"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Application\Edit.cshtml:107
|
#: OrchardCore.OpenId\Views\Application\Edit.cshtml:107
|
||||||
msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
||||||
msgid "Redirect Uris"
|
msgid "Redirect Uris"
|
||||||
@@ -862,7 +862,7 @@ msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
|||||||
msgid "Ensure that the client/client library supports PKCE before enabling this option."
|
msgid "Ensure that the client/client library supports PKCE before enabling this option."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ConsentType">@T["Consent type"]</label>
|
#. <label asp-for="ConsentType" class="form-label">@T["Consent type"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Application\Edit.cshtml:145
|
#: OrchardCore.OpenId\Views\Application\Edit.cshtml:145
|
||||||
msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
msgctxt "OrchardCore.OpenId.Views.Application.Edit"
|
||||||
msgid "Consent type"
|
msgid "Consent type"
|
||||||
@@ -940,19 +940,19 @@ msgctxt "OrchardCore.OpenId.Views.Scope.Edit"
|
|||||||
msgid "Edit a scope"
|
msgid "Edit a scope"
|
||||||
msgstr "تحرير نطاق"
|
msgstr "تحرير نطاق"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Scope\Edit.cshtml:9
|
#: OrchardCore.OpenId\Views\Scope\Edit.cshtml:9
|
||||||
msgctxt "OrchardCore.OpenId.Views.Scope.Edit"
|
msgctxt "OrchardCore.OpenId.Views.Scope.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "الإسم"
|
msgstr "الإسم"
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Scope\Edit.cshtml:15
|
#: OrchardCore.OpenId\Views\Scope\Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.OpenId.Views.Scope.Edit"
|
msgctxt "OrchardCore.OpenId.Views.Scope.Edit"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
msgstr "الإسم الظاهر"
|
msgstr "الإسم الظاهر"
|
||||||
|
|
||||||
#. <label asp-for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Scope\Edit.cshtml:21
|
#: OrchardCore.OpenId\Views\Scope\Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.OpenId.Views.Scope.Edit"
|
msgctxt "OrchardCore.OpenId.Views.Scope.Edit"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -970,7 +970,7 @@ msgctxt "OrchardCore.OpenId.Views.Scope.Edit"
|
|||||||
msgid "Note: the server tenant is always included in the access token audiences, even if no scope is requested."
|
msgid "Note: the server tenant is always included in the access token audiences, even if no scope is requested."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Resources">@T["Additional resources (API audiences)"]</label>
|
#. <label asp-for="Resources" class="form-label">@T["Additional resources (API audiences)"]</label>
|
||||||
#: OrchardCore.OpenId\Views\Scope\Edit.cshtml:40
|
#: OrchardCore.OpenId\Views\Scope\Edit.cshtml:40
|
||||||
msgctxt "OrchardCore.OpenId.Views.Scope.Edit"
|
msgctxt "OrchardCore.OpenId.Views.Scope.Edit"
|
||||||
msgid "Additional resources (API audiences)"
|
msgid "Additional resources (API audiences)"
|
||||||
@@ -1078,7 +1078,7 @@ msgctxt "OrchardCore.OpenId.Views.Access.Logout"
|
|||||||
msgid "Are you sure you want to log out?"
|
msgid "Are you sure you want to log out?"
|
||||||
msgstr "هل أنت متأكد بأنك تريد تسجيل الخروج؟"
|
msgstr "هل أنت متأكد بأنك تريد تسجيل الخروج؟"
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-openid" aria-hidden="true"></i></span><span class="title">@T["OpenID Connect"]</span>
|
#. <span class="icon"><i class="fa-brands fa-openid" aria-hidden="true"></i></span><span class="title">@T["OpenID Connect"]</span>
|
||||||
#: OrchardCore.OpenId\Views\NavigationItemText-openid.Id.cshtml:1
|
#: OrchardCore.OpenId\Views\NavigationItemText-openid.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.OpenId.Views.NavigationItemText-openid.Id"
|
msgctxt "OrchardCore.OpenId.Views.NavigationItemText-openid.Id"
|
||||||
msgid "OpenID Connect"
|
msgid "OpenID Connect"
|
||||||
@@ -1090,7 +1090,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
|||||||
msgid "The current tenant will be reloaded when the settings are saved."
|
msgid "The current tenant will be reloaded when the settings are saved."
|
||||||
msgstr "ستتم إعادة تحميل الـ tenant الحالية عند حفظ الإعدادات."
|
msgstr "ستتم إعادة تحميل الـ tenant الحالية عند حفظ الإعدادات."
|
||||||
|
|
||||||
#. <label>@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:16
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:16
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -1102,7 +1102,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
|||||||
msgid "Display name of the IdP"
|
msgid "Display name of the IdP"
|
||||||
msgstr "عرض إسم الـ IdP"
|
msgstr "عرض إسم الـ IdP"
|
||||||
|
|
||||||
#. <label>@T["Authority"]</label>
|
#. <label asp-for="Authority" class="form-label">@T["Authority"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:23
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:23
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Authority"
|
msgid "Authority"
|
||||||
@@ -1114,7 +1114,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
|||||||
msgid "Authority to use when making OpenIdConnect calls"
|
msgid "Authority to use when making OpenIdConnect calls"
|
||||||
msgstr "السلطة المستخدمة عند إجراء إستدعاءات OpenIdConnect"
|
msgstr "السلطة المستخدمة عند إجراء إستدعاءات OpenIdConnect"
|
||||||
|
|
||||||
#. <label>@T["ClientId"]</label>
|
#. <label asp-for="ClientId" class="form-label">@T["ClientId"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:30
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:30
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "ClientId"
|
msgid "ClientId"
|
||||||
@@ -1126,7 +1126,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
|||||||
msgid "the 'client_id'"
|
msgid "the 'client_id'"
|
||||||
msgstr "الـ 'client_id'"
|
msgstr "الـ 'client_id'"
|
||||||
|
|
||||||
#. <label>@T["CallbackPath"]</label>
|
#. <label asp-for="CallbackPath" class="form-label">@T["CallbackPath"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:37
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:37
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "CallbackPath"
|
msgid "CallbackPath"
|
||||||
@@ -1138,7 +1138,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
|||||||
msgid "The request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives."
|
msgid "The request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives."
|
||||||
msgstr "المسار المطلوب داخل المسار الأساسي للتطبيق حيث سيتم إرجاع وكيل المستخدم إليه. الـ middleware سوف تعالج الطلب عند وصوله."
|
msgstr "المسار المطلوب داخل المسار الأساسي للتطبيق حيث سيتم إرجاع وكيل المستخدم إليه. الـ middleware سوف تعالج الطلب عند وصوله."
|
||||||
|
|
||||||
#. <label>@T["SignedOut CallbackPath"]</label>
|
#. <label asp-for="SignedOutCallbackPath" class="form-label">@T["SignedOut CallbackPath"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:44
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:44
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "SignedOut CallbackPath"
|
msgid "SignedOut CallbackPath"
|
||||||
@@ -1156,7 +1156,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
|||||||
msgid "See post_logout_redirect_uri from "
|
msgid "See post_logout_redirect_uri from "
|
||||||
msgstr "انظر post_logout_redirect_uri من "
|
msgstr "انظر post_logout_redirect_uri من "
|
||||||
|
|
||||||
#. <label>@T["SignedOut Redirect Uri"]</label>
|
#. <label asp-for="SignedOutRedirectUri" class="form-label">@T["SignedOut Redirect Uri"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:52
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:52
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "SignedOut Redirect Uri"
|
msgid "SignedOut Redirect Uri"
|
||||||
@@ -1168,7 +1168,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
|||||||
msgid "The uri where the user agent will be redirected to after application is signed out from the identity provider. The redirect will happen after the SignedOutCallbackPath is invoked."
|
msgid "The uri where the user agent will be redirected to after application is signed out from the identity provider. The redirect will happen after the SignedOutCallbackPath is invoked."
|
||||||
msgstr "الرابط حيث سيتم إعادة توجيه وكيل المستخدم بعد تسجيل الخروج من مزود الهوية. سيحدث إعادة التوجيه بعد استدعاء SignedOutCallbackPath."
|
msgstr "الرابط حيث سيتم إعادة توجيه وكيل المستخدم بعد تسجيل الخروج من مزود الهوية. سيحدث إعادة التوجيه بعد استدعاء SignedOutCallbackPath."
|
||||||
|
|
||||||
#. <label asp-for="Scopes">@T["Scopes"]</label>
|
#. <label asp-for="Scopes" class="form-label">@T["Scopes"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:59
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:59
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Scopes"
|
msgid "Scopes"
|
||||||
@@ -1200,10 +1200,10 @@ msgstr "تدفق رمز المصادقة"
|
|||||||
|
|
||||||
#. <h5 class="mb-3"><a class="hint" href="http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth" target="_blank">@T["see: "]http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth</a></h5>
|
#. <h5 class="mb-3"><a class="hint" href="http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth" target="_blank">@T["see: "]http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth</a></h5>
|
||||||
#. <h5 class="mb-3"><a class="hint" href="http://openid.net/specs/openid-connect-core-1_0.html#HybridAuthRequest" target="_blank">@T["see: "]http://openid.net/specs/openid-connect-core-1_0.html#HybridAuthRequest</a></h5>
|
#. <h5 class="mb-3"><a class="hint" href="http://openid.net/specs/openid-connect-core-1_0.html#HybridAuthRequest" target="_blank">@T["see: "]http://openid.net/specs/openid-connect-core-1_0.html#HybridAuthRequest</a></h5>
|
||||||
#. <h5 class="mb-3"><a class="hint" href="http://openid.net/specs/openid-connect-core-1_0.html#ImplicitAuthRequest" target="_blank">@T["see: "]http://openid.net/specs/openid-connect-core-1_0.html#ImplicitAuthRequest</a></h5>
|
#. <a class="hint" href="http://openid.net/specs/openid-connect-core-1_0.html#ImplicitAuthRequest" target="_blank">@T["see: "]http://openid.net/specs/openid-connect-core-1_0.html#ImplicitAuthRequest</a>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:74
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:74
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:84
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:84
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:111
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:114
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "see: "
|
msgid "see: "
|
||||||
msgstr "انظر: "
|
msgstr "انظر: "
|
||||||
@@ -1217,15 +1217,15 @@ msgstr "استخدم نوع الإستجابة 'code'"
|
|||||||
#. <span class="hint dashed"><a href="http://openid.net/specs/openid-connect-core-1_0.html#codeExample" target="_blank">@T["example:"] http://openid.net/specs/openid-connect-core-1_0.html#codeExample</a></span>
|
#. <span class="hint dashed"><a href="http://openid.net/specs/openid-connect-core-1_0.html#codeExample" target="_blank">@T["example:"] http://openid.net/specs/openid-connect-core-1_0.html#codeExample</a></span>
|
||||||
#. <span class="hint dashed"><a href="http://openid.net/specs/openid-connect-core-1_0.html#code-id_tokenExample" target="_blank">@T["example:"] http://openid.net/specs/openid-connect-core-1_0.html#code-id_tokenExample</a></span>
|
#. <span class="hint dashed"><a href="http://openid.net/specs/openid-connect-core-1_0.html#code-id_tokenExample" target="_blank">@T["example:"] http://openid.net/specs/openid-connect-core-1_0.html#code-id_tokenExample</a></span>
|
||||||
#. <span class="hint dashed"><a href="http://openid.net/specs/openid-connect-core-1_0.html#code-id_token-tokenExample" target="_blank">@T["example:"] http://openid.net/specs/openid-connect-core-1_0.html#code-id_token-tokenExample</a></span>
|
#. <span class="hint dashed"><a href="http://openid.net/specs/openid-connect-core-1_0.html#code-id_token-tokenExample" target="_blank">@T["example:"] http://openid.net/specs/openid-connect-core-1_0.html#code-id_token-tokenExample</a></span>
|
||||||
#. <span class="hint dashed"><a href="http://openid.net/specs/openid-connect-core-1_0.html#code-tokenExample" target="_blank">@T["example:"] http://openid.net/specs/openid-connect-core-1_0.html#code-tokenExample</a></span>
|
#. <a href="http://openid.net/specs/openid-connect-core-1_0.html#code-tokenExample" target="_blank">@T["example:"] http://openid.net/specs/openid-connect-core-1_0.html#code-tokenExample</a>
|
||||||
#. <span class="hint dashed"><a href="http://openid.net/specs/openid-connect-core-1_0.html#id_tokenExample" target="_blank">@T["example:"] http://openid.net/specs/openid-connect-core-1_0.html#id_tokenExample</a></span>
|
#. <a href="http://openid.net/specs/openid-connect-core-1_0.html#id_tokenExample" target="_blank">@T["example:"] http://openid.net/specs/openid-connect-core-1_0.html#id_tokenExample</a>
|
||||||
#. <span class="hint dashed"><a href="http://openid.net/specs/openid-connect-core-1_0.html#id_token-tokenExample" target="_blank">@T["example:"] http://openid.net/specs/openid-connect-core-1_0.html#id_token-tokenExample</a></span>
|
#. <a href="http://openid.net/specs/openid-connect-core-1_0.html#id_token-tokenExample" target="_blank">@T["example:"] http://openid.net/specs/openid-connect-core-1_0.html#id_token-tokenExample</a>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:79
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:79
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:90
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:90
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:98
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:98
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:106
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:107
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:117
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:122
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:125
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:132
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "example:"
|
msgid "example:"
|
||||||
msgstr "مثال:"
|
msgstr "مثال:"
|
||||||
@@ -1255,111 +1255,111 @@ msgid "Use 'code token' response type"
|
|||||||
msgstr "استخدم نوع الإستجابة 'code token'"
|
msgstr "استخدم نوع الإستجابة 'code token'"
|
||||||
|
|
||||||
#. <h3>@T["Implicit Authentication Flow"]</h3>
|
#. <h3>@T["Implicit Authentication Flow"]</h3>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:110
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:112
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Implicit Authentication Flow"
|
msgid "Implicit Authentication Flow"
|
||||||
msgstr "تدفق التحقق الضمني"
|
msgstr "تدفق التحقق الضمني"
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="UseIdTokenFlow">@T["Use 'id_token' response type"]</label>
|
#. <label class="form-check-label" asp-for="UseIdTokenFlow">@T["Use 'id_token' response type"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:116
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:120
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Use 'id_token' response type"
|
msgid "Use 'id_token' response type"
|
||||||
msgstr "استخدم نوع الإستجابة 'id_token'"
|
msgstr "استخدم نوع الإستجابة 'id_token'"
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="UseIdTokenTokenFlow">@T["Use 'id_token token' response type"]</label>
|
#. <label class="form-check-label" asp-for="UseIdTokenTokenFlow">@T["Use 'id_token token' response type"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:124
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:130
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Use 'id_token token' response type"
|
msgid "Use 'id_token token' response type"
|
||||||
msgstr "استخدم نوع الإستجابة 'id_token'"
|
msgstr "استخدم نوع الإستجابة 'id_token'"
|
||||||
|
|
||||||
#. <label>@T["Response Mode"]</label>
|
#. <label asp-for="ResponseMode" class="form-label">@T["Response Mode"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:130
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:138
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Response Mode"
|
msgid "Response Mode"
|
||||||
msgstr "نمط الإستجابة"
|
msgstr "نمط الإستجابة"
|
||||||
|
|
||||||
#. <span class="hint">@T["Configure Response Mode see: http://openid.net/specs/openid-connect-core-1_0.html#ImplicitAuthResponse"]</span>
|
#. <span class="hint">@T["Configure Response Mode see: http://openid.net/specs/openid-connect-core-1_0.html#ImplicitAuthResponse"]</span>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:137
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:145
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Configure Response Mode see: http://openid.net/specs/openid-connect-core-1_0.html#ImplicitAuthResponse"
|
msgid "Configure Response Mode see: http://openid.net/specs/openid-connect-core-1_0.html#ImplicitAuthResponse"
|
||||||
msgstr "تكوين نمط استجابة انظر: http://openid.net/specs/openid-connect-core-1_0.html#ImplicitAuthResponse"
|
msgstr "تكوين نمط استجابة انظر: http://openid.net/specs/openid-connect-core-1_0.html#ImplicitAuthResponse"
|
||||||
|
|
||||||
#. <label>@T["Client Secret"]</label>
|
#. <label asp-for="ClientSecret" class="form-label">@T["Client Secret"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:141
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:149
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Client Secret"
|
msgid "Client Secret"
|
||||||
msgstr "المفتاح السري للعميل"
|
msgstr "المفتاح السري للعميل"
|
||||||
|
|
||||||
#. <span class="hint">@T["set client secret."]</span>
|
#. <span class="hint">@T["set client secret."]</span>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:144
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:152
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "set client secret."
|
msgid "set client secret."
|
||||||
msgstr "ضبط المفتاح السري للعميل."
|
msgstr "ضبط المفتاح السري للعميل."
|
||||||
|
|
||||||
#. <th scope="col">@T["Parameter Name"]</th>
|
#. <th scope="col">@T["Parameter Name"]</th>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:151
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:159
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Parameter Name"
|
msgid "Parameter Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <th scope="col" colspan="3">@T["Value"]</th>
|
#. <th scope="col" colspan="3">@T["Value"]</th>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:152
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:160
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Value"
|
msgid "Value"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a v-on:click="remove(index)" href="javascript:void(0)" title="@T["Remove parameter from list"]" class="btn">
|
#. <a v-on:click="remove(index)" href="javascript:void(0)" title="@T["Remove parameter from list"]" class="btn">
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:164
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:172
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Remove parameter from list"
|
msgid "Remove parameter from list"
|
||||||
msgstr ""
|
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 a parameter"]</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 a parameter"]</a>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:174
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:182
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Add a parameter"
|
msgid "Add a parameter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h5 class="modal-title">@T["Edit Data"]</h5>
|
#. <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.OpenId\Views\OpenIdClientSettings.Edit.cshtml:187
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:195
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:210
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:218
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Edit Data"
|
msgid "Edit Data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label for="parameters-textarea">@T["Parameters"]</label>
|
#. <label for="parameters-textarea" class="form-label">@T["Parameters"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:192
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:200
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["A JSON representation of the allowed values, e.g. {0}", "[ { name: 'First parameter', value: 'parameter1' }, { name: 'Second parameter', value: 'parameter2' } ]"]</span>
|
#. <span class="hint">@T["A JSON representation of the allowed values, e.g. {0}", "[ { name: 'First parameter', value: 'parameter1' }, { name: 'Second parameter', value: 'parameter2' } ]"]</span>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:194
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:202
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "A JSON representation of the allowed values, e.g. {0}"
|
msgid "A JSON representation of the allowed values, e.g. {0}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <button type="button" class="btn btn-primary btn-submit" v-on:click="closeModal()">@T["OK"]</button>
|
#. <button type="button" class="btn btn-primary btn-submit" v-on:click="closeModal()">@T["OK"]</button>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:198
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:206
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "OK"
|
msgid "OK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">@T["Cancel"]</button>
|
#. <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">@T["Cancel"]</button>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:199
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:207
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Parameters">@T["Advanced Parameters"]</label>
|
#. <label asp-for="Parameters" class="form-label">@T["Advanced Parameters"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:209
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:217
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Advanced Parameters"
|
msgid "Advanced Parameters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <div class="hint">@T["Advanced parameters that can be sent with the authorize request."]</div>
|
#. <div class="hint">@T["Advanced parameters that can be sent with the authorize request."]</div>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:213
|
#: OrchardCore.OpenId\Views\OpenIdClientSettings.Edit.cshtml:221
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdClientSettings.Edit"
|
||||||
msgid "Advanced parameters that can be sent with the authorize request."
|
msgid "Advanced parameters that can be sent with the authorize request."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1546,7 +1546,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
|||||||
msgid "These options are all optional and are for advanced users only."
|
msgid "These options are all optional and are for advanced users only."
|
||||||
msgstr "هذه الخيارات إختيارية وهي للمستخدمين المتقدمين فقط."
|
msgstr "هذه الخيارات إختيارية وهي للمستخدمين المتقدمين فقط."
|
||||||
|
|
||||||
#. <label asp-for="Authority">@T["Authority"]</label>
|
#. <label asp-for="Authority" class="form-label">@T["Authority"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:123
|
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:123
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
||||||
msgid "Authority"
|
msgid "Authority"
|
||||||
@@ -1558,7 +1558,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
|||||||
msgid "The base URL of the identity server (this site). If none is provided, a default value based on the site host is automatically computed."
|
msgid "The base URL of the identity server (this site). If none is provided, a default value based on the site host is automatically computed."
|
||||||
msgstr "الرابط الأساسي لخادم الهوية (هذا الموقع). إذا لم يتم توفير أي منها ، يتم تلقائيًا حساب القيمة الافتراضية المستندة إلى مضيف الموقع."
|
msgstr "الرابط الأساسي لخادم الهوية (هذا الموقع). إذا لم يتم توفير أي منها ، يتم تلقائيًا حساب القيمة الافتراضية المستندة إلى مضيف الموقع."
|
||||||
|
|
||||||
#. <label asp-for="EncryptionCertificateStoreLocation">@T["Encryption Certificate Store Location"]</label>
|
#. <label asp-for="EncryptionCertificateStoreLocation" class="form-label">@T["Encryption Certificate Store Location"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:130
|
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:130
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
||||||
msgid "Encryption Certificate Store Location"
|
msgid "Encryption Certificate Store Location"
|
||||||
@@ -1586,7 +1586,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
|||||||
msgid "Select the encryption certificate location."
|
msgid "Select the encryption certificate location."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="EncryptionCertificateStoreName">@T["Encryption Certificate Store Name"]</label>
|
#. <label asp-for="EncryptionCertificateStoreName" class="form-label">@T["Encryption Certificate Store Name"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:144
|
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:144
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
||||||
msgid "Encryption Certificate Store Name"
|
msgid "Encryption Certificate Store Name"
|
||||||
@@ -1598,7 +1598,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
|||||||
msgid "Select the encryption certificate store."
|
msgid "Select the encryption certificate store."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="EncryptionCertificateThumbprint">@T["Encryption Certificate"]</label>
|
#. <label asp-for="EncryptionCertificateThumbprint" class="form-label">@T["Encryption Certificate"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:160
|
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:160
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
||||||
msgid "Encryption Certificate"
|
msgid "Encryption Certificate"
|
||||||
@@ -1618,7 +1618,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
|||||||
msgid "You need to add a certificate to your server for setting up OpenID Connect module."
|
msgid "You need to add a certificate to your server for setting up OpenID Connect module."
|
||||||
msgstr "عليك إضافة شهادة إلى خادمك لإعداد الوحدة النمطية لـ OpenId Connect."
|
msgstr "عليك إضافة شهادة إلى خادمك لإعداد الوحدة النمطية لـ OpenId Connect."
|
||||||
|
|
||||||
#. <label asp-for="SigningCertificateStoreLocation">@T["Signing Certificate Store Location"]</label>
|
#. <label asp-for="SigningCertificateStoreLocation" class="form-label">@T["Signing Certificate Store Location"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:194
|
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:194
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
||||||
msgid "Signing Certificate Store Location"
|
msgid "Signing Certificate Store Location"
|
||||||
@@ -1630,7 +1630,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
|||||||
msgid "Select the signing certificate location."
|
msgid "Select the signing certificate location."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SigningCertificateStoreName">@T["Signing Certificate Store Name"]</label>
|
#. <label asp-for="SigningCertificateStoreName" class="form-label">@T["Signing Certificate Store Name"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:208
|
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:208
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
||||||
msgid "Signing Certificate Store Name"
|
msgid "Signing Certificate Store Name"
|
||||||
@@ -1642,7 +1642,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
|||||||
msgid "Select the signing certificate store."
|
msgid "Select the signing certificate store."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SigningCertificateThumbprint">@T["Signing Certificate"]</label>
|
#. <label asp-for="SigningCertificateThumbprint" class="form-label">@T["Signing Certificate"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:224
|
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:224
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
||||||
msgid "Signing Certificate"
|
msgid "Signing Certificate"
|
||||||
@@ -1666,7 +1666,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
|||||||
msgid "When this option is enabled, refresh tokens are not marked as redeemed and can be reused until they expire."
|
msgid "When this option is enabled, refresh tokens are not marked as redeemed and can be reused until they expire."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="AccessTokenFormat">@T["Token Format"]</label>
|
#. <label asp-for="AccessTokenFormat" class="form-label">@T["Token Format"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:266
|
#: OrchardCore.OpenId\Views\OpenIdServerSettings.Edit.cshtml:266
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdServerSettings.Edit"
|
||||||
msgid "Token Format"
|
msgid "Token Format"
|
||||||
@@ -1744,13 +1744,13 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdValidationSettings.Edit"
|
|||||||
msgid "The current tenant will be reloaded when the settings are saved."
|
msgid "The current tenant will be reloaded when the settings are saved."
|
||||||
msgstr "سيتم إعادة تحميل الـ tenant عند حفظ الإعدادات."
|
msgstr "سيتم إعادة تحميل الـ tenant عند حفظ الإعدادات."
|
||||||
|
|
||||||
#. <label asp-for="Tenant">@T["Authorization server tenant"]</label>
|
#. <label asp-for="Tenant" class="form-label">@T["Authorization server tenant"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdValidationSettings.Edit.cshtml:13
|
#: OrchardCore.OpenId\Views\OpenIdValidationSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdValidationSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdValidationSettings.Edit"
|
||||||
msgid "Authorization server tenant"
|
msgid "Authorization server tenant"
|
||||||
msgstr "الخادم المرخص"
|
msgstr "الخادم المرخص"
|
||||||
|
|
||||||
#. <label asp-for="Authority">@T["Authority"]</label>
|
#. <label asp-for="Authority" class="form-label">@T["Authority"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdValidationSettings.Edit.cshtml:25
|
#: OrchardCore.OpenId\Views\OpenIdValidationSettings.Edit.cshtml:25
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdValidationSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdValidationSettings.Edit"
|
||||||
msgid "Authority"
|
msgid "Authority"
|
||||||
@@ -1762,7 +1762,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdValidationSettings.Edit"
|
|||||||
msgid "The address of the remote OpenID Connect server. Using a HTTPS address is strongly recommended."
|
msgid "The address of the remote OpenID Connect server. Using a HTTPS address is strongly recommended."
|
||||||
msgstr "عنوان خادم الـ OpenID Connect البعيد. إستخدام عنوان HTTPS يستحسن بشدة."
|
msgstr "عنوان خادم الـ OpenID Connect البعيد. إستخدام عنوان HTTPS يستحسن بشدة."
|
||||||
|
|
||||||
#. <label asp-for="MetadataAddress">@T["OpenID Connect Metadata Address"]</label>
|
#. <label asp-for="MetadataAddress" class="form-label">@T["OpenID Connect Metadata Address"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdValidationSettings.Edit.cshtml:32
|
#: OrchardCore.OpenId\Views\OpenIdValidationSettings.Edit.cshtml:32
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdValidationSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdValidationSettings.Edit"
|
||||||
msgid "OpenID Connect Metadata Address"
|
msgid "OpenID Connect Metadata Address"
|
||||||
@@ -1774,7 +1774,7 @@ msgctxt "OrchardCore.OpenId.Views.OpenIdValidationSettings.Edit"
|
|||||||
msgid "The well-formed URI of the OpenID Connect Metadata Address endpoint. This is only for advanced scenarios when metadata is not available from the standard authority endpoint. It cannot be used when using a Tenant and using a HTTPS address is strongly recommended."
|
msgid "The well-formed URI of the OpenID Connect Metadata Address endpoint. This is only for advanced scenarios when metadata is not available from the standard authority endpoint. It cannot be used when using a Tenant and using a HTTPS address is strongly recommended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Audience">@T["Audience"]</label>
|
#. <label asp-for="Audience" class="form-label">@T["Audience"]</label>
|
||||||
#: OrchardCore.OpenId\Views\OpenIdValidationSettings.Edit.cshtml:39
|
#: OrchardCore.OpenId\Views\OpenIdValidationSettings.Edit.cshtml:39
|
||||||
msgctxt "OrchardCore.OpenId.Views.OpenIdValidationSettings.Edit"
|
msgctxt "OrchardCore.OpenId.Views.OpenIdValidationSettings.Edit"
|
||||||
msgid "Audience"
|
msgid "Audience"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-17 16:54\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. .Add(S["Design"], design => design
|
#. .Add(S["Design"], design => design
|
||||||
#: OrchardCore.Placements\AdminMenu.cs:25
|
#: OrchardCore.Placements\AdminMenu.cs:25
|
||||||
@@ -39,39 +39,39 @@ msgid "Placement rules for \"{0}\" already exists. Please edit existing rule."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" placement have been saved.", viewModel.ShapeType]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" placement have been saved.", viewModel.ShapeType]);
|
||||||
#: OrchardCore.Placements\Controllers\AdminController.cs:197
|
#: OrchardCore.Placements\Controllers\AdminController.cs:198
|
||||||
msgctxt "OrchardCore.Placements.Controllers.AdminController"
|
msgctxt "OrchardCore.Placements.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" placement have been saved."
|
msgid "The \"{0}\" placement have been saved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.WarningAsync(H["The \"{0}\" placement is empty.", viewModel.ShapeType]);
|
#. await _notifier.WarningAsync(H["The \"{0}\" placement is empty.", viewModel.ShapeType]);
|
||||||
#: OrchardCore.Placements\Controllers\AdminController.cs:201
|
#: OrchardCore.Placements\Controllers\AdminController.cs:202
|
||||||
msgctxt "OrchardCore.Placements.Controllers.AdminController"
|
msgctxt "OrchardCore.Placements.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" placement is empty."
|
msgid "The \"{0}\" placement is empty."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" placement has been deleted.", viewModel.ShapeType]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" placement has been deleted.", viewModel.ShapeType]);
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" placement has been deleted.", shapeType]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" placement has been deleted.", shapeType]);
|
||||||
#: OrchardCore.Placements\Controllers\AdminController.cs:208
|
#: OrchardCore.Placements\Controllers\AdminController.cs:209
|
||||||
#: OrchardCore.Placements\Controllers\AdminController.cs:240
|
#: OrchardCore.Placements\Controllers\AdminController.cs:241
|
||||||
msgctxt "OrchardCore.Placements.Controllers.AdminController"
|
msgctxt "OrchardCore.Placements.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" placement has been deleted."
|
msgid "The \"{0}\" placement has been deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["An error occurred while parsing the placement<br/>{0}", jsonException.Message]);
|
#. await _notifier.ErrorAsync(H["An error occurred while parsing the placement<br/>{0}", jsonException.Message]);
|
||||||
#: OrchardCore.Placements\Controllers\AdminController.cs:213
|
#: OrchardCore.Placements\Controllers\AdminController.cs:214
|
||||||
msgctxt "OrchardCore.Placements.Controllers.AdminController"
|
msgctxt "OrchardCore.Placements.Controllers.AdminController"
|
||||||
msgid "An error occurred while parsing the placement<br/>{0}"
|
msgid "An error occurred while parsing the placement<br/>{0}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["An error occurred while saving the placement."]);
|
#. await _notifier.ErrorAsync(H["An error occurred while saving the placement."]);
|
||||||
#: OrchardCore.Placements\Controllers\AdminController.cs:218
|
#: OrchardCore.Placements\Controllers\AdminController.cs:219
|
||||||
msgctxt "OrchardCore.Placements.Controllers.AdminController"
|
msgctxt "OrchardCore.Placements.Controllers.AdminController"
|
||||||
msgid "An error occurred while saving the placement."
|
msgid "An error occurred while saving the placement."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Placements successfully removed."]);
|
#. await _notifier.SuccessAsync(H["Placements successfully removed."]);
|
||||||
#: OrchardCore.Placements\Controllers\AdminController.cs:265
|
#: OrchardCore.Placements\Controllers\AdminController.cs:266
|
||||||
msgctxt "OrchardCore.Placements.Controllers.AdminController"
|
msgctxt "OrchardCore.Placements.Controllers.AdminController"
|
||||||
msgid "Placements successfully removed."
|
msgid "Placements successfully removed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -160,7 +160,7 @@ msgctxt "OrchardCore.Placements.Views.Admin.Edit"
|
|||||||
msgid "Edit Placement"
|
msgid "Edit Placement"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ShapeType">@T["Shape type"]</label>
|
#. <label asp-for="ShapeType" class="form-label">@T["Shape type"]</label>
|
||||||
#: OrchardCore.Placements\Views\Admin\Edit.cshtml:22
|
#: OrchardCore.Placements\Views\Admin\Edit.cshtml:22
|
||||||
msgctxt "OrchardCore.Placements.Views.Admin.Edit"
|
msgctxt "OrchardCore.Placements.Views.Admin.Edit"
|
||||||
msgid "Shape type"
|
msgid "Shape type"
|
||||||
@@ -172,7 +172,7 @@ msgctxt "OrchardCore.Placements.Views.Admin.Edit"
|
|||||||
msgid "The type of the shape."
|
msgid "The type of the shape."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Nodes">@T["Placement rules"]</label>
|
#. <label asp-for="Nodes" class="form-label">@T["Placement rules"]</label>
|
||||||
#: OrchardCore.Placements\Views\Admin\Edit.cshtml:29
|
#: OrchardCore.Placements\Views\Admin\Edit.cshtml:29
|
||||||
msgctxt "OrchardCore.Placements.Views.Admin.Edit"
|
msgctxt "OrchardCore.Placements.Views.Admin.Edit"
|
||||||
msgid "Placement rules"
|
msgid "Placement rules"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="Show">@T["Show"]</label>
|
#. <label class="form-check-label" asp-for="Show">@T["Show"]</label>
|
||||||
#: OrchardCore.ProjectTemplates\content\OrchardCore.Templates.Cms.Module\Views\MyTestPart.Edit.cshtml:6
|
#: OrchardCore.ProjectTemplates\content\OrchardCore.Templates.Cms.Module\Views\MyTestPart.Edit.cshtml:6
|
||||||
@@ -18,7 +18,7 @@ msgctxt "OrchardCore.ProjectTemplates.content.OrchardCore.Templates.Cms.Module.V
|
|||||||
msgid "Show"
|
msgid "Show"
|
||||||
msgstr "عرض"
|
msgstr "عرض"
|
||||||
|
|
||||||
#. <label asp-for="MySetting">@T["Setting"]</label>
|
#. <label asp-for="MySetting" class="form-label">@T["Setting"]</label>
|
||||||
#: OrchardCore.ProjectTemplates\content\OrchardCore.Templates.Cms.Module\Views\MyTestPartSettings.Edit.cshtml:5
|
#: OrchardCore.ProjectTemplates\content\OrchardCore.Templates.Cms.Module\Views\MyTestPartSettings.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.ProjectTemplates.content.OrchardCore.Templates.Cms.Module.Views.MyTestPartSettings.Edit"
|
msgctxt "OrchardCore.ProjectTemplates.content.OrchardCore.Templates.Cms.Module.Views.MyTestPartSettings.Edit"
|
||||||
msgid "Setting"
|
msgid "Setting"
|
||||||
|
|||||||
@@ -10,21 +10,21 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. <button class="btn btn-primary btn-publish-later" type="submit" name="submit.Save" value="submit.PublishLater">@T["Publish Later"]</button>
|
#. <button class="btn btn-outline-success text-nowrap btn-publish-later" type="submit" name="submit.Save" value="submit.PublishLater">@T["Publish Later"]</button>
|
||||||
#: OrchardCore.PublishLater\Views\PublishLaterPart.Edit.cshtml:13
|
#: OrchardCore.PublishLater\Views\PublishLaterPart.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.PublishLater.Views.PublishLaterPart.Edit"
|
msgctxt "OrchardCore.PublishLater.Views.PublishLaterPart.Edit"
|
||||||
msgid "Publish Later"
|
msgid "Publish Later"
|
||||||
msgstr "النشر لاحقا"
|
msgstr "النشر لاحقا"
|
||||||
|
|
||||||
#. <button class="btn btn-primary btn-publish-later" type="submit" name="submit.Save" value="submit.CancelPublishLater">@T["Cancel Publish Later"]</button>
|
#. <button class="btn btn-warning text-nowrap btn-publish-later" type="submit" name="submit.Save" value="submit.CancelPublishLater">@T["Cancel Publish Later"]</button>
|
||||||
#: OrchardCore.PublishLater\Views\PublishLaterPart.Edit.cshtml:18
|
#: OrchardCore.PublishLater\Views\PublishLaterPart.Edit.cshtml:19
|
||||||
msgctxt "OrchardCore.PublishLater.Views.PublishLaterPart.Edit"
|
msgctxt "OrchardCore.PublishLater.Views.PublishLaterPart.Edit"
|
||||||
msgid "Cancel Publish Later"
|
msgid "Cancel Publish Later"
|
||||||
msgstr "إلغاء النشر لاحقاً"
|
msgstr "إلغاء النشر لاحقاً"
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
||||||
#: OrchardCore.PublishLater\Views\PublishLaterPart.Option.cshtml:4
|
#: OrchardCore.PublishLater\Views\PublishLaterPart.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.PublishLater.Views.PublishLaterPart.Option"
|
msgctxt "OrchardCore.PublishLater.Views.PublishLaterPart.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. builder.Add(S["Search"], NavigationConstants.AdminMenuSearchPosition, search => search
|
#. builder.Add(S["Search"], NavigationConstants.AdminMenuSearchPosition, search => search
|
||||||
#: OrchardCore.Queries\AdminMenu.cs:24
|
#: OrchardCore.Queries\AdminMenu.cs:24
|
||||||
@@ -127,7 +127,7 @@ msgid "Run SQL Query"
|
|||||||
msgstr "تنفيذ إستعلام SQL"
|
msgstr "تنفيذ إستعلام SQL"
|
||||||
|
|
||||||
#. ModelState.AddModelError("", S["An error occurred while executing the SQL query: {0}", e.Message]);
|
#. ModelState.AddModelError("", S["An error occurred while executing the SQL query: {0}", e.Message]);
|
||||||
#: OrchardCore.Queries\Sql\Controllers\AdminController.cs:100
|
#: OrchardCore.Queries\Sql\Controllers\AdminController.cs:97
|
||||||
msgctxt "OrchardCore.Queries.Sql.Controllers.AdminController"
|
msgctxt "OrchardCore.Queries.Sql.Controllers.AdminController"
|
||||||
msgid "An error occurred while executing the SQL query: {0}"
|
msgid "An error occurred while executing the SQL query: {0}"
|
||||||
msgstr "حدث خطأ أثناء تنفيذ الاستعلام: {0}"
|
msgstr "حدث خطأ أثناء تنفيذ الاستعلام: {0}"
|
||||||
@@ -290,7 +290,7 @@ msgctxt "OrchardCore.Queries.Views.Admin.Index"
|
|||||||
msgid "selected"
|
msgid "selected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-search" aria-hidden="true"></i></span><span class="title">@T["Search"]</span>
|
#. <span class="icon"><i class="fa-solid fa-search" aria-hidden="true"></i></span><span class="title">@T["Search"]</span>
|
||||||
#: OrchardCore.Queries\Views\NavigationItemText-search.Id.cshtml:1
|
#: OrchardCore.Queries\Views\NavigationItemText-search.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Queries.Views.NavigationItemText-search.Id"
|
msgctxt "OrchardCore.Queries.Views.NavigationItemText-search.Id"
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
@@ -332,7 +332,7 @@ msgctxt "OrchardCore.Queries.Views.Admin.Query"
|
|||||||
msgid "SQL Query"
|
msgid "SQL Query"
|
||||||
msgstr "استعلام SQL"
|
msgstr "استعلام SQL"
|
||||||
|
|
||||||
#. <label asp-for="DecodedQuery">@T["Template"]</label>
|
#. <label asp-for="DecodedQuery" class="form-label">@T["Template"]</label>
|
||||||
#: OrchardCore.Queries\Views\Admin\Query.cshtml:23
|
#: OrchardCore.Queries\Views\Admin\Query.cshtml:23
|
||||||
msgctxt "OrchardCore.Queries.Views.Admin.Query"
|
msgctxt "OrchardCore.Queries.Views.Admin.Query"
|
||||||
msgid "Template"
|
msgid "Template"
|
||||||
@@ -350,7 +350,7 @@ msgctxt "OrchardCore.Queries.Views.Admin.Query"
|
|||||||
msgid "The SQL query uses standard SQL92 syntax and is converted based on the actual database. Tables will be prefixed automatically."
|
msgid "The SQL query uses standard SQL92 syntax and is converted based on the actual database. Tables will be prefixed automatically."
|
||||||
msgstr "الاستعلام SQL يستخدم المعيار النصي SQL92 و تم تحويله استناداً إلى قاعدة البيانات المتوفرة. ستتم إضافة سابقة ثابته إلى مسميات جداول البيانات آلياً."
|
msgstr "الاستعلام SQL يستخدم المعيار النصي SQL92 و تم تحويله استناداً إلى قاعدة البيانات المتوفرة. ستتم إضافة سابقة ثابته إلى مسميات جداول البيانات آلياً."
|
||||||
|
|
||||||
#. <label asp-for="Parameters">@T["Parameters"]</label>
|
#. <label asp-for="Parameters" class="form-label">@T["Parameters"]</label>
|
||||||
#: OrchardCore.Queries\Views\Admin\Query.cshtml:32
|
#: OrchardCore.Queries\Views\Admin\Query.cshtml:32
|
||||||
msgctxt "OrchardCore.Queries.Views.Admin.Query"
|
msgctxt "OrchardCore.Queries.Views.Admin.Query"
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
@@ -368,7 +368,7 @@ msgctxt "OrchardCore.Queries.Views.Admin.Query"
|
|||||||
msgid "Query"
|
msgid "Query"
|
||||||
msgstr "استعلام"
|
msgstr "استعلام"
|
||||||
|
|
||||||
#. <label asp-for="RawSql">@T["Final SQL Query"]</label>
|
#. <label asp-for="RawSql" class="form-label">@T["Final SQL Query"]</label>
|
||||||
#: OrchardCore.Queries\Views\Admin\Query.cshtml:52
|
#: OrchardCore.Queries\Views\Admin\Query.cshtml:52
|
||||||
msgctxt "OrchardCore.Queries.Views.Admin.Query"
|
msgctxt "OrchardCore.Queries.Views.Admin.Query"
|
||||||
msgid "Final SQL Query"
|
msgid "Final SQL Query"
|
||||||
@@ -404,7 +404,7 @@ msgctxt "OrchardCore.Queries.Views.Query.Fields.Buttons"
|
|||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "إلغاء"
|
msgstr "إلغاء"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Queries\Views\Query.Fields.Edit.cshtml:4
|
#: OrchardCore.Queries\Views\Query.Fields.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.Queries.Views.Query.Fields.Edit"
|
msgctxt "OrchardCore.Queries.Views.Query.Fields.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -416,7 +416,7 @@ msgctxt "OrchardCore.Queries.Views.Query.Fields.Edit"
|
|||||||
msgid "The technical name of the query."
|
msgid "The technical name of the query."
|
||||||
msgstr "الإسم الفني للاستعلام."
|
msgstr "الإسم الفني للاستعلام."
|
||||||
|
|
||||||
#. <label asp-for="Schema">@T["Schema"]</label>
|
#. <label asp-for="Schema" class="form-label">@T["Schema"]</label>
|
||||||
#: OrchardCore.Queries\Views\Query.Fields.Edit.cshtml:12
|
#: OrchardCore.Queries\Views\Query.Fields.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.Queries.Views.Query.Fields.Edit"
|
msgctxt "OrchardCore.Queries.Views.Query.Fields.Edit"
|
||||||
msgid "Schema"
|
msgid "Schema"
|
||||||
@@ -472,7 +472,7 @@ msgctxt "OrchardCore.Queries.Views.Items.QueryBasedContentDeploymentStep.Fields.
|
|||||||
msgid "If checked, you will have to manually declare variables for content item references like Content Picker Fields, Taxonomy Fields, Tags Fields, and List item IDs and replace them where needed in the recipe. Any reference to these content items will be lost."
|
msgid "If checked, you will have to manually declare variables for content item references like Content Picker Fields, Taxonomy Fields, Tags Fields, and List item IDs and replace them where needed in the recipe. Any reference to these content items will be lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="QueryName">@T["Query"]</label>
|
#. <label asp-for="QueryName" class="form-label">@T["Query"]</label>
|
||||||
#: OrchardCore.Queries\Views\Items\QueryBasedContentDeploymentStep.Fields.Edit.cshtml:24
|
#: OrchardCore.Queries\Views\Items\QueryBasedContentDeploymentStep.Fields.Edit.cshtml:24
|
||||||
msgctxt "OrchardCore.Queries.Views.Items.QueryBasedContentDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Queries.Views.Items.QueryBasedContentDeploymentStep.Fields.Edit"
|
||||||
msgid "Query"
|
msgid "Query"
|
||||||
@@ -484,7 +484,7 @@ msgctxt "OrchardCore.Queries.Views.Items.QueryBasedContentDeploymentStep.Fields.
|
|||||||
msgid "Note: The Query must be configured to return Documents."
|
msgid "Note: The Query must be configured to return Documents."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="QueryParameters">@T["Parameters"]</label>
|
#. <label asp-for="QueryParameters" class="form-label">@T["Parameters"]</label>
|
||||||
#: OrchardCore.Queries\Views\Items\QueryBasedContentDeploymentStep.Fields.Edit.cshtml:39
|
#: OrchardCore.Queries\Views\Items\QueryBasedContentDeploymentStep.Fields.Edit.cshtml:39
|
||||||
msgctxt "OrchardCore.Queries.Views.Items.QueryBasedContentDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Queries.Views.Items.QueryBasedContentDeploymentStep.Fields.Edit"
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
@@ -538,7 +538,7 @@ msgctxt "OrchardCore.Queries.Views.SqlQuery.Edit"
|
|||||||
msgid "When checked, the result has to be a list of document ids."
|
msgid "When checked, the result has to be a list of document ids."
|
||||||
msgstr "عند اختياره، ستكون النتائج في شكل قائمة بأرقام معرفات الوثائق."
|
msgstr "عند اختياره، ستكون النتائج في شكل قائمة بأرقام معرفات الوثائق."
|
||||||
|
|
||||||
#. <label asp-for="Query">@T["Query"]</label>
|
#. <label asp-for="Query" class="form-label">@T["Query"]</label>
|
||||||
#: OrchardCore.Queries\Views\SqlQuery.Edit.cshtml:21
|
#: OrchardCore.Queries\Views\SqlQuery.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.Queries.Views.SqlQuery.Edit"
|
msgctxt "OrchardCore.Queries.Views.SqlQuery.Edit"
|
||||||
msgid "Query"
|
msgid "Query"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2021-07-15 18:58\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. context.ModelState.AddModelError("ReCaptcha", S["Failed to validate captcha"]);
|
#. context.ModelState.AddModelError("ReCaptcha", S["Failed to validate captcha"]);
|
||||||
#: OrchardCore.ReCaptcha.Core\ActionFilters\ValidateReCaptchaAttribute.cs:44
|
#: OrchardCore.ReCaptcha.Core\ActionFilters\ValidateReCaptchaAttribute.cs:44
|
||||||
@@ -18,15 +18,9 @@ msgctxt "OrchardCore.ReCaptcha.ActionFilters.ValidateReCaptchaAttribute"
|
|||||||
msgid "Failed to validate captcha"
|
msgid "Failed to validate captcha"
|
||||||
msgstr "فشل التحقق من رمز التحقق البشري"
|
msgstr "فشل التحقق من رمز التحقق البشري"
|
||||||
|
|
||||||
#. reportError("ReCaptcha", S["Failed to validate captcha"]);
|
#. reportError("ReCaptcha", S["Failed to validate ReCaptcha"]);
|
||||||
#: OrchardCore.ReCaptcha.Core\Services\ReCaptchaService.cs:96
|
#: OrchardCore.ReCaptcha.Core\Services\ReCaptchaService.cs:107
|
||||||
msgctxt "OrchardCore.ReCaptcha.Services.ReCaptchaService"
|
msgctxt "OrchardCore.ReCaptcha.Services.ReCaptchaService"
|
||||||
msgid "Failed to validate captcha"
|
msgid "Failed to validate ReCaptcha"
|
||||||
msgstr "فشل التحقق من رمز التحقق البشري"
|
|
||||||
|
|
||||||
#. _logger.LogWarning(S["Language with name {0} not found", language]);
|
|
||||||
#: OrchardCore.ReCaptcha.Core\TagHelpers\ReCaptchaTagHelper.cs:99
|
|
||||||
msgctxt "OrchardCore.ReCaptcha.TagHelpers.ReCaptchaTagHelper"
|
|
||||||
msgid "Language with name {0} not found"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. .Add(S["Security"], security => security
|
#. .Add(S["Security"], security => security
|
||||||
#: OrchardCore.ReCaptcha\AdminMenu.cs:26
|
#: OrchardCore.ReCaptcha\AdminMenu.cs:26
|
||||||
@@ -45,37 +45,37 @@ msgid "Exports the ReCaptcha settings."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. public override LocalizedString DisplayText => S["Validate ReCaptcha Task"];
|
#. public override LocalizedString DisplayText => S["Validate ReCaptcha Task"];
|
||||||
#: OrchardCore.ReCaptcha\Workflows\ValidateReCaptchaTask.cs:31
|
#: OrchardCore.ReCaptcha\Workflows\ValidateReCaptchaTask.cs:29
|
||||||
msgctxt "OrchardCore.ReCaptcha.Workflows.ValidateReCaptchaTask"
|
msgctxt "OrchardCore.ReCaptcha.Workflows.ValidateReCaptchaTask"
|
||||||
msgid "Validate ReCaptcha Task"
|
msgid "Validate ReCaptcha Task"
|
||||||
msgstr "مهمة التحقق من الـ ReCaptcha"
|
msgstr "مهمة التحقق من الـ ReCaptcha"
|
||||||
|
|
||||||
#. public override LocalizedString Category => S["Validation"];
|
#. public override LocalizedString Category => S["Validation"];
|
||||||
#: OrchardCore.ReCaptcha\Workflows\ValidateReCaptchaTask.cs:33
|
#: OrchardCore.ReCaptcha\Workflows\ValidateReCaptchaTask.cs:31
|
||||||
msgctxt "OrchardCore.ReCaptcha.Workflows.ValidateReCaptchaTask"
|
msgctxt "OrchardCore.ReCaptcha.Workflows.ValidateReCaptchaTask"
|
||||||
msgid "Validation"
|
msgid "Validation"
|
||||||
msgstr "التحقق"
|
msgstr "التحقق"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
||||||
#: OrchardCore.ReCaptcha\Workflows\ValidateReCaptchaTask.cs:39
|
#: OrchardCore.ReCaptcha\Workflows\ValidateReCaptchaTask.cs:37
|
||||||
msgctxt "OrchardCore.ReCaptcha.Workflows.ValidateReCaptchaTask"
|
msgctxt "OrchardCore.ReCaptcha.Workflows.ValidateReCaptchaTask"
|
||||||
msgid "Done"
|
msgid "Done"
|
||||||
msgstr "تم"
|
msgstr "تم"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
||||||
#: OrchardCore.ReCaptcha\Workflows\ValidateReCaptchaTask.cs:39
|
#: OrchardCore.ReCaptcha\Workflows\ValidateReCaptchaTask.cs:37
|
||||||
msgctxt "OrchardCore.ReCaptcha.Workflows.ValidateReCaptchaTask"
|
msgctxt "OrchardCore.ReCaptcha.Workflows.ValidateReCaptchaTask"
|
||||||
msgid "Valid"
|
msgid "Valid"
|
||||||
msgstr "صالح"
|
msgstr "صالح"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
#. return Outcomes(S["Done"], S["Valid"], S["Invalid"]);
|
||||||
#: OrchardCore.ReCaptcha\Workflows\ValidateReCaptchaTask.cs:39
|
#: OrchardCore.ReCaptcha\Workflows\ValidateReCaptchaTask.cs:37
|
||||||
msgctxt "OrchardCore.ReCaptcha.Workflows.ValidateReCaptchaTask"
|
msgctxt "OrchardCore.ReCaptcha.Workflows.ValidateReCaptchaTask"
|
||||||
msgid "Invalid"
|
msgid "Invalid"
|
||||||
msgstr "غير صالح"
|
msgstr "غير صالح"
|
||||||
|
|
||||||
#. updater.ModelState.TryAddModelError(Constants.ReCaptchaServerResponseHeaderName, S["Captcha validation failed. Try again."]);
|
#. updater?.ModelState.TryAddModelError(Constants.ReCaptchaServerResponseHeaderName, S["Captcha validation failed. Try again."]);
|
||||||
#: OrchardCore.ReCaptcha\Workflows\ValidateReCaptchaTask.cs:52
|
#: OrchardCore.ReCaptcha\Workflows\ValidateReCaptchaTask.cs:49
|
||||||
msgctxt "OrchardCore.ReCaptcha.Workflows.ValidateReCaptchaTask"
|
msgctxt "OrchardCore.ReCaptcha.Workflows.ValidateReCaptchaTask"
|
||||||
msgid "Captcha validation failed. Try again."
|
msgid "Captcha validation failed. Try again."
|
||||||
msgstr "فشل التحقق من رمز التحقق البشري. حاول مرة أخرى."
|
msgstr "فشل التحقق من رمز التحقق البشري. حاول مرة أخرى."
|
||||||
@@ -102,7 +102,7 @@ msgctxt "OrchardCore.ReCaptcha.Views.ReCaptchaSettings.Edit"
|
|||||||
msgid "The current tenant will be reloaded when the settings are saved."
|
msgid "The current tenant will be reloaded when the settings are saved."
|
||||||
msgstr "ستتم إعادة تحميل نسخة النظام الحالية (tenant) عند حفظ الإعدادت."
|
msgstr "ستتم إعادة تحميل نسخة النظام الحالية (tenant) عند حفظ الإعدادت."
|
||||||
|
|
||||||
#. <label asp-for="SiteKey">@T["Site Key"]</label>
|
#. <label asp-for="SiteKey" class="form-label">@T["Site Key"]</label>
|
||||||
#: OrchardCore.ReCaptcha\Views\ReCaptchaSettings.Edit.cshtml:6
|
#: OrchardCore.ReCaptcha\Views\ReCaptchaSettings.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.ReCaptcha.Views.ReCaptchaSettings.Edit"
|
msgctxt "OrchardCore.ReCaptcha.Views.ReCaptchaSettings.Edit"
|
||||||
msgid "Site Key"
|
msgid "Site Key"
|
||||||
@@ -114,7 +114,7 @@ msgctxt "OrchardCore.ReCaptcha.Views.ReCaptchaSettings.Edit"
|
|||||||
msgid "Your Google's reCaptcha Site Key."
|
msgid "Your Google's reCaptcha Site Key."
|
||||||
msgstr "مفتاح الموقع الخاص بأداة قوقل للتحقق البشري (Google's reCaptcha)."
|
msgstr "مفتاح الموقع الخاص بأداة قوقل للتحقق البشري (Google's reCaptcha)."
|
||||||
|
|
||||||
#. <label asp-for="SecretKey">@T["Secret Key"]</label>
|
#. <label asp-for="SecretKey" class="form-label">@T["Secret Key"]</label>
|
||||||
#: OrchardCore.ReCaptcha\Views\ReCaptchaSettings.Edit.cshtml:13
|
#: OrchardCore.ReCaptcha\Views\ReCaptchaSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ReCaptcha.Views.ReCaptchaSettings.Edit"
|
msgctxt "OrchardCore.ReCaptcha.Views.ReCaptchaSettings.Edit"
|
||||||
msgid "Secret Key"
|
msgid "Secret Key"
|
||||||
@@ -132,13 +132,13 @@ msgctxt "OrchardCore.ReCaptcha.Views.ReCaptchaSettings.Edit"
|
|||||||
msgid "Get your reCaptcha at"
|
msgid "Get your reCaptcha at"
|
||||||
msgstr "أحصل على أداة التحقق البشري (reCaptcha) من خلال"
|
msgstr "أحصل على أداة التحقق البشري (reCaptcha) من خلال"
|
||||||
|
|
||||||
#. <h4><i class="fa fa-shield-alt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Validate ReCaptcha"])</h4>
|
#. <h4><i class="fa-solid fa-shield-alt" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Validate ReCaptcha"])</h4>
|
||||||
#: OrchardCore.ReCaptcha\Views\Items\ValidateReCaptchaTask.Fields.Design.cshtml:4
|
#: OrchardCore.ReCaptcha\Views\Items\ValidateReCaptchaTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.ReCaptcha.Views.Items.ValidateReCaptchaTask.Fields.Design"
|
msgctxt "OrchardCore.ReCaptcha.Views.Items.ValidateReCaptchaTask.Fields.Design"
|
||||||
msgid "Validate ReCaptcha"
|
msgid "Validate ReCaptcha"
|
||||||
msgstr "التحقق من رمز التحقق البشري (reCaptcha)"
|
msgstr "التحقق من رمز التحقق البشري (reCaptcha)"
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-shield-alt" aria-hidden="true"></i>@T["Validate ReCaptcha"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-shield-alt" aria-hidden="true"></i>@T["Validate ReCaptcha"]</h4>
|
||||||
#: OrchardCore.ReCaptcha\Views\Items\ValidateReCaptchaTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.ReCaptcha\Views\Items\ValidateReCaptchaTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.ReCaptcha.Views.Items.ValidateReCaptchaTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.ReCaptcha.Views.Items.ValidateReCaptchaTask.Fields.Thumbnail"
|
||||||
msgid "Validate ReCaptcha"
|
msgid "Validate ReCaptcha"
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2022-10-11 20:39\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. throw new ValidationException(S["The variable '{0}' was used in the recipe but not defined. Make sure you add the '{0}' variable in the '{1}' section of the recipe.", name, _globalMethodName]);
|
#. throw new ValidationException(S["The variable '{0}' was used in the recipe but not defined. Make sure you add the '{0}' variable in the '{1}' section of the recipe.", name, GlobalMethodName]);
|
||||||
#: OrchardCore.Recipes.Core\VariablesMethodProvider.cs:30
|
#: OrchardCore.Recipes.Core\VariablesMethodProvider.cs:30
|
||||||
msgctxt "OrchardCore.Recipes.VariablesMethodProvider"
|
msgctxt "OrchardCore.Recipes.VariablesMethodProvider"
|
||||||
msgid "The variable '{0}' was used in the recipe but not defined. Make sure you add the '{0}' variable in the '{1}' section of the recipe."
|
msgid "The variable '{0}' was used in the recipe but not defined. Make sure you add the '{0}' variable in the '{1}' section of the recipe."
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-07-18 16:13\n"
|
||||||
|
|
||||||
#. builder.Add(S["Configuration"], configuration => configuration
|
#. builder.Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Recipes\AdminMenu.cs:25
|
#: OrchardCore.Recipes\AdminMenu.cs:25
|
||||||
@@ -20,8 +20,8 @@ msgstr "الضبط"
|
|||||||
|
|
||||||
#. .Add(S["Recipes"], S["Recipes"].PrefixPosition(), recipes => recipes
|
#. .Add(S["Recipes"], S["Recipes"].PrefixPosition(), recipes => recipes
|
||||||
#. .Add(S["Recipes"], S["Recipes"].PrefixPosition(), recipes => recipes
|
#. .Add(S["Recipes"], S["Recipes"].PrefixPosition(), recipes => recipes
|
||||||
#: OrchardCore.Recipes\AdminMenu.cs:27
|
#: OrchardCore.Recipes\AdminMenu.cs:26
|
||||||
#: OrchardCore.Recipes\AdminMenu.cs:27
|
#: OrchardCore.Recipes\AdminMenu.cs:26
|
||||||
msgctxt "OrchardCore.Recipes.AdminMenu"
|
msgctxt "OrchardCore.Recipes.AdminMenu"
|
||||||
msgid "Recipes"
|
msgid "Recipes"
|
||||||
msgstr "الوصفات"
|
msgstr "الوصفات"
|
||||||
@@ -75,13 +75,13 @@ msgid " Website: {0}"
|
|||||||
msgstr " الموقع: {0}"
|
msgstr " الموقع: {0}"
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["Recipe was not found."]);
|
#. await _notifier.ErrorAsync(H["Recipe was not found."]);
|
||||||
#: OrchardCore.Recipes\Controllers\AdminController.cs:99
|
#: OrchardCore.Recipes\Controllers\AdminController.cs:98
|
||||||
msgctxt "OrchardCore.Recipes.Controllers.AdminController"
|
msgctxt "OrchardCore.Recipes.Controllers.AdminController"
|
||||||
msgid "Recipe was not found."
|
msgid "Recipe was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The recipe '{0}' has been run successfully.", recipe.DisplayName]);
|
#. await _notifier.SuccessAsync(H["The recipe '{0}' has been run successfully.", recipe.DisplayName]);
|
||||||
#: OrchardCore.Recipes\Controllers\AdminController.cs:124
|
#: OrchardCore.Recipes\Controllers\AdminController.cs:123
|
||||||
msgctxt "OrchardCore.Recipes.Controllers.AdminController"
|
msgctxt "OrchardCore.Recipes.Controllers.AdminController"
|
||||||
msgid "The recipe '{0}' has been run successfully."
|
msgid "The recipe '{0}' has been run successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-07-18 16:13\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], configuration => configuration
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.ReverseProxy\AdminMenu.cs:22
|
#: OrchardCore.ReverseProxy\AdminMenu.cs:22
|
||||||
@@ -44,54 +44,54 @@ msgctxt "OrchardCore.ReverseProxy.DeploymentStartup"
|
|||||||
msgid "Exports the Reverse Proxy settings."
|
msgid "Exports the Reverse Proxy settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-sync" aria-hidden="true"></i></span><span class="title">@T["Reverse Proxy"]</span>
|
#. <span class="icon"><i class="fa-solid fa-sync" aria-hidden="true"></i></span><span class="title">@T["Reverse Proxy"]</span>
|
||||||
#: OrchardCore.ReverseProxy\Views\NavigationItemText-reverseproxy.Id.cshtml:1
|
#: OrchardCore.ReverseProxy\Views\NavigationItemText-reverseproxy.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.ReverseProxy.Views.NavigationItemText-reverseproxy.Id"
|
msgctxt "OrchardCore.ReverseProxy.Views.NavigationItemText-reverseproxy.Id"
|
||||||
msgid "Reverse Proxy"
|
msgid "Reverse Proxy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["The current tenant will be reloaded when the settings are saved."]
|
#. @T["The current tenant will be reloaded when the settings are saved."]
|
||||||
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:4
|
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:8
|
||||||
msgctxt "OrchardCore.ReverseProxy.Views.ReverseProxySettings.Edit"
|
msgctxt "OrchardCore.ReverseProxy.Views.ReverseProxySettings.Edit"
|
||||||
msgid "The current tenant will be reloaded when the settings are saved."
|
msgid "The current tenant will be reloaded when the settings are saved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["Enables the forwarding of the HTTP header X-Forwarded-For"]
|
#. @T["Enables the forwarding of the HTTP header X-Forwarded-For"]
|
||||||
#. <span class="hint">@T["Enables the forwarding of the HTTP header X-Forwarded-For"]</span>
|
#. <span class="hint">@T["Enables the forwarding of the HTTP header X-Forwarded-For"]</span>
|
||||||
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:11
|
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:15
|
||||||
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:14
|
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:18
|
||||||
msgctxt "OrchardCore.ReverseProxy.Views.ReverseProxySettings.Edit"
|
msgctxt "OrchardCore.ReverseProxy.Views.ReverseProxySettings.Edit"
|
||||||
msgid "Enables the forwarding of the HTTP header X-Forwarded-For"
|
msgid "Enables the forwarding of the HTTP header X-Forwarded-For"
|
||||||
msgstr "تفعيل خاصية إعادة التوجيه (X-Forwarded-For) المضمنة في ترويسة HTTP"
|
msgstr "تفعيل خاصية إعادة التوجيه (X-Forwarded-For) المضمنة في ترويسة HTTP"
|
||||||
|
|
||||||
#. <span class="hint">@T["Current request value;"] @Context.Connection.RemoteIpAddress</span>
|
#. <span class="hint">@T["Current request value;"] @await ClientIpAddressAccessor.GetIpAddressAsync()</span>
|
||||||
#. <span class="hint">@T["Current request value;"] @Context.Request.Scheme</span>
|
#. <span class="hint">@T["Current request value;"] @Context.Request.Scheme</span>
|
||||||
#. <span class="hint">@T["Current request value;"] @Context.Request.Host</span>
|
#. <span class="hint">@T["Current request value;"] @Context.Request.Host</span>
|
||||||
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:15
|
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:19
|
||||||
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:26
|
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:30
|
||||||
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:37
|
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:41
|
||||||
msgctxt "OrchardCore.ReverseProxy.Views.ReverseProxySettings.Edit"
|
msgctxt "OrchardCore.ReverseProxy.Views.ReverseProxySettings.Edit"
|
||||||
msgid "Current request value;"
|
msgid "Current request value;"
|
||||||
msgstr "قيمة الطلب الحالي؛"
|
msgstr "قيمة الطلب الحالي؛"
|
||||||
|
|
||||||
#. @T["Enables the forwarding of the HTTP header X-Forwarded-Proto"]
|
#. @T["Enables the forwarding of the HTTP header X-Forwarded-Proto"]
|
||||||
#. <span class="hint">@T["Enables the forwarding of the HTTP header X-Forwarded-Proto"]</span>
|
#. <span class="hint">@T["Enables the forwarding of the HTTP header X-Forwarded-Proto"]</span>
|
||||||
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:22
|
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:26
|
||||||
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:25
|
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:29
|
||||||
msgctxt "OrchardCore.ReverseProxy.Views.ReverseProxySettings.Edit"
|
msgctxt "OrchardCore.ReverseProxy.Views.ReverseProxySettings.Edit"
|
||||||
msgid "Enables the forwarding of the HTTP header X-Forwarded-Proto"
|
msgid "Enables the forwarding of the HTTP header X-Forwarded-Proto"
|
||||||
msgstr "تفعيل خاصية إعادة التوجيه (X-Forwarded-Proto) المضمنة في ترويسة HTTP"
|
msgstr "تفعيل خاصية إعادة التوجيه (X-Forwarded-Proto) المضمنة في ترويسة HTTP"
|
||||||
|
|
||||||
#. @T["Enables the forwarding of the HTTP header X-Forwarded-Host"]
|
#. @T["Enables the forwarding of the HTTP header X-Forwarded-Host"]
|
||||||
#. <span class="hint">@T["Enables the forwarding of the HTTP header X-Forwarded-Host"]</span>
|
#. <span class="hint">@T["Enables the forwarding of the HTTP header X-Forwarded-Host"]</span>
|
||||||
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:33
|
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:37
|
||||||
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:36
|
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:40
|
||||||
msgctxt "OrchardCore.ReverseProxy.Views.ReverseProxySettings.Edit"
|
msgctxt "OrchardCore.ReverseProxy.Views.ReverseProxySettings.Edit"
|
||||||
msgid "Enables the forwarding of the HTTP header X-Forwarded-Host"
|
msgid "Enables the forwarding of the HTTP header X-Forwarded-Host"
|
||||||
msgstr "تفعيل خاصية إعادة التوجيه (X-Forwarded-Host) المضمنة في ترويسة HTTP"
|
msgstr "تفعيل خاصية إعادة التوجيه (X-Forwarded-Host) المضمنة في ترويسة HTTP"
|
||||||
|
|
||||||
#. @T["Documentation available at: {0}", "https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-3.0"]
|
#. @T["Documentation available at: {0}", "https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-3.0"]
|
||||||
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:41
|
#: OrchardCore.ReverseProxy\Views\ReverseProxySettings.Edit.cshtml:45
|
||||||
msgctxt "OrchardCore.ReverseProxy.Views.ReverseProxySettings.Edit"
|
msgctxt "OrchardCore.ReverseProxy.Views.ReverseProxySettings.Edit"
|
||||||
msgid "Documentation available at: {0}"
|
msgid "Documentation available at: {0}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. builder.Add(S["Security"], security => security
|
#. builder.Add(S["Security"], security => security
|
||||||
#: OrchardCore.Roles\AdminMenu.cs:24
|
#: OrchardCore.Roles\AdminMenu.cs:24
|
||||||
@@ -26,13 +26,13 @@ msgctxt "OrchardCore.Roles.AdminMenu"
|
|||||||
msgid "Roles"
|
msgid "Roles"
|
||||||
msgstr "الأدوار"
|
msgstr "الأدوار"
|
||||||
|
|
||||||
#. ModelState.AddModelError(String.Empty, S["Invalid role name."]);
|
#. ModelState.AddModelError(string.Empty, S["Invalid role name."]);
|
||||||
#: OrchardCore.Roles\Controllers\AdminController.cs:99
|
#: OrchardCore.Roles\Controllers\AdminController.cs:99
|
||||||
msgctxt "OrchardCore.Roles.Controllers.AdminController"
|
msgctxt "OrchardCore.Roles.Controllers.AdminController"
|
||||||
msgid "Invalid role name."
|
msgid "Invalid role name."
|
||||||
msgstr "إسم الدور غير صحيح."
|
msgstr "إسم الدور غير صحيح."
|
||||||
|
|
||||||
#. ModelState.AddModelError(String.Empty, S["The role is already used."]);
|
#. ModelState.AddModelError(string.Empty, S["The role is already used."]);
|
||||||
#: OrchardCore.Roles\Controllers\AdminController.cs:104
|
#: OrchardCore.Roles\Controllers\AdminController.cs:104
|
||||||
msgctxt "OrchardCore.Roles.Controllers.AdminController"
|
msgctxt "OrchardCore.Roles.Controllers.AdminController"
|
||||||
msgid "The role is already used."
|
msgid "The role is already used."
|
||||||
@@ -62,7 +62,7 @@ msgctxt "OrchardCore.Roles.Controllers.AdminController"
|
|||||||
msgid "Role updated successfully."
|
msgid "Role updated successfully."
|
||||||
msgstr "تم تعديل الدور بنجاح."
|
msgstr "تم تعديل الدور بنجاح."
|
||||||
|
|
||||||
#. var title = String.IsNullOrWhiteSpace(feature.Name) ? S["{0} Feature", feature.Id] : feature.Name;
|
#. var title = string.IsNullOrWhiteSpace(feature.Name) ? S["{0} Feature", feature.Id] : feature.Name;
|
||||||
#: OrchardCore.Roles\Controllers\AdminController.cs:272
|
#: OrchardCore.Roles\Controllers\AdminController.cs:272
|
||||||
msgctxt "OrchardCore.Roles.Controllers.AdminController"
|
msgctxt "OrchardCore.Roles.Controllers.AdminController"
|
||||||
msgid "{0} Feature"
|
msgid "{0} Feature"
|
||||||
@@ -74,6 +74,54 @@ msgctxt "OrchardCore.Roles.Services.RoleStore"
|
|||||||
msgid "Can't delete system roles."
|
msgid "Can't delete system roles."
|
||||||
msgstr "لا يمكن حذف أدوار النظام."
|
msgstr "لا يمكن حذف أدوار النظام."
|
||||||
|
|
||||||
|
#. public override LocalizedString DisplayText => S["Get Users by Role Task"];
|
||||||
|
#: OrchardCore.Roles\Views\Workflows\Activities\GetUsersByRoleTask.cs:29
|
||||||
|
msgctxt "OrchardCore.Roles.Workflows.Activities.GetUsersByRoleTask"
|
||||||
|
msgid "Get Users by Role Task"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. public override LocalizedString Category => S["User"];
|
||||||
|
#: OrchardCore.Roles\Views\Workflows\Activities\GetUsersByRoleTask.cs:31
|
||||||
|
msgctxt "OrchardCore.Roles.Workflows.Activities.GetUsersByRoleTask"
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. => Outcomes(S["Done"], S["Failed"]);
|
||||||
|
#: OrchardCore.Roles\Views\Workflows\Activities\GetUsersByRoleTask.cs:46
|
||||||
|
msgctxt "OrchardCore.Roles.Workflows.Activities.GetUsersByRoleTask"
|
||||||
|
msgid "Done"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. => Outcomes(S["Done"], S["Failed"]);
|
||||||
|
#: OrchardCore.Roles\Views\Workflows\Activities\GetUsersByRoleTask.cs:46
|
||||||
|
msgctxt "OrchardCore.Roles.Workflows.Activities.GetUsersByRoleTask"
|
||||||
|
msgid "Failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. public override LocalizedString DisplayText => S["Unassign User Role Task"];
|
||||||
|
#: OrchardCore.Roles\Views\Workflows\Activities\UnassignUserRoleTask.cs:31
|
||||||
|
msgctxt "OrchardCore.Roles.Workflows.Activities.UnassignUserRoleTask"
|
||||||
|
msgid "Unassign User Role Task"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. public override LocalizedString Category => S["User"];
|
||||||
|
#: OrchardCore.Roles\Views\Workflows\Activities\UnassignUserRoleTask.cs:33
|
||||||
|
msgctxt "OrchardCore.Roles.Workflows.Activities.UnassignUserRoleTask"
|
||||||
|
msgid "User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. => Outcomes(S["Done"], S["Failed"]);
|
||||||
|
#: OrchardCore.Roles\Views\Workflows\Activities\UnassignUserRoleTask.cs:48
|
||||||
|
msgctxt "OrchardCore.Roles.Workflows.Activities.UnassignUserRoleTask"
|
||||||
|
msgid "Done"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. => Outcomes(S["Done"], S["Failed"]);
|
||||||
|
#: OrchardCore.Roles\Views\Workflows\Activities\UnassignUserRoleTask.cs:48
|
||||||
|
msgctxt "OrchardCore.Roles.Workflows.Activities.UnassignUserRoleTask"
|
||||||
|
msgid "Failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <h5>@T["All Roles"]</h5>
|
#. <h5>@T["All Roles"]</h5>
|
||||||
#: OrchardCore.Roles\Views\Items\AllRolesDeploymentStep.Edit.cshtml:3
|
#: OrchardCore.Roles\Views\Items\AllRolesDeploymentStep.Edit.cshtml:3
|
||||||
msgctxt "OrchardCore.Roles.Views.Items.AllRolesDeploymentStep.Edit"
|
msgctxt "OrchardCore.Roles.Views.Items.AllRolesDeploymentStep.Edit"
|
||||||
@@ -110,19 +158,13 @@ msgctxt "OrchardCore.Roles.Views.Admin.Create"
|
|||||||
msgid "Create Role"
|
msgid "Create Role"
|
||||||
msgstr "إنشاء دور"
|
msgstr "إنشاء دور"
|
||||||
|
|
||||||
#. <label asp-for="RoleName">@T["Role name"]</label>
|
#. <label asp-for="RoleName" class="form-label">@T["Role name"]</label>
|
||||||
#: OrchardCore.Roles\Views\Admin\Create.cshtml:9
|
#: OrchardCore.Roles\Views\Admin\Create.cshtml:9
|
||||||
msgctxt "OrchardCore.Roles.Views.Admin.Create"
|
msgctxt "OrchardCore.Roles.Views.Admin.Create"
|
||||||
msgid "Role name"
|
msgid "Role name"
|
||||||
msgstr "إسم الدور"
|
msgstr "إسم الدور"
|
||||||
|
|
||||||
#. <span asp-validation-for="RoleName" class="text-danger">@T["The role name is required."]</span>
|
#. <label asp-for="RoleDescription" class="form-label">@T["Role description"]</label>
|
||||||
#: OrchardCore.Roles\Views\Admin\Create.cshtml:11
|
|
||||||
msgctxt "OrchardCore.Roles.Views.Admin.Create"
|
|
||||||
msgid "The role name is required."
|
|
||||||
msgstr "أسم الدور مطلوب."
|
|
||||||
|
|
||||||
#. <label asp-for="RoleDescription">@T["Role description"]</label>
|
|
||||||
#: OrchardCore.Roles\Views\Admin\Create.cshtml:15
|
#: OrchardCore.Roles\Views\Admin\Create.cshtml:15
|
||||||
msgctxt "OrchardCore.Roles.Views.Admin.Create"
|
msgctxt "OrchardCore.Roles.Views.Admin.Create"
|
||||||
msgid "Role description"
|
msgid "Role description"
|
||||||
@@ -158,7 +200,7 @@ msgctxt "OrchardCore.Roles.Views.Admin.Edit"
|
|||||||
msgid "Edit Role Detail"
|
msgid "Edit Role Detail"
|
||||||
msgstr "تعديل تفاصيل الدور"
|
msgstr "تعديل تفاصيل الدور"
|
||||||
|
|
||||||
#. <label asp-for="RoleDescription">@T["Role description"]</label>
|
#. <label asp-for="RoleDescription" class="form-label">@T["Role description"]</label>
|
||||||
#: OrchardCore.Roles\Views\Admin\Edit.cshtml:20
|
#: OrchardCore.Roles\Views\Admin\Edit.cshtml:20
|
||||||
msgctxt "OrchardCore.Roles.Views.Admin.Edit"
|
msgctxt "OrchardCore.Roles.Views.Admin.Edit"
|
||||||
msgid "Role description"
|
msgid "Role description"
|
||||||
@@ -204,13 +246,13 @@ msgctxt "OrchardCore.Roles.Views.Admin.Edit"
|
|||||||
msgid "Permission"
|
msgid "Permission"
|
||||||
msgstr "صلاحية"
|
msgstr "صلاحية"
|
||||||
|
|
||||||
#. <span class="badge bg-danger" data-bs-toggle="tooltip" data-html="true" title="@T["This permission could allow a user to elevate their other permissions. Grant it with extreme consideration."]">@T["Security Critical"]</span>
|
#. <span class="badge text-bg-danger" data-bs-toggle="tooltip" data-html="true" title="@T["This permission could allow a user to elevate their other permissions. Grant it with extreme consideration."]">@T["Security Critical"]</span>
|
||||||
#: OrchardCore.Roles\Views\Admin\Edit.cshtml:63
|
#: OrchardCore.Roles\Views\Admin\Edit.cshtml:63
|
||||||
msgctxt "OrchardCore.Roles.Views.Admin.Edit"
|
msgctxt "OrchardCore.Roles.Views.Admin.Edit"
|
||||||
msgid "This permission could allow a user to elevate their other permissions. Grant it with extreme consideration."
|
msgid "This permission could allow a user to elevate their other permissions. Grant it with extreme consideration."
|
||||||
msgstr "هذه الصلاحية تسمح للمستخدم برفع صلاحياته الآخرى. امنحها مع النظر الشديد."
|
msgstr "هذه الصلاحية تسمح للمستخدم برفع صلاحياته الآخرى. امنحها مع النظر الشديد."
|
||||||
|
|
||||||
#. <span class="badge bg-danger" data-bs-toggle="tooltip" data-html="true" title="@T["This permission could allow a user to elevate their other permissions. Grant it with extreme consideration."]">@T["Security Critical"]</span>
|
#. <span class="badge text-bg-danger" data-bs-toggle="tooltip" data-html="true" title="@T["This permission could allow a user to elevate their other permissions. Grant it with extreme consideration."]">@T["Security Critical"]</span>
|
||||||
#: OrchardCore.Roles\Views\Admin\Edit.cshtml:63
|
#: OrchardCore.Roles\Views\Admin\Edit.cshtml:63
|
||||||
msgctxt "OrchardCore.Roles.Views.Admin.Edit"
|
msgctxt "OrchardCore.Roles.Views.Admin.Edit"
|
||||||
msgid "Security Critical"
|
msgid "Security Critical"
|
||||||
@@ -228,6 +270,54 @@ msgctxt "OrchardCore.Roles.Views.Admin.Edit"
|
|||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "إلغاء"
|
msgstr "إلغاء"
|
||||||
|
|
||||||
|
#. <i class="fa-solid fa-user" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Get users in roles"])
|
||||||
|
#: OrchardCore.Roles\Views\Items\GetUsersByRoleTask.Fields.Design.cshtml:10
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.GetUsersByRoleTask.Fields.Design"
|
||||||
|
msgid "Get users in roles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <em>@T["Get users in roles {0} to {1}", string.Join(',', Model.Activity.Roles), Model.Activity.OutputKeyName]</em>
|
||||||
|
#: OrchardCore.Roles\Views\Items\GetUsersByRoleTask.Fields.Design.cshtml:13
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.GetUsersByRoleTask.Fields.Design"
|
||||||
|
msgid "Get users in roles {0} to {1}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="OutputKeyName" class="form-label">@T["Output Key Name"]</label>
|
||||||
|
#: OrchardCore.Roles\Views\Items\GetUsersByRoleTask.Fields.Edit.cshtml:6
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.GetUsersByRoleTask.Fields.Edit"
|
||||||
|
msgid "Output Key Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["The designated key name for storing the users' list in the workflow output. This key enables later access to the list within the workflow.With Liquid support."]</span>
|
||||||
|
#: OrchardCore.Roles\Views\Items\GetUsersByRoleTask.Fields.Edit.cshtml:9
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.GetUsersByRoleTask.Fields.Edit"
|
||||||
|
msgid "The designated key name for storing the users' list in the workflow output. This key enables later access to the list within the workflow.With Liquid support."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="Roles" class="form-label">@T["Roles"]</label>
|
||||||
|
#: OrchardCore.Roles\Views\Items\GetUsersByRoleTask.Fields.Edit.cshtml:13
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.GetUsersByRoleTask.Fields.Edit"
|
||||||
|
msgid "Roles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["Choose the roles used to identify users during list generation."]</span>
|
||||||
|
#: OrchardCore.Roles\Views\Items\GetUsersByRoleTask.Fields.Edit.cshtml:16
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.GetUsersByRoleTask.Fields.Edit"
|
||||||
|
msgid "Choose the roles used to identify users during list generation."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <i class="fa-solid fa-user" aria-hidden="true"></i>@T["Get users in roles"]
|
||||||
|
#: OrchardCore.Roles\Views\Items\GetUsersByRoleTask.Fields.Thumbnail.cshtml:2
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.GetUsersByRoleTask.Fields.Thumbnail"
|
||||||
|
msgid "Get users in roles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <p>@T["Get users in roles."]</p>
|
||||||
|
#: OrchardCore.Roles\Views\Items\GetUsersByRoleTask.Fields.Thumbnail.cshtml:4
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.GetUsersByRoleTask.Fields.Thumbnail"
|
||||||
|
msgid "Get users in roles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <zone Name="Title"><h1>@RenderTitleSegments(T["Roles"])</h1></zone>
|
#. <zone Name="Title"><h1>@RenderTitleSegments(T["Roles"])</h1></zone>
|
||||||
#: OrchardCore.Roles\Views\Admin\Index.cshtml:5
|
#: OrchardCore.Roles\Views\Admin\Index.cshtml:5
|
||||||
msgctxt "OrchardCore.Roles.Views.Admin.Index"
|
msgctxt "OrchardCore.Roles.Views.Admin.Index"
|
||||||
@@ -275,9 +365,57 @@ msgctxt "OrchardCore.Roles.Views.Admin.Index"
|
|||||||
msgid "<strong>Nothing here!</strong> Your search returned no results."
|
msgid "<strong>Nothing here!</strong> Your search returned no results."
|
||||||
msgstr "<strong>لا شىء</strong> لا توجد أي نتائج للبحث."
|
msgstr "<strong>لا شىء</strong> لا توجد أي نتائج للبحث."
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-user-lock" aria-hidden="true"></i></span><span class="title">@T["Roles"]</span>
|
#. <span class="icon"><i class="fa-solid fa-user-lock" aria-hidden="true"></i></span><span class="title">@T["Roles"]</span>
|
||||||
#: OrchardCore.Roles\Views\NavigationItemText-roles.Id.cshtml:1
|
#: OrchardCore.Roles\Views\NavigationItemText-roles.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Roles.Views.NavigationItemText-roles.Id"
|
msgctxt "OrchardCore.Roles.Views.NavigationItemText-roles.Id"
|
||||||
msgid "Roles"
|
msgid "Roles"
|
||||||
msgstr "الأدوار"
|
msgstr "الأدوار"
|
||||||
|
|
||||||
|
#. <i class="fa-solid fa-user" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Unassign user from roles"])
|
||||||
|
#: OrchardCore.Roles\Views\Items\UnassignUserRoleTask.Fields.Design.cshtml:10
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.UnassignUserRoleTask.Fields.Design"
|
||||||
|
msgid "Unassign user from roles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <em>@T["Unassign {0} from roles {1}", Model.Activity.UserName, string.Join(",", Model.Activity.Roles)]</em>
|
||||||
|
#: OrchardCore.Roles\Views\Items\UnassignUserRoleTask.Fields.Design.cshtml:13
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.UnassignUserRoleTask.Fields.Design"
|
||||||
|
msgid "Unassign {0} from roles {1}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="UserName" class="form-label">@T["UserName"]</label>
|
||||||
|
#: OrchardCore.Roles\Views\Items\UnassignUserRoleTask.Fields.Edit.cshtml:6
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.UnassignUserRoleTask.Fields.Edit"
|
||||||
|
msgid "UserName"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["The User to update. With Liquid support."]</span>
|
||||||
|
#: OrchardCore.Roles\Views\Items\UnassignUserRoleTask.Fields.Edit.cshtml:9
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.UnassignUserRoleTask.Fields.Edit"
|
||||||
|
msgid "The User to update. With Liquid support."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="Roles" class="form-label">@T["Roles"]</label>
|
||||||
|
#: OrchardCore.Roles\Views\Items\UnassignUserRoleTask.Fields.Edit.cshtml:13
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.UnassignUserRoleTask.Fields.Edit"
|
||||||
|
msgid "Roles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["The Roles to remove."]</span>
|
||||||
|
#: OrchardCore.Roles\Views\Items\UnassignUserRoleTask.Fields.Edit.cshtml:16
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.UnassignUserRoleTask.Fields.Edit"
|
||||||
|
msgid "The Roles to remove."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <i class="fa-solid fa-user" aria-hidden="true"></i>@T["Unassign user from roles"]
|
||||||
|
#: OrchardCore.Roles\Views\Items\UnassignUserRoleTask.Fields.Thumbnail.cshtml:2
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.UnassignUserRoleTask.Fields.Thumbnail"
|
||||||
|
msgid "Unassign user from roles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <p>@T["Unassign a user from roles."]</p>
|
||||||
|
#: OrchardCore.Roles\Views\Items\UnassignUserRoleTask.Fields.Thumbnail.cshtml:4
|
||||||
|
msgctxt "OrchardCore.Roles.Views.Items.UnassignUserRoleTask.Fields.Thumbnail"
|
||||||
|
msgid "Unassign a user from roles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-17 16:58\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. (S) => S["Equals"],
|
#. (S) => S["Equals"],
|
||||||
#: OrchardCore.Rules\Services\ConditionOperatorConfigureOptions.cs:14
|
#: OrchardCore.Rules\Services\ConditionOperatorConfigureOptions.cs:14
|
||||||
@@ -66,7 +66,7 @@ msgctxt "OrchardCore.Rules.Views.Items.AllCondition.Fields.Edit"
|
|||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="DisplayText">@T["Name"]</label>
|
#. <label asp-for="DisplayText" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Rules\Views\Items\AllCondition.Fields.Edit.cshtml:6
|
#: OrchardCore.Rules\Views\Items\AllCondition.Fields.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Rules.Views.Items.AllCondition.Fields.Edit"
|
msgctxt "OrchardCore.Rules.Views.Items.AllCondition.Fields.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -96,7 +96,7 @@ msgctxt "OrchardCore.Rules.Views.Items.AnyCondition.Fields.Edit"
|
|||||||
msgid "Any"
|
msgid "Any"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="DisplayText">@T["Name"]</label>
|
#. <label asp-for="DisplayText" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Rules\Views\Items\AnyCondition.Fields.Edit.cshtml:6
|
#: OrchardCore.Rules\Views\Items\AnyCondition.Fields.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Rules.Views.Items.AnyCondition.Fields.Edit"
|
msgctxt "OrchardCore.Rules.Views.Items.AnyCondition.Fields.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -180,7 +180,7 @@ msgctxt "OrchardCore.Rules.Views.Condition.Thumbnail"
|
|||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <p class="alert message-warning mb-0 ms-0 mt-3 me-3">@T["No conditions found. Please add at least one condition."]</p>
|
#. <p class="alert alert-warning message-warning mb-0 ms-0 mt-3 me-3">@T["No conditions found. Please add at least one condition."]</p>
|
||||||
#: OrchardCore.Rules\Views\Items\ConditionGroup.Fields.Summary.cshtml:19
|
#: OrchardCore.Rules\Views\Items\ConditionGroup.Fields.Summary.cshtml:19
|
||||||
msgctxt "OrchardCore.Rules.Views.Items.ConditionGroup.Fields.Summary"
|
msgctxt "OrchardCore.Rules.Views.Items.ConditionGroup.Fields.Summary"
|
||||||
msgid "No conditions found. Please add at least one condition."
|
msgid "No conditions found. Please add at least one condition."
|
||||||
@@ -212,7 +212,7 @@ msgctxt "OrchardCore.Rules.Views.Items.ContentTypeCondition.Fields.Edit"
|
|||||||
msgid "Content type"
|
msgid "Content type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SelectedOperation">@T["Operation"]</label>
|
#. <label asp-for="SelectedOperation" class="form-label">@T["Operation"]</label>
|
||||||
#: OrchardCore.Rules\Views\Items\ContentTypeCondition.Fields.Edit.cshtml:7
|
#: OrchardCore.Rules\Views\Items\ContentTypeCondition.Fields.Edit.cshtml:7
|
||||||
msgctxt "OrchardCore.Rules.Views.Items.ContentTypeCondition.Fields.Edit"
|
msgctxt "OrchardCore.Rules.Views.Items.ContentTypeCondition.Fields.Edit"
|
||||||
msgid "Operation"
|
msgid "Operation"
|
||||||
@@ -224,7 +224,7 @@ msgctxt "OrchardCore.Rules.Views.Items.ContentTypeCondition.Fields.Edit"
|
|||||||
msgid "Select the rule operator."
|
msgid "Select the rule operator."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Value">@T["Value"]</label>
|
#. <label asp-for="Value" class="form-label">@T["Value"]</label>
|
||||||
#: OrchardCore.Rules\Views\Items\ContentTypeCondition.Fields.Edit.cshtml:16
|
#: OrchardCore.Rules\Views\Items\ContentTypeCondition.Fields.Edit.cshtml:16
|
||||||
msgctxt "OrchardCore.Rules.Views.Items.ContentTypeCondition.Fields.Edit"
|
msgctxt "OrchardCore.Rules.Views.Items.ContentTypeCondition.Fields.Edit"
|
||||||
msgid "Value"
|
msgid "Value"
|
||||||
@@ -260,7 +260,7 @@ msgctxt "OrchardCore.Rules.Views.Items.CultureCondition.Fields.Edit"
|
|||||||
msgid "Culture"
|
msgid "Culture"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SelectedOperation">@T["Operation"]</label>
|
#. <label asp-for="SelectedOperation" class="form-label">@T["Operation"]</label>
|
||||||
#: OrchardCore.Rules\Views\Items\CultureCondition.Fields.Edit.cshtml:7
|
#: OrchardCore.Rules\Views\Items\CultureCondition.Fields.Edit.cshtml:7
|
||||||
msgctxt "OrchardCore.Rules.Views.Items.CultureCondition.Fields.Edit"
|
msgctxt "OrchardCore.Rules.Views.Items.CultureCondition.Fields.Edit"
|
||||||
msgid "Operation"
|
msgid "Operation"
|
||||||
@@ -272,7 +272,7 @@ msgctxt "OrchardCore.Rules.Views.Items.CultureCondition.Fields.Edit"
|
|||||||
msgid "Select the condition operator."
|
msgid "Select the condition operator."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Value">@T["Value"]</label>
|
#. <label asp-for="Value" class="form-label">@T["Value"]</label>
|
||||||
#: OrchardCore.Rules\Views\Items\CultureCondition.Fields.Edit.cshtml:16
|
#: OrchardCore.Rules\Views\Items\CultureCondition.Fields.Edit.cshtml:16
|
||||||
msgctxt "OrchardCore.Rules.Views.Items.CultureCondition.Fields.Edit"
|
msgctxt "OrchardCore.Rules.Views.Items.CultureCondition.Fields.Edit"
|
||||||
msgid "Value"
|
msgid "Value"
|
||||||
@@ -398,7 +398,7 @@ msgctxt "OrchardCore.Rules.Views.Items.JavascriptCondition.Fields.Edit"
|
|||||||
msgid "Javascript"
|
msgid "Javascript"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Script">@T["Script"]</label>
|
#. <label asp-for="Script" class="form-label">@T["Script"]</label>
|
||||||
#: OrchardCore.Rules\Views\Items\JavascriptCondition.Fields.Edit.cshtml:14
|
#: OrchardCore.Rules\Views\Items\JavascriptCondition.Fields.Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.Rules.Views.Items.JavascriptCondition.Fields.Edit"
|
msgctxt "OrchardCore.Rules.Views.Items.JavascriptCondition.Fields.Edit"
|
||||||
msgid "Script"
|
msgid "Script"
|
||||||
@@ -434,7 +434,7 @@ msgctxt "OrchardCore.Rules.Views.Items.RoleCondition.Fields.Edit"
|
|||||||
msgid "Role"
|
msgid "Role"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SelectedOperation">@T["Operation"]</label>
|
#. <label asp-for="SelectedOperation" class="form-label">@T["Operation"]</label>
|
||||||
#: OrchardCore.Rules\Views\Items\RoleCondition.Fields.Edit.cshtml:7
|
#: OrchardCore.Rules\Views\Items\RoleCondition.Fields.Edit.cshtml:7
|
||||||
msgctxt "OrchardCore.Rules.Views.Items.RoleCondition.Fields.Edit"
|
msgctxt "OrchardCore.Rules.Views.Items.RoleCondition.Fields.Edit"
|
||||||
msgid "Operation"
|
msgid "Operation"
|
||||||
@@ -446,7 +446,7 @@ msgctxt "OrchardCore.Rules.Views.Items.RoleCondition.Fields.Edit"
|
|||||||
msgid "Select the condition operator."
|
msgid "Select the condition operator."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Value">@T["Value"]</label>
|
#. <label asp-for="Value" class="form-label">@T["Value"]</label>
|
||||||
#: OrchardCore.Rules\Views\Items\RoleCondition.Fields.Edit.cshtml:16
|
#: OrchardCore.Rules\Views\Items\RoleCondition.Fields.Edit.cshtml:16
|
||||||
msgctxt "OrchardCore.Rules.Views.Items.RoleCondition.Fields.Edit"
|
msgctxt "OrchardCore.Rules.Views.Items.RoleCondition.Fields.Edit"
|
||||||
msgid "Value"
|
msgid "Value"
|
||||||
@@ -494,7 +494,7 @@ msgctxt "OrchardCore.Rules.Views.Items.UrlCondition.Fields.Edit"
|
|||||||
msgid "Url"
|
msgid "Url"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SelectedOperation">@T["Operation"]</label>
|
#. <label asp-for="SelectedOperation" class="form-label">@T["Operation"]</label>
|
||||||
#: OrchardCore.Rules\Views\Items\UrlCondition.Fields.Edit.cshtml:7
|
#: OrchardCore.Rules\Views\Items\UrlCondition.Fields.Edit.cshtml:7
|
||||||
msgctxt "OrchardCore.Rules.Views.Items.UrlCondition.Fields.Edit"
|
msgctxt "OrchardCore.Rules.Views.Items.UrlCondition.Fields.Edit"
|
||||||
msgid "Operation"
|
msgid "Operation"
|
||||||
@@ -506,7 +506,7 @@ msgctxt "OrchardCore.Rules.Views.Items.UrlCondition.Fields.Edit"
|
|||||||
msgid "Select the condition operator."
|
msgid "Select the condition operator."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Value">@T["Value"]</label>
|
#. <label asp-for="Value" class="form-label">@T["Value"]</label>
|
||||||
#: OrchardCore.Rules\Views\Items\UrlCondition.Fields.Edit.cshtml:16
|
#: OrchardCore.Rules\Views\Items\UrlCondition.Fields.Edit.cshtml:16
|
||||||
msgctxt "OrchardCore.Rules.Views.Items.UrlCondition.Fields.Edit"
|
msgctxt "OrchardCore.Rules.Views.Items.UrlCondition.Fields.Edit"
|
||||||
msgid "Value"
|
msgid "Value"
|
||||||
|
|||||||
@@ -10,16 +10,16 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-17 17:14\n"
|
"PO-Revision-Date: 2023-07-18 16:28\n"
|
||||||
|
|
||||||
#. context.ErrorMessage = S["Failed to remove the Elasticsearch index '{0}'.", settings.IndexName];
|
#. context.ErrorMessage = S["Failed to remove the Elasticsearch index '{0}'.", settings.IndexName];
|
||||||
#: OrchardCore.Search.Elasticsearch.Core\Services\ElasticIndexInitializerService.cs:78
|
#: OrchardCore.Search.Elasticsearch.Core\Services\ElasticIndexInitializerService.cs:77
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.ElasticIndexInitializerService"
|
msgctxt "OrchardCore.Search.Elasticsearch.ElasticIndexInitializerService"
|
||||||
msgid "Failed to remove the Elasticsearch index '{0}'."
|
msgid "Failed to remove the Elasticsearch index '{0}'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.ErrorMessage = S["Failed to remove Elasticsearch indices."];
|
#. context.ErrorMessage = S["Failed to remove Elasticsearch indices."];
|
||||||
#: OrchardCore.Search.Elasticsearch.Core\Services\ElasticIndexInitializerService.cs:85
|
#: OrchardCore.Search.Elasticsearch.Core\Services\ElasticIndexInitializerService.cs:84
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.ElasticIndexInitializerService"
|
msgctxt "OrchardCore.Search.Elasticsearch.ElasticIndexInitializerService"
|
||||||
msgid "Failed to remove Elasticsearch indices."
|
msgid "Failed to remove Elasticsearch indices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-25 11:19\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. .Add(S["Search"], "7", search => search
|
#. .Add(S["Search"], "7", search => search
|
||||||
#: OrchardCore.Search.Elasticsearch\AdminMenu.cs:26
|
#: OrchardCore.Search.Elasticsearch\AdminMenu.cs:26
|
||||||
@@ -56,134 +56,126 @@ msgctxt "OrchardCore.Search.Elasticsearch.AdminMenu"
|
|||||||
msgid "Elasticsearch"
|
msgid "Elasticsearch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Reset"], Value = nameof(ContentsBulkAction.Reset) },
|
#. new SelectListItem(S["Reset"], nameof(ContentsBulkAction.Reset)),
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:133
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:139
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Rebuild"], Value = nameof(ContentsBulkAction.Rebuild) },
|
#. new SelectListItem(S["Rebuild"], nameof(ContentsBulkAction.Rebuild)),
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:134
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:140
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "Rebuild"
|
msgid "Rebuild"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Remove) }
|
#. new SelectListItem(S["Delete"], nameof(ContentsBulkAction.Remove)),
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:135
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:141
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. .Select(x => new SelectListItem { Text = x.Name + " (" + x.DisplayName + ")", Value = x.Name }).Prepend(new SelectListItem { Text = S["Any culture"], Value = "any" }),
|
#. ModelState.AddModelError(nameof(ElasticIndexSettingsViewModel.IndexName), S["An index named {0} already exists.", model.IndexName]);
|
||||||
#. .Select(x => new SelectListItem { Text = x.Name + " (" + x.DisplayName + ")", Value = x.Name }).Prepend(new SelectListItem { Text = S["Any culture"], Value = "any" });
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:206
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:178
|
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:217
|
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
|
||||||
msgid "Any culture"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(ElasticIndexSettingsViewModel.IndexName), S["An index named {0} already exists.", _indexPrefix + model.IndexName]);
|
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:203
|
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "An index named {0} already exists."
|
msgid "An index named {0} already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(ElasticIndexSettingsViewModel.IndexName), S["An index named {0} doesn't exist.", _indexPrefix + model.IndexName]);
|
#. ModelState.AddModelError(nameof(ElasticIndexSettingsViewModel.IndexName), S["An index named {0} doesn't exist.", model.IndexName]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:210
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:213
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "An index named {0} doesn't exist."
|
msgid "An index named {0} doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["An error occurred while creating the index."]);
|
#. await _notifier.ErrorAsync(H["An error occurred while creating the index."]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:235
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:245
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "An error occurred while creating the index."
|
msgid "An error occurred while creating the index."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> created successfully.", _indexPrefix + model.IndexName]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> created successfully.", model.IndexName]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:240
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:253
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "Index <em>{0}</em> created successfully."
|
msgid "Index <em>{0}</em> created successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["An error occurred while editing the index."]);
|
#. await _notifier.ErrorAsync(H["An error occurred while editing the index."]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:252
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:273
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "An error occurred while editing the index."
|
msgid "An error occurred while editing the index."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> modified successfully, <strong>please consider doing a rebuild on the index.</strong>", _indexPrefix + model.IndexName]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> modified successfully, <strong>please consider rebuilding the index.</strong>", model.IndexName]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:257
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:281
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "Index <em>{0}</em> modified successfully, <strong>please consider doing a rebuild on the index.</strong>"
|
msgid "Index <em>{0}</em> modified successfully, <strong>please consider rebuilding the index.</strong>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> reset successfully.", id]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> reset successfully.", id]);
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> reset successfully.", _indexPrefix + item.IndexName]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> reset successfully.", item.IndexName]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:279
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:303
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:482
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:523
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "Index <em>{0}</em> reset successfully."
|
msgid "Index <em>{0}</em> reset successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> rebuilt successfully.", id]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> rebuilt successfully.", id]);
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> rebuilt successfully.", _indexPrefix + item.IndexName]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> rebuilt successfully.", item.IndexName]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:300
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:336
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:495
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:536
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "Index <em>{0}</em> rebuilt successfully."
|
msgid "Index <em>{0}</em> rebuilt successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Index not found on Elasticsearch server.", _indexPrefix + model.IndexName]);
|
#. await _notifier.SuccessAsync(H["Index not found on Elasticsearch server.", model.IndexName]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:315
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:351
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "Index not found on Elasticsearch server."
|
msgid "Index not found on Elasticsearch server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> deleted successfully.", _indexPrefix + model.IndexName]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> deleted successfully.", model.IndexName]);
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> deleted successfully.", _indexPrefix + model.IndexName]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> deleted successfully.", model.IndexName]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:323
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:359
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:346
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:382
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "Index <em>{0}</em> deleted successfully."
|
msgid "Index <em>{0}</em> deleted successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["An error occurred while deleting the index."]);
|
#. await _notifier.ErrorAsync(H["An error occurred while deleting the index."]);
|
||||||
#. await _notifier.ErrorAsync(H["An error occurred while deleting the index."]);
|
#. await _notifier.ErrorAsync(H["An error occurred while deleting the index."]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:327
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:363
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:350
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:386
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "An error occurred while deleting the index."
|
msgid "An error occurred while deleting the index."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(model.DecodedQuery), S["Invalid query : {0}", e.Message]);
|
#. ModelState.AddModelError(nameof(model.DecodedQuery), S["Invalid query : {0}", e.Message]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:438
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:479
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "Invalid query : {0}"
|
msgid "Invalid query : {0}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Indices successfully removed."]);
|
#. await _notifier.SuccessAsync(H["Indices successfully removed."]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:469
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:510
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "Indices successfully removed."
|
msgid "Indices successfully removed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(ElasticIndexSettingsViewModel.IndexedContentTypes), S["At least one content type selection is required."]);
|
#. ModelState.AddModelError(nameof(ElasticIndexSettingsViewModel.IndexedContentTypes), S["At least one content type is required."]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:510
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:551
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "At least one content type selection is required."
|
msgid "At least one content type is required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(ElasticIndexSettingsViewModel.IndexName), S["The index name is required."]);
|
#. ModelState.AddModelError(nameof(ElasticIndexSettingsViewModel.IndexName), S["The index name is required."]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:515
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:556
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "The index name is required."
|
msgid "The index name is required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(ElasticIndexSettingsViewModel.IndexName), S["The index name contains unallowed chars."]);
|
#. ModelState.AddModelError(nameof(ElasticIndexSettingsViewModel.IndexName), S["The index name contains forbidden characters."]);
|
||||||
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:519
|
#: OrchardCore.Search.Elasticsearch\Controllers\AdminController.cs:560
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
msgctxt "OrchardCore.Search.Elasticsearch.AdminController"
|
||||||
msgid "The index name contains unallowed chars."
|
msgid "The index name contains forbidden characters."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(nameof(model.Template), S["The query field is required"]);
|
#. updater.ModelState.AddModelError(nameof(model.Template), S["The query field is required"]);
|
||||||
@@ -198,7 +190,43 @@ msgctxt "OrchardCore.Search.Elasticsearch.Drivers.ElasticQueryDisplayDriver"
|
|||||||
msgid "The index field is required"
|
msgid "The index field is required"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Index">@T["Index"]</label>
|
#. new(S["Multi-Match Query (Default)"], string.Empty),
|
||||||
|
#: OrchardCore.Search.Elasticsearch\Drivers\ElasticSettingsDisplayDriver.cs:61
|
||||||
|
msgctxt "OrchardCore.Search.Elasticsearch.Drivers.ElasticSettingsDisplayDriver"
|
||||||
|
msgid "Multi-Match Query (Default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. new(S["Query String Query"], ElasticSettings.QueryStringSearchType),
|
||||||
|
#: OrchardCore.Search.Elasticsearch\Drivers\ElasticSettingsDisplayDriver.cs:62
|
||||||
|
msgctxt "OrchardCore.Search.Elasticsearch.Drivers.ElasticSettingsDisplayDriver"
|
||||||
|
msgid "Query String Query"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. new(S["Custom Query"], ElasticSettings.CustomSearchType),
|
||||||
|
#: OrchardCore.Search.Elasticsearch\Drivers\ElasticSettingsDisplayDriver.cs:63
|
||||||
|
msgctxt "OrchardCore.Search.Elasticsearch.Drivers.ElasticSettingsDisplayDriver"
|
||||||
|
msgid "Custom Query"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. context.Updater.ModelState.AddModelError(Prefix, nameof(model.DefaultQuery), S["Please provide the default query."]);
|
||||||
|
#: OrchardCore.Search.Elasticsearch\Drivers\ElasticSettingsDisplayDriver.cs:94
|
||||||
|
msgctxt "OrchardCore.Search.Elasticsearch.Drivers.ElasticSettingsDisplayDriver"
|
||||||
|
msgid "Please provide the default query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. context.Updater.ModelState.AddModelError(Prefix, nameof(model.DefaultQuery), S["The provided query is not formatted correctly."]);
|
||||||
|
#: OrchardCore.Search.Elasticsearch\Drivers\ElasticSettingsDisplayDriver.cs:98
|
||||||
|
msgctxt "OrchardCore.Search.Elasticsearch.Drivers.ElasticSettingsDisplayDriver"
|
||||||
|
msgid "The provided query is not formatted correctly."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. context.Updater.ModelState.AddModelError(Prefix, nameof(model.DefaultQuery), S["Invalid query provided."]);
|
||||||
|
#: OrchardCore.Search.Elasticsearch\Drivers\ElasticSettingsDisplayDriver.cs:112
|
||||||
|
msgctxt "OrchardCore.Search.Elasticsearch.Drivers.ElasticSettingsDisplayDriver"
|
||||||
|
msgid "Invalid query provided."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="Index" class="form-label">@T["Index"]</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\ContentPickerFieldElasticEditorSettings.Edit.cshtml:6
|
#: OrchardCore.Search.Elasticsearch\Views\ContentPickerFieldElasticEditorSettings.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.ContentPickerFieldElasticEditorSettings.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.ContentPickerFieldElasticEditorSettings.Edit"
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
@@ -222,7 +250,7 @@ msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
|||||||
msgid "Edit Elasticsearch Index"
|
msgid "Edit Elasticsearch Index"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="IndexName">@T["Index Name"]</label>
|
#. <label asp-for="IndexName" class="form-label">@T["Index Name"]</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:14
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "Index Name"
|
msgid "Index Name"
|
||||||
@@ -237,87 +265,99 @@ msgstr ""
|
|||||||
#. <span class="hint">@T["Should be all lowercase. The shell name will be automatically prepended."]<a class="ms-2 seedoc" href="https://www.elastic.co/guide/en/elasticsearch/reference/6.4/indices-create-index.html" target="_blank">@T["See documentation"].</a></span>
|
#. <span class="hint">@T["Should be all lowercase. The shell name will be automatically prepended."]<a class="ms-2 seedoc" href="https://www.elastic.co/guide/en/elasticsearch/reference/6.4/indices-create-index.html" target="_blank">@T["See documentation"].</a></span>
|
||||||
#. <span class="hint dashed">@T["Check to store source data in the index."] <a class="seedoc" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html#disable-source-field" target="_blank">@T["See documentation"]</a></span>
|
#. <span class="hint dashed">@T["Check to store source data in the index."] <a class="seedoc" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html#disable-source-field" target="_blank">@T["See documentation"]</a></span>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:16
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:16
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:58
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:62
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "See documentation"
|
msgid "See documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="AnalyzerName">@T["Analyzer Name"]</label>
|
#. <label asp-for="AnalyzerName" class="form-label">@T["Analyzer Name"]</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:21
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "Analyzer Name"
|
msgid "Analyzer Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Culture">@T["Culture"]</label>
|
#. <option value="">@T["Select an analyzer"]</option>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:27
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:23
|
||||||
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
|
msgid "Select an analyzer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="Culture" class="form-label">@T["Culture"]</label>
|
||||||
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:29
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "Culture"
|
msgid "Culture"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. <option value="any">@T["Any culture"]</option>
|
||||||
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:31
|
||||||
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
|
msgid "Any culture"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["The content culture that it will index."]</span>
|
#. <span class="hint">@T["The content culture that it will index."]</span>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:29
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:33
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "The content culture that it will index."
|
msgid "The content culture that it will index."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="IndexedContentTypes">@T["Content Types"]</label>
|
#. <label asp-for="IndexedContentTypes" class="form-label">@T["Content Types"]</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:34
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:38
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "Content Types"
|
msgid "Content Types"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["The content types to index. Choose at least one."]</span>
|
#. <span class="hint dashed">@T["The content types to index. Choose at least one."]</span>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:35
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:39
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "The content types to index. Choose at least one."
|
msgid "The content types to index. Choose at least one."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="IndexLatest">@T["Index options"]</label>
|
#. <label asp-for="IndexLatest" class="form-label">@T["Index options"]</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:48
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:52
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "Index options"
|
msgid "Index options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="IndexLatest">@T["Index latest version"]</label>
|
#. <label class="form-check-label" asp-for="IndexLatest">@T["Index latest version"]</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:51
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:55
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "Index latest version"
|
msgid "Index latest version"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Check to index draft if it exists, otherwise only the published version is indexed."]</span>
|
#. <span class="hint dashed">@T["Check to index draft if it exists, otherwise only the published version is indexed."]</span>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:52
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:56
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "Check to index draft if it exists, otherwise only the published version is indexed."
|
msgid "Check to index draft if it exists, otherwise only the published version is indexed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="StoreSourceData">@T["Store source data"]</label>
|
#. <label class="form-check-label" asp-for="StoreSourceData">@T["Store source data"]</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:57
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:61
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "Store source data"
|
msgid "Store source data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Check to store source data in the index."] <a class="seedoc" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html#disable-source-field" target="_blank">@T["See documentation"]</a></span>
|
#. <span class="hint dashed">@T["Check to store source data in the index."] <a class="seedoc" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html#disable-source-field" target="_blank">@T["See documentation"]</a></span>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:58
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:62
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "Check to store source data in the index."
|
msgid "Check to store source data in the index."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <button class="btn btn-primary create" type="submit">@T["Create"]</button>
|
#. <button class="btn btn-primary create" type="submit">@T["Create"]</button>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:66
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:70
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a class="btn btn-secondary cancel" role="button" asp-route-action="Index">@T["Cancel"]</a>
|
#. <a class="btn btn-secondary cancel" role="button" asp-route-action="Index">@T["Cancel"]</a>
|
||||||
#. <a class="btn btn-secondary cancel" role="button" asp-route-action="Index">@T["Cancel"]</a>
|
#. <a class="btn btn-secondary cancel" role="button" asp-route-action="Index">@T["Cancel"]</a>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:67
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:71
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:72
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:76
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit">@T["Save"]</button>
|
#. <button class="btn btn-primary save" type="submit">@T["Save"]</button>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:71
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Edit.cshtml:75
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Edit"
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -412,13 +452,13 @@ msgctxt "OrchardCore.Search.Elasticsearch.Views.Items.ElasticIndexRebuildDeploym
|
|||||||
msgid "Rebuild Elasticsearch Indices"
|
msgid "Rebuild Elasticsearch Indices"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="badge bg-success">@T["All"]</span>
|
#. <span class="badge text-bg-success">@T["All"]</span>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Items\ElasticIndexRebuildDeploymentStep.Fields.Summary.cshtml:15
|
#: OrchardCore.Search.Elasticsearch\Views\Items\ElasticIndexRebuildDeploymentStep.Fields.Summary.cshtml:15
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Items.ElasticIndexRebuildDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Items.ElasticIndexRebuildDeploymentStep.Fields.Summary"
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="badge bg-warning">@T["No index selected."]</span>
|
#. <span class="badge text-bg-warning">@T["No index selected."]</span>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Items\ElasticIndexRebuildDeploymentStep.Fields.Summary.cshtml:26
|
#: OrchardCore.Search.Elasticsearch\Views\Items\ElasticIndexRebuildDeploymentStep.Fields.Summary.cshtml:26
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Items.ElasticIndexRebuildDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Items.ElasticIndexRebuildDeploymentStep.Fields.Summary"
|
||||||
msgid "No index selected."
|
msgid "No index selected."
|
||||||
@@ -466,7 +506,7 @@ msgctxt "OrchardCore.Search.Elasticsearch.Views.Items.ElasticIndexResetDeploymen
|
|||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="badge bg-warning">@T["No index selected."]</span>
|
#. <span class="badge text-bg-warning">@T["No index selected."]</span>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Items\ElasticIndexResetDeploymentStep.Fields.Summary.cshtml:26
|
#: OrchardCore.Search.Elasticsearch\Views\Items\ElasticIndexResetDeploymentStep.Fields.Summary.cshtml:26
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Items.ElasticIndexResetDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Items.ElasticIndexResetDeploymentStep.Fields.Summary"
|
||||||
msgid "No index selected."
|
msgid "No index selected."
|
||||||
@@ -490,7 +530,7 @@ msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticQuery.Buttons.SummaryAdmi
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Index">@T["Index"]</label>
|
#. <label asp-for="Index" class="form-label">@T["Index"]</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\ElasticQuery.Edit.cshtml:8
|
#: OrchardCore.Search.Elasticsearch\Views\ElasticQuery.Edit.cshtml:8
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticQuery.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticQuery.Edit"
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
@@ -514,7 +554,7 @@ msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticQuery.Edit"
|
|||||||
msgid "Check to return the corresponding content items."
|
msgid "Check to return the corresponding content items."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Query">@T["Query"]</label>
|
#. <label asp-for="Query" class="form-label">@T["Query"]</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\ElasticQuery.Edit.cshtml:27
|
#: OrchardCore.Search.Elasticsearch\Views\ElasticQuery.Edit.cshtml:27
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticQuery.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticQuery.Edit"
|
||||||
msgid "Query"
|
msgid "Query"
|
||||||
@@ -532,52 +572,52 @@ msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticQuery.SummaryAdmin"
|
|||||||
msgid "Elasticsearch query"
|
msgid "Elasticsearch query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SearchIndex">@T["Default search index"]</label>
|
#. <div class="alert alert-warning">@T["No indices exist! Please create at least one index to configure Elasticsearch service."]</div>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:6
|
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:8
|
||||||
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
||||||
|
msgid "No indices exist! Please create at least one index to configure Elasticsearch service."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="SearchIndex" class="form-label">@T["Default search index"]</label>
|
||||||
|
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
||||||
msgid "Default search index"
|
msgid "Default search index"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["The default index to use for the search page."]</span>
|
#. <span class="hint">@T["The default index to use for the search page."]</span>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:14
|
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:22
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
||||||
msgid "The default index to use for the search page."
|
msgid "The default index to use for the search page."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <div class="alert alert-warning">@T["You need to create at least an index to set as the Search index."]</div>
|
#. <label asp-for="SearchType" class="form-label">@T["Default search type"]</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:19
|
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:26
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
||||||
msgid "You need to create at least an index to set as the Search index."
|
msgid "Default search type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SearchFields">@T["Default searched fields"]</label>
|
#. <label asp-for="DefaultQuery" class="form-label">@T["Default query"]</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:23
|
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:32
|
||||||
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
||||||
|
msgid "Default query"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["Create a custom Elasticsearch query to be utilized for each search request. Liquid is supported, so use <code>{0}</code> template as a substitute for the user-provided search term.", "{{ term }}"]</span>
|
||||||
|
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:35
|
||||||
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
||||||
|
msgid "Create a custom Elasticsearch query to be utilized for each search request. Liquid is supported, so use <code>{0}</code> template as a substitute for the user-provided search term."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="SearchFields" class="form-label">@T["Default searched fields"]</label>
|
||||||
|
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:39
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
||||||
msgid "Default searched fields"
|
msgid "Default searched fields"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["A comma separated list of fields to use for search pages. The default value is <code>Content.ContentItem.FullText</code>."]</span>
|
#. <span class="hint">@T["A comma separated list of fields to use for search pages. The default value is <code>{0}</code>.", IndexingConstants.FullTextKey]</span>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:26
|
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:42
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
||||||
msgid "A comma separated list of fields to use for search pages. The default value is <code>Content.ContentItem.FullText</code>."
|
msgid "A comma separated list of fields to use for search pages. The default value is <code>{0}</code>."
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="AllowElasticQueryStringQueryInSearch">@T["Allow Elasticsearch \"query string query\" in search forms"]</label>
|
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:32
|
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
|
||||||
msgid "Allow Elasticsearch \"query string query\" in search forms"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Whether search queries should be allowed to use <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-dsl-query-string-query\">Elasticsearch \"query string query\" syntax</a>."] <a class="seedoc" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-dsl-query-string-query" target="_blank">@T["See documentation"]</a></span>
|
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:33
|
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
|
||||||
msgid "Whether search queries should be allowed to use <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-dsl-query-string-query\">Elasticsearch \"query string query\" syntax</a>."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Whether search queries should be allowed to use <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-dsl-query-string-query\">Elasticsearch \"query string query\" syntax</a>."] <a class="seedoc" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-dsl-query-string-query" target="_blank">@T["See documentation"]</a></span>
|
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\ElasticSettings.Edit.cshtml:33
|
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.ElasticSettings.Edit"
|
|
||||||
msgid "See documentation"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h5>@T["Elasticsearch Settings"]</h5>
|
#. <h5>@T["Elasticsearch Settings"]</h5>
|
||||||
@@ -814,7 +854,7 @@ msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Mappings"
|
|||||||
msgid "Elasticsearch index mappings"
|
msgid "Elasticsearch index mappings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Mappings">@T["Mappings for: "]@Model.IndexName</label>
|
#. <label asp-for="Mappings" class="form-label">@T["Mappings for: "]@Model.IndexName</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Mappings.cshtml:8
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Mappings.cshtml:8
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Mappings"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Mappings"
|
||||||
msgid "Mappings for: "
|
msgid "Mappings for: "
|
||||||
@@ -826,7 +866,7 @@ msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Mappings"
|
|||||||
msgid "The Elasticsearch index mapping. For reference only."
|
msgid "The Elasticsearch index mapping. For reference only."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-search" aria-hidden="true"></i></span><span class="title">@T["Search"]</span>
|
#. <span class="icon"><i class="fa-solid fa-search" aria-hidden="true"></i></span><span class="title">@T["Search"]</span>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\NavigationItemText-Elasticsearch.Id.cshtml:1
|
#: OrchardCore.Search.Elasticsearch\Views\NavigationItemText-Elasticsearch.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.NavigationItemText-Elasticsearch.Id"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.NavigationItemText-Elasticsearch.Id"
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
@@ -856,7 +896,7 @@ msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Query"
|
|||||||
msgid "Elasticsearch Query"
|
msgid "Elasticsearch Query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="IndexName">@T["Index"]</label>
|
#. <label asp-for="IndexName" class="form-label">@T["Index"]</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Query.cshtml:23
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Query.cshtml:23
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Query"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Query"
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
@@ -868,7 +908,7 @@ msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Query"
|
|||||||
msgid "The Elasticsearch index to search on"
|
msgid "The Elasticsearch index to search on"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="DecodedQuery">@T["Template"]</label>
|
#. <label asp-for="DecodedQuery" class="form-label">@T["Template"]</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Query.cshtml:34
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Query.cshtml:34
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Query"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Query"
|
||||||
msgid "Template"
|
msgid "Template"
|
||||||
@@ -886,7 +926,7 @@ msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Query"
|
|||||||
msgid "The search query uses the Elasticsearch format. Some documentation can be found here <a target=\"_blank\" href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html\">https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html</a>"
|
msgid "The search query uses the Elasticsearch format. Some documentation can be found here <a target=\"_blank\" href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html\">https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Parameters">@T["Parameters"]</label>
|
#. <label asp-for="Parameters" class="form-label">@T["Parameters"]</label>
|
||||||
#: OrchardCore.Search.Elasticsearch\Views\Admin\Query.cshtml:41
|
#: OrchardCore.Search.Elasticsearch\Views\Admin\Query.cshtml:41
|
||||||
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Query"
|
msgctxt "OrchardCore.Search.Elasticsearch.Views.Admin.Query"
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-25 11:19\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. .Add(S["Search"], NavigationConstants.AdminMenuSearchPosition, search => search
|
#. .Add(S["Search"], NavigationConstants.AdminMenuSearchPosition, search => search
|
||||||
#: OrchardCore.Search.Lucene\AdminMenu.cs:26
|
#: OrchardCore.Search.Lucene\AdminMenu.cs:26
|
||||||
@@ -57,121 +57,121 @@ msgid "Lucene"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Reset"], Value = nameof(ContentsBulkAction.Reset) },
|
#. new SelectListItem() { Text = S["Reset"], Value = nameof(ContentsBulkAction.Reset) },
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:128
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:130
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Rebuild"], Value = nameof(ContentsBulkAction.Rebuild) },
|
#. new SelectListItem() { Text = S["Rebuild"], Value = nameof(ContentsBulkAction.Rebuild) },
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:129
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:131
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "Rebuild"
|
msgid "Rebuild"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Remove) }
|
#. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Remove) }
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:130
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:132
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. .Select(x => new SelectListItem { Text = x.Name + " (" + x.DisplayName + ")", Value = x.Name }).Prepend(new SelectListItem { Text = S["Any culture"], Value = "any" }),
|
#. .Select(x => new SelectListItem { Text = x.Name + " (" + x.DisplayName + ")", Value = x.Name }).Prepend(new SelectListItem { Text = S["Any culture"], Value = "any" }),
|
||||||
#. .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:173
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:175
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:212
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:220
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "Any culture"
|
msgid "Any culture"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexName), S["An index named {0} already exists.", model.IndexName]);
|
#. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexName), S["An index named {0} already exists.", model.IndexName]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:198
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:200
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "An index named {0} already exists."
|
msgid "An index named {0} already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexName), S["An index named {0} doesn't exist.", model.IndexName]);
|
#. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexName), S["An index named {0} doesn't exist.", model.IndexName]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:205
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:207
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "An index named {0} doesn't exist."
|
msgid "An index named {0} doesn't exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["An error occurred while creating the index."]);
|
#. await _notifier.ErrorAsync(H["An error occurred while creating the index."]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:230
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:238
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "An error occurred while creating the index."
|
msgid "An error occurred while creating the index."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> created successfully.", model.IndexName]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> created successfully.", model.IndexName]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:235
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:243
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "Index <em>{0}</em> created successfully."
|
msgid "Index <em>{0}</em> created successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["An error occurred while editing the index."]);
|
#. await _notifier.ErrorAsync(H["An error occurred while editing the index."]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:247
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:255
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "An error occurred while editing the index."
|
msgid "An error occurred while editing the index."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> modified successfully, <strong>please consider doing a rebuild on the index.</strong>", model.IndexName]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> modified successfully, <strong>please consider doing a rebuild on the index.</strong>", model.IndexName]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:252
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:260
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "Index <em>{0}</em> modified successfully, <strong>please consider doing a rebuild on the index.</strong>"
|
msgid "Index <em>{0}</em> modified successfully, <strong>please consider doing a rebuild on the index.</strong>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> reset successfully.", id]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> reset successfully.", id]);
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> reset successfully.", item.IndexName]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> reset successfully.", item.IndexName]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:281
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:289
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:457
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:465
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "Index <em>{0}</em> reset successfully."
|
msgid "Index <em>{0}</em> reset successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> rebuilt successfully.", id]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> rebuilt successfully.", id]);
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> rebuilt successfully.", item.IndexName]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> rebuilt successfully.", item.IndexName]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:302
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:310
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:471
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:479
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "Index <em>{0}</em> rebuilt successfully."
|
msgid "Index <em>{0}</em> rebuilt successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> deleted successfully.", model.IndexName]);
|
#. await _notifier.SuccessAsync(H["Index <em>{0}</em> deleted successfully.", model.IndexName]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:328
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:336
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "Index <em>{0}</em> deleted successfully."
|
msgid "Index <em>{0}</em> deleted successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["An error occurred while deleting the index."]);
|
#. await _notifier.ErrorAsync(H["An error occurred while deleting the index."]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:332
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:340
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "An error occurred while deleting the index."
|
msgid "An error occurred while deleting the index."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(model.DecodedQuery), S["Invalid query : {0}", e.Message]);
|
#. ModelState.AddModelError(nameof(model.DecodedQuery), S["Invalid query : {0}", e.Message]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:412
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:420
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "Invalid query : {0}"
|
msgid "Invalid query : {0}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Indices successfully removed."]);
|
#. await _notifier.SuccessAsync(H["Indices successfully removed."]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:444
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:452
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "Indices successfully removed."
|
msgid "Indices successfully removed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexedContentTypes), S["At least one content type selection is required."]);
|
#. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexedContentTypes), S["At least one content type selection is required."]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:486
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:494
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "At least one content type selection is required."
|
msgid "At least one content type selection is required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexName), S["The index name is required."]);
|
#. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexName), S["The index name is required."]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:491
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:499
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "The index name is required."
|
msgid "The index name is required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexName), S["The index name contains unallowed chars."]);
|
#. ModelState.AddModelError(nameof(LuceneIndexSettingsViewModel.IndexName), S["The index name contains unallowed chars."]);
|
||||||
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:495
|
#: OrchardCore.Search.Lucene\Controllers\AdminController.cs:503
|
||||||
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
msgctxt "OrchardCore.Search.Lucene.Controllers.AdminController"
|
||||||
msgid "The index name contains unallowed chars."
|
msgid "The index name contains unallowed chars."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -196,7 +196,7 @@ msgctxt "OrchardCore.Search.Lucene.LuceneContentPickerShapeProvider"
|
|||||||
msgid "Lucene"
|
msgid "Lucene"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Index">@T["Index"]</label>
|
#. <label asp-for="Index" class="form-label">@T["Index"]</label>
|
||||||
#: OrchardCore.Search.Lucene\Views\ContentPickerFieldLuceneEditorSettings.Edit.cshtml:6
|
#: OrchardCore.Search.Lucene\Views\ContentPickerFieldLuceneEditorSettings.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.ContentPickerFieldLuceneEditorSettings.Edit"
|
msgctxt "OrchardCore.Search.Lucene.Views.ContentPickerFieldLuceneEditorSettings.Edit"
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
@@ -220,19 +220,19 @@ msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit"
|
|||||||
msgid "Edit Lucene Index"
|
msgid "Edit Lucene Index"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="IndexName">@T["Index Name"]</label>
|
#. <label asp-for="IndexName" class="form-label">@T["Index Name"]</label>
|
||||||
#: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:14
|
#: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit"
|
||||||
msgid "Index Name"
|
msgid "Index Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="AnalyzerName">@T["Analyzer Name"]</label>
|
#. <label asp-for="AnalyzerName" class="form-label">@T["Analyzer Name"]</label>
|
||||||
#: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:20
|
#: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:20
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit"
|
||||||
msgid "Analyzer Name"
|
msgid "Analyzer Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Culture">@T["Culture"]</label>
|
#. <label asp-for="Culture" class="form-label">@T["Culture"]</label>
|
||||||
#: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:26
|
#: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:26
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit"
|
||||||
msgid "Culture"
|
msgid "Culture"
|
||||||
@@ -244,7 +244,7 @@ msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit"
|
|||||||
msgid "The content culture that it will index."
|
msgid "The content culture that it will index."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="IndexedContentTypes">@T["Content Types"]</label>
|
#. <label asp-for="IndexedContentTypes" class="form-label">@T["Content Types"]</label>
|
||||||
#: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:33
|
#: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:33
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit"
|
||||||
msgid "Content Types"
|
msgid "Content Types"
|
||||||
@@ -256,7 +256,7 @@ msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit"
|
|||||||
msgid "The content types to index. Choose at least one."
|
msgid "The content types to index. Choose at least one."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="IndexLatest">@T["Index options"]</label>
|
#. <label asp-for="IndexLatest" class="form-label">@T["Index options"]</label>
|
||||||
#: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:47
|
#: OrchardCore.Search.Lucene\Views\Admin\Edit.cshtml:47
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit"
|
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Edit"
|
||||||
msgid "Index options"
|
msgid "Index options"
|
||||||
@@ -528,13 +528,13 @@ msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexDeploymentStep.Fields.
|
|||||||
msgid "Lucene Search Indexes"
|
msgid "Lucene Search Indexes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="badge bg-success">@T["All"]</span>
|
#. <span class="badge text-bg-success">@T["All"]</span>
|
||||||
#: OrchardCore.Search.Lucene\Views\Items\LuceneIndexDeploymentStep.Fields.Summary.cshtml:15
|
#: OrchardCore.Search.Lucene\Views\Items\LuceneIndexDeploymentStep.Fields.Summary.cshtml:15
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexDeploymentStep.Fields.Summary"
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="badge bg-warning">@T["No index selected."]</span>
|
#. <span class="badge text-bg-warning">@T["No index selected."]</span>
|
||||||
#: OrchardCore.Search.Lucene\Views\Items\LuceneIndexDeploymentStep.Fields.Summary.cshtml:26
|
#: OrchardCore.Search.Lucene\Views\Items\LuceneIndexDeploymentStep.Fields.Summary.cshtml:26
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexDeploymentStep.Fields.Summary"
|
||||||
msgid "No index selected."
|
msgid "No index selected."
|
||||||
@@ -576,13 +576,13 @@ msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexRebuildDeploymentStep.
|
|||||||
msgid "Rebuild Lucene Search Indices"
|
msgid "Rebuild Lucene Search Indices"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="badge bg-success">@T["All"]</span>
|
#. <span class="badge text-bg-success">@T["All"]</span>
|
||||||
#: OrchardCore.Search.Lucene\Views\Items\LuceneIndexRebuildDeploymentStep.Fields.Summary.cshtml:15
|
#: OrchardCore.Search.Lucene\Views\Items\LuceneIndexRebuildDeploymentStep.Fields.Summary.cshtml:15
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexRebuildDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexRebuildDeploymentStep.Fields.Summary"
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="badge bg-warning">@T["No index selected."]</span>
|
#. <span class="badge text-bg-warning">@T["No index selected."]</span>
|
||||||
#: OrchardCore.Search.Lucene\Views\Items\LuceneIndexRebuildDeploymentStep.Fields.Summary.cshtml:26
|
#: OrchardCore.Search.Lucene\Views\Items\LuceneIndexRebuildDeploymentStep.Fields.Summary.cshtml:26
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexRebuildDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexRebuildDeploymentStep.Fields.Summary"
|
||||||
msgid "No index selected."
|
msgid "No index selected."
|
||||||
@@ -624,13 +624,13 @@ msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexResetDeploymentStep.Fi
|
|||||||
msgid "Reset Lucene Search Indices"
|
msgid "Reset Lucene Search Indices"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="badge bg-success">@T["All"]</span>
|
#. <span class="badge text-bg-success">@T["All"]</span>
|
||||||
#: OrchardCore.Search.Lucene\Views\Items\LuceneIndexResetDeploymentStep.Fields.Summary.cshtml:15
|
#: OrchardCore.Search.Lucene\Views\Items\LuceneIndexResetDeploymentStep.Fields.Summary.cshtml:15
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexResetDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexResetDeploymentStep.Fields.Summary"
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="badge bg-warning">@T["No index selected."]</span>
|
#. <span class="badge text-bg-warning">@T["No index selected."]</span>
|
||||||
#: OrchardCore.Search.Lucene\Views\Items\LuceneIndexResetDeploymentStep.Fields.Summary.cshtml:26
|
#: OrchardCore.Search.Lucene\Views\Items\LuceneIndexResetDeploymentStep.Fields.Summary.cshtml:26
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexResetDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneIndexResetDeploymentStep.Fields.Summary"
|
||||||
msgid "No index selected."
|
msgid "No index selected."
|
||||||
@@ -654,7 +654,7 @@ msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.Buttons.SummaryAdmin"
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Index">@T["Index"]</label>
|
#. <label asp-for="Index" class="form-label">@T["Index"]</label>
|
||||||
#: OrchardCore.Search.Lucene\Views\LuceneQuery.Edit.cshtml:8
|
#: OrchardCore.Search.Lucene\Views\LuceneQuery.Edit.cshtml:8
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.Edit"
|
msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.Edit"
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
@@ -678,7 +678,7 @@ msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.Edit"
|
|||||||
msgid "Check to return the corresponding content items."
|
msgid "Check to return the corresponding content items."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Query">@T["Query"]</label>
|
#. <label asp-for="Query" class="form-label">@T["Query"]</label>
|
||||||
#: OrchardCore.Search.Lucene\Views\LuceneQuery.Edit.cshtml:27
|
#: OrchardCore.Search.Lucene\Views\LuceneQuery.Edit.cshtml:27
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.Edit"
|
msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.Edit"
|
||||||
msgid "Query"
|
msgid "Query"
|
||||||
@@ -696,7 +696,7 @@ msgctxt "OrchardCore.Search.Lucene.Views.LuceneQuery.SummaryAdmin"
|
|||||||
msgid "Lucene query"
|
msgid "Lucene query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SearchIndex">@T["Default search index"]</label>
|
#. <label asp-for="SearchIndex" class="form-label">@T["Default search index"]</label>
|
||||||
#: OrchardCore.Search.Lucene\Views\LuceneSettings.Edit.cshtml:6
|
#: OrchardCore.Search.Lucene\Views\LuceneSettings.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.LuceneSettings.Edit"
|
msgctxt "OrchardCore.Search.Lucene.Views.LuceneSettings.Edit"
|
||||||
msgid "Default search index"
|
msgid "Default search index"
|
||||||
@@ -720,7 +720,7 @@ msgctxt "OrchardCore.Search.Lucene.Views.LuceneSettings.Edit"
|
|||||||
msgid "You need to create at least an index to set as the Search index."
|
msgid "You need to create at least an index to set as the Search index."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SearchFields">@T["Default searched fields"]</label>
|
#. <label asp-for="SearchFields" class="form-label">@T["Default searched fields"]</label>
|
||||||
#: OrchardCore.Search.Lucene\Views\LuceneSettings.Edit.cshtml:24
|
#: OrchardCore.Search.Lucene\Views\LuceneSettings.Edit.cshtml:24
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.LuceneSettings.Edit"
|
msgctxt "OrchardCore.Search.Lucene.Views.LuceneSettings.Edit"
|
||||||
msgid "Default searched fields"
|
msgid "Default searched fields"
|
||||||
@@ -780,7 +780,7 @@ msgctxt "OrchardCore.Search.Lucene.Views.Items.LuceneSettingsDeploymentStep.Fiel
|
|||||||
msgid "Exports Lucene settings."
|
msgid "Exports Lucene settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-search" aria-hidden="true"></i></span><span class="title">@T["Search"]</span>
|
#. <span class="icon"><i class="fa-solid fa-search" aria-hidden="true"></i></span><span class="title">@T["Search"]</span>
|
||||||
#: OrchardCore.Search.Lucene\Views\NavigationItemText-search.Id.cshtml:1
|
#: OrchardCore.Search.Lucene\Views\NavigationItemText-search.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.NavigationItemText-search.Id"
|
msgctxt "OrchardCore.Search.Lucene.Views.NavigationItemText-search.Id"
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
@@ -810,7 +810,7 @@ msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query"
|
|||||||
msgid "Lucene Query"
|
msgid "Lucene Query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="IndexName">@T["Index"]</label>
|
#. <label asp-for="IndexName" class="form-label">@T["Index"]</label>
|
||||||
#: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:23
|
#: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:23
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query"
|
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query"
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
@@ -822,7 +822,7 @@ msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query"
|
|||||||
msgid "The lucene index to search on"
|
msgid "The lucene index to search on"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="DecodedQuery">@T["Template"]</label>
|
#. <label asp-for="DecodedQuery" class="form-label">@T["Template"]</label>
|
||||||
#: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:34
|
#: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:34
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query"
|
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query"
|
||||||
msgid "Template"
|
msgid "Template"
|
||||||
@@ -840,7 +840,7 @@ msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query"
|
|||||||
msgid "The search query uses the Elasticsearch format. Some documentation can be found here <a target=\"_blank\" href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html\">https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html</a>"
|
msgid "The search query uses the Elasticsearch format. Some documentation can be found here <a target=\"_blank\" href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html\">https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Parameters">@T["Parameters"]</label>
|
#. <label asp-for="Parameters" class="form-label">@T["Parameters"]</label>
|
||||||
#: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:41
|
#: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:41
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query"
|
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query"
|
||||||
msgid "Parameters"
|
msgid "Parameters"
|
||||||
@@ -871,7 +871,7 @@ msgid "Create"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <p><span class="text-muted">@T["The results displayed are coming from the stored fields in Lucene."]</span></p>
|
#. <p><span class="text-muted">@T["The results displayed are coming from the stored fields in Lucene."]</span></p>
|
||||||
#: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:91
|
#: OrchardCore.Search.Lucene\Views\Admin\Query.cshtml:93
|
||||||
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query"
|
msgctxt "OrchardCore.Search.Lucene.Views.Admin.Query"
|
||||||
msgid "The results displayed are coming from the stored fields in Lucene."
|
msgid "The results displayed are coming from the stored fields in Lucene."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-25 12:39\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. .Add(S["Search"], NavigationConstants.AdminMenuSearchPosition, search => search
|
#. .Add(S["Search"], NavigationConstants.AdminMenuSearchPosition, search => search
|
||||||
#. .Add(S["Search"], S["Search"].PrefixPosition(), entry => entry
|
#. .Add(S["Search"], S["Search"].PrefixPosition(), entry => entry
|
||||||
@@ -29,7 +29,7 @@ msgid "Settings"
|
|||||||
msgstr "الإعدادات"
|
msgstr "الإعدادات"
|
||||||
|
|
||||||
#. await _notifier.WarningAsync(H["No search provider feature is enabled."]);
|
#. await _notifier.WarningAsync(H["No search provider feature is enabled."]);
|
||||||
#: OrchardCore.Search\Controllers\SearchController.cs:62
|
#: OrchardCore.Search\Controllers\SearchController.cs:68
|
||||||
msgctxt "OrchardCore.Search.SearchController"
|
msgctxt "OrchardCore.Search.SearchController"
|
||||||
msgid "No search provider feature is enabled."
|
msgid "No search provider feature is enabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -52,36 +52,36 @@ msgid "There are no such results."
|
|||||||
msgstr "لا توجد أي نتائج."
|
msgstr "لا توجد أي نتائج."
|
||||||
|
|
||||||
#. <button type="submit" class="btn btn-primary btn-sm">@T["Search"]</button>
|
#. <button type="submit" class="btn btn-primary btn-sm">@T["Search"]</button>
|
||||||
#: OrchardCore.Search\Views\SearchPart.cshtml:8
|
#: OrchardCore.Search\Views\SearchFormPart.cshtml:9
|
||||||
msgctxt "OrchardCore.Search.Views.SearchPart"
|
msgctxt "OrchardCore.Search.Views.SearchFormPart"
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Placeholder" class="@Orchard.GetLabelCssClasses()">@T["Placeholder"]</label>
|
#. <label asp-for="Placeholder" class="@Orchard.GetLabelClasses()">@T["Placeholder"]</label>
|
||||||
#: OrchardCore.Search\Views\SearchPart.Edit.cshtml:6
|
#: OrchardCore.Search\Views\SearchFormPart.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Search.Views.SearchPart.Edit"
|
msgctxt "OrchardCore.Search.Views.SearchFormPart.Edit"
|
||||||
msgid "Placeholder"
|
msgid "Placeholder"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["The placeholder text to use in the search bar."]</span>
|
#. <span class="hint">@T["The placeholder text to use in the search bar."]</span>
|
||||||
#: OrchardCore.Search\Views\SearchPart.Edit.cshtml:9
|
#: OrchardCore.Search\Views\SearchFormPart.Edit.cshtml:9
|
||||||
msgctxt "OrchardCore.Search.Views.SearchPart.Edit"
|
msgctxt "OrchardCore.Search.Views.SearchFormPart.Edit"
|
||||||
msgid "The placeholder text to use in the search bar."
|
msgid "The placeholder text to use in the search bar."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="IndexName" class="@Orchard.GetLabelCssClasses()">@T["Index Name"]</label>
|
#. <label asp-for="IndexName" class="@Orchard.GetLabelClasses()">@T["Index Name"]</label>
|
||||||
#: OrchardCore.Search\Views\SearchPart.Edit.cshtml:14
|
#: OrchardCore.Search\Views\SearchFormPart.Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.Search.Views.SearchPart.Edit"
|
msgctxt "OrchardCore.Search.Views.SearchFormPart.Edit"
|
||||||
msgid "Index Name"
|
msgid "Index Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["Leave it empty to use the default index."]</span>
|
#. <span class="hint">@T["Leave it empty to use the default index."]</span>
|
||||||
#: OrchardCore.Search\Views\SearchPart.Edit.cshtml:17
|
#: OrchardCore.Search\Views\SearchFormPart.Edit.cshtml:17
|
||||||
msgctxt "OrchardCore.Search.Views.SearchPart.Edit"
|
msgctxt "OrchardCore.Search.Views.SearchFormPart.Edit"
|
||||||
msgid "Leave it empty to use the default index."
|
msgid "Leave it empty to use the default index."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ProviderName">@T["Default search provider"]</label>
|
#. <label asp-for="ProviderName" class="form-label">@T["Default search provider"]</label>
|
||||||
#: OrchardCore.Search\Views\SearchSettings.Edit.cshtml:6
|
#: OrchardCore.Search\Views\SearchSettings.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Search.Views.SearchSettings.Edit"
|
msgctxt "OrchardCore.Search.Views.SearchSettings.Edit"
|
||||||
msgid "Default search provider"
|
msgid "Default search provider"
|
||||||
@@ -93,7 +93,7 @@ msgctxt "OrchardCore.Search.Views.SearchSettings.Edit"
|
|||||||
msgid "The default search provider to use for the search page."
|
msgid "The default search provider to use for the search page."
|
||||||
msgstr "موفر البحث الافتراضي لاستخدامه لصفحة البحث."
|
msgstr "موفر البحث الافتراضي لاستخدامه لصفحة البحث."
|
||||||
|
|
||||||
#. <label asp-for="Placeholder">@T["Placeholder"]</label>
|
#. <label asp-for="Placeholder" class="form-label">@T["Placeholder"]</label>
|
||||||
#: OrchardCore.Search\Views\SearchSettings.Edit.cshtml:13
|
#: OrchardCore.Search\Views\SearchSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.Search.Views.SearchSettings.Edit"
|
msgctxt "OrchardCore.Search.Views.SearchSettings.Edit"
|
||||||
msgid "Placeholder"
|
msgid "Placeholder"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. builder.Add(S["Security"], NavigationConstants.AdminMenuSecurityPosition, security => security
|
#. builder.Add(S["Security"], NavigationConstants.AdminMenuSecurityPosition, security => security
|
||||||
#: OrchardCore.Security\AdminMenu.cs:22
|
#: OrchardCore.Security\AdminMenu.cs:22
|
||||||
@@ -44,7 +44,7 @@ msgctxt "OrchardCore.Security.Views.SecurityHeadersSettings.Edit"
|
|||||||
msgid "The current settings are coming from configuration sources, saving the settings will affect the AdminSettings not the configuration."
|
msgid "The current settings are coming from configuration sources, saving the settings will affect the AdminSettings not the configuration."
|
||||||
msgstr "الإعدادات الحالية قادمة من مصادر الإعدادات، حفظ الإعدادات سوف يؤثر على إعدادات المدير وليس الإعدادات."
|
msgstr "الإعدادات الحالية قادمة من مصادر الإعدادات، حفظ الإعدادات سوف يؤثر على إعدادات المدير وليس الإعدادات."
|
||||||
|
|
||||||
#. <label asp-for="ContentSecurityPolicy">@T["Content Security Policy"]</label>
|
#. <label asp-for="ContentSecurityPolicy" class="form-label">@T["Content Security Policy"]</label>
|
||||||
#: OrchardCore.Security\Views\SecurityHeadersSettings.Edit.cshtml:176
|
#: OrchardCore.Security\Views\SecurityHeadersSettings.Edit.cshtml:176
|
||||||
msgctxt "OrchardCore.Security.Views.SecurityHeadersSettings.Edit"
|
msgctxt "OrchardCore.Security.Views.SecurityHeadersSettings.Edit"
|
||||||
msgid "Content Security Policy"
|
msgid "Content Security Policy"
|
||||||
@@ -82,7 +82,7 @@ msgctxt "OrchardCore.Security.Views.SecurityHeadersSettings.Edit"
|
|||||||
msgid "Allows administrators to control resources the user agent is allowed to load for a given page."
|
msgid "Allows administrators to control resources the user agent is allowed to load for a given page."
|
||||||
msgstr "يسمح للمسؤولين بالتحكم في الموارد التي يسمح لوكيل المستخدم بتحميلها لصفحة معينة."
|
msgstr "يسمح للمسؤولين بالتحكم في الموارد التي يسمح لوكيل المستخدم بتحميلها لصفحة معينة."
|
||||||
|
|
||||||
#. <label asp-for="PermissionsPolicy">@T["Permissions Policy"]</label>
|
#. <label asp-for="PermissionsPolicy" class="form-label">@T["Permissions Policy"]</label>
|
||||||
#: OrchardCore.Security\Views\SecurityHeadersSettings.Edit.cshtml:216
|
#: OrchardCore.Security\Views\SecurityHeadersSettings.Edit.cshtml:216
|
||||||
msgctxt "OrchardCore.Security.Views.SecurityHeadersSettings.Edit"
|
msgctxt "OrchardCore.Security.Views.SecurityHeadersSettings.Edit"
|
||||||
msgid "Permissions Policy"
|
msgid "Permissions Policy"
|
||||||
@@ -112,7 +112,7 @@ msgctxt "OrchardCore.Security.Views.SecurityHeadersSettings.Edit"
|
|||||||
msgid "Allows a site to control which features and APIs can be used in the browser."
|
msgid "Allows a site to control which features and APIs can be used in the browser."
|
||||||
msgstr "يسمح لموقع بالتحكم في الميزات و APIs التي يمكن استخدامها في المتصفح."
|
msgstr "يسمح لموقع بالتحكم في الميزات و APIs التي يمكن استخدامها في المتصفح."
|
||||||
|
|
||||||
#. <label asp-for="ReferrerPolicy">@T["Referrer Policy"]</label>
|
#. <label asp-for="ReferrerPolicy" class="form-label">@T["Referrer Policy"]</label>
|
||||||
#: OrchardCore.Security\Views\SecurityHeadersSettings.Edit.cshtml:274
|
#: OrchardCore.Security\Views\SecurityHeadersSettings.Edit.cshtml:274
|
||||||
msgctxt "OrchardCore.Security.Views.SecurityHeadersSettings.Edit"
|
msgctxt "OrchardCore.Security.Views.SecurityHeadersSettings.Edit"
|
||||||
msgid "Referrer Policy"
|
msgid "Referrer Policy"
|
||||||
|
|||||||
@@ -10,26 +10,96 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-17 16:59\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
|
#: OrchardCore.Seo\AdminMenu.cs:25
|
||||||
|
msgctxt "OrchardCore.Seo.AdminMenu"
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. .Add(S["Settings"], settings => settings
|
||||||
|
#: OrchardCore.Seo\AdminMenu.cs:26
|
||||||
|
msgctxt "OrchardCore.Seo.AdminMenu"
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. .Add(S["SEO"], S["SEO"].PrefixPosition(), seo => seo
|
||||||
|
#. .Add(S["SEO"], S["SEO"].PrefixPosition(), seo => seo
|
||||||
|
#: OrchardCore.Seo\AdminMenu.cs:27
|
||||||
|
#: OrchardCore.Seo\AdminMenu.cs:27
|
||||||
|
msgctxt "OrchardCore.Seo.AdminMenu"
|
||||||
|
msgid "SEO"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. await _notifier.WarningAsync(H["A physical {0} file is found for the current site. Until removed, the settings below will have no effect.", SeoConstants.RobotsFileName]);
|
||||||
|
#: OrchardCore.Seo\Drivers\RobotsSettingsDisplayDriver.cs:53
|
||||||
|
msgctxt "OrchardCore.Seo.Drivers.RobotsSettingsDisplayDriver"
|
||||||
|
msgid "A physical {0} file is found for the current site. Until removed, the settings below will have no effect."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, S["The canonical entry contains invalid characters."]);
|
#. updater.ModelState.AddModelError(Prefix, S["The canonical entry contains invalid characters."]);
|
||||||
#: OrchardCore.Seo\Drivers\SeoMetaPartDisplayDriver.cs:121
|
#: OrchardCore.Seo\Drivers\SeoMetaPartDisplayDriver.cs:109
|
||||||
msgctxt "OrchardCore.Seo.Drivers.SeoMetaPartDisplayDriver"
|
msgctxt "OrchardCore.Seo.Drivers.SeoMetaPartDisplayDriver"
|
||||||
msgid "The canonical entry contains invalid characters."
|
msgid "The canonical entry contains invalid characters."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, S["The meta entries are written in an incorrect format."]);
|
#. updater.ModelState.AddModelError(Prefix, S["The meta entries are written in an incorrect format."]);
|
||||||
#: OrchardCore.Seo\Drivers\SeoMetaPartDisplayDriver.cs:126
|
#: OrchardCore.Seo\Drivers\SeoMetaPartDisplayDriver.cs:114
|
||||||
msgctxt "OrchardCore.Seo.Drivers.SeoMetaPartDisplayDriver"
|
msgctxt "OrchardCore.Seo.Drivers.SeoMetaPartDisplayDriver"
|
||||||
msgid "The meta entries are written in an incorrect format."
|
msgid "The meta entries are written in an incorrect format."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, S["The google schema is written in an incorrect format."]);
|
#. updater.ModelState.AddModelError(Prefix, S["The google schema is written in an incorrect format."]);
|
||||||
#: OrchardCore.Seo\Drivers\SeoMetaPartDisplayDriver.cs:154
|
#: OrchardCore.Seo\Drivers\SeoMetaPartDisplayDriver.cs:142
|
||||||
msgctxt "OrchardCore.Seo.Drivers.SeoMetaPartDisplayDriver"
|
msgctxt "OrchardCore.Seo.Drivers.SeoMetaPartDisplayDriver"
|
||||||
msgid "The google schema is written in an incorrect format."
|
msgid "The google schema is written in an incorrect format."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. Description = S["Meta entry"];
|
||||||
|
#: OrchardCore.Seo\GraphQL\MetaEntryQueryObjectType.cs:14
|
||||||
|
msgctxt "OrchardCore.Seo.GraphQL.MetaEntryQueryObjectType"
|
||||||
|
msgid "Meta entry"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. Description = S["SEO meta fields"];
|
||||||
|
#: OrchardCore.Seo\GraphQL\SeoMetaQueryObjectType.cs:14
|
||||||
|
msgctxt "OrchardCore.Seo.GraphQL.SeoMetaQueryObjectType"
|
||||||
|
msgid "SEO meta fields"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label class="form-check-label" asp-for="AllowAllAgents">@T["Add a rule to allow all web robots."]</label>
|
||||||
|
#: OrchardCore.Seo\Views\RobotsSettings.Edit.cshtml:10
|
||||||
|
msgctxt "OrchardCore.Seo.Views.RobotsSettings.Edit"
|
||||||
|
msgid "Add a rule to allow all web robots."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint dashed">@T["Adds: <code>{0}</code>", "User-agent: *"]</span>
|
||||||
|
#. <span class="hint dashed">@T["Adds: <code>{0}</code>", $"Disallow: /{AdminOptions.Value.AdminUrlPrefix}"]</span>
|
||||||
|
#: OrchardCore.Seo\Views\RobotsSettings.Edit.cshtml:11
|
||||||
|
#: OrchardCore.Seo\Views\RobotsSettings.Edit.cshtml:18
|
||||||
|
msgctxt "OrchardCore.Seo.Views.RobotsSettings.Edit"
|
||||||
|
msgid "Adds: <code>{0}</code>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label class="form-check-label" asp-for="DisallowAdmin">@T["Add a rule to disallow web robots to the admin routes."]</label>
|
||||||
|
#: OrchardCore.Seo\Views\RobotsSettings.Edit.cshtml:17
|
||||||
|
msgctxt "OrchardCore.Seo.Views.RobotsSettings.Edit"
|
||||||
|
msgid "Add a rule to disallow web robots to the admin routes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="AdditionalRules" class="form-label">@T["Additional rules"]</label>
|
||||||
|
#: OrchardCore.Seo\Views\RobotsSettings.Edit.cshtml:22
|
||||||
|
msgctxt "OrchardCore.Seo.Views.RobotsSettings.Edit"
|
||||||
|
msgid "Additional rules"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <div class="hint">@T["Optionally, you can include any additional rules."]</div>
|
||||||
|
#: OrchardCore.Seo\Views\RobotsSettings.Edit.cshtml:24
|
||||||
|
msgctxt "OrchardCore.Seo.Views.RobotsSettings.Edit"
|
||||||
|
msgid "Optionally, you can include any additional rules."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="Render">@T["Render"]</label>
|
#. <label class="form-check-label" asp-for="Render">@T["Render"]</label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:10
|
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:10
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
||||||
@@ -42,7 +112,7 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
|||||||
msgid "Whether to render metadata for this page."
|
msgid "Whether to render metadata for this page."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="PageTitle" class="@Orchard.GetLabelCssClasses()">@T["Page Title"] </label>
|
#. <label asp-for="PageTitle" class="@Orchard.GetLabelClasses()">@T["Page Title"] </label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:17
|
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:17
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
||||||
msgid "Page Title"
|
msgid "Page Title"
|
||||||
@@ -54,7 +124,7 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
|||||||
msgid "Override the default generated web browser page title (recommended to keep under 70 characters)."
|
msgid "Override the default generated web browser page title (recommended to keep under 70 characters)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="MetaDescription" class="@Orchard.GetLabelCssClasses()">@T["Meta Description"] </label>
|
#. <label asp-for="MetaDescription" class="@Orchard.GetLabelClasses()">@T["Meta Description"] </label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:25
|
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:25
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
||||||
msgid "Meta Description"
|
msgid "Meta Description"
|
||||||
@@ -66,7 +136,7 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
|||||||
msgid "The meta description to render for this page."
|
msgid "The meta description to render for this page."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="MetaKeywords" class="@Orchard.GetLabelCssClasses()">@T["Meta Keywords"] </label>
|
#. <label asp-for="MetaKeywords" class="@Orchard.GetLabelClasses()">@T["Meta Keywords"] </label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:35
|
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:35
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
||||||
msgid "Meta Keywords"
|
msgid "Meta Keywords"
|
||||||
@@ -78,7 +148,7 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
|||||||
msgid "The meta keywords to render for this page, comma separated."
|
msgid "The meta keywords to render for this page, comma separated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Canonical" class="@Orchard.GetLabelCssClasses()"> @T["Canonical"] </label>
|
#. <label asp-for="Canonical" class="@Orchard.GetLabelClasses()"> @T["Canonical"] </label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:44
|
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:44
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
||||||
msgid "Canonical"
|
msgid "Canonical"
|
||||||
@@ -90,7 +160,7 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
|||||||
msgid "Override the default canonical url."
|
msgid "Override the default canonical url."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="MetaRobots" class="@Orchard.GetLabelCssClasses()">@T["Meta Robots"] </label>
|
#. <label asp-for="MetaRobots" class="@Orchard.GetLabelClasses()">@T["Meta Robots"] </label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:52
|
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:52
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
||||||
msgid "Meta Robots"
|
msgid "Meta Robots"
|
||||||
@@ -138,22 +208,22 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
|||||||
msgid "Remove element from list"
|
msgid "Remove element from list"
|
||||||
msgstr ""
|
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 a custom meta tag"]</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 a custom meta tag"]</a>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:107
|
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:107
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
||||||
msgid "Add a custom meta tag"
|
msgid "Add a custom meta tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h5 class="modal-title">@T["Edit Data"]</h5>
|
#. <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.Seo\Views\SeoMetaPart.Edit.cshtml:120
|
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:120
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:141
|
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:141
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
||||||
msgid "Edit Data"
|
msgid "Edit Data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label for="meta-tags-textarea">@T["Custom Meta Tags"]</label>
|
#. <label for="meta-tags-textarea" class="form-label">@T["Custom Meta Tags"]</label>
|
||||||
#. <label asp-for="CustomMetaTags">@T["Custom Meta Tags"]</label>
|
#. <label asp-for="CustomMetaTags" class="form-label">@T["Custom Meta Tags"]</label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:125
|
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:125
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:140
|
#: OrchardCore.Seo\Views\SeoMetaPart.Edit.cshtml:140
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
||||||
@@ -178,7 +248,7 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPart.Edit"
|
|||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="GoogleSchema">@T["Google Schema"] </label>
|
#. <label asp-for="GoogleSchema" class="form-label">@T["Google Schema"] </label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPartGoogleSchema.Edit.cshtml:4
|
#: OrchardCore.Seo\Views\SeoMetaPartGoogleSchema.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPartGoogleSchema.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPartGoogleSchema.Edit"
|
||||||
msgid "Google Schema"
|
msgid "Google Schema"
|
||||||
@@ -190,7 +260,7 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPartGoogleSchema.Edit"
|
|||||||
msgid "The Social Meta Settings Google Schema is used by default, or can be overridden here."
|
msgid "The Social Meta Settings Google Schema is used by default, or can be overridden here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="OpenGraphType">@T["Open Graph Type"] </label>
|
#. <label asp-for="OpenGraphType" class="form-label">@T["Open Graph Type"] </label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPartOpenGraph.Edit.cshtml:4
|
#: OrchardCore.Seo\Views\SeoMetaPartOpenGraph.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPartOpenGraph.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPartOpenGraph.Edit"
|
||||||
msgid "Open Graph Type"
|
msgid "Open Graph Type"
|
||||||
@@ -202,7 +272,7 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPartOpenGraph.Edit"
|
|||||||
msgid "The Social Meta Settings Open Graph Type is used by default, or can be overridden here."
|
msgid "The Social Meta Settings Open Graph Type is used by default, or can be overridden here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="OpenGraphTitle">@T["Open Graph Title"] </label>
|
#. <label asp-for="OpenGraphTitle" class="form-label">@T["Open Graph Title"] </label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPartOpenGraph.Edit.cshtml:10
|
#: OrchardCore.Seo\Views\SeoMetaPartOpenGraph.Edit.cshtml:10
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPartOpenGraph.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPartOpenGraph.Edit"
|
||||||
msgid "Open Graph Title"
|
msgid "Open Graph Title"
|
||||||
@@ -214,7 +284,7 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPartOpenGraph.Edit"
|
|||||||
msgid "The Title is used by default, then the Page Title, or can be overridden here."
|
msgid "The Title is used by default, then the Page Title, or can be overridden here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="OpenGraphDescription">@T["Open Graph Description"] </label>
|
#. <label asp-for="OpenGraphDescription" class="form-label">@T["Open Graph Description"] </label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPartOpenGraph.Edit.cshtml:16
|
#: OrchardCore.Seo\Views\SeoMetaPartOpenGraph.Edit.cshtml:16
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPartOpenGraph.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPartOpenGraph.Edit"
|
||||||
msgid "Open Graph Description"
|
msgid "Open Graph Description"
|
||||||
@@ -286,7 +356,7 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPartSettings.Edit"
|
|||||||
msgid "Check to display the Google Schema panel."
|
msgid "Check to display the Google Schema panel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TwitterTitle">@T["Twitter Title"] </label>
|
#. <label asp-for="TwitterTitle" class="form-label">@T["Twitter Title"] </label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPartTwitter.Edit.cshtml:4
|
#: OrchardCore.Seo\Views\SeoMetaPartTwitter.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPartTwitter.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPartTwitter.Edit"
|
||||||
msgid "Twitter Title"
|
msgid "Twitter Title"
|
||||||
@@ -298,7 +368,7 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPartTwitter.Edit"
|
|||||||
msgid "The Title is used by default, then the Page Title, or can be overridden here."
|
msgid "The Title is used by default, then the Page Title, or can be overridden here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TwitterDescription">@T["Twitter Description"] </label>
|
#. <label asp-for="TwitterDescription" class="form-label">@T["Twitter Description"] </label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPartTwitter.Edit.cshtml:10
|
#: OrchardCore.Seo\Views\SeoMetaPartTwitter.Edit.cshtml:10
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPartTwitter.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPartTwitter.Edit"
|
||||||
msgid "Twitter Description"
|
msgid "Twitter Description"
|
||||||
@@ -310,7 +380,7 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPartTwitter.Edit"
|
|||||||
msgid "The Meta Description is used by default, or can be overridden here."
|
msgid "The Meta Description is used by default, or can be overridden here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TwitterCard">@T["Twitter Card"] </label>
|
#. <label asp-for="TwitterCard" class="form-label">@T["Twitter Card"] </label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPartTwitter.Edit.cshtml:16
|
#: OrchardCore.Seo\Views\SeoMetaPartTwitter.Edit.cshtml:16
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPartTwitter.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPartTwitter.Edit"
|
||||||
msgid "Twitter Card"
|
msgid "Twitter Card"
|
||||||
@@ -322,7 +392,7 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPartTwitter.Edit"
|
|||||||
msgid "The Social Meta Settings Twitter Card is used by default, or can be overridden here."
|
msgid "The Social Meta Settings Twitter Card is used by default, or can be overridden here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TwitterCreator">@T["Twitter Creator"] </label>
|
#. <label asp-for="TwitterCreator" class="form-label">@T["Twitter Creator"] </label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPartTwitter.Edit.cshtml:22
|
#: OrchardCore.Seo\Views\SeoMetaPartTwitter.Edit.cshtml:22
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPartTwitter.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPartTwitter.Edit"
|
||||||
msgid "Twitter Creator"
|
msgid "Twitter Creator"
|
||||||
@@ -334,7 +404,7 @@ msgctxt "OrchardCore.Seo.Views.SeoMetaPartTwitter.Edit"
|
|||||||
msgid "The Social Meta Settings Twitter Creator is used by default, or can be overridden here."
|
msgid "The Social Meta Settings Twitter Creator is used by default, or can be overridden here."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TwitterSite">@T["Twitter Site"] </label>
|
#. <label asp-for="TwitterSite" class="form-label">@T["Twitter Site"] </label>
|
||||||
#: OrchardCore.Seo\Views\SeoMetaPartTwitter.Edit.cshtml:28
|
#: OrchardCore.Seo\Views\SeoMetaPartTwitter.Edit.cshtml:28
|
||||||
msgctxt "OrchardCore.Seo.Views.SeoMetaPartTwitter.Edit"
|
msgctxt "OrchardCore.Seo.Views.SeoMetaPartTwitter.Edit"
|
||||||
msgid "Twitter Site"
|
msgid "Twitter Site"
|
||||||
|
|||||||
@@ -10,22 +10,22 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], NavigationConstants.AdminMenuConfigurationPosition, configuration => configuration
|
#. .Add(S["Configuration"], NavigationConstants.AdminMenuConfigurationPosition, configuration => configuration
|
||||||
#: OrchardCore.Settings\AdminMenu.cs:25
|
#: OrchardCore.Settings\AdminMenu.cs:26
|
||||||
msgctxt "OrchardCore.Settings.AdminMenu"
|
msgctxt "OrchardCore.Settings.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
msgstr "الضبط"
|
msgstr "الضبط"
|
||||||
|
|
||||||
#. .Add(S["Settings"], "1", settings => settings
|
#. .Add(S["Settings"], "1", settings => settings
|
||||||
#: OrchardCore.Settings\AdminMenu.cs:28
|
#: OrchardCore.Settings\AdminMenu.cs:29
|
||||||
msgctxt "OrchardCore.Settings.AdminMenu"
|
msgctxt "OrchardCore.Settings.AdminMenu"
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "الإعدادات"
|
msgstr "الإعدادات"
|
||||||
|
|
||||||
#. .Add(S["General"], "1", entry => entry
|
#. .Add(S["General"], "1", entry => entry
|
||||||
#: OrchardCore.Settings\AdminMenu.cs:29
|
#: OrchardCore.Settings\AdminMenu.cs:30
|
||||||
msgctxt "OrchardCore.Settings.AdminMenu"
|
msgctxt "OrchardCore.Settings.AdminMenu"
|
||||||
msgid "General"
|
msgid "General"
|
||||||
msgstr "عام"
|
msgstr "عام"
|
||||||
@@ -37,19 +37,19 @@ msgid "Site settings updated successfully."
|
|||||||
msgstr "تم تحديث إعدادات الموقع بنجاح."
|
msgstr "تم تحديث إعدادات الموقع بنجاح."
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(Prefix, nameof(model.PageSize), S["The page size must be greater than zero."]);
|
#. context.Updater.ModelState.AddModelError(Prefix, nameof(model.PageSize), S["The page size must be greater than zero."]);
|
||||||
#: OrchardCore.Settings\Drivers\DefaultSiteSettingsDisplayDriver.cs:67
|
#: OrchardCore.Settings\Drivers\DefaultSiteSettingsDisplayDriver.cs:79
|
||||||
msgctxt "OrchardCore.Settings.Drivers.DefaultSiteSettingsDisplayDriver"
|
msgctxt "OrchardCore.Settings.Drivers.DefaultSiteSettingsDisplayDriver"
|
||||||
msgid "The page size must be greater than zero."
|
msgid "The page size must be greater than zero."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(Prefix, nameof(model.PageSize), S["The page size must be less than or equal to {0}.", site.MaxPageSize]);
|
#. context.Updater.ModelState.AddModelError(Prefix, nameof(model.PageSize), S["The page size must be less than or equal to {0}.", site.MaxPageSize]);
|
||||||
#: OrchardCore.Settings\Drivers\DefaultSiteSettingsDisplayDriver.cs:72
|
#: OrchardCore.Settings\Drivers\DefaultSiteSettingsDisplayDriver.cs:84
|
||||||
msgctxt "OrchardCore.Settings.Drivers.DefaultSiteSettingsDisplayDriver"
|
msgctxt "OrchardCore.Settings.Drivers.DefaultSiteSettingsDisplayDriver"
|
||||||
msgid "The page size must be less than or equal to {0}."
|
msgid "The page size must be less than or equal to {0}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(Prefix, nameof(model.BaseUrl), S["The Base url must be a fully qualified URL."]);
|
#. context.Updater.ModelState.AddModelError(Prefix, nameof(model.BaseUrl), S["The Base url must be a fully qualified URL."]);
|
||||||
#: OrchardCore.Settings\Drivers\DefaultSiteSettingsDisplayDriver.cs:78
|
#: OrchardCore.Settings\Drivers\DefaultSiteSettingsDisplayDriver.cs:90
|
||||||
msgctxt "OrchardCore.Settings.Drivers.DefaultSiteSettingsDisplayDriver"
|
msgctxt "OrchardCore.Settings.Drivers.DefaultSiteSettingsDisplayDriver"
|
||||||
msgid "The Base url must be a fully qualified URL."
|
msgid "The Base url must be a fully qualified URL."
|
||||||
msgstr "الرابط الأساسي يجب أن يكون عنوان URL مؤهل تماما."
|
msgstr "الرابط الأساسي يجب أن يكون عنوان URL مؤهل تماما."
|
||||||
@@ -60,13 +60,13 @@ msgctxt "OrchardCore.Settings.Views.Admin.Index"
|
|||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "الإعدادات"
|
msgstr "الإعدادات"
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-gear" aria-hidden="true"></i></span><span class="title">@T["Configuration"]</span>
|
#. <span class="icon"><i class="fa-solid fa-gear" aria-hidden="true"></i></span><span class="title">@T["Configuration"]</span>
|
||||||
#: OrchardCore.Settings\Views\NavigationItemText-configuration.Id.cshtml:1
|
#: OrchardCore.Settings\Views\NavigationItemText-configuration.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Settings.Views.NavigationItemText-configuration.Id"
|
msgctxt "OrchardCore.Settings.Views.NavigationItemText-configuration.Id"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-cogs" aria-hidden="true"></i></span><span class="title">@T["General"]</span>
|
#. <span class="icon"><i class="fa-solid fa-cogs" aria-hidden="true"></i></span><span class="title">@T["General"]</span>
|
||||||
#: OrchardCore.Settings\Views\NavigationItemText-general.Id.cshtml:1
|
#: OrchardCore.Settings\Views\NavigationItemText-general.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Settings.Views.NavigationItemText-general.Id"
|
msgctxt "OrchardCore.Settings.Views.NavigationItemText-general.Id"
|
||||||
msgid "General"
|
msgid "General"
|
||||||
@@ -78,209 +78,191 @@ msgctxt "OrchardCore.Settings.Views.Shared.DisplayTemplates.RemovableCulture"
|
|||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "حذف"
|
msgstr "حذف"
|
||||||
|
|
||||||
#. <p class="alert alert-warning">@T["The current tenant will be reloaded when the settings are saved."]</p>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:5
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "The current tenant will be reloaded when the settings are saved."
|
|
||||||
msgstr "ستتم إعادة تحميل الـ tenant الحالية عند حفظ الإعدادات."
|
|
||||||
|
|
||||||
#. <a class="nav-link active" id="site-tab" data-bs-toggle="tab" href="#site" role="tab" aria-controls="site" aria-selected="true">@T["Site"]</a>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:8
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Site"
|
|
||||||
msgstr "الموقع"
|
|
||||||
|
|
||||||
#. <a class="nav-link" id="resources-tab" data-bs-toggle="tab" href="#resources" role="tab" aria-controls="resources">@T["Resources"]</a>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:11
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Resources"
|
|
||||||
msgstr "الموارد"
|
|
||||||
|
|
||||||
#. <a class="nav-link" id="cache-tab" data-bs-toggle="tab" href="#cache" role="tab" aria-controls="cache">@T["Cache"]</a>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:14
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Cache"
|
|
||||||
msgstr "ذاكرة التخزين المؤقت"
|
|
||||||
|
|
||||||
#. <label asp-for="SiteName">@T["Site name"]</label>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:20
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Site name"
|
|
||||||
msgstr "اسم الموقع"
|
|
||||||
|
|
||||||
#. <span class="hint">@T["The site name."]</span>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:23
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "The site name."
|
|
||||||
msgstr "اسم الموقع."
|
|
||||||
|
|
||||||
#. <label asp-for="PageTitleFormat">@T["Page title format"]</label>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:27
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Page title format"
|
|
||||||
msgstr "تنسيق عنوان الصفحة"
|
|
||||||
|
|
||||||
#. <span class="hint">@T["The default format of page titles."]</span>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:30
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "The default format of page titles."
|
|
||||||
msgstr "التنسيق الإفتراضي لعنوان الصفحات."
|
|
||||||
|
|
||||||
#. <label asp-for="BaseUrl">@T["Base url"]</label>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:34
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Base url"
|
|
||||||
msgstr "رابط عنوان الموقع الأساسي"
|
|
||||||
|
|
||||||
#. <span class="hint">@T["Enter the fully qualified base URL of the web site."]</span>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:37
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Enter the fully qualified base URL of the web site."
|
|
||||||
msgstr "أدخل رابط عنوان الموقع الأساسي كاملاً."
|
|
||||||
|
|
||||||
#. <label asp-for="TimeZone">@T["Default Time Zone"]</label>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:42
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Default Time Zone"
|
|
||||||
msgstr "المنطقة الزمنية الافتراضية"
|
|
||||||
|
|
||||||
#. <option value="">@T["Local to server"]</option>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:44
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Local to server"
|
|
||||||
msgstr "الخادم المحلي"
|
|
||||||
|
|
||||||
#. <span class="hint">@T["Determines the default time zone used when displaying and editing dates and times. DST (daylight saving time) will be applied automatically per time zone if available."]</span>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:53
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Determines the default time zone used when displaying and editing dates and times. DST (daylight saving time) will be applied automatically per time zone if available."
|
|
||||||
msgstr "تحديد الزمن الإفتراضي للمنطقة يستخدم لعرض وتعديل التواريخ والأوقات. DTS (التوقيت الصيفي) سيتم تطبيقه تلقائياً لزمن المنطقة إذا كان متوفر."
|
|
||||||
|
|
||||||
#. <label asp-for="PageSize">@T["Page size"]</label>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:59
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Page size"
|
|
||||||
msgstr "حجم الصفحة"
|
|
||||||
|
|
||||||
#. <span class="hint">@T["The default page size."]</span>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:62
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "The default page size."
|
|
||||||
msgstr "حجم الصفحة الافتراضي."
|
|
||||||
|
|
||||||
#. <h5>@T["Settings for scripts and stylesheets"]</h5>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:67
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Settings for scripts and stylesheets"
|
|
||||||
msgstr "إعدادات السكربتات والأنماط"
|
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="@Model.AppendVersion">@T["Use resources cache busting"]</label>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:71
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Use resources cache busting"
|
|
||||||
msgstr "إستخدام موارد خرق التخزين المؤقت"
|
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Whether cache busting (append a version) is used for scripts and stylesheets"]</span>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:72
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Whether cache busting (append a version) is used for scripts and stylesheets"
|
|
||||||
msgstr "ما إذا كان خرق التخزين المؤقت (إلحاق إصدار) سيستخدم في السكربتات و الإستايلات"
|
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="@Model.UseCdn">@T["Use framework CDN (Content Delivery Network)"]</label>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:79
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Use framework CDN (Content Delivery Network)"
|
|
||||||
msgstr "إستخدام إطار العمل CDN (شبكة توصيل المحتوى)"
|
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Whether a framework CDN is used for registered scripts and stylesheets, such as jQuery, or their local version"]</span>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:80
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Whether a framework CDN is used for registered scripts and stylesheets, such as jQuery, or their local version"
|
|
||||||
msgstr "ما إذا كان إطار العمل CDN سيستخدم لتسجيل السكربتات والإستايلات, مثل الـ jQuery أو إصداراتها المحلية"
|
|
||||||
|
|
||||||
#. <label asp-for="CdnBaseUrl">@T["Site CDN (Content Delivery Network) base url"]</label>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:85
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Site CDN (Content Delivery Network) base url"
|
|
||||||
msgstr "الرابط الأساسي لـ CDN الموقع"
|
|
||||||
|
|
||||||
#. <span class="hint">@T["A base CDN URL prefixed to the local scripts and stylesheets. It is disabled if the value is empty or if the Resource Debug Mode is enabled, e.g. <em>https://cdn.mysite.com</em>"]</span>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:88
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "A base CDN URL prefixed to the local scripts and stylesheets. It is disabled if the value is empty or if the Resource Debug Mode is enabled, e.g. <em>https://cdn.mysite.com</em>"
|
|
||||||
msgstr "عنوان رابط الـ CDN الأساسي مسبوقًا للسكربتات والإستايلات المحلية. سيتم تعطيله إذا كانت القيمة فارغة أو إذا تم تفعيل وضع تصحيح الموارد, مثل <em>https://cdn.mysite.com</em>"
|
|
||||||
|
|
||||||
#. <label asp-for="ResourceDebugMode">@T["Resource Debug Mode"]</label>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:93
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Resource Debug Mode"
|
|
||||||
msgstr "وضع التصحيح الموارد"
|
|
||||||
|
|
||||||
#. <option value="@ResourceDebugMode.FromConfiguration.ToString()">@T["From environment — disabled in <em>Production</em>, enabled otherwise"]</option>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:95
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "From environment — disabled in <em>Production</em>, enabled otherwise"
|
|
||||||
msgstr "من البيئة – مفعلة في بيئة <em>Production</em> و معطلة في غيرها"
|
|
||||||
|
|
||||||
#. <option value="@ResourceDebugMode.Enabled.ToString()">@T["Enabled — use debuggable version of resources"]</option>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:96
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Enabled — use debuggable version of resources"
|
|
||||||
msgstr "ممكّن ـ إستغدام نسخة الموارد القابلة للتصحيح"
|
|
||||||
|
|
||||||
#. <option value="@ResourceDebugMode.Disabled.ToString()">@T["Disabled — use minified version of resources"]</option>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:97
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Disabled — use minified version of resources"
|
|
||||||
msgstr "معطّل ـ إستغدام نسخة الموارد المصغّرة"
|
|
||||||
|
|
||||||
#. <span class="hint">@T["Determines whether scripts and stylesheets load in their debuggable or minified form."]</span>
|
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:99
|
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
|
||||||
msgid "Determines whether scripts and stylesheets load in their debuggable or minified form."
|
|
||||||
msgstr "يحدد طريقة تحميل البرامج النصية وصفحات الأنماط، إمّا في نسختها القابلة للتصحيح أو في نسختها المصغرة."
|
|
||||||
|
|
||||||
#. <h5>@T["Settings for dynamic caches"]</h5>
|
#. <h5>@T["Settings for dynamic caches"]</h5>
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:104
|
#: OrchardCore.Settings\Views\Settings-Cache.Edit.cshtml:3
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
msgctxt "OrchardCore.Settings.Views.Settings-Cache.Edit"
|
||||||
msgid "Settings for dynamic caches"
|
msgid "Settings for dynamic caches"
|
||||||
msgstr "إعدادات الذاكرة المخبآة الديناميكية"
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="CacheMode">@T["Cache Mode"]</label>
|
#. <label asp-for="CacheMode" class="form-label">@T["Cache Mode"]</label>
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:107
|
#: OrchardCore.Settings\Views\Settings-Cache.Edit.cshtml:7
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
msgctxt "OrchardCore.Settings.Views.Settings-Cache.Edit"
|
||||||
msgid "Cache Mode"
|
msgid "Cache Mode"
|
||||||
msgstr "وضع ذاكرة التخزين المؤقت"
|
msgstr ""
|
||||||
|
|
||||||
#. <option value="@CacheMode.FromConfiguration.ToString()">@T["From environment — enabled in <em>Production</em>, disabled otherwise"]</option>
|
#. <option value="@CacheMode.FromConfiguration.ToString()">@T["From environment — enabled in <em>Production</em>, disabled otherwise"]</option>
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:109
|
#: OrchardCore.Settings\Views\Settings-Cache.Edit.cshtml:9
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
msgctxt "OrchardCore.Settings.Views.Settings-Cache.Edit"
|
||||||
msgid "From environment — enabled in <em>Production</em>, disabled otherwise"
|
msgid "From environment — enabled in <em>Production</em>, disabled otherwise"
|
||||||
msgstr "من البيئة – مفعلة في بيئة <em>Production</em> و معطلة في غيرها"
|
msgstr ""
|
||||||
|
|
||||||
#. <option value="@CacheMode.Enabled.ToString()">@T["Enabled"]</option>
|
#. <option value="@CacheMode.Enabled.ToString()">@T["Enabled"]</option>
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:110
|
#: OrchardCore.Settings\Views\Settings-Cache.Edit.cshtml:10
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
msgctxt "OrchardCore.Settings.Views.Settings-Cache.Edit"
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "مفعل"
|
msgstr ""
|
||||||
|
|
||||||
#. <option value="@CacheMode.DebugEnabled.ToString()">@T["Enabled with cache debug mode"]</option>
|
#. <option value="@CacheMode.DebugEnabled.ToString()">@T["Enabled with cache debug mode"]</option>
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:111
|
#: OrchardCore.Settings\Views\Settings-Cache.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
msgctxt "OrchardCore.Settings.Views.Settings-Cache.Edit"
|
||||||
msgid "Enabled with cache debug mode"
|
msgid "Enabled with cache debug mode"
|
||||||
msgstr "تمكين مع وضع تصحيح أخطاء الذاكرة المؤقتة"
|
msgstr ""
|
||||||
|
|
||||||
#. <option value="@CacheMode.Disabled.ToString()">@T["Disabled"]</option>
|
#. <option value="@CacheMode.Disabled.ToString()">@T["Disabled"]</option>
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:112
|
#: OrchardCore.Settings\Views\Settings-Cache.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
msgctxt "OrchardCore.Settings.Views.Settings-Cache.Edit"
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "معطل"
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["Determines whether caches are enabled or disabled."]</span>
|
#. <span class="hint">@T["Determines whether caches are enabled or disabled."]</span>
|
||||||
#: OrchardCore.Settings\Views\Settings.Edit.cshtml:114
|
#: OrchardCore.Settings\Views\Settings-Cache.Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.Settings.Views.Settings.Edit"
|
msgctxt "OrchardCore.Settings.Views.Settings-Cache.Edit"
|
||||||
msgid "Determines whether caches are enabled or disabled."
|
msgid "Determines whether caches are enabled or disabled."
|
||||||
msgstr "يحدد ما إذا كانت الذاكرة المخبآة مفعلة أو معطلة."
|
msgstr ""
|
||||||
|
|
||||||
|
#. @T["The current tenant will be reloaded when the settings are saved."]
|
||||||
|
#: OrchardCore.Settings\Views\Settings-General.Wrapper.cshtml:4
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-General.Wrapper"
|
||||||
|
msgid "The current tenant will be reloaded when the settings are saved."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <h5>@T["Settings for scripts and stylesheets"]</h5>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Resources.Edit.cshtml:3
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Resources.Edit"
|
||||||
|
msgid "Settings for scripts and stylesheets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label class="form-check-label" asp-for="@Model.AppendVersion">@T["Use resources cache busting"]</label>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Resources.Edit.cshtml:8
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Resources.Edit"
|
||||||
|
msgid "Use resources cache busting"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint dashed">@T["Whether cache busting (append a version) is used for scripts and stylesheets"]</span>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Resources.Edit.cshtml:9
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Resources.Edit"
|
||||||
|
msgid "Whether cache busting (append a version) is used for scripts and stylesheets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label class="form-check-label" asp-for="@Model.UseCdn">@T["Use framework CDN (Content Delivery Network)"]</label>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Resources.Edit.cshtml:16
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Resources.Edit"
|
||||||
|
msgid "Use framework CDN (Content Delivery Network)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint dashed">@T["Whether a framework CDN is used for registered scripts and stylesheets, such as jQuery, or their local version"]</span>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Resources.Edit.cshtml:17
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Resources.Edit"
|
||||||
|
msgid "Whether a framework CDN is used for registered scripts and stylesheets, such as jQuery, or their local version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="CdnBaseUrl" class="form-label">@T["Site CDN (Content Delivery Network) base url"]</label>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Resources.Edit.cshtml:22
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Resources.Edit"
|
||||||
|
msgid "Site CDN (Content Delivery Network) base url"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["A base CDN URL prefixed to the local scripts and stylesheets. It is disabled if the value is empty or if the Resource Debug Mode is enabled, e.g. <em>https://cdn.mysite.com</em>"]</span>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Resources.Edit.cshtml:25
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Resources.Edit"
|
||||||
|
msgid "A base CDN URL prefixed to the local scripts and stylesheets. It is disabled if the value is empty or if the Resource Debug Mode is enabled, e.g. <em>https://cdn.mysite.com</em>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="ResourceDebugMode" class="form-label">@T["Resource Debug Mode"]</label>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Resources.Edit.cshtml:30
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Resources.Edit"
|
||||||
|
msgid "Resource Debug Mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <option value="@ResourceDebugMode.FromConfiguration.ToString()">@T["From environment — disabled in <em>Production</em>, enabled otherwise"]</option>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Resources.Edit.cshtml:32
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Resources.Edit"
|
||||||
|
msgid "From environment — disabled in <em>Production</em>, enabled otherwise"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <option value="@ResourceDebugMode.Enabled.ToString()">@T["Enabled — use debuggable version of resources"]</option>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Resources.Edit.cshtml:33
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Resources.Edit"
|
||||||
|
msgid "Enabled — use debuggable version of resources"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <option value="@ResourceDebugMode.Disabled.ToString()">@T["Disabled — use minified version of resources"]</option>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Resources.Edit.cshtml:34
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Resources.Edit"
|
||||||
|
msgid "Disabled — use minified version of resources"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["Determines whether scripts and stylesheets load in their debuggable or minified form."]</span>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Resources.Edit.cshtml:36
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Resources.Edit"
|
||||||
|
msgid "Determines whether scripts and stylesheets load in their debuggable or minified form."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="SiteName" class="form-label">@T["Site name"]</label>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Site.Edit.cshtml:7
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Site.Edit"
|
||||||
|
msgid "Site name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["The site name."]</span>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Site.Edit.cshtml:10
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Site.Edit"
|
||||||
|
msgid "The site name."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="PageTitleFormat" class="form-label">@T["Page title format"]</label>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Site.Edit.cshtml:14
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Site.Edit"
|
||||||
|
msgid "Page title format"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["The default format of page titles."]</span>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Site.Edit.cshtml:17
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Site.Edit"
|
||||||
|
msgid "The default format of page titles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="BaseUrl" class="form-label">@T["Base url"]</label>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Site.Edit.cshtml:21
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Site.Edit"
|
||||||
|
msgid "Base url"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["Enter the fully qualified base URL of the web site."]</span>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Site.Edit.cshtml:24
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Site.Edit"
|
||||||
|
msgid "Enter the fully qualified base URL of the web site."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="TimeZone" class="form-label">@T["Default Time Zone"]</label>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Site.Edit.cshtml:29
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Site.Edit"
|
||||||
|
msgid "Default Time Zone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <option value="">@T["Local to server"]</option>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Site.Edit.cshtml:31
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Site.Edit"
|
||||||
|
msgid "Local to server"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["Determines the default time zone used when displaying and editing dates and times. DST (daylight saving time) will be applied automatically per time zone if available."]</span>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Site.Edit.cshtml:40
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Site.Edit"
|
||||||
|
msgid "Determines the default time zone used when displaying and editing dates and times. DST (daylight saving time) will be applied automatically per time zone if available."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="PageSize" class="form-label">@T["Page size"]</label>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Site.Edit.cshtml:46
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Site.Edit"
|
||||||
|
msgid "Page size"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["The default page size."]</span>
|
||||||
|
#: OrchardCore.Settings\Views\Settings-Site.Edit.cshtml:49
|
||||||
|
msgctxt "OrchardCore.Settings.Views.Settings-Site.Edit"
|
||||||
|
msgid "The default page size."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <button class="primaryAction btn btn-primary save" type="submit">@T["Save"]</button>
|
#. <button class="primaryAction btn btn-primary save" type="submit">@T["Save"]</button>
|
||||||
#: OrchardCore.Settings\Views\SiteSettings.SaveButton.cshtml:1
|
#: OrchardCore.Settings\Views\SiteSettings.SaveButton.cshtml:1
|
||||||
@@ -312,7 +294,7 @@ msgctxt "OrchardCore.Settings.Views.Items.SiteSettingsDeploymentStep.Fields.Summ
|
|||||||
msgid "Site Settings"
|
msgid "Site Settings"
|
||||||
msgstr "إعدادت الموقع"
|
msgstr "إعدادت الموقع"
|
||||||
|
|
||||||
#. <span class="badge bg-warning">@T["No settings selected."]</span>
|
#. <span class="badge text-bg-warning">@T["No settings selected."]</span>
|
||||||
#: OrchardCore.Settings\Views\Items\SiteSettingsDeploymentStep.Fields.Summary.cshtml:18
|
#: OrchardCore.Settings\Views\Items\SiteSettingsDeploymentStep.Fields.Summary.cshtml:18
|
||||||
msgctxt "OrchardCore.Settings.Views.Items.SiteSettingsDeploymentStep.Fields.Summary"
|
msgctxt "OrchardCore.Settings.Views.Items.SiteSettingsDeploymentStep.Fields.Summary"
|
||||||
msgid "No settings selected."
|
msgid "No settings selected."
|
||||||
|
|||||||
@@ -10,34 +10,34 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-17 17:00\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. context.Errors.Add(String.Empty, S["DatabaseProvider setting is required."]);
|
#. context.Errors.Add(string.Empty, S["DatabaseProvider setting is required."]);
|
||||||
#: OrchardCore.Setup.Core\SetupService.cs:171
|
#: OrchardCore.Setup.Core\SetupService.cs:168
|
||||||
msgctxt "OrchardCore.Setup.Services.SetupService"
|
msgctxt "OrchardCore.Setup.Services.SetupService"
|
||||||
msgid "DatabaseProvider setting is required."
|
msgid "DatabaseProvider setting is required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.Errors.Add(String.Empty, S["The provided database provider is not supported."]);
|
#. context.Errors.Add(string.Empty, S["The provided database provider is not supported."]);
|
||||||
#: OrchardCore.Setup.Core\SetupService.cs:174
|
#: OrchardCore.Setup.Core\SetupService.cs:171
|
||||||
msgctxt "OrchardCore.Setup.Services.SetupService"
|
msgctxt "OrchardCore.Setup.Services.SetupService"
|
||||||
msgid "The provided database provider is not supported."
|
msgid "The provided database provider is not supported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.Errors.Add(String.Empty, S["The provided connection string is invalid or server is unreachable."]);
|
#. context.Errors.Add(string.Empty, S["The provided connection string is invalid or server is unreachable."]);
|
||||||
#: OrchardCore.Setup.Core\SetupService.cs:177
|
#: OrchardCore.Setup.Core\SetupService.cs:174
|
||||||
msgctxt "OrchardCore.Setup.Services.SetupService"
|
msgctxt "OrchardCore.Setup.Services.SetupService"
|
||||||
msgid "The provided connection string is invalid or server is unreachable."
|
msgid "The provided connection string is invalid or server is unreachable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.Errors.Add(String.Empty, S["The provided database, table prefix and schema are already in use."]);
|
#. context.Errors.Add(string.Empty, S["The provided database, table prefix and schema are already in use."]);
|
||||||
#: OrchardCore.Setup.Core\SetupService.cs:180
|
#: OrchardCore.Setup.Core\SetupService.cs:177
|
||||||
msgctxt "OrchardCore.Setup.Services.SetupService"
|
msgctxt "OrchardCore.Setup.Services.SetupService"
|
||||||
msgid "The provided database, table prefix and schema are already in use."
|
msgid "The provided database, table prefix and schema are already in use."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.Errors.Add(String.Empty, S["An error occurred while initializing the datastore: {0}", e.Message]);
|
#. context.Errors.Add(string.Empty, S["An error occurred while initializing the datastore: {0}", e.Message]);
|
||||||
#: OrchardCore.Setup.Core\SetupService.cs:215
|
#: OrchardCore.Setup.Core\SetupService.cs:210
|
||||||
msgctxt "OrchardCore.Setup.Services.SetupService"
|
msgctxt "OrchardCore.Setup.Services.SetupService"
|
||||||
msgid "An error occurred while initializing the datastore: {0}"
|
msgid "An error occurred while initializing the datastore: {0}"
|
||||||
msgstr "حدث خطأ اثناء تهئية مصدر البيانات: {0}"
|
msgstr "حدث خطأ اثناء تهئية مصدر البيانات: {0}"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(model.Password), S["The password is required."]);
|
#. ModelState.AddModelError(nameof(model.Password), S["The password is required."]);
|
||||||
#: OrchardCore.Setup\Controllers\SetupController.cs:105
|
#: OrchardCore.Setup\Controllers\SetupController.cs:105
|
||||||
@@ -95,7 +95,7 @@ msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
|||||||
msgid "Password must have at least {0}."
|
msgid "Password must have at least {0}."
|
||||||
msgstr "كلمة المرور يجب أن تحتوي على الأقل {0}."
|
msgstr "كلمة المرور يجب أن تحتوي على الأقل {0}."
|
||||||
|
|
||||||
#. <label for="culturesList" class="mt-2">@T["Change language"]</label>
|
#. <label for="culturesList" class="form-label mt-2">@T["Change language"]</label>
|
||||||
#: OrchardCore.Setup\Views\Setup\Index.cshtml:79
|
#: OrchardCore.Setup\Views\Setup\Index.cshtml:79
|
||||||
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
||||||
msgid "Change language"
|
msgid "Change language"
|
||||||
@@ -125,25 +125,19 @@ msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
|||||||
msgid "It is not possible to set up a site without a recipe."
|
msgid "It is not possible to set up a site without a recipe."
|
||||||
msgstr "ليس من الممكن تنصيب الموقع دون وصفة."
|
msgstr "ليس من الممكن تنصيب الموقع دون وصفة."
|
||||||
|
|
||||||
#. <label asp-for="SiteName">@T["What is the name of your site?"]</label>
|
#. <label asp-for="SiteName" class="form-label">@T["What is the name of your site?"]</label>
|
||||||
#: OrchardCore.Setup\Views\Setup\Index.cshtml:109
|
#: OrchardCore.Setup\Views\Setup\Index.cshtml:109
|
||||||
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
||||||
msgid "What is the name of your site?"
|
msgid "What is the name of your site?"
|
||||||
msgstr "ما هو إسم موقعك؟"
|
msgstr "ما هو إسم موقعك؟"
|
||||||
|
|
||||||
#. <span asp-validation-for="SiteName" class="text-danger">@T["The site name is required."]</span>
|
|
||||||
#: OrchardCore.Setup\Views\Setup\Index.cshtml:111
|
|
||||||
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
|
||||||
msgid "The site name is required."
|
|
||||||
msgstr "إسم الموقع مطلوب."
|
|
||||||
|
|
||||||
#. <span class="text-muted form-text small">@T["This is used as the default title of your pages."]</span>
|
#. <span class="text-muted form-text small">@T["This is used as the default title of your pages."]</span>
|
||||||
#: OrchardCore.Setup\Views\Setup\Index.cshtml:112
|
#: OrchardCore.Setup\Views\Setup\Index.cshtml:112
|
||||||
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
||||||
msgid "This is used as the default title of your pages."
|
msgid "This is used as the default title of your pages."
|
||||||
msgstr "هذا سيستخدم كعنوان إفتراضي لصفحاتك."
|
msgstr "هذا سيستخدم كعنوان إفتراضي لصفحاتك."
|
||||||
|
|
||||||
#. <label asp-for="RecipeName">@T["Recipe"]</label>
|
#. <label asp-for="RecipeName" class="form-label">@T["Recipe"]</label>
|
||||||
#: OrchardCore.Setup\Views\Setup\Index.cshtml:121
|
#: OrchardCore.Setup\Views\Setup\Index.cshtml:121
|
||||||
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
||||||
msgid "Recipe"
|
msgid "Recipe"
|
||||||
@@ -163,7 +157,7 @@ msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
|||||||
msgid "Recipes allow you to setup your site with additional pre-configured options, features and settings out of the box."
|
msgid "Recipes allow you to setup your site with additional pre-configured options, features and settings out of the box."
|
||||||
msgstr "الوصفات تسمح لك بتثبيت موقعك بخيارات إضافية تم تكوينها مسبقاً."
|
msgstr "الوصفات تسمح لك بتثبيت موقعك بخيارات إضافية تم تكوينها مسبقاً."
|
||||||
|
|
||||||
#. <label asp-for="SiteTimeZone">@T["Default Time Zone"]</label>
|
#. <label asp-for="SiteTimeZone" class="form-label">@T["Default Time Zone"]</label>
|
||||||
#: OrchardCore.Setup\Views\Setup\Index.cshtml:150
|
#: OrchardCore.Setup\Views\Setup\Index.cshtml:150
|
||||||
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
||||||
msgid "Default Time Zone"
|
msgid "Default Time Zone"
|
||||||
@@ -175,7 +169,7 @@ msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
|||||||
msgid "Determines the default time zone used when displaying and editing dates and times."
|
msgid "Determines the default time zone used when displaying and editing dates and times."
|
||||||
msgstr "حدد المنطقة الزمنية الإفتراضية التي سيتم إستخدامها لعرض وتعديل التواريخ والأوقات."
|
msgstr "حدد المنطقة الزمنية الإفتراضية التي سيتم إستخدامها لعرض وتعديل التواريخ والأوقات."
|
||||||
|
|
||||||
#. <label asp-for="DatabaseProvider">@T["What type of database to use?"]</label>
|
#. <label asp-for="DatabaseProvider" class="form-label">@T["What type of database to use?"]</label>
|
||||||
#: OrchardCore.Setup\Views\Setup\Index.cshtml:167
|
#: OrchardCore.Setup\Views\Setup\Index.cshtml:167
|
||||||
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
||||||
msgid "What type of database to use?"
|
msgid "What type of database to use?"
|
||||||
@@ -193,7 +187,7 @@ msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
|||||||
msgid "The database is used to store the site's configuration and its contents."
|
msgid "The database is used to store the site's configuration and its contents."
|
||||||
msgstr "قاعدة البيانات تستخدم لتخزين إعدادات الموقع ومحتوياته."
|
msgstr "قاعدة البيانات تستخدم لتخزين إعدادات الموقع ومحتوياته."
|
||||||
|
|
||||||
#. <label asp-for="TablePrefix">@T["Table Prefix"]</label>
|
#. <label asp-for="TablePrefix" class="form-label">@T["Table Prefix"]</label>
|
||||||
#: OrchardCore.Setup\Views\Setup\Index.cshtml:179
|
#: OrchardCore.Setup\Views\Setup\Index.cshtml:179
|
||||||
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
||||||
msgid "Table Prefix"
|
msgid "Table Prefix"
|
||||||
@@ -205,7 +199,7 @@ msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
|||||||
msgid "You can specify a table prefix if you intend to reuse the same database for multiple sites."
|
msgid "You can specify a table prefix if you intend to reuse the same database for multiple sites."
|
||||||
msgstr "يمكنك تحديد بادئة الجدول إذا كنت تنوي إعادة استخدام نفس قاعدة البيانات لمواقع متعددة."
|
msgstr "يمكنك تحديد بادئة الجدول إذا كنت تنوي إعادة استخدام نفس قاعدة البيانات لمواقع متعددة."
|
||||||
|
|
||||||
#. <label asp-for="ConnectionString">@T["Connection string"]</label>
|
#. <label asp-for="ConnectionString" class="form-label">@T["Connection string"]</label>
|
||||||
#: OrchardCore.Setup\Views\Setup\Index.cshtml:188
|
#: OrchardCore.Setup\Views\Setup\Index.cshtml:188
|
||||||
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
||||||
msgid "Connection string"
|
msgid "Connection string"
|
||||||
@@ -217,7 +211,7 @@ msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
|||||||
msgid "Show/hide connection string"
|
msgid "Show/hide connection string"
|
||||||
msgstr "إظهار/إخفاء نص الإتصال"
|
msgstr "إظهار/إخفاء نص الإتصال"
|
||||||
|
|
||||||
#. <label asp-for="Schema">@T["Table Schema"]</label>
|
#. <label asp-for="Schema" class="form-label">@T["Table Schema"]</label>
|
||||||
#: OrchardCore.Setup\Views\Setup\Index.cshtml:200
|
#: OrchardCore.Setup\Views\Setup\Index.cshtml:200
|
||||||
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
||||||
msgid "Table Schema"
|
msgid "Table Schema"
|
||||||
@@ -247,13 +241,13 @@ msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
|||||||
msgid "The super user has all the rights. It should be used only during Setup and for disaster recovery."
|
msgid "The super user has all the rights. It should be used only during Setup and for disaster recovery."
|
||||||
msgstr "المستخدم المتميز يمتلك كل الصلاحيات. ينبغي إستخدامه اثناء التثبيت و التعافي من الكوارث."
|
msgstr "المستخدم المتميز يمتلك كل الصلاحيات. ينبغي إستخدامه اثناء التثبيت و التعافي من الكوارث."
|
||||||
|
|
||||||
#. <label asp-for="UserName">@T["User name"]</label>
|
#. <label asp-for="UserName" class="form-label">@T["User name"]</label>
|
||||||
#: OrchardCore.Setup\Views\Setup\Index.cshtml:212
|
#: OrchardCore.Setup\Views\Setup\Index.cshtml:212
|
||||||
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
||||||
msgid "User name"
|
msgid "User name"
|
||||||
msgstr "إسم المستخدم"
|
msgstr "إسم المستخدم"
|
||||||
|
|
||||||
#. <label for="Email">@T["Email"]</label>
|
#. <label asp-for="Email" class="form-label">@T["Email"]</label>
|
||||||
#: OrchardCore.Setup\Views\Setup\Index.cshtml:217
|
#: OrchardCore.Setup\Views\Setup\Index.cshtml:217
|
||||||
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
||||||
msgid "Email"
|
msgid "Email"
|
||||||
@@ -265,7 +259,7 @@ msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
|||||||
msgid "The email is invalid."
|
msgid "The email is invalid."
|
||||||
msgstr "البريد الإلكتروني غير صحيح."
|
msgstr "البريد الإلكتروني غير صحيح."
|
||||||
|
|
||||||
#. <label asp-for="Password">@T["Password"]</label>
|
#. <label asp-for="Password" class="form-label">@T["Password"]</label>
|
||||||
#: OrchardCore.Setup\Views\Setup\Index.cshtml:224
|
#: OrchardCore.Setup\Views\Setup\Index.cshtml:224
|
||||||
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
@@ -277,7 +271,7 @@ msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
|||||||
msgid "Password strength"
|
msgid "Password strength"
|
||||||
msgstr "قوة كلمة المرور"
|
msgstr "قوة كلمة المرور"
|
||||||
|
|
||||||
#. <label asp-for="PasswordConfirmation">@T["Password Confirmation"]</label>
|
#. <label asp-for="PasswordConfirmation" class="form-label">@T["Password Confirmation"]</label>
|
||||||
#: OrchardCore.Setup\Views\Setup\Index.cshtml:234
|
#: OrchardCore.Setup\Views\Setup\Index.cshtml:234
|
||||||
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
msgctxt "OrchardCore.Setup.Views.Setup.Index"
|
||||||
msgid "Password Confirmation"
|
msgid "Password Confirmation"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-17 17:01\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. .Add(S["Design"], design => design
|
#. .Add(S["Design"], design => design
|
||||||
#: OrchardCore.Shortcodes\AdminMenu.cs:25
|
#: OrchardCore.Shortcodes\AdminMenu.cs:25
|
||||||
@@ -64,8 +64,8 @@ msgctxt "OrchardCore.Shortcodes.Controllers.AdminController"
|
|||||||
msgid "The template content is mandatory."
|
msgid "The template content is mandatory."
|
||||||
msgstr "المحتوى إلزامي."
|
msgstr "المحتوى إلزامي."
|
||||||
|
|
||||||
#. ModelState.AddModelError(nameof(ShortcodeTemplateViewModel.Content), S["The template doesn't contain a valid Liquid expression. Details: {0}", String.Join(" ", errors)]);
|
#. ModelState.AddModelError(nameof(ShortcodeTemplateViewModel.Content), S["The template doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
||||||
#. ModelState.AddModelError(nameof(ShortcodeTemplateViewModel.Content), S["The template doesn't contain a valid Liquid expression. Details: {0}", String.Join(" ", errors)]);
|
#. ModelState.AddModelError(nameof(ShortcodeTemplateViewModel.Content), S["The template doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
||||||
#: OrchardCore.Shortcodes\Controllers\AdminController.cs:155
|
#: OrchardCore.Shortcodes\Controllers\AdminController.cs:155
|
||||||
#: OrchardCore.Shortcodes\Controllers\AdminController.cs:252
|
#: OrchardCore.Shortcodes\Controllers\AdminController.cs:252
|
||||||
msgctxt "OrchardCore.Shortcodes.Controllers.AdminController"
|
msgctxt "OrchardCore.Shortcodes.Controllers.AdminController"
|
||||||
@@ -73,13 +73,13 @@ msgid "The template doesn't contain a valid Liquid expression. Details: {0}"
|
|||||||
msgstr "المحتوى لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
msgstr "المحتوى لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Shortcode template deleted successfully."]);
|
#. await _notifier.SuccessAsync(H["Shortcode template deleted successfully."]);
|
||||||
#: OrchardCore.Shortcodes\Controllers\AdminController.cs:302
|
#: OrchardCore.Shortcodes\Controllers\AdminController.cs:306
|
||||||
msgctxt "OrchardCore.Shortcodes.Controllers.AdminController"
|
msgctxt "OrchardCore.Shortcodes.Controllers.AdminController"
|
||||||
msgid "Shortcode template deleted successfully."
|
msgid "Shortcode template deleted successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Shortcode templates successfully removed."]);
|
#. await _notifier.SuccessAsync(H["Shortcode templates successfully removed."]);
|
||||||
#: OrchardCore.Shortcodes\Controllers\AdminController.cs:329
|
#: OrchardCore.Shortcodes\Controllers\AdminController.cs:333
|
||||||
msgctxt "OrchardCore.Shortcodes.Controllers.AdminController"
|
msgctxt "OrchardCore.Shortcodes.Controllers.AdminController"
|
||||||
msgid "Shortcode templates successfully removed."
|
msgid "Shortcode templates successfully removed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -120,7 +120,7 @@ msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
|||||||
msgid "Create Shortcode"
|
msgid "Create Shortcode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Shortcodes\Views\Admin\Create.cshtml:44
|
#: OrchardCore.Shortcodes\Views\Admin\Create.cshtml:44
|
||||||
msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -132,7 +132,7 @@ msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
|||||||
msgid "The name of the shortcode."
|
msgid "The name of the shortcode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.Shortcodes\Views\Admin\Create.cshtml:51
|
#: OrchardCore.Shortcodes\Views\Admin\Create.cshtml:51
|
||||||
msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -144,7 +144,7 @@ msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
|||||||
msgid "The hint for the shortcode."
|
msgid "The hint for the shortcode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Usage">@T["Usage"]</label>
|
#. <label asp-for="Usage" class="form-label">@T["Usage"]</label>
|
||||||
#: OrchardCore.Shortcodes\Views\Admin\Create.cshtml:57
|
#: OrchardCore.Shortcodes\Views\Admin\Create.cshtml:57
|
||||||
msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
||||||
msgid "Usage"
|
msgid "Usage"
|
||||||
@@ -156,7 +156,7 @@ msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
|||||||
msgid "Example usage of the shortcode."
|
msgid "Example usage of the shortcode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SelectedCategories">@T["Categories"]</label>
|
#. <label asp-for="SelectedCategories" class="form-label">@T["Categories"]</label>
|
||||||
#: OrchardCore.Shortcodes\Views\Admin\Create.cshtml:64
|
#: OrchardCore.Shortcodes\Views\Admin\Create.cshtml:64
|
||||||
msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
||||||
msgid "Categories"
|
msgid "Categories"
|
||||||
@@ -200,7 +200,7 @@ msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
|||||||
msgid "The categories for this shortcode."
|
msgid "The categories for this shortcode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="DefaultValue">@T["Default Shortcode Value"]</label>
|
#. <label asp-for="DefaultValue" class="form-label">@T["Default Shortcode Value"]</label>
|
||||||
#: OrchardCore.Shortcodes\Views\Admin\Create.cshtml:90
|
#: OrchardCore.Shortcodes\Views\Admin\Create.cshtml:90
|
||||||
msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
||||||
msgid "Default Shortcode Value"
|
msgid "Default Shortcode Value"
|
||||||
@@ -212,7 +212,7 @@ msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
|||||||
msgid "The default value of the shortcode when selected. Defaults to [name]."
|
msgid "The default value of the shortcode when selected. Defaults to [name]."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Content">@T["Content"]</label>
|
#. <label asp-for="Content" class="form-label">@T["Content"]</label>
|
||||||
#: OrchardCore.Shortcodes\Views\Admin\Create.cshtml:107
|
#: OrchardCore.Shortcodes\Views\Admin\Create.cshtml:107
|
||||||
msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
msgctxt "OrchardCore.Shortcodes.Views.Admin.Create"
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
@@ -254,7 +254,7 @@ msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
|||||||
msgid "Edit Shortcode"
|
msgid "Edit Shortcode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Shortcodes\Views\Admin\Edit.cshtml:48
|
#: OrchardCore.Shortcodes\Views\Admin\Edit.cshtml:48
|
||||||
msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -266,7 +266,7 @@ msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
|||||||
msgid "The name of the shortcode."
|
msgid "The name of the shortcode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.Shortcodes\Views\Admin\Edit.cshtml:54
|
#: OrchardCore.Shortcodes\Views\Admin\Edit.cshtml:54
|
||||||
msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -278,7 +278,7 @@ msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
|||||||
msgid "The hint for the shortcode."
|
msgid "The hint for the shortcode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Usage">@T["Usage"]</label>
|
#. <label asp-for="Usage" class="form-label">@T["Usage"]</label>
|
||||||
#: OrchardCore.Shortcodes\Views\Admin\Edit.cshtml:60
|
#: OrchardCore.Shortcodes\Views\Admin\Edit.cshtml:60
|
||||||
msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
||||||
msgid "Usage"
|
msgid "Usage"
|
||||||
@@ -290,7 +290,7 @@ msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
|||||||
msgid "Example usage of the shortcode."
|
msgid "Example usage of the shortcode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SelectedCategories">@T["Categories"]</label>
|
#. <label asp-for="SelectedCategories" class="form-label">@T["Categories"]</label>
|
||||||
#: OrchardCore.Shortcodes\Views\Admin\Edit.cshtml:67
|
#: OrchardCore.Shortcodes\Views\Admin\Edit.cshtml:67
|
||||||
msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
||||||
msgid "Categories"
|
msgid "Categories"
|
||||||
@@ -334,7 +334,7 @@ msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
|||||||
msgid "The categories for this shortcode."
|
msgid "The categories for this shortcode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="DefaultValue">@T["Default Shortcode Value"]</label>
|
#. <label asp-for="DefaultValue" class="form-label">@T["Default Shortcode Value"]</label>
|
||||||
#: OrchardCore.Shortcodes\Views\Admin\Edit.cshtml:93
|
#: OrchardCore.Shortcodes\Views\Admin\Edit.cshtml:93
|
||||||
msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
||||||
msgid "Default Shortcode Value"
|
msgid "Default Shortcode Value"
|
||||||
@@ -346,7 +346,7 @@ msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
|||||||
msgid "The default value of the shortcode when selected. Defaults to [name]."
|
msgid "The default value of the shortcode when selected. Defaults to [name]."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Content">@T["Content"]</label>
|
#. <label asp-for="Content" class="form-label">@T["Content"]</label>
|
||||||
#: OrchardCore.Shortcodes\Views\Admin\Edit.cshtml:116
|
#: OrchardCore.Shortcodes\Views\Admin\Edit.cshtml:116
|
||||||
msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
msgctxt "OrchardCore.Shortcodes.Views.Admin.Edit"
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-17 17:02\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. builder.Add(S["Configuration"], NavigationConstants.AdminMenuConfigurationPosition, cfg => cfg
|
#. builder.Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Sitemaps\AdminMenu.cs:24
|
#: OrchardCore.Sitemaps\AdminMenu.cs:24
|
||||||
msgctxt "OrchardCore.Sitemaps.AdminMenu"
|
msgctxt "OrchardCore.Sitemaps.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
@@ -248,19 +248,13 @@ msgctxt "OrchardCore.Sitemaps.Views.Admin.Create"
|
|||||||
msgid "The site settings 'Base url' property is empty, but is required to generate sitemaps."
|
msgid "The site settings 'Base url' property is empty, but is required to generate sitemaps."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\Create.cshtml:13
|
#: OrchardCore.Sitemaps\Views\Admin\Create.cshtml:13
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.Admin.Create"
|
msgctxt "OrchardCore.Sitemaps.Views.Admin.Create"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span asp-validation-for="Name" class="text-danger">@T["The name is required."]</span>
|
#. <label asp-for="Path" class="form-label">@T["Permalink"]</label>
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\Create.cshtml:15
|
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.Admin.Create"
|
|
||||||
msgid "The name is required."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. <label asp-for="Path">@T["Permalink"]</label>
|
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\Create.cshtml:19
|
#: OrchardCore.Sitemaps\Views\Admin\Create.cshtml:19
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.Admin.Create"
|
msgctxt "OrchardCore.Sitemaps.Views.Admin.Create"
|
||||||
msgid "Permalink"
|
msgid "Permalink"
|
||||||
@@ -308,19 +302,13 @@ msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Create"
|
|||||||
msgid "The site settings 'Base url' property is empty, but is required to generate sitemaps."
|
msgid "The site settings 'Base url' property is empty, but is required to generate sitemaps."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Sitemaps\Views\SitemapIndex\Create.cshtml:14
|
#: OrchardCore.Sitemaps\Views\SitemapIndex\Create.cshtml:14
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Create"
|
msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Create"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span asp-validation-for="Name" class="text-danger">@T["The name is required."]</span>
|
#. <label asp-for="Path" class="form-label">@T["Permalink"]</label>
|
||||||
#: OrchardCore.Sitemaps\Views\SitemapIndex\Create.cshtml:16
|
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Create"
|
|
||||||
msgid "The name is required."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. <label asp-for="Path">@T["Permalink"]</label>
|
|
||||||
#: OrchardCore.Sitemaps\Views\SitemapIndex\Create.cshtml:20
|
#: OrchardCore.Sitemaps\Views\SitemapIndex\Create.cshtml:20
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Create"
|
msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Create"
|
||||||
msgid "Permalink"
|
msgid "Permalink"
|
||||||
@@ -344,7 +332,7 @@ msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Create"
|
|||||||
msgid "Uncheck to disable routing to the sitemap index."
|
msgid "Uncheck to disable routing to the sitemap index."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ContainableSitemaps">@T["Contained Sitemaps"]</label>
|
#. <label asp-for="ContainableSitemaps" class="form-label">@T["Contained Sitemaps"]</label>
|
||||||
#: OrchardCore.Sitemaps\Views\SitemapIndex\Create.cshtml:39
|
#: OrchardCore.Sitemaps\Views\SitemapIndex\Create.cshtml:39
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Create"
|
msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Create"
|
||||||
msgid "Contained Sitemaps"
|
msgid "Contained Sitemaps"
|
||||||
@@ -392,7 +380,7 @@ msgctxt "OrchardCore.Sitemaps.Views.CustomPathSitemapSource.Edit"
|
|||||||
msgid "Sitemap Custom Path"
|
msgid "Sitemap Custom Path"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Path">@T["Path"] </label>
|
#. <label asp-for="Path" class="form-label">@T["Path"] </label>
|
||||||
#: OrchardCore.Sitemaps\Views\CustomPathSitemapSource.Edit.cshtml:10
|
#: OrchardCore.Sitemaps\Views\CustomPathSitemapSource.Edit.cshtml:10
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.CustomPathSitemapSource.Edit"
|
msgctxt "OrchardCore.Sitemaps.Views.CustomPathSitemapSource.Edit"
|
||||||
msgid "Path"
|
msgid "Path"
|
||||||
@@ -404,7 +392,7 @@ msgctxt "OrchardCore.Sitemaps.Views.CustomPathSitemapSource.Edit"
|
|||||||
msgid "The path to add to the sitemap. e.g. path/to/something"
|
msgid "The path to add to the sitemap. e.g. path/to/something"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ChangeFrequency">@T["Change Frequency"] </label>
|
#. <label asp-for="ChangeFrequency" class="form-label">@T["Change Frequency"] </label>
|
||||||
#: OrchardCore.Sitemaps\Views\CustomPathSitemapSource.Edit.cshtml:22
|
#: OrchardCore.Sitemaps\Views\CustomPathSitemapSource.Edit.cshtml:22
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.CustomPathSitemapSource.Edit"
|
msgctxt "OrchardCore.Sitemaps.Views.CustomPathSitemapSource.Edit"
|
||||||
msgid "Change Frequency"
|
msgid "Change Frequency"
|
||||||
@@ -416,7 +404,7 @@ msgctxt "OrchardCore.Sitemaps.Views.CustomPathSitemapSource.Edit"
|
|||||||
msgid "The default frequency with which this path is likely to change."
|
msgid "The default frequency with which this path is likely to change."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Priority">@T["Priority"] </label>
|
#. <label asp-for="Priority" class="form-label">@T["Priority"] </label>
|
||||||
#: OrchardCore.Sitemaps\Views\CustomPathSitemapSource.Edit.cshtml:27
|
#: OrchardCore.Sitemaps\Views\CustomPathSitemapSource.Edit.cshtml:27
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.CustomPathSitemapSource.Edit"
|
msgctxt "OrchardCore.Sitemaps.Views.CustomPathSitemapSource.Edit"
|
||||||
msgid "Priority"
|
msgid "Priority"
|
||||||
@@ -572,19 +560,13 @@ msgctxt "OrchardCore.Sitemaps.Views.Admin.Edit"
|
|||||||
msgid "The site settings 'Base url' property is empty, but is required to generate sitemaps."
|
msgid "The site settings 'Base url' property is empty, but is required to generate sitemaps."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\Edit.cshtml:14
|
#: OrchardCore.Sitemaps\Views\Admin\Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.Admin.Edit"
|
msgctxt "OrchardCore.Sitemaps.Views.Admin.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span asp-validation-for="Name" class="text-danger">@T["The name is required."]</span>
|
#. <label asp-for="Path" class="form-label">@T["Permalink"]</label>
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\Edit.cshtml:16
|
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.Admin.Edit"
|
|
||||||
msgid "The name is required."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. <label asp-for="Path">@T["Permalink"]</label>
|
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\Edit.cshtml:20
|
#: OrchardCore.Sitemaps\Views\Admin\Edit.cshtml:20
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.Admin.Edit"
|
msgctxt "OrchardCore.Sitemaps.Views.Admin.Edit"
|
||||||
msgid "Permalink"
|
msgid "Permalink"
|
||||||
@@ -632,19 +614,13 @@ msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Edit"
|
|||||||
msgid "The site settings 'Base url' property is empty, but is required to generate sitemaps."
|
msgid "The site settings 'Base url' property is empty, but is required to generate sitemaps."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Sitemaps\Views\SitemapIndex\Edit.cshtml:15
|
#: OrchardCore.Sitemaps\Views\SitemapIndex\Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Edit"
|
msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span asp-validation-for="Name" class="text-danger">@T["The name is required."]</span>
|
#. <label asp-for="Path" class="form-label">@T["Permalink"]</label>
|
||||||
#: OrchardCore.Sitemaps\Views\SitemapIndex\Edit.cshtml:17
|
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Edit"
|
|
||||||
msgid "The name is required."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. <label asp-for="Path">@T["Permalink"]</label>
|
|
||||||
#: OrchardCore.Sitemaps\Views\SitemapIndex\Edit.cshtml:21
|
#: OrchardCore.Sitemaps\Views\SitemapIndex\Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Edit"
|
msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Edit"
|
||||||
msgid "Permalink"
|
msgid "Permalink"
|
||||||
@@ -668,7 +644,7 @@ msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Edit"
|
|||||||
msgid "Uncheck to disable routing to the sitemap index."
|
msgid "Uncheck to disable routing to the sitemap index."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ContainableSitemaps">@T["Contained Sitemaps"]</label>
|
#. <label asp-for="ContainableSitemaps" class="form-label">@T["Contained Sitemaps"]</label>
|
||||||
#: OrchardCore.Sitemaps\Views\SitemapIndex\Edit.cshtml:40
|
#: OrchardCore.Sitemaps\Views\SitemapIndex\Edit.cshtml:40
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Edit"
|
msgctxt "OrchardCore.Sitemaps.Views.SitemapIndex.Edit"
|
||||||
msgid "Contained Sitemaps"
|
msgid "Contained Sitemaps"
|
||||||
@@ -800,52 +776,58 @@ msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
|||||||
msgid "Are you sure you want to {0} these items?"
|
msgid "Are you sure you want to {0} these items?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. <a class="btn btn-info btn-sm" asp-action="Display" asp-route-sitemapId="@entry.SitemapId">@T["Manage Sources"]</a>
|
||||||
|
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:73
|
||||||
|
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
||||||
|
msgid "Manage Sources"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-action="Index" asp-controller="Sitemap" asp-area="OrchardCore.Sitemaps" asp-route-sitemapId="@entry.SitemapId" target="_blank" class="btn btn-success btn-sm">@T["View"]</a>
|
#. <a asp-action="Index" asp-controller="Sitemap" asp-area="OrchardCore.Sitemaps" asp-route-sitemapId="@entry.SitemapId" target="_blank" class="btn btn-success btn-sm">@T["View"]</a>
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:74
|
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:76
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
||||||
msgid "View"
|
msgid "View"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-action="Edit" asp-route-sitemapId="@entry.SitemapId" class="btn btn-primary btn-sm">@T["Edit"]</a>
|
#. <a asp-action="Edit" asp-route-sitemapId="@entry.SitemapId" class="btn btn-primary btn-sm">@T["Edit"]</a>
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:76
|
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:78
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-action="Delete" asp-route-sitemapId="@entry.SitemapId" class="btn btn-danger" data-url-af="RemoveUrl UnsafeUrl">@T["Delete"]</a>
|
#. <a asp-action="Delete" asp-route-sitemapId="@entry.SitemapId" class="btn btn-danger" data-url-af="RemoveUrl UnsafeUrl">@T["Delete"]</a>
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:78
|
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:80
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="visually-hidden">@T["Toggle Dropdown"]</span>
|
#. <span class="visually-hidden">@T["Toggle Dropdown"]</span>
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:80
|
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:82
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
||||||
msgid "Toggle Dropdown"
|
msgid "Toggle Dropdown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-action="Toggle" asp-route-sitemapId="@entry.SitemapId" class="dropdown-item btn-sm" data-url-af="UnsafeUrl">@(entry.Enabled ? T["Disable"] : T["Enable"])</a>
|
#. <a asp-action="Toggle" asp-route-sitemapId="@entry.SitemapId" class="dropdown-item btn-sm" data-url-af="UnsafeUrl">@(entry.Enabled ? T["Disable"] : T["Enable"])</a>
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:84
|
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:86
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
||||||
msgid "Disable"
|
msgid "Disable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-action="Toggle" asp-route-sitemapId="@entry.SitemapId" class="dropdown-item btn-sm" data-url-af="UnsafeUrl">@(entry.Enabled ? T["Disable"] : T["Enable"])</a>
|
#. <a asp-action="Toggle" asp-route-sitemapId="@entry.SitemapId" class="dropdown-item btn-sm" data-url-af="UnsafeUrl">@(entry.Enabled ? T["Disable"] : T["Enable"])</a>
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:84
|
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:86
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
||||||
msgid "Enable"
|
msgid "Enable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["<strong>Nothing here!</strong> There are no sitemaps for the moment."]
|
#. @T["<strong>Nothing here!</strong> There are no sitemaps for the moment."]
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:98
|
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:99
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
||||||
msgid "<strong>Nothing here!</strong> There are no sitemaps for the moment."
|
msgid "<strong>Nothing here!</strong> There are no sitemaps for the moment."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. selectedItems.text($(":checkbox[name='itemIds']:checked").length + ' @T["selected"]');
|
#. selectedItems.text($(":checkbox[name='itemIds']:checked").length + ' @T["selected"]');
|
||||||
#. selectedItems.text(selectedItemsCount + ' @T["selected"]');
|
#. selectedItems.text(selectedItemsCount + ' @T["selected"]');
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:149
|
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:150
|
||||||
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:160
|
#: OrchardCore.Sitemaps\Views\Admin\List.cshtml:161
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
msgctxt "OrchardCore.Sitemaps.Views.Admin.List"
|
||||||
msgid "selected"
|
msgid "selected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1054,7 +1036,7 @@ msgctxt "OrchardCore.Sitemaps.Views.SitemapPart.Edit"
|
|||||||
msgid "Check to exclude this content item from the site map."
|
msgid "Check to exclude this content item from the site map."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ChangeFrequency" class="@Orchard.GetLabelCssClasses()">@T["Change Frequency"]</label>
|
#. <label asp-for="ChangeFrequency" class="@Orchard.GetLabelClasses()">@T["Change Frequency"]</label>
|
||||||
#: OrchardCore.Sitemaps\Views\SitemapPart.Edit.cshtml:20
|
#: OrchardCore.Sitemaps\Views\SitemapPart.Edit.cshtml:20
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.SitemapPart.Edit"
|
msgctxt "OrchardCore.Sitemaps.Views.SitemapPart.Edit"
|
||||||
msgid "Change Frequency"
|
msgid "Change Frequency"
|
||||||
@@ -1066,7 +1048,7 @@ msgctxt "OrchardCore.Sitemaps.Views.SitemapPart.Edit"
|
|||||||
msgid "The frequency this content item is likely to change."
|
msgid "The frequency this content item is likely to change."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Priority" class="@Orchard.GetLabelCssClasses()">@T["Priority"] </label>
|
#. <label asp-for="Priority" class="@Orchard.GetLabelClasses()">@T["Priority"] </label>
|
||||||
#: OrchardCore.Sitemaps\Views\SitemapPart.Edit.cshtml:27
|
#: OrchardCore.Sitemaps\Views\SitemapPart.Edit.cshtml:27
|
||||||
msgctxt "OrchardCore.Sitemaps.Views.SitemapPart.Edit"
|
msgctxt "OrchardCore.Sitemaps.Views.SitemapPart.Edit"
|
||||||
msgid "Priority"
|
msgid "Priority"
|
||||||
@@ -1162,3 +1144,15 @@ msgctxt "OrchardCore.Sitemaps.Views.SitemapSource.Thumbnail"
|
|||||||
msgid "Add"
|
msgid "Add"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label class="form-check-label" asp-for="IncludeSitemaps">@T["Include all sitemaps."]</label>
|
||||||
|
#: OrchardCore.Sitemaps\Views\SitemapsRobotsSettings.Edit.cshtml:8
|
||||||
|
msgctxt "OrchardCore.Sitemaps.Views.SitemapsRobotsSettings.Edit"
|
||||||
|
msgid "Include all sitemaps."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint dashed">@T["Check to let the system include all sitemaps."]</span>
|
||||||
|
#: OrchardCore.Sitemaps\Views\SitemapsRobotsSettings.Edit.cshtml:9
|
||||||
|
msgctxt "OrchardCore.Sitemaps.Views.SitemapsRobotsSettings.Edit"
|
||||||
|
msgid "Check to let the system include all sitemaps."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
56
src/Twain.Web/Localization/ar/OrchardCore.Sms.Core.po
Normal file
56
src/Twain.Web/Localization/ar/OrchardCore.Sms.Core.po
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
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.Sms.Core.pot\n"
|
||||||
|
"X-Crowdin-File-ID: 895\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-08-24 15:55\n"
|
||||||
|
|
||||||
|
#. public LocalizedString Name => S["Default"];
|
||||||
|
#: OrchardCore.Sms.Core\Services\DefaultSmsProvider.cs:15
|
||||||
|
msgctxt "OrchardCore.Sms.Services.DefaultSmsProvider"
|
||||||
|
msgid "Default"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. return Task.FromResult(SmsResult.Failed(S["SMS settings must be configured before an SMS message can be sent."]));
|
||||||
|
#: OrchardCore.Sms.Core\Services\DefaultSmsProvider.cs:19
|
||||||
|
msgctxt "OrchardCore.Sms.Services.DefaultSmsProvider"
|
||||||
|
msgid "SMS settings must be configured before an SMS message can be sent."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. public LocalizedString Name => S["Log - writes messages to the logs"];
|
||||||
|
#: OrchardCore.Sms.Core\Services\LogSmsProvider.cs:14
|
||||||
|
msgctxt "OrchardCore.Sms.Services.LogSmsProvider"
|
||||||
|
msgid "Log - writes messages to the logs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. public LocalizedString Name => S["SMS Notifications"];
|
||||||
|
#: OrchardCore.Sms.Core\Services\SmsNotificationProvider.cs:24
|
||||||
|
msgctxt "OrchardCore.Sms.Services.SmsNotificationProvider"
|
||||||
|
msgid "SMS Notifications"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. public LocalizedString Name => S["Twilio"];
|
||||||
|
#: OrchardCore.Sms.Core\Services\TwilioSmsProvider.cs:29
|
||||||
|
msgctxt "OrchardCore.Sms.Services.TwilioSmsProvider"
|
||||||
|
msgid "Twilio"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. return SmsResult.Failed(S["SMS message was not send."]);
|
||||||
|
#: OrchardCore.Sms.Core\Services\TwilioSmsProvider.cs:94
|
||||||
|
msgctxt "OrchardCore.Sms.Services.TwilioSmsProvider"
|
||||||
|
msgid "SMS message was not send."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. return SmsResult.Failed(S["SMS message was not send. Error: {0}", ex.Message]);
|
||||||
|
#: OrchardCore.Sms.Core\Services\TwilioSmsProvider.cs:100
|
||||||
|
msgctxt "OrchardCore.Sms.Services.TwilioSmsProvider"
|
||||||
|
msgid "SMS message was not send. Error: {0}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
196
src/Twain.Web/Localization/ar/OrchardCore.Sms.po
Normal file
196
src/Twain.Web/Localization/ar/OrchardCore.Sms.po
Normal file
@@ -0,0 +1,196 @@
|
|||||||
|
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.Sms.pot\n"
|
||||||
|
"X-Crowdin-File-ID: 897\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"
|
||||||
|
|
||||||
|
#. public override LocalizedString DisplayText => S["SMS Task"];
|
||||||
|
#: OrchardCore.Sms\Activities\SmsTask.cs:32
|
||||||
|
msgctxt "OrchardCore.Sms.Activities.SmsTask"
|
||||||
|
msgid "SMS Task"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. public override LocalizedString Category => S["Messaging"];
|
||||||
|
#: OrchardCore.Sms\Activities\SmsTask.cs:34
|
||||||
|
msgctxt "OrchardCore.Sms.Activities.SmsTask"
|
||||||
|
msgid "Messaging"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. return Outcomes(S["Done"], S["Failed"]);
|
||||||
|
#: OrchardCore.Sms\Activities\SmsTask.cs:50
|
||||||
|
msgctxt "OrchardCore.Sms.Activities.SmsTask"
|
||||||
|
msgid "Done"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. return Outcomes(S["Done"], S["Failed"]);
|
||||||
|
#: OrchardCore.Sms\Activities\SmsTask.cs:50
|
||||||
|
msgctxt "OrchardCore.Sms.Activities.SmsTask"
|
||||||
|
msgid "Failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
|
#: OrchardCore.Sms\AdminMenu.cs:25
|
||||||
|
msgctxt "OrchardCore.Sms.AdminMenu"
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. .Add(S["Settings"], settings => settings
|
||||||
|
#: OrchardCore.Sms\AdminMenu.cs:26
|
||||||
|
msgctxt "OrchardCore.Sms.AdminMenu"
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. .Add(S["SMS"], S["SMS"].PrefixPosition(), sms => sms
|
||||||
|
#. .Add(S["SMS"], S["SMS"].PrefixPosition(), sms => sms
|
||||||
|
#: OrchardCore.Sms\AdminMenu.cs:27
|
||||||
|
#: OrchardCore.Sms\AdminMenu.cs:27
|
||||||
|
msgctxt "OrchardCore.Sms.AdminMenu"
|
||||||
|
msgid "SMS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. updater.ModelState.AddModelError(Prefix, nameof(viewModel.PhoneNumber), S["Phone number requires a value."]);
|
||||||
|
#: OrchardCore.Sms\Drivers\SmsTaskDisplayDriver.cs:46
|
||||||
|
msgctxt "OrchardCore.Sms.Drivers.SmsTaskDisplayDriver"
|
||||||
|
msgid "Phone number requires a value."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. updater.ModelState.AddModelError(Prefix, nameof(viewModel.PhoneNumber), S["Invalid phone number used."]);
|
||||||
|
#: OrchardCore.Sms\Drivers\SmsTaskDisplayDriver.cs:50
|
||||||
|
msgctxt "OrchardCore.Sms.Drivers.SmsTaskDisplayDriver"
|
||||||
|
msgid "Invalid phone number used."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. updater.ModelState.AddModelError(Prefix, nameof(viewModel.Body), S["Message Body requires a value."]);
|
||||||
|
#: OrchardCore.Sms\Drivers\SmsTaskDisplayDriver.cs:55
|
||||||
|
msgctxt "OrchardCore.Sms.Drivers.SmsTaskDisplayDriver"
|
||||||
|
msgid "Message Body requires a value."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. context.Updater.ModelState.AddModelError(Prefix, nameof(model.PhoneNumber), S["Phone number requires a value."]);
|
||||||
|
#: OrchardCore.Sms\Drivers\TwilioSettingsDisplayDriver.cs:75
|
||||||
|
msgctxt "OrchardCore.Sms.Drivers.TwilioSettingsDisplayDriver"
|
||||||
|
msgid "Phone number requires a value."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. context.Updater.ModelState.AddModelError(Prefix, nameof(model.PhoneNumber), S["Please provide a valid phone number."]);
|
||||||
|
#: OrchardCore.Sms\Drivers\TwilioSettingsDisplayDriver.cs:79
|
||||||
|
msgctxt "OrchardCore.Sms.Drivers.TwilioSettingsDisplayDriver"
|
||||||
|
msgid "Please provide a valid phone number."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. context.Updater.ModelState.AddModelError(Prefix, nameof(model.AccountSID), S["Account SID requires a value."]);
|
||||||
|
#: OrchardCore.Sms\Drivers\TwilioSettingsDisplayDriver.cs:84
|
||||||
|
msgctxt "OrchardCore.Sms.Drivers.TwilioSettingsDisplayDriver"
|
||||||
|
msgid "Account SID requires a value."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. context.Updater.ModelState.AddModelError(Prefix, nameof(model.AuthToken), S["Auth Token required a value."]);
|
||||||
|
#: OrchardCore.Sms\Drivers\TwilioSettingsDisplayDriver.cs:89
|
||||||
|
msgctxt "OrchardCore.Sms.Drivers.TwilioSettingsDisplayDriver"
|
||||||
|
msgid "Auth Token required a value."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="title">@T["SMS"]</span>
|
||||||
|
#: OrchardCore.Sms\Views\NavigationItemText-sms.Id.cshtml:4
|
||||||
|
msgctxt "OrchardCore.Sms.Views.NavigationItemText-sms.Id"
|
||||||
|
msgid "SMS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="DefaultProvider" class="form-label">@T["Default SMS provider"]</label>
|
||||||
|
#: OrchardCore.Sms\Views\SmsSettings.Edit.cshtml:6
|
||||||
|
msgctxt "OrchardCore.Sms.Views.SmsSettings.Edit"
|
||||||
|
msgid "Default SMS provider"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <option value="">@T["Select a provider"]</option>
|
||||||
|
#: OrchardCore.Sms\Views\SmsSettings.Edit.cshtml:8
|
||||||
|
msgctxt "OrchardCore.Sms.Views.SmsSettings.Edit"
|
||||||
|
msgid "Select a provider"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <i class="fa-solid fa-comment-sms" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Send SMS"])
|
||||||
|
#: OrchardCore.Sms\Views\Items\SmsTask.Fields.Design.cshtml:9
|
||||||
|
msgctxt "OrchardCore.Sms.Views.Items.SmsTask.Fields.Design"
|
||||||
|
msgid "Send SMS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="PhoneNumber" class="form-label">@T["Phone Number"]</label>
|
||||||
|
#: OrchardCore.Sms\Views\Items\SmsTask.Fields.Edit.cshtml:6
|
||||||
|
msgctxt "OrchardCore.Sms.Views.Items.SmsTask.Fields.Edit"
|
||||||
|
msgid "Phone Number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["Phone number must include a country code. For example, +1 for United States."]</span>
|
||||||
|
#: OrchardCore.Sms\Views\Items\SmsTask.Fields.Edit.cshtml:9
|
||||||
|
msgctxt "OrchardCore.Sms.Views.Items.SmsTask.Fields.Edit"
|
||||||
|
msgid "Phone number must include a country code. For example, +1 for United States."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="Body" class="form-label">@T["Body"]</label>
|
||||||
|
#: OrchardCore.Sms\Views\Items\SmsTask.Fields.Edit.cshtml:13
|
||||||
|
msgctxt "OrchardCore.Sms.Views.Items.SmsTask.Fields.Edit"
|
||||||
|
msgid "Body"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["The body of the SMS message. With Liquid support."]</span>
|
||||||
|
#: OrchardCore.Sms\Views\Items\SmsTask.Fields.Edit.cshtml:15
|
||||||
|
msgctxt "OrchardCore.Sms.Views.Items.SmsTask.Fields.Edit"
|
||||||
|
msgid "The body of the SMS message. With Liquid support."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <i class="fa-solid fa-comment-sms" aria-hidden="true"></i>@T["Send SMS"]
|
||||||
|
#: OrchardCore.Sms\Views\Items\SmsTask.Fields.Thumbnail.cshtml:2
|
||||||
|
msgctxt "OrchardCore.Sms.Views.Items.SmsTask.Fields.Thumbnail"
|
||||||
|
msgid "Send SMS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <p>@T["Send an SMS message."]</p>
|
||||||
|
#: OrchardCore.Sms\Views\Items\SmsTask.Fields.Thumbnail.cshtml:4
|
||||||
|
msgctxt "OrchardCore.Sms.Views.Items.SmsTask.Fields.Thumbnail"
|
||||||
|
msgid "Send an SMS message."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <h4>@T["Twilio Account Info"]</h4>
|
||||||
|
#: OrchardCore.Sms\Views\TwilioSettings.Edit.cshtml:8
|
||||||
|
msgctxt "OrchardCore.Sms.Views.TwilioSettings.Edit"
|
||||||
|
msgid "Twilio Account Info"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="PhoneNumber" class="form-label">@T["Phone Number"]</label>
|
||||||
|
#: OrchardCore.Sms\Views\TwilioSettings.Edit.cshtml:10
|
||||||
|
msgctxt "OrchardCore.Sms.Views.TwilioSettings.Edit"
|
||||||
|
msgid "Phone Number"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["Phone number must include a country code. For example, +1 for United States."]</span>
|
||||||
|
#: OrchardCore.Sms\Views\TwilioSettings.Edit.cshtml:13
|
||||||
|
msgctxt "OrchardCore.Sms.Views.TwilioSettings.Edit"
|
||||||
|
msgid "Phone number must include a country code. For example, +1 for United States."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="AccountSID" class="form-label">@T["Account SID"]</label>
|
||||||
|
#: OrchardCore.Sms\Views\TwilioSettings.Edit.cshtml:17
|
||||||
|
msgctxt "OrchardCore.Sms.Views.TwilioSettings.Edit"
|
||||||
|
msgid "Account SID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <label asp-for="AuthToken" class="form-label">@T["Auth Token"]</label>
|
||||||
|
#: OrchardCore.Sms\Views\TwilioSettings.Edit.cshtml:23
|
||||||
|
msgctxt "OrchardCore.Sms.Views.TwilioSettings.Edit"
|
||||||
|
msgid "Auth Token"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["Auth token was securely saved. Enter a new value if you wish to replace the existing secret."]</span>
|
||||||
|
#: OrchardCore.Sms\Views\TwilioSettings.Edit.cshtml:28
|
||||||
|
msgctxt "OrchardCore.Sms.Views.TwilioSettings.Edit"
|
||||||
|
msgid "Auth token was securely saved. Enter a new value if you wish to replace the existing secret."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-17 17:03\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(field.Latitude), S["The {0} field is required.", context.PartFieldDefinition.DisplayName()]);
|
#. updater.ModelState.AddModelError(Prefix, nameof(field.Latitude), S["The {0} field is required.", context.PartFieldDefinition.DisplayName()]);
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(field.Longitude), S["The {0} field is required.", context.PartFieldDefinition.DisplayName()]);
|
#. updater.ModelState.AddModelError(Prefix, nameof(field.Longitude), S["The {0} field is required.", context.PartFieldDefinition.DisplayName()]);
|
||||||
@@ -36,13 +36,13 @@ msgctxt "OrchardCore.Spatial.Handlers.GeoPointFieldHandler"
|
|||||||
msgid "The {0} field is required."
|
msgid "The {0} field is required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Latitude">@T["Latitude"]</label>
|
#. <label asp-for="Latitude" class="form-label">@T["Latitude"]</label>
|
||||||
#: OrchardCore.Spatial\Views\GeoPointField-Leaflet.Edit.cshtml:11
|
#: OrchardCore.Spatial\Views\GeoPointField-Leaflet.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.Spatial.Views.GeoPointField-Leaflet.Edit"
|
msgctxt "OrchardCore.Spatial.Views.GeoPointField-Leaflet.Edit"
|
||||||
msgid "Latitude"
|
msgid "Latitude"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Longitude">@T["Longitude"]</label>
|
#. <label asp-for="Longitude" class="form-label">@T["Longitude"]</label>
|
||||||
#: OrchardCore.Spatial\Views\GeoPointField-Leaflet.Edit.cshtml:19
|
#: OrchardCore.Spatial\Views\GeoPointField-Leaflet.Edit.cshtml:19
|
||||||
msgctxt "OrchardCore.Spatial.Views.GeoPointField-Leaflet.Edit"
|
msgctxt "OrchardCore.Spatial.Views.GeoPointField-Leaflet.Edit"
|
||||||
msgid "Longitude"
|
msgid "Longitude"
|
||||||
@@ -54,13 +54,13 @@ msgctxt "OrchardCore.Spatial.Views.GeoPointField-Leaflet.Option"
|
|||||||
msgid "Leaflet editor"
|
msgid "Leaflet editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Latitude">@T["Latitude"]</label>
|
#. <label asp-for="Latitude" class="form-label">@T["Latitude"]</label>
|
||||||
#: OrchardCore.Spatial\Views\GeoPointField.Edit.cshtml:15
|
#: OrchardCore.Spatial\Views\GeoPointField.Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.Spatial.Views.GeoPointField.Edit"
|
msgctxt "OrchardCore.Spatial.Views.GeoPointField.Edit"
|
||||||
msgid "Latitude"
|
msgid "Latitude"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Longitude">@T["Longitude"]</label>
|
#. <label asp-for="Longitude" class="form-label">@T["Longitude"]</label>
|
||||||
#: OrchardCore.Spatial\Views\GeoPointField.Edit.cshtml:23
|
#: OrchardCore.Spatial\Views\GeoPointField.Edit.cshtml:23
|
||||||
msgctxt "OrchardCore.Spatial.Views.GeoPointField.Edit"
|
msgctxt "OrchardCore.Spatial.Views.GeoPointField.Edit"
|
||||||
msgid "Longitude"
|
msgid "Longitude"
|
||||||
@@ -84,7 +84,7 @@ msgctxt "OrchardCore.Spatial.Views.GeoPointFieldSettings.Edit"
|
|||||||
msgid "Whether a value is required."
|
msgid "Whether a value is required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.Spatial\Views\GeoPointFieldSettings.Edit.cshtml:13
|
#: OrchardCore.Spatial\Views\GeoPointFieldSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.Spatial.Views.GeoPointFieldSettings.Edit"
|
msgctxt "OrchardCore.Spatial.Views.GeoPointFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. builder.Add(S["Configuration"], configuration => configuration
|
#. builder.Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Taxonomies\AdminMenu.cs:25
|
#: OrchardCore.Taxonomies\AdminMenu.cs:25
|
||||||
@@ -62,6 +62,12 @@ msgctxt "OrchardCore.Taxonomies.Drivers.TaxonomyFieldTagsDisplayDriver"
|
|||||||
msgid "A value is required for '{0}'"
|
msgid "A value is required for '{0}'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. updater.ModelState.AddModelError(Prefix, nameof(model.TermContentType), S["The Term Content Type field is required."]);
|
||||||
|
#: OrchardCore.Taxonomies\Drivers\TaxonomyPartDisplayDriver.cs:56
|
||||||
|
msgctxt "OrchardCore.Taxonomies.Drivers.TaxonomyPartDisplayDriver"
|
||||||
|
msgid "The Term Content Type field is required."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. context.Fail(S["A value is required for '{0}'", context.ContentPartFieldDefinition.DisplayName()], nameof(field.TermContentItemIds));
|
#. context.Fail(S["A value is required for '{0}'", context.ContentPartFieldDefinition.DisplayName()], nameof(field.TermContentItemIds));
|
||||||
#: OrchardCore.Taxonomies\Handlers\TaxonomyFieldHandler.cs:25
|
#: OrchardCore.Taxonomies\Handlers\TaxonomyFieldHandler.cs:25
|
||||||
msgctxt "OrchardCore.Taxonomies.Handlers.TaxonomyFieldHandler"
|
msgctxt "OrchardCore.Taxonomies.Handlers.TaxonomyFieldHandler"
|
||||||
@@ -69,13 +75,13 @@ msgid "A value is required for '{0}'"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. services.AddSiteSettingsPropertyDeploymentStep<TaxonomyContentsAdminListSettings, ContentsAdminListDeploymentStartup>(S => S["Taxonomy Filters settings"], S => S["Exports the Taxonomy filters settings."]);
|
#. services.AddSiteSettingsPropertyDeploymentStep<TaxonomyContentsAdminListSettings, ContentsAdminListDeploymentStartup>(S => S["Taxonomy Filters settings"], S => S["Exports the Taxonomy filters settings."]);
|
||||||
#: OrchardCore.Taxonomies\Startup.cs:139
|
#: OrchardCore.Taxonomies\Startup.cs:140
|
||||||
msgctxt "OrchardCore.Taxonomies.ContentsAdminListDeploymentStartup"
|
msgctxt "OrchardCore.Taxonomies.ContentsAdminListDeploymentStartup"
|
||||||
msgid "Taxonomy Filters settings"
|
msgid "Taxonomy Filters settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. services.AddSiteSettingsPropertyDeploymentStep<TaxonomyContentsAdminListSettings, ContentsAdminListDeploymentStartup>(S => S["Taxonomy Filters settings"], S => S["Exports the Taxonomy filters settings."]);
|
#. services.AddSiteSettingsPropertyDeploymentStep<TaxonomyContentsAdminListSettings, ContentsAdminListDeploymentStartup>(S => S["Taxonomy Filters settings"], S => S["Exports the Taxonomy filters settings."]);
|
||||||
#: OrchardCore.Taxonomies\Startup.cs:139
|
#: OrchardCore.Taxonomies\Startup.cs:140
|
||||||
msgctxt "OrchardCore.Taxonomies.ContentsAdminListDeploymentStartup"
|
msgctxt "OrchardCore.Taxonomies.ContentsAdminListDeploymentStartup"
|
||||||
msgid "Exports the Taxonomy filters settings."
|
msgid "Exports the Taxonomy filters settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -122,13 +128,13 @@ msgctxt "OrchardCore.Taxonomies.Views.Admin.Edit"
|
|||||||
msgid "Edit {0}"
|
msgid "Edit {0}"
|
||||||
msgstr "تحرير {0}"
|
msgstr "تحرير {0}"
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-tags" aria-hidden="true"></i></span><span class="title">@T["Taxonomy Filters"]</span>
|
#. <span class="icon"><i class="fa-solid fa-tags" aria-hidden="true"></i></span><span class="title">@T["Taxonomy Filters"]</span>
|
||||||
#: OrchardCore.Taxonomies\Views\NavigationItemText-taxonomyfilters.Id.cshtml:1
|
#: OrchardCore.Taxonomies\Views\NavigationItemText-taxonomyfilters.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.NavigationItemText-taxonomyfilters.Id"
|
msgctxt "OrchardCore.Taxonomies.Views.NavigationItemText-taxonomyfilters.Id"
|
||||||
msgid "Taxonomy Filters"
|
msgid "Taxonomy Filters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TaxonomyEntries">@T["Taxonomies"]</label>
|
#. <label asp-for="TaxonomyEntries" class="form-label">@T["Taxonomies"]</label>
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyContentsAdminListSettings.Edit.cshtml:4
|
#: OrchardCore.Taxonomies\Views\TaxonomyContentsAdminListSettings.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyContentsAdminListSettings.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyContentsAdminListSettings.Edit"
|
||||||
msgid "Taxonomies"
|
msgid "Taxonomies"
|
||||||
@@ -147,45 +153,45 @@ msgid "Tags"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["The taxonomy could not be found. Please check the settings for this field."]
|
#. @T["The taxonomy could not be found. Please check the settings for this field."]
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:42
|
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:41
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Edit"
|
||||||
msgid "The taxonomy could not be found. Please check the settings for this field."
|
msgid "The taxonomy could not be found. Please check the settings for this field."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <div id="@vueElementId" class="tags" data-taxonomy-content-item-id="@Model.Taxonomy.ContentItemId" data-open="@open.ToString().ToLower()" data-leaves-only="@taxonomySettings.LeavesOnly.ToString().ToLower()" data-create-tag-error-message="@T["Error creating tag"]" data-all-tag-terms="@Model.TagTermEntries" data-create-tag-url="@createTagUrl">
|
#. <div id="@vueElementId" class="tags" data-taxonomy-content-item-id="@Model.Taxonomy.ContentItemId" data-open="@open.ToString().ToLower()" data-leaves-only="@taxonomySettings.LeavesOnly.ToString().ToLower()" data-create-tag-error-message="@T["Error creating tag"]" data-all-tag-terms="@Model.TagTermEntries" data-create-tag-url="@createTagUrl">
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:47
|
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:46
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Edit"
|
||||||
msgid "Error creating tag"
|
msgid "Error creating tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. placeholder="@T["Type to search"]"
|
#. placeholder="@T["Type to search"]"
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:53
|
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:52
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Edit"
|
||||||
msgid "Type to search"
|
msgid "Type to search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. select-label="@T["Select"]"
|
#. select-label="@T["Select"]"
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:54
|
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:53
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Edit"
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. deselect-label="@T["Remove"]"
|
#. deselect-label="@T["Remove"]"
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:55
|
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:54
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Edit"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. tag-placeholder="@T["Press enter to create a tag"]"
|
#. tag-placeholder="@T["Press enter to create a tag"]"
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:67
|
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:66
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Edit"
|
||||||
msgid "Press enter to create a tag"
|
msgid "Press enter to create a tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["No tags found"]
|
#. @T["No tags found"]
|
||||||
#. @T["No tags found"]
|
#. @T["No tags found"]
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:70
|
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:69
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:73
|
#: OrchardCore.Taxonomies\Views\TaxonomyField-Tags.Edit.cshtml:72
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Edit"
|
||||||
msgid "No tags found"
|
msgid "No tags found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -196,25 +202,25 @@ msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField-Tags.Option"
|
|||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyField.DisplayOption.cshtml:4
|
#: OrchardCore.Taxonomies\Views\TaxonomyField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField.DisplayOption"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["The taxonomy could not be found. Please check the settings for this field."]
|
#. @T["The taxonomy could not be found. Please check the settings for this field."]
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyField.Edit.cshtml:24
|
#: OrchardCore.Taxonomies\Views\TaxonomyField.Edit.cshtml:23
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField.Edit"
|
||||||
msgid "The taxonomy could not be found. Please check the settings for this field."
|
msgid "The taxonomy could not be found. Please check the settings for this field."
|
||||||
msgstr "التصنيف غير موجود. الرجاء التحقق من الإعدادات لهذا الحقل."
|
msgstr "التصنيف غير موجود. الرجاء التحقق من الإعدادات لهذا الحقل."
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyField.Option.cshtml:4
|
#: OrchardCore.Taxonomies\Views\TaxonomyField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField.Option"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:15
|
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -226,44 +232,50 @@ msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
|||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr "تلميح نصي يظهر لهذا الحقل في المحرر."
|
msgstr "تلميح نصي يظهر لهذا الحقل في المحرر."
|
||||||
|
|
||||||
#. <label asp-for="TaxonomyContentItemId">@T["Taxonomy"]</label>
|
#. <label asp-for="TaxonomyContentItemId" class="form-label">@T["Taxonomy"]</label>
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:23
|
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:23
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
||||||
msgid "Taxonomy"
|
msgid "Taxonomy"
|
||||||
msgstr "تصنيف"
|
msgstr "تصنيف"
|
||||||
|
|
||||||
|
#. <option value="">@T["Select a Taxonomy"]</option>
|
||||||
|
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:25
|
||||||
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
||||||
|
msgid "Select a Taxonomy"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="Required">@T["Required"]</label>
|
#. <label class="form-check-label" asp-for="Required">@T["Required"]</label>
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:36
|
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:37
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
||||||
msgid "Required"
|
msgid "Required"
|
||||||
msgstr "مطلوب"
|
msgstr "مطلوب"
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Whether at least one element is selected."]</span>
|
#. <span class="hint dashed">@T["Whether at least one element is selected."]</span>
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:37
|
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:38
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
||||||
msgid "Whether at least one element is selected."
|
msgid "Whether at least one element is selected."
|
||||||
msgstr "ما إذا كان هناك حقل واحد على الأقل تم اختياره."
|
msgstr "ما إذا كان هناك حقل واحد على الأقل تم اختياره."
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="Unique">@T["Unique"]</label>
|
#. <label class="form-check-label" asp-for="Unique">@T["Unique"]</label>
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:44
|
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:45
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
||||||
msgid "Unique"
|
msgid "Unique"
|
||||||
msgstr "فريد"
|
msgstr "فريد"
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Whether only one element can be selected."]</span>
|
#. <span class="hint dashed">@T["Whether only one element can be selected."]</span>
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:45
|
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:46
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
||||||
msgid "Whether only one element can be selected."
|
msgid "Whether only one element can be selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="LeavesOnly">@T["Leaves only"]</label>
|
#. <label class="form-check-label" asp-for="LeavesOnly">@T["Leaves only"]</label>
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:52
|
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:53
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
||||||
msgid "Leaves only"
|
msgid "Leaves only"
|
||||||
msgstr "الأطراف فقط"
|
msgstr "الأطراف فقط"
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Whether leaves are the only items that can be selected."]</span>
|
#. <span class="hint dashed">@T["Whether leaves are the only items that can be selected."]</span>
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:53
|
#: OrchardCore.Taxonomies\Views\TaxonomyFieldSettings.Edit.cshtml:54
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldSettings.Edit"
|
||||||
msgid "Whether leaves are the only items that can be selected."
|
msgid "Whether leaves are the only items that can be selected."
|
||||||
msgstr "- ما إذا كانت الأطراف هي العناصر التي يمكن اختيارها."
|
msgstr "- ما إذا كانت الأطراف هي العناصر التي يمكن اختيارها."
|
||||||
@@ -280,20 +292,26 @@ msgctxt "OrchardCore.Taxonomies.Views.TaxonomyFieldTagsEditorSettings.Edit"
|
|||||||
msgid "Whether new tags can be created inline. Note: When creating tags inline only the display text term property will be set."
|
msgid "Whether new tags can be created inline. Note: When creating tags inline only the display text term property will be set."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TermContentType" class="@Orchard.GetLabelCssClasses()">@T["Term Content Type"]</label>
|
#. <label asp-for="TermContentType" class="@Orchard.GetLabelClasses()">@T["Term Content Type"]</label>
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyPart.Edit.cshtml:25
|
#: OrchardCore.Taxonomies\Views\TaxonomyPart.Edit.cshtml:25
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyPart.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyPart.Edit"
|
||||||
msgid "Term Content Type"
|
msgid "Term Content Type"
|
||||||
msgstr "مصطلح نوع المحتوى"
|
msgstr "مصطلح نوع المحتوى"
|
||||||
|
|
||||||
|
#. <option value="">@T["Select a term content type"]</option>
|
||||||
|
#: OrchardCore.Taxonomies\Views\TaxonomyPart.Edit.cshtml:28
|
||||||
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyPart.Edit"
|
||||||
|
msgid "Select a term content type"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. @T["Add {0}", termContentType.DisplayName]
|
#. @T["Add {0}", termContentType.DisplayName]
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyPart.Edit.cshtml:46
|
#: OrchardCore.Taxonomies\Views\TaxonomyPart.Edit.cshtml:47
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyPart.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyPart.Edit"
|
||||||
msgid "Add {0}"
|
msgid "Add {0}"
|
||||||
msgstr "إضافة {0}"
|
msgstr "إضافة {0}"
|
||||||
|
|
||||||
#. <div id="msg-leave" style="display:none" data>@T["You have reordered the taxonomy."]</div>
|
#. <div id="msg-leave" style="display:none" data>@T["You have reordered the taxonomy."]</div>
|
||||||
#: OrchardCore.Taxonomies\Views\TaxonomyPart.Edit.cshtml:62
|
#: OrchardCore.Taxonomies\Views\TaxonomyPart.Edit.cshtml:63
|
||||||
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyPart.Edit"
|
msgctxt "OrchardCore.Taxonomies.Views.TaxonomyPart.Edit"
|
||||||
msgid "You have reordered the taxonomy."
|
msgid "You have reordered the taxonomy."
|
||||||
msgstr "قمت بترتيب القوائم."
|
msgstr "قمت بترتيب القوائم."
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="Show">@T["Show"]</label>
|
#. <label class="form-check-label" asp-for="Show">@T["Show"]</label>
|
||||||
#: OrchardCore.Templates.Cms.Module\Views\MyTestPart.Edit.cshtml:6
|
#: OrchardCore.Templates.Cms.Module\Views\MyTestPart.Edit.cshtml:6
|
||||||
@@ -18,7 +18,7 @@ msgctxt "OrchardCore.Templates.Cms.Module.Views.MyTestPart.Edit"
|
|||||||
msgid "Show"
|
msgid "Show"
|
||||||
msgstr "عرض"
|
msgstr "عرض"
|
||||||
|
|
||||||
#. <label asp-for="MySetting">@T["Setting"]</label>
|
#. <label asp-for="MySetting" class="form-label">@T["Setting"]</label>
|
||||||
#: OrchardCore.Templates.Cms.Module\Views\MyTestPartSettings.Edit.cshtml:5
|
#: OrchardCore.Templates.Cms.Module\Views\MyTestPartSettings.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Templates.Cms.Module.Views.MyTestPartSettings.Edit"
|
msgctxt "OrchardCore.Templates.Cms.Module.Views.MyTestPartSettings.Edit"
|
||||||
msgid "Setting"
|
msgid "Setting"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. .Add(S["Design"], design => design
|
#. .Add(S["Design"], design => design
|
||||||
#: OrchardCore.Templates\AdminMenu.cs:25
|
#: OrchardCore.Templates\AdminMenu.cs:25
|
||||||
@@ -77,13 +77,13 @@ msgid "The \"{0}\" template has been created."
|
|||||||
msgstr "تم إنشاء القالب \"{0}\"."
|
msgstr "تم إنشاء القالب \"{0}\"."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Template deleted successfully."]);
|
#. await _notifier.SuccessAsync(H["Template deleted successfully."]);
|
||||||
#: OrchardCore.Templates\Controllers\TemplateController.cs:325
|
#: OrchardCore.Templates\Controllers\TemplateController.cs:329
|
||||||
msgctxt "OrchardCore.Templates.Controllers.TemplateController"
|
msgctxt "OrchardCore.Templates.Controllers.TemplateController"
|
||||||
msgid "Template deleted successfully."
|
msgid "Template deleted successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Templates successfully removed."]);
|
#. await _notifier.SuccessAsync(H["Templates successfully removed."]);
|
||||||
#: OrchardCore.Templates\Controllers\TemplateController.cs:357
|
#: OrchardCore.Templates\Controllers\TemplateController.cs:361
|
||||||
msgctxt "OrchardCore.Templates.Controllers.TemplateController"
|
msgctxt "OrchardCore.Templates.Controllers.TemplateController"
|
||||||
msgid "Templates successfully removed."
|
msgid "Templates successfully removed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -172,7 +172,7 @@ msgctxt "OrchardCore.Templates.Views.Items.AllTemplatesDeploymentStep.Fields.Edi
|
|||||||
msgid "All Templates"
|
msgid "All Templates"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label class="form-checkl-label" asp-for="ExportAsFiles">@T["Export templates as files"]</label>
|
#. <label class="form-check-label" asp-for="ExportAsFiles">@T["Export templates as files"]</label>
|
||||||
#: OrchardCore.Templates\Views\Items\AllTemplatesDeploymentStep.Fields.Edit.cshtml:7
|
#: OrchardCore.Templates\Views\Items\AllTemplatesDeploymentStep.Fields.Edit.cshtml:7
|
||||||
msgctxt "OrchardCore.Templates.Views.Items.AllTemplatesDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.Templates.Views.Items.AllTemplatesDeploymentStep.Fields.Edit"
|
||||||
msgid "Export templates as files"
|
msgid "Export templates as files"
|
||||||
@@ -244,7 +244,7 @@ msgctxt "OrchardCore.Templates.Views.Template.Create"
|
|||||||
msgid "Preview"
|
msgid "Preview"
|
||||||
msgstr "معاينة"
|
msgstr "معاينة"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Templates\Views\Template\Create.cshtml:40
|
#: OrchardCore.Templates\Views\Template\Create.cshtml:40
|
||||||
msgctxt "OrchardCore.Templates.Views.Template.Create"
|
msgctxt "OrchardCore.Templates.Views.Template.Create"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -256,7 +256,7 @@ msgctxt "OrchardCore.Templates.Views.Template.Create"
|
|||||||
msgid "The name of the template."
|
msgid "The name of the template."
|
||||||
msgstr "إسم القالب."
|
msgstr "إسم القالب."
|
||||||
|
|
||||||
#. <label asp-for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.Templates\Views\Template\Create.cshtml:47
|
#: OrchardCore.Templates\Views\Template\Create.cshtml:47
|
||||||
msgctxt "OrchardCore.Templates.Views.Template.Create"
|
msgctxt "OrchardCore.Templates.Views.Template.Create"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -268,7 +268,7 @@ msgctxt "OrchardCore.Templates.Views.Template.Create"
|
|||||||
msgid "The description of the template."
|
msgid "The description of the template."
|
||||||
msgstr "وصف القالب."
|
msgstr "وصف القالب."
|
||||||
|
|
||||||
#. <label asp-for="Content">@T["Content"]</label>
|
#. <label asp-for="Content" class="form-label">@T["Content"]</label>
|
||||||
#: OrchardCore.Templates\Views\Template\Create.cshtml:53
|
#: OrchardCore.Templates\Views\Template\Create.cshtml:53
|
||||||
msgctxt "OrchardCore.Templates.Views.Template.Create"
|
msgctxt "OrchardCore.Templates.Views.Template.Create"
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
@@ -322,7 +322,7 @@ msgctxt "OrchardCore.Templates.Views.Template.Edit"
|
|||||||
msgid "Preview"
|
msgid "Preview"
|
||||||
msgstr "معاينة"
|
msgstr "معاينة"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Templates\Views\Template\Edit.cshtml:48
|
#: OrchardCore.Templates\Views\Template\Edit.cshtml:48
|
||||||
msgctxt "OrchardCore.Templates.Views.Template.Edit"
|
msgctxt "OrchardCore.Templates.Views.Template.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -334,7 +334,7 @@ msgctxt "OrchardCore.Templates.Views.Template.Edit"
|
|||||||
msgid "The name of the template."
|
msgid "The name of the template."
|
||||||
msgstr "إسم القالب."
|
msgstr "إسم القالب."
|
||||||
|
|
||||||
#. <label asp-for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.Templates\Views\Template\Edit.cshtml:55
|
#: OrchardCore.Templates\Views\Template\Edit.cshtml:55
|
||||||
msgctxt "OrchardCore.Templates.Views.Template.Edit"
|
msgctxt "OrchardCore.Templates.Views.Template.Edit"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -346,7 +346,7 @@ msgctxt "OrchardCore.Templates.Views.Template.Edit"
|
|||||||
msgid "The description of the template."
|
msgid "The description of the template."
|
||||||
msgstr "وصف القالب."
|
msgstr "وصف القالب."
|
||||||
|
|
||||||
#. <label asp-for="Content">@T["Content"]</label>
|
#. <label asp-for="Content" class="form-label">@T["Content"]</label>
|
||||||
#: OrchardCore.Templates\Views\Template\Edit.cshtml:61
|
#: OrchardCore.Templates\Views\Template\Edit.cshtml:61
|
||||||
msgctxt "OrchardCore.Templates.Views.Template.Edit"
|
msgctxt "OrchardCore.Templates.Views.Template.Edit"
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
|
|||||||
@@ -10,18 +10,18 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], configuration => configuration
|
#. .Add(S["Multi-Tenancy"], "after", tenancy => tenancy
|
||||||
#: OrchardCore.Tenants\AdminMenu.cs:34
|
#: OrchardCore.Tenants\AdminMenu.cs:34
|
||||||
msgctxt "OrchardCore.Tenants.AdminMenu"
|
msgctxt "OrchardCore.Tenants.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Multi-Tenancy"
|
||||||
msgstr "الضبط"
|
msgstr ""
|
||||||
|
|
||||||
#. .Add(S["Tenants"], S["Tenants"].PrefixPosition(), tenant => tenant
|
#. .Add(S["Tenants"], S["Tenants"].PrefixPosition(), tenant => tenant
|
||||||
#. .Add(S["Tenants"], S["Tenants"].PrefixPosition(), tenant => tenant
|
#. .Add(S["Tenants"], S["Tenants"].PrefixPosition(), tenant => tenant
|
||||||
#: OrchardCore.Tenants\AdminMenu.cs:36
|
#: OrchardCore.Tenants\AdminMenu.cs:37
|
||||||
#: OrchardCore.Tenants\AdminMenu.cs:36
|
#: OrchardCore.Tenants\AdminMenu.cs:37
|
||||||
msgctxt "OrchardCore.Tenants.AdminMenu"
|
msgctxt "OrchardCore.Tenants.AdminMenu"
|
||||||
msgid "Tenants"
|
msgid "Tenants"
|
||||||
msgstr "المستأجرون"
|
msgstr "المستأجرون"
|
||||||
@@ -83,7 +83,7 @@ msgstr "تفعيل"
|
|||||||
#. await _notifier.WarningAsync(H["You cannot disable the default tenant."]);
|
#. await _notifier.WarningAsync(H["You cannot disable the default tenant."]);
|
||||||
#. await _notifier.ErrorAsync(H["You cannot disable the default tenant."]);
|
#. await _notifier.ErrorAsync(H["You cannot disable the default tenant."]);
|
||||||
#: OrchardCore.Tenants\Controllers\AdminController.cs:253
|
#: OrchardCore.Tenants\Controllers\AdminController.cs:253
|
||||||
#: OrchardCore.Tenants\Controllers\AdminController.cs:525
|
#: OrchardCore.Tenants\Controllers\AdminController.cs:528
|
||||||
msgctxt "OrchardCore.Tenants.Controllers.AdminController"
|
msgctxt "OrchardCore.Tenants.Controllers.AdminController"
|
||||||
msgid "You cannot disable the default tenant."
|
msgid "You cannot disable the default tenant."
|
||||||
msgstr "لا يمكنك تعطيل المتجر الإفتراضي."
|
msgstr "لا يمكنك تعطيل المتجر الإفتراضي."
|
||||||
@@ -95,49 +95,49 @@ msgid "The tenant '{0}' is already disabled."
|
|||||||
msgstr "المستأجر '{0}' معطل بالفعل."
|
msgstr "المستأجر '{0}' معطل بالفعل."
|
||||||
|
|
||||||
#. await _notifier.WarningAsync(H["The tenant '{0}' is already enabled.", shellSettings.Name]);
|
#. await _notifier.WarningAsync(H["The tenant '{0}' is already enabled.", shellSettings.Name]);
|
||||||
#: OrchardCore.Tenants\Controllers\AdminController.cs:270
|
#: OrchardCore.Tenants\Controllers\AdminController.cs:269
|
||||||
msgctxt "OrchardCore.Tenants.Controllers.AdminController"
|
msgctxt "OrchardCore.Tenants.Controllers.AdminController"
|
||||||
msgid "The tenant '{0}' is already enabled."
|
msgid "The tenant '{0}' is already enabled."
|
||||||
msgstr "المستأجر '{0}' ممكَّن بالفعل."
|
msgstr "المستأجر '{0}' ممكَّن بالفعل."
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["You can only disable a Running tenant."]);
|
#. await _notifier.ErrorAsync(H["You can only disable a Running tenant."]);
|
||||||
#: OrchardCore.Tenants\Controllers\AdminController.cs:531
|
#: OrchardCore.Tenants\Controllers\AdminController.cs:534
|
||||||
msgctxt "OrchardCore.Tenants.Controllers.AdminController"
|
msgctxt "OrchardCore.Tenants.Controllers.AdminController"
|
||||||
msgid "You can only disable a Running tenant."
|
msgid "You can only disable a Running tenant."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["You can only enable a Disabled tenant."]);
|
#. await _notifier.ErrorAsync(H["You can only enable a Disabled tenant."]);
|
||||||
#: OrchardCore.Tenants\Controllers\AdminController.cs:561
|
#: OrchardCore.Tenants\Controllers\AdminController.cs:563
|
||||||
msgctxt "OrchardCore.Tenants.Controllers.AdminController"
|
msgctxt "OrchardCore.Tenants.Controllers.AdminController"
|
||||||
msgid "You can only enable a Disabled tenant."
|
msgid "You can only enable a Disabled tenant."
|
||||||
msgstr "يمكنك فقط تمكين الـ tenant المعطلة."
|
msgstr "يمكنك فقط تمكين الـ tenant المعطلة."
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["You can only remove a 'Disabled' or 'Uninitialized' tenant."]);
|
#. await _notifier.ErrorAsync(H["You can only remove a 'Disabled' or 'Uninitialized' tenant."]);
|
||||||
#: OrchardCore.Tenants\Controllers\AdminController.cs:620
|
#: OrchardCore.Tenants\Controllers\AdminController.cs:621
|
||||||
msgctxt "OrchardCore.Tenants.Controllers.AdminController"
|
msgctxt "OrchardCore.Tenants.Controllers.AdminController"
|
||||||
msgid "You can only remove a 'Disabled' or 'Uninitialized' tenant."
|
msgid "You can only remove a 'Disabled' or 'Uninitialized' tenant."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["An error occurred while removing the tenant '{0}'. {1}", id, context.ErrorMessage]);
|
#. await _notifier.ErrorAsync(H["An error occurred while removing the tenant '{0}'. {1}", id, context.ErrorMessage]);
|
||||||
#: OrchardCore.Tenants\Controllers\AdminController.cs:627
|
#: OrchardCore.Tenants\Controllers\AdminController.cs:628
|
||||||
msgctxt "OrchardCore.Tenants.Controllers.AdminController"
|
msgctxt "OrchardCore.Tenants.Controllers.AdminController"
|
||||||
msgid "An error occurred while removing the tenant '{0}'. {1}"
|
msgid "An error occurred while removing the tenant '{0}'. {1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The tenant '{0}' was removed, see the log file for more info.", shellSettings.Name]);
|
#. await _notifier.SuccessAsync(H["The tenant '{0}' was removed, see the log file for more info.", shellSettings.Name]);
|
||||||
#: OrchardCore.Tenants\Controllers\AdminController.cs:636
|
#: OrchardCore.Tenants\Controllers\AdminController.cs:637
|
||||||
msgctxt "OrchardCore.Tenants.Controllers.AdminController"
|
msgctxt "OrchardCore.Tenants.Controllers.AdminController"
|
||||||
msgid "The tenant '{0}' was removed, see the log file for more info."
|
msgid "The tenant '{0}' was removed, see the log file for more info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. return BadRequest(S["You can only disable a Running tenant."]);
|
#. return BadRequest(S["You can only disable a Running tenant."]);
|
||||||
#: OrchardCore.Tenants\Controllers\ApiController.cs:216
|
#: OrchardCore.Tenants\Controllers\ApiController.cs:218
|
||||||
msgctxt "OrchardCore.Tenants.Controllers.ApiController"
|
msgctxt "OrchardCore.Tenants.Controllers.ApiController"
|
||||||
msgid "You can only disable a Running tenant."
|
msgid "You can only disable a Running tenant."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. return BadRequest(S["You can only enable a Disabled tenant."]);
|
#. return BadRequest(S["You can only enable a Disabled tenant."]);
|
||||||
#: OrchardCore.Tenants\Controllers\ApiController.cs:246
|
#: OrchardCore.Tenants\Controllers\ApiController.cs:247
|
||||||
msgctxt "OrchardCore.Tenants.Controllers.ApiController"
|
msgctxt "OrchardCore.Tenants.Controllers.ApiController"
|
||||||
msgid "You can only enable a Disabled tenant."
|
msgid "You can only enable a Disabled tenant."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -196,11 +196,11 @@ msgctxt "OrchardCore.Tenants.Controllers.ApiController"
|
|||||||
msgid "The connection string is required for this database provider."
|
msgid "The connection string is required for this database provider."
|
||||||
msgstr "نص الإتصال مطلوب لهذا المزود."
|
msgstr "نص الإتصال مطلوب لهذا المزود."
|
||||||
|
|
||||||
#. return BadRequest(S["Either 'Recipe' or 'RecipeName' is required."]);
|
#. return BadRequest(S["Either a 'recipe' file or 'RecipeName' is required."]);
|
||||||
#: OrchardCore.Tenants\Controllers\ApiController.cs:398
|
#: OrchardCore.Tenants\Controllers\ApiController.cs:398
|
||||||
msgctxt "OrchardCore.Tenants.Controllers.ApiController"
|
msgctxt "OrchardCore.Tenants.Controllers.ApiController"
|
||||||
msgid "Either 'Recipe' or 'RecipeName' is required."
|
msgid "Either a 'recipe' file or 'RecipeName' is required."
|
||||||
msgstr "الوصفة أو إسمها مطلوب."
|
msgstr ""
|
||||||
|
|
||||||
#. return BadRequest(S["Recipe '{0}' not found.", recipeName]);
|
#. return BadRequest(S["Recipe '{0}' not found.", recipeName]);
|
||||||
#: OrchardCore.Tenants\Controllers\ApiController.cs:424
|
#: OrchardCore.Tenants\Controllers\ApiController.cs:424
|
||||||
@@ -238,118 +238,112 @@ msgctxt "OrchardCore.Tenants.Controllers.FeatureProfilesController"
|
|||||||
msgid "Invalid json supplied."
|
msgid "Invalid json supplied."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. .Add(S["Configuration"], configuration => configuration
|
#. .Add(S["Multi-Tenancy"], tenancy => tenancy
|
||||||
#: OrchardCore.Tenants\FeatureProfilesAdminMenu.cs:34
|
#: OrchardCore.Tenants\FeatureProfilesAdminMenu.cs:34
|
||||||
msgctxt "OrchardCore.Tenants.FeatureProfilesAdminMenu"
|
msgctxt "OrchardCore.Tenants.FeatureProfilesAdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Multi-Tenancy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. .Add(S["Tenant Feature Profiles"], S["Tenant Feature Profiles"].PrefixPosition(), featureProfiles => featureProfiles
|
#. .Add(S["Feature Profiles"], S["Feature Profiles"].PrefixPosition(), featureProfiles => featureProfiles
|
||||||
#. .Add(S["Tenant Feature Profiles"], S["Tenant Feature Profiles"].PrefixPosition(), featureProfiles => featureProfiles
|
#. .Add(S["Feature Profiles"], S["Feature Profiles"].PrefixPosition(), featureProfiles => featureProfiles
|
||||||
#: OrchardCore.Tenants\FeatureProfilesAdminMenu.cs:36
|
#: OrchardCore.Tenants\FeatureProfilesAdminMenu.cs:36
|
||||||
#: OrchardCore.Tenants\FeatureProfilesAdminMenu.cs:36
|
#: OrchardCore.Tenants\FeatureProfilesAdminMenu.cs:36
|
||||||
msgctxt "OrchardCore.Tenants.FeatureProfilesAdminMenu"
|
msgctxt "OrchardCore.Tenants.FeatureProfilesAdminMenu"
|
||||||
msgid "Tenant Feature Profiles"
|
msgid "Feature Profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. errors.Add(new ModelError(nameof(model.Name), S["The tenant name is mandatory."]));
|
#. errors.Add(new ModelError(nameof(model.Name), S["The tenant name is mandatory."]));
|
||||||
#: OrchardCore.Tenants\Services\TenantValidator.cs:46
|
#: OrchardCore.Tenants\Services\TenantValidator.cs:42
|
||||||
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
||||||
msgid "The tenant name is mandatory."
|
msgid "The tenant name is mandatory."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. errors.Add(new ModelError(nameof(model.FeatureProfiles), S["The feature profile does not exist."]));
|
#. errors.Add(new ModelError(nameof(model.FeatureProfiles), S["The feature profile does not exist."]));
|
||||||
#: OrchardCore.Tenants\Services\TenantValidator.cs:57
|
#: OrchardCore.Tenants\Services\TenantValidator.cs:53
|
||||||
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
||||||
msgid "The feature profile does not exist."
|
msgid "The feature profile does not exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. errors.Add(new ModelError(nameof(model.Name), S["Invalid tenant name. Must contain characters only and no spaces."]));
|
#. errors.Add(new ModelError(nameof(model.Name), S["Invalid tenant name. Must contain characters only and no spaces."]));
|
||||||
#: OrchardCore.Tenants\Services\TenantValidator.cs:64
|
#: OrchardCore.Tenants\Services\TenantValidator.cs:60
|
||||||
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
||||||
msgid "Invalid tenant name. Must contain characters only and no spaces."
|
msgid "Invalid tenant name. Must contain characters only and no spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. errors.Add(new ModelError(nameof(model.RequestUrlPrefix), S["Host and url prefix can not be empty at the same time."]));
|
|
||||||
#: OrchardCore.Tenants\Services\TenantValidator.cs:73
|
|
||||||
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
|
||||||
msgid "Host and url prefix can not be empty at the same time."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. errors.Add(new ModelError(nameof(model.RequestUrlPrefix), S["The url prefix can not contain more than one segment."]));
|
#. errors.Add(new ModelError(nameof(model.RequestUrlPrefix), S["The url prefix can not contain more than one segment."]));
|
||||||
#: OrchardCore.Tenants\Services\TenantValidator.cs:78
|
#: OrchardCore.Tenants\Services\TenantValidator.cs:67
|
||||||
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
||||||
msgid "The url prefix can not contain more than one segment."
|
msgid "The url prefix can not contain more than one segment."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. errors.Add(new ModelError(nameof(model.RequestUrlPrefix), S["A tenant with the same host and prefix already exists."]));
|
#. errors.Add(new ModelError(nameof(model.RequestUrlPrefix), S["A tenant with the same host and prefix already exists."]));
|
||||||
#: OrchardCore.Tenants\Services\TenantValidator.cs:92
|
#: OrchardCore.Tenants\Services\TenantValidator.cs:75
|
||||||
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
||||||
msgid "A tenant with the same host and prefix already exists."
|
msgid "A tenant with the same host and prefix already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. errors.Add(new ModelError(nameof(model.Name), S["The tenant name is in conflict with the 'Default' tenant."]));
|
#. errors.Add(new ModelError(nameof(model.Name), S["The tenant name is in conflict with the 'Default' tenant."]));
|
||||||
#: OrchardCore.Tenants\Services\TenantValidator.cs:102
|
#: OrchardCore.Tenants\Services\TenantValidator.cs:93
|
||||||
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
||||||
msgid "The tenant name is in conflict with the 'Default' tenant."
|
msgid "The tenant name is in conflict with the 'Default' tenant."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. errors.Add(new ModelError(nameof(model.Name), S["A tenant with the same name already exists."]));
|
#. errors.Add(new ModelError(nameof(model.Name), S["A tenant with the same name already exists."]));
|
||||||
#: OrchardCore.Tenants\Services\TenantValidator.cs:106
|
#: OrchardCore.Tenants\Services\TenantValidator.cs:97
|
||||||
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
||||||
msgid "A tenant with the same name already exists."
|
msgid "A tenant with the same name already exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. errors.Add(new ModelError(nameof(model.Name), S["The existing tenant to be validated was not found."]));
|
#. errors.Add(new ModelError(nameof(model.Name), S["The existing tenant to be validated was not found."]));
|
||||||
#: OrchardCore.Tenants\Services\TenantValidator.cs:119
|
#: OrchardCore.Tenants\Services\TenantValidator.cs:102
|
||||||
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
||||||
msgid "The existing tenant to be validated was not found."
|
msgid "The existing tenant to be validated was not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. errors.Add(new ModelError(nameof(TenantViewModel.DatabaseProvider), S["The provided database provider is not supported."]));
|
#. S["The provided database provider is not supported."]));
|
||||||
#: OrchardCore.Tenants\Services\TenantValidator.cs:144
|
#: OrchardCore.Tenants\Services\TenantValidator.cs:129
|
||||||
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
||||||
msgid "The provided database provider is not supported."
|
msgid "The provided database provider is not supported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. errors.Add(new ModelError(nameof(TenantViewModel.ConnectionString), S["The provided connection string is invalid or server is unreachable."]));
|
#. S["The provided connection string is invalid or server is unreachable."]));
|
||||||
#: OrchardCore.Tenants\Services\TenantValidator.cs:147
|
#: OrchardCore.Tenants\Services\TenantValidator.cs:135
|
||||||
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
||||||
msgid "The provided connection string is invalid or server is unreachable."
|
msgid "The provided connection string is invalid or server is unreachable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. errors.Add(new ModelError(String.Empty, S["The related database file is already in use."]));
|
#. S["The related database file is already in use."]));
|
||||||
#: OrchardCore.Tenants\Services\TenantValidator.cs:152
|
#: OrchardCore.Tenants\Services\TenantValidator.cs:143
|
||||||
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
||||||
msgid "The related database file is already in use."
|
msgid "The related database file is already in use."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. errors.Add(new ModelError(nameof(TenantViewModel.TablePrefix), S["The provided database, table prefix and schema are already in use."]));
|
#. S["The provided database, table prefix and schema are already in use."]));
|
||||||
#: OrchardCore.Tenants\Services\TenantValidator.cs:156
|
#: OrchardCore.Tenants\Services\TenantValidator.cs:149
|
||||||
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
msgctxt "OrchardCore.Tenants.Services.TenantValidator"
|
||||||
msgid "The provided database, table prefix and schema are already in use."
|
msgid "The provided database, table prefix and schema are already in use."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. public override LocalizedString Category => S["Tenant"];
|
#. public override LocalizedString Category => S["Tenant"];
|
||||||
#: OrchardCore.Tenants\Workflows\Activities\CreateTenantTask.cs:29
|
#: OrchardCore.Tenants\Workflows\Activities\CreateTenantTask.cs:28
|
||||||
msgctxt "OrchardCore.Tenants.Workflows.Activities.CreateTenantTask"
|
msgctxt "OrchardCore.Tenants.Workflows.Activities.CreateTenantTask"
|
||||||
msgid "Tenant"
|
msgid "Tenant"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. public override LocalizedString DisplayText => S["Create Tenant Task"];
|
#. public override LocalizedString DisplayText => S["Create Tenant Task"];
|
||||||
#: OrchardCore.Tenants\Workflows\Activities\CreateTenantTask.cs:31
|
#: OrchardCore.Tenants\Workflows\Activities\CreateTenantTask.cs:30
|
||||||
msgctxt "OrchardCore.Tenants.Workflows.Activities.CreateTenantTask"
|
msgctxt "OrchardCore.Tenants.Workflows.Activities.CreateTenantTask"
|
||||||
msgid "Create Tenant Task"
|
msgid "Create Tenant Task"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Failed"]);
|
#. return Outcomes(S["Done"], S["Failed"]);
|
||||||
#: OrchardCore.Tenants\Workflows\Activities\CreateTenantTask.cs:89
|
#: OrchardCore.Tenants\Workflows\Activities\CreateTenantTask.cs:88
|
||||||
msgctxt "OrchardCore.Tenants.Workflows.Activities.CreateTenantTask"
|
msgctxt "OrchardCore.Tenants.Workflows.Activities.CreateTenantTask"
|
||||||
msgid "Done"
|
msgid "Done"
|
||||||
msgstr "تم"
|
msgstr "تم"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Failed"]);
|
#. return Outcomes(S["Done"], S["Failed"]);
|
||||||
#: OrchardCore.Tenants\Workflows\Activities\CreateTenantTask.cs:89
|
#: OrchardCore.Tenants\Workflows\Activities\CreateTenantTask.cs:88
|
||||||
msgctxt "OrchardCore.Tenants.Workflows.Activities.CreateTenantTask"
|
msgctxt "OrchardCore.Tenants.Workflows.Activities.CreateTenantTask"
|
||||||
msgid "Failed"
|
msgid "Failed"
|
||||||
msgstr "فشل"
|
msgstr "فشل"
|
||||||
@@ -403,25 +397,25 @@ msgid "Failed"
|
|||||||
msgstr "فشلت"
|
msgstr "فشلت"
|
||||||
|
|
||||||
#. public override LocalizedString Category => S["Tenant"];
|
#. public override LocalizedString Category => S["Tenant"];
|
||||||
#: OrchardCore.Tenants\Workflows\Activities\SetupTenantTask.cs:54
|
#: OrchardCore.Tenants\Workflows\Activities\SetupTenantTask.cs:53
|
||||||
msgctxt "OrchardCore.Tenants.Workflows.Activities.SetupTenantTask"
|
msgctxt "OrchardCore.Tenants.Workflows.Activities.SetupTenantTask"
|
||||||
msgid "Tenant"
|
msgid "Tenant"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. public override LocalizedString DisplayText => S["Setup Tenant Task"];
|
#. public override LocalizedString DisplayText => S["Setup Tenant Task"];
|
||||||
#: OrchardCore.Tenants\Workflows\Activities\SetupTenantTask.cs:56
|
#: OrchardCore.Tenants\Workflows\Activities\SetupTenantTask.cs:55
|
||||||
msgctxt "OrchardCore.Tenants.Workflows.Activities.SetupTenantTask"
|
msgctxt "OrchardCore.Tenants.Workflows.Activities.SetupTenantTask"
|
||||||
msgid "Setup Tenant Task"
|
msgid "Setup Tenant Task"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Failed"]);
|
#. return Outcomes(S["Done"], S["Failed"]);
|
||||||
#: OrchardCore.Tenants\Workflows\Activities\SetupTenantTask.cs:114
|
#: OrchardCore.Tenants\Workflows\Activities\SetupTenantTask.cs:113
|
||||||
msgctxt "OrchardCore.Tenants.Workflows.Activities.SetupTenantTask"
|
msgctxt "OrchardCore.Tenants.Workflows.Activities.SetupTenantTask"
|
||||||
msgid "Done"
|
msgid "Done"
|
||||||
msgstr "تم"
|
msgstr "تم"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Failed"]);
|
#. return Outcomes(S["Done"], S["Failed"]);
|
||||||
#: OrchardCore.Tenants\Workflows\Activities\SetupTenantTask.cs:114
|
#: OrchardCore.Tenants\Workflows\Activities\SetupTenantTask.cs:113
|
||||||
msgctxt "OrchardCore.Tenants.Workflows.Activities.SetupTenantTask"
|
msgctxt "OrchardCore.Tenants.Workflows.Activities.SetupTenantTask"
|
||||||
msgid "Failed"
|
msgid "Failed"
|
||||||
msgstr "فشلت"
|
msgstr "فشلت"
|
||||||
@@ -450,7 +444,7 @@ msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo"
|
|||||||
msgid "Optionally specify which presets should be used for the Setup experience."
|
msgid "Optionally specify which presets should be used for the Setup experience."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="DatabaseProvider">@T["What type of database to use?"]</label>
|
#. <label asp-for="DatabaseProvider" class="form-label">@T["What type of database to use?"]</label>
|
||||||
#: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:12
|
#: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:12
|
||||||
msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo"
|
msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo"
|
||||||
msgid "What type of database to use?"
|
msgid "What type of database to use?"
|
||||||
@@ -468,19 +462,19 @@ msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo"
|
|||||||
msgid "The connection string to your database instance, e.g. {0}."
|
msgid "The connection string to your database instance, e.g. {0}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TablePrefix">@T["Table Prefix"]</label>
|
#. <label asp-for="TablePrefix" class="form-label">@T["Table Prefix"]</label>
|
||||||
#: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:24
|
#: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:24
|
||||||
msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo"
|
msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo"
|
||||||
msgid "Table Prefix"
|
msgid "Table Prefix"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ConnectionString">@T["Connection string"]</label>
|
#. <label asp-for="ConnectionString" class="form-label">@T["Connection string"]</label>
|
||||||
#: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:34
|
#: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:34
|
||||||
msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo"
|
msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo"
|
||||||
msgid "Connection string"
|
msgid "Connection string"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Schema">@T["Table Schema"]</label>
|
#. <label asp-for="Schema" class="form-label">@T["Table Schema"]</label>
|
||||||
#: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:43
|
#: OrchardCore.Tenants\Views\Shared\_TenantDatabaseInfo.cshtml:43
|
||||||
msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo"
|
msgctxt "OrchardCore.Tenants.Views.Shared._TenantDatabaseInfo"
|
||||||
msgid "Table Schema"
|
msgid "Table Schema"
|
||||||
@@ -510,7 +504,7 @@ msgctxt "OrchardCore.Tenants.Views.Shared._TenantFeatureProfile"
|
|||||||
msgid "Optionally specify which feature profile should be applied to this tenant."
|
msgid "Optionally specify which feature profile should be applied to this tenant."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Category">@T["Category"]</label>
|
#. <label asp-for="Category" class="form-label">@T["Category"]</label>
|
||||||
#: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:4
|
#: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:4
|
||||||
msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo"
|
msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo"
|
||||||
msgid "Category"
|
msgid "Category"
|
||||||
@@ -522,7 +516,7 @@ msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo"
|
|||||||
msgid "The category of the tenant."
|
msgid "The category of the tenant."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="RequestUrlPrefix">@T["Url Prefix"]</label>
|
#. <label asp-for="RequestUrlPrefix" class="form-label">@T["Url Prefix"]</label>
|
||||||
#: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:10
|
#: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:10
|
||||||
msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo"
|
msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo"
|
||||||
msgid "Url Prefix"
|
msgid "Url Prefix"
|
||||||
@@ -534,7 +528,7 @@ msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo"
|
|||||||
msgid "(Optional) Example: If prefix is \"site1\", the tenant URL prefix is \"https://orchardcore.net/site1\"."
|
msgid "(Optional) Example: If prefix is \"site1\", the tenant URL prefix is \"https://orchardcore.net/site1\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:17
|
#: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:17
|
||||||
msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo"
|
msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -546,7 +540,7 @@ msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo"
|
|||||||
msgid "The description of the tenant."
|
msgid "The description of the tenant."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="RequestUrlHost">@T["Hostname"]</label>
|
#. <label asp-for="RequestUrlHost" class="form-label">@T["Hostname"]</label>
|
||||||
#: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:24
|
#: OrchardCore.Tenants\Views\Shared\_TenantInfo.cshtml:24
|
||||||
msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo"
|
msgctxt "OrchardCore.Tenants.Views.Shared._TenantInfo"
|
||||||
msgid "Hostname"
|
msgid "Hostname"
|
||||||
@@ -612,7 +606,7 @@ msgctxt "OrchardCore.Tenants.Views.Admin.Create"
|
|||||||
msgid "Create Tenant"
|
msgid "Create Tenant"
|
||||||
msgstr "إنشاء tenant"
|
msgstr "إنشاء tenant"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Create.cshtml:10
|
#: OrchardCore.Tenants\Views\Admin\Create.cshtml:10
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Create"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Create"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -642,13 +636,13 @@ msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Create"
|
|||||||
msgid "Create Feature Profile"
|
msgid "Create Feature Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4><i class="fa fa-file-text-o" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Create Tenant"])</h4>
|
#. <h4><i class="fa-regular fa-file-lines" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Create Tenant"])</h4>
|
||||||
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Design.cshtml:4
|
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Design"
|
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Design"
|
||||||
msgid "Create Tenant"
|
msgid "Create Tenant"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TenantNameExpression">@T["Name"] <span asp-validation-for="TenantNameExpression"></span></label>
|
#. <label asp-for="TenantNameExpression" class="form-label">@T["Name"] <span asp-validation-for="TenantNameExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:5
|
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -660,7 +654,7 @@ msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
|||||||
msgid "Select the name of the tenant to create."
|
msgid "Select the name of the tenant to create."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="DescriptionExpression">@T["Description"] <span asp-validation-for="DescriptionExpression"></span></label>
|
#. <label asp-for="DescriptionExpression" class="form-label">@T["Description"] <span asp-validation-for="DescriptionExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:11
|
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -672,7 +666,7 @@ msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
|||||||
msgid "(Optional) the description of the tenant to create."
|
msgid "(Optional) the description of the tenant to create."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="RequestUrlPrefixExpression">@T["Url Prefix"] <span asp-validation-for="RequestUrlPrefixExpression"></span></label>
|
#. <label asp-for="RequestUrlPrefixExpression" class="form-label">@T["Url Prefix"] <span asp-validation-for="RequestUrlPrefixExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:17
|
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:17
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
||||||
msgid "Url Prefix"
|
msgid "Url Prefix"
|
||||||
@@ -684,7 +678,7 @@ msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
|||||||
msgid "(Optional) Example: If prefix is \"site1\", the tenant URL prefix is \"http://orchardproject.net/site1\"."
|
msgid "(Optional) Example: If prefix is \"site1\", the tenant URL prefix is \"http://orchardproject.net/site1\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="RequestUrlHostExpression">@T["Host name"] <span asp-validation-for="RequestUrlHostExpression"></span></label>
|
#. <label asp-for="RequestUrlHostExpression" class="form-label">@T["Host name"] <span asp-validation-for="RequestUrlHostExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:23
|
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:23
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
||||||
msgid "Host name"
|
msgid "Host name"
|
||||||
@@ -696,25 +690,25 @@ msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
|||||||
msgid "Example: If host is \"orchardproject.net\", the tenant site URL is \"http://orchardproject.net/\". With Liquid support."
|
msgid "Example: If host is \"orchardproject.net\", the tenant site URL is \"http://orchardproject.net/\". With Liquid support."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="DatabaseProviderExpression">@T["What type of database to use?"] <span asp-validation-for="DatabaseProviderExpression"></span></label>
|
#. <label asp-for="DatabaseProviderExpression" class="form-label">@T["What type of database to use?"] <span asp-validation-for="DatabaseProviderExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:29
|
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:29
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
||||||
msgid "What type of database to use?"
|
msgid "What type of database to use?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TablePrefixExpression">@T["Table Prefix"] <span asp-validation-for="TablePrefixExpression"></span></label>
|
#. <label asp-for="TablePrefixExpression" class="form-label">@T["Table Prefix"] <span asp-validation-for="TablePrefixExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:34
|
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:34
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
||||||
msgid "Table Prefix"
|
msgid "Table Prefix"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="ConnectionStringExpression">@T["Connection string"] <span asp-validation-for="ConnectionStringExpression"></span></label>
|
#. <label asp-for="ConnectionStringExpression" class="form-label">@T["Connection string"] <span asp-validation-for="ConnectionStringExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:39
|
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:39
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
||||||
msgid "Connection string"
|
msgid "Connection string"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TablePrefixExpression">@T["Schema"] <span asp-validation-for="SchemaExpression"></span></label>
|
#. <label asp-for="TablePrefixExpression" class="form-label">@T["Schema"] <span asp-validation-for="SchemaExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:44
|
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:44
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
||||||
msgid "Schema"
|
msgid "Schema"
|
||||||
@@ -732,19 +726,19 @@ msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
|||||||
msgid "For example, '{0}' for SQL Server."
|
msgid "For example, '{0}' for SQL Server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="RecipeNameExpression">@T["Recipe"] <span asp-validation-for="RecipeNameExpression"></span></label>
|
#. <label asp-for="RecipeNameExpression" class="form-label">@T["Recipe"] <span asp-validation-for="RecipeNameExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:50
|
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:50
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
||||||
msgid "Recipe"
|
msgid "Recipe"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="FeatureProfileExpression">@T["Feature Profile"] <span asp-validation-for="FeatureProfileExpression"></span></label>
|
#. <label asp-for="FeatureProfileExpression" class="form-label">@T["Feature Profile"] <span asp-validation-for="FeatureProfileExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:55
|
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Edit.cshtml:55
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Edit"
|
||||||
msgid "Feature Profile"
|
msgid "Feature Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-file-text-o" aria-hidden="true"></i>@T["Create Tenant"]</h4>
|
#. <h4 class="card-title"><i class="fa-regular fa-file-lines" aria-hidden="true"></i>@T["Create Tenant"]</h4>
|
||||||
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Tenants\Views\Items\CreateTenantTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Thumbnail"
|
||||||
msgid "Create Tenant"
|
msgid "Create Tenant"
|
||||||
@@ -756,13 +750,13 @@ msgctxt "OrchardCore.Tenants.Views.Items.CreateTenantTask.Fields.Thumbnail"
|
|||||||
msgid "Create a tenant."
|
msgid "Create a tenant."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4><i class="fa fa-trash" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Disable Tenant"])</h4>
|
#. <h4><i class="fa-solid fa-trash" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Disable Tenant"])</h4>
|
||||||
#: OrchardCore.Tenants\Views\Items\DisableTenantTask.Fields.Design.cshtml:4
|
#: OrchardCore.Tenants\Views\Items\DisableTenantTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.DisableTenantTask.Fields.Design"
|
msgctxt "OrchardCore.Tenants.Views.Items.DisableTenantTask.Fields.Design"
|
||||||
msgid "Disable Tenant"
|
msgid "Disable Tenant"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TenantNameExpression">@T["Tenant name"] <span asp-validation-for="TenantNameExpression"></span></label>
|
#. <label asp-for="TenantNameExpression" class="form-label">@T["Tenant name"] <span asp-validation-for="TenantNameExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\DisableTenantTask.Fields.Edit.cshtml:5
|
#: OrchardCore.Tenants\Views\Items\DisableTenantTask.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.DisableTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.DisableTenantTask.Fields.Edit"
|
||||||
msgid "Tenant name"
|
msgid "Tenant name"
|
||||||
@@ -774,7 +768,7 @@ msgctxt "OrchardCore.Tenants.Views.Items.DisableTenantTask.Fields.Edit"
|
|||||||
msgid "Select the name of the tenant to disable."
|
msgid "Select the name of the tenant to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-trash" aria-hidden="true"></i>@T["Disable Tenant"]</h4>
|
#. <h4 class="card-title"><i class="fa-solid fa-trash" aria-hidden="true"></i>@T["Disable Tenant"]</h4>
|
||||||
#: OrchardCore.Tenants\Views\Items\DisableTenantTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Tenants\Views\Items\DisableTenantTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.DisableTenantTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Tenants.Views.Items.DisableTenantTask.Fields.Thumbnail"
|
||||||
msgid "Disable Tenant"
|
msgid "Disable Tenant"
|
||||||
@@ -792,7 +786,7 @@ msgctxt "OrchardCore.Tenants.Views.Admin.Edit"
|
|||||||
msgid "Edit Tenant"
|
msgid "Edit Tenant"
|
||||||
msgstr "تحرير tenant"
|
msgstr "تحرير tenant"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Edit.cshtml:11
|
#: OrchardCore.Tenants\Views\Admin\Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -822,13 +816,13 @@ msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.Edit"
|
|||||||
msgid "Edit Feature Profile"
|
msgid "Edit Feature Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4><i class="fa fa-trash" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Enable Tenant"])</h4>
|
#. <h4><i class="fa-solid fa-trash" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Enable Tenant"])</h4>
|
||||||
#: OrchardCore.Tenants\Views\Items\EnableTenantTask.Fields.Design.cshtml:4
|
#: OrchardCore.Tenants\Views\Items\EnableTenantTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.EnableTenantTask.Fields.Design"
|
msgctxt "OrchardCore.Tenants.Views.Items.EnableTenantTask.Fields.Design"
|
||||||
msgid "Enable Tenant"
|
msgid "Enable Tenant"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TenantNameExpression">@T["Tenant name"] <span asp-validation-for="TenantNameExpression"></span></label>
|
#. <label asp-for="TenantNameExpression" class="form-label">@T["Tenant name"] <span asp-validation-for="TenantNameExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\EnableTenantTask.Fields.Edit.cshtml:5
|
#: OrchardCore.Tenants\Views\Items\EnableTenantTask.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.EnableTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.EnableTenantTask.Fields.Edit"
|
||||||
msgid "Tenant name"
|
msgid "Tenant name"
|
||||||
@@ -840,7 +834,7 @@ msgctxt "OrchardCore.Tenants.Views.Items.EnableTenantTask.Fields.Edit"
|
|||||||
msgid "Select the name of the tenant to enable."
|
msgid "Select the name of the tenant to enable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-file-text-o" aria-hidden="true"></i>@T["Enable Tenant"]</h4>
|
#. <h4 class="card-title"><i class="fa-regular fa-file-lines" aria-hidden="true"></i>@T["Enable Tenant"]</h4>
|
||||||
#: OrchardCore.Tenants\Views\Items\EnableTenantTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Tenants\Views\Items\EnableTenantTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.EnableTenantTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Tenants.Views.Items.EnableTenantTask.Fields.Thumbnail"
|
||||||
msgid "Enable Tenant"
|
msgid "Enable Tenant"
|
||||||
@@ -852,7 +846,7 @@ msgctxt "OrchardCore.Tenants.Views.Items.EnableTenantTask.Fields.Thumbnail"
|
|||||||
msgid "Enable a tenant."
|
msgid "Enable a tenant."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.Tenants\Views\FeatureProfiles\EditorTemplates\FeatureProfileViewModel.cshtml:13
|
#: OrchardCore.Tenants\Views\FeatureProfiles\EditorTemplates\FeatureProfileViewModel.cshtml:13
|
||||||
msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.EditorTemplates.FeatureProfileViewModel"
|
msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.EditorTemplates.FeatureProfileViewModel"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -864,7 +858,7 @@ msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.EditorTemplates.FeatureProfil
|
|||||||
msgid "The name of the feature profile."
|
msgid "The name of the feature profile."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="FeatureRules">@T["Rules"]</label>
|
#. <label asp-for="FeatureRules" class="form-label">@T["Rules"]</label>
|
||||||
#: OrchardCore.Tenants\Views\FeatureProfiles\EditorTemplates\FeatureProfileViewModel.cshtml:21
|
#: OrchardCore.Tenants\Views\FeatureProfiles\EditorTemplates\FeatureProfileViewModel.cshtml:21
|
||||||
msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.EditorTemplates.FeatureProfileViewModel"
|
msgctxt "OrchardCore.Tenants.Views.FeatureProfiles.EditorTemplates.FeatureProfileViewModel"
|
||||||
msgid "Rules"
|
msgid "Rules"
|
||||||
@@ -901,31 +895,31 @@ msgid "Cancel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <zone Name="Title"><h1>@RenderTitleSegments(T["Tenants"])</h1></zone>
|
#. <zone Name="Title"><h1>@RenderTitleSegments(T["Tenants"])</h1></zone>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:18
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:14
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "Tenants"
|
msgid "Tenants"
|
||||||
msgstr "مستأجرون"
|
msgstr "مستأجرون"
|
||||||
|
|
||||||
#. <input id="search-box" asp-for="Options.Search" class="form-control" placeholder="@T["Search"]" type="search" autofocus />
|
#. <input id="search-box" asp-for="Options.Search" class="form-control" placeholder="@T["Search"]" type="search" autofocus />
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:31
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:27
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "بحث"
|
msgstr "بحث"
|
||||||
|
|
||||||
#. <a asp-route-action="Create" class="btn btn-secondary create" role="button">@T["Add Tenant"]</a>
|
#. <a asp-route-action="Create" class="btn btn-secondary create" role="button">@T["Add Tenant"]</a>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:35
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:31
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "Add Tenant"
|
msgid "Add Tenant"
|
||||||
msgstr "إظافة مستأجر"
|
msgstr "إظافة مستأجر"
|
||||||
|
|
||||||
#. <label class="form-check-label" for="select-all" id="select-all-label" title="@T["Select All"]"></label>
|
#. <label class="form-check-label" for="select-all" id="select-all-label" title="@T["Select All"]"></label>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:46
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:42
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "Select All"
|
msgid "Select All"
|
||||||
msgstr "اختيار الكل"
|
msgstr "اختيار الكل"
|
||||||
|
|
||||||
#. <label id="items" for="select-all">@T.Plural(Model.ShellSettingsEntries.Count, "1 item", "{0} items")<span class="text-muted" title="@T["Items {0} to {1}", startIndex, endIndex]">@T.Plural((int)Model.Pager.TotalItemCount, " / {0} item in total", " / {0} items in total")</span></label>
|
#. <label id="items" for="select-all">@T.Plural(Model.ShellSettingsEntries.Count, "1 item", "{0} items")<span class="text-muted" title="@T["Items {0} to {1}", startIndex, endIndex]">@T.Plural((int)Model.Pager.TotalItemCount, " / {0} item in total", " / {0} items in total")</span></label>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:47
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:43
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "1 item"
|
msgid "1 item"
|
||||||
msgid_plural "{0} items"
|
msgid_plural "{0} items"
|
||||||
@@ -937,13 +931,13 @@ msgstr[4] ""
|
|||||||
msgstr[5] "{0} عناصر"
|
msgstr[5] "{0} عناصر"
|
||||||
|
|
||||||
#. <label id="items" for="select-all">@T.Plural(Model.ShellSettingsEntries.Count, "1 item", "{0} items")<span class="text-muted" title="@T["Items {0} to {1}", startIndex, endIndex]">@T.Plural((int)Model.Pager.TotalItemCount, " / {0} item in total", " / {0} items in total")</span></label>
|
#. <label id="items" for="select-all">@T.Plural(Model.ShellSettingsEntries.Count, "1 item", "{0} items")<span class="text-muted" title="@T["Items {0} to {1}", startIndex, endIndex]">@T.Plural((int)Model.Pager.TotalItemCount, " / {0} item in total", " / {0} items in total")</span></label>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:47
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:43
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "Items {0} to {1}"
|
msgid "Items {0} to {1}"
|
||||||
msgstr "العناصر {0} إلى {1}"
|
msgstr "العناصر {0} إلى {1}"
|
||||||
|
|
||||||
#. <label id="items" for="select-all">@T.Plural(Model.ShellSettingsEntries.Count, "1 item", "{0} items")<span class="text-muted" title="@T["Items {0} to {1}", startIndex, endIndex]">@T.Plural((int)Model.Pager.TotalItemCount, " / {0} item in total", " / {0} items in total")</span></label>
|
#. <label id="items" for="select-all">@T.Plural(Model.ShellSettingsEntries.Count, "1 item", "{0} items")<span class="text-muted" title="@T["Items {0} to {1}", startIndex, endIndex]">@T.Plural((int)Model.Pager.TotalItemCount, " / {0} item in total", " / {0} items in total")</span></label>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:47
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:43
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid " / {0} item in total"
|
msgid " / {0} item in total"
|
||||||
msgid_plural " / {0} items in total"
|
msgid_plural " / {0} items in total"
|
||||||
@@ -955,75 +949,75 @@ msgstr[4] ""
|
|||||||
msgstr[5] ""
|
msgstr[5] ""
|
||||||
|
|
||||||
#. @T["Actions"]
|
#. @T["Actions"]
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:54
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:50
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "Actions"
|
msgid "Actions"
|
||||||
msgstr "الإجراءت"
|
msgstr "الإجراءت"
|
||||||
|
|
||||||
#. <li><a class="dropdown-item" href="javascript:void(0)" data-action="@item.Value" data-title="@T["Bulk Action"]" data-message="@T["Are you sure you want to {0} these items?", @item.Text.ToLower()]">@item.Text</a></li>
|
#. <li><a class="dropdown-item" href="javascript:void(0)" data-action="@item.Value" data-title="@T["Bulk Action"]" data-message="@T["Are you sure you want to {0} these items?", @item.Text.ToLower()]">@item.Text</a></li>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:64
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:60
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "Bulk Action"
|
msgid "Bulk Action"
|
||||||
msgstr "مجموعة إجراءات"
|
msgstr "مجموعة إجراءات"
|
||||||
|
|
||||||
#. <li><a class="dropdown-item" href="javascript:void(0)" data-action="@item.Value" data-title="@T["Bulk Action"]" data-message="@T["Are you sure you want to {0} these items?", @item.Text.ToLower()]">@item.Text</a></li>
|
#. <li><a class="dropdown-item" href="javascript:void(0)" data-action="@item.Value" data-title="@T["Bulk Action"]" data-message="@T["Are you sure you want to {0} these items?", @item.Text.ToLower()]">@item.Text</a></li>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:64
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:60
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "Are you sure you want to {0} these items?"
|
msgid "Are you sure you want to {0} these items?"
|
||||||
msgstr "هل أنت متأكد من أنك تريد {0} هذه العناصر؟"
|
msgstr "هل أنت متأكد من أنك تريد {0} هذه العناصر؟"
|
||||||
|
|
||||||
#. <select asp-for="Options.Category" asp-items="@Model.Options.TenantsCategories" class="selectpicker show-tick me-2" data-header="@T["Filter by category"]" data-width="fit" data-selected-text-format="static" data-dropdown-align-right="true" title="@T["Category"]" data-style="btn-sm"></select>
|
#. <select asp-for="Options.Category" asp-items="@Model.Options.TenantsCategories" class="selectpicker show-tick me-2" data-header="@T["Filter by category"]" data-width="fit" data-selected-text-format="static" data-dropdown-align-right="true" title="@T["Category"]" data-style="btn-sm"></select>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:70
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:66
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "Filter by category"
|
msgid "Filter by category"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <select asp-for="Options.Category" asp-items="@Model.Options.TenantsCategories" class="selectpicker show-tick me-2" data-header="@T["Filter by category"]" data-width="fit" data-selected-text-format="static" data-dropdown-align-right="true" title="@T["Category"]" data-style="btn-sm"></select>
|
#. <select asp-for="Options.Category" asp-items="@Model.Options.TenantsCategories" class="selectpicker show-tick me-2" data-header="@T["Filter by category"]" data-width="fit" data-selected-text-format="static" data-dropdown-align-right="true" title="@T["Category"]" data-style="btn-sm"></select>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:70
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:66
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "Category"
|
msgid "Category"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <select asp-for="Options.Status" asp-items="@Model.Options.TenantsStates" class="selectpicker show-tick me-2" data-header="@T["Filter by state"]" data-width="fit" data-selected-text-format="static" data-dropdown-align-right="true" title="@T["State"]" data-style="btn-sm"></select>
|
#. <select asp-for="Options.Status" asp-items="@Model.Options.TenantsStates" class="selectpicker show-tick me-2" data-header="@T["Filter by state"]" data-width="fit" data-selected-text-format="static" data-dropdown-align-right="true" title="@T["State"]" data-style="btn-sm"></select>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:71
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:67
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "Filter by state"
|
msgid "Filter by state"
|
||||||
msgstr "تصفية حسب الحالة"
|
msgstr "تصفية حسب الحالة"
|
||||||
|
|
||||||
#. <select asp-for="Options.Status" asp-items="@Model.Options.TenantsStates" class="selectpicker show-tick me-2" data-header="@T["Filter by state"]" data-width="fit" data-selected-text-format="static" data-dropdown-align-right="true" title="@T["State"]" data-style="btn-sm"></select>
|
#. <select asp-for="Options.Status" asp-items="@Model.Options.TenantsStates" class="selectpicker show-tick me-2" data-header="@T["Filter by state"]" data-width="fit" data-selected-text-format="static" data-dropdown-align-right="true" title="@T["State"]" data-style="btn-sm"></select>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:71
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:67
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "State"
|
msgid "State"
|
||||||
msgstr "الحالة"
|
msgstr "الحالة"
|
||||||
|
|
||||||
#. <select asp-for="Options.OrderBy" asp-items="@Model.Options.TenantsSorts" class="selectpicker show-tick" data-header="@T["Sort by"]" data-width="fit" data-selected-text-format="static" data-dropdown-align-right="true" title="@T["Sort"]" data-style="btn-sm"></select>
|
#. <select asp-for="Options.OrderBy" asp-items="@Model.Options.TenantsSorts" class="selectpicker show-tick" data-header="@T["Sort by"]" data-width="fit" data-selected-text-format="static" data-dropdown-align-right="true" title="@T["Sort"]" data-style="btn-sm"></select>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:72
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:68
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "Sort by"
|
msgid "Sort by"
|
||||||
msgstr "الفرز بـ"
|
msgstr "الفرز بـ"
|
||||||
|
|
||||||
#. <select asp-for="Options.OrderBy" asp-items="@Model.Options.TenantsSorts" class="selectpicker show-tick" data-header="@T["Sort by"]" data-width="fit" data-selected-text-format="static" data-dropdown-align-right="true" title="@T["Sort"]" data-style="btn-sm"></select>
|
#. <select asp-for="Options.OrderBy" asp-items="@Model.Options.TenantsSorts" class="selectpicker show-tick" data-header="@T["Sort by"]" data-width="fit" data-selected-text-format="static" data-dropdown-align-right="true" title="@T["Sort"]" data-style="btn-sm"></select>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:72
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:68
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "Sort"
|
msgid "Sort"
|
||||||
msgstr "الفرز"
|
msgstr "الفرز"
|
||||||
|
|
||||||
#. <p class="mb-0"><code class="text-break" data-bs-toggle="tooltip" data-bs-placement="bottom" title="@T["Url host"]">@entry.ShellSettings.RequestUrlHost</code></p>
|
#. <p class="mb-0"><code class="text-break" data-bs-toggle="tooltip" data-bs-placement="bottom" title="@T["Url host"]">@entry.ShellSettings.RequestUrlHost</code></p>
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:106
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:102
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "Url host"
|
msgid "Url host"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["<strong>Nothing here!</strong> Your search returned no results."]
|
#. @T["<strong>Nothing here!</strong> Your search returned no results."]
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:117
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:113
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "<strong>Nothing here!</strong> Your search returned no results."
|
msgid "<strong>Nothing here!</strong> Your search returned no results."
|
||||||
msgstr "<strong>لا شىء</strong> لا توجد أي نتائج للبحث."
|
msgstr "<strong>لا شىء</strong> لا توجد أي نتائج للبحث."
|
||||||
|
|
||||||
#. selectedItems.text($(":checkbox[name='tenantNames']:checked").length + ' @T["selected"]');
|
#. selectedItems.text($(":checkbox[name='tenantNames']:checked").length + ' @T["selected"]');
|
||||||
#. selectedItems.text(selectedItemsCount + ' @T["selected"]');
|
#. selectedItems.text(selectedItemsCount + ' @T["selected"]');
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:174
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:170
|
||||||
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:182
|
#: OrchardCore.Tenants\Views\Admin\Index.cshtml:178
|
||||||
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
msgctxt "OrchardCore.Tenants.Views.Admin.Index"
|
||||||
msgid "selected"
|
msgid "selected"
|
||||||
msgstr "تم تحديدها"
|
msgstr "تم تحديدها"
|
||||||
@@ -1139,128 +1133,128 @@ msgid "Features"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-action="Edit" asp-route-id="@Model.Value.Name" class="btn btn-primary btn-sm edit">@T["Edit"]</a>
|
#. <a asp-action="Edit" asp-route-id="@Model.Value.Name" class="btn btn-primary btn-sm edit">@T["Edit"]</a>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:10
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:9
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a class="btn btn-info btn-sm view" href="@ViewContext.HttpContext.GetEncodedUrl(Model.Value, appendQuery: false)" target="_blank">@T["View"]</a>
|
#. <a class="btn btn-info btn-sm view" href="@ViewContext.HttpContext.GetEncodedUrl(Model.Value, appendQuery: false)" target="_blank">@T["View"]</a>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:13
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:12
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
||||||
msgid "View"
|
msgid "View"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-action="Disable" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm disable" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Disable"]" data-message="@T["Are you sure you want to disable this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Disable"]</a>
|
#. <a asp-action="Disable" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm disable" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Disable"]" data-message="@T["Are you sure you want to disable this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Disable"]</a>
|
||||||
#. <a asp-action="Disable" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm disable" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Disable"]" data-message="@T["Are you sure you want to disable this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Disable"]</a>
|
#. <a asp-action="Disable" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm disable" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Disable"]" data-message="@T["Are you sure you want to disable this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Disable"]</a>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:17
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:16
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:17
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:16
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
||||||
msgid "Disable"
|
msgid "Disable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-action="Disable" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm disable" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Disable"]" data-message="@T["Are you sure you want to disable this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Disable"]</a>
|
#. <a asp-action="Disable" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm disable" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Disable"]" data-message="@T["Are you sure you want to disable this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Disable"]</a>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:17
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:16
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
||||||
msgid "Are you sure you want to disable this tenant?"
|
msgid "Are you sure you want to disable this tenant?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-action="Disable" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm disable" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Disable"]" data-message="@T["Are you sure you want to disable this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Disable"]</a>
|
#. <a asp-action="Disable" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm disable" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Disable"]" data-message="@T["Are you sure you want to disable this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Disable"]</a>
|
||||||
#. <a asp-action="Remove" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm remove" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Remove"]" data-message="@T["Are you sure you want to remove this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Remove"]</a>
|
#. <a asp-action="Remove" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm remove" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Remove"]" data-message="@T["Are you sure you want to remove this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Remove"]</a>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:17
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:16
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:29
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:28
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
||||||
msgid "Ok"
|
msgid "Ok"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-action="Disable" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm disable" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Disable"]" data-message="@T["Are you sure you want to disable this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Disable"]</a>
|
#. <a asp-action="Disable" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm disable" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Disable"]" data-message="@T["Are you sure you want to disable this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Disable"]</a>
|
||||||
#. <a asp-action="Remove" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm remove" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Remove"]" data-message="@T["Are you sure you want to remove this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Remove"]</a>
|
#. <a asp-action="Remove" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm remove" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Remove"]" data-message="@T["Are you sure you want to remove this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Remove"]</a>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:17
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:16
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:29
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:28
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-action="Enable" asp-route-id="@Model.Value.Name" class="btn btn-success btn-sm enable" data-url-af="UnsafeUrl">@T["Enable"]</a>
|
#. <a asp-action="Enable" asp-route-id="@Model.Value.Name" class="btn btn-success btn-sm enable" data-url-af="UnsafeUrl">@T["Enable"]</a>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:21
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:20
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
||||||
msgid "Enable"
|
msgid "Enable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a class="btn btn-info btn-sm setup" id="btn-setup-@Model.Value.Name" href="@ViewContext.HttpContext.GetEncodedUrl(Model.Value)">@T["Setup"]</a>
|
#. <a class="btn btn-info btn-sm setup" id="btn-setup-@Model.Value.Name" href="@ViewContext.HttpContext.GetEncodedUrl(Model.Value)">@T["Setup"]</a>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:25
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:24
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
||||||
msgid "Setup"
|
msgid "Setup"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-action="Remove" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm remove" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Remove"]" data-message="@T["Are you sure you want to remove this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Remove"]</a>
|
#. <a asp-action="Remove" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm remove" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Remove"]" data-message="@T["Are you sure you want to remove this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Remove"]</a>
|
||||||
#. <a asp-action="Remove" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm remove" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Remove"]" data-message="@T["Are you sure you want to remove this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Remove"]</a>
|
#. <a asp-action="Remove" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm remove" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Remove"]" data-message="@T["Are you sure you want to remove this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Remove"]</a>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:29
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:28
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:29
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:28
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-action="Remove" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm remove" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Remove"]" data-message="@T["Are you sure you want to remove this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Remove"]</a>
|
#. <a asp-action="Remove" asp-route-id="@Model.Value.Name" class="btn btn-danger btn-sm remove" data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Remove"]" data-message="@T["Are you sure you want to remove this tenant?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Remove"]</a>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:29
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:28
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
||||||
msgid "Are you sure you want to remove this tenant?"
|
msgid "Are you sure you want to remove this tenant?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-action="Reload" asp-route-id="@Model.Value.Name" class="btn btn-secondary btn-sm reload" data-url-af="UnsafeUrl">@T["Reload"]</a>
|
#. <a asp-action="Reload" asp-route-id="@Model.Value.Name" class="btn btn-secondary btn-sm reload" data-url-af="UnsafeUrl">@T["Reload"]</a>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:31
|
#: OrchardCore.Tenants\Views\ManageTenantActionButtons.cshtml:30
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionButtons"
|
||||||
msgid "Reload"
|
msgid "Reload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="badge ta-badge font-weight-normal"><i class="fa fa-cog text-secondary" aria-hidden="true"></i> @T["Uninitialized"]</span>
|
#. <span class="badge ta-badge font-weight-normal"><i class="fa-solid fa-cog text-secondary" aria-hidden="true"></i> @T["Uninitialized"]</span>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:24
|
#: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:24
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags"
|
||||||
msgid "Uninitialized"
|
msgid "Uninitialized"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="badge ta-badge font-weight-normal"><i class="fa fa-hourglass-start text-info" aria-hidden="true"></i> @T["Initializing"]</span>
|
#. <span class="badge ta-badge font-weight-normal"><i class="fa-solid fa-hourglass-start text-info" aria-hidden="true"></i> @T["Initializing"]</span>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:27
|
#: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:27
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags"
|
||||||
msgid "Initializing"
|
msgid "Initializing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="badge ta-badge font-weight-normal"><i class="fa fa-check text-success" aria-hidden="true"></i> @T["Running"]</span>
|
#. <span class="badge ta-badge font-weight-normal"><i class="fa-solid fa-check text-success" aria-hidden="true"></i> @T["Running"]</span>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:30
|
#: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:30
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags"
|
||||||
msgid "Running"
|
msgid "Running"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="badge ta-badge font-weight-normal"><i class="fa fa-remove text-danger" aria-hidden="true"></i> @T["Disabled"]</span>
|
#. <span class="badge ta-badge font-weight-normal"><i class="fa-solid fa-remove text-danger" aria-hidden="true"></i> @T["Disabled"]</span>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:33
|
#: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:33
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags"
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="badge ta-badge font-weight-normal"><i class="fa fa-exclamation-triangle text-warning" aria-hidden="true"></i> @T["Invalid"]</span>
|
#. <span class="badge ta-badge font-weight-normal"><i class="fa-solid fa-exclamation-triangle text-warning" aria-hidden="true"></i> @T["Invalid"]</span>
|
||||||
#: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:36
|
#: OrchardCore.Tenants\Views\ManageTenantActionTags.cshtml:36
|
||||||
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags"
|
msgctxt "OrchardCore.Tenants.Views.ManageTenantActionTags"
|
||||||
msgid "Invalid"
|
msgid "Invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-gear" aria-hidden="true"></i></span><span class="title">@T["Design"]</span>
|
#. <span class="title">@T["Design"]</span>
|
||||||
#: OrchardCore.Tenants\Views\NavigationItemText-design.Id.cshtml:1
|
#: OrchardCore.Tenants\Views\NavigationItemText-design.Id.cshtml:4
|
||||||
msgctxt "OrchardCore.Tenants.Views.NavigationItemText-design.Id"
|
msgctxt "OrchardCore.Tenants.Views.NavigationItemText-design.Id"
|
||||||
msgid "Design"
|
msgid "Design"
|
||||||
msgstr "تصميم"
|
msgstr "تصميم"
|
||||||
|
|
||||||
#. <span class="badge ta-badge font-weight-normal" title="@T["Feature Profile"]"><i class="fa fa-layer-group text-info" aria-hidden="true"></i> @featureProfile.Name</span>
|
#. <span class="badge ta-badge font-weight-normal" title="@T["Feature Profile"]"><i class="fa-solid fa-layer-group text-info" aria-hidden="true"></i> @featureProfile.Name</span>
|
||||||
#: OrchardCore.Tenants\Views\ProfileFeatureTags.cshtml:25
|
#: OrchardCore.Tenants\Views\ProfileFeatureTags.cshtml:24
|
||||||
msgctxt "OrchardCore.Tenants.Views.ProfileFeatureTags"
|
msgctxt "OrchardCore.Tenants.Views.ProfileFeatureTags"
|
||||||
msgid "Feature Profile"
|
msgid "Feature Profile"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h4><i class="fa fa-file-text-o" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Setup Tenant"])</h4>
|
#. <h4><i class="fa-regular fa-file-lines" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Setup Tenant"])</h4>
|
||||||
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Design.cshtml:4
|
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Design.cshtml:4
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Design"
|
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Design"
|
||||||
msgid "Setup Tenant"
|
msgid "Setup Tenant"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="TenantNameExpression">@T["Tenant name"] <span asp-validation-for="TenantNameExpression"></span></label>
|
#. <label asp-for="TenantNameExpression" class="form-label">@T["Tenant name"] <span asp-validation-for="TenantNameExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:5
|
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
||||||
msgid "Tenant name"
|
msgid "Tenant name"
|
||||||
@@ -1272,49 +1266,49 @@ msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
|||||||
msgid "Select the name of tenant to setup."
|
msgid "Select the name of tenant to setup."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="SiteNameExpression">@T["Site name"] <span asp-validation-for="SiteNameExpression"></span></label>
|
#. <label asp-for="SiteNameExpression" class="form-label">@T["Site name"] <span asp-validation-for="SiteNameExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:11
|
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
||||||
msgid "Site name"
|
msgid "Site name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="AdminUsernameExpression">@T["Admin user name"] <span asp-validation-for="AdminUsernameExpression"></span></label>
|
#. <label asp-for="AdminUsernameExpression" class="form-label">@T["Admin user name"] <span asp-validation-for="AdminUsernameExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:16
|
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:16
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
||||||
msgid "Admin user name"
|
msgid "Admin user name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="AdminEmailExpression">@T["Admin email"] <span asp-validation-for="AdminEmailExpression"></span></label>
|
#. <label asp-for="AdminEmailExpression" class="form-label">@T["Admin email"] <span asp-validation-for="AdminEmailExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:21
|
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
||||||
msgid "Admin email"
|
msgid "Admin email"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="AdminPasswordExpression">@T["Admin password"] <span asp-validation-for="AdminPasswordExpression"></span></label>
|
#. <label asp-for="AdminPasswordExpression" class="form-label">@T["Admin password"] <span asp-validation-for="AdminPasswordExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:25
|
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:25
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
||||||
msgid "Admin password"
|
msgid "Admin password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="DatabaseProviderExpression">@T["What type of database to use?"] <span asp-validation-for="DatabaseProviderExpression"></span></label>
|
#. <label asp-for="DatabaseProviderExpression" class="form-label">@T["What type of database to use?"] <span asp-validation-for="DatabaseProviderExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:30
|
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:30
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
||||||
msgid "What type of database to use?"
|
msgid "What type of database to use?"
|
||||||
msgstr "ما هو نوع قاعدة البيانات المستخدمة؟"
|
msgstr "ما هو نوع قاعدة البيانات المستخدمة؟"
|
||||||
|
|
||||||
#. <label asp-for="DatabaseTablePrefixExpression">@T["Table Prefix"] <span asp-validation-for="DatabaseTablePrefixExpression"></span></label>
|
#. <label asp-for="DatabaseTablePrefixExpression" class="form-label">@T["Table Prefix"] <span asp-validation-for="DatabaseTablePrefixExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:35
|
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:35
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
||||||
msgid "Table Prefix"
|
msgid "Table Prefix"
|
||||||
msgstr "بادئة الجدول"
|
msgstr "بادئة الجدول"
|
||||||
|
|
||||||
#. <label asp-for="DatabaseConnectionStringExpression">@T["Connection string"] <span asp-validation-for="DatabaseConnectionStringExpression"></span></label>
|
#. <label asp-for="DatabaseConnectionStringExpression" class="form-label">@T["Connection string"] <span asp-validation-for="DatabaseConnectionStringExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:40
|
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:40
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
||||||
msgid "Connection string"
|
msgid "Connection string"
|
||||||
msgstr "نص الربط"
|
msgstr "نص الربط"
|
||||||
|
|
||||||
#. <label asp-for="DatabaseTablePrefixExpression">@T["Schema"] <span asp-validation-for="DatabaseSchemaExpression"></span></label>
|
#. <label asp-for="DatabaseTablePrefixExpression" class="form-label">@T["Schema"] <span asp-validation-for="DatabaseSchemaExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:45
|
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:45
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
||||||
msgid "Schema"
|
msgid "Schema"
|
||||||
@@ -1332,13 +1326,13 @@ msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
|||||||
msgid "For example, '{0}' for SQL Server."
|
msgid "For example, '{0}' for SQL Server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="RecipeNameExpression">@T["Recipe"] <span asp-validation-for="RecipeNameExpression"></span></label>
|
#. <label asp-for="RecipeNameExpression" class="form-label">@T["Recipe"] <span asp-validation-for="RecipeNameExpression"></span></label>
|
||||||
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:51
|
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Edit.cshtml:51
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Edit"
|
||||||
msgid "Recipe"
|
msgid "Recipe"
|
||||||
msgstr "الوصفه"
|
msgstr "الوصفه"
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fa fa-file-text-o" aria-hidden="true"></i>@T["Setup Tenant"]</h4>
|
#. <h4 class="card-title"><i class="fa-regular fa-file-lines" aria-hidden="true"></i>@T["Setup Tenant"]</h4>
|
||||||
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Tenants\Views\Items\SetupTenantTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Tenants.Views.Items.SetupTenantTask.Fields.Thumbnail"
|
||||||
msgid "Setup Tenant"
|
msgid "Setup Tenant"
|
||||||
|
|||||||
@@ -10,40 +10,40 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 17:49\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. public override LocalizedString DisplayText => S["Add Task"];
|
#. public override LocalizedString DisplayText => S["Add Task"];
|
||||||
#: OrchardCore.Tests\Workflows\Activities\AddTask.cs:21
|
#: OrchardCore.Tests\Workflows\Activities\AddTask.cs:19
|
||||||
msgctxt "OrchardCore.Tests.Workflows.Activities.AddTask"
|
msgctxt "OrchardCore.Tests.Workflows.Activities.AddTask"
|
||||||
msgid "Add Task"
|
msgid "Add Task"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. public override LocalizedString Category => S["Test"];
|
#. public override LocalizedString Category => S["Test"];
|
||||||
#: OrchardCore.Tests\Workflows\Activities\AddTask.cs:23
|
#: OrchardCore.Tests\Workflows\Activities\AddTask.cs:21
|
||||||
msgctxt "OrchardCore.Tests.Workflows.Activities.AddTask"
|
msgctxt "OrchardCore.Tests.Workflows.Activities.AddTask"
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. return Outcomes(S["Done"]);
|
#. return Outcomes(S["Done"]);
|
||||||
#: OrchardCore.Tests\Workflows\Activities\AddTask.cs:39
|
#: OrchardCore.Tests\Workflows\Activities\AddTask.cs:37
|
||||||
msgctxt "OrchardCore.Tests.Workflows.Activities.AddTask"
|
msgctxt "OrchardCore.Tests.Workflows.Activities.AddTask"
|
||||||
msgid "Done"
|
msgid "Done"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. public override LocalizedString DisplayText => S["Write Line Task"];
|
#. public override LocalizedString DisplayText => S["Write Line Task"];
|
||||||
#: OrchardCore.Tests\Workflows\Activities\WriteLineTask.cs:23
|
#: OrchardCore.Tests\Workflows\Activities\WriteLineTask.cs:21
|
||||||
msgctxt "OrchardCore.Tests.Workflows.Activities.WriteLineTask"
|
msgctxt "OrchardCore.Tests.Workflows.Activities.WriteLineTask"
|
||||||
msgid "Write Line Task"
|
msgid "Write Line Task"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. public override LocalizedString Category => S["Test"];
|
#. public override LocalizedString Category => S["Test"];
|
||||||
#: OrchardCore.Tests\Workflows\Activities\WriteLineTask.cs:25
|
#: OrchardCore.Tests\Workflows\Activities\WriteLineTask.cs:23
|
||||||
msgctxt "OrchardCore.Tests.Workflows.Activities.WriteLineTask"
|
msgctxt "OrchardCore.Tests.Workflows.Activities.WriteLineTask"
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. return Outcomes(S["Done"]);
|
#. return Outcomes(S["Done"]);
|
||||||
#: OrchardCore.Tests\Workflows\Activities\WriteLineTask.cs:35
|
#: OrchardCore.Tests\Workflows\Activities\WriteLineTask.cs:33
|
||||||
msgctxt "OrchardCore.Tests.Workflows.Activities.WriteLineTask"
|
msgctxt "OrchardCore.Tests.Workflows.Activities.WriteLineTask"
|
||||||
msgid "Done"
|
msgid "Done"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. .Add(S["Design"], NavigationConstants.AdminMenuDesignPosition, design => design
|
#. .Add(S["Design"], NavigationConstants.AdminMenuDesignPosition, design => design
|
||||||
#: OrchardCore.Themes\AdminMenu.cs:25
|
#: OrchardCore.Themes\AdminMenu.cs:25
|
||||||
@@ -168,7 +168,7 @@ msgctxt "OrchardCore.Themes.Views.Admin.Index"
|
|||||||
msgid "Are you sure you want to reset the Admin theme?"
|
msgid "Are you sure you want to reset the Admin theme?"
|
||||||
msgstr "هل أنت متأكد من أنك تريد إعادة ضبط سمة لوحة التحكم؟"
|
msgstr "هل أنت متأكد من أنك تريد إعادة ضبط سمة لوحة التحكم؟"
|
||||||
|
|
||||||
#. <span class="icon"><i class="fas fa-desktop" aria-hidden="true"></i></span><span class="title">@T["Design"]</span>
|
#. <span class="icon"><i class="fa-solid fa-desktop" aria-hidden="true"></i></span><span class="title">@T["Design"]</span>
|
||||||
#: OrchardCore.Themes\Views\NavigationItemText-themes.Id.cshtml:1
|
#: OrchardCore.Themes\Views\NavigationItemText-themes.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Themes.Views.NavigationItemText-themes.Id"
|
msgctxt "OrchardCore.Themes.Views.NavigationItemText-themes.Id"
|
||||||
msgid "Design"
|
msgid "Design"
|
||||||
@@ -204,3 +204,29 @@ msgctxt "OrchardCore.Themes.Views.Items.ThemesDeploymentStep.Thumbnail"
|
|||||||
msgid "Exports the currently selected site theme and admin theme."
|
msgid "Exports the currently selected site theme and admin theme."
|
||||||
msgstr "صدر السمات المحدة حالياً."
|
msgstr "صدر السمات المحدة حالياً."
|
||||||
|
|
||||||
|
#. <button class="btn btn-link nav-link dropdown-toggle" id="bd-theme" type="button" aria-expanded="false" data-bs-toggle="dropdown" data-bs-display="static" aria-label="@T["Toggle theme"]">
|
||||||
|
#. <span class="d-none" id="bd-theme-text">@T["Toggle theme"]</span>
|
||||||
|
#: OrchardCore.Themes\Views\ToggleTheme.cshtml:3
|
||||||
|
#: OrchardCore.Themes\Views\ToggleTheme.cshtml:5
|
||||||
|
msgctxt "OrchardCore.Themes.Views.ToggleTheme"
|
||||||
|
msgid "Toggle theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="ps-2">@T["Auto"]</span>
|
||||||
|
#: OrchardCore.Themes\Views\ToggleTheme.cshtml:13
|
||||||
|
msgctxt "OrchardCore.Themes.Views.ToggleTheme"
|
||||||
|
msgid "Auto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="ps-2">@T["Light"]</span>
|
||||||
|
#: OrchardCore.Themes\Views\ToggleTheme.cshtml:21
|
||||||
|
msgctxt "OrchardCore.Themes.Views.ToggleTheme"
|
||||||
|
msgid "Light"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="ps-2">@T["Dark"]</span>
|
||||||
|
#: OrchardCore.Themes\Views\ToggleTheme.cshtml:29
|
||||||
|
msgctxt "OrchardCore.Themes.Views.ToggleTheme"
|
||||||
|
msgid "Dark"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(model.Title), S["A value is required for Title."]);
|
#. updater.ModelState.AddModelError(Prefix, nameof(model.Title), S["A value is required for Title."]);
|
||||||
#: OrchardCore.Title\Drivers\TitlePartDisplayDriver.cs:60
|
#: OrchardCore.Title\Drivers\TitlePartDisplayDriver.cs:60
|
||||||
@@ -19,24 +19,24 @@ msgid "A value is required for Title."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.Fail(S["A value is required for Title."], nameof(part.Title));
|
#. context.Fail(S["A value is required for Title."], nameof(part.Title));
|
||||||
#: OrchardCore.Title\Handlers\TitlePartHandler.cs:75
|
#: OrchardCore.Title\Handlers\TitlePartHandler.cs:49
|
||||||
msgctxt "OrchardCore.Title.Handlers.TitlePartHandler"
|
msgctxt "OrchardCore.Title.Handlers.TitlePartHandler"
|
||||||
msgid "A value is required for Title."
|
msgid "A value is required for Title."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(nameof(model.Pattern), S["Pattern doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
#. context.Updater.ModelState.AddModelError(nameof(model.Pattern), S["Pattern doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
||||||
#: OrchardCore.Title\Settings\TitlePartSettingsDisplayDriver.cs:48
|
#: OrchardCore.Title\Settings\TitlePartSettingsDisplayDriver.cs:49
|
||||||
msgctxt "OrchardCore.Title.Settings.TitlePartSettingsDisplayDriver"
|
msgctxt "OrchardCore.Title.Settings.TitlePartSettingsDisplayDriver"
|
||||||
msgid "Pattern doesn't contain a valid Liquid expression. Details: {0}"
|
msgid "Pattern doesn't contain a valid Liquid expression. Details: {0}"
|
||||||
msgstr "النمط لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
msgstr "النمط لا يحتوي على عبارة Liquid صحيحة. للتفاصيل: {0}"
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentDisplayMode)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Title\Views\TitlePart.DisplayOption.cshtml:4
|
#: OrchardCore.Title\Views\TitlePart.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.Title.Views.TitlePart.DisplayOption"
|
msgctxt "OrchardCore.Title.Views.TitlePart.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
msgstr "قياسي"
|
||||||
|
|
||||||
#. <label asp-for="Title" class="@Orchard.GetLabelCssClasses()">@T["Title"]</label>
|
#. <label asp-for="Title" class="@Orchard.GetLabelClasses()">@T["Title"]</label>
|
||||||
#: OrchardCore.Title\Views\TitlePart.Edit.cshtml:13
|
#: OrchardCore.Title\Views\TitlePart.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.Title.Views.TitlePart.Edit"
|
msgctxt "OrchardCore.Title.Views.TitlePart.Edit"
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
@@ -54,13 +54,13 @@ msgctxt "OrchardCore.Title.Views.TitlePart.Edit"
|
|||||||
msgid "The title will be auto-generated using the pattern."
|
msgid "The title will be auto-generated using the pattern."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Title\Views\TitlePart.Option.cshtml:4
|
#: OrchardCore.Title\Views\TitlePart.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.Title.Views.TitlePart.Option"
|
msgctxt "OrchardCore.Title.Views.TitlePart.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
msgstr "قياسي"
|
||||||
|
|
||||||
#. <label asp-for="Options">@T["Options"]</label>
|
#. <label asp-for="Options" class="form-label">@T["Options"]</label>
|
||||||
#: OrchardCore.Title\Views\TitlePartSettings.Edit.cshtml:16
|
#: OrchardCore.Title\Views\TitlePartSettings.Edit.cshtml:16
|
||||||
msgctxt "OrchardCore.Title.Views.TitlePartSettings.Edit"
|
msgctxt "OrchardCore.Title.Views.TitlePartSettings.Edit"
|
||||||
msgid "Options"
|
msgid "Options"
|
||||||
@@ -102,7 +102,7 @@ msgctxt "OrchardCore.Title.Views.TitlePartSettings.Edit"
|
|||||||
msgid "Check to render the title in display views."
|
msgid "Check to render the title in display views."
|
||||||
msgstr "تحقق من عرض العنوان في واجهات العرض."
|
msgstr "تحقق من عرض العنوان في واجهات العرض."
|
||||||
|
|
||||||
#. <label asp-for="Pattern">@T["Pattern"]</label>
|
#. <label asp-for="Pattern" class="form-label">@T["Pattern"]</label>
|
||||||
#: OrchardCore.Title\Views\TitlePartSettings.Edit.cshtml:35
|
#: OrchardCore.Title\Views\TitlePartSettings.Edit.cshtml:35
|
||||||
msgctxt "OrchardCore.Title.Views.TitlePartSettings.Edit"
|
msgctxt "OrchardCore.Title.Views.TitlePartSettings.Edit"
|
||||||
msgid "Pattern"
|
msgid "Pattern"
|
||||||
|
|||||||
@@ -10,44 +10,44 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. builder.Add(S["Security"], security => security
|
#. builder.Add(S["Security"], security => security
|
||||||
#: OrchardCore.Twitter\AdminMenu.cs:23
|
#: OrchardCore.Twitter\AdminMenuSignin.cs:23
|
||||||
msgctxt "OrchardCore.Twitter.AdminMenuSignin"
|
msgctxt "OrchardCore.Twitter.AdminMenuSignin"
|
||||||
msgid "Security"
|
msgid "Security"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. .Add(S["Authentication"], authentication => authentication
|
#. .Add(S["Authentication"], authentication => authentication
|
||||||
#: OrchardCore.Twitter\AdminMenu.cs:24
|
#: OrchardCore.Twitter\AdminMenuSignin.cs:24
|
||||||
msgctxt "OrchardCore.Twitter.AdminMenuSignin"
|
msgctxt "OrchardCore.Twitter.AdminMenuSignin"
|
||||||
msgid "Authentication"
|
msgid "Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. .Add(S["Sign in with Twitter"], S["Sign in with Twitter"].PrefixPosition(), settings => settings
|
#. .Add(S["Sign in with Twitter"], S["Sign in with Twitter"].PrefixPosition(), settings => settings
|
||||||
#. .Add(S["Sign in with Twitter"], S["Sign in with Twitter"].PrefixPosition(), settings => settings
|
#. .Add(S["Sign in with Twitter"], S["Sign in with Twitter"].PrefixPosition(), settings => settings
|
||||||
#: OrchardCore.Twitter\AdminMenu.cs:25
|
#: OrchardCore.Twitter\AdminMenuSignin.cs:25
|
||||||
#: OrchardCore.Twitter\AdminMenu.cs:25
|
#: OrchardCore.Twitter\AdminMenuSignin.cs:25
|
||||||
msgctxt "OrchardCore.Twitter.AdminMenuSignin"
|
msgctxt "OrchardCore.Twitter.AdminMenuSignin"
|
||||||
msgid "Sign in with Twitter"
|
msgid "Sign in with Twitter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. builder.Add(S["Configuration"], configuration => configuration
|
#. builder.Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Twitter\AdminMenu.cs:50
|
#: OrchardCore.Twitter\AdminMenuSignin.cs:50
|
||||||
msgctxt "OrchardCore.Twitter.AdminMenu"
|
msgctxt "OrchardCore.Twitter.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. .Add(S["Settings"], settings => settings
|
#. .Add(S["Settings"], settings => settings
|
||||||
#: OrchardCore.Twitter\AdminMenu.cs:51
|
#: OrchardCore.Twitter\AdminMenuSignin.cs:51
|
||||||
msgctxt "OrchardCore.Twitter.AdminMenu"
|
msgctxt "OrchardCore.Twitter.AdminMenu"
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. .Add(S["Twitter"], S["Twitter"].PrefixPosition(), settings => settings
|
#. .Add(S["Twitter"], S["Twitter"].PrefixPosition(), settings => settings
|
||||||
#. .Add(S["Twitter"], S["Twitter"].PrefixPosition(), settings => settings
|
#. .Add(S["Twitter"], S["Twitter"].PrefixPosition(), settings => settings
|
||||||
#: OrchardCore.Twitter\AdminMenu.cs:52
|
#: OrchardCore.Twitter\AdminMenuSignin.cs:52
|
||||||
#: OrchardCore.Twitter\AdminMenu.cs:52
|
#: OrchardCore.Twitter\AdminMenuSignin.cs:52
|
||||||
msgctxt "OrchardCore.Twitter.AdminMenu"
|
msgctxt "OrchardCore.Twitter.AdminMenu"
|
||||||
msgid "Twitter"
|
msgid "Twitter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -107,103 +107,103 @@ msgid "Access token secret is required"
|
|||||||
msgstr "رمز الوصول الأمن مطلوب"
|
msgstr "رمز الوصول الأمن مطلوب"
|
||||||
|
|
||||||
#. public override LocalizedString DisplayText => S["Update Twitter Status Task"];
|
#. public override LocalizedString DisplayText => S["Update Twitter Status Task"];
|
||||||
#: OrchardCore.Twitter\Workflows\Activities\UpdateTwitterStatusTask.cs:32
|
#: OrchardCore.Twitter\Workflows\Activities\UpdateTwitterStatusTask.cs:29
|
||||||
msgctxt "OrchardCore.Twitter.Workflows.Activities.UpdateTwitterStatusTask"
|
msgctxt "OrchardCore.Twitter.Workflows.Activities.UpdateTwitterStatusTask"
|
||||||
msgid "Update Twitter Status Task"
|
msgid "Update Twitter Status Task"
|
||||||
msgstr "مهمة تحديث حالة تويتر"
|
msgstr "مهمة تحديث حالة تويتر"
|
||||||
|
|
||||||
#. public override LocalizedString Category => S["Social"];
|
#. public override LocalizedString Category => S["Social"];
|
||||||
#: OrchardCore.Twitter\Workflows\Activities\UpdateTwitterStatusTask.cs:35
|
#: OrchardCore.Twitter\Workflows\Activities\UpdateTwitterStatusTask.cs:32
|
||||||
msgctxt "OrchardCore.Twitter.Workflows.Activities.UpdateTwitterStatusTask"
|
msgctxt "OrchardCore.Twitter.Workflows.Activities.UpdateTwitterStatusTask"
|
||||||
msgid "Social"
|
msgid "Social"
|
||||||
msgstr "التواصل الاجتماعي"
|
msgstr "التواصل الاجتماعي"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Failed"]);
|
#. return Outcomes(S["Done"], S["Failed"]);
|
||||||
#: OrchardCore.Twitter\Workflows\Activities\UpdateTwitterStatusTask.cs:47
|
#: OrchardCore.Twitter\Workflows\Activities\UpdateTwitterStatusTask.cs:44
|
||||||
msgctxt "OrchardCore.Twitter.Workflows.Activities.UpdateTwitterStatusTask"
|
msgctxt "OrchardCore.Twitter.Workflows.Activities.UpdateTwitterStatusTask"
|
||||||
msgid "Done"
|
msgid "Done"
|
||||||
msgstr "تم"
|
msgstr "تم"
|
||||||
|
|
||||||
#. return Outcomes(S["Done"], S["Failed"]);
|
#. return Outcomes(S["Done"], S["Failed"]);
|
||||||
#: OrchardCore.Twitter\Workflows\Activities\UpdateTwitterStatusTask.cs:47
|
#: OrchardCore.Twitter\Workflows\Activities\UpdateTwitterStatusTask.cs:44
|
||||||
msgctxt "OrchardCore.Twitter.Workflows.Activities.UpdateTwitterStatusTask"
|
msgctxt "OrchardCore.Twitter.Workflows.Activities.UpdateTwitterStatusTask"
|
||||||
msgid "Failed"
|
msgid "Failed"
|
||||||
msgstr "فشل"
|
msgstr "فشل"
|
||||||
|
|
||||||
#. <span class="icon"><i class="fab fa-twitter" aria-hidden="true"></i></span><span class="title">@T["Twitter"]</span>
|
#. <span class="icon"><i class="fa-brands fa-twitter" aria-hidden="true"></i></span><span class="title">@T["Twitter"]</span>
|
||||||
#: OrchardCore.Twitter\Views\NavigationItemText-twitter.Id.cshtml:1
|
#: OrchardCore.Twitter\Views\NavigationItemText-twitter.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.Twitter.Views.NavigationItemText-twitter.Id"
|
msgctxt "OrchardCore.Twitter.Views.NavigationItemText-twitter.Id"
|
||||||
msgid "Twitter"
|
msgid "Twitter"
|
||||||
msgstr "تويتر"
|
msgstr "تويتر"
|
||||||
|
|
||||||
#. <p class="alert alert-warning">@T["The current tenant will be reloaded when the settings are saved."]
|
#. @T["The current tenant will be reloaded when the settings are saved."]
|
||||||
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:4
|
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
||||||
msgid "The current tenant will be reloaded when the settings are saved."
|
msgid "The current tenant will be reloaded when the settings are saved."
|
||||||
msgstr "ستتم إعادة تحميل الـ tenant الحالي عند حفظ الإعدادات."
|
msgstr "ستتم إعادة تحميل الـ tenant الحالي عند حفظ الإعدادات."
|
||||||
|
|
||||||
#. <a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/modules/Twitter/#twitter-integration" target="_blank">@T["See documentation"]</a></p>
|
#. <a class="seedoc" href="@(OrchardCore.Admin.Constants.DocsUrl)reference/modules/Twitter/#twitter-integration" target="_blank">@T["See documentation"]</a>
|
||||||
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:5
|
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
||||||
msgid "See documentation"
|
msgid "See documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <p class="alert alert-danger">@T["An error occurred while decrypting a setting. Please apply and save."]</p>
|
#. <p class="alert alert-danger">@T["An error occurred while decrypting a setting. Please apply and save."]</p>
|
||||||
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:9
|
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
||||||
msgid "An error occurred while decrypting a setting. Please apply and save."
|
msgid "An error occurred while decrypting a setting. Please apply and save."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <h3>@T["Twitter Integration Settings"]</h3>
|
#. <h3>@T["Twitter Integration Settings"]</h3>
|
||||||
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:12
|
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
||||||
msgid "Twitter Integration Settings"
|
msgid "Twitter Integration Settings"
|
||||||
msgstr "إعدادات تكامل تويتر"
|
msgstr "إعدادات تكامل تويتر"
|
||||||
|
|
||||||
#. <label asp-for="APIKey">@T["API key"]</label>
|
#. <label asp-for="APIKey" class="form-label">@T["API key"]</label>
|
||||||
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:16
|
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:18
|
||||||
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
||||||
msgid "API key"
|
msgid "API key"
|
||||||
msgstr "مفتاح API"
|
msgstr "مفتاح API"
|
||||||
|
|
||||||
#. <span class="hint">@T["The API key defined in the Keys and tokens tab of twitter app dashboard."]</span>
|
#. <span class="hint">@T["The API key defined in the Keys and tokens tab of twitter app dashboard."]</span>
|
||||||
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:19
|
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
||||||
msgid "The API key defined in the Keys and tokens tab of twitter app dashboard."
|
msgid "The API key defined in the Keys and tokens tab of twitter app dashboard."
|
||||||
msgstr "مفتاح الـ API معرف في تبويب المفاتيح والرموز للوحة الإعدادات لتطبيق تويتر."
|
msgstr "مفتاح الـ API معرف في تبويب المفاتيح والرموز للوحة الإعدادات لتطبيق تويتر."
|
||||||
|
|
||||||
#. <label asp-for="APISecretKey">@T["API secret key"]</label>
|
#. <label asp-for="APISecretKey" class="form-label">@T["API secret key"]</label>
|
||||||
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:25
|
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:27
|
||||||
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
||||||
msgid "API secret key"
|
msgid "API secret key"
|
||||||
msgstr "المفتاح السري للـ API"
|
msgstr "المفتاح السري للـ API"
|
||||||
|
|
||||||
#. <span class="hint">@T["The API secret defined in the Keys and tokens tab of twitter app dashboard."]</span>
|
#. <span class="hint">@T["The API secret defined in the Keys and tokens tab of twitter app dashboard."]</span>
|
||||||
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:28
|
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:30
|
||||||
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
||||||
msgid "The API secret defined in the Keys and tokens tab of twitter app dashboard."
|
msgid "The API secret defined in the Keys and tokens tab of twitter app dashboard."
|
||||||
msgstr "المفتاح السري للـ API معرف في تبويب المفاتيح والرموز للوحة الإعدادات لتطبيق تويتر."
|
msgstr "المفتاح السري للـ API معرف في تبويب المفاتيح والرموز للوحة الإعدادات لتطبيق تويتر."
|
||||||
|
|
||||||
#. <label asp-for="AccessToken">@T["Access Token"]</label>
|
#. <label asp-for="AccessToken" class="form-label">@T["Access Token"]</label>
|
||||||
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:34
|
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:36
|
||||||
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
||||||
msgid "Access Token"
|
msgid "Access Token"
|
||||||
msgstr "رمز الوصول"
|
msgstr "رمز الوصول"
|
||||||
|
|
||||||
#. <span class="hint">@T["The Access Token defined in the Keys and tokens tab of twitter app dashboard."]</span>
|
#. <span class="hint">@T["The Access Token defined in the Keys and tokens tab of twitter app dashboard."]</span>
|
||||||
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:37
|
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:39
|
||||||
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
||||||
msgid "The Access Token defined in the Keys and tokens tab of twitter app dashboard."
|
msgid "The Access Token defined in the Keys and tokens tab of twitter app dashboard."
|
||||||
msgstr "رمز الوصول معرف في توبيب المفاتيح ورموز الوصول للوحة الإعدادات تطبيق تويتر."
|
msgstr "رمز الوصول معرف في توبيب المفاتيح ورموز الوصول للوحة الإعدادات تطبيق تويتر."
|
||||||
|
|
||||||
#. <label asp-for="AccessTokenSecret">@T["Access Token Secret"]</label>
|
#. <label asp-for="AccessTokenSecret" class="form-label">@T["Access Token Secret"]</label>
|
||||||
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:43
|
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:45
|
||||||
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
||||||
msgid "Access Token Secret"
|
msgid "Access Token Secret"
|
||||||
msgstr "رمز الوصول السري"
|
msgstr "رمز الوصول السري"
|
||||||
|
|
||||||
#. <span class="hint">@T["The Access Token Secret in the Keys and tokens tab of twitter app dashboard."]</span>
|
#. <span class="hint">@T["The Access Token Secret in the Keys and tokens tab of twitter app dashboard."]</span>
|
||||||
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:46
|
#: OrchardCore.Twitter\Views\TwitterSettings.Edit.cshtml:48
|
||||||
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
msgctxt "OrchardCore.Twitter.Views.TwitterSettings.Edit"
|
||||||
msgid "The Access Token Secret in the Keys and tokens tab of twitter app dashboard."
|
msgid "The Access Token Secret in the Keys and tokens tab of twitter app dashboard."
|
||||||
msgstr "رمز الوصول السري معرف في توبيب المفاتيح ورموز الوصول للوحة الإعدادات تطبيق تويتر."
|
msgstr "رمز الوصول السري معرف في توبيب المفاتيح ورموز الوصول للوحة الإعدادات تطبيق تويتر."
|
||||||
@@ -226,7 +226,7 @@ msgctxt "OrchardCore.Twitter.Views.TwitterSigninSettings.Edit"
|
|||||||
msgid "Sign in with Twitter Settings"
|
msgid "Sign in with Twitter Settings"
|
||||||
msgstr "تسجيل الدخول بإستخدام إعدادات تويتر"
|
msgstr "تسجيل الدخول بإستخدام إعدادات تويتر"
|
||||||
|
|
||||||
#. <label asp-for="CallbackPath">@T["CallbackPath"]</label>
|
#. <label asp-for="CallbackPath" class="form-label">@T["CallbackPath"]</label>
|
||||||
#: OrchardCore.Twitter\Views\TwitterSigninSettings.Edit.cshtml:13
|
#: OrchardCore.Twitter\Views\TwitterSigninSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.Twitter.Views.TwitterSigninSettings.Edit"
|
msgctxt "OrchardCore.Twitter.Views.TwitterSigninSettings.Edit"
|
||||||
msgid "CallbackPath"
|
msgid "CallbackPath"
|
||||||
@@ -250,13 +250,13 @@ msgctxt "OrchardCore.Twitter.Views.TwitterSigninSettings.Edit"
|
|||||||
msgid "Store external authentication tokens for reuse"
|
msgid "Store external authentication tokens for reuse"
|
||||||
msgstr "تخزين رمز المصادقة الخارجية لإعادة الاستخدام"
|
msgstr "تخزين رمز المصادقة الخارجية لإعادة الاستخدام"
|
||||||
|
|
||||||
#. <h4><i class="fab fa-twitter" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Update Twitter Status"])</h4>
|
#. <h4><i class="fa-brands fa-twitter" aria-hidden="true"></i>@Model.Activity.GetTitleOrDefault(() => T["Update Twitter Status"])</h4>
|
||||||
#: OrchardCore.Twitter\Views\Items\UpdateTwitterStatusTask.Fields.Design.cshtml:8
|
#: OrchardCore.Twitter\Views\Items\UpdateTwitterStatusTask.Fields.Design.cshtml:8
|
||||||
msgctxt "OrchardCore.Twitter.Views.Items.UpdateTwitterStatusTask.Fields.Design"
|
msgctxt "OrchardCore.Twitter.Views.Items.UpdateTwitterStatusTask.Fields.Design"
|
||||||
msgid "Update Twitter Status"
|
msgid "Update Twitter Status"
|
||||||
msgstr "تحديث حالة تويتر"
|
msgstr "تحديث حالة تويتر"
|
||||||
|
|
||||||
#. <label asp-for="StatusTemplate">@T["Template for updating twitter status"]</label>
|
#. <label asp-for="StatusTemplate" class="form-label">@T["Template for updating twitter status"]</label>
|
||||||
#: OrchardCore.Twitter\Views\Items\UpdateTwitterStatusTask.Fields.Edit.cshtml:6
|
#: OrchardCore.Twitter\Views\Items\UpdateTwitterStatusTask.Fields.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Twitter.Views.Items.UpdateTwitterStatusTask.Fields.Edit"
|
msgctxt "OrchardCore.Twitter.Views.Items.UpdateTwitterStatusTask.Fields.Edit"
|
||||||
msgid "Template for updating twitter status"
|
msgid "Template for updating twitter status"
|
||||||
@@ -268,7 +268,7 @@ msgctxt "OrchardCore.Twitter.Views.Items.UpdateTwitterStatusTask.Fields.Edit"
|
|||||||
msgid "The status text of the tweet."
|
msgid "The status text of the tweet."
|
||||||
msgstr "نص حالة التغريدة."
|
msgstr "نص حالة التغريدة."
|
||||||
|
|
||||||
#. <h4 class="card-title"><i class="fab fa-twitter" aria-hidden="true"></i>@T["Update Twitter Status"]</h4>
|
#. <h4 class="card-title"><i class="fa-brands fa-twitter" aria-hidden="true"></i>@T["Update Twitter Status"]</h4>
|
||||||
#: OrchardCore.Twitter\Views\Items\UpdateTwitterStatusTask.Fields.Thumbnail.cshtml:1
|
#: OrchardCore.Twitter\Views\Items\UpdateTwitterStatusTask.Fields.Thumbnail.cshtml:1
|
||||||
msgctxt "OrchardCore.Twitter.Views.Items.UpdateTwitterStatusTask.Fields.Thumbnail"
|
msgctxt "OrchardCore.Twitter.Views.Items.UpdateTwitterStatusTask.Fields.Thumbnail"
|
||||||
msgid "Update Twitter Status"
|
msgid "Update Twitter Status"
|
||||||
|
|||||||
@@ -10,130 +10,142 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2021-07-15 19:13\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
|
#. reportError(string.Empty, S["Local login is disabled."]);
|
||||||
|
#: OrchardCore.Users.Core\Services\UserService.cs:54
|
||||||
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
|
msgid "Local login is disabled."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. reportError("UserName", S["A user name is required."]);
|
#. reportError("UserName", S["A user name is required."]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:47
|
#: OrchardCore.Users.Core\Services\UserService.cs:60
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "A user name is required."
|
msgid "A user name is required."
|
||||||
msgstr "إسم المستخدم مطلوب."
|
msgstr "إسم المستخدم مطلوب."
|
||||||
|
|
||||||
#. reportError("Password", S["A password is required."]);
|
#. reportError("Password", S["A password is required."]);
|
||||||
#. reportError("Password", S["A password is required."]);
|
#. reportError("Password", S["A password is required."]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:53
|
#: OrchardCore.Users.Core\Services\UserService.cs:66
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:182
|
#: OrchardCore.Users.Core\Services\UserService.cs:195
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "A password is required."
|
msgid "A password is required."
|
||||||
msgstr "كلمة المرور مطلوبه."
|
msgstr "كلمة المرور مطلوبه."
|
||||||
|
|
||||||
#. reportError(string.Empty, S["The specified username/password couple is invalid."]);
|
#. reportError(string.Empty, S["The specified username/password couple is invalid."]);
|
||||||
#. reportError(string.Empty, S["The specified username/password couple is invalid."]);
|
#. reportError(string.Empty, S["The specified username/password couple is invalid."]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:60
|
#: OrchardCore.Users.Core\Services\UserService.cs:73
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:83
|
#: OrchardCore.Users.Core\Services\UserService.cs:96
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "The specified username/password couple is invalid."
|
msgid "The specified username/password couple is invalid."
|
||||||
msgstr "إسم المستخدم/كلمة المرور غير صحيحة."
|
msgstr "إسم المستخدم/كلمة المرور غير صحيحة."
|
||||||
|
|
||||||
#. reportError(string.Empty, S["The user is locked out."]);
|
#. reportError(string.Empty, S["The user is locked out."]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:68
|
#: OrchardCore.Users.Core\Services\UserService.cs:81
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "The user is locked out."
|
msgid "The user is locked out."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. reportError(string.Empty, S["The specified user is not allowed to sign in."]);
|
#. reportError(string.Empty, S["The specified user is not allowed to sign in."]);
|
||||||
#. reportError(string.Empty, S["The specified user is not allowed to sign in."]);
|
#. reportError(string.Empty, S["The specified user is not allowed to sign in."]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:73
|
#: OrchardCore.Users.Core\Services\UserService.cs:86
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:89
|
#: OrchardCore.Users.Core\Services\UserService.cs:102
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "The specified user is not allowed to sign in."
|
msgid "The specified user is not allowed to sign in."
|
||||||
msgstr "المستخدم المحدد غير مسموح له من تسجيل الدخول."
|
msgstr "المستخدم المحدد غير مسموح له من تسجيل الدخول."
|
||||||
|
|
||||||
#. reportError(string.Empty, S["The specified user is not allowed to sign in using password authentication."]);
|
#. reportError(string.Empty, S["The specified user is not allowed to sign in using password authentication."]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:78
|
#: OrchardCore.Users.Core\Services\UserService.cs:91
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "The specified user is not allowed to sign in using password authentication."
|
msgid "The specified user is not allowed to sign in using password authentication."
|
||||||
msgstr "المستخدم المحدد غير مسموح له بتسجيل الدخول بإستخدام مصادقة كلمة المرور."
|
msgstr "المستخدم المحدد غير مسموح له بتسجيل الدخول بإستخدام مصادقة كلمة المرور."
|
||||||
|
|
||||||
#. reportError("UserName", S["A email address is required."]);
|
#. reportError("UserName", S["A email address is required."]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:176
|
#: OrchardCore.Users.Core\Services\UserService.cs:189
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "A email address is required."
|
msgid "A email address is required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. reportError("Token", S["A token is required."]);
|
#. reportError("Token", S["A token is required."]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:188
|
#: OrchardCore.Users.Core\Services\UserService.cs:201
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "A token is required."
|
msgid "A token is required."
|
||||||
msgstr "العلامة الرمزية مطلوبه."
|
msgstr "العلامة الرمزية مطلوبه."
|
||||||
|
|
||||||
#. reportError("Password", S["Passwords must have at least one digit character ('0'-'9')."]);
|
#. reportError("Password", S["Passwords must have at least one digit character ('0'-'9')."]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:243
|
#: OrchardCore.Users.Core\Services\UserService.cs:257
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "Passwords must have at least one digit character ('0'-'9')."
|
msgid "Passwords must have at least one digit character ('0'-'9')."
|
||||||
msgstr "كلمة المرور يجب أن تحتوي على الأقل على رقم واحد ('0'-'9')."
|
msgstr "كلمة المرور يجب أن تحتوي على الأقل على رقم واحد ('0'-'9')."
|
||||||
|
|
||||||
#. reportError("Password", S["Passwords must have at least one lowercase character ('a'-'z')."]);
|
#. reportError("Password", S["Passwords must have at least one lowercase character ('a'-'z')."]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:246
|
#: OrchardCore.Users.Core\Services\UserService.cs:260
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "Passwords must have at least one lowercase character ('a'-'z')."
|
msgid "Passwords must have at least one lowercase character ('a'-'z')."
|
||||||
msgstr "كلمة المرور يجب أن تحتوي على الأقل على حرف صغير ('a'-'z')."
|
msgstr "كلمة المرور يجب أن تحتوي على الأقل على حرف صغير ('a'-'z')."
|
||||||
|
|
||||||
#. reportError("Password", S["Passwords must have at least one uppercase character ('A'-'Z')."]);
|
#. reportError("Password", S["Passwords must have at least one uppercase character ('A'-'Z')."]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:249
|
#: OrchardCore.Users.Core\Services\UserService.cs:263
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "Passwords must have at least one uppercase character ('A'-'Z')."
|
msgid "Passwords must have at least one uppercase character ('A'-'Z')."
|
||||||
msgstr "كلمة المرور يجب أن تحتوي على الأقل على حرف كبير ('A'-'Z')."
|
msgstr "كلمة المرور يجب أن تحتوي على الأقل على حرف كبير ('A'-'Z')."
|
||||||
|
|
||||||
#. reportError("Password", S["Passwords must have at least one non letter or digit character."]);
|
#. reportError("Password", S["Passwords must have at least one non letter or digit character."]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:252
|
#: OrchardCore.Users.Core\Services\UserService.cs:266
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "Passwords must have at least one non letter or digit character."
|
msgid "Passwords must have at least one non letter or digit character."
|
||||||
msgstr "كلمة المرور يجب أن تحتوي على الأفل على غير حرف أو رقم."
|
msgstr "كلمة المرور يجب أن تحتوي على الأفل على غير حرف أو رقم."
|
||||||
|
|
||||||
#. reportError("Password", S["Passwords must be at least {0} characters.", _identityOptions.Value.Password.RequiredLength]);
|
#. reportError("Password", S["Passwords must be at least {0} characters.", _identityOptions.Value.Password.RequiredLength]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:255
|
#: OrchardCore.Users.Core\Services\UserService.cs:269
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "Passwords must be at least {0} characters."
|
msgid "Passwords must be at least {0} characters."
|
||||||
msgstr "كلمة المرور يجب أن تحتوي على الأقل {0} أحرف."
|
msgstr "كلمة المرور يجب أن تحتوي على الأقل {0} أحرف."
|
||||||
|
|
||||||
#. reportError("Password", S["Passwords must contain at least {0} unique characters.", _identityOptions.Value.Password.RequiredUniqueChars]);
|
#. reportError("Password", S["Passwords must contain at least {0} unique characters.", _identityOptions.Value.Password.RequiredUniqueChars]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:258
|
#: OrchardCore.Users.Core\Services\UserService.cs:272
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "Passwords must contain at least {0} unique characters."
|
msgid "Passwords must contain at least {0} unique characters."
|
||||||
msgstr "كلمة المرور يجب أن تحتوي على الأقل {0} أحرف فريده."
|
msgstr "كلمة المرور يجب أن تحتوي على الأقل {0} أحرف فريده."
|
||||||
|
|
||||||
#. reportError("CurrentPassword", S["Incorrect password."]);
|
#. reportError("CurrentPassword", S["Incorrect password."]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:263
|
#: OrchardCore.Users.Core\Services\UserService.cs:277
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "Incorrect password."
|
msgid "Incorrect password."
|
||||||
msgstr "كلمة المرور غير صحيحة."
|
msgstr "كلمة المرور غير صحيحة."
|
||||||
|
|
||||||
#. reportError("UserName", S["User name '{0}' is invalid, can only contain letters or digits.", user.UserName]);
|
#. reportError("UserName", S["User name '{0}' is invalid, can only contain letters or digits.", user.UserName]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:268
|
#: OrchardCore.Users.Core\Services\UserService.cs:282
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "User name '{0}' is invalid, can only contain letters or digits."
|
msgid "User name '{0}' is invalid, can only contain letters or digits."
|
||||||
msgstr "اسم المستخدم '{0}' غير صحيح، يمكن أن يحتوي على أحرف أو أرقام فقط."
|
msgstr "اسم المستخدم '{0}' غير صحيح، يمكن أن يحتوي على أحرف أو أرقام فقط."
|
||||||
|
|
||||||
#. reportError("UserName", S["User name '{0}' is already used.", user.UserName]);
|
#. reportError("UserName", S["User name '{0}' is already used.", user.UserName]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:271
|
#: OrchardCore.Users.Core\Services\UserService.cs:285
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "User name '{0}' is already used."
|
msgid "User name '{0}' is already used."
|
||||||
msgstr "إسم المستخدم '{0}' قيد الاستخدام."
|
msgstr "إسم المستخدم '{0}' قيد الاستخدام."
|
||||||
|
|
||||||
#. reportError("Email", S["Email '{0}' is already used.", user.Email]);
|
#. reportError("Email", S["Email '{0}' is already used.", user.Email]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:276
|
#: OrchardCore.Users.Core\Services\UserService.cs:290
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "Email '{0}' is already used."
|
msgid "Email '{0}' is already used."
|
||||||
msgstr "البريد الإلكتروني '{0}' قيد الاستخدام."
|
msgstr "البريد الإلكتروني '{0}' قيد الاستخدام."
|
||||||
|
|
||||||
#. reportError("Email", S["Email '{0}' is invalid.", user.Email]);
|
#. reportError("Email", S["Email '{0}' is invalid.", user.Email]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:279
|
#: OrchardCore.Users.Core\Services\UserService.cs:293
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "Email '{0}' is invalid."
|
msgid "Email '{0}' is invalid."
|
||||||
msgstr "البريد الإلكتروني '{0}' غير صحيح."
|
msgstr "البريد الإلكتروني '{0}' غير صحيح."
|
||||||
|
|
||||||
|
#. reportError(string.Empty, S["The reset token is invalid. Please request a new token."]);
|
||||||
|
#: OrchardCore.Users.Core\Services\UserService.cs:296
|
||||||
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
|
msgid "The reset token is invalid. Please request a new token."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. reportError(string.Empty, S["Unexpected error: '{0}'.", error.Code]);
|
#. reportError(string.Empty, S["Unexpected error: '{0}'.", error.Code]);
|
||||||
#: OrchardCore.Users.Core\Services\UserService.cs:283
|
#: OrchardCore.Users.Core\Services\UserService.cs:299
|
||||||
msgctxt "OrchardCore.Users.Services.UserService"
|
msgctxt "OrchardCore.Users.Services.UserService"
|
||||||
msgid "Unexpected error: '{0}'."
|
msgid "Unexpected error: '{0}'."
|
||||||
msgstr "خطأ غير متوقع: '{0}'."
|
msgstr "خطأ غير متوقع: '{0}'."
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. <button type="button" title="@T["Insert Widget"]" class="btn btn-primary btn-sm dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
#. <button type="button" title="@T["Insert Widget"]" class="btn btn-primary btn-sm dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
#: OrchardCore.Widgets\Views\ContentCard-WidgetsListPart.Edit.cshtml:24
|
#: OrchardCore.Widgets\Views\ContentCard-WidgetsListPart.Edit.cshtml:24
|
||||||
@@ -18,13 +18,13 @@ msgctxt "OrchardCore.Widgets.Views.ContentCard-WidgetsListPart.Edit"
|
|||||||
msgid "Insert Widget"
|
msgid "Insert Widget"
|
||||||
msgstr "إدراج مربع جانبي"
|
msgstr "إدراج مربع جانبي"
|
||||||
|
|
||||||
#. <button type="button" class="btn btn-danger widget-list-delete" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this item?"]"><i class="fa fa-trash" aria-hidden="true"></i></button>
|
#. <button type="button" class="btn btn-danger widget-list-delete" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this item?"]"><i class="fa-solid fa-trash" aria-hidden="true"></i></button>
|
||||||
#: OrchardCore.Widgets\Views\ContentCard-WidgetsListPart.Edit.cshtml:53
|
#: OrchardCore.Widgets\Views\ContentCard-WidgetsListPart.Edit.cshtml:53
|
||||||
msgctxt "OrchardCore.Widgets.Views.ContentCard-WidgetsListPart.Edit"
|
msgctxt "OrchardCore.Widgets.Views.ContentCard-WidgetsListPart.Edit"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "حذف"
|
msgstr "حذف"
|
||||||
|
|
||||||
#. <button type="button" class="btn btn-danger widget-list-delete" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this item?"]"><i class="fa fa-trash" aria-hidden="true"></i></button>
|
#. <button type="button" class="btn btn-danger widget-list-delete" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this item?"]"><i class="fa-solid fa-trash" aria-hidden="true"></i></button>
|
||||||
#: OrchardCore.Widgets\Views\ContentCard-WidgetsListPart.Edit.cshtml:53
|
#: OrchardCore.Widgets\Views\ContentCard-WidgetsListPart.Edit.cshtml:53
|
||||||
msgctxt "OrchardCore.Widgets.Views.ContentCard-WidgetsListPart.Edit"
|
msgctxt "OrchardCore.Widgets.Views.ContentCard-WidgetsListPart.Edit"
|
||||||
msgid "Are you sure you want to remove this item?"
|
msgid "Are you sure you want to remove this item?"
|
||||||
@@ -48,13 +48,13 @@ msgctxt "OrchardCore.Widgets.Views.WidgetsListPart.Edit"
|
|||||||
msgid "Add Widget"
|
msgid "Add Widget"
|
||||||
msgstr "اضافة ودجت"
|
msgstr "اضافة ودجت"
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Widgets\Views\WidgetsListPart.Option.cshtml:4
|
#: OrchardCore.Widgets\Views\WidgetsListPart.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.Widgets.Views.WidgetsListPart.Option"
|
msgctxt "OrchardCore.Widgets.Views.WidgetsListPart.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "قياسي"
|
msgstr "قياسي"
|
||||||
|
|
||||||
#. <label asp-for="Zones">@T["Available widgets zones"]</label>
|
#. <label asp-for="Zones" class="form-label">@T["Available widgets zones"]</label>
|
||||||
#: OrchardCore.Widgets\Views\WidgetsPartSettings.Edit.cshtml:4
|
#: OrchardCore.Widgets\Views\WidgetsPartSettings.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.Widgets.Views.WidgetsPartSettings.Edit"
|
msgctxt "OrchardCore.Widgets.Views.WidgetsPartSettings.Edit"
|
||||||
msgid "Available widgets zones"
|
msgid "Available widgets zones"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -10,10 +10,10 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 17:49\n"
|
"PO-Revision-Date: 2023-07-18 16:32\n"
|
||||||
|
|
||||||
#. context.ErrorMessage = S["The tenant should not be the '{0}' tenant.", ShellHelper.DefaultShellName];
|
#. context.ErrorMessage = S["The tenant should not be the '{0}' tenant.", ShellSettings.DefaultShellName];
|
||||||
#: OrchardCore\Shell\Removing\ShellRemovalManager.cs:46
|
#: OrchardCore\Shell\Removing\ShellRemovalManager.cs:45
|
||||||
msgctxt "OrchardCore.Environment.Shell.Removing.ShellRemovalManager"
|
msgctxt "OrchardCore.Environment.Shell.Removing.ShellRemovalManager"
|
||||||
msgid "The tenant should not be the '{0}' tenant."
|
msgid "The tenant should not be the '{0}' tenant."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -67,7 +67,7 @@ msgid "Failed to remove the site folder '{0}'."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.ErrorMessage = S["Failed to remove the web root folder '{0}'.", shellWebRootFolder];
|
#. context.ErrorMessage = S["Failed to remove the web root folder '{0}'.", shellWebRootFolder];
|
||||||
#: OrchardCore\Shell\Removing\ShellWebRootRemovingHandler.cs:75
|
#: OrchardCore\Shell\Removing\ShellWebRootRemovingHandler.cs:74
|
||||||
msgctxt "OrchardCore.Environment.Shell.Removing.ShellWebRootRemovingHandler"
|
msgctxt "OrchardCore.Environment.Shell.Removing.ShellWebRootRemovingHandler"
|
||||||
msgid "Failed to remove the web root folder '{0}'."
|
msgid "Failed to remove the web root folder '{0}'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -10,58 +10,36 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. <a id="btn-darkmode" class="me-3" data-bs-toggle="tooltip" data-bs-placement="bottom" title="@(darkMode ? T["Light mode"] : T["Dark mode"])" role="button">
|
|
||||||
#. <span class="d-none">@T["Light mode"]</span>
|
|
||||||
#: TheAdmin\Views\Layout.cshtml:46
|
|
||||||
#: TheAdmin\Views\Layout.cshtml:50
|
|
||||||
msgctxt "TheAdmin.Views.Layout"
|
|
||||||
msgid "Light mode"
|
|
||||||
msgstr "المظهر الفاتح"
|
|
||||||
|
|
||||||
#. <a id="btn-darkmode" class="me-3" data-bs-toggle="tooltip" data-bs-placement="bottom" title="@(darkMode ? T["Light mode"] : T["Dark mode"])" role="button">
|
|
||||||
#. <span class="d-none">@T["Dark mode"]</span>
|
|
||||||
#: TheAdmin\Views\Layout.cshtml:46
|
|
||||||
#: TheAdmin\Views\Layout.cshtml:55
|
|
||||||
msgctxt "TheAdmin.Views.Layout"
|
|
||||||
msgid "Dark mode"
|
|
||||||
msgstr "المظهر الغامق"
|
|
||||||
|
|
||||||
#. <a href="@Url.Content("~/")" class="me-3" target="_blank" data-bs-toggle="tooltip" data-bs-placement="bottom" title="@T["Visit Site"]" role="button">
|
|
||||||
#: TheAdmin\Views\Layout.cshtml:59
|
|
||||||
msgctxt "TheAdmin.Views.Layout"
|
|
||||||
msgid "Visit Site"
|
|
||||||
msgstr "زيارة الموقع"
|
|
||||||
|
|
||||||
#. <button type="button" class="leftbar-compactor" title="@T["Collapse / expand menu"]">
|
#. <button type="button" class="leftbar-compactor" title="@T["Collapse / expand menu"]">
|
||||||
#. <span class="d-none">@T["Collapse / expand menu"]</span>
|
#. <span class="d-none">@T["Collapse / expand menu"]</span>
|
||||||
#: TheAdmin\Views\Layout.cshtml:70
|
#: TheAdmin\Views\Layout.cshtml:72
|
||||||
#: TheAdmin\Views\Layout.cshtml:71
|
#: TheAdmin\Views\Layout.cshtml:73
|
||||||
msgctxt "TheAdmin.Views.Layout"
|
msgctxt "TheAdmin.Views.Layout"
|
||||||
msgid "Collapse / expand menu"
|
msgid "Collapse / expand menu"
|
||||||
msgstr "إغلاق/فتح القائمة"
|
msgstr "إغلاق/فتح القائمة"
|
||||||
|
|
||||||
#. <div id="confirmRemoveModalMetadata" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this element?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]" data-ok-class="btn-danger" data-cancel-class="btn-secondary"></div>
|
#. <div id="confirmRemoveModalMetadata" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this element?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]" data-ok-class="btn-danger" data-cancel-class="btn-secondary"></div>
|
||||||
#: TheAdmin\Views\Layout.cshtml:90
|
#: TheAdmin\Views\Layout.cshtml:92
|
||||||
msgctxt "TheAdmin.Views.Layout"
|
msgctxt "TheAdmin.Views.Layout"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "حذف"
|
msgstr "حذف"
|
||||||
|
|
||||||
#. <div id="confirmRemoveModalMetadata" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this element?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]" data-ok-class="btn-danger" data-cancel-class="btn-secondary"></div>
|
#. <div id="confirmRemoveModalMetadata" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this element?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]" data-ok-class="btn-danger" data-cancel-class="btn-secondary"></div>
|
||||||
#: TheAdmin\Views\Layout.cshtml:90
|
#: TheAdmin\Views\Layout.cshtml:92
|
||||||
msgctxt "TheAdmin.Views.Layout"
|
msgctxt "TheAdmin.Views.Layout"
|
||||||
msgid "Are you sure you want to remove this element?"
|
msgid "Are you sure you want to remove this element?"
|
||||||
msgstr "هل أنت متأكد أنك تريد حذف هذا العنصر؟"
|
msgstr "هل أنت متأكد أنك تريد حذف هذا العنصر؟"
|
||||||
|
|
||||||
#. <div id="confirmRemoveModalMetadata" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this element?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]" data-ok-class="btn-danger" data-cancel-class="btn-secondary"></div>
|
#. <div id="confirmRemoveModalMetadata" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this element?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]" data-ok-class="btn-danger" data-cancel-class="btn-secondary"></div>
|
||||||
#: TheAdmin\Views\Layout.cshtml:90
|
#: TheAdmin\Views\Layout.cshtml:92
|
||||||
msgctxt "TheAdmin.Views.Layout"
|
msgctxt "TheAdmin.Views.Layout"
|
||||||
msgid "Ok"
|
msgid "Ok"
|
||||||
msgstr "موافق"
|
msgstr "موافق"
|
||||||
|
|
||||||
#. <div id="confirmRemoveModalMetadata" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this element?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]" data-ok-class="btn-danger" data-cancel-class="btn-secondary"></div>
|
#. <div id="confirmRemoveModalMetadata" data-title="@T["Delete"]" data-message="@T["Are you sure you want to remove this element?"]" data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]" data-ok-class="btn-danger" data-cancel-class="btn-secondary"></div>
|
||||||
#: TheAdmin\Views\Layout.cshtml:90
|
#: TheAdmin\Views\Layout.cshtml:92
|
||||||
msgctxt "TheAdmin.Views.Layout"
|
msgctxt "TheAdmin.Views.Layout"
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "إلغاء"
|
msgstr "إلغاء"
|
||||||
@@ -72,3 +50,55 @@ msgctxt "TheAdmin.Views.Navigation-admin"
|
|||||||
msgid "Filter"
|
msgid "Filter"
|
||||||
msgstr "تصفية"
|
msgstr "تصفية"
|
||||||
|
|
||||||
|
#: TheAdmin\Views\Pager_First.cshtml:0
|
||||||
|
msgctxt "TheAdmin.Views.Pager_First"
|
||||||
|
msgid "Go to first page."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: TheAdmin\Views\Pager_Last.cshtml:0
|
||||||
|
msgctxt "TheAdmin.Views.Pager_Last"
|
||||||
|
msgid "Go to last page."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: TheAdmin\Views\Pager_Next.cshtml:0
|
||||||
|
msgctxt "TheAdmin.Views.Pager_Next"
|
||||||
|
msgid "Go to next page."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: TheAdmin\Views\Pager_Previous.cshtml:0
|
||||||
|
msgctxt "TheAdmin.Views.Pager_Previous"
|
||||||
|
msgid "Go to previous page."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <nav aria-label="@T["Listing pages"]">
|
||||||
|
#: TheAdmin\Views\Pager.cshtml:6
|
||||||
|
msgctxt "TheAdmin.Views.Pager"
|
||||||
|
msgid "Listing pages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <button class="btn btn-link nav-link dropdown-toggle" id="bd-theme" type="button" aria-expanded="false" data-bs-toggle="dropdown" data-bs-display="static" aria-label="@T["Toggle theme"]">
|
||||||
|
#. <span class="d-none" id="bd-theme-text">@T["Toggle theme"]</span>
|
||||||
|
#: TheAdmin\Views\ToggleTheme.cshtml:3
|
||||||
|
#: TheAdmin\Views\ToggleTheme.cshtml:5
|
||||||
|
msgctxt "TheAdmin.Views.ToggleTheme"
|
||||||
|
msgid "Toggle theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="ps-2">@T["Auto"]</span>
|
||||||
|
#: TheAdmin\Views\ToggleTheme.cshtml:13
|
||||||
|
msgctxt "TheAdmin.Views.ToggleTheme"
|
||||||
|
msgid "Auto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="ps-2">@T["Light"]</span>
|
||||||
|
#: TheAdmin\Views\ToggleTheme.cshtml:21
|
||||||
|
msgctxt "TheAdmin.Views.ToggleTheme"
|
||||||
|
msgid "Light"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="ps-2">@T["Dark"]</span>
|
||||||
|
#: TheAdmin\Views\ToggleTheme.cshtml:29
|
||||||
|
msgctxt "TheAdmin.Views.ToggleTheme"
|
||||||
|
msgid "Dark"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,17 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
|
#: TheAgencyTheme\Views\HttpError-NotFound.liquid:0
|
||||||
|
msgctxt "TheAgencyTheme.Views.HttpError-NotFound"
|
||||||
|
msgid "Page Not Found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: TheAgencyTheme\Views\HttpError-NotFound.liquid:0
|
||||||
|
msgctxt "TheAgencyTheme.Views.HttpError-NotFound"
|
||||||
|
msgid "The page you requested could not be found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: TheAgencyTheme\Views\SearchForm.liquid:0
|
#: TheAgencyTheme\Views\SearchForm.liquid:0
|
||||||
msgctxt "TheAgencyTheme.Views.SearchForm"
|
msgctxt "TheAgencyTheme.Views.SearchForm"
|
||||||
@@ -27,16 +37,6 @@ msgctxt "TheAgencyTheme.Views.SearchResults"
|
|||||||
msgid "There are no such results."
|
msgid "There are no such results."
|
||||||
msgstr "لا توجد أي نتائج."
|
msgstr "لا توجد أي نتائج."
|
||||||
|
|
||||||
#: TheAgencyTheme\Views\Shared\NotFound.liquid:0
|
|
||||||
msgctxt "TheAgencyTheme.Views.Shared.NotFound"
|
|
||||||
msgid "Page Not Found"
|
|
||||||
msgstr "لم يتم العثور على الصفحة"
|
|
||||||
|
|
||||||
#: TheAgencyTheme\Views\Shared\NotFound.liquid:0
|
|
||||||
msgctxt "TheAgencyTheme.Views.Shared.NotFound"
|
|
||||||
msgid "The page you requested could not be found."
|
|
||||||
msgstr "لا يمكن العقور على الصفحة التي طلبتها."
|
|
||||||
|
|
||||||
#: TheAgencyTheme\Views\Shared\Search.liquid:0
|
#: TheAgencyTheme\Views\Shared\Search.liquid:0
|
||||||
msgctxt "TheAgencyTheme.Views.Shared.Search"
|
msgctxt "TheAgencyTheme.Views.Shared.Search"
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#: TheBlogTheme\Views\Blog-ListPart.liquid:0
|
#: TheBlogTheme\Views\Blog-ListPart.liquid:0
|
||||||
msgctxt "TheBlogTheme.Views.Blog-ListPart"
|
msgctxt "TheBlogTheme.Views.Blog-ListPart"
|
||||||
@@ -82,6 +82,11 @@ msgctxt "TheBlogTheme.Views.Content-BlogPost.Summary"
|
|||||||
msgid "on {0}"
|
msgid "on {0}"
|
||||||
msgstr "في {0}"
|
msgstr "في {0}"
|
||||||
|
|
||||||
|
#: TheBlogTheme\Views\HttpError-NotFound.liquid:0
|
||||||
|
msgctxt "TheBlogTheme.Views.HttpError-NotFound"
|
||||||
|
msgid "Page Not Found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: TheBlogTheme\Views\Search-Form.liquid:0
|
#: TheBlogTheme\Views\Search-Form.liquid:0
|
||||||
msgctxt "TheBlogTheme.Views.Search-Form"
|
msgctxt "TheBlogTheme.Views.Search-Form"
|
||||||
msgid "Enter your search term(s)"
|
msgid "Enter your search term(s)"
|
||||||
@@ -97,11 +102,6 @@ msgctxt "TheBlogTheme.Views.Search-Results"
|
|||||||
msgid "There are no such results."
|
msgid "There are no such results."
|
||||||
msgstr "لا توجد أي نتائج."
|
msgstr "لا توجد أي نتائج."
|
||||||
|
|
||||||
#: TheBlogTheme\Views\Shared\NotFound.liquid:0
|
|
||||||
msgctxt "TheBlogTheme.Views.Shared.NotFound"
|
|
||||||
msgid "Page Not Found"
|
|
||||||
msgstr "الصفحة غير موجوده"
|
|
||||||
|
|
||||||
#: TheBlogTheme\Views\Shared\Search.liquid:0
|
#: TheBlogTheme\Views\Shared\Search.liquid:0
|
||||||
msgctxt "TheBlogTheme.Views.Shared.Search"
|
msgctxt "TheBlogTheme.Views.Shared.Search"
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
"PO-Revision-Date: 2023-02-18 20:23\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. <h4>@T["Welcome to Orchard Core, your site has been successfully set up."]</h4>
|
#. <h4>@T["Welcome to Orchard Core, your site has been successfully set up."]</h4>
|
||||||
#: TheTheme\Views\Home\Index.cshtml:2
|
#: TheTheme\Views\Home\Index.cshtml:2
|
||||||
@@ -18,39 +18,57 @@ msgctxt "TheTheme.Views.Home.Index"
|
|||||||
msgid "Welcome to Orchard Core, your site has been successfully set up."
|
msgid "Welcome to Orchard Core, your site has been successfully set up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a class="dropdown-item" asp-route-area="OrchardCore.Admin" asp-controller="Admin" asp-action="Index"><i class="fa fa-desktop fa-fw" aria-hidden="true"></i> @T["Dashboard"]</a>
|
#. <a role="button" class="nav-link dropdown-toggle" id="bd-theme" aria-expanded="false" data-bs-toggle="dropdown" data-bs-display="static" aria-label="@T["Toggle theme"]">
|
||||||
#: TheTheme\Views\LoginMenu.cshtml:24
|
#. <span class="d-none" id="bd-theme-text">@T["Toggle theme"]</span>
|
||||||
msgctxt "TheTheme.Views.LoginMenu"
|
#: TheTheme\Views\ToggleTheme.cshtml:2
|
||||||
msgid "Dashboard"
|
#: TheTheme\Views\ToggleTheme.cshtml:4
|
||||||
msgstr "لوحة المعلومات"
|
msgctxt "TheTheme.Views.ToggleTheme"
|
||||||
|
msgid "Toggle theme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <a class="dropdown-item" asp-route-area="OrchardCore.Users" asp-controller="ChangeEmail" asp-action="Index"><i class="fa fa-envelope fa-fw" aria-hidden="true"></i> @T["Change Email"]</a>
|
#. <span class="ps-2">@T["Auto"]</span>
|
||||||
#: TheTheme\Views\LoginMenu.cshtml:28
|
#: TheTheme\Views\ToggleTheme.cshtml:12
|
||||||
msgctxt "TheTheme.Views.LoginMenu"
|
msgctxt "TheTheme.Views.ToggleTheme"
|
||||||
msgid "Change Email"
|
msgid "Auto"
|
||||||
msgstr "تغيير البريد الإلكتروني"
|
msgstr ""
|
||||||
|
|
||||||
#. <a class="dropdown-item" asp-route-area="OrchardCore.Users" asp-controller="Account" asp-action="ChangePassword" asp-route-returnUrl="@FullRequestPath"><i class="fa fa-lock fa-fw" aria-hidden="true"></i> @T["Change Password"]</a>
|
#. <span class="ps-2">@T["Light"]</span>
|
||||||
#: TheTheme\Views\LoginMenu.cshtml:30
|
#: TheTheme\Views\ToggleTheme.cshtml:20
|
||||||
msgctxt "TheTheme.Views.LoginMenu"
|
msgctxt "TheTheme.Views.ToggleTheme"
|
||||||
msgid "Change Password"
|
msgid "Light"
|
||||||
msgstr "تغيير كلمة المرور"
|
msgstr ""
|
||||||
|
|
||||||
#. <a class="dropdown-item" asp-route-area="OrchardCore.Users" asp-controller="Account" asp-action="ExternalLogins"><i class="fa fa-user-lock fa-fw" aria-hidden="true"></i> @T["External Logins"]</a>
|
#. <span class="ps-2">@T["Dark"]</span>
|
||||||
#: TheTheme\Views\LoginMenu.cshtml:33
|
#: TheTheme\Views\ToggleTheme.cshtml:28
|
||||||
msgctxt "TheTheme.Views.LoginMenu"
|
msgctxt "TheTheme.Views.ToggleTheme"
|
||||||
msgid "External Logins"
|
msgid "Dark"
|
||||||
msgstr "تسجيلات الدخول الخارجية"
|
msgstr ""
|
||||||
|
|
||||||
#. <button type="submit" class="btn btn-link navbar-btn dropdown-item"><i class="fa fa-sign-out-alt fa-fw" aria-hidden="true"></i> @T["Log off"]</button>
|
#: TheTheme\Views\UserNotificationNavbar.cshtml:0
|
||||||
#: TheTheme\Views\LoginMenu.cshtml:36
|
msgctxt "TheTheme.Views.UserNotificationNavbar"
|
||||||
msgctxt "TheTheme.Views.LoginMenu"
|
msgid "You have more than {0} unread notifications"
|
||||||
msgid "Log off"
|
msgstr ""
|
||||||
msgstr "تسجيل الخروج"
|
|
||||||
|
|
||||||
#. <li class="nav-item"><a class="nav-link" asp-route-area="OrchardCore.Users" asp-controller="Account" asp-action="Login"><i class="fa fa-sign-in-alt fa-fw" aria-hidden="true"></i> @T["Log in"]</a></li>
|
#: TheTheme\Views\UserNotificationNavbar.cshtml:0
|
||||||
#: TheTheme\Views\LoginMenu.cshtml:43
|
msgctxt "TheTheme.Views.UserNotificationNavbar"
|
||||||
msgctxt "TheTheme.Views.LoginMenu"
|
msgid "You have {1} unread notification"
|
||||||
msgid "Log in"
|
msgid_plural "You have {0} unread notifications"
|
||||||
msgstr "تسجيل الدخول"
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
msgstr[3] ""
|
||||||
|
msgstr[4] ""
|
||||||
|
msgstr[5] ""
|
||||||
|
|
||||||
|
#. <i class="fa-regular fa-bell" aria-hidden="true" data-bs-toggle="tooltip" data-bs-original-title="@T["You have no unread notifications"]"></i>
|
||||||
|
#: TheTheme\Views\UserNotificationNavbar.cshtml:31
|
||||||
|
msgctxt "TheTheme.Views.UserNotificationNavbar"
|
||||||
|
msgid "You have no unread notifications"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <a class="dropdown-item fw-bold" asp-action="List" asp-controller="Admin" asp-area="OrchardCore.Notifications">@T["Notification Center"]</a>
|
||||||
|
#: TheTheme\Views\UserNotificationNavbar.cshtml:54
|
||||||
|
msgctxt "TheTheme.Views.UserNotificationNavbar"
|
||||||
|
msgid "Notification Center"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:24\n"
|
"PO-Revision-Date: 2023-12-22 16:05\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], design => design
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Admin\AdminMenu.cs:26
|
#: OrchardCore.Admin\AdminMenu.cs:26
|
||||||
msgctxt "OrchardCore.Admin.AdminMenu"
|
msgctxt "OrchardCore.Admin.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
@@ -33,13 +33,13 @@ msgid "Admin"
|
|||||||
msgstr "Administrace"
|
msgstr "Administrace"
|
||||||
|
|
||||||
#. services.AddSiteSettingsPropertyDeploymentStep<AdminSettings, DeploymentStartup>(S => S["Admin settings"], S => S["Exports the admin settings."]);
|
#. services.AddSiteSettingsPropertyDeploymentStep<AdminSettings, DeploymentStartup>(S => S["Admin settings"], S => S["Exports the admin settings."]);
|
||||||
#: OrchardCore.Admin\Startup.cs:92
|
#: OrchardCore.Admin\Startup.cs:93
|
||||||
msgctxt "OrchardCore.Admin.DeploymentStartup"
|
msgctxt "OrchardCore.Admin.DeploymentStartup"
|
||||||
msgid "Admin settings"
|
msgid "Admin settings"
|
||||||
msgstr "Nastavení správce"
|
msgstr "Nastavení správce"
|
||||||
|
|
||||||
#. services.AddSiteSettingsPropertyDeploymentStep<AdminSettings, DeploymentStartup>(S => S["Admin settings"], S => S["Exports the admin settings."]);
|
#. services.AddSiteSettingsPropertyDeploymentStep<AdminSettings, DeploymentStartup>(S => S["Admin settings"], S => S["Exports the admin settings."]);
|
||||||
#: OrchardCore.Admin\Startup.cs:92
|
#: OrchardCore.Admin\Startup.cs:93
|
||||||
msgctxt "OrchardCore.Admin.DeploymentStartup"
|
msgctxt "OrchardCore.Admin.DeploymentStartup"
|
||||||
msgid "Exports the admin settings."
|
msgid "Exports the admin settings."
|
||||||
msgstr "Exportuje nastavení správce."
|
msgstr "Exportuje nastavení správce."
|
||||||
@@ -50,23 +50,23 @@ msgctxt "OrchardCore.Admin.Views.AdminDashboard"
|
|||||||
msgid "Welcome to Orchard Core"
|
msgid "Welcome to Orchard Core"
|
||||||
msgstr "Vítejte v Orchard Core"
|
msgstr "Vítejte v Orchard Core"
|
||||||
|
|
||||||
#. <p>@T["Feel free to browse the menu and discover all its possibilities."]</p>
|
#. <p class="mb-0">@T["Feel free to browse the menu and discover all its possibilities."]</p>
|
||||||
#: OrchardCore.Admin\Views\AdminDashboard.cshtml:3
|
#: OrchardCore.Admin\Views\AdminDashboard.cshtml:3
|
||||||
msgctxt "OrchardCore.Admin.Views.AdminDashboard"
|
msgctxt "OrchardCore.Admin.Views.AdminDashboard"
|
||||||
msgid "Feel free to browse the menu and discover all its possibilities."
|
msgid "Feel free to browse the menu and discover all its possibilities."
|
||||||
msgstr "Prohlédněte si menu a objevte všechny možnosti."
|
msgstr "Prohlédněte si menu a objevte všechny možnosti."
|
||||||
|
|
||||||
#. <label asp-for="DisplayDarkMode" class="form-check-label">@T["Enable dark mode admin theme"]</label>
|
#. <label asp-for="DisplayThemeToggler" class="form-check-label">@T["Enable theme toggler"]</label>
|
||||||
#: OrchardCore.Admin\Views\AdminSettings.Edit.cshtml:6
|
#: OrchardCore.Admin\Views\AdminSettings.Edit.cshtml:6
|
||||||
msgctxt "OrchardCore.Admin.Views.AdminSettings.Edit"
|
msgctxt "OrchardCore.Admin.Views.AdminSettings.Edit"
|
||||||
msgid "Enable dark mode admin theme"
|
msgid "Enable theme toggler"
|
||||||
msgstr "Povolit tmavý režim administrace"
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["Whether a dark mode admin theme can be displayed."]</span>
|
#. <span class="hint">@T["Whether or not to display a theme toggler."]</span>
|
||||||
#: OrchardCore.Admin\Views\AdminSettings.Edit.cshtml:8
|
#: OrchardCore.Admin\Views\AdminSettings.Edit.cshtml:8
|
||||||
msgctxt "OrchardCore.Admin.Views.AdminSettings.Edit"
|
msgctxt "OrchardCore.Admin.Views.AdminSettings.Edit"
|
||||||
msgid "Whether a dark mode admin theme can be displayed."
|
msgid "Whether or not to display a theme toggler."
|
||||||
msgstr "Zvolte, zda lze zobrazit tmavý režim administrace."
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="DisplayMenuFilter" class="form-check-label">@T["Enable Admin Menu filter"]</label>
|
#. <label asp-for="DisplayMenuFilter" class="form-check-label">@T["Enable Admin Menu filter"]</label>
|
||||||
#: OrchardCore.Admin\Views\AdminSettings.Edit.cshtml:14
|
#: OrchardCore.Admin\Views\AdminSettings.Edit.cshtml:14
|
||||||
@@ -104,9 +104,15 @@ msgctxt "OrchardCore.Admin.Views.AdminSettings.Edit"
|
|||||||
msgid "Whether the titles are displayed in the top bar."
|
msgid "Whether the titles are displayed in the top bar."
|
||||||
msgstr "Zda jsou názvy zobrazeny v horním panelu."
|
msgstr "Zda jsou názvy zobrazeny v horním panelu."
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-tachometer" aria-hidden="true"></i></span><span class="title">@T["Admin"]</span>
|
#. <span class="title">@T["Admin"]</span>
|
||||||
#: OrchardCore.Admin\Views\NavigationItemText-admin.Id.cshtml:1
|
#: OrchardCore.Admin\Views\NavigationItemText-admin.Id.cshtml:4
|
||||||
msgctxt "OrchardCore.Admin.Views.NavigationItemText-admin.Id"
|
msgctxt "OrchardCore.Admin.Views.NavigationItemText-admin.Id"
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
msgstr "Administrace"
|
msgstr "Administrace"
|
||||||
|
|
||||||
|
#. <a href="@Url.Content("~/")" class="nav-link" data-bs-toggle="tooltip" data-bs-placement="bottom" title="@T["Visit Site"]" role="button">
|
||||||
|
#: OrchardCore.Admin\Views\VisitSiteNavbarItem.cshtml:2
|
||||||
|
msgctxt "OrchardCore.Admin.Views.VisitSiteNavbarItem"
|
||||||
|
msgid "Visit Site"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:25\n"
|
"PO-Revision-Date: 2023-12-22 16:06\n"
|
||||||
|
|
||||||
#. data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Delete"]" data-message="@T["Are you sure you want to delete this content item?"]"
|
#. data-url-af="RemoveUrl UnsafeUrl" data-title="@T["Delete"]" data-message="@T["Are you sure you want to delete this content item?"]"
|
||||||
#. data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Delete"]</a>
|
#. data-ok-text="@T["Ok"]" data-cancel-text="@T["Cancel"]">@T["Delete"]</a>
|
||||||
@@ -102,19 +102,19 @@ msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.UnpublishButton"
|
|||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr "Ne"
|
msgstr "Ne"
|
||||||
|
|
||||||
#. <label asp-for="Position" class="@Orchard.GetLabelCssClasses()">@T["Position"] </label>
|
#. <label asp-for="Position" class="@Orchard.GetLabelClasses()">@T["Position"] </label>
|
||||||
#: OrchardCore.AdminDashboard\Views\DashboardPart.Edit.cshtml:5
|
#: OrchardCore.AdminDashboard\Views\DashboardPart.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.DashboardPart.Edit"
|
msgctxt "OrchardCore.AdminDashboard.Views.DashboardPart.Edit"
|
||||||
msgid "Position"
|
msgid "Position"
|
||||||
msgstr "Pozice"
|
msgstr "Pozice"
|
||||||
|
|
||||||
#. <label asp-for="Width" class="@Orchard.GetLabelCssClasses()">@T["Width"] </label>
|
#. <label asp-for="Width" class="@Orchard.GetLabelClasses()">@T["Width"] </label>
|
||||||
#: OrchardCore.AdminDashboard\Views\DashboardPart.Edit.cshtml:13
|
#: OrchardCore.AdminDashboard\Views\DashboardPart.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.DashboardPart.Edit"
|
msgctxt "OrchardCore.AdminDashboard.Views.DashboardPart.Edit"
|
||||||
msgid "Width"
|
msgid "Width"
|
||||||
msgstr "Šířka"
|
msgstr "Šířka"
|
||||||
|
|
||||||
#. <label asp-for="Height" class="@Orchard.GetLabelCssClasses()">@T["Height"] </label>
|
#. <label asp-for="Height" class="@Orchard.GetLabelClasses()">@T["Height"] </label>
|
||||||
#: OrchardCore.AdminDashboard\Views\DashboardPart.Edit.cshtml:21
|
#: OrchardCore.AdminDashboard\Views\DashboardPart.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.DashboardPart.Edit"
|
msgctxt "OrchardCore.AdminDashboard.Views.DashboardPart.Edit"
|
||||||
msgid "Height"
|
msgid "Height"
|
||||||
@@ -134,13 +134,13 @@ msgctxt "OrchardCore.AdminDashboard.Views.DashboardWidget-ContentsTags.DetailAdm
|
|||||||
msgid "Status"
|
msgid "Status"
|
||||||
msgstr "Stav"
|
msgstr "Stav"
|
||||||
|
|
||||||
#. <i class="fa fa-check text-success" aria-hidden="true"></i> @T["Published"]
|
#. <i class="fa-solid fa-check text-success" aria-hidden="true"></i> @T["Published"]
|
||||||
#: OrchardCore.AdminDashboard\Views\DashboardWidget-ContentsTags.DetailAdmin.cshtml:14
|
#: OrchardCore.AdminDashboard\Views\DashboardWidget-ContentsTags.DetailAdmin.cshtml:14
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.DashboardWidget-ContentsTags.DetailAdmin"
|
msgctxt "OrchardCore.AdminDashboard.Views.DashboardWidget-ContentsTags.DetailAdmin"
|
||||||
msgid "Published"
|
msgid "Published"
|
||||||
msgstr "Publikováno"
|
msgstr "Publikováno"
|
||||||
|
|
||||||
#. <i class="fa fa-pencil text-primary" aria-hidden="true"></i> @T["Draft"]
|
#. <i class="fa-solid fa-pencil text-primary" aria-hidden="true"></i> @T["Draft"]
|
||||||
#: OrchardCore.AdminDashboard\Views\DashboardWidget-ContentsTags.DetailAdmin.cshtml:21
|
#: OrchardCore.AdminDashboard\Views\DashboardWidget-ContentsTags.DetailAdmin.cshtml:21
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.DashboardWidget-ContentsTags.DetailAdmin"
|
msgctxt "OrchardCore.AdminDashboard.Views.DashboardWidget-ContentsTags.DetailAdmin"
|
||||||
msgid "Draft"
|
msgid "Draft"
|
||||||
@@ -159,17 +159,23 @@ msgid "Actions"
|
|||||||
msgstr "Akce"
|
msgstr "Akce"
|
||||||
|
|
||||||
#. @T["Manage Dashboard"]
|
#. @T["Manage Dashboard"]
|
||||||
#: OrchardCore.AdminDashboard\Views\Dashboard\Index.cshtml:27
|
#: OrchardCore.AdminDashboard\Views\Dashboard\Index.cshtml:28
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Index"
|
msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Index"
|
||||||
msgid "Manage Dashboard"
|
msgid "Manage Dashboard"
|
||||||
msgstr "Správa nástěnek"
|
msgstr "Správa nástěnek"
|
||||||
|
|
||||||
#. <zone Name="Title"><h1 class="float-start">@RenderTitleSegments(T["Dashboard"])</h1></zone>
|
#. <zone Name="Title"><h1 class="float-start">@RenderTitleSegments(T["Dashboard"])</h1></zone>
|
||||||
#: OrchardCore.AdminDashboard\Views\Dashboard\Index.cshtml:32
|
#: OrchardCore.AdminDashboard\Views\Dashboard\Index.cshtml:35
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Index"
|
msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Index"
|
||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
msgstr "Nástěnka"
|
msgstr "Nástěnka"
|
||||||
|
|
||||||
|
#. @T["Click on Manage Dashboard button to add dashboard widget."]
|
||||||
|
#: OrchardCore.AdminDashboard\Views\Dashboard\Index.cshtml:50
|
||||||
|
msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Index"
|
||||||
|
msgid "Click on Manage Dashboard button to add dashboard widget."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. @T["Close Editor"]
|
#. @T["Close Editor"]
|
||||||
#: OrchardCore.AdminDashboard\Views\Dashboard\Manage.cshtml:24
|
#: OrchardCore.AdminDashboard\Views\Dashboard\Manage.cshtml:24
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Manage"
|
msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Manage"
|
||||||
@@ -200,7 +206,7 @@ msgctxt "OrchardCore.AdminDashboard.Views.Dashboard.Manage"
|
|||||||
msgid "Undo"
|
msgid "Undo"
|
||||||
msgstr "Zpět"
|
msgstr "Zpět"
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-tachometer-alt" aria-hidden="true"></i></span><span class="title">@T["Dashboard"]</span>
|
#. <span class="icon"><i class="fa-solid fa-tachometer-alt" aria-hidden="true"></i></span><span class="title">@T["Dashboard"]</span>
|
||||||
#: OrchardCore.AdminDashboard\Views\NavigationItemText-dashboard.Id.cshtml:1
|
#: OrchardCore.AdminDashboard\Views\NavigationItemText-dashboard.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.AdminDashboard.Views.NavigationItemText-dashboard.Id"
|
msgctxt "OrchardCore.AdminDashboard.Views.NavigationItemText-dashboard.Id"
|
||||||
msgid "Dashboard"
|
msgid "Dashboard"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:25\n"
|
"PO-Revision-Date: 2023-12-22 16:06\n"
|
||||||
|
|
||||||
#. builder.Add(S["Configuration"], configuration => configuration
|
#. builder.Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.AdminMenu\AdminMenu.cs:29
|
#: OrchardCore.AdminMenu\AdminMenu.cs:29
|
||||||
@@ -27,79 +27,79 @@ msgid "Admin Menus"
|
|||||||
msgstr "Administrační menu"
|
msgstr "Administrační menu"
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["Error when retrieving the list of admin menus."]);
|
#. await _notifier.ErrorAsync(H["Error when retrieving the list of admin menus."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:89
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:87
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Error when retrieving the list of admin menus."
|
msgid "Error when retrieving the list of admin menus."
|
||||||
msgstr "Chyba při načítání seznamu admin menu."
|
msgstr "Chyba při načítání seznamu admin menu."
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Remove) }
|
#. new SelectListItem() { Text = S["Delete"], Value = nameof(ContentsBulkAction.Remove) },
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:106
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:105
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Smazat"
|
msgstr "Smazat"
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin menu updated successfully."]);
|
#. await _notifier.SuccessAsync(H["Admin menu updated successfully."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:199
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:198
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Admin menu updated successfully."
|
msgid "Admin menu updated successfully."
|
||||||
msgstr "Administrační menu bylo úspěšně upraveno."
|
msgstr "Administrační menu bylo úspěšně upraveno."
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["Can't find the admin menu."]);
|
#. await _notifier.ErrorAsync(H["Can't find the admin menu."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:220
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:219
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Can't find the admin menu."
|
msgid "Can't find the admin menu."
|
||||||
msgstr "Nepodařilo se najít administrační menu."
|
msgstr "Nepodařilo se najít administrační menu."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin menu deleted successfully."]);
|
#. await _notifier.SuccessAsync(H["Admin menu deleted successfully."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:228
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:227
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Admin menu deleted successfully."
|
msgid "Admin menu deleted successfully."
|
||||||
msgstr "Administrační menu bylo úspěšně smazáno."
|
msgstr "Administrační menu bylo úspěšně smazáno."
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["Can't delete the admin menu."]);
|
#. await _notifier.ErrorAsync(H["Can't delete the admin menu."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:232
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:231
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Can't delete the admin menu."
|
msgid "Can't delete the admin menu."
|
||||||
msgstr "Nepodařilo se smazat administrační menu."
|
msgstr "Nepodařilo se smazat administrační menu."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin menus successfully removed."]);
|
#. await _notifier.SuccessAsync(H["Admin menus successfully removed."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:261
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:260
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Admin menus successfully removed."
|
msgid "Admin menus successfully removed."
|
||||||
msgstr "Bylo smazáno více položek admin menu."
|
msgstr "Bylo smazáno více položek admin menu."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin menu toggled successfully."]);
|
#. await _notifier.SuccessAsync(H["Admin menu toggled successfully."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:291
|
#: OrchardCore.AdminMenu\Controllers\MenuController.cs:290
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.MenuController"
|
||||||
msgid "Admin menu toggled successfully."
|
msgid "Admin menu toggled successfully."
|
||||||
msgstr "Administrační menu bylo úspěšně povoleno/zakázáno."
|
msgstr "Administrační menu bylo úspěšně povoleno/zakázáno."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin node added successfully."]);
|
#. await _notifier.SuccessAsync(H["Admin node added successfully."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:152
|
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:150
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
||||||
msgid "Admin node added successfully."
|
msgid "Admin node added successfully."
|
||||||
msgstr "Položka menu byla úspěšně přidána."
|
msgstr "Položka menu byla úspěšně přidána."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin node updated successfully."]);
|
#. await _notifier.SuccessAsync(H["Admin node updated successfully."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:232
|
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:230
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
||||||
msgid "Admin node updated successfully."
|
msgid "Admin node updated successfully."
|
||||||
msgstr "Položka menu byla úspěšně upravena."
|
msgstr "Položka menu byla úspěšně upravena."
|
||||||
|
|
||||||
#. await _notifier.ErrorAsync(H["The admin node has validation errors."]);
|
#. await _notifier.ErrorAsync(H["The admin node has validation errors."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:236
|
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:234
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
||||||
msgid "The admin node has validation errors."
|
msgid "The admin node has validation errors."
|
||||||
msgstr "Položka menu není validní."
|
msgstr "Položka menu není validní."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin node deleted successfully."]);
|
#. await _notifier.SuccessAsync(H["Admin node deleted successfully."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:273
|
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:271
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
||||||
msgid "Admin node deleted successfully."
|
msgid "Admin node deleted successfully."
|
||||||
msgstr "Položka menu byla úspěšně smazána."
|
msgstr "Položka menu byla úspěšně smazána."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["Admin node toggled successfully."]);
|
#. await _notifier.SuccessAsync(H["Admin node toggled successfully."]);
|
||||||
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:305
|
#: OrchardCore.AdminMenu\Controllers\NodeController.cs:303
|
||||||
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
msgctxt "OrchardCore.AdminMenu.Controllers.NodeController"
|
||||||
msgid "Admin node toggled successfully."
|
msgid "Admin node toggled successfully."
|
||||||
msgstr "Položka menu byla úspěšně povolena/zakázána."
|
msgstr "Položka menu byla úspěšně povolena/zakázána."
|
||||||
@@ -140,19 +140,13 @@ msgctxt "OrchardCore.AdminMenu.Views.Menu.Create"
|
|||||||
msgid "Create Admin Menu {0}"
|
msgid "Create Admin Menu {0}"
|
||||||
msgstr "Vytvoření administračního menu {0}"
|
msgstr "Vytvoření administračního menu {0}"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Menu\Create.cshtml:9
|
#: OrchardCore.AdminMenu\Views\Menu\Create.cshtml:9
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Menu.Create"
|
msgctxt "OrchardCore.AdminMenu.Views.Menu.Create"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Název"
|
msgstr "Název"
|
||||||
|
|
||||||
#. <span asp-validation-for="Name" class="text-danger">@T["The name is required"]</span>
|
#. <button class="btn btn-success create" type="submit">@T["Create"]</button>
|
||||||
#: OrchardCore.AdminMenu\Views\Menu\Create.cshtml:11
|
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Menu.Create"
|
|
||||||
msgid "The name is required"
|
|
||||||
msgstr "Je nutné zadat název"
|
|
||||||
|
|
||||||
#. <button class="btn btn-primary create" type="submit">@T["Create"]</button>
|
|
||||||
#: OrchardCore.AdminMenu\Views\Menu\Create.cshtml:15
|
#: OrchardCore.AdminMenu\Views\Menu\Create.cshtml:15
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Menu.Create"
|
msgctxt "OrchardCore.AdminMenu.Views.Menu.Create"
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
@@ -170,7 +164,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Node.Create"
|
|||||||
msgid "Create Node"
|
msgid "Create Node"
|
||||||
msgstr "Vytvořit položku menu"
|
msgstr "Vytvořit položku menu"
|
||||||
|
|
||||||
#. <button class="btn btn-primary create" type="submit">@T["Create"]</button>
|
#. <button class="btn btn-success create" type="submit">@T["Create"]</button>
|
||||||
#: OrchardCore.AdminMenu\Views\Node\Create.cshtml:14
|
#: OrchardCore.AdminMenu\Views\Node\Create.cshtml:14
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Node.Create"
|
msgctxt "OrchardCore.AdminMenu.Views.Node.Create"
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
@@ -188,19 +182,13 @@ msgctxt "OrchardCore.AdminMenu.Views.Menu.Edit"
|
|||||||
msgid "Edit Admin Menu: {0}"
|
msgid "Edit Admin Menu: {0}"
|
||||||
msgstr "Úprava administračního menu: {0}"
|
msgstr "Úprava administračního menu: {0}"
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Menu\Edit.cshtml:9
|
#: OrchardCore.AdminMenu\Views\Menu\Edit.cshtml:9
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Menu.Edit"
|
msgctxt "OrchardCore.AdminMenu.Views.Menu.Edit"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Název"
|
msgstr "Název"
|
||||||
|
|
||||||
#. <span asp-validation-for="Name" class="text-danger">@T["The name is required"]</span>
|
#. <button class="btn btn-success save" type="submit">@T["Save"]</button>
|
||||||
#: OrchardCore.AdminMenu\Views\Menu\Edit.cshtml:11
|
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Menu.Edit"
|
|
||||||
msgid "The name is required"
|
|
||||||
msgstr "Je nutné zadat název"
|
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit">@T["Save"]</button>
|
|
||||||
#: OrchardCore.AdminMenu\Views\Menu\Edit.cshtml:14
|
#: OrchardCore.AdminMenu\Views\Menu\Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Menu.Edit"
|
msgctxt "OrchardCore.AdminMenu.Views.Menu.Edit"
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
@@ -224,7 +212,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
|||||||
msgid "Edit Node"
|
msgid "Edit Node"
|
||||||
msgstr "Upravit položku menu"
|
msgstr "Upravit položku menu"
|
||||||
|
|
||||||
#. <label asp-for="Priority">@T["Selection Priority"]</label>
|
#. <label asp-for="Priority" class="form-label">@T["Selection Priority"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Node\Edit.cshtml:14
|
#: OrchardCore.AdminMenu\Views\Node\Edit.cshtml:14
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
||||||
msgid "Selection Priority"
|
msgid "Selection Priority"
|
||||||
@@ -236,7 +224,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
|||||||
msgid "The priority of this link to be displayed as active instead of another one when both are pointing to the same url. The link with the highest value has the active status in the navigation."
|
msgid "The priority of this link to be displayed as active instead of another one when both are pointing to the same url. The link with the highest value has the active status in the navigation."
|
||||||
msgstr "Priorita položky menu jenž určuje, která položka menu se zobrazí v případě, že více položek ukazuje na stejnou URL. Aktivní je položka s nejvyšší hodnotou priority."
|
msgstr "Priorita položky menu jenž určuje, která položka menu se zobrazí v případě, že více položek ukazuje na stejnou URL. Aktivní je položka s nejvyšší hodnotou priority."
|
||||||
|
|
||||||
#. <label asp-for="Position">@T["Position Order"]</label>
|
#. <label asp-for="Position" class="form-label">@T["Position Order"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Node\Edit.cshtml:20
|
#: OrchardCore.AdminMenu\Views\Node\Edit.cshtml:20
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
||||||
msgid "Position Order"
|
msgid "Position Order"
|
||||||
@@ -248,7 +236,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
|||||||
msgid "The position order of this link in the admin menu."
|
msgid "The position order of this link in the admin menu."
|
||||||
msgstr "Pořadí tohoto odkazu v administračním menu."
|
msgstr "Pořadí tohoto odkazu v administračním menu."
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit">@T["Save"]</button>
|
#. <button class="btn btn-success save" type="submit">@T["Save"]</button>
|
||||||
#: OrchardCore.AdminMenu\Views\Node\Edit.cshtml:26
|
#: OrchardCore.AdminMenu\Views\Node\Edit.cshtml:26
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
msgctxt "OrchardCore.AdminMenu.Views.Node.Edit"
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
@@ -272,7 +260,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
|||||||
msgid "Link"
|
msgid "Link"
|
||||||
msgstr "Odkaz"
|
msgstr "Odkaz"
|
||||||
|
|
||||||
#. <label asp-for="LinkText">@T["Link Text"]</label>
|
#. <label asp-for="LinkText" class="form-label">@T["Link Text"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:15
|
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:15
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
||||||
msgid "Link Text"
|
msgid "Link Text"
|
||||||
@@ -284,7 +272,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
|||||||
msgid "The Link Text as it will be shown in the tree."
|
msgid "The Link Text as it will be shown in the tree."
|
||||||
msgstr "Text odkazu, který se zobrazí v menu."
|
msgstr "Text odkazu, který se zobrazí v menu."
|
||||||
|
|
||||||
#. <label asp-for="LinkUrl">@T["Link Url"]</label>
|
#. <label asp-for="LinkUrl" class="form-label">@T["Link Url"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:22
|
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:22
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
||||||
msgid "Link Url"
|
msgid "Link Url"
|
||||||
@@ -296,7 +284,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
|||||||
msgid "The url of the link. A link will be shown only if it or one of their children have a url. The url will be relative to the root of the admin site"
|
msgid "The url of the link. A link will be shown only if it or one of their children have a url. The url will be relative to the root of the admin site"
|
||||||
msgstr "URL odkazu. Odkaz se zobrazí pouze v případě, že položka menu nebo některá z jejích podpoložek má nastavené URL odkazu. URL je relativní vzhledem k URL administrace."
|
msgstr "URL odkazu. Odkaz se zobrazí pouze v případě, že položka menu nebo některá z jejích podpoložek má nastavené URL odkazu. URL je relativní vzhledem k URL administrace."
|
||||||
|
|
||||||
#. <label asp-for="IconClass">@T["Icon"]</label>
|
#. <label asp-for="IconClass" class="form-label">@T["Icon"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:28
|
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:28
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
||||||
msgid "Icon"
|
msgid "Icon"
|
||||||
@@ -320,7 +308,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
|||||||
msgid "Pick an icon"
|
msgid "Pick an icon"
|
||||||
msgstr "Vyberte ikonu"
|
msgstr "Vyberte ikonu"
|
||||||
|
|
||||||
#. <label asp-for="SelectedPermissionNames">@T["Permissions"]</label>
|
#. <label asp-for="SelectedPermissionNames" class="form-label">@T["Permissions"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:83
|
#: OrchardCore.AdminMenu\Views\Items\LinkAdminNode.Fields.TreeEdit.cshtml:83
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.LinkAdminNode.Fields.TreeEdit"
|
||||||
msgid "Permissions"
|
msgid "Permissions"
|
||||||
@@ -587,7 +575,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
|||||||
msgid "Placeholder"
|
msgid "Placeholder"
|
||||||
msgstr "Složka"
|
msgstr "Složka"
|
||||||
|
|
||||||
#. <label asp-for="LinkText">@T["Link Text"]</label>
|
#. <label asp-for="LinkText" class="form-label">@T["Link Text"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:15
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:15
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Link Text"
|
msgid "Link Text"
|
||||||
@@ -599,7 +587,7 @@ msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
|||||||
msgid "The text of the menu item as it will be shown in the tree."
|
msgid "The text of the menu item as it will be shown in the tree."
|
||||||
msgstr "Text menu, který bude zobrazen v menu."
|
msgstr "Text menu, který bude zobrazen v menu."
|
||||||
|
|
||||||
#. <label asp-for="IconClass">@T["Icon"]</label>
|
#. <label asp-for="IconClass" class="form-label">@T["Icon"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:22
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:22
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Icon"
|
msgid "Icon"
|
||||||
@@ -612,49 +600,49 @@ msgid "Pick"
|
|||||||
msgstr "Vybrat"
|
msgstr "Vybrat"
|
||||||
|
|
||||||
#. <span class="hint">@T["Select an icon to display when this menu item is at the first level."]</span>
|
#. <span class="hint">@T["Select an icon to display when this menu item is at the first level."]</span>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:48
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:45
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Select an icon to display when this menu item is at the first level."
|
msgid "Select an icon to display when this menu item is at the first level."
|
||||||
msgstr "Vyberte ikonu, která se zobrazí v případě, že je položka umístěna v první úrovni menu."
|
msgstr "Vyberte ikonu, která se zobrazí v případě, že je položka umístěna v první úrovni menu."
|
||||||
|
|
||||||
#. <h5 class="modal-title">@T["Pick an icon"]</h5>
|
#. <h5 class="modal-title">@T["Pick an icon"]</h5>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:56
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:53
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Pick an icon"
|
msgid "Pick an icon"
|
||||||
msgstr "Vyberte ikonu"
|
msgstr "Vyberte ikonu"
|
||||||
|
|
||||||
#. <label asp-for="SelectedPermissionNames">@T["Permissions"]</label>
|
#. <label asp-for="SelectedPermissionNames" class="form-label">@T["Permissions"]</label>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:76
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:73
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Permissions"
|
msgid "Permissions"
|
||||||
msgstr "Oprávnění"
|
msgstr "Oprávnění"
|
||||||
|
|
||||||
#. placeholder="@T["Type to search"]"
|
#. placeholder="@T["Type to search"]"
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:101
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:98
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Type to search"
|
msgid "Type to search"
|
||||||
msgstr "Začněte psát hledaný výraz"
|
msgstr "Začněte psát hledaný výraz"
|
||||||
|
|
||||||
#. select-label="@T["Select"]"
|
#. select-label="@T["Select"]"
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:108
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:105
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr "Výběr z hodnot"
|
msgstr "Výběr z hodnot"
|
||||||
|
|
||||||
#. deselect-label="@T["Remove"]">
|
#. deselect-label="@T["Remove"]">
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:109
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:106
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Odebrat"
|
msgstr "Odebrat"
|
||||||
|
|
||||||
#. @T["No result found"]
|
#. @T["No result found"]
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:114
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:111
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "No result found"
|
msgid "No result found"
|
||||||
msgstr "Nenalezen žádný výsledek"
|
msgstr "Nenalezen žádný výsledek"
|
||||||
|
|
||||||
#. <span class="hint">@T["The permissions required to display this menu item (optional)."]</span>
|
#. <span class="hint">@T["The permissions required to display this menu item (optional)."]</span>
|
||||||
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:117
|
#: OrchardCore.AdminMenu\Views\Items\PlaceholderAdminNode.Fields.TreeEdit.cshtml:114
|
||||||
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
msgctxt "OrchardCore.AdminMenu.Views.Items.PlaceholderAdminNode.Fields.TreeEdit"
|
||||||
msgid "The permissions required to display this menu item (optional)."
|
msgid "The permissions required to display this menu item (optional)."
|
||||||
msgstr "Oprávnění požadovaná pro zobrazení této položky nabídky (volitelné)."
|
msgstr "Oprávnění požadovaná pro zobrazení této položky nabídky (volitelné)."
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:26\n"
|
"PO-Revision-Date: 2023-12-22 16:07\n"
|
||||||
|
|
||||||
#. Description = S["the alias part of the content item"];
|
#. Description = S["the alias part of the content item"];
|
||||||
#: OrchardCore.Alias\GraphQL\AliasInputObjectType.cs:13
|
#: OrchardCore.Alias\GraphQL\AliasInputObjectType.cs:13
|
||||||
@@ -43,12 +43,12 @@ msgid "Your alias is already in use. \"{0}\""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(nameof(model.Pattern), S["Pattern doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
#. context.Updater.ModelState.AddModelError(nameof(model.Pattern), S["Pattern doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
||||||
#: OrchardCore.Alias\Settings\AliasPartSettingsDisplayDriver.cs:43
|
#: OrchardCore.Alias\Settings\AliasPartSettingsDisplayDriver.cs:44
|
||||||
msgctxt "OrchardCore.Alias.Settings.AliasPartSettingsDisplayDriver"
|
msgctxt "OrchardCore.Alias.Settings.AliasPartSettingsDisplayDriver"
|
||||||
msgid "Pattern doesn't contain a valid Liquid expression. Details: {0}"
|
msgid "Pattern doesn't contain a valid Liquid expression. Details: {0}"
|
||||||
msgstr "Předloha neobsahuje platný Liquid výraz. Detaily: {0}"
|
msgstr "Předloha neobsahuje platný Liquid výraz. Detaily: {0}"
|
||||||
|
|
||||||
#. <label asp-for="Alias" class="@Orchard.GetLabelCssClasses()">@T["Alias"] </label>
|
#. <label asp-for="Alias" class="@Orchard.GetLabelClasses()">@T["Alias"] </label>
|
||||||
#: OrchardCore.Alias\Views\AliasPart.Edit.cshtml:11
|
#: OrchardCore.Alias\Views\AliasPart.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.Alias.Views.AliasPart.Edit"
|
msgctxt "OrchardCore.Alias.Views.AliasPart.Edit"
|
||||||
msgid "Alias"
|
msgid "Alias"
|
||||||
@@ -65,13 +65,13 @@ msgctxt "OrchardCore.Alias.Views.AliasPart.Edit"
|
|||||||
msgid "Leave empty to re-generate it."
|
msgid "Leave empty to re-generate it."
|
||||||
msgstr "Ponechte prázdné, pro přegenerování."
|
msgstr "Ponechte prázdné, pro přegenerování."
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
||||||
#: OrchardCore.Alias\Views\AliasPart.Option.cshtml:4
|
#: OrchardCore.Alias\Views\AliasPart.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.Alias.Views.AliasPart.Option"
|
msgctxt "OrchardCore.Alias.Views.AliasPart.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Výchozí"
|
msgstr "Výchozí"
|
||||||
|
|
||||||
#. <label asp-for="Options">@T["Options"]</label>
|
#. <label asp-for="Options" class="form-label">@T["Options"]</label>
|
||||||
#: OrchardCore.Alias\Views\AliasPartSettings.Edit.cshtml:15
|
#: OrchardCore.Alias\Views\AliasPartSettings.Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.Alias.Views.AliasPartSettings.Edit"
|
msgctxt "OrchardCore.Alias.Views.AliasPartSettings.Edit"
|
||||||
msgid "Options"
|
msgid "Options"
|
||||||
@@ -89,7 +89,7 @@ msgctxt "OrchardCore.Alias.Views.AliasPartSettings.Edit"
|
|||||||
msgid "Alias is generated and input is disabled"
|
msgid "Alias is generated and input is disabled"
|
||||||
msgstr "Alias je generován a nelze jej upravit"
|
msgstr "Alias je generován a nelze jej upravit"
|
||||||
|
|
||||||
#. <label asp-for="Pattern">@T["Pattern"]</label>
|
#. <label asp-for="Pattern" class="form-label">@T["Pattern"]</label>
|
||||||
#: OrchardCore.Alias\Views\AliasPartSettings.Edit.cshtml:24
|
#: OrchardCore.Alias\Views\AliasPartSettings.Edit.cshtml:24
|
||||||
msgctxt "OrchardCore.Alias.Views.AliasPartSettings.Edit"
|
msgctxt "OrchardCore.Alias.Views.AliasPartSettings.Edit"
|
||||||
msgid "Pattern"
|
msgid "Pattern"
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
"PO-Revision-Date: 2022-11-03 17:22\n"
|
"PO-Revision-Date: 2023-07-18 15:43\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], NavigationConstants.AdminMenuConfigurationPosition, design => design
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.Apis.GraphQL\AdminMenu.cs:25
|
#: OrchardCore.Apis.GraphQL\AdminMenu.cs:25
|
||||||
msgctxt "OrchardCore.Apis.GraphQL.AdminMenu"
|
msgctxt "OrchardCore.Apis.GraphQL.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
@@ -20,20 +20,26 @@ msgstr "Nastavení"
|
|||||||
|
|
||||||
#. .Add(S["GraphiQL"], S["GraphiQL"].PrefixPosition(), deployment => deployment
|
#. .Add(S["GraphiQL"], S["GraphiQL"].PrefixPosition(), deployment => deployment
|
||||||
#. .Add(S["GraphiQL"], S["GraphiQL"].PrefixPosition(), deployment => deployment
|
#. .Add(S["GraphiQL"], S["GraphiQL"].PrefixPosition(), deployment => deployment
|
||||||
#: OrchardCore.Apis.GraphQL\AdminMenu.cs:27
|
#: OrchardCore.Apis.GraphQL\AdminMenu.cs:26
|
||||||
#: OrchardCore.Apis.GraphQL\AdminMenu.cs:27
|
#: OrchardCore.Apis.GraphQL\AdminMenu.cs:26
|
||||||
msgctxt "OrchardCore.Apis.GraphQL.AdminMenu"
|
msgctxt "OrchardCore.Apis.GraphQL.AdminMenu"
|
||||||
msgid "GraphiQL"
|
msgid "GraphiQL"
|
||||||
msgstr "GraphiQL"
|
msgstr "GraphiQL"
|
||||||
|
|
||||||
|
#. var errorMessage = S["'{0}' exceeds the maximum number of results for '{1}' ({2})", value.Value, arg.Name, _maxNumberOfResults];
|
||||||
|
#: OrchardCore.Apis.GraphQL\ValidationRules\MaxNumberOfResultsValidationRule.cs:54
|
||||||
|
msgctxt "OrchardCore.Apis.GraphQL.ValidationRules.MaxNumberOfResultsValidationRule"
|
||||||
|
msgid "'{0}' exceeds the maximum number of results for '{1}' ({2})"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. S["Authorization is required to access {0}.", operationName],
|
#. S["Authorization is required to access {0}.", operationName],
|
||||||
#: OrchardCore.Apis.GraphQL\ValidationRules\RequiresPermissionValidationRule.cs:65
|
#: OrchardCore.Apis.GraphQL\ValidationRules\RequiresPermissionValidationRule.cs:67
|
||||||
msgctxt "OrchardCore.Apis.GraphQL.ValidationRules.RequiresPermissionValidationRule"
|
msgctxt "OrchardCore.Apis.GraphQL.ValidationRules.RequiresPermissionValidationRule"
|
||||||
msgid "Authorization is required to access {0}."
|
msgid "Authorization is required to access {0}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. S["Authorization is required to access the node. {0}", nodeName],
|
#. S["Authorization is required to access the node. {0}", nodeName],
|
||||||
#: OrchardCore.Apis.GraphQL\ValidationRules\RequiresPermissionValidationRule.cs:118
|
#: OrchardCore.Apis.GraphQL\ValidationRules\RequiresPermissionValidationRule.cs:120
|
||||||
msgctxt "OrchardCore.Apis.GraphQL.ValidationRules.RequiresPermissionValidationRule"
|
msgctxt "OrchardCore.Apis.GraphQL.ValidationRules.RequiresPermissionValidationRule"
|
||||||
msgid "Authorization is required to access the node. {0}"
|
msgid "Authorization is required to access the node. {0}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -10,21 +10,21 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
"PO-Revision-Date: 2022-10-11 20:39\n"
|
"PO-Revision-Date: 2023-12-22 16:30\n"
|
||||||
|
|
||||||
#. <button class="btn btn-primary btn-archive-later" type="submit" name="submit.Publish" value="submit.ArchiveLater">@T["Archive Later"]</button>
|
#. <button class="btn btn-outline-primary text-nowrap btn-archive-later" type="submit" name="submit.Publish" value="submit.ArchiveLater">@T["Archive Later"]</button>
|
||||||
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Edit.cshtml:13
|
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Edit"
|
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Edit"
|
||||||
msgid "Archive Later"
|
msgid "Archive Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <button class="btn btn-primary btn-archive-later" type="submit" name="submit.Publish" value="submit.CancelArchiveLater">@T["Cancel Archive Later"]</button>
|
#. <button class="btn btn-warning text-nowrap btn-archive-later" type="submit" name="submit.Publish" value="submit.CancelArchiveLater">@T["Cancel Archive Later"]</button>
|
||||||
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Edit.cshtml:18
|
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Edit.cshtml:19
|
||||||
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Edit"
|
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Edit"
|
||||||
msgid "Cancel Archive Later"
|
msgid "Cancel Archive Later"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <option value="" selected="@String.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
#. <option value="" selected="@string.IsNullOrEmpty(currentEditor)">@T["Standard"]</option>
|
||||||
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Option.cshtml:4
|
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Option"
|
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:27\n"
|
"PO-Revision-Date: 2023-12-22 16:08\n"
|
||||||
|
|
||||||
#. .Add(S["Audit Trail"], NavigationConstants.AdminMenuAuditTrailPosition, configuration => configuration
|
#. .Add(S["Audit Trail"], NavigationConstants.AdminMenuAuditTrailPosition, configuration => configuration
|
||||||
#: OrchardCore.AuditTrail\Navigation\AuditTrailAdminMenu.cs:26
|
#: OrchardCore.AuditTrail\Navigation\AuditTrailAdminMenu.cs:26
|
||||||
@@ -38,79 +38,79 @@ msgctxt "OrchardCore.AuditTrail.Navigation.AuditTrailSettingsAdminMenu"
|
|||||||
msgid "Audit Trail"
|
msgid "Audit Trail"
|
||||||
msgstr "Auditní stopa"
|
msgstr "Auditní stopa"
|
||||||
|
|
||||||
#. options.Categories.Insert(0, new SelectListItem(S["All categories"], String.Empty, String.IsNullOrEmpty(options.Category)));
|
#. options.Categories.Insert(0, new SelectListItem(S["All categories"], string.Empty, string.IsNullOrEmpty(options.Category)));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:82
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:78
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "All categories"
|
msgid "All categories"
|
||||||
msgstr "Všechny kategorie"
|
msgstr "Všechny kategorie"
|
||||||
|
|
||||||
#. new SelectListItem(S["Any date"], String.Empty, options.Date == String.Empty),
|
#. new SelectListItem(S["Any date"], string.Empty, options.Date == string.Empty),
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:102
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:98
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Any date"
|
msgid "Any date"
|
||||||
msgstr "Jakékoliv datum"
|
msgstr "Jakékoliv datum"
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Last 24 hours"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Last 24 hours"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:106
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:102
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Last 24 hours"
|
msgid "Last 24 hours"
|
||||||
msgstr "Posledních 24 hodin"
|
msgstr "Posledních 24 hodin"
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Previous 48 hours"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Previous 48 hours"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:109
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:105
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Previous 48 hours"
|
msgid "Previous 48 hours"
|
||||||
msgstr "Předchozích 48 hodin"
|
msgstr "Předchozích 48 hodin"
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["This week"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["This week"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:112
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:108
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "This week"
|
msgid "This week"
|
||||||
msgstr "Tento týden"
|
msgstr "Tento týden"
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Last week"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Last week"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:117
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:113
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Last week"
|
msgid "Last week"
|
||||||
msgstr "Minulý týden"
|
msgstr "Minulý týden"
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["This month"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["This month"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:121
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:117
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "This month"
|
msgid "This month"
|
||||||
msgstr "Tento měsíc"
|
msgstr "Tento měsíc"
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Last month"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Last month"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:126
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:122
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Last month"
|
msgid "Last month"
|
||||||
msgstr "Minulý měsíc"
|
msgstr "Minulý měsíc"
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Custom date range"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Custom date range"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:127
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:123
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Custom date range"
|
msgid "Custom date range"
|
||||||
msgstr "Vlastní časový rozsah"
|
msgstr "Vlastní časový rozsah"
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Last hour"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Last hour"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:130
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:126
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Last hour"
|
msgid "Last hour"
|
||||||
msgstr "Poslední hodina"
|
msgstr "Poslední hodina"
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Previous hour"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Previous hour"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:133
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:129
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Previous hour"
|
msgid "Previous hour"
|
||||||
msgstr "Předchozí hodina"
|
msgstr "Předchozí hodina"
|
||||||
|
|
||||||
#. options.AuditTrailDates.Add(new SelectListItem(S["Custom time range"], dateTimeValue, options.Date == dateTimeValue));
|
#. options.AuditTrailDates.Add(new SelectListItem(S["Custom time range"], dateTimeValue, options.Date == dateTimeValue));
|
||||||
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:134
|
#: OrchardCore.AuditTrail\Services\DefaultAuditTrailAdminListQueryService.cs:130
|
||||||
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
msgctxt "OrchardCore.AuditTrail.Services.DefaultAuditTrailAdminListQueryService"
|
||||||
msgid "Custom time range"
|
msgid "Custom time range"
|
||||||
msgstr "Vlastní časový rozsah"
|
msgstr "Vlastní časový rozsah"
|
||||||
|
|
||||||
#. .WithSelectListItem<Startup>((S, opt, model) => new SelectListItem(S["Newest"], opt.Value, model.Sort == String.Empty))
|
#. .WithSelectListItem<Startup>((S, opt, model) => new SelectListItem(S["Newest"], opt.Value, model.Sort == string.Empty))
|
||||||
#: OrchardCore.AuditTrail\Startup.cs:94
|
#: OrchardCore.AuditTrail\Startup.cs:94
|
||||||
msgctxt "OrchardCore.AuditTrail.Startup"
|
msgctxt "OrchardCore.AuditTrail.Startup"
|
||||||
msgid "Newest"
|
msgid "Newest"
|
||||||
@@ -171,7 +171,7 @@ msgid "Category"
|
|||||||
msgstr "Kategorie"
|
msgstr "Kategorie"
|
||||||
|
|
||||||
#. <p>@T["Filters on the audit trail category."]</p>
|
#. <p>@T["Filters on the audit trail category."]</p>
|
||||||
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-Category.Thumbnail.cshtml:9
|
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-Category.Thumbnail.cshtml:8
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-Category.Thumbnail"
|
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-Category.Thumbnail"
|
||||||
msgid "Filters on the audit trail category."
|
msgid "Filters on the audit trail category."
|
||||||
msgstr "Filtry kategorie auditní stopy."
|
msgstr "Filtry kategorie auditní stopy."
|
||||||
@@ -213,7 +213,7 @@ msgid "Event"
|
|||||||
msgstr "Událost"
|
msgstr "Událost"
|
||||||
|
|
||||||
#. <p>@T["Filters on the audit trail event, when a Correlation Id is used."]</p>
|
#. <p>@T["Filters on the audit trail event, when a Correlation Id is used."]</p>
|
||||||
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-Event.Thumbnail.cshtml:9
|
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-Event.Thumbnail.cshtml:8
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-Event.Thumbnail"
|
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-Event.Thumbnail"
|
||||||
msgid "Filters on the audit trail event, when a Correlation Id is used."
|
msgid "Filters on the audit trail event, when a Correlation Id is used."
|
||||||
msgstr "Filtry na události týkající se auditní stopy, pokud se používá korelační Id."
|
msgstr "Filtry na události týkající se auditní stopy, pokud se používá korelační Id."
|
||||||
@@ -225,7 +225,7 @@ msgid "User Id"
|
|||||||
msgstr "Id uživatele"
|
msgstr "Id uživatele"
|
||||||
|
|
||||||
#. <p>@T["Filters by the id of a user."]</p>
|
#. <p>@T["Filters by the id of a user."]</p>
|
||||||
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-UserId.Thumbnail.cshtml:9
|
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-UserId.Thumbnail.cshtml:8
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-UserId.Thumbnail"
|
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-UserId.Thumbnail"
|
||||||
msgid "Filters by the id of a user."
|
msgid "Filters by the id of a user."
|
||||||
msgstr "Filtry podle Id uživatele."
|
msgstr "Filtry podle Id uživatele."
|
||||||
@@ -237,7 +237,7 @@ msgid "User Name"
|
|||||||
msgstr "Uživatelské jméno"
|
msgstr "Uživatelské jméno"
|
||||||
|
|
||||||
#. <p>@T["Filters by the name of a user."]</p>
|
#. <p>@T["Filters by the name of a user."]</p>
|
||||||
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-UserName.Thumbnail.cshtml:9
|
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-UserName.Thumbnail.cshtml:8
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-UserName.Thumbnail"
|
msgctxt "OrchardCore.AuditTrail.Views.Items.AuditTrailAdminFilters-UserName.Thumbnail"
|
||||||
msgid "Filters by the name of a user."
|
msgid "Filters by the name of a user."
|
||||||
msgstr "Filtrovat podle uživatelského jména."
|
msgstr "Filtrovat podle uživatelského jména."
|
||||||
@@ -292,7 +292,7 @@ msgctxt "OrchardCore.AuditTrail.Views.AuditTrailAdminListFilters"
|
|||||||
msgid "Sort"
|
msgid "Sort"
|
||||||
msgstr "Řazení"
|
msgstr "Řazení"
|
||||||
|
|
||||||
#. <i class="fa fa-filter" title="@T["Filters"]" aria-hidden="true"></i>
|
#. <i class="fa-solid fa-filter" title="@T["Filters"]" aria-hidden="true"></i>
|
||||||
#: OrchardCore.AuditTrail\Views\AuditTrailAdminListSearch.cshtml:21
|
#: OrchardCore.AuditTrail\Views\AuditTrailAdminListSearch.cshtml:21
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailAdminListSearch"
|
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailAdminListSearch"
|
||||||
msgid "Filters"
|
msgid "Filters"
|
||||||
@@ -581,7 +581,7 @@ msgctxt "OrchardCore.AuditTrail.Views.AuditTrailSettings.Edit"
|
|||||||
msgid "Audit Trail"
|
msgid "Audit Trail"
|
||||||
msgstr "Auditní stopa"
|
msgstr "Auditní stopa"
|
||||||
|
|
||||||
#. <label class="" for="Categories">@T["Events to record"]</label>
|
#. <label asp-for="Categories" class="form-label">@T["Events to record"]</label>
|
||||||
#: OrchardCore.AuditTrail\Views\AuditTrailSettings.Edit.cshtml:12
|
#: OrchardCore.AuditTrail\Views\AuditTrailSettings.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailSettings.Edit"
|
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailSettings.Edit"
|
||||||
msgid "Events to record"
|
msgid "Events to record"
|
||||||
@@ -635,7 +635,7 @@ msgctxt "OrchardCore.AuditTrail.Views.AuditTrailTrimmingSettings.Edit"
|
|||||||
msgid "Whether the trimming task is disabled."
|
msgid "Whether the trimming task is disabled."
|
||||||
msgstr "Zda je úloha odmazávání vypnutá."
|
msgstr "Zda je úloha odmazávání vypnutá."
|
||||||
|
|
||||||
#. <label asp-for="RetentionDays">@T["Retention period"]</label>
|
#. <label asp-for="RetentionDays" class="form-label">@T["Retention period"]</label>
|
||||||
#: OrchardCore.AuditTrail\Views\AuditTrailTrimmingSettings.Edit.cshtml:11
|
#: OrchardCore.AuditTrail\Views\AuditTrailTrimmingSettings.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailTrimmingSettings.Edit"
|
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailTrimmingSettings.Edit"
|
||||||
msgid "Retention period"
|
msgid "Retention period"
|
||||||
@@ -647,7 +647,7 @@ msgctxt "OrchardCore.AuditTrail.Views.AuditTrailTrimmingSettings.Edit"
|
|||||||
msgid "The number of days an event is retained."
|
msgid "The number of days an event is retained."
|
||||||
msgstr "Počet dní, kdy je událost zachována."
|
msgstr "Počet dní, kdy je událost zachována."
|
||||||
|
|
||||||
#. <label asp-for="LastRunUtc">@T["Last run"]</label>
|
#. <label asp-for="LastRunUtc" class="form-label">@T["Last run"]</label>
|
||||||
#: OrchardCore.AuditTrail\Views\AuditTrailTrimmingSettings.Edit.cshtml:17
|
#: OrchardCore.AuditTrail\Views\AuditTrailTrimmingSettings.Edit.cshtml:17
|
||||||
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailTrimmingSettings.Edit"
|
msgctxt "OrchardCore.AuditTrail.Views.AuditTrailTrimmingSettings.Edit"
|
||||||
msgid "Last run"
|
msgid "Last run"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:27\n"
|
"PO-Revision-Date: 2023-12-22 16:08\n"
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(model.Path), S["Your permalink is already in use."]);
|
#. updater.ModelState.AddModelError(Prefix, nameof(model.Path), S["Your permalink is already in use."]);
|
||||||
#: OrchardCore.Autoroute\Drivers\AutoroutePartDisplayDriver.cs:125
|
#: OrchardCore.Autoroute\Drivers\AutoroutePartDisplayDriver.cs:125
|
||||||
@@ -67,7 +67,7 @@ msgid "Your permalink is too long. The permalink can only be up to {0} character
|
|||||||
msgstr "Trvalý odkaz je příliš dlouhý. Maximální délka odkazu je {0} znaků."
|
msgstr "Trvalý odkaz je příliš dlouhý. Maximální délka odkazu je {0} znaků."
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(nameof(model.Pattern), S["Pattern doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
#. context.Updater.ModelState.AddModelError(nameof(model.Pattern), S["Pattern doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
||||||
#: OrchardCore.Autoroute\Settings\AutoroutePartSettingsDisplayDriver.cs:58
|
#: OrchardCore.Autoroute\Settings\AutoroutePartSettingsDisplayDriver.cs:59
|
||||||
msgctxt "OrchardCore.Autoroute.Settings.AutoroutePartSettingsDisplayDriver"
|
msgctxt "OrchardCore.Autoroute.Settings.AutoroutePartSettingsDisplayDriver"
|
||||||
msgid "Pattern doesn't contain a valid Liquid expression. Details: {0}"
|
msgid "Pattern doesn't contain a valid Liquid expression. Details: {0}"
|
||||||
msgstr "Předloha neobsahuje platný Liquid výraz. Detaily: {0}"
|
msgstr "Předloha neobsahuje platný Liquid výraz. Detaily: {0}"
|
||||||
@@ -84,7 +84,7 @@ msgctxt "OrchardCore.Autoroute.Views.AutoroutePart.Edit"
|
|||||||
msgid "Check to disable autoroute for this content item."
|
msgid "Check to disable autoroute for this content item."
|
||||||
msgstr "Zaškrtněte pro vypnutí adresy této položky obsahu."
|
msgstr "Zaškrtněte pro vypnutí adresy této položky obsahu."
|
||||||
|
|
||||||
#. <label asp-for="Path" class="@Orchard.GetLabelCssClasses()">@T["Permalink"]</label>
|
#. <label asp-for="Path" class="@Orchard.GetLabelClasses()">@T["Permalink"]</label>
|
||||||
#: OrchardCore.Autoroute\Views\AutoroutePart.Edit.cshtml:31
|
#: OrchardCore.Autoroute\Views\AutoroutePart.Edit.cshtml:31
|
||||||
msgctxt "OrchardCore.Autoroute.Views.AutoroutePart.Edit"
|
msgctxt "OrchardCore.Autoroute.Views.AutoroutePart.Edit"
|
||||||
msgid "Permalink"
|
msgid "Permalink"
|
||||||
@@ -156,7 +156,7 @@ msgctxt "OrchardCore.Autoroute.Views.AutoroutePart.Edit"
|
|||||||
msgid "Check to specify that a child content item will be routed to an absolute path."
|
msgid "Check to specify that a child content item will be routed to an absolute path."
|
||||||
msgstr "Zaškrtněte pro upřesnění, že položka podřízeného obsahu bude směrována na absolutní cestu."
|
msgstr "Zaškrtněte pro upřesnění, že položka podřízeného obsahu bude směrována na absolutní cestu."
|
||||||
|
|
||||||
#. <label asp-for="Pattern">@T["Pattern"]</label>
|
#. <label asp-for="Pattern" class="form-label">@T["Pattern"]</label>
|
||||||
#: OrchardCore.Autoroute\Views\AutoroutePartSettings.Edit.cshtml:15
|
#: OrchardCore.Autoroute\Views\AutoroutePartSettings.Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.Autoroute.Views.AutoroutePartSettings.Edit"
|
msgctxt "OrchardCore.Autoroute.Views.AutoroutePartSettings.Edit"
|
||||||
msgid "Pattern"
|
msgid "Pattern"
|
||||||
|
|||||||
@@ -10,26 +10,26 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
"PO-Revision-Date: 2023-02-25 11:21\n"
|
"PO-Revision-Date: 2023-12-22 16:09\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], configuration => configuration
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.BackgroundTasks\AdminMenu.cs:25
|
#: OrchardCore.BackgroundTasks\AdminMenu.cs:22
|
||||||
msgctxt "OrchardCore.BackgroundTasks.AdminMenu"
|
msgctxt "OrchardCore.BackgroundTasks.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
msgstr "Nastavení"
|
msgstr "Nastavení"
|
||||||
|
|
||||||
#. .Add(S["Tasks"], S["Tasks"].PrefixPosition(), tasks => tasks
|
#. .Add(S["Tasks"], S["Tasks"].PrefixPosition(), tasks => tasks
|
||||||
#. .Add(S["Tasks"], S["Tasks"].PrefixPosition(), tasks => tasks
|
#. .Add(S["Tasks"], S["Tasks"].PrefixPosition(), tasks => tasks
|
||||||
#: OrchardCore.BackgroundTasks\AdminMenu.cs:26
|
#: OrchardCore.BackgroundTasks\AdminMenu.cs:23
|
||||||
#: OrchardCore.BackgroundTasks\AdminMenu.cs:26
|
#: OrchardCore.BackgroundTasks\AdminMenu.cs:23
|
||||||
msgctxt "OrchardCore.BackgroundTasks.AdminMenu"
|
msgctxt "OrchardCore.BackgroundTasks.AdminMenu"
|
||||||
msgid "Tasks"
|
msgid "Tasks"
|
||||||
msgstr "Úlohy"
|
msgstr "Úlohy"
|
||||||
|
|
||||||
#. .Add(S["Background Tasks"], S["Background Tasks"].PrefixPosition(), backgroundTasks => backgroundTasks
|
#. .Add(S["Background Tasks"], S["Background Tasks"].PrefixPosition(), backgroundTasks => backgroundTasks
|
||||||
#. .Add(S["Background Tasks"], S["Background Tasks"].PrefixPosition(), backgroundTasks => backgroundTasks
|
#. .Add(S["Background Tasks"], S["Background Tasks"].PrefixPosition(), backgroundTasks => backgroundTasks
|
||||||
#: OrchardCore.BackgroundTasks\AdminMenu.cs:27
|
#: OrchardCore.BackgroundTasks\AdminMenu.cs:24
|
||||||
#: OrchardCore.BackgroundTasks\AdminMenu.cs:27
|
#: OrchardCore.BackgroundTasks\AdminMenu.cs:24
|
||||||
msgctxt "OrchardCore.BackgroundTasks.AdminMenu"
|
msgctxt "OrchardCore.BackgroundTasks.AdminMenu"
|
||||||
msgid "Background Tasks"
|
msgid "Background Tasks"
|
||||||
msgstr "Úlohy na pozadí"
|
msgstr "Úlohy na pozadí"
|
||||||
@@ -47,19 +47,19 @@ msgid "Disabled"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The task has been updated."]);
|
#. await _notifier.SuccessAsync(H["The task has been updated."]);
|
||||||
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:208
|
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:209
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
|
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
|
||||||
msgid "The task has been updated."
|
msgid "The task has been updated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The task has been enabled."]);
|
#. await _notifier.SuccessAsync(H["The task has been enabled."]);
|
||||||
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:245
|
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:244
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
|
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
|
||||||
msgid "The task has been enabled."
|
msgid "The task has been enabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The task has been disabled."]);
|
#. await _notifier.SuccessAsync(H["The task has been disabled."]);
|
||||||
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:276
|
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:273
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
|
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
|
||||||
msgid "The task has been disabled."
|
msgid "The task has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -82,19 +82,19 @@ msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
|||||||
msgid "Advanced"
|
msgid "Advanced"
|
||||||
msgstr "Rozšířená nastavení"
|
msgstr "Rozšířená nastavení"
|
||||||
|
|
||||||
#. <label asp-for="Title" class="@Orchard.GetLabelCssClasses()">@T["Title"]</label>
|
#. <label asp-for="Title" class="@Orchard.GetLabelClasses()">@T["Title"]</label>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:23
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:23
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Description" class="@Orchard.GetLabelCssClasses()">@T["Description"]</label>
|
#. <label asp-for="Description" class="@Orchard.GetLabelClasses()">@T["Description"]</label>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:30
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:30
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Schedule" class="@Orchard.GetLabelCssClasses()">@T["Schedule"]</label>
|
#. <label asp-for="Schedule" class="@Orchard.GetLabelClasses()">@T["Schedule"]</label>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:37
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:37
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Schedule"
|
msgid "Schedule"
|
||||||
@@ -112,58 +112,70 @@ msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
|||||||
msgid "The task schedule as a cron expression."
|
msgid "The task schedule as a cron expression."
|
||||||
msgstr "Plán spouštění úlohy jako výraz cron."
|
msgstr "Plán spouštění úlohy jako výraz cron."
|
||||||
|
|
||||||
|
#. <label class="form-check-label" asp-for="UsePipeline">@T["Use Tenant Pipeline"]</label>
|
||||||
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:51
|
||||||
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
|
msgid "Use Tenant Pipeline"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. <span class="hint">@T["Whether or not the tenant pipeline should be built to configure endpoints and then executed to allow route urls generation in the background."]</span>
|
||||||
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:53
|
||||||
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
|
msgid "Whether or not the tenant pipeline should be built to configure endpoints and then executed to allow route urls generation in the background."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <div><span asp-validation-for="LockTimeout" class="text-danger">@T["Invalid lock timeout value in the advanced tab"]</span></div>
|
#. <div><span asp-validation-for="LockTimeout" class="text-danger">@T["Invalid lock timeout value in the advanced tab"]</span></div>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:47
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:57
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Invalid lock timeout value in the advanced tab"
|
msgid "Invalid lock timeout value in the advanced tab"
|
||||||
msgstr "Neplatná hodnota časového limitu zámku v panelu rozšířených nastavení"
|
msgstr "Neplatná hodnota časového limitu zámku v panelu rozšířených nastavení"
|
||||||
|
|
||||||
#. <div><span asp-validation-for="LockExpiration" class="text-danger">@T["Invalid lock expiration value in the advanced tab"]</span></div>
|
#. <div><span asp-validation-for="LockExpiration" class="text-danger">@T["Invalid lock expiration value in the advanced tab"]</span></div>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:48
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:58
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Invalid lock expiration value in the advanced tab"
|
msgid "Invalid lock expiration value in the advanced tab"
|
||||||
msgstr "Neplatná hodnota vypršení zámku v panelu rozšířených nastavení"
|
msgstr "Neplatná hodnota vypršení zámku v panelu rozšířených nastavení"
|
||||||
|
|
||||||
#. <label asp-for="LockTimeout" class="@Orchard.GetLabelCssClasses()">@T["Lock timeout (ms)"]</label>
|
#. <label asp-for="LockTimeout" class="@Orchard.GetLabelClasses()">@T["Lock timeout (ms)"]</label>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:53
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:63
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Lock timeout (ms)"
|
msgid "Lock timeout (ms)"
|
||||||
msgstr "Časový limit zámku (ms)"
|
msgstr "Časový limit zámku (ms)"
|
||||||
|
|
||||||
#. <span class="hint">@T["The timeout in milliseconds to acquire a lock before executing the task atomically. Leave it to zero to not use any locking."]</span>
|
#. <span class="hint">@T["The timeout in milliseconds to acquire a lock before executing the task atomically. Leave it to zero to not use any locking."]</span>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:56
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:66
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "The timeout in milliseconds to acquire a lock before executing the task atomically. Leave it to zero to not use any locking."
|
msgid "The timeout in milliseconds to acquire a lock before executing the task atomically. Leave it to zero to not use any locking."
|
||||||
msgstr "Časový limit v milisekundách k získání zámku před provedením úkolu atomicky. Nechte na nule, pokud nepožadujete použití zámku."
|
msgstr "Časový limit v milisekundách k získání zámku před provedením úkolu atomicky. Nechte na nule, pokud nepožadujete použití zámku."
|
||||||
|
|
||||||
#. <span class="hint">@T["Ignored if there is no distributed lock feature enabled."]</span>
|
#. <span class="hint">@T["Ignored if there is no distributed lock feature enabled."]</span>
|
||||||
#. <span class="hint">@T["Ignored if there is no distributed lock feature enabled."]</span>
|
#. <span class="hint">@T["Ignored if there is no distributed lock feature enabled."]</span>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:57
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:67
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:66
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:76
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Ignored if there is no distributed lock feature enabled."
|
msgid "Ignored if there is no distributed lock feature enabled."
|
||||||
msgstr "Ignorováno, pokud není zapnuta funkce distribuovaného uzamykání."
|
msgstr "Ignorováno, pokud není zapnuta funkce distribuovaného uzamykání."
|
||||||
|
|
||||||
#. <label asp-for="LockExpiration" class="@Orchard.GetLabelCssClasses()">@T["Lock expiration (ms)"]</label>
|
#. <label asp-for="LockExpiration" class="@Orchard.GetLabelClasses()">@T["Lock expiration (ms)"]</label>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:62
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:72
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Lock expiration (ms)"
|
msgid "Lock expiration (ms)"
|
||||||
msgstr "Čas vypršení platnosti zámku (ms)"
|
msgstr "Čas vypršení platnosti zámku (ms)"
|
||||||
|
|
||||||
#. <span class="hint">@T["The expiration in milliseconds of the lock acquired before executing the task atomically. Leave it to zero to not use any locking."]</span>
|
#. <span class="hint">@T["The expiration in milliseconds of the lock acquired before executing the task atomically. Leave it to zero to not use any locking."]</span>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:65
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:75
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "The expiration in milliseconds of the lock acquired before executing the task atomically. Leave it to zero to not use any locking."
|
msgid "The expiration in milliseconds of the lock acquired before executing the task atomically. Leave it to zero to not use any locking."
|
||||||
msgstr "Časový limit v milisekundách k získání zámku před provedením úkolu atomicky. Nechte na nule, pokud nepožadujete použití zámku."
|
msgstr "Časový limit v milisekundách k získání zámku před provedením úkolu atomicky. Nechte na nule, pokud nepožadujete použití zámku."
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit">@T["Save"]</button>
|
#. <button class="btn btn-primary save" type="submit">@T["Save"]</button>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:73
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:83
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr "Uložit"
|
msgstr "Uložit"
|
||||||
|
|
||||||
#. <a class="btn btn-secondary cancel" role="button" asp-route-action="Index">@T["Cancel"]</a>
|
#. <a class="btn btn-secondary cancel" role="button" asp-route-action="Index">@T["Cancel"]</a>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:74
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Edit.cshtml:84
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Edit"
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Storno"
|
msgstr "Storno"
|
||||||
@@ -192,7 +204,7 @@ msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Index"
|
|||||||
msgid "Status"
|
msgid "Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="text-primary" title="@T["Settings"]"><i class="fa fa-cog" aria-hidden="true"></i></span>
|
#. <span class="text-primary" title="@T["Settings"]"><i class="fa-solid fa-cog" aria-hidden="true"></i></span>
|
||||||
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Index.cshtml:42
|
#: OrchardCore.BackgroundTasks\Views\BackgroundTask\Index.cshtml:42
|
||||||
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Index"
|
msgctxt "OrchardCore.BackgroundTasks.Views.BackgroundTask.Index"
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
|
|||||||
@@ -10,16 +10,16 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\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()]);
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Drivers.ContentPickerFieldDisplayDriver"
|
||||||
msgid "The {0} field is required."
|
msgid "The {0} field is required."
|
||||||
msgstr "Pole {0} je povinné."
|
msgstr "Pole {0} je povinné."
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(field.ContentItemIds), S["The {0} field cannot contain multiple items.", context.PartFieldDefinition.DisplayName()]);
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Drivers.ContentPickerFieldDisplayDriver"
|
||||||
msgid "The {0} field cannot contain multiple items."
|
msgid "The {0} field cannot contain multiple items."
|
||||||
msgstr "Pole {0} nemůže obsahovat více položek."
|
msgstr "Pole {0} nemůže obsahovat více položek."
|
||||||
@@ -36,8 +36,8 @@ msgctxt "OrchardCore.ContentFields.Drivers.DateTimeFieldDisplayDriver"
|
|||||||
msgid "A value is required for {0}."
|
msgid "A value is required for {0}."
|
||||||
msgstr "Pole {0} je povinné."
|
msgstr "Pole {0} je povinné."
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(Prefix, nameof(viewModel.Html), S["{0} doesn't contain a valid Liquid expression. Details: {1}", fieldName, string.Join(" ", errors)]);
|
#. nameof(viewModel.Html), S["{0} doesn't contain a valid Liquid expression. Details: {1}",
|
||||||
#: OrchardCore.ContentFields\Drivers\HtmlFieldDisplayDriver.cs:93
|
#: OrchardCore.ContentFields\Drivers\HtmlFieldDisplayDriver.cs:96
|
||||||
msgctxt "OrchardCore.ContentFields.Drivers.HtmlFieldDisplayDriver"
|
msgctxt "OrchardCore.ContentFields.Drivers.HtmlFieldDisplayDriver"
|
||||||
msgid "{0} doesn't contain a valid Liquid expression. Details: {1}"
|
msgid "{0} doesn't contain a valid Liquid expression. Details: {1}"
|
||||||
msgstr "Pole {0} neobsahuje platný Liquid výraz. Podrobnosti: {1}"
|
msgstr "Pole {0} neobsahuje platný Liquid výraz. Podrobnosti: {1}"
|
||||||
@@ -123,7 +123,7 @@ msgid "Invalid number of digits for {0}, max allowed: {1}."
|
|||||||
msgstr "Neplatný počet číslic pro pole {0}, maximálně: {1}."
|
msgstr "Neplatný počet číslic pro pole {0}, maximálně: {1}."
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(field.Text), S["A value is required for {0}.", context.PartFieldDefinition.DisplayName()]);
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Drivers.TextFieldDisplayDriver"
|
||||||
msgid "A value is required for {0}."
|
msgid "A value is required for {0}."
|
||||||
msgstr "Pole {0} je povinné."
|
msgstr "Pole {0} je povinné."
|
||||||
@@ -304,20 +304,26 @@ msgctxt "OrchardCore.ContentFields.Handlers.YoutubeFieldHandler"
|
|||||||
msgid "The format of the url is invalid"
|
msgid "The format of the url is invalid"
|
||||||
msgstr ""
|
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."]);
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Settings.ContentPickerFieldSettingsDriver"
|
||||||
msgid "Please provide a Stereotype."
|
msgid "Please provide a Stereotype."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. updater.ModelState.AddModelError(Prefix, nameof(ContentPickerFieldSettingsViewModel.DisplayedContentTypes), S["At least one content type must be selected."]);
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Settings.ContentPickerFieldSettingsDriver"
|
||||||
msgid "At least one content type must be selected."
|
msgid "At least one content type must be selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(Prefix + "." + nameof(MonacoSettingsViewModel.Options), S["The options are written in an incorrect format."]);
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Settings.HtmlFieldMonacoEditorSettingsDriver"
|
||||||
msgid "The options are written in an incorrect format."
|
msgid "The options are written in an incorrect format."
|
||||||
msgstr "Možnosti jsou zapsány v nesprávném formátu."
|
msgstr "Možnosti jsou zapsány v nesprávném formátu."
|
||||||
@@ -335,7 +341,7 @@ msgid "The options are written in an incorrect format."
|
|||||||
msgstr "Možnosti jsou zapsány v nesprávném formátu."
|
msgstr "Možnosti jsou zapsány v nesprávném formátu."
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(Prefix + "." + nameof(MonacoSettingsViewModel.Options), S["The options are written in an incorrect format."]);
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Settings.TextFieldMonacoEditorSettingsDriver"
|
||||||
msgid "The options are written in an incorrect format."
|
msgid "The options are written in an incorrect format."
|
||||||
msgstr "Možnosti jsou zapsány v nesprávném formátu."
|
msgstr "Možnosti jsou zapsány v nesprávném formátu."
|
||||||
@@ -358,19 +364,19 @@ msgctxt "OrchardCore.ContentFields.Views.BooleanField-Switch.Option"
|
|||||||
msgid "Switch"
|
msgid "Switch"
|
||||||
msgstr "Přepínač"
|
msgstr "Přepínač"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\BooleanField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.BooleanField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.BooleanField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Standardní"
|
msgstr "Standardní"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\BooleanField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.BooleanField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.BooleanField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Standardní"
|
msgstr "Standardní"
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\BooleanFieldSettings.Edit.cshtml:5
|
#: OrchardCore.ContentFields\Views\BooleanFieldSettings.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.ContentFields.Views.BooleanFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.BooleanFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -382,7 +388,7 @@ msgctxt "OrchardCore.ContentFields.Views.BooleanFieldSettings.Edit"
|
|||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr "Text nápovědy pro toto pole."
|
msgstr "Text nápovědy pro toto pole."
|
||||||
|
|
||||||
#. <label asp-for="Label">@T["Label"]</label>
|
#. <label asp-for="Label" class="form-label">@T["Label"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\BooleanFieldSettings.Edit.cshtml:13
|
#: OrchardCore.ContentFields\Views\BooleanFieldSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.BooleanFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.BooleanFieldSettings.Edit"
|
||||||
msgid "Label"
|
msgid "Label"
|
||||||
@@ -412,7 +418,7 @@ msgctxt "OrchardCore.ContentFields.Views.ContentPickerField"
|
|||||||
msgid "No content items."
|
msgid "No content items."
|
||||||
msgstr "Žádné položky."
|
msgstr "Žádné položky."
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\ContentPickerField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -420,141 +426,153 @@ msgstr "Standardní"
|
|||||||
|
|
||||||
#. <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 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>
|
#. <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:28
|
||||||
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:48
|
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:47
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
|
||||||
msgid "Not published"
|
msgid "Not published"
|
||||||
msgstr "Nepublikováno"
|
msgstr "Nepublikováno"
|
||||||
|
|
||||||
#. label="displayText" placeholder="@T["Type to search"]"
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
|
||||||
msgid "Type to search"
|
msgid "Type to search"
|
||||||
msgstr "Začněte psát hledaný výraz"
|
msgstr "Začněte psát hledaný výraz"
|
||||||
|
|
||||||
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr "Vybrat"
|
msgstr "Vybrat"
|
||||||
|
|
||||||
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Odstranit"
|
msgstr "Odstranit"
|
||||||
|
|
||||||
#. @T["No result found"]
|
#. @T["No result found"]
|
||||||
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:51
|
#: OrchardCore.ContentFields\Views\ContentPickerField.Edit.cshtml:50
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Edit"
|
||||||
msgid "No result found"
|
msgid "No result found"
|
||||||
msgstr "Nenalezeny žádné výsledky"
|
msgstr "Nenalezeny žádné výsledky"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\ContentPickerField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Standardní"
|
msgstr "Standardní"
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="Required">@T["Required"]</label>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Required"
|
msgid "Required"
|
||||||
msgstr "Povinné"
|
msgstr "Povinné"
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Whether to ensure at least one element is selected."]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Whether to ensure at least one element is selected."
|
msgid "Whether to ensure at least one element is selected."
|
||||||
msgstr "Určuje zda musí být vybrána minimálně jedna položka."
|
msgstr "Určuje zda musí být vybrána minimálně jedna položka."
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="Multiple">@T["Allow multiple"]</label>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Allow multiple"
|
msgid "Allow multiple"
|
||||||
msgstr "Povolit více"
|
msgstr "Povolit více"
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Whether to allow multiple elements to be selected."]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Whether to allow multiple elements to be selected."
|
msgid "Whether to allow multiple elements to be selected."
|
||||||
msgstr "Určuje zda může být vybráno více položek."
|
msgstr "Určuje zda může být vybráno více položek."
|
||||||
|
|
||||||
#. <label asp-for="Source">@T["Contained Content Types"]</label>
|
#. <label asp-for="Source" class="form-label">@T["Contained Content Types"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:21
|
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:30
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Contained Content Types"
|
msgid "Contained Content Types"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["Display All Content Types"]
|
#. @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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Display All Content Types"
|
msgid "Display All Content Types"
|
||||||
msgstr "Zobrazit všechny typy obsahu"
|
msgstr "Zobrazit všechny typy obsahu"
|
||||||
|
|
||||||
#. @T["Content Types"]
|
#. @T["Content Types"]
|
||||||
#. <label asp-for="DisplayedContentTypes">@T["Content Types"]</label>
|
#. <label asp-for="DisplayedContentTypes" class="form-label">@T["Content Types"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:32
|
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:41
|
||||||
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:53
|
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:62
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Content Types"
|
msgid "Content Types"
|
||||||
msgstr "Typy obsahu"
|
msgstr "Typy obsahu"
|
||||||
|
|
||||||
#. @T["Stereotype"] <span class="hint">@T["All content types of these Stereotypes"]</span>
|
#. @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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Stereotype"
|
msgid "Stereotype"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. @T["Stereotype"] <span class="hint">@T["All content types of these Stereotypes"]</span>
|
#. @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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "All content types of these Stereotypes"
|
msgid "All content types of these Stereotypes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <label asp-for="Stereotypes">@T["Stereotypes"]</label>
|
#. <label asp-for="Stereotypes" class="form-label">@T["Stereotypes"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:46
|
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:55
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Stereotypes"
|
msgid "Stereotypes"
|
||||||
msgstr ""
|
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>
|
#. <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"
|
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"
|
msgid "The Stereotypes of the content types that this field can contain. You may define multiple Stereotypes using the comma (,) as a separator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <span class="hint">@T["The content types to display. Choose at least one."]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "The content types to display. Choose at least one."
|
msgid "The content types to display. Choose at least one."
|
||||||
msgstr "Typy obsahu, které budou zobrazeny. Vyberte alespoň jeden."
|
msgstr "Typy obsahu, které budou zobrazeny. Vyberte alespoň jeden."
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:60
|
#: OrchardCore.ContentFields\Views\ContentPickerFieldSettings.Edit.cshtml:69
|
||||||
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
msgstr "Nápověda"
|
msgstr "Nápověda"
|
||||||
|
|
||||||
#. <span class="hint">@T["The hint text to display for this field on the editor."]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.ContentPickerFieldSettings.Edit"
|
||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr "Text nápovědy zobrazený pro toto pole."
|
msgstr "Text nápovědy zobrazený pro toto pole."
|
||||||
|
|
||||||
|
#. <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>
|
#. <option value="Localized" selected="@(currentEditor == "Localized")">@T["Localized"]</option>
|
||||||
#: OrchardCore.ContentFields\Views\DateField-Localized.Option.cshtml:4
|
#: OrchardCore.ContentFields\Views\DateField-Localized.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.DateField-Localized.Option"
|
msgctxt "OrchardCore.ContentFields.Views.DateField-Localized.Option"
|
||||||
msgid "Localized"
|
msgid "Localized"
|
||||||
msgstr "Přeloženo"
|
msgstr "Přeloženo"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\DateField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.DateField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.DateField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Standardní"
|
msgstr "Standardní"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\DateField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.DateField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.DateField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -572,7 +590,7 @@ msgctxt "OrchardCore.ContentFields.Views.DateFieldSettings.Edit"
|
|||||||
msgid "Whether a value is required."
|
msgid "Whether a value is required."
|
||||||
msgstr "Určuje zda je hodnota povinná."
|
msgstr "Určuje zda je hodnota povinná."
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\DateFieldSettings.Edit.cshtml:13
|
#: OrchardCore.ContentFields\Views\DateFieldSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.DateFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.DateFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -584,13 +602,13 @@ msgctxt "OrchardCore.ContentFields.Views.DateFieldSettings.Edit"
|
|||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr "Text nápovědy zobrazený pro toto pole."
|
msgstr "Text nápovědy zobrazený pro toto pole."
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\DateTimeField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.DateTimeField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.DateTimeField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Standardní"
|
msgstr "Standardní"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\DateTimeField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.DateTimeField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.DateTimeField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -608,7 +626,7 @@ msgctxt "OrchardCore.ContentFields.Views.DateTimeFieldSettings.Edit"
|
|||||||
msgid "Whether a value is required."
|
msgid "Whether a value is required."
|
||||||
msgstr "Určuje zda je hodnota povinná."
|
msgstr "Určuje zda je hodnota povinná."
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\DateTimeFieldSettings.Edit.cshtml:13
|
#: OrchardCore.ContentFields\Views\DateTimeFieldSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.DateTimeFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.DateTimeFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -644,31 +662,31 @@ msgctxt "OrchardCore.ContentFields.Views.HtmlField-Wysiwyg.Option"
|
|||||||
msgid "Wysiwyg editor"
|
msgid "Wysiwyg editor"
|
||||||
msgstr "WYSIWYG editor"
|
msgstr "WYSIWYG editor"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\HtmlField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.HtmlField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.HtmlField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Standardní"
|
msgstr "Standardní"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\HtmlField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.HtmlField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.HtmlField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Standardní"
|
msgstr "Standardní"
|
||||||
|
|
||||||
#. <label asp-for="Options">@T["Enter the editor options, language is always set to `html` when saved."]</label>
|
#. <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:10
|
#: OrchardCore.ContentFields\Views\HtmlFieldMonacoEditorSettings.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldMonacoEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldMonacoEditorSettings.Edit"
|
||||||
msgid "Enter the editor options, language is always set to `html` when saved."
|
msgid "Enter the editor options, language is always set to `html` when saved."
|
||||||
msgstr "Zadejte nastavení editoru, jazyk se při uložení vždy nastaví na `html`."
|
msgstr "Zadejte nastavení editoru, jazyk se při uložení vždy nastaví na `html`."
|
||||||
|
|
||||||
#. <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>
|
#. <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:12
|
#: OrchardCore.ContentFields\Views\HtmlFieldMonacoEditorSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldMonacoEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldMonacoEditorSettings.Edit"
|
||||||
msgid "Documentation for options"
|
msgid "Documentation for options"
|
||||||
msgstr "Dokumentace pro možnosti"
|
msgstr "Dokumentace pro možnosti"
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\HtmlFieldSettings.Edit.cshtml:5
|
#: OrchardCore.ContentFields\Views\HtmlFieldSettings.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldSettings.Edit"
|
||||||
msgid "Hint"
|
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)."
|
msgid "Whether the url is used when selected from Insert Media (By default, the Shortcode is inserted)."
|
||||||
msgstr "Určuje, zda je adresa URL použita při výběru z vložených médií (ve výchozím nastavení je vložen zkrácený kód)."
|
msgstr "Určuje, zda je adresa URL použita při výběru z vložených médií (ve výchozím nastavení je vložen zkrácený kód)."
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\HtmlFieldTrumbowygEditorSettings.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldTrumbowygEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.HtmlFieldTrumbowygEditorSettings.Edit"
|
||||||
msgid "Enter the editor options"
|
msgid "Enter the editor options"
|
||||||
@@ -722,20 +740,20 @@ msgctxt "OrchardCore.ContentFields.Views.HtmlFieldTrumbowygEditorSettings.Edit"
|
|||||||
msgid "Documentation for options"
|
msgid "Documentation for options"
|
||||||
msgstr "Dokumentace pro možnosti"
|
msgstr "Dokumentace pro možnosti"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\LinkField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.LinkField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Standardní"
|
msgstr "Standardní"
|
||||||
|
|
||||||
#. <label asp-for="Url" class="@urlClass">@T["Url"]</label>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.LinkField.Edit"
|
||||||
msgid "Url"
|
msgid "Url"
|
||||||
msgstr "URL"
|
msgstr "URL"
|
||||||
|
|
||||||
#. <label asp-for="Text" class="@textClass">@T["Link text"]</label>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.LinkField.Edit"
|
||||||
msgid "Link text"
|
msgid "Link text"
|
||||||
msgstr "Text odkazu"
|
msgstr "Text odkazu"
|
||||||
@@ -752,7 +770,7 @@ msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
|||||||
msgid "Whether the url is required."
|
msgid "Whether the url is required."
|
||||||
msgstr "Určuje zda je URL povinné."
|
msgstr "Určuje zda je URL povinné."
|
||||||
|
|
||||||
#. <label asp-for="LinkTextMode">@T["Text"]</label>
|
#. <label asp-for="LinkTextMode" class="form-label">@T["Text"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:13
|
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
||||||
msgid "Text"
|
msgid "Text"
|
||||||
@@ -782,7 +800,7 @@ msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
|||||||
msgid "Use the url of the link"
|
msgid "Use the url of the link"
|
||||||
msgstr "Použít URL odkazu"
|
msgstr "Použít URL odkazu"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:24
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
||||||
msgid "Hint for the url"
|
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."
|
msgid "The hint text to display for the url on the editor."
|
||||||
msgstr "Text nápovědy pro pole URL."
|
msgstr "Text nápovědy pro pole 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
|
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:29
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
||||||
msgid "Hint for the text"
|
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."
|
msgid "The hint text to display for the text of the link on the editor."
|
||||||
msgstr "Text nápovědy pro pole text."
|
msgstr "Text nápovědy pro pole text."
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:36
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
||||||
msgid "Watermark for the url"
|
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."
|
msgid "A hint (placeholder) to display when the input of the url is empty."
|
||||||
msgstr "Ukázková hodnota, která se zobrazí pokud je pole URL prázdné."
|
msgstr "Ukázková hodnota, která se zobrazí pokud je pole URL prázdné."
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:41
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
||||||
msgid "Watermark for the text"
|
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."
|
msgid "A hint (placeholder) to display when the input of the text is empty."
|
||||||
msgstr "Ukázková hodnota, která se zobrazí pokud je pole text prázdné."
|
msgstr "Ukázková hodnota, která se zobrazí pokud je pole text prázdné."
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:48
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
||||||
msgid "Default value of the url"
|
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."
|
msgid "A valid url proposed when creating a content item."
|
||||||
msgstr "Výchozí URL předvyplněná při vytváření položky."
|
msgstr "Výchozí URL předvyplněná při vytváření položky."
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\LinkFieldSettings.Edit.cshtml:54
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LinkFieldSettings.Edit"
|
||||||
msgid "Default value of the text"
|
msgid "Default value of the text"
|
||||||
@@ -860,7 +878,7 @@ msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField"
|
|||||||
msgid "No content items."
|
msgid "No content items."
|
||||||
msgstr "Žádné položky."
|
msgstr "Žádné položky."
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -868,37 +886,37 @@ msgstr "Standardní"
|
|||||||
|
|
||||||
#. <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 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>
|
#. <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:32
|
||||||
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:52
|
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:51
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
|
||||||
msgid "Not published"
|
msgid "Not published"
|
||||||
msgstr "Nepublikováno"
|
msgstr "Nepublikováno"
|
||||||
|
|
||||||
#. label="displayText" placeholder="@T["Type to search"]"
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
|
||||||
msgid "Type to search"
|
msgid "Type to search"
|
||||||
msgstr "Zadejte hledaný výraz"
|
msgstr "Zadejte hledaný výraz"
|
||||||
|
|
||||||
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr "Výběr z hodnot"
|
msgstr "Výběr z hodnot"
|
||||||
|
|
||||||
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Odebrat"
|
msgstr "Odebrat"
|
||||||
|
|
||||||
#. @T["No result found"]
|
#. @T["No result found"]
|
||||||
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:55
|
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Edit.cshtml:54
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Edit"
|
||||||
msgid "No result found"
|
msgid "No result found"
|
||||||
msgstr "Nenalezen žádný výsledek"
|
msgstr "Nenalezen žádný výsledek"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -928,7 +946,7 @@ msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettin
|
|||||||
msgid "Whether to allow multiple elements to be selected."
|
msgid "Whether to allow multiple elements to be selected."
|
||||||
msgstr "Určuje zda může být vybráno více položek."
|
msgstr "Určuje zda může být vybráno více položek."
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerFieldSettings.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettings.Edit"
|
||||||
msgid "Content Types"
|
msgid "Content Types"
|
||||||
@@ -940,7 +958,7 @@ msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettin
|
|||||||
msgid "The content types to display. Choose at least one."
|
msgid "The content types to display. Choose at least one."
|
||||||
msgstr "Typy obsahu, které budou zobrazeny. Vyberte alespoň jeden."
|
msgstr "Typy obsahu, které budou zobrazeny. Vyberte alespoň jeden."
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerFieldSettings.Edit.cshtml:28
|
#: OrchardCore.ContentFields\Views\LocalizationSetContentPickerFieldSettings.Edit.cshtml:28
|
||||||
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.LocalizationSetContentPickerFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -977,25 +995,25 @@ msgid "Checkbox List"
|
|||||||
msgstr "Seznam zaškrtávacích polí"
|
msgstr "Seznam zaškrtávacích polí"
|
||||||
|
|
||||||
#. placeholder="@T["Type to search"]"
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextField-Picker.Edit"
|
||||||
msgid "Type to search"
|
msgid "Type to search"
|
||||||
msgstr "Začněte psát hledaný výraz"
|
msgstr "Začněte psát hledaný výraz"
|
||||||
|
|
||||||
#. select-label="@T["Select"]"
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextField-Picker.Edit"
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr "Výběr z hodnot"
|
msgstr "Výběr z hodnot"
|
||||||
|
|
||||||
#. deselect-label="@T["Remove"]"
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextField-Picker.Edit"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Odebrat"
|
msgstr "Odebrat"
|
||||||
|
|
||||||
#. @T["No values found"]
|
#. @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"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextField-Picker.Edit"
|
||||||
msgid "No values found"
|
msgid "No values found"
|
||||||
msgstr "Nebyly nalezeny žádné hodnoty"
|
msgstr "Nebyly nalezeny žádné hodnoty"
|
||||||
@@ -1011,13 +1029,13 @@ msgctxt "OrchardCore.ContentFields.Views.MultiTextField"
|
|||||||
msgid ", "
|
msgid ", "
|
||||||
msgstr ""
|
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
|
#: OrchardCore.ContentFields\Views\MultiTextField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.MultiTextField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Standardní"
|
msgstr "Standardní"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\MultiTextField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.MultiTextField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -1035,7 +1053,7 @@ msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
|||||||
msgid "Whether a value is required."
|
msgid "Whether a value is required."
|
||||||
msgstr "Určuje zda je hodnota povinná."
|
msgstr "Určuje zda je hodnota povinná."
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:13
|
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -1077,22 +1095,22 @@ msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
|||||||
msgid "Remove element from list"
|
msgid "Remove element from list"
|
||||||
msgstr "Odebrat položku ze seznamu"
|
msgstr "Odebrat položku ze seznamu"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:60
|
||||||
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
||||||
msgid "Add an option"
|
msgid "Add an option"
|
||||||
msgstr "Přidat volbu"
|
msgstr "Přidat volbu"
|
||||||
|
|
||||||
#. <h5 class="modal-title">@T["Edit Data"]</h5>
|
#. <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:73
|
||||||
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:101
|
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:101
|
||||||
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
||||||
msgid "Edit Data"
|
msgid "Edit Data"
|
||||||
msgstr "Upravit data"
|
msgstr "Upravit data"
|
||||||
|
|
||||||
#. <label for="options-textarea">@T["Options"]</label>
|
#. <label for="options-textarea" class="form-label">@T["Options"]</label>
|
||||||
#. <label asp-for="Options">@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:78
|
||||||
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:100
|
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:100
|
||||||
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
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}"
|
msgid "A JSON representation of the allowed values, e.g. {0}"
|
||||||
msgstr "JSON reprezentace povolených hodnot, např. {0}"
|
msgstr "JSON reprezentace povolených hodnot, např. {0}"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\MultiTextFieldSettings.Edit.cshtml:83
|
||||||
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.MultiTextFieldSettings.Edit"
|
||||||
msgid "Default value"
|
msgid "Default value"
|
||||||
@@ -1136,7 +1154,7 @@ msgid "Range"
|
|||||||
msgstr "Rozsah"
|
msgstr "Rozsah"
|
||||||
|
|
||||||
#. <option value="">@T["None"]</option>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.NumericField-Select.Edit"
|
||||||
msgid "None"
|
msgid "None"
|
||||||
msgstr "Žádný"
|
msgstr "Žádný"
|
||||||
@@ -1159,13 +1177,13 @@ msgctxt "OrchardCore.ContentFields.Views.NumericField-Spinner.Option"
|
|||||||
msgid "Spinner"
|
msgid "Spinner"
|
||||||
msgstr "Číselník"
|
msgstr "Číselník"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\NumericField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.NumericField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Standardní"
|
msgstr "Standardní"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\NumericField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.NumericField.Option"
|
||||||
msgid "Number"
|
msgid "Number"
|
||||||
@@ -1183,7 +1201,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
|||||||
msgid "Whether a value is required."
|
msgid "Whether a value is required."
|
||||||
msgstr "Určuje zda je hodnota povinná."
|
msgstr "Určuje zda je hodnota povinná."
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:21
|
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -1195,7 +1213,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
|||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr "Text nápovědy pro toto pole."
|
msgstr "Text nápovědy pro toto pole."
|
||||||
|
|
||||||
#. <label for="Placeholder">@T["Watermark (placeholder)"]</label>
|
#. <label for="Placeholder" class="form-label">@T["Watermark (placeholder)"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:29
|
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:29
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
||||||
msgid "Watermark (placeholder)"
|
msgid "Watermark (placeholder)"
|
||||||
@@ -1207,7 +1225,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
|||||||
msgid "A hint to display when the input is empty. (optional)"
|
msgid "A hint to display when the input is empty. (optional)"
|
||||||
msgstr "Ukázková hodnota, která se zobrazí, pokud je pole prázdné. (volitelné)"
|
msgstr "Ukázková hodnota, která se zobrazí, pokud je pole prázdné. (volitelné)"
|
||||||
|
|
||||||
#. <label for="Scale">@T["Scale"]</label>
|
#. <label for="Scale" class="form-label">@T["Scale"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:37
|
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:37
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
||||||
msgid "Scale"
|
msgid "Scale"
|
||||||
@@ -1219,7 +1237,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
|||||||
msgid "The number of digits after the decimal point."
|
msgid "The number of digits after the decimal point."
|
||||||
msgstr "Počet číslic za desetinnou čárkou."
|
msgstr "Počet číslic za desetinnou čárkou."
|
||||||
|
|
||||||
#. <label for="Minimum">@T["Minimum"]</label>
|
#. <label for="Minimum" class="form-label">@T["Minimum"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:45
|
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:45
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
||||||
msgid "Minimum"
|
msgid "Minimum"
|
||||||
@@ -1231,7 +1249,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
|||||||
msgid "The minimum value allowed. (optional)"
|
msgid "The minimum value allowed. (optional)"
|
||||||
msgstr "Minimální povolená hodnota. (volitelné)"
|
msgstr "Minimální povolená hodnota. (volitelné)"
|
||||||
|
|
||||||
#. <label for="Maximum">@T["Maximum"]</label>
|
#. <label for="Maximum" class="form-label">@T["Maximum"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:53
|
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:53
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
||||||
msgid "Maximum"
|
msgid "Maximum"
|
||||||
@@ -1243,7 +1261,7 @@ msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
|||||||
msgid "The maximum value allowed. (optional)"
|
msgid "The maximum value allowed. (optional)"
|
||||||
msgstr "Maximální povolená hodnota. (volitelné)"
|
msgstr "Maximální povolená hodnota. (volitelné)"
|
||||||
|
|
||||||
#. <label for="DefaultValue">@T["Default value"]</label>
|
#. <label for="DefaultValue" class="form-label">@T["Default value"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:61
|
#: OrchardCore.ContentFields\Views\NumericFieldSettings.Edit.cshtml:61
|
||||||
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.NumericFieldSettings.Edit"
|
||||||
msgid "Default value"
|
msgid "Default value"
|
||||||
@@ -1315,19 +1333,19 @@ msgctxt "OrchardCore.ContentFields.Views.TextField-Url.Option"
|
|||||||
msgid "Url"
|
msgid "Url"
|
||||||
msgstr "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
|
#: OrchardCore.ContentFields\Views\TextField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.TextField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Standardní"
|
msgstr "Standardní"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\TextField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.TextField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Standardní"
|
msgstr "Standardní"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\TextFieldHeaderDisplaySettings.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldHeaderDisplaySettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldHeaderDisplaySettings.Edit"
|
||||||
msgid "Select the header level to use"
|
msgid "Select the header level to use"
|
||||||
@@ -1369,14 +1387,14 @@ msgctxt "OrchardCore.ContentFields.Views.TextFieldHeaderDisplaySettings.Edit"
|
|||||||
msgid "H6"
|
msgid "H6"
|
||||||
msgstr ""
|
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\TextFieldMonacoEditorSettings.Edit.cshtml:10
|
#: OrchardCore.ContentFields\Views\TextFieldMonacoEditorSettings.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldMonacoEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldMonacoEditorSettings.Edit"
|
||||||
msgid "Enter the editor options."
|
msgid "Enter the editor options."
|
||||||
msgstr "Zadejte možnosti editoru."
|
msgstr "Zadejte možnosti editoru."
|
||||||
|
|
||||||
#. <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>
|
#. <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:12
|
#: OrchardCore.ContentFields\Views\TextFieldMonacoEditorSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldMonacoEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldMonacoEditorSettings.Edit"
|
||||||
msgid "Documentation for options"
|
msgid "Documentation for options"
|
||||||
msgstr "Dokumentace pro možnosti"
|
msgstr "Dokumentace pro možnosti"
|
||||||
@@ -1411,22 +1429,22 @@ msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.E
|
|||||||
msgid "Remove element from list"
|
msgid "Remove element from list"
|
||||||
msgstr "Odstanit položku ze seznamu"
|
msgstr "Odstanit položku ze seznamu"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:45
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
||||||
msgid "Add an option"
|
msgid "Add an option"
|
||||||
msgstr "Přidat volbu"
|
msgstr "Přidat volbu"
|
||||||
|
|
||||||
#. <h5 class="modal-title">@T["Edit Data"]</h5>
|
#. <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:58
|
||||||
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:96
|
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:96
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
||||||
msgid "Edit Data"
|
msgid "Edit Data"
|
||||||
msgstr "Upravit data"
|
msgstr "Upravit data"
|
||||||
|
|
||||||
#. <label for="options-textarea">@T["Options"]</label>
|
#. <label for="options-textarea" class="form-label">@T["Options"]</label>
|
||||||
#. <label asp-for="Options">@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:63
|
||||||
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:95
|
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:95
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
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}"
|
msgid "A JSON representation of the allowed values, e.g. {0}"
|
||||||
msgstr "JSON reprezentace povolených hodnot, např. {0}"
|
msgstr "JSON reprezentace povolených hodnot, např. {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
|
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:68
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
||||||
msgid "Default value"
|
msgid "Default value"
|
||||||
@@ -1463,7 +1481,7 @@ msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.E
|
|||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Storno"
|
msgstr "Storno"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\TextFieldPredefinedListEditorSettings.Edit.cshtml:85
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldPredefinedListEditorSettings.Edit"
|
||||||
msgid "What type of list editor should be used?"
|
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."
|
msgid "Whether a value is required."
|
||||||
msgstr "Určuje zda je hodnota povinná."
|
msgstr "Určuje zda je hodnota povinná."
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\TextFieldSettings.Edit.cshtml:13
|
#: OrchardCore.ContentFields\Views\TextFieldSettings.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TextFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TextFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -1505,13 +1523,25 @@ msgctxt "OrchardCore.ContentFields.Views.TextFieldSettings.Edit"
|
|||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr "Text nápovědy pro toto pole."
|
msgstr "Text nápovědy pro toto pole."
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\TimeField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TimeField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.TimeField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Standardní"
|
msgstr "Standardní"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\TimeField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TimeField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.TimeField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -1529,7 +1559,7 @@ msgctxt "OrchardCore.ContentFields.Views.TimeFieldSettings.Edit"
|
|||||||
msgid "Whether a value is required."
|
msgid "Whether a value is required."
|
||||||
msgstr "Určuje zda je hodnota povinná."
|
msgstr "Určuje zda je hodnota povinná."
|
||||||
|
|
||||||
#. <label asp-for="Step">@T["Step"]</label>
|
#. <label asp-for="Step" class="form-label">@T["Step"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\TimeFieldSettings.Edit.cshtml:12
|
#: OrchardCore.ContentFields\Views\TimeFieldSettings.Edit.cshtml:12
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TimeFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TimeFieldSettings.Edit"
|
||||||
msgid "Step"
|
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'."
|
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 "Pro sekundy použijte dělitel 60, např. \"15\", pro ms desetinné číslo rovné děliteli 1000 děleno 1000, např. \"0,250\"."
|
msgstr "Pro sekundy použijte dělitel 60, např. \"15\", pro ms desetinné číslo rovné děliteli 1000 děleno 1000, např. \"0,250\"."
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\TimeFieldSettings.Edit.cshtml:21
|
#: OrchardCore.ContentFields\Views\TimeFieldSettings.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.ContentFields.Views.TimeFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.TimeFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -1577,7 +1607,7 @@ msgctxt "OrchardCore.ContentFields.Views.UserPickerField"
|
|||||||
msgid "No users."
|
msgid "No users."
|
||||||
msgstr "Žádní uživatelé"
|
msgstr "Žádní uživatelé"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\UserPickerField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -1585,37 +1615,37 @@ msgstr "Standardní"
|
|||||||
|
|
||||||
#. <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 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>
|
#. <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:29
|
||||||
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:49
|
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:48
|
||||||
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
|
||||||
msgid "Not enabled"
|
msgid "Not enabled"
|
||||||
msgstr "Neaktivní"
|
msgstr "Neaktivní"
|
||||||
|
|
||||||
#. label="displayText" placeholder="@T["Type to search"]"
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
|
||||||
msgid "Type to search"
|
msgid "Type to search"
|
||||||
msgstr "Zadejte hledaný výraz"
|
msgstr "Zadejte hledaný výraz"
|
||||||
|
|
||||||
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr "Výběr"
|
msgstr "Výběr"
|
||||||
|
|
||||||
#. select-label="@T["Select"]" deselect-label="@T["Remove"]">
|
#. 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"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Odebrat"
|
msgstr "Odebrat"
|
||||||
|
|
||||||
#. @T["No result found"]
|
#. @T["No result found"]
|
||||||
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:52
|
#: OrchardCore.ContentFields\Views\UserPickerField.Edit.cshtml:51
|
||||||
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Edit"
|
||||||
msgid "No result found"
|
msgid "No result found"
|
||||||
msgstr "Nenalezen žádný výsledek"
|
msgstr "Nenalezen žádný výsledek"
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\UserPickerField.Option.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Option"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerField.Option"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
@@ -1645,7 +1675,7 @@ msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
|
|||||||
msgid "Whether to allow multiple elements to be selected."
|
msgid "Whether to allow multiple elements to be selected."
|
||||||
msgstr "Určuje zda může být vybráno více položek."
|
msgstr "Určuje zda může být vybráno více položek."
|
||||||
|
|
||||||
#. <label asp-for="Roles">@T["Roles"]</label>
|
#. <label asp-for="Roles" class="form-label">@T["Roles"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\UserPickerFieldSettings.Edit.cshtml:22
|
#: OrchardCore.ContentFields\Views\UserPickerFieldSettings.Edit.cshtml:22
|
||||||
msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
|
||||||
msgid "Roles"
|
msgid "Roles"
|
||||||
@@ -1669,7 +1699,7 @@ msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
|
|||||||
msgid "Whether to allow picker to display users from all roles."
|
msgid "Whether to allow picker to display users from all roles."
|
||||||
msgstr "Určuje, zda povolit výběr uživatele ze všech rolí."
|
msgstr "Určuje, zda povolit výběr uživatele ze všech rolí."
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\UserPickerFieldSettings.Edit.cshtml:47
|
#: OrchardCore.ContentFields\Views\UserPickerFieldSettings.Edit.cshtml:47
|
||||||
msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
@@ -1681,56 +1711,56 @@ msgctxt "OrchardCore.ContentFields.Views.UserPickerFieldSettings.Edit"
|
|||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr "Text nápovědy zobrazený pro toto pole."
|
msgstr "Text nápovědy zobrazený pro toto pole."
|
||||||
|
|
||||||
#. <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
|
#: OrchardCore.ContentFields\Views\YoutubeField.DisplayOption.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentFields.Views.YoutubeField.DisplayOption"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeField.DisplayOption"
|
||||||
msgid "Standard"
|
msgid "Standard"
|
||||||
msgstr "Standardní"
|
msgstr "Standardní"
|
||||||
|
|
||||||
#. <label class="form-check-label" asp-for="Required">@T["Required"]</label>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "Required"
|
msgid "Required"
|
||||||
msgstr "Povinné"
|
msgstr "Povinné"
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Whether a value is required."]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "Whether a value is required."
|
msgid "Whether a value is required."
|
||||||
msgstr "Určuje zda je hodnota povinná."
|
msgstr "Určuje zda je hodnota povinná."
|
||||||
|
|
||||||
#. <label asp-for="Hint">@T["Hint"]</label>
|
#. <label asp-for="Hint" class="form-label">@T["Hint"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:19
|
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "Hint"
|
msgid "Hint"
|
||||||
msgstr "Nápověda"
|
msgstr "Nápověda"
|
||||||
|
|
||||||
#. <span class="hint">@T["The hint text to display for this field on the editor."]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "The hint text to display for this field on the editor."
|
msgid "The hint text to display for this field on the editor."
|
||||||
msgstr "Text nápovědy zobrazený pro toto pole."
|
msgstr "Text nápovědy zobrazený pro toto pole."
|
||||||
|
|
||||||
#. <label asp-for="Width">@T["Width"]</label>
|
#. <label asp-for="Width" class="form-label">@T["Width"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:27
|
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:21
|
||||||
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "Width"
|
msgid "Width"
|
||||||
msgstr "Šířka"
|
msgstr "Šířka"
|
||||||
|
|
||||||
#. <span class="hint">@T["The width of the Videobox"]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "The width of the Videobox"
|
msgid "The width of the Videobox"
|
||||||
msgstr "Šířka okna s videem"
|
msgstr "Šířka okna s videem"
|
||||||
|
|
||||||
#. <label asp-for="Height">@T["Height"]</label>
|
#. <label asp-for="Height" class="form-label">@T["Height"]</label>
|
||||||
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:35
|
#: OrchardCore.ContentFields\Views\YoutubeFieldSetting.Edit.cshtml:29
|
||||||
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "Height"
|
msgid "Height"
|
||||||
msgstr "Výška"
|
msgstr "Výška"
|
||||||
|
|
||||||
#. <span class="hint">@T["The height of the Videobox"]</span>
|
#. <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"
|
msgctxt "OrchardCore.ContentFields.Views.YoutubeFieldSetting.Edit"
|
||||||
msgid "The height of the Videobox"
|
msgid "The height of the Videobox"
|
||||||
msgstr "Výška okna s videem"
|
msgstr "Výška okna s videem"
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:28\n"
|
"PO-Revision-Date: 2023-12-22 16:10\n"
|
||||||
|
|
||||||
#. .Add(S["Configuration"], localization => localization
|
#. .Add(S["Configuration"], configuration => configuration
|
||||||
#: OrchardCore.ContentLocalization\AdminMenu.cs:28
|
#: OrchardCore.ContentLocalization\AdminMenu.cs:28
|
||||||
msgctxt "OrchardCore.ContentLocalization.AdminMenu"
|
msgctxt "OrchardCore.ContentLocalization.AdminMenu"
|
||||||
msgid "Configuration"
|
msgid "Configuration"
|
||||||
@@ -64,7 +64,7 @@ msgctxt "OrchardCore.ContentLocalization.Controllers.AdminController"
|
|||||||
msgid "Could not create localized version of the content item."
|
msgid "Could not create localized version of the content item."
|
||||||
msgstr "Nepodařilo se vytvořit lokalizovanou verzi položky."
|
msgstr "Nepodařilo se vytvořit lokalizovanou verzi položky."
|
||||||
|
|
||||||
#. new SelectListItem() { Text = S["All cultures"], Value = "", Selected = String.IsNullOrEmpty(m.SelectedCulture) }
|
#. new SelectListItem() { Text = S["All cultures"], Value = "", Selected = string.IsNullOrEmpty(m.SelectedCulture) }
|
||||||
#: OrchardCore.ContentLocalization\Drivers\LocalizationContentsAdminListDisplayDriver.cs:45
|
#: OrchardCore.ContentLocalization\Drivers\LocalizationContentsAdminListDisplayDriver.cs:45
|
||||||
msgctxt "OrchardCore.ContentLocalization.Drivers.LocalizationContentsAdminListDisplayDriver"
|
msgctxt "OrchardCore.ContentLocalization.Drivers.LocalizationContentsAdminListDisplayDriver"
|
||||||
msgid "All cultures"
|
msgid "All cultures"
|
||||||
@@ -148,6 +148,12 @@ msgctxt "OrchardCore.ContentLocalization.Views.ContentRequestCultureProviderSett
|
|||||||
msgid "Sets the localization cookie based on the LocalizationPart culture when accessing a page in the frontend."
|
msgid "Sets the localization cookie based on the LocalizationPart culture when accessing a page in the frontend."
|
||||||
msgstr "Při přístupu na stránku frontendu nastaví cookie pro lokalizaci v závislosti na jazyku LocalizationPart."
|
msgstr "Při přístupu na stránku frontendu nastaví cookie pro lokalizaci v závislosti na jazyku LocalizationPart."
|
||||||
|
|
||||||
|
#. <h4 class="card-title">@T["Culture"]</h4>
|
||||||
|
#: OrchardCore.ContentLocalization\Views\Items\ContentsAdminFilters-Culture.Thumbnail.cshtml:6
|
||||||
|
msgctxt "OrchardCore.ContentLocalization.Views.Items.ContentsAdminFilters-Culture.Thumbnail"
|
||||||
|
msgid "Culture"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. <p>@T["Filters on a content items localization culture."]</p>
|
#. <p>@T["Filters on a content items localization culture."]</p>
|
||||||
#: OrchardCore.ContentLocalization\Views\Items\ContentsAdminFilters-Culture.Thumbnail.cshtml:8
|
#: OrchardCore.ContentLocalization\Views\Items\ContentsAdminFilters-Culture.Thumbnail.cshtml:8
|
||||||
msgctxt "OrchardCore.ContentLocalization.Views.Items.ContentsAdminFilters-Culture.Thumbnail"
|
msgctxt "OrchardCore.ContentLocalization.Views.Items.ContentsAdminFilters-Culture.Thumbnail"
|
||||||
@@ -184,13 +190,13 @@ msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.Edit"
|
|||||||
msgid "Add or remove supported cultures for the site"
|
msgid "Add or remove supported cultures for the site"
|
||||||
msgstr "Přidat nebo odebrat podporované jazyky webu"
|
msgstr "Přidat nebo odebrat podporované jazyky webu"
|
||||||
|
|
||||||
#. <a class="list-group-item list-group-item-action" asp-action="Edit" asp-controller="Admin" asp-route-area="OrchardCore.Contents" asp-route-contentItemId="@culture.ContentItemId" asp-route-returnUrl="@Context.Request.Query["returnUrl"]" title="@T["Edit {0}", culture.Culture.DisplayName]"><i class="fa fa-edit" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name </a>
|
#. <a class="list-group-item list-group-item-action" asp-action="Edit" asp-controller="Admin" asp-route-area="OrchardCore.Contents" asp-route-contentItemId="@culture.ContentItemId" asp-route-returnUrl="@Context.Request.Query["returnUrl"]" title="@T["Edit {0}", culture.Culture.DisplayName]"><i class="fa-solid fa-edit" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name </a>
|
||||||
#: OrchardCore.ContentLocalization\Views\LocalizationPart.Edit.cshtml:32
|
#: OrchardCore.ContentLocalization\Views\LocalizationPart.Edit.cshtml:32
|
||||||
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.Edit"
|
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.Edit"
|
||||||
msgid "Edit {0}"
|
msgid "Edit {0}"
|
||||||
msgstr "Upravit {0}"
|
msgstr "Upravit {0}"
|
||||||
|
|
||||||
#. <a class="list-group-item list-group-item-action" data-url-af="UnsafeUrl" asp-action="Localize" asp-controller="Admin" asp-route-area="OrchardCore.ContentLocalization" asp-route-contentItemId="@Model.LocalizationPart.ContentItem.ContentItemId" asp-route-targetCulture="@culture.Culture.Name" asp-route-returnUrl="@Context.Request.Query["returnUrl"]" title="@T["Create {0}", culture.Culture.DisplayName]"><i class="fa fa-plus" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name</a>
|
#. <a class="list-group-item list-group-item-action" data-url-af="UnsafeUrl" asp-action="Localize" asp-controller="Admin" asp-route-area="OrchardCore.ContentLocalization" asp-route-contentItemId="@Model.LocalizationPart.ContentItem.ContentItemId" asp-route-targetCulture="@culture.Culture.Name" asp-route-returnUrl="@Context.Request.Query["returnUrl"]" title="@T["Create {0}", culture.Culture.DisplayName]"><i class="fa-solid fa-plus" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name</a>
|
||||||
#: OrchardCore.ContentLocalization\Views\LocalizationPart.Edit.cshtml:36
|
#: OrchardCore.ContentLocalization\Views\LocalizationPart.Edit.cshtml:36
|
||||||
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.Edit"
|
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.Edit"
|
||||||
msgid "Create {0}"
|
msgid "Create {0}"
|
||||||
@@ -201,7 +207,7 @@ msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.Edit"
|
|||||||
msgid "Please save your content item before creating localizations"
|
msgid "Please save your content item before creating localizations"
|
||||||
msgstr "Před vytvořením překladu prosím uložte položku"
|
msgstr "Před vytvořením překladu prosím uložte položku"
|
||||||
|
|
||||||
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Culture"]"><i class="fa fa-globe text-info" aria-hidden="true"></i> @Model.LocalizationPart.Culture</span>
|
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Culture"]"><i class="fa-solid fa-globe text-info" aria-hidden="true"></i> @Model.LocalizationPart.Culture</span>
|
||||||
#: OrchardCore.ContentLocalization\Views\LocalizationPart.SummaryAdmin.cshtml:5
|
#: OrchardCore.ContentLocalization\Views\LocalizationPart.SummaryAdmin.cshtml:5
|
||||||
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.SummaryAdmin"
|
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.SummaryAdmin"
|
||||||
msgid "Culture"
|
msgid "Culture"
|
||||||
@@ -215,13 +221,13 @@ msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.SummaryAdminLink
|
|||||||
msgid "Localizations"
|
msgid "Localizations"
|
||||||
msgstr "Překlady"
|
msgstr "Překlady"
|
||||||
|
|
||||||
#. <a class="dropdown-item btn-sm" asp-action="Edit" asp-controller="Admin" asp-route-area="OrchardCore.Contents" asp-route-contentItemId="@culture.ContentItemId" data-url-af="UnsafeUrl" title=@T["Edit {0}", culture.Culture.DisplayName]><i class="fa fa-edit" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name </a>
|
#. <a class="dropdown-item btn-sm" asp-action="Edit" asp-controller="Admin" asp-route-area="OrchardCore.Contents" asp-route-contentItemId="@culture.ContentItemId" data-url-af="UnsafeUrl" title=@T["Edit {0}", culture.Culture.DisplayName]><i class="fa-solid fa-edit" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name </a>
|
||||||
#: OrchardCore.ContentLocalization\Views\LocalizationPart.SummaryAdminLinks.cshtml:15
|
#: OrchardCore.ContentLocalization\Views\LocalizationPart.SummaryAdminLinks.cshtml:15
|
||||||
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.SummaryAdminLinks"
|
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.SummaryAdminLinks"
|
||||||
msgid "Edit {0}"
|
msgid "Edit {0}"
|
||||||
msgstr "Upravit {0}"
|
msgstr "Upravit {0}"
|
||||||
|
|
||||||
#. <a class="dropdown-item btn-sm" data-url-af="UnsafeUrl" asp-action="Localize" asp-controller="Admin" asp-route-area="OrchardCore.ContentLocalization" asp-route-contentItemId="@Model.LocalizationPart.ContentItem.ContentItemId" asp-route-targetCulture="@culture.Culture.Name" title=@T["Create {0}", culture.Culture.DisplayName]><i class="fa fa-plus" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name</a>
|
#. <a class="dropdown-item btn-sm" data-url-af="UnsafeUrl" asp-action="Localize" asp-controller="Admin" asp-route-area="OrchardCore.ContentLocalization" asp-route-contentItemId="@Model.LocalizationPart.ContentItem.ContentItemId" asp-route-targetCulture="@culture.Culture.Name" title=@T["Create {0}", culture.Culture.DisplayName]><i class="fa-solid fa-plus" aria-hidden="true"></i> @culture.Culture.DisplayName | @culture.Culture.Name</a>
|
||||||
#: OrchardCore.ContentLocalization\Views\LocalizationPart.SummaryAdminLinks.cshtml:19
|
#: OrchardCore.ContentLocalization\Views\LocalizationPart.SummaryAdminLinks.cshtml:19
|
||||||
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.SummaryAdminLinks"
|
msgctxt "OrchardCore.ContentLocalization.Views.LocalizationPart.SummaryAdminLinks"
|
||||||
msgid "Create {0}"
|
msgid "Create {0}"
|
||||||
|
|||||||
@@ -10,33 +10,33 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:29\n"
|
"PO-Revision-Date: 2023-12-22 16:11\n"
|
||||||
|
|
||||||
#. context.Updater.ModelState.AddModelError(nameof(model.Pattern), S["Pattern doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
#. context.Updater.ModelState.AddModelError(nameof(model.Pattern), S["Pattern doesn't contain a valid Liquid expression. Details: {0}", string.Join(" ", errors)]);
|
||||||
#: OrchardCore.ContentPreview\Settings\PreviewPartSettingsDisplayDriver.cs:45
|
#: OrchardCore.ContentPreview\Settings\PreviewPartSettingsDisplayDriver.cs:46
|
||||||
msgctxt "OrchardCore.ContentPreview.Settings.PreviewPartSettingsDisplayDriver"
|
msgctxt "OrchardCore.ContentPreview.Settings.PreviewPartSettingsDisplayDriver"
|
||||||
msgid "Pattern doesn't contain a valid Liquid expression. Details: {0}"
|
msgid "Pattern doesn't contain a valid Liquid expression. Details: {0}"
|
||||||
msgstr "Předloha neobsahuje platný Liquid výraz. Detaily: {0}"
|
msgstr "Předloha neobsahuje platný Liquid výraz. Detaily: {0}"
|
||||||
|
|
||||||
#. <a id="previewButton" target="_blank" class="btn btn-info" href="@Url.Action("Index", "Preview", new { area = "OrchardCore.ContentPreview", id = previewId })">@T["Preview"]</a>
|
#. <a id="previewButton" target="_blank" class="btn btn-info mb-1" href="@Url.Action("Index", "Preview", new { area = "OrchardCore.ContentPreview", id = previewId })">@T["Preview"]</a>
|
||||||
#: OrchardCore.ContentPreview\Views\ContentPreview.Button.cshtml:13
|
#: OrchardCore.ContentPreview\Views\ContentPreview.Button.cshtml:13
|
||||||
msgctxt "OrchardCore.ContentPreview.Views.ContentPreview.Button"
|
msgctxt "OrchardCore.ContentPreview.Views.ContentPreview.Button"
|
||||||
msgid "Preview"
|
msgid "Preview"
|
||||||
msgstr "Náhled"
|
msgstr "Náhled"
|
||||||
|
|
||||||
#. <span>@T["Preview Disconnected"] </span>
|
#. <span>@T["Preview Disconnected"] </span>
|
||||||
#: OrchardCore.ContentPreview\Views\Preview\Index.cshtml:14
|
#: OrchardCore.ContentPreview\Views\Preview\Index.cshtml:15
|
||||||
msgctxt "OrchardCore.ContentPreview.Views.Preview.Index"
|
msgctxt "OrchardCore.ContentPreview.Views.Preview.Index"
|
||||||
msgid "Preview Disconnected"
|
msgid "Preview Disconnected"
|
||||||
msgstr "Náhled odpojen"
|
msgstr "Náhled odpojen"
|
||||||
|
|
||||||
#. <p>@T["Preview Error"] </p>
|
#. <p>@T["Preview Error"] </p>
|
||||||
#: OrchardCore.ContentPreview\Views\Preview\Index.cshtml:19
|
#: OrchardCore.ContentPreview\Views\Preview\Index.cshtml:20
|
||||||
msgctxt "OrchardCore.ContentPreview.Views.Preview.Index"
|
msgctxt "OrchardCore.ContentPreview.Views.Preview.Index"
|
||||||
msgid "Preview Error"
|
msgid "Preview Error"
|
||||||
msgstr "Chyba náhledu"
|
msgstr "Chyba náhledu"
|
||||||
|
|
||||||
#. <label asp-for="Pattern">@T["Pattern"]</label>
|
#. <label asp-for="Pattern" class="form-label">@T["Pattern"]</label>
|
||||||
#: OrchardCore.ContentPreview\Views\PreviewPartSettings.Edit.cshtml:15
|
#: OrchardCore.ContentPreview\Views\PreviewPartSettings.Edit.cshtml:15
|
||||||
msgctxt "OrchardCore.ContentPreview.Views.PreviewPartSettings.Edit"
|
msgctxt "OrchardCore.ContentPreview.Views.PreviewPartSettings.Edit"
|
||||||
msgid "Pattern"
|
msgid "Pattern"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"Language: cs_CZ\n"
|
"Language: cs_CZ\n"
|
||||||
"PO-Revision-Date: 2023-02-18 19:30\n"
|
"PO-Revision-Date: 2023-12-22 16:12\n"
|
||||||
|
|
||||||
#. builder.Add(S["Content"], content => content
|
#. builder.Add(S["Content"], content => content
|
||||||
#: OrchardCore.ContentTypes\AdminMenu.cs:28
|
#: OrchardCore.ContentTypes\AdminMenu.cs:28
|
||||||
@@ -48,16 +48,16 @@ msgstr "Bloky obsahu"
|
|||||||
#. ModelState.AddModelError("DisplayName", S["The Display Name can't be empty."]);
|
#. ModelState.AddModelError("DisplayName", S["The Display Name can't be empty."]);
|
||||||
#. ModelState.AddModelError("DisplayName", S["The Display Name can't be empty."]);
|
#. ModelState.AddModelError("DisplayName", S["The Display Name can't be empty."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:101
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:101
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:354
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:355
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:643
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:648
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:769
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:774
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:938
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:943
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The Display Name can't be empty."
|
msgid "The Display Name can't be empty."
|
||||||
msgstr "Název nemůže být prázdný."
|
msgstr "Název nemůže být prázdný."
|
||||||
|
|
||||||
#. ModelState.AddModelError("DisplayName", S["A type with the same Display Name already exists."]);
|
#. ModelState.AddModelError("DisplayName", S["A type with the same Display Name already exists."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:106
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:107
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "A type with the same Display Name already exists."
|
msgid "A type with the same Display Name already exists."
|
||||||
msgstr "Typ se stejným názvem již existuje."
|
msgstr "Typ se stejným názvem již existuje."
|
||||||
@@ -66,10 +66,10 @@ msgstr "Typ se stejným názvem již existuje."
|
|||||||
#. ModelState.AddModelError("Name", S["The Technical Name can't be empty."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name can't be empty."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name can't be empty."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name can't be empty."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name can't be empty."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name can't be empty."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:111
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:112
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:379
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:380
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:464
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:465
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:653
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:658
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The Technical Name can't be empty."
|
msgid "The Technical Name can't be empty."
|
||||||
msgstr "Technický název nemůže být prázdný."
|
msgstr "Technický název nemůže být prázdný."
|
||||||
@@ -78,10 +78,10 @@ msgstr "Technický název nemůže být prázdný."
|
|||||||
#. ModelState.AddModelError("Name", S["The Technical Name must start with a letter."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name must start with a letter."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name must start with a letter."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name must start with a letter."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name must start with a letter."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name must start with a letter."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:116
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:117
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:364
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:365
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:474
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:475
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:663
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:668
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The Technical Name must start with a letter."
|
msgid "The Technical Name must start with a letter."
|
||||||
msgstr "Technický název musí začínat písmenem."
|
msgstr "Technický název musí začínat písmenem."
|
||||||
@@ -90,10 +90,10 @@ msgstr "Technický název musí začínat písmenem."
|
|||||||
#. ModelState.AddModelError("Name", S["The Technical Name contains invalid characters."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name contains invalid characters."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name contains invalid characters."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name contains invalid characters."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name contains invalid characters."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name contains invalid characters."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:121
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:122
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:369
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:370
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:479
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:480
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:668
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:673
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The Technical Name contains invalid characters."
|
msgid "The Technical Name contains invalid characters."
|
||||||
msgstr "Technický název obsahuje neplatné znaky."
|
msgstr "Technický název obsahuje neplatné znaky."
|
||||||
@@ -101,133 +101,133 @@ msgstr "Technický název obsahuje neplatné znaky."
|
|||||||
#. ModelState.AddModelError("Name", S["The Technical Name is reserved for internal use."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name is reserved for internal use."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name is reserved for internal use."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name is reserved for internal use."]);
|
||||||
#. ModelState.AddModelError("Name", S["The Technical Name is reserved for internal use."]);
|
#. ModelState.AddModelError("Name", S["The Technical Name is reserved for internal use."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:126
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:127
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:374
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:375
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:484
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:485
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The Technical Name is reserved for internal use."
|
msgid "The Technical Name is reserved for internal use."
|
||||||
msgstr "Technický název je vyhrazen pro interní použití."
|
msgstr "Technický název je vyhrazen pro interní použití."
|
||||||
|
|
||||||
#. ModelState.AddModelError("Name", S["A type with the same Technical Name already exists."]);
|
#. ModelState.AddModelError("Name", S["A type with the same Technical Name already exists."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:131
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:132
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "A type with the same Technical Name already exists."
|
msgid "A type with the same Technical Name already exists."
|
||||||
msgstr "Typ se stejným technickým názvem již existuje."
|
msgstr "Typ se stejným technickým názvem již existuje."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" content type has been created.", typeViewModel.DisplayName]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" content type has been created.", typeViewModel.DisplayName]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:144
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:145
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" content type has been created."
|
msgid "The \"{0}\" content type has been created."
|
||||||
msgstr "Typ obsahu \"{0}\" byl vytvořen."
|
msgstr "Typ obsahu \"{0}\" byl vytvořen."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["\"{0}\" settings have been saved.", contentTypeDefinition.Name]);
|
#. await _notifier.SuccessAsync(H["\"{0}\" settings have been saved.", contentTypeDefinition.Name]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:203
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:204
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "\"{0}\" settings have been saved."
|
msgid "\"{0}\" settings have been saved."
|
||||||
msgstr "Nastavení \"{0}\" bylo uloženo."
|
msgstr "Nastavení \"{0}\" bylo uloženo."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["\"{0}\" has been removed.", typeViewModel.DisplayName]);
|
#. await _notifier.SuccessAsync(H["\"{0}\" has been removed.", typeViewModel.DisplayName]);
|
||||||
#. await _notifier.InformationAsync(H["\"{0}\" has been removed.", partViewModel.DisplayName]);
|
#. await _notifier.InformationAsync(H["\"{0}\" has been removed.", partViewModel.DisplayName]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:227
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:228
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:576
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:581
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "\"{0}\" has been removed."
|
msgid "\"{0}\" has been removed."
|
||||||
msgstr "\"{0}\" byl odstraněn."
|
msgstr "\"{0}\" byl odstraněn."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" part has been added.", partToAdd]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" part has been added.", partToAdd]);
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" part has been added.", partToAdd]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" part has been added.", partToAdd]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:316
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:317
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:397
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:398
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" part has been added."
|
msgid "The \"{0}\" part has been added."
|
||||||
msgstr "Blok \"{0}\" byl přidán."
|
msgstr "Blok \"{0}\" byl přidán."
|
||||||
|
|
||||||
#. ModelState.AddModelError("DisplayName", S["A part with the same Display Name already exists."]);
|
#. ModelState.AddModelError("DisplayName", S["A part with the same Display Name already exists."]);
|
||||||
#. ModelState.AddModelError("DisplayName", S["A part with the same Display Name already exists."]);
|
#. ModelState.AddModelError("DisplayName", S["A part with the same Display Name already exists."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:359
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:360
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:943
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:948
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "A part with the same Display Name already exists."
|
msgid "A part with the same Display Name already exists."
|
||||||
msgstr "Blok se stejným názvem již existuje."
|
msgstr "Blok se stejným názvem již existuje."
|
||||||
|
|
||||||
#. ModelState.AddModelError("Name", S["A part with the same Technical Name already exists."]);
|
#. ModelState.AddModelError("Name", S["A part with the same Technical Name already exists."]);
|
||||||
#. ModelState.AddModelError("Name", S["A part with the same Technical Name already exists."]);
|
#. ModelState.AddModelError("Name", S["A part with the same Technical Name already exists."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:384
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:385
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:469
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:470
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "A part with the same Technical Name already exists."
|
msgid "A part with the same Technical Name already exists."
|
||||||
msgstr "Blok se stejným technickým názvem již existuje."
|
msgstr "Blok se stejným technickým názvem již existuje."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" part has been removed.", name]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" part has been removed.", name]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:419
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:420
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" part has been removed."
|
msgid "The \"{0}\" part has been removed."
|
||||||
msgstr "Blok \"{0}\" byl odstraněn."
|
msgstr "Blok \"{0}\" byl odstraněn."
|
||||||
|
|
||||||
#. await _notifier.InformationAsync(H["The content part could not be created."]);
|
#. await _notifier.InformationAsync(H["The content part could not be created."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:496
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:497
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The content part could not be created."
|
msgid "The content part could not be created."
|
||||||
msgstr "Blok se nepodařilo vytvořit."
|
msgstr "Blok se nepodařilo vytvořit."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" content part has been created.", partViewModel.Name]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" content part has been created.", partViewModel.Name]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:500
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:501
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" content part has been created."
|
msgid "The \"{0}\" content part has been created."
|
||||||
msgstr "Blok \"{0}\" byl vytvořen."
|
msgstr "Blok \"{0}\" byl vytvořen."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The settings of \"{0}\" have been saved.", contentPartDefinition.Name]);
|
#. await _notifier.SuccessAsync(H["The settings of \"{0}\" have been saved.", contentPartDefinition.Name]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:552
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:557
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The settings of \"{0}\" have been saved."
|
msgid "The settings of \"{0}\" have been saved."
|
||||||
msgstr "Nastavení pro \"{0}\" bylo uloženo."
|
msgstr "Nastavení pro \"{0}\" bylo uloženo."
|
||||||
|
|
||||||
#. await _notifier.WarningAsync(H["There are no fields."]);
|
#. await _notifier.WarningAsync(H["There are no fields."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:592
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:597
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "There are no fields."
|
msgid "There are no fields."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. ModelState.AddModelError("DisplayName", S["A field with the same Display Name already exists."]);
|
#. ModelState.AddModelError("DisplayName", S["A field with the same Display Name already exists."]);
|
||||||
#. ModelState.AddModelError("DisplayName", S["A field with the same Display Name already exists."]);
|
#. ModelState.AddModelError("DisplayName", S["A field with the same Display Name already exists."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:648
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:653
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:774
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:779
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "A field with the same Display Name already exists."
|
msgid "A field with the same Display Name already exists."
|
||||||
msgstr "Pole se stejným názvem již existuje."
|
msgstr "Pole se stejným názvem již existuje."
|
||||||
|
|
||||||
#. ModelState.AddModelError("Name", S["A field with the same Technical Name already exists."]);
|
#. ModelState.AddModelError("Name", S["A field with the same Technical Name already exists."]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:658
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:663
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "A field with the same Technical Name already exists."
|
msgid "A field with the same Technical Name already exists."
|
||||||
msgstr "Pole se stejným technickým názvem již existuje."
|
msgstr "Pole se stejným technickým názvem již existuje."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The field \"{0}\" has been added.", viewModel.DisplayName]);
|
#. await _notifier.SuccessAsync(H["The field \"{0}\" has been added.", viewModel.DisplayName]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:684
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:689
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The field \"{0}\" has been added."
|
msgid "The field \"{0}\" has been added."
|
||||||
msgstr "Pole \"{0}\" bylo přidáno."
|
msgstr "Pole \"{0}\" bylo přidáno."
|
||||||
|
|
||||||
#. await _notifier.InformationAsync(H["Display name changed to {0}.", viewModel.DisplayName]);
|
#. await _notifier.InformationAsync(H["Display name changed to {0}.", viewModel.DisplayName]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:787
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:792
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "Display name changed to {0}."
|
msgid "Display name changed to {0}."
|
||||||
msgstr "Název změněn na {0}."
|
msgstr "Název změněn na {0}."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" field settings have been saved.", field.DisplayName()]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" field settings have been saved.", field.DisplayName()]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:806
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:811
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" field settings have been saved."
|
msgid "The \"{0}\" field settings have been saved."
|
||||||
msgstr "Nastavení pro pole \"{0}\" bylo uloženo."
|
msgstr "Nastavení pro pole \"{0}\" bylo uloženo."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" field has been removed.", field.DisplayName()]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" field has been removed.", field.DisplayName()]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:850
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:855
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" field has been removed."
|
msgid "The \"{0}\" field has been removed."
|
||||||
msgstr "Pole \"{0}\" bylo odstraněno."
|
msgstr "Pole \"{0}\" bylo odstraněno."
|
||||||
|
|
||||||
#. await _notifier.SuccessAsync(H["The \"{0}\" part settings have been saved.", part.DisplayName()]);
|
#. await _notifier.SuccessAsync(H["The \"{0}\" part settings have been saved.", part.DisplayName()]);
|
||||||
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:969
|
#: OrchardCore.ContentTypes\Controllers\AdminController.cs:974
|
||||||
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
msgctxt "OrchardCore.ContentTypes.Controllers.AdminController"
|
||||||
msgid "The \"{0}\" part settings have been saved."
|
msgid "The \"{0}\" part settings have been saved."
|
||||||
msgstr "Nastavení pro blok \"{0}\" bylo uloženo."
|
msgstr "Nastavení pro blok \"{0}\" bylo uloženo."
|
||||||
@@ -245,7 +245,7 @@ msgid "The Content Type name can't be empty."
|
|||||||
msgstr "Název typu obsahu nemůže být prázdný."
|
msgstr "Název typu obsahu nemůže být prázdný."
|
||||||
|
|
||||||
#. throw new Exception(S["Cannot add part named '{0}'. It already exists.", name]);
|
#. throw new Exception(S["Cannot add part named '{0}'. It already exists.", name]);
|
||||||
#: OrchardCore.ContentTypes\Services\ContentDefinitionService.cs:286
|
#: OrchardCore.ContentTypes\Services\ContentDefinitionService.cs:281
|
||||||
msgctxt "OrchardCore.ContentTypes.Services.ContentDefinitionService"
|
msgctxt "OrchardCore.ContentTypes.Services.ContentDefinitionService"
|
||||||
msgid "Cannot add part named '{0}'. It already exists."
|
msgid "Cannot add part named '{0}'. It already exists."
|
||||||
msgstr "Nelze přidat blok s názvem \"{0}\". Blok se stejným názvem již existuje."
|
msgstr "Nelze přidat blok s názvem \"{0}\". Blok se stejným názvem již existuje."
|
||||||
@@ -256,7 +256,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.AddFieldTo"
|
|||||||
msgid "Add New Field To \"{0}\""
|
msgid "Add New Field To \"{0}\""
|
||||||
msgstr "Přidání nové pole do \"{0}\""
|
msgstr "Přidání nové pole do \"{0}\""
|
||||||
|
|
||||||
#. <label for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\AddFieldTo.cshtml:16
|
#: OrchardCore.ContentTypes\Views\Admin\AddFieldTo.cshtml:16
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddFieldTo"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddFieldTo"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -268,7 +268,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.AddFieldTo"
|
|||||||
msgid "Name of the field as it will be displayed in screens."
|
msgid "Name of the field as it will be displayed in screens."
|
||||||
msgstr "Název pole, který bude zobrazen při editaci obsahu."
|
msgstr "Název pole, který bude zobrazen při editaci obsahu."
|
||||||
|
|
||||||
#. <label for="Name">@T["Technical Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Technical Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\AddFieldTo.cshtml:24
|
#: OrchardCore.ContentTypes\Views\Admin\AddFieldTo.cshtml:24
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddFieldTo"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddFieldTo"
|
||||||
msgid "Technical Name"
|
msgid "Technical Name"
|
||||||
@@ -328,7 +328,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
|||||||
msgid "Add Named Part To \"{0}\""
|
msgid "Add Named Part To \"{0}\""
|
||||||
msgstr "Přidat pojmenovný blok do \"{0}\""
|
msgstr "Přidat pojmenovný blok do \"{0}\""
|
||||||
|
|
||||||
#. <label for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\AddReusablePartTo.cshtml:14
|
#: OrchardCore.ContentTypes\Views\Admin\AddReusablePartTo.cshtml:14
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -340,7 +340,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
|||||||
msgid "Name of the reusable part as it will be displayed in screens."
|
msgid "Name of the reusable part as it will be displayed in screens."
|
||||||
msgstr "Název bloku, který bude zobrazen při editaci obsahu."
|
msgstr "Název bloku, který bude zobrazen při editaci obsahu."
|
||||||
|
|
||||||
#. <label for="Name">@T["Technical Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Technical Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\AddReusablePartTo.cshtml:20
|
#: OrchardCore.ContentTypes\Views\Admin\AddReusablePartTo.cshtml:20
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
||||||
msgid "Technical Name"
|
msgid "Technical Name"
|
||||||
@@ -352,7 +352,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
|||||||
msgid "Technical name of the reusable part."
|
msgid "Technical name of the reusable part."
|
||||||
msgstr "Technický název opakovaně použitelného bloku."
|
msgstr "Technický název opakovaně použitelného bloku."
|
||||||
|
|
||||||
#. <label for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\AddReusablePartTo.cshtml:26
|
#: OrchardCore.ContentTypes\Views\Admin\AddReusablePartTo.cshtml:26
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.AddReusablePartTo"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -430,7 +430,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Items.ContentDefinitionDeploymentStep.Fi
|
|||||||
msgid "Exports specified content type and part definitions for updating."
|
msgid "Exports specified content type and part definitions for updating."
|
||||||
msgstr "Exportuje zadaný typ obsahu a definice částí pro aktualizaci."
|
msgstr "Exportuje zadaný typ obsahu a definice částí pro aktualizaci."
|
||||||
|
|
||||||
#. <label asp-for="ContentPartDefinition.Name">@T["Technical Name"]</label>
|
#. <label asp-for="ContentPartDefinition.Name" class="form-label">@T["Technical Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\ContentPartSettings.Edit.cshtml:5
|
#: OrchardCore.ContentTypes\Views\ContentPartSettings.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
||||||
msgid "Technical Name"
|
msgid "Technical Name"
|
||||||
@@ -442,7 +442,7 @@ msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
|||||||
msgid "Technical name of the part."
|
msgid "Technical name of the part."
|
||||||
msgstr "Technický název části."
|
msgstr "Technický název části."
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\ContentPartSettings.Edit.cshtml:11
|
#: OrchardCore.ContentTypes\Views\ContentPartSettings.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -454,7 +454,7 @@ msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
|||||||
msgid "Name of the part as it will be displayed in screens. Leave empty to use defaults."
|
msgid "Name of the part as it will be displayed in screens. Leave empty to use defaults."
|
||||||
msgstr "Název bloku, který bude zobrazen při editeci obsahu. Ponechte prázdné, chcete-li použít výchozí nastavení."
|
msgstr "Název bloku, který bude zobrazen při editeci obsahu. Ponechte prázdné, chcete-li použít výchozí nastavení."
|
||||||
|
|
||||||
#. <label asp-for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\ContentPartSettings.Edit.cshtml:17
|
#: OrchardCore.ContentTypes\Views\ContentPartSettings.Edit.cshtml:17
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -490,7 +490,7 @@ msgctxt "OrchardCore.ContentTypes.Views.ContentPartSettings.Edit"
|
|||||||
msgid "Check to allow this part to be attached multiple times."
|
msgid "Check to allow this part to be attached multiple times."
|
||||||
msgstr "Zaškrtněte, pokud chcete povolit připojit tento blok vícekrát."
|
msgstr "Zaškrtněte, pokud chcete povolit připojit tento blok vícekrát."
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Technical Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Technical Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\ContentType.Edit.cshtml:4
|
#: OrchardCore.ContentTypes\Views\ContentType.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.ContentType.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.ContentType.Edit"
|
||||||
msgid "Technical Name"
|
msgid "Technical Name"
|
||||||
@@ -502,7 +502,7 @@ msgctxt "OrchardCore.ContentTypes.Views.ContentType.Edit"
|
|||||||
msgid "Technical name of the type."
|
msgid "Technical name of the type."
|
||||||
msgstr "Technický název typu."
|
msgstr "Technický název typu."
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\ContentType.Edit.cshtml:9
|
#: OrchardCore.ContentTypes\Views\ContentType.Edit.cshtml:9
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.ContentType.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.ContentType.Edit"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -514,7 +514,7 @@ msgctxt "OrchardCore.ContentTypes.Views.ContentType.Edit"
|
|||||||
msgid "Name of the type as it will be displayed on screens."
|
msgid "Name of the type as it will be displayed on screens."
|
||||||
msgstr "Název typu, jak bude zobrazen na obrazovce."
|
msgstr "Název typu, jak bude zobrazen na obrazovce."
|
||||||
|
|
||||||
#. <label asp-for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\ContentTypeSettings.Edit.cshtml:5
|
#: OrchardCore.ContentTypes\Views\ContentTypeSettings.Edit.cshtml:5
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.ContentTypeSettings.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.ContentTypeSettings.Edit"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -604,7 +604,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.Create"
|
|||||||
msgid "New Content Type"
|
msgid "New Content Type"
|
||||||
msgstr "Nový typ obsahu"
|
msgstr "Nový typ obsahu"
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Create.cshtml:9
|
#: OrchardCore.ContentTypes\Views\Admin\Create.cshtml:9
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Create"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Create"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -616,7 +616,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.Create"
|
|||||||
msgid "Name of the type as it will be displayed on screens."
|
msgid "Name of the type as it will be displayed on screens."
|
||||||
msgstr "Název typu, který bude zobrazen při editaci obsahu."
|
msgstr "Název typu, který bude zobrazen při editaci obsahu."
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Technical Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Technical Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Create.cshtml:15
|
#: OrchardCore.ContentTypes\Views\Admin\Create.cshtml:15
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Create"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Create"
|
||||||
msgid "Technical Name"
|
msgid "Technical Name"
|
||||||
@@ -640,7 +640,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.CreatePart"
|
|||||||
msgid "New Content Part"
|
msgid "New Content Part"
|
||||||
msgstr "Nový blok"
|
msgstr "Nový blok"
|
||||||
|
|
||||||
#. <label for="Name">@T["Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\CreatePart.cshtml:8
|
#: OrchardCore.ContentTypes\Views\Admin\CreatePart.cshtml:8
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.CreatePart"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.CreatePart"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
@@ -658,7 +658,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.CreatePart"
|
|||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Vytvořit"
|
msgstr "Vytvořit"
|
||||||
|
|
||||||
#. <label asp-for="ContentTypes">@T["Content Type Definitions"]</label>
|
#. <label asp-for="ContentTypes" class="form-label">@T["Content Type Definitions"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Items\DeleteContentDefinitionDeploymentStep.Fields.Edit.cshtml:4
|
#: OrchardCore.ContentTypes\Views\Items\DeleteContentDefinitionDeploymentStep.Fields.Edit.cshtml:4
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Items.DeleteContentDefinitionDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Items.DeleteContentDefinitionDeploymentStep.Fields.Edit"
|
||||||
msgid "Content Type Definitions"
|
msgid "Content Type Definitions"
|
||||||
@@ -670,7 +670,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Items.DeleteContentDefinitionDeploymentS
|
|||||||
msgid "A comma separated list of content type definitions to delete"
|
msgid "A comma separated list of content type definitions to delete"
|
||||||
msgstr "Čárkami oddělený seznam definic typů obsahu ke smazání"
|
msgstr "Čárkami oddělený seznam definic typů obsahu ke smazání"
|
||||||
|
|
||||||
#. <label asp-for="ContentParts">@T["Content Part Definitions"]</label>
|
#. <label asp-for="ContentParts" class="form-label">@T["Content Part Definitions"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Items\DeleteContentDefinitionDeploymentStep.Fields.Edit.cshtml:11
|
#: OrchardCore.ContentTypes\Views\Items\DeleteContentDefinitionDeploymentStep.Fields.Edit.cshtml:11
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Items.DeleteContentDefinitionDeploymentStep.Fields.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Items.DeleteContentDefinitionDeploymentStep.Fields.Edit"
|
||||||
msgid "Content Part Definitions"
|
msgid "Content Part Definitions"
|
||||||
@@ -701,87 +701,87 @@ msgid "Exports specified content type and part definitions for deletion."
|
|||||||
msgstr "Exportuje definovaný typ obsahu a definice částí pro smazání."
|
msgstr "Exportuje definovaný typ obsahu a definice částí pro smazání."
|
||||||
|
|
||||||
#. <zone Name="Title"><h1>@RenderTitleSegments(T["Edit Content Type - {0}", Model.TypeDefinition.DisplayName])</h1></zone>
|
#. <zone Name="Title"><h1>@RenderTitleSegments(T["Edit Content Type - {0}", Model.TypeDefinition.DisplayName])</h1></zone>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:34
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:50
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Edit Content Type - {0}"
|
msgid "Edit Content Type - {0}"
|
||||||
msgstr "Upravit typ obsahu - {0}"
|
msgstr "Upravit typ obsahu - {0}"
|
||||||
|
|
||||||
#. <h3>@T["Fields"]</h3>
|
#. <h3>@T["Fields"]</h3>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:53
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:69
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Fields"
|
msgid "Fields"
|
||||||
msgstr "Pole"
|
msgstr "Pole"
|
||||||
|
|
||||||
#. <a asp-route-action="EditField" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@fieldDefintion.Name" asp-route-returnUrl="@FullRequestPath" class="btn btn-primary btn-sm" role="button">@T["Edit"]</a>
|
#. <a asp-route-action="EditField" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@fieldDefinition.Name" asp-route-returnUrl="@FullRequestPath" class="btn btn-primary btn-sm" role="button">@T["Edit"]</a>
|
||||||
#. <a asp-route-action="EditTypePart" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@partDefinition.Name" class="btn btn-primary btn-sm" role="button">@T["Edit"]</a>
|
#. <a asp-route-action="EditTypePart" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@partDefinition.Name" class="btn btn-primary btn-sm" role="button">@T["Edit"]</a>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:63
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:79
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:109
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:125
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "Upravit"
|
msgstr "Upravit"
|
||||||
|
|
||||||
#. <a asp-route-action="RemoveFieldFrom" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@fieldDefintion.Name" class="btn btn-danger btn-sm" role="button" data-url-af="UnsafeUrl RemoveUrl">@T["Remove"]</a>
|
#. <a asp-route-action="RemoveFieldFrom" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@fieldDefinition.Name" class="btn btn-danger btn-sm" role="button" data-url-af="UnsafeUrl RemoveUrl">@T["Remove"]</a>
|
||||||
#. <a asp-route-action="RemovePart" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@partDefinition.Name" class="btn btn-danger btn-sm" role="button" data-url-af="UnsafeUrl RemoveUrl">@T["Remove"]</a>
|
#. <a asp-route-action="RemovePart" asp-route-id="@Model.TypeDefinition.Name" asp-route-name="@partDefinition.Name" class="btn btn-danger btn-sm" role="button" data-url-af="UnsafeUrl RemoveUrl">@T["Remove"]</a>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:65
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:81
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:110
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:126
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Odstranit"
|
msgstr "Odstranit"
|
||||||
|
|
||||||
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Display mode"]"><i class="fas fa-tv text-info" aria-hidden="true"></i> @fieldDefintion.DisplayMode()</span>
|
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Display mode"]"><i class="fa-solid fa-tv text-info" aria-hidden="true"></i> @fieldDefinition.DisplayMode()</span>
|
||||||
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Display mode"]"><i class="fas fa-tv text-info" aria-hidden="true"></i> @partDefinition.DisplayMode()</span>
|
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Display mode"]"><i class="fa-solid fa-tv text-info" aria-hidden="true"></i> @partDefinition.DisplayMode()</span>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:71
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:87
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:120
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:136
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Display mode"
|
msgid "Display mode"
|
||||||
msgstr "Režim zobrazení"
|
msgstr "Režim zobrazení"
|
||||||
|
|
||||||
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Editor"]"><i class="fa fa-edit text-info" aria-hidden="true"></i> @fieldDefintion.Editor()</span>
|
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Editor"]"><i class="fa-solid fa-edit text-info" aria-hidden="true"></i> @fieldDefinition.Editor()</span>
|
||||||
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Editor"]"><i class="fa fa-edit text-info" aria-hidden="true"></i> @partDefinition.Editor()</span>
|
#. <span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Editor"]"><i class="fa-solid fa-edit text-info" aria-hidden="true"></i> @partDefinition.Editor()</span>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:75
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:91
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:124
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:140
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Editor"
|
msgid "Editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. <a asp-route-action="AddFieldTo" asp-route-id="@Model.TypeDefinition.Name" asp-route-returnUrl="@FullRequestPath" class="btn btn-info btn-sm" role="button">@T["Add Field"]</a>
|
#. <a asp-route-action="AddFieldTo" asp-route-id="@Model.TypeDefinition.Name" asp-route-returnUrl="@FullRequestPath" class="btn btn-info btn-sm" role="button">@T["Add Field"]</a>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:87
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:103
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Add Field"
|
msgid "Add Field"
|
||||||
msgstr "Přidat pole"
|
msgstr "Přidat pole"
|
||||||
|
|
||||||
#. <h3>@T["Parts"]</h3>
|
#. <h3>@T["Parts"]</h3>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:92
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:108
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Parts"
|
msgid "Parts"
|
||||||
msgstr "Bloky"
|
msgstr "Bloky"
|
||||||
|
|
||||||
#. <span class="hint dashed">@T["Contains the fields for the current type"]</span>
|
#. <span class="hint dashed">@T["Contains the fields for the current type"]</span>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:115
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:131
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Contains the fields for the current type"
|
msgid "Contains the fields for the current type"
|
||||||
msgstr "Obsahuje pole pro tento typ obsahu"
|
msgstr "Obsahuje pole pro tento typ obsahu"
|
||||||
|
|
||||||
#. <a asp-route-action="AddPartsTo" asp-route-id="@Model.TypeDefinition.Name" class="btn btn-info btn-sm" role="button">@T["Add Parts"]</a>
|
#. <a asp-route-action="AddPartsTo" asp-route-id="@Model.TypeDefinition.Name" class="btn btn-info btn-sm" role="button">@T["Add Parts"]</a>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:134
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:150
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Add Parts"
|
msgid "Add Parts"
|
||||||
msgstr "Přidat bloky"
|
msgstr "Přidat bloky"
|
||||||
|
|
||||||
#. <a asp-route-action="AddReusablePartTo" asp-route-id="@Model.TypeDefinition.Name" class="btn btn-info btn-sm" role="button">@T["Add Named Part"]</a>
|
#. <a asp-route-action="AddReusablePartTo" asp-route-id="@Model.TypeDefinition.Name" class="btn btn-info btn-sm" role="button">@T["Add Named Part"]</a>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:135
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:151
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Add Named Part"
|
msgid "Add Named Part"
|
||||||
msgstr "Přidat pojmenovný blok"
|
msgstr "Přidat pojmenovný blok"
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit" name="submit.Save" value="Save">@T["Save"]</button>
|
#. <button class="btn btn-primary save" type="submit" name="submit.Save" value="Save">@T["Save"]</button>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:139
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:155
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr "Uložit"
|
msgstr "Uložit"
|
||||||
|
|
||||||
#. <button class="btn btn-danger delete" type="submit" name="submit.Delete" value="Delete" data-url-af="RemoveUrl">@T["Delete"]</button>
|
#. <button class="btn btn-danger delete" type="submit" name="submit.Delete" value="Delete" data-url-af="RemoveUrl">@T["Delete"]</button>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:140
|
#: OrchardCore.ContentTypes\Views\Admin\Edit.cshtml:156
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.Edit"
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Smazat"
|
msgstr "Smazat"
|
||||||
@@ -792,7 +792,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
|||||||
msgid "\"{0}\" settings for \"{1}\""
|
msgid "\"{0}\" settings for \"{1}\""
|
||||||
msgstr "Nastavení \"{0}\" pro \"{1}\""
|
msgstr "Nastavení \"{0}\" pro \"{1}\""
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:25
|
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:25
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -804,7 +804,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
|||||||
msgid "Name of the field as it will be displayed in screens."
|
msgid "Name of the field as it will be displayed in screens."
|
||||||
msgstr "Název pole, který bude zobrazen při editaci obsahu."
|
msgstr "Název pole, který bude zobrazen při editaci obsahu."
|
||||||
|
|
||||||
#. <label asp-for="Name">@T["Technical Name"]</label>
|
#. <label asp-for="Name" class="form-label">@T["Technical Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:33
|
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:33
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
||||||
msgid "Technical Name"
|
msgid "Technical Name"
|
||||||
@@ -816,26 +816,26 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
|||||||
msgid "Technical name of the field."
|
msgid "Technical name of the field."
|
||||||
msgstr "Technický název pole."
|
msgstr "Technický název pole."
|
||||||
|
|
||||||
#. <label asp-for="Editor">@T["What type of editor should be used?"]</label>
|
#. <label asp-for="Editor" class="form-label">@T["What type of editor should be used?"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:56
|
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:55
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
||||||
msgid "What type of editor should be used?"
|
msgid "What type of editor should be used?"
|
||||||
msgstr "Jaký typ editoru se má použít?"
|
msgstr "Jaký typ editoru se má použít?"
|
||||||
|
|
||||||
#. <label asp-for="DisplayMode">@T["What type of display mode should be used?"]</label>
|
#. <label asp-for="DisplayMode" class="form-label">@T["What type of display mode should be used?"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:77
|
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:74
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
||||||
msgid "What type of display mode should be used?"
|
msgid "What type of display mode should be used?"
|
||||||
msgstr "Jaký typ zobrazení se má použit?"
|
msgstr "Jaký typ zobrazení se má použit?"
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit" name="submit.Save" value="Save">@T["Save"]</button>
|
#. <button class="btn btn-primary save" type="submit" name="submit.Save" value="Save">@T["Save"]</button>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:96
|
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:92
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr "Uložit"
|
msgstr "Uložit"
|
||||||
|
|
||||||
#. <a class="btn btn-secondary cancel" role="button" href="@returnUrl">@T["Cancel"]</a>
|
#. <a class="btn btn-secondary cancel" role="button" href="@returnUrl">@T["Cancel"]</a>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:99
|
#: OrchardCore.ContentTypes\Views\Admin\EditField.cshtml:95
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditField"
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Storno"
|
msgstr "Storno"
|
||||||
@@ -900,7 +900,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
|||||||
msgid "Some part settings common to all types can also be defined at the <a href=\"{0}\">Part Definition</a> level."
|
msgid "Some part settings common to all types can also be defined at the <a href=\"{0}\">Part Definition</a> level."
|
||||||
msgstr "Některá nastavení, které jsou společná pro všechny typy lze také definovat na úrovni <a href=\"{0}\">definice bloku</a>."
|
msgstr "Některá nastavení, které jsou společná pro všechny typy lze také definovat na úrovni <a href=\"{0}\">definice bloku</a>."
|
||||||
|
|
||||||
#. <label asp-for="DisplayName">@T["Display Name"]</label>
|
#. <label asp-for="DisplayName" class="form-label">@T["Display Name"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:29
|
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:29
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
||||||
msgid "Display Name"
|
msgid "Display Name"
|
||||||
@@ -912,7 +912,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
|||||||
msgid "Name of the part as it will be displayed in screens."
|
msgid "Name of the part as it will be displayed in screens."
|
||||||
msgstr "Název bloku, který bude zobrazen při editaci obsahu."
|
msgstr "Název bloku, který bude zobrazen při editaci obsahu."
|
||||||
|
|
||||||
#. <label asp-for="Description">@T["Description"]</label>
|
#. <label asp-for="Description" class="form-label">@T["Description"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:37
|
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:37
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
@@ -924,31 +924,31 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
|||||||
msgid "The description of the part as it will be displayed in screens."
|
msgid "The description of the part as it will be displayed in screens."
|
||||||
msgstr "Popis bloku, který bude zobrazen při editaci obsahu."
|
msgstr "Popis bloku, který bude zobrazen při editaci obsahu."
|
||||||
|
|
||||||
#. <label asp-for="Editor">@T["What type of editor should be used?"]</label>
|
#. <label asp-for="Editor" class="form-label">@T["What type of editor should be used?"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:61
|
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:60
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
||||||
msgid "What type of editor should be used?"
|
msgid "What type of editor should be used?"
|
||||||
msgstr "Jaký typ editoru se má použít?"
|
msgstr "Jaký typ editoru se má použít?"
|
||||||
|
|
||||||
#. <label asp-for="DisplayMode">@T["What type of display mode should be used?"]</label>
|
#. <label asp-for="DisplayMode" class="form-label">@T["What type of display mode should be used?"]</label>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:82
|
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:79
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
||||||
msgid "What type of display mode should be used?"
|
msgid "What type of display mode should be used?"
|
||||||
msgstr "Jaký typ zobrazení se má použit?"
|
msgstr "Jaký typ zobrazení se má použit?"
|
||||||
|
|
||||||
#. <button class="btn btn-primary save" type="submit" name="submit.Save" value="Save">@T["Save"]</button>
|
#. <button class="btn btn-primary save" type="submit" name="submit.Save" value="Save">@T["Save"]</button>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:101
|
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:97
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr "Uložit"
|
msgstr "Uložit"
|
||||||
|
|
||||||
#. <a class="btn btn-secondary cancel" role="button" asp-route-action="Edit" asp-route-id="@Model.TypePartDefinition.ContentTypeDefinition.Name">@T["Cancel"]</a>
|
#. <a class="btn btn-secondary cancel" role="button" asp-route-action="Edit" asp-route-id="@Model.TypePartDefinition.ContentTypeDefinition.Name">@T["Cancel"]</a>
|
||||||
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:102
|
#: OrchardCore.ContentTypes\Views\Admin\EditTypePart.cshtml:98
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
msgctxt "OrchardCore.ContentTypes.Views.Admin.EditTypePart"
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Storno"
|
msgstr "Storno"
|
||||||
|
|
||||||
#. <span class="badge rounded-pill ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Technical Name"]"><i class="fas fa-file-alt text-danger" aria-hidden="true"></i> @Model.Name</span>
|
#. <span class="badge rounded-pill ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Technical Name"]"><i class="fa-solid fa-file-alt text-danger" aria-hidden="true"></i> @Model.Name</span>
|
||||||
#: OrchardCore.ContentTypes\Views\Shared\DisplayTemplates\EditTypeViewModel.cshtml:10
|
#: OrchardCore.ContentTypes\Views\Shared\DisplayTemplates\EditTypeViewModel.cshtml:10
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.Shared.DisplayTemplates.EditTypeViewModel"
|
msgctxt "OrchardCore.ContentTypes.Views.Shared.DisplayTemplates.EditTypeViewModel"
|
||||||
msgid "Technical Name"
|
msgid "Technical Name"
|
||||||
@@ -1074,7 +1074,7 @@ msgctxt "OrchardCore.ContentTypes.Views.Admin.ListParts"
|
|||||||
msgid "<strong>Nothing here!</strong> Your search returned no results."
|
msgid "<strong>Nothing here!</strong> Your search returned no results."
|
||||||
msgstr "<strong>Nic tady není!</strong> Vaše hledání nevrátilo žádné výsledky."
|
msgstr "<strong>Nic tady není!</strong> Vaše hledání nevrátilo žádné výsledky."
|
||||||
|
|
||||||
#. <span class="icon"><i class="fa fa-cube" aria-hidden="true"></i></span><span class="title">@T["Content Definition"]</span>
|
#. <span class="icon"><i class="fa-solid fa-cube" aria-hidden="true"></i></span><span class="title">@T["Content Definition"]</span>
|
||||||
#: OrchardCore.ContentTypes\Views\NavigationItemText-contentdefinition.Id.cshtml:1
|
#: OrchardCore.ContentTypes\Views\NavigationItemText-contentdefinition.Id.cshtml:1
|
||||||
msgctxt "OrchardCore.ContentTypes.Views.NavigationItemText-contentdefinition.Id"
|
msgctxt "OrchardCore.ContentTypes.Views.NavigationItemText-contentdefinition.Id"
|
||||||
msgid "Content Definition"
|
msgid "Content Definition"
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user