From 8bf0ef5e24e25abda3bf34aeab0c3947303392b1 Mon Sep 17 00:00:00 2001 From: EngincanV Date: Mon, 17 May 2021 16:08:33 +0300 Subject: [PATCH] Add missing localizations for abp.io --- .../Www/Localization/Resources/en-GB.json | 37 ++++++++++++++++- .../Www/Localization/Resources/en.json | 41 +++++++++++++++++-- .../Www/Localization/Resources/tr.json | 37 ++++++++++++++++- 3 files changed, 109 insertions(+), 6 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en-GB.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en-GB.json index c0a168a6c2..0962d97a45 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en-GB.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en-GB.json @@ -194,6 +194,41 @@ "MultipleUIOptionsExplanation": "The core framework is designed as UI independent and can work with any type of UI system, while there are multiple pre-built and integrated options are provided out of the box.", "MultipleDBOptionsExplanation": "The framework can work with any data source, while the following providers are officially developed and supported:", "SelectLanguage": "Select language", - "LatestArticleOnCommunity": "Latest Article on ABP Community" + "LatestArticleOnCommunity": "Latest Article on ABP Community", + "Register": "Register", + "IsDownloadable": "Is downloadable", + "DatabaseOptions": "Database Options", + "BackToPackagesPage": "Back to Packages Page", + "HowToInstall": "How to Install", + "SeeOnNpm": "See on NPM", + "SeeOnNuget": "See on Nuget", + "MVCGulpCommandExplanation": "If you are using MVC (Razor Pages) UI, then run the \"gulp\" command after the package installation.", + "UsingABPCLI": "Using Abp CLI", + "WithoutABPCLI": "Without ABP CLI", + "ABPCLIModuleDependency": "Abp Cli automatically adds module dependency.", + "AddModuleDependency": "Then add module dependency", + "Packages": "Packages", + "NugetPackages": "Nuget Packages", + "NPMPackages": "NPM Packages", + "SeeDocs": "See Docs", + "None": "None", + "Application": "Application", + "Module": "Module", + "PackageName": "Package Name", + "LicenseURL": "License URL", + "License": "License", + "ProjectCreationSuccessMessage": "Your project has been successfully created", + "HowToRunSolution": "How to Run Your Solution?", + "GettingStartedMessage": "See getting started document to learn how to configure and run your solution.", + "WebAppDevTutorial": "Web App Dev Tutorial", + "WebAppDevTutorialMessage": "See web application development tutorial document for a step by step development sample.", + "CommunityArticles": "Community Articles", + "CommunityArticleMessage": "Check ABP Community Platform to read useful articles for ABP Framework.", + "InvestigateSolutionDetails": "Investigate the Solution Details", + "StartupTemplateDocumentationMessage": "See application startup template document to learn the architecture and the structure of your solution.", + "ClientSideDevelopment": "Client Side Development", + "ClientSideDevelopmentDocumentationMessage": "See the {0} document to learn key points for user interface (client side) development.", + "DatabaseProviderDocumentationMessage": "See {0} document to learn key points for database layer development.", + "ABPCommercialExplanationMessage": "ABP Commercial provides premium modules, themes, tooling and support for the ABP Framework." } } \ No newline at end of file diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json index 0edbb7a5dc..626059793f 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en.json @@ -175,7 +175,7 @@ "TieredOption": "Creates a tiered solution where Web and Http API layers are physically separated. If not checked, creates a layered solution which is less complex and suitable for most scenarios.", "SeparateIdentityServerOption": "Separates server side into two applications: First one is for the identity server and the second one is for your server side HTTP API.", "UseslatestPreVersion": "Uses latest pre-release version", - "ReadTheDocumentation": "ReadThe Documentation", + "ReadTheDocumentation": "Read The Documentation", "Documentation": "Documentation", "GettingStartedTutorial": "Getting Started Tutorial", "ApplicationDevelopmentTutorial": "Application Development Tutorial", @@ -195,8 +195,41 @@ "MultipleUIOptionsExplanation": "The core framework is designed as UI independent and can work with any type of UI system, while there are multiple pre-built and integrated options are provided out of the box.", "MultipleDBOptionsExplanation": "The framework can work with any data source, while the following providers are officially developed and supported;", "SelectLanguage": "Select language", - "LatestArticleOnCommunity": "Latest Article on ABP Community", - "Register": "Register", - "IsDownloadable": "Is downloadable" + "LatestArticleOnCommunity": "Latest Article on ABP Community", + "Register": "Register", + "IsDownloadable": "Is downloadable", + "DatabaseOptions": "Database Options", + "BackToPackagesPage": "Back to Packages Page", + "HowToInstall": "How to Install", + "SeeOnNpm": "See on NPM", + "SeeOnNuget": "See on Nuget", + "MVCGulpCommandExplanation": "If you are using MVC (Razor Pages) UI, then run the \"gulp\" command after the package installation.", + "UsingABPCLI": "Using Abp CLI", + "WithoutABPCLI": "Without ABP CLI", + "ABPCLIModuleDependency": "Abp Cli automatically adds module dependency.", + "AddModuleDependency": "Then add module dependency", + "Packages": "Packages", + "NugetPackages": "Nuget Packages", + "NPMPackages": "NPM Packages", + "SeeDocs": "See Docs", + "None": "None", + "Application": "Application", + "Module": "Module", + "PackageName": "Package Name", + "LicenseURL": "License URL", + "License": "License", + "ProjectCreationSuccessMessage": "Your project has been successfully created", + "HowToRunSolution": "How to Run Your Solution?", + "GettingStartedMessage": "See getting started document to learn how to configure and run your solution.", + "WebAppDevTutorial": "Web App Dev Tutorial", + "WebAppDevTutorialMessage": "See web application development tutorial document for a step by step development sample.", + "CommunityArticles": "Community Articles", + "CommunityArticleMessage": "Check ABP Community Platform to read useful articles for ABP Framework.", + "InvestigateSolutionDetails": "Investigate the Solution Details", + "StartupTemplateDocumentationMessage": "See application startup template document to learn the architecture and the structure of your solution.", + "ClientSideDevelopment": "Client Side Development", + "ClientSideDevelopmentDocumentationMessage": "See the {0} document to learn key points for user interface (client side) development.", + "DatabaseProviderDocumentationMessage": "See {0} document to learn key points for database layer development.", + "ABPCommercialExplanationMessage": "ABP Commercial provides premium modules, themes, tooling and support for the ABP Framework." } } diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/tr.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/tr.json index ef4ecbdcac..aff09a762b 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/tr.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/tr.json @@ -157,6 +157,41 @@ "EmailAddress": "E-Posta Adresi", "Mobile": "Mobil", "ReactNative": "React Native", - "SelectLanguage": "Dil seçin" + "SelectLanguage": "Dil seçin", + "Register": "Kayıt ol", + "IsDownloadable": "Yüklenebilir mi", + "DatabaseOptions": "Veritabanı Seçenekleri", + "BackToPackagesPage": "Paketler sayfasına geri dön", + "HowToInstall": "Nasıl Indirilir", + "SeeOnNpm": "NPM'de görüntüle", + "SeeOnNuget": "Nuget'de görüntüle", + "MVCGulpCommandExplanation": "Arayüz uygulaması olarak MVC (Razor Page) kullanıyorsanız, paketlerin indirilmesinden sonra \"gulp\" komutunu çalıştırın.", + "UsingABPCLI": "ABP CLI Kullanımı", + "WithoutABPCLI": "ABP CLI kullanmadan", + "ABPCLIModuleDependency": "ABP CLI otomatik olarak modül bağımlılıklarını ekler.", + "AddModuleDependency": "Modül bağımlılıklarını ekleyin", + "Packages": "Paketler", + "NugetPackages": "Nuget Paketleri", + "NPMPackages": "NPM Paketleri", + "SeeDocs": "Dökümanı Görüntüle", + "None": "Hiç", + "Application": "Uygulama", + "Module": "Modül", + "PackageName": "Paket adı", + "LicenseURL": "Lisans Linki", + "License": "Lisans", + "ProjectCreationSuccessMessage": "Projeniz başarıyla oluşturulmuştur", + "HowToRunSolution": "Uygulamayı Nasıl Çalıştırabiliriz?", + "GettingStartedMessage": "Uygulamanızı nasıl yapılandıracağınızı ve çalıştıracağınızı öğrenmek için başlanıç dökümanına bakınız.", + "WebAppDevTutorial": "Web Uygulaması Geliştirme Öğreticisi", + "WebAppDevTutorialMessage": "Adım adım web uygulaması geliştirme örneği için web uygulaması geliştirme öğreticisine bakınız.", + "CommunityArticles": "Topluluk Makaleleri", + "CommunityArticleMessage": "ABP Framework ile ilgili yararlı makaleleri okumak için ABP Topluluk Platformu'na bakın.", + "InvestigateSolutionDetails": "Çözüm detaylarını inceleyin", + "StartupTemplateDocumentationMessage": "Çözümünüzün mimarisini ve yapısını öğrenmek için uygulama başlangıç şablonu belgesine bakın.", + "ClientSideDevelopment": "İstemci Tarafı Geliştirme", + "ClientSideDevelopmentDocumentationMessage": "Kullanıcı arayüzü (istemci tarafı) geliştirmeyle ilgili temel noktaları öğrenmek için {0} belgesine bakın.", + "DatabaseProviderDocumentationMessage": "Veritabanı katmanı geliştirmeyle ilgili temel noktaları öğrenmek için {0} belgesine bakın.", + "ABPCommercialExplanationMessage": "ABP Commercial, ABP Framework için premium modüller, temalar, araçlar ve destek sağlar." } } \ No newline at end of file