diff --git a/Localization/el/OrchardCore.Alias.po b/Localization/el/OrchardCore.Alias.po
index d4ead7a11fed4..0f03fbc8c09b4 100644
--- a/Localization/el/OrchardCore.Alias.po
+++ b/Localization/el/OrchardCore.Alias.po
@@ -10,7 +10,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Language-Team: Greek\n"
"Language: el_GR\n"
-"PO-Revision-Date: 2023-02-18 19:26\n"
+"PO-Revision-Date: 2023-03-29 14:35\n"
#. Description = S["the alias part of the content item"];
#: OrchardCore.Alias\GraphQL\AliasInputObjectType.cs:13
@@ -34,13 +34,13 @@ msgstr "Εναλλακτική διαδρομή για το στοιχείο π
#: OrchardCore.Alias\Models\AliasPartExtensions.cs:18
msgctxt "OrchardCore.Alias.Models.AliasPartExtensions"
msgid "Your alias is too long. The alias can only be up to {0} characters. \"{1}\""
-msgstr ""
+msgstr "Το ψευδώνυμό σας είναι πολύ μεγάλο. Το ψευδώνυμο μπορεί να είναι μόνο μέχρι {0} χαρακτήρες.\"{1}\""
#. yield return new ValidationResult(S["Your alias is already in use. \"{0}\"", part.Alias], new[] { nameof(part.Alias) });
#: OrchardCore.Alias\Models\AliasPartExtensions.cs:23
msgctxt "OrchardCore.Alias.Models.AliasPartExtensions"
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)]);
#: OrchardCore.Alias\Settings\AliasPartSettingsDisplayDriver.cs:43
diff --git a/Localization/el/OrchardCore.ArchiveLater.po b/Localization/el/OrchardCore.ArchiveLater.po
index 28951cf08f871..8900614fa97c3 100644
--- a/Localization/el/OrchardCore.ArchiveLater.po
+++ b/Localization/el/OrchardCore.ArchiveLater.po
@@ -10,29 +10,29 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Language-Team: Greek\n"
"Language: el_GR\n"
-"PO-Revision-Date: 2022-10-11 20:39\n"
+"PO-Revision-Date: 2023-03-29 14:36\n"
#.
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Edit.cshtml:13
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Edit"
msgid "Archive Later"
-msgstr ""
+msgstr "Αρχειοθετήστε αργότερα"
#.
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Edit.cshtml:18
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Edit"
msgid "Cancel Archive Later"
-msgstr ""
+msgstr "Ακύρωση της αρχειοθέτησης αργότερα"
#.
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.Option.cshtml:4
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.Option"
msgid "Standard"
-msgstr ""
+msgstr "Τυπικό"
#. @T["Scheduled to be archived on {0}", (object)(await DisplayAsync(await New.DateTime(Utc: Model.ScheduledArchiveUtc)))]
#: OrchardCore.ArchiveLater\Views\ArchiveLaterPart.SummaryAdmin.cshtml:6
msgctxt "OrchardCore.ArchiveLater.Views.ArchiveLaterPart.SummaryAdmin"
msgid "Scheduled to be archived on {0}"
-msgstr ""
+msgstr "Η αρχειοθέτηση έχει προγραμματιστεί να γίνει στις {0}"
diff --git a/Localization/el/OrchardCore.BackgroundTasks.po b/Localization/el/OrchardCore.BackgroundTasks.po
index 549e59fb89672..62450bbdff367 100644
--- a/Localization/el/OrchardCore.BackgroundTasks.po
+++ b/Localization/el/OrchardCore.BackgroundTasks.po
@@ -10,7 +10,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Language-Team: Greek\n"
"Language: el_GR\n"
-"PO-Revision-Date: 2023-02-25 11:21\n"
+"PO-Revision-Date: 2023-03-29 14:35\n"
#. .Add(S["Configuration"], configuration => configuration
#: OrchardCore.BackgroundTasks\AdminMenu.cs:25
@@ -38,31 +38,31 @@ msgstr "Εργασίες Παρασκήνιου"
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:107
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
msgid "Enabled"
-msgstr ""
+msgstr "Ενεργοποιημένο"
#. new SelectListItem() { Text = S["Disabled"], Value = "disabled" }
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:108
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
msgid "Disabled"
-msgstr ""
+msgstr "Απενεργοποιημένο"
#. await _notifier.SuccessAsync(H["The task has been updated."]);
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:208
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
msgid "The task has been updated."
-msgstr ""
+msgstr "Η εργασία έχει ενημερωθεί."
#. await _notifier.SuccessAsync(H["The task has been enabled."]);
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:245
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
msgid "The task has been enabled."
-msgstr ""
+msgstr "Η εργασία έχει ενεργοποιηθεί."
#. await _notifier.SuccessAsync(H["The task has been disabled."]);
#: OrchardCore.BackgroundTasks\Controllers\BackgroundTaskController.cs:276
msgctxt "OrchardCore.BackgroundTasks.Controllers.BackgroundTaskController"
msgid "The task has been disabled."
-msgstr ""
+msgstr "Η εργασία έχει απενεργοποιηθεί."
#. @RenderTitleSegments(T["Edit Task Settings"])
@RenderTitleSegments(T["Content Types"])
EditContentOwner
permission will also be required."
-msgstr ""
+msgstr "Επιλέξτε για να μπορείτε να επεξεργαστείτε τον ιδιοκτήτη του στοιχείου περιεχομένου. Θα απαιτείται επίσης η άδεια EditContentOwner
."
#. @T["Cancel"]
#: OrchardCore.Contents\Views\Content.Edit.cshtml:35
diff --git a/Localization/el/OrchardCore.Cors.po b/Localization/el/OrchardCore.Cors.po
index 6cc8cc7be68fc..2f3cb3bdf255b 100644
--- a/Localization/el/OrchardCore.Cors.po
+++ b/Localization/el/OrchardCore.Cors.po
@@ -10,7 +10,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Language-Team: Greek\n"
"Language: el_GR\n"
-"PO-Revision-Date: 2023-02-18 19:31\n"
+"PO-Revision-Date: 2023-03-29 15:46\n"
#. .Add(S["Configuration"], configuration => configuration
#: OrchardCore.Cors\AdminMenu.cs:25
@@ -48,7 +48,7 @@ msgstr "Ρυθμίσεις CORS"
#: OrchardCore.Cors\Views\Admin\Index.cshtml:22
msgctxt "OrchardCore.Cors.Views.Admin.Index"
msgid "The current tenant will be reloaded when the CORS is executed."
-msgstr ""
+msgstr "Ο τρέχων ενοικιαστής θα επαναφορτωθεί όταν εκτελεστεί το CORS."
#.
@T["Filters on a correlation id."]
#: OrchardCore.AuditTrail\Views\Items\AuditTrailAdminFilters-CorrelationId.Thumbnail.cshtml:8 diff --git a/Localization/zh-Hans/OrchardCore.ContentFields.po b/Localization/zh-Hans/OrchardCore.ContentFields.po index 1951c4f279285..65d8f82c7afa4 100644 --- a/Localization/zh-Hans/OrchardCore.ContentFields.po +++ b/Localization/zh-Hans/OrchardCore.ContentFields.po @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" -"PO-Revision-Date: 2023-02-18 19:28\n" +"PO-Revision-Date: 2023-03-29 10:16\n" #. updater.ModelState.AddModelError(Prefix, nameof(field.ContentItemIds), S["The {0} field is required.", context.PartFieldDefinition.DisplayName()]); #: OrchardCore.ContentFields\Drivers\ContentPickerFieldDisplayDriver.cs:92 @@ -174,31 +174,31 @@ msgstr "HTML 内容" #: OrchardCore.ContentFields\Handlers\ContentPickerFieldHandler.cs:25 msgctxt "OrchardCore.ContentFields.Handlers.ContentPickerFieldHandler" msgid "The {0} field is required." -msgstr "" +msgstr "{0} 字段是必需的。" #. context.Fail(S["The {0} field cannot contain multiple items.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.ContentItemIds)); #: OrchardCore.ContentFields\Handlers\ContentPickerFieldHandler.cs:30 msgctxt "OrchardCore.ContentFields.Handlers.ContentPickerFieldHandler" msgid "The {0} field cannot contain multiple items." -msgstr "" +msgstr "{0} 字段不能包含多个项目。" #. context.Fail(S["A value is required for {0}.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.Value)); #: OrchardCore.ContentFields\Handlers\DateFieldHandler.cs:25 msgctxt "OrchardCore.ContentFields.Handlers.DateFieldHandler" msgid "A value is required for {0}." -msgstr "" +msgstr "{0} 需要一个值。" #. context.Fail(S["A value is required for {0}.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.Value)); #: OrchardCore.ContentFields\Handlers\DateTimeFieldHandler.cs:25 msgctxt "OrchardCore.ContentFields.Handlers.DateTimeFieldHandler" msgid "A value is required for {0}." -msgstr "" +msgstr "{0} 需要一个值。" #. context.Fail(S["The url is required for {0}.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.Url)); #: OrchardCore.ContentFields\Handlers\LinkFieldHandler.cs:62 msgctxt "OrchardCore.ContentFields.Handlers.LinkFieldHandler" msgid "The url is required for {0}." -msgstr "" +msgstr "{0} 必须填写网址" #. context.Fail(S["{0} is an invalid url.", field.Url], nameof(field.Url)); #. context.Fail(S["{0} is an invalid url.", field.Url], nameof(field.Url)); @@ -206,103 +206,103 @@ msgstr "" #: OrchardCore.ContentFields\Handlers\LinkFieldHandler.cs:76 msgctxt "OrchardCore.ContentFields.Handlers.LinkFieldHandler" msgid "{0} is an invalid url." -msgstr "" +msgstr "{0} 是一个无效网址。" #. context.Fail(S["The link text is required for {0}.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.Text)); #: OrchardCore.ContentFields\Handlers\LinkFieldHandler.cs:83 msgctxt "OrchardCore.ContentFields.Handlers.LinkFieldHandler" msgid "The link text is required for {0}." -msgstr "" +msgstr "{0} 需要链接文本。" #. context.Fail(S["The text default value is required for {0}.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.Text)); #: OrchardCore.ContentFields\Handlers\LinkFieldHandler.cs:87 msgctxt "OrchardCore.ContentFields.Handlers.LinkFieldHandler" msgid "The text default value is required for {0}." -msgstr "" +msgstr "{0} 需要文本默认值。" #. context.Fail(S["The {0} field is required.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.LocalizationSets)); #: OrchardCore.ContentFields\Handlers\LocalizationSetContentPickerFieldHandler.cs:25 msgctxt "OrchardCore.ContentFields.Handlers.LocalizationSetContentPickerFieldHandler" msgid "The {0} field is required." -msgstr "" +msgstr "{0} 字段是必需的。" #. context.Fail(S["The {0} field cannot contain multiple items.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.LocalizationSets)); #: OrchardCore.ContentFields\Handlers\LocalizationSetContentPickerFieldHandler.cs:30 msgctxt "OrchardCore.ContentFields.Handlers.LocalizationSetContentPickerFieldHandler" msgid "The {0} field cannot contain multiple items." -msgstr "" +msgstr "{0} 字段不能包含多个项目。" #. context.Fail(S["A value is required for {0}.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.Values)); #: OrchardCore.ContentFields\Handlers\MultiTextFieldHandler.cs:25 msgctxt "OrchardCore.ContentFields.Handlers.MultiTextFieldHandler" msgid "A value is required for {0}." -msgstr "" +msgstr "{0} 需要一个值。" #. context.Fail(S["A value is required for {0}.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.Value)); #: OrchardCore.ContentFields\Handlers\NumericFieldHandler.cs:26 msgctxt "OrchardCore.ContentFields.Handlers.NumericFieldHandler" msgid "A value is required for {0}." -msgstr "" +msgstr "{0} 需要一个值。" #. context.Fail(S["The value must be greater than {0}.", settings.Minimum.Value], nameof(field.Value)); #: OrchardCore.ContentFields\Handlers\NumericFieldHandler.cs:33 msgctxt "OrchardCore.ContentFields.Handlers.NumericFieldHandler" msgid "The value must be greater than {0}." -msgstr "" +msgstr "该值必须小于 {0}。" #. context.Fail(S["The value must be less than {0}.", settings.Maximum.Value], nameof(field.Value)); #: OrchardCore.ContentFields\Handlers\NumericFieldHandler.cs:38 msgctxt "OrchardCore.ContentFields.Handlers.NumericFieldHandler" msgid "The value must be less than {0}." -msgstr "" +msgstr "值必须小于 {0}。" #. context.Fail(S["The {0} field must be an integer.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.Value)); #: OrchardCore.ContentFields\Handlers\NumericFieldHandler.cs:46 msgctxt "OrchardCore.ContentFields.Handlers.NumericFieldHandler" msgid "The {0} field must be an integer." -msgstr "" +msgstr "{0} 字段必须是整数。" #. context.Fail(S["Invalid number of digits for {0}, max allowed: {1}.", context.ContentPartFieldDefinition.DisplayName(), settings.Scale], nameof(field.Value)); #: OrchardCore.ContentFields\Handlers\NumericFieldHandler.cs:50 msgctxt "OrchardCore.ContentFields.Handlers.NumericFieldHandler" msgid "Invalid number of digits for {0}, max allowed: {1}." -msgstr "" +msgstr "无效的数字 {0},允许的最大值: {1}。" #. context.Fail(S["A value is required for {0}.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.Text)); #: OrchardCore.ContentFields\Handlers\TextFieldHandler.cs:26 msgctxt "OrchardCore.ContentFields.Handlers.TextFieldHandler" msgid "A value is required for {0}." -msgstr "" +msgstr "{0} 需要一个值。" #. context.Fail(S["A value is required for {0}.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.Value)); #: OrchardCore.ContentFields\Handlers\TimeFieldHandler.cs:25 msgctxt "OrchardCore.ContentFields.Handlers.TimeFieldHandler" msgid "A value is required for {0}." -msgstr "" +msgstr "{0} 需要一个值。" #. context.Fail(S["The {0} field is required.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.UserIds)); #: OrchardCore.ContentFields\Handlers\UserPickerFieldHandler.cs:25 msgctxt "OrchardCore.ContentFields.Handlers.UserPickerFieldHandler" msgid "The {0} field is required." -msgstr "" +msgstr "{0} 字段是必需的。" #. context.Fail(S["The {0} field cannot contain multiple items.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.UserIds)); #: OrchardCore.ContentFields\Handlers\UserPickerFieldHandler.cs:30 msgctxt "OrchardCore.ContentFields.Handlers.UserPickerFieldHandler" msgid "The {0} field cannot contain multiple items." -msgstr "" +msgstr "{0} 字段不能包含多个项目。" #. context.Fail(S["A value is required for '{0}'.", context.ContentPartFieldDefinition.DisplayName()], nameof(field.RawAddress)); #: OrchardCore.ContentFields\Handlers\YoutubeFieldHandler.cs:27 msgctxt "OrchardCore.ContentFields.Handlers.YoutubeFieldHandler" msgid "A value is required for '{0}'." -msgstr "" +msgstr "'{0} '需要一个值。" #. context.Fail(S["The format of the url is invalid"], nameof(field.RawAddress)); #: OrchardCore.ContentFields\Handlers\YoutubeFieldHandler.cs:40 msgctxt "OrchardCore.ContentFields.Handlers.YoutubeFieldHandler" msgid "The format of the url is invalid" -msgstr "" +msgstr "地址格式无效" #. updater.ModelState.AddModelError(Prefix, nameof(ContentPickerFieldSettingsViewModel.Stereotypes), S["Please provide a Stereotype."]); #: OrchardCore.ContentFields\Settings\ContentPickerFieldSettingsDriver.cs:72 @@ -636,7 +636,7 @@ msgstr "行" #: OrchardCore.ContentFields\Views\HtmlField-Trumbowyg.Option.cshtml:4 msgctxt "OrchardCore.ContentFields.Views.HtmlField-Trumbowyg.Option" msgid "Trumbowyg editor" -msgstr "" +msgstr "Trumbowyg editor" #. #: OrchardCore.ContentFields\Views\HtmlField-Wysiwyg.Option.cshtml:4 diff --git a/Localization/zh-Hans/OrchardCore.ContentTypes.po b/Localization/zh-Hans/OrchardCore.ContentTypes.po index 1f218a5b25dc2..fd39f7ff76a1a 100644 --- a/Localization/zh-Hans/OrchardCore.ContentTypes.po +++ b/Localization/zh-Hans/OrchardCore.ContentTypes.po @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" -"PO-Revision-Date: 2023-02-18 19:30\n" +"PO-Revision-Date: 2023-03-29 10:16\n" #. builder.Add(S["Content"], content => content #: OrchardCore.ContentTypes\AdminMenu.cs:28 @@ -1000,31 +1000,31 @@ msgstr "隐藏" #: OrchardCore.ContentTypes\Views\GraphQLContentTypePartSettings.Edit.cshtml:32 msgctxt "OrchardCore.ContentTypes.Views.GraphQLContentTypePartSettings.Edit" msgid "Setting is hidden by default, and cannot be overwritten." -msgstr "" +msgstr "设置默认隐藏,无法覆盖。" #. @T["Check to hide part from the GraphQL schema."] #: OrchardCore.ContentTypes\Views\GraphQLContentTypePartSettings.Edit.cshtml:36 msgctxt "OrchardCore.ContentTypes.Views.GraphQLContentTypePartSettings.Edit" msgid "Check to hide part from the GraphQL schema." -msgstr "" +msgstr "选中可以隐藏 GrapphQL 模式的类型。" #. #: OrchardCore.ContentTypes\Views\GraphQLContentTypeSettings.Edit.cshtml:12 msgctxt "OrchardCore.ContentTypes.Views.GraphQLContentTypeSettings.Edit" msgid "Hide" -msgstr "" +msgstr "隐藏" #. @T["Setting is hidden by default, and cannot be overwritten."] #: OrchardCore.ContentTypes\Views\GraphQLContentTypeSettings.Edit.cshtml:15 msgctxt "OrchardCore.ContentTypes.Views.GraphQLContentTypeSettings.Edit" msgid "Setting is hidden by default, and cannot be overwritten." -msgstr "" +msgstr "设置默认隐藏,无法覆盖。" #. @T["Check to hide type from the GraphQL schema."] #: OrchardCore.ContentTypes\Views\GraphQLContentTypeSettings.Edit.cshtml:19 msgctxt "OrchardCore.ContentTypes.Views.GraphQLContentTypeSettings.Edit" msgid "Check to hide type from the GraphQL schema." -msgstr "" +msgstr "选中可以隐藏 GrapphQL 模式的类型。" #.EditContentOwner
permission will also be required."
-msgstr ""
+msgstr "选中此项才能编辑内容项的作者。 编辑内容作者
权限也是必需的。"
#. @T["Cancel"]
#: OrchardCore.Contents\Views\Content.Edit.cshtml:35
@@ -1829,7 +1829,7 @@ msgstr "优先级"
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:144
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.Edit"
msgid "0.0"
-msgstr ""
+msgstr "0.0"
#.
#.
@@ -1839,7 +1839,7 @@ msgstr ""
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:145
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.Edit"
msgid "0.1"
-msgstr ""
+msgstr "0.1"
#.
#.
@@ -1849,7 +1849,7 @@ msgstr ""
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:146
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.Edit"
msgid "0.2"
-msgstr ""
+msgstr "0.2"
#.
#.
@@ -1859,7 +1859,7 @@ msgstr ""
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:147
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.Edit"
msgid "0.3"
-msgstr ""
+msgstr "0.3"
#.
#.
@@ -1869,7 +1869,7 @@ msgstr ""
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:148
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.Edit"
msgid "0.4"
-msgstr ""
+msgstr "0.4"
#.
#.
@@ -1879,7 +1879,7 @@ msgstr ""
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:149
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.Edit"
msgid "0.5"
-msgstr ""
+msgstr "0.5"
#.
#.
@@ -1889,7 +1889,7 @@ msgstr ""
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:150
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.Edit"
msgid "0.6"
-msgstr ""
+msgstr "0.6"
#.
#.
@@ -1899,7 +1899,7 @@ msgstr ""
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:151
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.Edit"
msgid "0.7"
-msgstr ""
+msgstr "0.7"
#.
#.
@@ -1909,7 +1909,7 @@ msgstr ""
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:152
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.Edit"
msgid "0.8"
-msgstr ""
+msgstr "0.8"
#.
#.
@@ -1919,7 +1919,7 @@ msgstr ""
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:153
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.Edit"
msgid "0.9"
-msgstr ""
+msgstr "0.9"
#.
#.
@@ -1929,7 +1929,7 @@ msgstr ""
#: OrchardCore.Contents\Views\Items\ContentTypesSitemapSource.Edit.cshtml:154
msgctxt "OrchardCore.Contents.Views.Items.ContentTypesSitemapSource.Edit"
msgid "1.0"
-msgstr ""
+msgstr "1.0"
#. @T["The default priority of these content types relative to other content on your site."]
#. @T["The default priority of these content types relative to other content on your site."]
diff --git a/Localization/zh-Hans/OrchardCore.Features.po b/Localization/zh-Hans/OrchardCore.Features.po
index 31c393c757e63..26f42aeb8981d 100644
--- a/Localization/zh-Hans/OrchardCore.Features.po
+++ b/Localization/zh-Hans/OrchardCore.Features.po
@@ -10,7 +10,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
-"PO-Revision-Date: 2023-02-18 19:36\n"
+"PO-Revision-Date: 2023-03-29 10:16\n"
#. .Add(S["Configuration"], configuration => configuration
#: OrchardCore.Features\AdminMenu.cs:25
@@ -36,7 +36,7 @@ msgstr "请选择一个或多个功能。"
#: OrchardCore.Features\Controllers\AdminController.cs:131
msgctxt "OrchardCore.Features.Controllers.AdminController"
msgid "This feature is always enabled and cannot be disabled."
-msgstr ""
+msgstr "此功能总是启用,不能被禁用。"
#. await _notifier.SuccessAsync(H["{0} was {1}.", feature.Name ?? feature.Id, enabled ? "enabled" : "disabled"]);
#: OrchardCore.Features\Controllers\AdminController.cs:238
@@ -106,7 +106,7 @@ msgstr "功能"
#: OrchardCore.Features\Views\Admin\Features.cshtml:0
msgctxt "OrchardCore.Features.Views.Admin.Features"
msgid "Features for {0} tenant"
-msgstr ""
+msgstr "{0} 租户的功能"
#.
#: OrchardCore.Features\Views\Admin\Features.cshtml:23
@@ -157,19 +157,19 @@ msgstr "未分类"
#: OrchardCore.Features\Views\Admin\Features.cshtml:129
msgctxt "OrchardCore.Features.Views.Admin.Features"
msgid "This feature is automatically enabled based on dependency and cannot be manually disabled."
-msgstr ""
+msgstr "此功能基于依赖关系自动启用,不能手动禁用。"
#. @T["Filters on the email address of a user."]
#: OrchardCore.Users\Views\Items\UsersAdminFilters-Email.Thumbnail.cshtml:9