From e53fdcc6660de29ec6357e39ff95eb11d286c436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?alir=C4=B1za=20ad=C4=B1yah=C5=9Fi?= Date: Thu, 19 Oct 2017 10:05:28 +0300 Subject: [PATCH] added localized strings to user crud pages --- src/AbpDesk/Web_PlugIns/AbpDesk.MongoBlog.dll | Bin 15360 -> 15872 bytes .../Identity/Localization/Resource/en.json | 12 ++++- .../Identity/Localization/Resource/tr.json | 12 ++++- .../Areas/Identity/Views/Users/Index.cshtml | 10 ++--- .../Areas/Identity/Views/Users/_Create.cshtml | 24 +++++----- .../Areas/Identity/Views/Users/_Update.cshtml | 22 +++++----- .../datatables/localizations/Afrikaans.json | 25 +++++++++++ .../datatables/localizations/Albanian.json | 25 +++++++++++ .../libs/datatables/localizations/Arabic.json | 19 ++++++++ .../datatables/localizations/Armenian.json | 25 +++++++++++ .../datatables/localizations/Azerbaijan.json | 25 +++++++++++ .../libs/datatables/localizations/Bangla.json | 19 ++++++++ .../libs/datatables/localizations/Basque.json | 26 +++++++++++ .../datatables/localizations/Belarusian.json | 22 ++++++++++ .../datatables/localizations/Bulgarian.json | 19 ++++++++ .../datatables/localizations/Catalan.json | 19 ++++++++ .../Chinese (Simplified, China).json | 26 +++++++++++ .../localizations/Chinese-traditional.json | 23 ++++++++++ .../datatables/localizations/Croatian.json | 25 +++++++++++ .../libs/datatables/localizations/Czech.json | 25 +++++++++++ .../libs/datatables/localizations/Danish.json | 19 ++++++++ .../libs/datatables/localizations/Dutch.json | 25 +++++++++++ .../datatables/localizations/English.json | 25 +++++++++++ .../datatables/localizations/Estonian.json | 18 ++++++++ .../datatables/localizations/Filipino.json | 19 ++++++++ .../datatables/localizations/Finnish.json | 41 ++++++++++++++++++ .../libs/datatables/localizations/French.json | 24 ++++++++++ .../datatables/localizations/Galician.json | 26 +++++++++++ .../datatables/localizations/Georgian.json | 25 +++++++++++ .../libs/datatables/localizations/German.json | 25 +++++++++++ .../libs/datatables/localizations/Greek.json | 29 +++++++++++++ .../datatables/localizations/Gujarati.json | 25 +++++++++++ .../libs/datatables/localizations/Hebrew.json | 20 +++++++++ .../libs/datatables/localizations/Hindi.json | 19 ++++++++ .../datatables/localizations/Hungarian.json | 25 +++++++++++ .../datatables/localizations/Icelandic.json | 25 +++++++++++ .../localizations/Indonesian-Alternative.json | 19 ++++++++ .../datatables/localizations/Indonesian.json | 19 ++++++++ .../libs/datatables/localizations/Irish.json | 19 ++++++++ .../datatables/localizations/Italian.json | 25 +++++++++++ .../datatables/localizations/Japanese.json | 25 +++++++++++ .../libs/datatables/localizations/Kazakh.json | 23 ++++++++++ .../libs/datatables/localizations/Korean.json | 25 +++++++++++ .../libs/datatables/localizations/Kyrgyz.json | 25 +++++++++++ .../datatables/localizations/Latvian.json | 24 ++++++++++ .../datatables/localizations/Lithuanian.json | 24 ++++++++++ .../datatables/localizations/Macedonian.json | 21 +++++++++ .../libs/datatables/localizations/Malay.json | 25 +++++++++++ .../datatables/localizations/Mongolian.json | 25 +++++++++++ .../libs/datatables/localizations/Nepali.json | 26 +++++++++++ .../localizations/Norwegian-Bokmal.json | 27 ++++++++++++ .../localizations/Norwegian-Nynorsk.json | 28 ++++++++++++ .../libs/datatables/localizations/Pashto.json | 25 +++++++++++ .../datatables/localizations/Persian.json | 25 +++++++++++ .../libs/datatables/localizations/Polish.json | 24 ++++++++++ .../localizations/Portuguese (Brazil).json | 25 +++++++++++ .../datatables/localizations/Portuguese.json | 19 ++++++++ .../datatables/localizations/Romanian.json | 19 ++++++++ .../datatables/localizations/Russian.json | 24 ++++++++++ .../datatables/localizations/Serbian.json | 19 ++++++++ .../datatables/localizations/Sinhala.json | 25 +++++++++++ .../libs/datatables/localizations/Slovak.json | 24 ++++++++++ .../datatables/localizations/Slovenian.json | 25 +++++++++++ .../datatables/localizations/Spanish.json | 26 +++++++++++ .../datatables/localizations/Swahili.json | 25 +++++++++++ .../datatables/localizations/Swedish.json | 25 +++++++++++ .../libs/datatables/localizations/Tamil.json | 25 +++++++++++ .../libs/datatables/localizations/Thai.json | 19 ++++++++ .../datatables/localizations/Turkish.json | 26 +++++++++++ .../datatables/localizations/Ukrainian.json | 23 ++++++++++ .../libs/datatables/localizations/Urdu.json | 19 ++++++++ .../libs/datatables/localizations/Uzbek.json | 24 ++++++++++ .../datatables/localizations/Vietnamese.json | 19 ++++++++ .../libs/datatables/localizations/Welsh.json | 25 +++++++++++ .../libs/datatables/localizations/telugu.json | 24 ++++++++++ .../modules/identity/views/users/index.js | 31 +++++++++++-- 76 files changed, 1706 insertions(+), 32 deletions(-) create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Afrikaans.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Albanian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Arabic.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Armenian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Azerbaijan.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Bangla.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Basque.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Belarusian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Bulgarian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Catalan.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Chinese (Simplified, China).json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Chinese-traditional.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Croatian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Czech.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Danish.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Dutch.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/English.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Estonian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Filipino.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Finnish.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/French.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Galician.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Georgian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/German.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Greek.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Gujarati.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Hebrew.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Hindi.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Hungarian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Icelandic.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Indonesian-Alternative.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Indonesian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Irish.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Italian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Japanese.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Kazakh.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Korean.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Kyrgyz.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Latvian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Lithuanian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Macedonian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Malay.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Mongolian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Nepali.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Norwegian-Bokmal.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Norwegian-Nynorsk.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Pashto.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Persian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Polish.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Portuguese (Brazil).json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Portuguese.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Romanian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Russian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Serbian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Sinhala.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Slovak.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Slovenian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Spanish.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Swahili.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Swedish.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Tamil.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Thai.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Turkish.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Ukrainian.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Urdu.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Uzbek.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Vietnamese.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/Welsh.json create mode 100644 src/Volo.Abp.Identity.Web/wwwroot/modules/identity/libs/datatables/localizations/telugu.json diff --git a/src/AbpDesk/Web_PlugIns/AbpDesk.MongoBlog.dll b/src/AbpDesk/Web_PlugIns/AbpDesk.MongoBlog.dll index 629eb6cda8fed9f2bdf114740cfae9c6a698eb2a..9b260304f6fb90dcd88df8d7d4d0f83597b85d3b 100644 GIT binary patch delta 4292 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 diff --git a/src/Volo.Abp.Identity.Web/Areas/Identity/Localization/Resource/en.json b/src/Volo.Abp.Identity.Web/Areas/Identity/Localization/Resource/en.json index 647d3d4e1b..d9583007e9 100644 --- a/src/Volo.Abp.Identity.Web/Areas/Identity/Localization/Resource/en.json +++ b/src/Volo.Abp.Identity.Web/Areas/Identity/Localization/Resource/en.json @@ -1,6 +1,16 @@ { "culture": "en", "texts": { - "Users": "Users" + "Users": "Users", + "CreateUser": "Create user", + "Actions": "Actions", + "UserName": "User name", + "EmailAddress": "Email address", + "PhoneNumber": "Phone number", + "UserInformations": "User informations", + "Roles": "Roles", + "Close": "Close", + "Save": "Save", + "Password": "Password" } } \ No newline at end of file diff --git a/src/Volo.Abp.Identity.Web/Areas/Identity/Localization/Resource/tr.json b/src/Volo.Abp.Identity.Web/Areas/Identity/Localization/Resource/tr.json index 31b5bd18fa..e6d7964ca3 100644 --- a/src/Volo.Abp.Identity.Web/Areas/Identity/Localization/Resource/tr.json +++ b/src/Volo.Abp.Identity.Web/Areas/Identity/Localization/Resource/tr.json @@ -1,6 +1,16 @@ { "culture": "tr", "texts": { - "Users": "Kullanıcılar" + "Users": "Kullanıcılar", + "CreateUser": "Kullanıcı oluştur", + "Actions": "İşlemler", + "UserName": "Kullanıcı adı", + "EmailAddress": "E-posta adresi", + "PhoneNumber": "Telefon numarası", + "UserInformations": "Kullanıcı bilgileri", + "Roles": "Roller", + "Close": "Kapat", + "Save": "Kaydet", + "Password": "Şifre" } } \ No newline at end of file diff --git a/src/Volo.Abp.Identity.Web/Areas/Identity/Views/Users/Index.cshtml b/src/Volo.Abp.Identity.Web/Areas/Identity/Views/Users/Index.cshtml index a8de93047d..147f7fd546 100644 --- a/src/Volo.Abp.Identity.Web/Areas/Identity/Views/Users/Index.cshtml +++ b/src/Volo.Abp.Identity.Web/Areas/Identity/Views/Users/Index.cshtml @@ -20,7 +20,7 @@
@@ -28,10 +28,10 @@ - - - - + + + +
ActionsUsernameEmail AddressPhone Number@Localizer["Actions"]@Localizer["UserName"]@Localizer["EmailAddress"]@Localizer["PhoneNumber"]
diff --git a/src/Volo.Abp.Identity.Web/Areas/Identity/Views/Users/_Create.cshtml b/src/Volo.Abp.Identity.Web/Areas/Identity/Views/Users/_Create.cshtml index f48c141f13..b4fe2ac4d6 100644 --- a/src/Volo.Abp.Identity.Web/Areas/Identity/Views/Users/_Create.cshtml +++ b/src/Volo.Abp.Identity.Web/Areas/Identity/Views/Users/_Create.cshtml @@ -1,7 +1,9 @@ -@model Volo.Abp.Identity.Web.Areas.Identity.Controllers.CreateOrUpdateUserViewModel - +@using Microsoft.Extensions.Localization +@using Volo.Abp.Identity.Web.Areas.Identity.Localization.Resource +@model Volo.Abp.Identity.Web.Areas.Identity.Models.CreateOrUpdateUserViewModel +@inject IStringLocalizer Localizer