Initial orchard setup

This commit is contained in:
2023-02-23 21:30:34 -06:00
commit b840a72014
1709 changed files with 653751 additions and 0 deletions

View File

@@ -0,0 +1,312 @@
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.Microsoft.Authentication.pot\n"
"X-Crowdin-File-ID: 782\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: 2022-05-05 18:38\n"
#. builder.Add(S["Security"], security => security
#: OrchardCore.Microsoft.Authentication\AdminMenu.cs:24
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuMicrosoftAccount"
msgid "Security"
msgstr ""
#. .Add(S["Authentication"], authentication => authentication
#: OrchardCore.Microsoft.Authentication\AdminMenu.cs:25
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuMicrosoftAccount"
msgid "Authentication"
msgstr ""
#. .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\AdminMenu.cs:26
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuMicrosoftAccount"
msgid "Microsoft"
msgstr ""
#. builder.Add(S["Security"], security => security
#: OrchardCore.Microsoft.Authentication\AdminMenu.cs:55
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuAAD"
msgid "Security"
msgstr ""
#. .Add(S["Authentication"], authentication => authentication
#: OrchardCore.Microsoft.Authentication\AdminMenu.cs:56
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuAAD"
msgid "Authentication"
msgstr ""
#. .Add(S["Azure Active Directory"], S["Azure Active Directory"].PrefixPosition(), client => client
#. .Add(S["Azure Active Directory"], S["Azure Active Directory"].PrefixPosition(), client => client
#: OrchardCore.Microsoft.Authentication\AdminMenu.cs:57
#: OrchardCore.Microsoft.Authentication\AdminMenu.cs:57
msgctxt "OrchardCore.Microsoft.Authentication.AdminMenuAAD"
msgid "Azure Active Directory"
msgstr ""
#. yield return new ValidationResult(S["DisplayName is required"], new string[] { nameof(settings.DisplayName) });
#: OrchardCore.Microsoft.Authentication\Services\AzureADService.cs:65
msgctxt "OrchardCore.Microsoft.Authentication.Services.AzureADService"
msgid "DisplayName is required"
msgstr "الإسم الظاهر مطلوب"
#. yield return new ValidationResult(S["AppId is required"], new string[] { nameof(settings.AppId) });
#: OrchardCore.Microsoft.Authentication\Services\AzureADService.cs:70
msgctxt "OrchardCore.Microsoft.Authentication.Services.AzureADService"
msgid "AppId is required"
msgstr "رقم التطبيق مطلوب"
#. yield return new ValidationResult(S["TenantId is required"], new string[] { nameof(settings.TenantId) });
#: OrchardCore.Microsoft.Authentication\Services\AzureADService.cs:75
msgctxt "OrchardCore.Microsoft.Authentication.Services.AzureADService"
msgid "TenantId is required"
msgstr "معرف الـ tenant مطلوب"
#. yield return new ValidationResult(S["AppId is required"], new string[] { nameof(settings.AppId) });
#: OrchardCore.Microsoft.Authentication\Services\MicrosoftAccountService.cs:64
msgctxt "OrchardCore.Microsoft.Authentication.Services.MicrosoftAccountService"
msgid "AppId is required"
msgstr "رقم التطبيق مطلوب"
#. yield return new ValidationResult(S["AppSecret is required"], new string[] { nameof(settings.AppSecret) });
#: OrchardCore.Microsoft.Authentication\Services\MicrosoftAccountService.cs:69
msgctxt "OrchardCore.Microsoft.Authentication.Services.MicrosoftAccountService"
msgid "AppSecret is required"
msgstr "أمان التطبيق مطلوب"
#. [Required(AllowEmptyStrings = false, ErrorMessage = "Application Id is required")]
#: OrchardCore.Microsoft.Authentication\ViewModels\AzureADSettingsViewModel.cs:10
msgctxt "OrchardCore.Microsoft.Authentication.ViewModels.AzureADSettingsViewModel"
msgid "Application Id is required"
msgstr ""
#. [Required(AllowEmptyStrings = false, ErrorMessage = "Tenant Id is required")]
#: OrchardCore.Microsoft.Authentication\ViewModels\AzureADSettingsViewModel.cs:13
msgctxt "OrchardCore.Microsoft.Authentication.ViewModels.AzureADSettingsViewModel"
msgid "Tenant Id is required"
msgstr ""
#. [RegularExpression(@"\/[-A-Za-z0-9+&@#\/%?=~_|!:,.;]+[-A-Za-z0-9+&@#\/%=~_|]", ErrorMessage = "Invalid path")]
#: OrchardCore.Microsoft.Authentication\ViewModels\AzureADSettingsViewModel.cs:16
msgctxt "OrchardCore.Microsoft.Authentication.ViewModels.AzureADSettingsViewModel"
msgid "Invalid path"
msgstr ""
#. [Required(AllowEmptyStrings = false, ErrorMessage = "Application Id is required")]
#: OrchardCore.Microsoft.Authentication\ViewModels\MicrosoftAccountSettingsViewModel.cs:7
msgctxt "OrchardCore.Microsoft.Authentication.ViewModels.MicrosoftAccountSettingsViewModel"
msgid "Application Id is required"
msgstr ""
#. [Required(AllowEmptyStrings = false, ErrorMessage = "Application Secret is required")]
#: OrchardCore.Microsoft.Authentication\ViewModels\MicrosoftAccountSettingsViewModel.cs:10
msgctxt "OrchardCore.Microsoft.Authentication.ViewModels.MicrosoftAccountSettingsViewModel"
msgid "Application Secret is required"
msgstr ""
#. [RegularExpression(@"\/[-A-Za-z0-9+&@#\/%?=~_|!:,.;]+[-A-Za-z0-9+&@#\/%=~_|]", ErrorMessage = "Invalid path")]
#: OrchardCore.Microsoft.Authentication\ViewModels\MicrosoftAccountSettingsViewModel.cs:13
msgctxt "OrchardCore.Microsoft.Authentication.ViewModels.MicrosoftAccountSettingsViewModel"
msgid "Invalid path"
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 ""
#. @T["The current tenant will be reloaded when the settings are saved."]
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:5
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.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/#microsoft-account" target="_blank">@T["See documentation"]</a>
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:6
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
msgid "See documentation"
msgstr ""
#. <p class="alert alert-danger">@T["An error occurred while decrypting a setting. Please apply and save."]</p>
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:11
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
msgid "An error occurred while decrypting a setting. Please apply and save."
msgstr ""
#. <h3>@T["Microsoft Account Authentication Settings"]</h3>
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:14
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
msgid "Microsoft Account Authentication Settings"
msgstr "إعدادات مصادقة حساب مايكروسوفت"
#. <label>@T["AppId"]</label>
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:17
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
msgid "AppId"
msgstr "معرف التطبيق"
#. <span class="hint">@T["The Application ID found on the Microsoft developer portal parameters."]</span>
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:20
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
msgid "The Application ID found on the Microsoft developer portal parameters."
msgstr "معرف التطبيق موجود في بوابة التطوير لمايكروسوفت."
#. <label>@T["Secret Key"]</label>
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:24
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
msgid "Secret Key"
msgstr "المفتاح السري"
#. <span class="hint">@T["The Application secret key found on the Microsoft developer portal parameters."]</span>
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:27
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
msgid "The Application secret key found on the Microsoft developer portal parameters."
msgstr "شفرة أمان التطبيق موجودة في بوابة التطوير لمايكروسوفت."
#. <label>@T["CallbackPath"]</label>
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:31
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.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\MicrosoftAccountSettings.Edit.cshtml:34
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.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\MicrosoftAccountSettings.Edit.cshtml:40
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
msgid "Store tokens"
msgstr ""
#. <span class="hint dashed">@T["Store external authentication tokens for reuse"]</span>
#: OrchardCore.Microsoft.Authentication\Views\MicrosoftAccountSettings.Edit.cshtml:41
msgctxt "OrchardCore.Microsoft.Authentication.Views.MicrosoftAccountSettings.Edit"
msgid "Store external authentication tokens for reuse"
msgstr ""
#. <span class="icon"><i class="fas fa-cloud" aria-hidden="true"></i></span><span class="title">@T["Azure Active Directory"]</span>
#: OrchardCore.Microsoft.Authentication\Views\NavigationItemText-azuread.Id.cshtml:1
msgctxt "OrchardCore.Microsoft.Authentication.Views.NavigationItemText-azuread.Id"
msgid "Azure Active Directory"
msgstr ""
#. <span class="icon"><i class="fab fa-microsoft" aria-hidden="true"></i></span><span class="title">@T["Microsoft"]</span>
#: OrchardCore.Microsoft.Authentication\Views\NavigationItemText-microsoft.Id.cshtml:1
msgctxt "OrchardCore.Microsoft.Authentication.Views.NavigationItemText-microsoft.Id"
msgid "Microsoft"
msgstr ""
#. <h5>@T["Azure AD Settings"]</h5>
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Edit.cshtml:3
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Edit"
msgid "Azure AD Settings"
msgstr ""
#. <h5>@T["Azure AD Settings"]</h5>
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Summary.cshtml:3
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Summary"
msgid "Azure AD Settings"
msgstr ""
#. <span class="hint">@T["Adds Azure AD settings to the plan."]</span>
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Summary.cshtml:5
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Summary"
msgid "Adds Azure AD settings to the plan."
msgstr ""
#. <h4 class="card-title">@T["Azure AD Settings"]</h4>
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Thumbnail.cshtml:3
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Thumbnail"
msgid "Azure AD Settings"
msgstr ""
#. <p>@T["Exports the Azure AD settings."]</p>
#: OrchardCore.Microsoft.Authentication\Views\Items\AzureADDeploymentStep.Thumbnail.cshtml:4
msgctxt "OrchardCore.Microsoft.Authentication.Views.Items.AzureADDeploymentStep.Thumbnail"
msgid "Exports the Azure AD settings."
msgstr ""