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,44 @@
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.Infrastructure.pot\n"
"X-Crowdin-File-ID: 760\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: 2021-07-15 19:01\n"
#. throw new Exception(S["Multiple commands found matching arguments \"{0}\". Commands available: {1}.",
#: OrchardCore.Infrastructure\Commands\DefaultCommandManager.cs:38
msgctxt "OrchardCore.Environment.Commands.DefaultCommandManager"
msgid "Multiple commands found matching arguments \"{0}\". Commands available: {1}."
msgstr "توجد عة أوامر تطابق المتغييرات {0}. الأوامر المتاحة: {1}."
#. throw new Exception(S["No command found matching arguments \"{0}\". Commands available: {1}.",
#: OrchardCore.Infrastructure\Commands\DefaultCommandManager.cs:41
msgctxt "OrchardCore.Environment.Commands.DefaultCommandManager"
msgid "No command found matching arguments \"{0}\". Commands available: {1}."
msgstr "لا يوجد أمر يطابق المتغييرات {0}. الأوامر المتاحة: {1}."
#. await Context.Output.WriteLineAsync(S["List of available commands:"]);
#: OrchardCore.Infrastructure\Commands\Builtin\HelpCommand.cs:25
msgctxt "OrchardCore.Environment.Commands.Builtin.HelpCommand"
msgid "List of available commands:"
msgstr "قائمة بالأوامر المتاحة:"
#. await Context.Output.WriteLineAsync(S["Command {0} doesn't exist", command]);
#: OrchardCore.Infrastructure\Commands\Builtin\HelpCommand.cs:49
msgctxt "OrchardCore.Environment.Commands.Builtin.HelpCommand"
msgid "Command {0} doesn't exist"
msgstr "الأمر {0} غير موجود"
#. return S["{0}.{1}: no help text", descriptor.MethodInfo.DeclaringType?.FullName, descriptor.MethodInfo.Name];
#: OrchardCore.Infrastructure\Commands\Builtin\HelpCommand.cs:70
msgctxt "OrchardCore.Environment.Commands.Builtin.HelpCommand"
msgid "{0}.{1}: no help text"
msgstr "{0}.{1}: لا يوجد نص مساعده"