From f55e700474e51d0f868f437c0b3630981465ed26 Mon Sep 17 00:00:00 2001 From: Farouk Belhocine Date: Wed, 29 Jul 2020 15:35:08 +0100 Subject: [PATCH 1/2] adding missing resources for arabic culture. --- framework/abp-translation-fr.json | 776 ++++++++++++++++++ .../Volo/Abp/Emailing/Localization/ar.json | 6 +- .../Volo/Abp/Timing/Localization/ar.json | 7 + .../Localization/Resources/AbpUi/ar.json | 6 +- .../Volo/Abp/Validation/Localization/ar.json | 58 +- .../Abp/TextTemplating/Localization/ar.json | 7 + 6 files changed, 827 insertions(+), 33 deletions(-) create mode 100644 framework/abp-translation-fr.json create mode 100644 framework/src/Volo.Abp.Timing/Volo/Abp/Timing/Localization/ar.json create mode 100644 framework/test/Volo.Abp.TextTemplating.Tests/Volo/Abp/TextTemplating/Localization/ar.json diff --git a/framework/abp-translation-fr.json b/framework/abp-translation-fr.json new file mode 100644 index 0000000000..8a2e51de69 --- /dev/null +++ b/framework/abp-translation-fr.json @@ -0,0 +1,776 @@ +{ + "ReferenceCulture": "en", + "TargetCulture": "fr", + "Resources": [ + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.UI\\Localization\\Resources\\AbpUi", + "Texts": [ + { + "LocalizationKey": "InternalServerErrorMessage", + "Reference": "An internal error occurred during your request!", + "Target": "" + }, + { + "LocalizationKey": "ValidationErrorMessage", + "Reference": "Your request is not valid!", + "Target": "" + }, + { + "LocalizationKey": "ValidationNarrativeErrorMessageTitle", + "Reference": "The following errors were detected during validation.", + "Target": "" + }, + { + "LocalizationKey": "DefaultErrorMessage", + "Reference": "An error has occurred!", + "Target": "" + }, + { + "LocalizationKey": "DefaultErrorMessageDetail", + "Reference": "Error detail not sent by server.", + "Target": "" + }, + { + "LocalizationKey": "DefaultErrorMessage401", + "Reference": "You are not authenticated!", + "Target": "" + }, + { + "LocalizationKey": "DefaultErrorMessage401Detail", + "Reference": "You should sign in to perform this operation.", + "Target": "" + }, + { + "LocalizationKey": "DefaultErrorMessage403", + "Reference": "You are not authorized!", + "Target": "" + }, + { + "LocalizationKey": "DefaultErrorMessage403Detail", + "Reference": "You are not allowed to perform this operation!", + "Target": "" + }, + { + "LocalizationKey": "DefaultErrorMessage404", + "Reference": "Resource not found!", + "Target": "" + }, + { + "LocalizationKey": "DefaultErrorMessage404Detail", + "Reference": "The resource requested could not found on the server!", + "Target": "" + }, + { + "LocalizationKey": "EntityNotFoundErrorMessage", + "Reference": "There is no entity {0} with id = {1}!", + "Target": "" + }, + { + "LocalizationKey": "Languages", + "Reference": "Languages", + "Target": "" + }, + { + "LocalizationKey": "Error", + "Reference": "Error", + "Target": "" + }, + { + "LocalizationKey": "AreYouSure", + "Reference": "Are you sure?", + "Target": "" + }, + { + "LocalizationKey": "Cancel", + "Reference": "Cancel", + "Target": "" + }, + { + "LocalizationKey": "Yes", + "Reference": "Yes", + "Target": "" + }, + { + "LocalizationKey": "No", + "Reference": "No", + "Target": "" + }, + { + "LocalizationKey": "Ok", + "Reference": "Ok", + "Target": "" + }, + { + "LocalizationKey": "Close", + "Reference": "Close", + "Target": "" + }, + { + "LocalizationKey": "Save", + "Reference": "Save", + "Target": "" + }, + { + "LocalizationKey": "SavingWithThreeDot", + "Reference": "Saving...", + "Target": "" + }, + { + "LocalizationKey": "Actions", + "Reference": "Actions", + "Target": "" + }, + { + "LocalizationKey": "Delete", + "Reference": "Delete", + "Target": "" + }, + { + "LocalizationKey": "Edit", + "Reference": "Edit", + "Target": "" + }, + { + "LocalizationKey": "Refresh", + "Reference": "Refresh", + "Target": "" + }, + { + "LocalizationKey": "Language", + "Reference": "Language", + "Target": "" + }, + { + "LocalizationKey": "LoadMore", + "Reference": "Load more", + "Target": "" + }, + { + "LocalizationKey": "ProcessingWithThreeDot", + "Reference": "Processing...", + "Target": "" + }, + { + "LocalizationKey": "LoadingWithThreeDot", + "Reference": "Loading...", + "Target": "" + }, + { + "LocalizationKey": "Welcome", + "Reference": "Welcome", + "Target": "" + }, + { + "LocalizationKey": "Login", + "Reference": "Login", + "Target": "" + }, + { + "LocalizationKey": "Register", + "Reference": "Register", + "Target": "" + }, + { + "LocalizationKey": "Logout", + "Reference": "Log out", + "Target": "" + }, + { + "LocalizationKey": "Submit", + "Reference": "Submit", + "Target": "" + }, + { + "LocalizationKey": "Back", + "Reference": "Back", + "Target": "" + }, + { + "LocalizationKey": "PagerSearch", + "Reference": "Search", + "Target": "" + }, + { + "LocalizationKey": "PagerNext", + "Reference": "Next", + "Target": "" + }, + { + "LocalizationKey": "PagerPrevious", + "Reference": "Previous", + "Target": "" + }, + { + "LocalizationKey": "PagerFirst", + "Reference": "First", + "Target": "" + }, + { + "LocalizationKey": "PagerLast", + "Reference": "Last", + "Target": "" + }, + { + "LocalizationKey": "PagerInfo", + "Reference": "Showing _START_ to _END_ of _TOTAL_ entries", + "Target": "" + }, + { + "LocalizationKey": "PagerInfo{0}{1}{2}", + "Reference": "Showing {0} to {1} of {2} entries", + "Target": "" + }, + { + "LocalizationKey": "PagerInfoEmpty", + "Reference": "Showing 0 to 0 of 0 entries", + "Target": "" + }, + { + "LocalizationKey": "PagerInfoFiltered", + "Reference": "(filtered from _MAX_ total entries)", + "Target": "" + }, + { + "LocalizationKey": "NoDataAvailableInDatatable", + "Reference": "No data available", + "Target": "" + }, + { + "LocalizationKey": "Total", + "Reference": "total", + "Target": "" + }, + { + "LocalizationKey": "Selected", + "Reference": "selected", + "Target": "" + }, + { + "LocalizationKey": "PagerShowMenuEntries", + "Reference": "Show _MENU_ entries", + "Target": "" + }, + { + "LocalizationKey": "DatatableActionDropdownDefaultText", + "Reference": "Actions", + "Target": "" + }, + { + "LocalizationKey": "ChangePassword", + "Reference": "Change password", + "Target": "" + }, + { + "LocalizationKey": "PersonalInfo", + "Reference": "My profile", + "Target": "" + }, + { + "LocalizationKey": "AreYouSureYouWantToCancelEditingWarningMessage", + "Reference": "You have unsaved changes.", + "Target": "" + }, + { + "LocalizationKey": "UnhandledException", + "Reference": "Unhandled exception!", + "Target": "" + }, + { + "LocalizationKey": "401Message", + "Reference": "Unauthorized", + "Target": "" + }, + { + "LocalizationKey": "403Message", + "Reference": "Forbidden", + "Target": "" + }, + { + "LocalizationKey": "404Message", + "Reference": "Page not found", + "Target": "" + }, + { + "LocalizationKey": "500Message", + "Reference": "Internal Server Error", + "Target": "" + }, + { + "LocalizationKey": "GoHomePage", + "Reference": "Go to the homepage", + "Target": "" + }, + { + "LocalizationKey": "GoBack", + "Reference": "Go back", + "Target": "" + }, + { + "LocalizationKey": "Search", + "Reference": "Search", + "Target": "" + } + ] + }, + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.Emailing\\Volo\\Abp\\Emailing\\Localization", + "Texts": [ + { + "LocalizationKey": "DisplayName:Abp.Mailing.DefaultFromAddress", + "Reference": "Default from address", + "Target": "" + }, + { + "LocalizationKey": "DisplayName:Abp.Mailing.DefaultFromDisplayName", + "Reference": "Default from display name", + "Target": "" + }, + { + "LocalizationKey": "DisplayName:Abp.Mailing.Smtp.Host", + "Reference": "Host", + "Target": "" + }, + { + "LocalizationKey": "DisplayName:Abp.Mailing.Smtp.Port", + "Reference": "Port", + "Target": "" + }, + { + "LocalizationKey": "DisplayName:Abp.Mailing.Smtp.UserName", + "Reference": "User name", + "Target": "" + }, + { + "LocalizationKey": "DisplayName:Abp.Mailing.Smtp.Password", + "Reference": "Password", + "Target": "" + }, + { + "LocalizationKey": "DisplayName:Abp.Mailing.Smtp.Domain", + "Reference": "Domain", + "Target": "" + }, + { + "LocalizationKey": "DisplayName:Abp.Mailing.Smtp.EnableSsl", + "Reference": "Enable SSL", + "Target": "" + }, + { + "LocalizationKey": "DisplayName:Abp.Mailing.Smtp.UseDefaultCredentials", + "Reference": "Use default credentials", + "Target": "" + }, + { + "LocalizationKey": "Description:Abp.Mailing.DefaultFromAddress", + "Reference": "The default from address", + "Target": "" + }, + { + "LocalizationKey": "Description:Abp.Mailing.DefaultFromDisplayName", + "Reference": "The default from display name", + "Target": "" + }, + { + "LocalizationKey": "Description:Abp.Mailing.Smtp.Host", + "Reference": "The name or IP address of the host used for SMTP transactions.", + "Target": "" + }, + { + "LocalizationKey": "Description:Abp.Mailing.Smtp.Port", + "Reference": "The port used for SMTP transactions.", + "Target": "" + }, + { + "LocalizationKey": "Description:Abp.Mailing.Smtp.UserName", + "Reference": "User name associated with the credentials.", + "Target": "" + }, + { + "LocalizationKey": "Description:Abp.Mailing.Smtp.Password", + "Reference": "The password for the user name associated with the credentials.", + "Target": "" + }, + { + "LocalizationKey": "Description:Abp.Mailing.Smtp.Domain", + "Reference": "The domain or computer name that verifies the credentials.", + "Target": "" + }, + { + "LocalizationKey": "Description:Abp.Mailing.Smtp.EnableSsl", + "Reference": "Whether the SmtpClient uses Secure Sockets Layer (SSL) to encrypt the connection.", + "Target": "" + }, + { + "LocalizationKey": "Description:Abp.Mailing.Smtp.UseDefaultCredentials", + "Reference": "Whether the DefaultCredentials are sent with requests.", + "Target": "" + }, + { + "LocalizationKey": "TextTemplate:StandardEmailTemplates.Layout", + "Reference": "Default email layout template", + "Target": "" + }, + { + "LocalizationKey": "TextTemplate:StandardEmailTemplates.Message", + "Reference": "Simple message template for emails", + "Target": "" + } + ] + }, + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.Timing\\Volo\\Abp\\Timing\\Localization", + "Texts": [ + { + "LocalizationKey": "DisplayName:Abp.Timing.Timezone", + "Reference": "Timezone", + "Target": "" + }, + { + "LocalizationKey": "Description:Abp.Timing.Timezone", + "Reference": "Application time zone", + "Target": "" + } + ] + }, + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.Validation\\Volo\\Abp\\Validation\\Localization", + "Texts": [ + { + "LocalizationKey": "'{0}' and '{1}' do not match.", + "Reference": "'{0}' and '{1}' do not match.", + "Target": "" + }, + { + "LocalizationKey": "The {0} field is not a valid credit card number.", + "Reference": "The {0} field is not a valid credit card number.", + "Target": "" + }, + { + "LocalizationKey": "{0} is not valid.", + "Reference": "{0} is not valid.", + "Target": "" + }, + { + "LocalizationKey": "The {0} field is not a valid e-mail address.", + "Reference": "The {0} field is not a valid e-mail address.", + "Target": "" + }, + { + "LocalizationKey": "The {0} field only accepts files with the following extensions: {1}", + "Reference": "The {0} field only accepts files with the following extensions: {1}", + "Target": "" + }, + { + "LocalizationKey": "The field {0} must be a string or array type with a maximum length of '{1}'.", + "Reference": "The field {0} must be a string or array type with a maximum length of '{1}'.", + "Target": "" + }, + { + "LocalizationKey": "The field {0} must be a string or array type with a minimum length of '{1}'.", + "Reference": "The field {0} must be a string or array type with a minimum length of '{1}'.", + "Target": "" + }, + { + "LocalizationKey": "The {0} field is not a valid phone number.", + "Reference": "The {0} field is not a valid phone number.", + "Target": "" + }, + { + "LocalizationKey": "The field {0} must be between {1} and {2}.", + "Reference": "The field {0} must be between {1} and {2}.", + "Target": "" + }, + { + "LocalizationKey": "The field {0} must match the regular expression '{1}'.", + "Reference": "The field {0} does not match the requested format.", + "Target": "" + }, + { + "LocalizationKey": "The {0} field is required.", + "Reference": "The {0} field is required.", + "Target": "" + }, + { + "LocalizationKey": "The field {0} must be a string with a maximum length of {1}.", + "Reference": "The field {0} must be a string with a maximum length of {1}.", + "Target": "" + }, + { + "LocalizationKey": "The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.", + "Reference": "The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.", + "Target": "" + }, + { + "LocalizationKey": "The {0} field is not a valid fully-qualified http, https, or ftp URL.", + "Reference": "The {0} field is not a valid fully-qualified http, https, or ftp URL.", + "Target": "" + }, + { + "LocalizationKey": "The field {0} is invalid.", + "Reference": "The field {0} is invalid.", + "Target": "" + }, + { + "LocalizationKey": "ThisFieldIsNotAValidCreditCardNumber.", + "Reference": "This field is not a valid credit card number.", + "Target": "" + }, + { + "LocalizationKey": "ThisFieldIsNotValid.", + "Reference": "This field is not valid.", + "Target": "" + }, + { + "LocalizationKey": "ThisFieldIsNotAValidEmailAddress.", + "Reference": "This field is not a valid e-mail address.", + "Target": "" + }, + { + "LocalizationKey": "ThisFieldOnlyAcceptsFilesWithTheFollowingExtensions:{0}", + "Reference": "This field only accepts files with the following extensions: {0}", + "Target": "" + }, + { + "LocalizationKey": "ThisFieldMustBeAStringOrArrayTypeWithAMaximumLengthOf{0}", + "Reference": "This field must be a string or array type with a maximum length of '{0}'.", + "Target": "" + }, + { + "LocalizationKey": "ThisFieldMustBeAStringOrArrayTypeWithAMinimumLengthOf{0}", + "Reference": "This field must be a string or array type with a minimum length of '{0}'.", + "Target": "" + }, + { + "LocalizationKey": "ThisFieldIsNotAValidPhoneNumber.", + "Reference": "This field is not a valid phone number.", + "Target": "" + }, + { + "LocalizationKey": "ThisFieldMustBeBetween{0}And{1}", + "Reference": "This field must be between {0} and {1}.", + "Target": "" + }, + { + "LocalizationKey": "ThisFieldMustMatchTheRegularExpression{0}", + "Reference": "This field must match the regular expression '{0}'.", + "Target": "" + }, + { + "LocalizationKey": "ThisFieldIsRequired.", + "Reference": "This field is required.", + "Target": "" + }, + { + "LocalizationKey": "ThisFieldMustBeAStringWithAMaximumLengthOf{0}", + "Reference": "This field must be a string with a maximum length of {0}.", + "Target": "" + }, + { + "LocalizationKey": "ThisFieldMustBeAStringWithAMinimumLengthOf{1}AndAMaximumLengthOf{0}", + "Reference": "This field must be a string with a minimum length of {1} and a maximum length of {0}.", + "Target": "" + }, + { + "LocalizationKey": "ThisFieldIsNotAValidFullyQualifiedHttpHttpsOrFtpUrl", + "Reference": "This field is not a valid fully-qualified http, https, or ftp URL.", + "Target": "" + }, + { + "LocalizationKey": "ThisFieldIsInvalid.", + "Reference": "This field is invalid.", + "Target": "" + } + ] + }, + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\test\\Volo.Abp.Emailing.Tests\\Volo\\Abp\\Emailing\\Localization", + "Texts": [ + { + "LocalizationKey": "hello", + "Reference": "Hello", + "Target": "" + } + ] + }, + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\test\\Volo.Abp.TextTemplating.Tests\\Volo\\Abp\\TextTemplating\\Localization", + "Texts": [ + { + "LocalizationKey": "HelloText", + "Reference": "Hello {0}", + "Target": "" + }, + { + "LocalizationKey": "HowAreYou", + "Reference": "how are you?", + "Target": "" + } + ] + }, + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.Localization\\Volo\\Abp\\Localization\\Resources\\AbpLocalization", + "Texts": [ + { + "LocalizationKey": "DisplayName:Abp.Localization.DefaultLanguage", + "Reference": "Default language", + "Target": "" + }, + { + "LocalizationKey": "Description:Abp.Localization.DefaultLanguage", + "Reference": "The default language of the application.", + "Target": "" + } + ] + }, + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\test\\Volo.Abp.Localization.Tests\\Volo\\Abp\\Localization\\TestResources\\Source", + "Texts": [ + { + "LocalizationKey": "Hello {0}.", + "Reference": "Hello {0}.", + "Target": "" + }, + { + "LocalizationKey": "Car", + "Reference": "Car", + "Target": "" + }, + { + "LocalizationKey": "CarPlural", + "Reference": "Cars", + "Target": "" + }, + { + "LocalizationKey": "MaxLenghtErrorMessage", + "Reference": "This field's length can be maximum of '{0}' chars", + "Target": "" + }, + { + "LocalizationKey": "Universe", + "Reference": "Universe", + "Target": "" + }, + { + "LocalizationKey": "FortyTwo", + "Reference": "Forty Two", + "Target": "" + } + ] + }, + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\test\\Volo.Abp.Localization.Tests\\Volo\\Abp\\Localization\\TestResources\\SourceExt", + "Texts": [ + { + "LocalizationKey": "SeeYou", + "Reference": "See you", + "Target": "" + } + ] + }, + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.Ddd.Application.Contracts\\Volo\\Abp\\Application\\Localization\\Resources\\AbpDdd", + "Texts": [ + { + "LocalizationKey": "MaxResultCountExceededExceptionMessage", + "Reference": "{0} can not be more than {1}! Increase {2}.{3} on the server side to allow more results.", + "Target": "" + } + ] + }, + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.UI.Navigation\\Volo\\Abp\\Ui\\Navigation\\Localization\\Resource", + "Texts": [ + { + "LocalizationKey": "Menu:Administration", + "Reference": "Administration", + "Target": "" + } + ] + }, + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\test\\Volo.Abp.AspNetCore.Mvc.Tests\\Volo\\Abp\\AspNetCore\\Mvc\\Localization\\Resource", + "Texts": [ + { + "LocalizationKey": "BirthDate", + "Reference": "Birth date", + "Target": "" + }, + { + "LocalizationKey": "Value1", + "Reference": "Value One", + "Target": "" + } + ] + }, + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\test\\Volo.Abp.Localization.Tests\\Volo\\Abp\\Localization\\TestResources\\Base\\CountryNames", + "Texts": [ + { + "LocalizationKey": "USA", + "Reference": "United States of America", + "Target": "" + }, + { + "LocalizationKey": "Brazil", + "Reference": "Brazil", + "Target": "" + } + ] + }, + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\test\\Volo.Abp.Localization.Tests\\Volo\\Abp\\Localization\\TestResources\\Base\\Validation", + "Texts": [ + { + "LocalizationKey": "ThisFieldIsRequired", + "Reference": "This field is required", + "Target": "" + }, + { + "LocalizationKey": "MaxLenghtErrorMessage", + "Reference": "This field can be maximum of '{0}' chars", + "Target": "" + } + ] + }, + { + "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy\\Volo\\Abp\\AspNetCore\\Mvc\\UI\\MultiTenancy\\Localization", + "Texts": [ + { + "LocalizationKey": "GivenTenantIsNotAvailable", + "Reference": "Given tenant is not available: {0}", + "Target": "" + }, + { + "LocalizationKey": "Tenant", + "Reference": "Tenant", + "Target": "" + }, + { + "LocalizationKey": "Switch", + "Reference": "switch", + "Target": "" + }, + { + "LocalizationKey": "Name", + "Reference": "Name", + "Target": "" + }, + { + "LocalizationKey": "SwitchTenantHint", + "Reference": "Leave the name field blank to switch to the host side.", + "Target": "" + }, + { + "LocalizationKey": "SwitchTenant", + "Reference": "Switch tenant", + "Target": "" + }, + { + "LocalizationKey": "NotSelected", + "Reference": "Not selected", + "Target": "" + } + ] + } + ] +} \ No newline at end of file diff --git a/framework/src/Volo.Abp.Emailing/Volo/Abp/Emailing/Localization/ar.json b/framework/src/Volo.Abp.Emailing/Volo/Abp/Emailing/Localization/ar.json index 23b8e152d7..a4bcaee0a2 100644 --- a/framework/src/Volo.Abp.Emailing/Volo/Abp/Emailing/Localization/ar.json +++ b/framework/src/Volo.Abp.Emailing/Volo/Abp/Emailing/Localization/ar.json @@ -1,4 +1,4 @@ -{ +{ "culture": "ar", "texts": { "DisplayName:Abp.Mailing.DefaultFromAddress": "العنوان الإفتراضي", @@ -18,6 +18,8 @@ "Description:Abp.Mailing.Smtp.Password": "كلمة المرور لاسم المستخدم المرتبط ببيانات الاعتماد.", "Description:Abp.Mailing.Smtp.Domain": "اسم المجال أو الكمبيوتر الذي يتحقق من بيانات الاعتماد.", "Description:Abp.Mailing.Smtp.EnableSsl": "ما إذا كان SmtpClient يستخدم (SSL) لتشفير الاتصال.", - "Description:Abp.Mailing.Smtp.UseDefaultCredentials": "إرسال الصلاحيات الافتراضية مع الطلب." + "Description:Abp.Mailing.Smtp.UseDefaultCredentials": "إرسال الصلاحيات الافتراضية مع الطلب.", + "TextTemplate:StandardEmailTemplates.Layout": "نموذج تخطيط إفتراضي للبريد الإلكتروني", + "TextTemplate:StandardEmailTemplates.Message": "نموذج بسيط للرسائل الإلكترونية" } } \ No newline at end of file diff --git a/framework/src/Volo.Abp.Timing/Volo/Abp/Timing/Localization/ar.json b/framework/src/Volo.Abp.Timing/Volo/Abp/Timing/Localization/ar.json new file mode 100644 index 0000000000..7b8ddf6919 --- /dev/null +++ b/framework/src/Volo.Abp.Timing/Volo/Abp/Timing/Localization/ar.json @@ -0,0 +1,7 @@ +{ + "culture": "ar", + "texts": { + "DisplayName:Abp.Timing.Timezone": "المنطقة زمنية", + "Description:Abp.Timing.Timezone": "المنطقة الزمنية للتطبيق" + } +} \ No newline at end of file diff --git a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/ar.json b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/ar.json index ea35628dc7..ec51f85510 100644 --- a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/ar.json +++ b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/ar.json @@ -1,4 +1,4 @@ -{ +{ "culture": "ar", "texts": { "InternalServerErrorMessage": "حدث خطأ داخلي أثناء طلبك!", @@ -47,6 +47,8 @@ "PagerInfoEmpty": "عرض 0 الي 0 من 0 إدخالات", "PagerInfoFiltered": "(تمت تصفيته من _MAX_ مجموع الإدخالات)", "NoDataAvailableInDatatable": "لا توجد بيانات متاحة في الجدول", + "Total": "مجموع", + "Selected": "مختارة", "PagerShowMenuEntries": "عرض _MENU_ إدخالات", "DatatableActionDropdownDefaultText": "أجراءات", "ChangePassword": "تغيير كلمة السر", @@ -61,4 +63,4 @@ "GoBack": "عد", "Search": "بحث" } -} +} \ No newline at end of file diff --git a/framework/src/Volo.Abp.Validation/Volo/Abp/Validation/Localization/ar.json b/framework/src/Volo.Abp.Validation/Volo/Abp/Validation/Localization/ar.json index 1ef7e01b34..2cdb6999b5 100644 --- a/framework/src/Volo.Abp.Validation/Volo/Abp/Validation/Localization/ar.json +++ b/framework/src/Volo.Abp.Validation/Volo/Abp/Validation/Localization/ar.json @@ -1,34 +1,34 @@ { "culture": "ar", "texts": { - "'{0}' and '{1}' do not match.": "'{0}' and '{1}' do not match.", - "The {0} field is not a valid credit card number.": "The {0} field is not a valid credit card number.", - "{0} is not valid.": "{0} is not valid.", - "The {0} field is not a valid e-mail address.": "The {0} field is not a valid e-mail address.", - "The {0} field only accepts files with the following extensions: {1}": "The {0} field only accepts files with the following extensions: {1}", - "The field {0} must be a string or array type with a maximum length of '{1}'.": "The field {0} must be a string or array type with a maximum length of '{1}'.", - "The field {0} must be a string or array type with a minimum length of '{1}'.": "The field {0} must be a string or array type with a minimum length of '{1}'.", - "The {0} field is not a valid phone number.": "The {0} field is not a valid phone number.", - "The field {0} must be between {1} and {2}.": "The field {0} must be between {1} and {2}.", - "The field {0} must match the regular expression '{1}'.": "The field {0} must match the regular expression '{1}'.", - "The {0} field is required.": "The {0} field is required.", - "The field {0} must be a string with a maximum length of {1}.": "The field {0} must be a string with a maximum length of {1}.", - "The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.": "The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.", - "The {0} field is not a valid fully-qualified http, https, or ftp URL.": "The {0} field is not a valid fully-qualified http, https, or ftp URL.", - "The field {0} is invalid.": "The field {0} is invalid.", - "ThisFieldIsNotAValidCreditCardNumber.": "This field is not a valid credit card number.", - "ThisFieldIsNotValid.": "This field is not valid.", - "ThisFieldIsNotAValidEmailAddress.": "This field is not a valid e-mail address.", - "ThisFieldOnlyAcceptsFilesWithTheFollowingExtensions:{0}": "This field only accepts files with the following extensions: {0}", - "ThisFieldMustBeAStringOrArrayTypeWithAMaximumLengthoOf{0}": "This field must be a string or array type with a maximum length of '{0}'.", - "ThisFieldMustBeAStringOrArrayTypeWithAMinimumLengthOf{0}": "This field must be a string or array type with a minimum length of '{0}'.", - "ThisFieldIsNotAValidPhoneNumber.": "This field is not a valid phone number.", - "ThisFieldMustBeBetween{0}And{1}": "This field must be between {0} and {1}.", - "ThisFieldMustMatchTheRegularExpression{0}": "This field must match the regular expression '{0}'.", - "ThisFieldIsRequired.": "This field is required.", - "ThisFieldMustBeAStringWithAMaximumLengthOf{0}": "This field must be a string with a maximum length of {0}.", - "ThisFieldMustBeAStringWithAMinimumLengthOf{1}AndAMaximumLengthOf{0}": "This field must be a string with a minimum length of {1} and a maximum length of {0}.", - "ThisFieldIsNotAValidFullyQualifiedHttpHttpsOrFtpUrl": "This field is not a valid fully-qualified http, https, or ftp URL.", - "ThisFieldIsInvalid.": "This field is invalid." + "'{0}' and '{1}' do not match.": "'{0}' و '{1}' غير متطابقان", + "The {0} field is not a valid credit card number.": "الحقل {0} لا يمثل رقم بطاقة ائتمان صالح.", + "{0} is not valid.": "{0} غير صالح.", + "The {0} field is not a valid e-mail address.": "الحقل {0} لا يمثل عنوان بريد إلكتروني صالح.", + "The {0} field only accepts files with the following extensions: {1}": "الحقل {0} يقبل الملفات ذات الامتدادات التالية فقط: {1}", + "The field {0} must be a string or array type with a maximum length of '{1}'.": "يجب أن يكون الحقل {0} عبارة عن سلسلة أو صفيف طوله '{1}' كحد أقصى.", + "The field {0} must be a string or array type with a minimum length of '{1}'.": "يجب أن يكون الحقل {0} عبارة عن سلسلة أو صفيف طوله كحد أدنى '{1}'.", + "The {0} field is not a valid phone number.": "الحقل {0} لا يمثل رقم هاتف صالح.", + "The field {0} must be between {1} and {2}.": "يجب أن يكون الحقل {0} بين {1} و {2}.", + "The field {0} must match the regular expression '{1}'.": "يجب أن يتطابق الحقل {0} مع التعبير النمطي '{1}'.", + "The {0} field is required.": "الحقل {0} إجباري.", + "The field {0} must be a string with a maximum length of {1}.": "يجب أن يكون الحقل {0} سلسلة أحرف طولها كحد أقصى {1}.", + "The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.": "يجب أن يكون الحقل {0} سلسلة أحرف طولها {1} كحد أدنى و {2} كحد أقصى.", + "The {0} field is not a valid fully-qualified http, https, or ftp URL.": "الحقل {0} ليس عنوانا URL صالحًا مؤهلاً بالكامل سواء كان عنوان http أو https أو ftp", + "The field {0} is invalid.": "الحقل {0} غير صالح.", + "ThisFieldIsNotAValidCreditCardNumber.": "هذا الحقل لا يمثل رقم بطاقة ائتمان صالح.", + "ThisFieldIsNotValid.": "هذا الحقل غير صالح.", + "ThisFieldIsNotAValidEmailAddress.": "هذا الحقل لا يمثل عنوان بريد إلكتروني صالح.", + "ThisFieldOnlyAcceptsFilesWithTheFollowingExtensions:{0}": "هذا الحقل يقبل الملفات ذات الامتدادات التالية فقط: {0}", + "ThisFieldMustBeAStringOrArrayTypeWithAMaximumLengthOf{0}": "هذا الحقل يجب أن يكون سلسلة أحرف أو صفيف لا يتعدى طوله '{0}'.", + "ThisFieldMustBeAStringOrArrayTypeWithAMinimumLengthOf{0}": " هذا الحقل يجب أن يكون عبارة عن سلسلة أو صفيف طوله كحد أدنى '{0}'.", + "ThisFieldIsNotAValidPhoneNumber.": "هذا الحقل لا يمثل رقم هاتف صالح.", + "ThisFieldMustBeBetween{0}And{1}": "هذا الحقل يجب أن يكون بين {0} و {1}.", + "ThisFieldMustMatchTheRegularExpression{0}": "هذا الحقل يجب أن يتطابق مع التعبير النمطي '{0}'.", + "ThisFieldIsRequired.": "هذا الحقل إجباري.", + "ThisFieldMustBeAStringWithAMaximumLengthOf{0}": "هذا الحقل يجب أن يكون سلسلة أحرف طولها كحد أقصى {0}.", + "ThisFieldMustBeAStringWithAMinimumLengthOf{1}AndAMaximumLengthOf{0}": "هذا الحقل يجب أن يكون سلسلة أحرف طولها {0} كحد أدنى و {1} كحد أقصى.", + "ThisFieldIsNotAValidFullyQualifiedHttpHttpsOrFtpUrl": "هذا الحقل ليس عنوانا URL صالحًا مؤهلاً بالكامل سواء كان عنوان http أو https أو ftp", + "ThisFieldIsInvalid.": "هذا الحقل غير صالح." } } \ No newline at end of file diff --git a/framework/test/Volo.Abp.TextTemplating.Tests/Volo/Abp/TextTemplating/Localization/ar.json b/framework/test/Volo.Abp.TextTemplating.Tests/Volo/Abp/TextTemplating/Localization/ar.json new file mode 100644 index 0000000000..31a75bad8b --- /dev/null +++ b/framework/test/Volo.Abp.TextTemplating.Tests/Volo/Abp/TextTemplating/Localization/ar.json @@ -0,0 +1,7 @@ +{ + "culture": "ar", + "texts": { + "HelloText": "مرحبا {0}", + "HowAreYou": "كيف حالكم ؟" + } +} \ No newline at end of file From 5c845fc9af2ba4e2e6cc7bfaec070d2efa4a786b Mon Sep 17 00:00:00 2001 From: Farouk Belhocine Date: Wed, 29 Jul 2020 16:07:14 +0100 Subject: [PATCH 2/2] removing no needed transaltion file --- framework/abp-translation-fr.json | 776 ------------------------------ 1 file changed, 776 deletions(-) delete mode 100644 framework/abp-translation-fr.json diff --git a/framework/abp-translation-fr.json b/framework/abp-translation-fr.json deleted file mode 100644 index 8a2e51de69..0000000000 --- a/framework/abp-translation-fr.json +++ /dev/null @@ -1,776 +0,0 @@ -{ - "ReferenceCulture": "en", - "TargetCulture": "fr", - "Resources": [ - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.UI\\Localization\\Resources\\AbpUi", - "Texts": [ - { - "LocalizationKey": "InternalServerErrorMessage", - "Reference": "An internal error occurred during your request!", - "Target": "" - }, - { - "LocalizationKey": "ValidationErrorMessage", - "Reference": "Your request is not valid!", - "Target": "" - }, - { - "LocalizationKey": "ValidationNarrativeErrorMessageTitle", - "Reference": "The following errors were detected during validation.", - "Target": "" - }, - { - "LocalizationKey": "DefaultErrorMessage", - "Reference": "An error has occurred!", - "Target": "" - }, - { - "LocalizationKey": "DefaultErrorMessageDetail", - "Reference": "Error detail not sent by server.", - "Target": "" - }, - { - "LocalizationKey": "DefaultErrorMessage401", - "Reference": "You are not authenticated!", - "Target": "" - }, - { - "LocalizationKey": "DefaultErrorMessage401Detail", - "Reference": "You should sign in to perform this operation.", - "Target": "" - }, - { - "LocalizationKey": "DefaultErrorMessage403", - "Reference": "You are not authorized!", - "Target": "" - }, - { - "LocalizationKey": "DefaultErrorMessage403Detail", - "Reference": "You are not allowed to perform this operation!", - "Target": "" - }, - { - "LocalizationKey": "DefaultErrorMessage404", - "Reference": "Resource not found!", - "Target": "" - }, - { - "LocalizationKey": "DefaultErrorMessage404Detail", - "Reference": "The resource requested could not found on the server!", - "Target": "" - }, - { - "LocalizationKey": "EntityNotFoundErrorMessage", - "Reference": "There is no entity {0} with id = {1}!", - "Target": "" - }, - { - "LocalizationKey": "Languages", - "Reference": "Languages", - "Target": "" - }, - { - "LocalizationKey": "Error", - "Reference": "Error", - "Target": "" - }, - { - "LocalizationKey": "AreYouSure", - "Reference": "Are you sure?", - "Target": "" - }, - { - "LocalizationKey": "Cancel", - "Reference": "Cancel", - "Target": "" - }, - { - "LocalizationKey": "Yes", - "Reference": "Yes", - "Target": "" - }, - { - "LocalizationKey": "No", - "Reference": "No", - "Target": "" - }, - { - "LocalizationKey": "Ok", - "Reference": "Ok", - "Target": "" - }, - { - "LocalizationKey": "Close", - "Reference": "Close", - "Target": "" - }, - { - "LocalizationKey": "Save", - "Reference": "Save", - "Target": "" - }, - { - "LocalizationKey": "SavingWithThreeDot", - "Reference": "Saving...", - "Target": "" - }, - { - "LocalizationKey": "Actions", - "Reference": "Actions", - "Target": "" - }, - { - "LocalizationKey": "Delete", - "Reference": "Delete", - "Target": "" - }, - { - "LocalizationKey": "Edit", - "Reference": "Edit", - "Target": "" - }, - { - "LocalizationKey": "Refresh", - "Reference": "Refresh", - "Target": "" - }, - { - "LocalizationKey": "Language", - "Reference": "Language", - "Target": "" - }, - { - "LocalizationKey": "LoadMore", - "Reference": "Load more", - "Target": "" - }, - { - "LocalizationKey": "ProcessingWithThreeDot", - "Reference": "Processing...", - "Target": "" - }, - { - "LocalizationKey": "LoadingWithThreeDot", - "Reference": "Loading...", - "Target": "" - }, - { - "LocalizationKey": "Welcome", - "Reference": "Welcome", - "Target": "" - }, - { - "LocalizationKey": "Login", - "Reference": "Login", - "Target": "" - }, - { - "LocalizationKey": "Register", - "Reference": "Register", - "Target": "" - }, - { - "LocalizationKey": "Logout", - "Reference": "Log out", - "Target": "" - }, - { - "LocalizationKey": "Submit", - "Reference": "Submit", - "Target": "" - }, - { - "LocalizationKey": "Back", - "Reference": "Back", - "Target": "" - }, - { - "LocalizationKey": "PagerSearch", - "Reference": "Search", - "Target": "" - }, - { - "LocalizationKey": "PagerNext", - "Reference": "Next", - "Target": "" - }, - { - "LocalizationKey": "PagerPrevious", - "Reference": "Previous", - "Target": "" - }, - { - "LocalizationKey": "PagerFirst", - "Reference": "First", - "Target": "" - }, - { - "LocalizationKey": "PagerLast", - "Reference": "Last", - "Target": "" - }, - { - "LocalizationKey": "PagerInfo", - "Reference": "Showing _START_ to _END_ of _TOTAL_ entries", - "Target": "" - }, - { - "LocalizationKey": "PagerInfo{0}{1}{2}", - "Reference": "Showing {0} to {1} of {2} entries", - "Target": "" - }, - { - "LocalizationKey": "PagerInfoEmpty", - "Reference": "Showing 0 to 0 of 0 entries", - "Target": "" - }, - { - "LocalizationKey": "PagerInfoFiltered", - "Reference": "(filtered from _MAX_ total entries)", - "Target": "" - }, - { - "LocalizationKey": "NoDataAvailableInDatatable", - "Reference": "No data available", - "Target": "" - }, - { - "LocalizationKey": "Total", - "Reference": "total", - "Target": "" - }, - { - "LocalizationKey": "Selected", - "Reference": "selected", - "Target": "" - }, - { - "LocalizationKey": "PagerShowMenuEntries", - "Reference": "Show _MENU_ entries", - "Target": "" - }, - { - "LocalizationKey": "DatatableActionDropdownDefaultText", - "Reference": "Actions", - "Target": "" - }, - { - "LocalizationKey": "ChangePassword", - "Reference": "Change password", - "Target": "" - }, - { - "LocalizationKey": "PersonalInfo", - "Reference": "My profile", - "Target": "" - }, - { - "LocalizationKey": "AreYouSureYouWantToCancelEditingWarningMessage", - "Reference": "You have unsaved changes.", - "Target": "" - }, - { - "LocalizationKey": "UnhandledException", - "Reference": "Unhandled exception!", - "Target": "" - }, - { - "LocalizationKey": "401Message", - "Reference": "Unauthorized", - "Target": "" - }, - { - "LocalizationKey": "403Message", - "Reference": "Forbidden", - "Target": "" - }, - { - "LocalizationKey": "404Message", - "Reference": "Page not found", - "Target": "" - }, - { - "LocalizationKey": "500Message", - "Reference": "Internal Server Error", - "Target": "" - }, - { - "LocalizationKey": "GoHomePage", - "Reference": "Go to the homepage", - "Target": "" - }, - { - "LocalizationKey": "GoBack", - "Reference": "Go back", - "Target": "" - }, - { - "LocalizationKey": "Search", - "Reference": "Search", - "Target": "" - } - ] - }, - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.Emailing\\Volo\\Abp\\Emailing\\Localization", - "Texts": [ - { - "LocalizationKey": "DisplayName:Abp.Mailing.DefaultFromAddress", - "Reference": "Default from address", - "Target": "" - }, - { - "LocalizationKey": "DisplayName:Abp.Mailing.DefaultFromDisplayName", - "Reference": "Default from display name", - "Target": "" - }, - { - "LocalizationKey": "DisplayName:Abp.Mailing.Smtp.Host", - "Reference": "Host", - "Target": "" - }, - { - "LocalizationKey": "DisplayName:Abp.Mailing.Smtp.Port", - "Reference": "Port", - "Target": "" - }, - { - "LocalizationKey": "DisplayName:Abp.Mailing.Smtp.UserName", - "Reference": "User name", - "Target": "" - }, - { - "LocalizationKey": "DisplayName:Abp.Mailing.Smtp.Password", - "Reference": "Password", - "Target": "" - }, - { - "LocalizationKey": "DisplayName:Abp.Mailing.Smtp.Domain", - "Reference": "Domain", - "Target": "" - }, - { - "LocalizationKey": "DisplayName:Abp.Mailing.Smtp.EnableSsl", - "Reference": "Enable SSL", - "Target": "" - }, - { - "LocalizationKey": "DisplayName:Abp.Mailing.Smtp.UseDefaultCredentials", - "Reference": "Use default credentials", - "Target": "" - }, - { - "LocalizationKey": "Description:Abp.Mailing.DefaultFromAddress", - "Reference": "The default from address", - "Target": "" - }, - { - "LocalizationKey": "Description:Abp.Mailing.DefaultFromDisplayName", - "Reference": "The default from display name", - "Target": "" - }, - { - "LocalizationKey": "Description:Abp.Mailing.Smtp.Host", - "Reference": "The name or IP address of the host used for SMTP transactions.", - "Target": "" - }, - { - "LocalizationKey": "Description:Abp.Mailing.Smtp.Port", - "Reference": "The port used for SMTP transactions.", - "Target": "" - }, - { - "LocalizationKey": "Description:Abp.Mailing.Smtp.UserName", - "Reference": "User name associated with the credentials.", - "Target": "" - }, - { - "LocalizationKey": "Description:Abp.Mailing.Smtp.Password", - "Reference": "The password for the user name associated with the credentials.", - "Target": "" - }, - { - "LocalizationKey": "Description:Abp.Mailing.Smtp.Domain", - "Reference": "The domain or computer name that verifies the credentials.", - "Target": "" - }, - { - "LocalizationKey": "Description:Abp.Mailing.Smtp.EnableSsl", - "Reference": "Whether the SmtpClient uses Secure Sockets Layer (SSL) to encrypt the connection.", - "Target": "" - }, - { - "LocalizationKey": "Description:Abp.Mailing.Smtp.UseDefaultCredentials", - "Reference": "Whether the DefaultCredentials are sent with requests.", - "Target": "" - }, - { - "LocalizationKey": "TextTemplate:StandardEmailTemplates.Layout", - "Reference": "Default email layout template", - "Target": "" - }, - { - "LocalizationKey": "TextTemplate:StandardEmailTemplates.Message", - "Reference": "Simple message template for emails", - "Target": "" - } - ] - }, - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.Timing\\Volo\\Abp\\Timing\\Localization", - "Texts": [ - { - "LocalizationKey": "DisplayName:Abp.Timing.Timezone", - "Reference": "Timezone", - "Target": "" - }, - { - "LocalizationKey": "Description:Abp.Timing.Timezone", - "Reference": "Application time zone", - "Target": "" - } - ] - }, - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.Validation\\Volo\\Abp\\Validation\\Localization", - "Texts": [ - { - "LocalizationKey": "'{0}' and '{1}' do not match.", - "Reference": "'{0}' and '{1}' do not match.", - "Target": "" - }, - { - "LocalizationKey": "The {0} field is not a valid credit card number.", - "Reference": "The {0} field is not a valid credit card number.", - "Target": "" - }, - { - "LocalizationKey": "{0} is not valid.", - "Reference": "{0} is not valid.", - "Target": "" - }, - { - "LocalizationKey": "The {0} field is not a valid e-mail address.", - "Reference": "The {0} field is not a valid e-mail address.", - "Target": "" - }, - { - "LocalizationKey": "The {0} field only accepts files with the following extensions: {1}", - "Reference": "The {0} field only accepts files with the following extensions: {1}", - "Target": "" - }, - { - "LocalizationKey": "The field {0} must be a string or array type with a maximum length of '{1}'.", - "Reference": "The field {0} must be a string or array type with a maximum length of '{1}'.", - "Target": "" - }, - { - "LocalizationKey": "The field {0} must be a string or array type with a minimum length of '{1}'.", - "Reference": "The field {0} must be a string or array type with a minimum length of '{1}'.", - "Target": "" - }, - { - "LocalizationKey": "The {0} field is not a valid phone number.", - "Reference": "The {0} field is not a valid phone number.", - "Target": "" - }, - { - "LocalizationKey": "The field {0} must be between {1} and {2}.", - "Reference": "The field {0} must be between {1} and {2}.", - "Target": "" - }, - { - "LocalizationKey": "The field {0} must match the regular expression '{1}'.", - "Reference": "The field {0} does not match the requested format.", - "Target": "" - }, - { - "LocalizationKey": "The {0} field is required.", - "Reference": "The {0} field is required.", - "Target": "" - }, - { - "LocalizationKey": "The field {0} must be a string with a maximum length of {1}.", - "Reference": "The field {0} must be a string with a maximum length of {1}.", - "Target": "" - }, - { - "LocalizationKey": "The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.", - "Reference": "The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.", - "Target": "" - }, - { - "LocalizationKey": "The {0} field is not a valid fully-qualified http, https, or ftp URL.", - "Reference": "The {0} field is not a valid fully-qualified http, https, or ftp URL.", - "Target": "" - }, - { - "LocalizationKey": "The field {0} is invalid.", - "Reference": "The field {0} is invalid.", - "Target": "" - }, - { - "LocalizationKey": "ThisFieldIsNotAValidCreditCardNumber.", - "Reference": "This field is not a valid credit card number.", - "Target": "" - }, - { - "LocalizationKey": "ThisFieldIsNotValid.", - "Reference": "This field is not valid.", - "Target": "" - }, - { - "LocalizationKey": "ThisFieldIsNotAValidEmailAddress.", - "Reference": "This field is not a valid e-mail address.", - "Target": "" - }, - { - "LocalizationKey": "ThisFieldOnlyAcceptsFilesWithTheFollowingExtensions:{0}", - "Reference": "This field only accepts files with the following extensions: {0}", - "Target": "" - }, - { - "LocalizationKey": "ThisFieldMustBeAStringOrArrayTypeWithAMaximumLengthOf{0}", - "Reference": "This field must be a string or array type with a maximum length of '{0}'.", - "Target": "" - }, - { - "LocalizationKey": "ThisFieldMustBeAStringOrArrayTypeWithAMinimumLengthOf{0}", - "Reference": "This field must be a string or array type with a minimum length of '{0}'.", - "Target": "" - }, - { - "LocalizationKey": "ThisFieldIsNotAValidPhoneNumber.", - "Reference": "This field is not a valid phone number.", - "Target": "" - }, - { - "LocalizationKey": "ThisFieldMustBeBetween{0}And{1}", - "Reference": "This field must be between {0} and {1}.", - "Target": "" - }, - { - "LocalizationKey": "ThisFieldMustMatchTheRegularExpression{0}", - "Reference": "This field must match the regular expression '{0}'.", - "Target": "" - }, - { - "LocalizationKey": "ThisFieldIsRequired.", - "Reference": "This field is required.", - "Target": "" - }, - { - "LocalizationKey": "ThisFieldMustBeAStringWithAMaximumLengthOf{0}", - "Reference": "This field must be a string with a maximum length of {0}.", - "Target": "" - }, - { - "LocalizationKey": "ThisFieldMustBeAStringWithAMinimumLengthOf{1}AndAMaximumLengthOf{0}", - "Reference": "This field must be a string with a minimum length of {1} and a maximum length of {0}.", - "Target": "" - }, - { - "LocalizationKey": "ThisFieldIsNotAValidFullyQualifiedHttpHttpsOrFtpUrl", - "Reference": "This field is not a valid fully-qualified http, https, or ftp URL.", - "Target": "" - }, - { - "LocalizationKey": "ThisFieldIsInvalid.", - "Reference": "This field is invalid.", - "Target": "" - } - ] - }, - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\test\\Volo.Abp.Emailing.Tests\\Volo\\Abp\\Emailing\\Localization", - "Texts": [ - { - "LocalizationKey": "hello", - "Reference": "Hello", - "Target": "" - } - ] - }, - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\test\\Volo.Abp.TextTemplating.Tests\\Volo\\Abp\\TextTemplating\\Localization", - "Texts": [ - { - "LocalizationKey": "HelloText", - "Reference": "Hello {0}", - "Target": "" - }, - { - "LocalizationKey": "HowAreYou", - "Reference": "how are you?", - "Target": "" - } - ] - }, - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.Localization\\Volo\\Abp\\Localization\\Resources\\AbpLocalization", - "Texts": [ - { - "LocalizationKey": "DisplayName:Abp.Localization.DefaultLanguage", - "Reference": "Default language", - "Target": "" - }, - { - "LocalizationKey": "Description:Abp.Localization.DefaultLanguage", - "Reference": "The default language of the application.", - "Target": "" - } - ] - }, - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\test\\Volo.Abp.Localization.Tests\\Volo\\Abp\\Localization\\TestResources\\Source", - "Texts": [ - { - "LocalizationKey": "Hello {0}.", - "Reference": "Hello {0}.", - "Target": "" - }, - { - "LocalizationKey": "Car", - "Reference": "Car", - "Target": "" - }, - { - "LocalizationKey": "CarPlural", - "Reference": "Cars", - "Target": "" - }, - { - "LocalizationKey": "MaxLenghtErrorMessage", - "Reference": "This field's length can be maximum of '{0}' chars", - "Target": "" - }, - { - "LocalizationKey": "Universe", - "Reference": "Universe", - "Target": "" - }, - { - "LocalizationKey": "FortyTwo", - "Reference": "Forty Two", - "Target": "" - } - ] - }, - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\test\\Volo.Abp.Localization.Tests\\Volo\\Abp\\Localization\\TestResources\\SourceExt", - "Texts": [ - { - "LocalizationKey": "SeeYou", - "Reference": "See you", - "Target": "" - } - ] - }, - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.Ddd.Application.Contracts\\Volo\\Abp\\Application\\Localization\\Resources\\AbpDdd", - "Texts": [ - { - "LocalizationKey": "MaxResultCountExceededExceptionMessage", - "Reference": "{0} can not be more than {1}! Increase {2}.{3} on the server side to allow more results.", - "Target": "" - } - ] - }, - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.UI.Navigation\\Volo\\Abp\\Ui\\Navigation\\Localization\\Resource", - "Texts": [ - { - "LocalizationKey": "Menu:Administration", - "Reference": "Administration", - "Target": "" - } - ] - }, - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\test\\Volo.Abp.AspNetCore.Mvc.Tests\\Volo\\Abp\\AspNetCore\\Mvc\\Localization\\Resource", - "Texts": [ - { - "LocalizationKey": "BirthDate", - "Reference": "Birth date", - "Target": "" - }, - { - "LocalizationKey": "Value1", - "Reference": "Value One", - "Target": "" - } - ] - }, - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\test\\Volo.Abp.Localization.Tests\\Volo\\Abp\\Localization\\TestResources\\Base\\CountryNames", - "Texts": [ - { - "LocalizationKey": "USA", - "Reference": "United States of America", - "Target": "" - }, - { - "LocalizationKey": "Brazil", - "Reference": "Brazil", - "Target": "" - } - ] - }, - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\test\\Volo.Abp.Localization.Tests\\Volo\\Abp\\Localization\\TestResources\\Base\\Validation", - "Texts": [ - { - "LocalizationKey": "ThisFieldIsRequired", - "Reference": "This field is required", - "Target": "" - }, - { - "LocalizationKey": "MaxLenghtErrorMessage", - "Reference": "This field can be maximum of '{0}' chars", - "Target": "" - } - ] - }, - { - "ResourcePath": "G:\\source\\repos\\abp\\framework\\src\\Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy\\Volo\\Abp\\AspNetCore\\Mvc\\UI\\MultiTenancy\\Localization", - "Texts": [ - { - "LocalizationKey": "GivenTenantIsNotAvailable", - "Reference": "Given tenant is not available: {0}", - "Target": "" - }, - { - "LocalizationKey": "Tenant", - "Reference": "Tenant", - "Target": "" - }, - { - "LocalizationKey": "Switch", - "Reference": "switch", - "Target": "" - }, - { - "LocalizationKey": "Name", - "Reference": "Name", - "Target": "" - }, - { - "LocalizationKey": "SwitchTenantHint", - "Reference": "Leave the name field blank to switch to the host side.", - "Target": "" - }, - { - "LocalizationKey": "SwitchTenant", - "Reference": "Switch tenant", - "Target": "" - }, - { - "LocalizationKey": "NotSelected", - "Reference": "Not selected", - "Target": "" - } - ] - } - ] -} \ No newline at end of file