Browse Source

Revisit the menu item names on the user menu

pull/9155/head
liangshiwei 5 years ago
parent
commit
279adfa11f
  1. 12
      docs/en/UI/Angular/Account-Module.md
  2. 2
      docs/en/UI/Angular/Component-Replacement.md
  3. 2
      docs/zh-Hans/UI/Angular/Component-Replacement.md
  4. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/ar.json
  5. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/cs.json
  6. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/de-DE.json
  7. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/de.json
  8. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/en-GB.json
  9. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/en.json
  10. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/es-mx.json
  11. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/es.json
  12. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/fi.json
  13. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/fr.json
  14. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/hi.json
  15. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/hu.json
  16. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/it.json
  17. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/nl.json
  18. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/pt-BR.json
  19. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/ru.json
  20. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/sl.json
  21. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/tr.json
  22. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/zh-Hans.json
  23. 2
      modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/zh-Hant.json
  24. 2
      modules/account/src/Volo.Abp.Account.Blazor/AbpAccountBlazorUserMenuContributor.cs
  25. 2
      modules/account/src/Volo.Abp.Account.Web/AbpAccountUserMenuContributor.cs
  26. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/ar.json
  27. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/cs.json
  28. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/de-DE.json
  29. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/en-GB.json
  30. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/en.json
  31. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/es.json
  32. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/fi.json
  33. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/fr.json
  34. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/hi.json
  35. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/hu.json
  36. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/it.json
  37. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/nl.json
  38. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/sl.json
  39. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/tr.json
  40. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/zh-Hans.json
  41. 2
      modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/zh-Hant.json
  42. 2
      modules/cms-kit/host/Volo.CmsKit.Web.Host/CmsKitWebHostMenuContributor.cs
  43. 2
      npm/ng-packs/packages/account/config/src/enums/route-names.ts
  44. 2
      npm/ng-packs/packages/theme-basic/src/lib/components/nav-items/current-user.component.html
  45. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/Menus/MyProjectNameMenuContributor.cs
  46. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor/Menus/MyProjectNameMenuContributor.cs
  47. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/Menus/MyProjectNameMenuContributor.cs
  48. 2
      templates/app/react-native/src/navigators/SettingsNavigator.js
  49. 2
      templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/MyProjectNameWebHostMenuContributor.cs
  50. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/ar.json
  51. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/cs.json
  52. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/de-DE.json
  53. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/en-GB.json
  54. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/en.json
  55. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/es.json
  56. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/fi.json
  57. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/fr.json
  58. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/hi.json
  59. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/hu.json
  60. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/it.json
  61. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/nl.json
  62. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/sl.json
  63. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/tr.json
  64. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/zh-Hans.json
  65. 2
      templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/zh-Hant.json

12
docs/en/UI/Angular/Account-Module.md

@ -1,10 +1,10 @@
# Angular UI Account Module # Angular UI Account Module
Angular UI account module is available as of v4.3. It contains some pages (login, register, manage your profile, etc.). Angular UI account module is available as of v4.3. It contains some pages (login, register, My account, etc.).
If you add the account module to your project; If you add the account module to your project;
- "Manage your profile" link in the current user dropdown on the top bar will redirect the user to a page in the account module. - "My account" link in the current user dropdown on the top bar will redirect the user to a page in the account module.
- You can switch the authentication flow to the resource owner password flow. - You can switch the authentication flow to the resource owner password flow.
@ -91,13 +91,13 @@ const routes: Routes = [
export class AppRoutingModule {} export class AppRoutingModule {}
``` ```
### Manage Profile Page ### My Account Page
Before v4.3, the "Manage Your Profile" link in the current user dropdown on the top bar redirected the user to MVC's profile management page. As of v4.3, if you added the account module to your project, the same link will land on a page in the Angular UI account module instead. Before v4.3, the "My account" link in the current user dropdown on the top bar redirected the user to MVC's profile management page. As of v4.3, if you added the account module to your project, the same link will land on a page in the Angular UI account module instead.
### My Security Logs Page [COMMERCIAL] ### Security Logs Page [COMMERCIAL]
Before v4.3, the "My Security Logs" link in the current user dropdown on the top bar redirected the user to MVC's my security logs page. As of v4.3, if you added the account module to your project, the same link will land on a page in the Angular UI account public module instead. Before v4.3, the "Security Logs" link in the current user dropdown on the top bar redirected the user to MVC's security logs page. As of v4.3, if you added the account module to your project, the same link will land on a page in the Angular UI account public module instead.
### Resource Owner Password Flow ### Resource Owner Password Flow

2
docs/en/UI/Angular/Component-Replacement.md

@ -491,7 +491,7 @@ Open the generated `nav-items.component.html` in `src/app/nav-items` folder and
[class.d-block]="smallScreen && currentUserDropdown.isOpen()" [class.d-block]="smallScreen && currentUserDropdown.isOpen()"
> >
<a class="dropdown-item pointer" (click)="navigateToManageProfile()" <a class="dropdown-item pointer" (click)="navigateToManageProfile()"
><i class="fa fa-cog mr-1"></i>{%{{{ 'AbpAccount::ManageYourProfile' | abpLocalization }}}%}</a ><i class="fa fa-cog mr-1"></i>{%{{{ 'AbpAccount::MyAccount' | abpLocalization }}}%}</a
> >
<a class="dropdown-item" href="javascript:void(0)" (click)="logout()" <a class="dropdown-item" href="javascript:void(0)" (click)="logout()"
><i class="fa fa-power-off mr-1"></i>{%{{{ 'AbpUi::Logout' | abpLocalization }}}%}</a ><i class="fa fa-power-off mr-1"></i>{%{{{ 'AbpUi::Logout' | abpLocalization }}}%}</a

2
docs/zh-Hans/UI/Angular/Component-Replacement.md

@ -495,7 +495,7 @@ export class NavItemsComponent implements AfterViewInit {
[class.d-block]="smallScreen && currentUserDropdown.isOpen()" [class.d-block]="smallScreen && currentUserDropdown.isOpen()"
> >
<a class="dropdown-item" routerLink="/account/manage-profile" <a class="dropdown-item" routerLink="/account/manage-profile"
><i class="fa fa-cog mr-1"></i>{%{{{ 'AbpAccount::ManageYourProfile' | abpLocalization }}}%}</a ><i class="fa fa-cog mr-1"></i>{%{{{ 'AbpAccount::MyAccount' | abpLocalization }}}%}</a
> >
<a class="dropdown-item" href="javascript:void(0)" (click)="logout()" <a class="dropdown-item" href="javascript:void(0)" (click)="logout()"
><i class="fa fa-power-off mr-1"></i>{%{{{ 'AbpUi::Logout' | abpLocalization }}}%}</a ><i class="fa fa-power-off mr-1"></i>{%{{{ 'AbpUi::Logout' | abpLocalization }}}%}</a

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/ar.json

@ -36,7 +36,7 @@
"PasswordChanged": "تم تغيير كلمة المرور", "PasswordChanged": "تم تغيير كلمة المرور",
"NewPasswordConfirmFailed": "يرجى تأكيد كلمة المرور الجديدة.", "NewPasswordConfirmFailed": "يرجى تأكيد كلمة المرور الجديدة.",
"Manage": "إدارة", "Manage": "إدارة",
"ManageYourProfile": "إدارة ملف التعريف الخاص بك", "MyAccount": "حسابي",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "هل تم تمكين التسجيل الذاتي", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "هل تم تمكين التسجيل الذاتي",
"Description:Abp.Account.IsSelfRegistrationEnabled": "ما إذا كان يمكن للمستخدم تسجيل الحساب بنفسه أم لا.", "Description:Abp.Account.IsSelfRegistrationEnabled": "ما إذا كان يمكن للمستخدم تسجيل الحساب بنفسه أم لا.",
"DisplayName:Abp.Account.EnableLocalLogin": "المصادقة باستخدام حساب محلي", "DisplayName:Abp.Account.EnableLocalLogin": "المصادقة باستخدام حساب محلي",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/cs.json

@ -36,7 +36,7 @@
"PasswordChanged": "Heslo změněno", "PasswordChanged": "Heslo změněno",
"NewPasswordConfirmFailed": "Potvrďte nové heslo.", "NewPasswordConfirmFailed": "Potvrďte nové heslo.",
"Manage": "Spravovat", "Manage": "Spravovat",
"ManageYourProfile": "Spravujte svůj profil", "MyAccount": "Můj účet",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Je povolena automatická registrace", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Je povolena automatická registrace",
"Description:Abp.Account.IsSelfRegistrationEnabled": "Zda si uživatel může účet zaregistrovat sám.", "Description:Abp.Account.IsSelfRegistrationEnabled": "Zda si uživatel může účet zaregistrovat sám.",
"DisplayName:Abp.Account.EnableLocalLogin": "Ověření pomocí místního účtu", "DisplayName:Abp.Account.EnableLocalLogin": "Ověření pomocí místního účtu",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/de-DE.json

@ -36,7 +36,7 @@
"PasswordChanged": "Passwort geändert", "PasswordChanged": "Passwort geändert",
"NewPasswordConfirmFailed": "Bitte bestätigen Sie das neue Passwort.", "NewPasswordConfirmFailed": "Bitte bestätigen Sie das neue Passwort.",
"Manage": "Verwalten", "Manage": "Verwalten",
"ManageYourProfile": "Verwalten Sie Ihr Profil", "MyAccount": "Mein Benutzerkonto",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Selbstregistrierung ist aktiviert", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Selbstregistrierung ist aktiviert",
"Description:Abp.Account.IsSelfRegistrationEnabled": "Gibt an, ob ein Benutzer das Benutzerkonto selbst registrieren kann.", "Description:Abp.Account.IsSelfRegistrationEnabled": "Gibt an, ob ein Benutzer das Benutzerkonto selbst registrieren kann.",
"DisplayName:Abp.Account.EnableLocalLogin": "Authentifizieren Sie sich mit einem lokalen Benutzerkonto", "DisplayName:Abp.Account.EnableLocalLogin": "Authentifizieren Sie sich mit einem lokalen Benutzerkonto",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/de.json

@ -36,7 +36,7 @@
"PasswordChanged": "Passwort geändert", "PasswordChanged": "Passwort geändert",
"NewPasswordConfirmFailed": "Bitte bestätigen Sie das neue Passwort.", "NewPasswordConfirmFailed": "Bitte bestätigen Sie das neue Passwort.",
"Manage": "Verwalten", "Manage": "Verwalten",
"ManageYourProfile": "Ihr Profil verwalten", "MyAccount": "Mein Konto",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Ist die Selbstregistrierung aktiviert", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Ist die Selbstregistrierung aktiviert",
"Description:Abp.Account.IsSelfRegistrationEnabled": "Gibt an, ob ein Benutzer das Konto selbst registrieren kann.", "Description:Abp.Account.IsSelfRegistrationEnabled": "Gibt an, ob ein Benutzer das Konto selbst registrieren kann.",
"DisplayName:Abp.Account.EnableLocalLogin": "Authentifizierung mit einem lokalen Konto", "DisplayName:Abp.Account.EnableLocalLogin": "Authentifizierung mit einem lokalen Konto",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/en-GB.json

@ -36,7 +36,7 @@
"PasswordChanged": "Password changed", "PasswordChanged": "Password changed",
"NewPasswordConfirmFailed": "Please confirm the new password.", "NewPasswordConfirmFailed": "Please confirm the new password.",
"Manage": "Manage", "Manage": "Manage",
"ManageYourProfile": "Manage your profile", "MyAccount": "My account",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Is self-registration enabled", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Is self-registration enabled",
"Description:Abp.Account.IsSelfRegistrationEnabled": "Whether a user can register the account by his or her self.", "Description:Abp.Account.IsSelfRegistrationEnabled": "Whether a user can register the account by his or her self.",
"DisplayName:Abp.Account.EnableLocalLogin": "Authenticate with a local account", "DisplayName:Abp.Account.EnableLocalLogin": "Authenticate with a local account",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/en.json

@ -36,7 +36,7 @@
"PasswordChanged": "Password changed", "PasswordChanged": "Password changed",
"NewPasswordConfirmFailed": "Please confirm the new password.", "NewPasswordConfirmFailed": "Please confirm the new password.",
"Manage": "Manage", "Manage": "Manage",
"ManageYourProfile": "Manage your profile", "MyAccount": "My account",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Is self-registration enabled", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Is self-registration enabled",
"Description:Abp.Account.IsSelfRegistrationEnabled": "Whether a user can register the account by him or herself.", "Description:Abp.Account.IsSelfRegistrationEnabled": "Whether a user can register the account by him or herself.",
"DisplayName:Abp.Account.EnableLocalLogin": "Authenticate with a local account", "DisplayName:Abp.Account.EnableLocalLogin": "Authenticate with a local account",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/es-mx.json

@ -33,6 +33,6 @@
"PasswordChanged": "Cambia la contraseña", "PasswordChanged": "Cambia la contraseña",
"NewPasswordConfirmFailed": "Por favor, confirme la nueva contraseña.", "NewPasswordConfirmFailed": "Por favor, confirme la nueva contraseña.",
"Manage": "Administrar", "Manage": "Administrar",
"ManageYourProfile": "Gestionar tu perfil" "MyAccount": "Mi cuenta"
} }
} }

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/es.json

@ -36,7 +36,7 @@
"PasswordChanged": "Cambiar la contraseña", "PasswordChanged": "Cambiar la contraseña",
"NewPasswordConfirmFailed": "Por favor, confirme la nueva contraseña.", "NewPasswordConfirmFailed": "Por favor, confirme la nueva contraseña.",
"Manage": "Administrar", "Manage": "Administrar",
"ManageYourProfile": "Administrar perfil", "MyAccount": "Mi cuenta",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "¿El auto-registro está habilitado?", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "¿El auto-registro está habilitado?",
"Description:Abp.Account.IsSelfRegistrationEnabled": "Cuando un usuario puede registrar la cuenta por él/ ella mismo/a", "Description:Abp.Account.IsSelfRegistrationEnabled": "Cuando un usuario puede registrar la cuenta por él/ ella mismo/a",
"DisplayName:Abp.Account.EnableLocalLogin": "Autenticado con una cuenta local", "DisplayName:Abp.Account.EnableLocalLogin": "Autenticado con una cuenta local",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/fi.json

@ -36,7 +36,7 @@
"PasswordChanged": "Salasana vaihdettu", "PasswordChanged": "Salasana vaihdettu",
"NewPasswordConfirmFailed": "Vahvista uusi salasana.", "NewPasswordConfirmFailed": "Vahvista uusi salasana.",
"Manage": "Hallitse", "Manage": "Hallitse",
"ManageYourProfile": "Hallitse profiiliasi", "MyAccount": "Tilini",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Onko itserekisteröinti käytössä", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Onko itserekisteröinti käytössä",
"Description:Abp.Account.IsSelfRegistrationEnabled": "Voiko käyttäjä rekisteröidä tilin itse.", "Description:Abp.Account.IsSelfRegistrationEnabled": "Voiko käyttäjä rekisteröidä tilin itse.",
"DisplayName:Abp.Account.EnableLocalLogin": "Todennus paikallisella tilillä", "DisplayName:Abp.Account.EnableLocalLogin": "Todennus paikallisella tilillä",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/fr.json

@ -36,7 +36,7 @@
"PasswordChanged": "Mot de passe changé", "PasswordChanged": "Mot de passe changé",
"NewPasswordConfirmFailed": "Veuillez confirmer le nouveau mot de passe.", "NewPasswordConfirmFailed": "Veuillez confirmer le nouveau mot de passe.",
"Manage": "Gérer", "Manage": "Gérer",
"ManageYourProfile": "Gérez votre profil", "MyAccount": "Mon compte",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "L’auto-inscription est-elle activée", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "L’auto-inscription est-elle activée",
"Description:Abp.Account.IsSelfRegistrationEnabled": "Si un utilisateur peut enregistrer le compte par lui-même.", "Description:Abp.Account.IsSelfRegistrationEnabled": "Si un utilisateur peut enregistrer le compte par lui-même.",
"DisplayName:Abp.Account.EnableLocalLogin": "Authentifier avec un compte local", "DisplayName:Abp.Account.EnableLocalLogin": "Authentifier avec un compte local",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/hi.json

@ -36,7 +36,7 @@
"PasswordChanged": "पासवर्ड बदला गया", "PasswordChanged": "पासवर्ड बदला गया",
"NewPasswordConfirmFailed": "कृपया नए पासवर्ड की पुष्टि करें।", "NewPasswordConfirmFailed": "कृपया नए पासवर्ड की पुष्टि करें।",
"Manage": "प्रबंधित", "Manage": "प्रबंधित",
"ManageYourProfile": "अपनी प्रोफ़ाइल प्रबंधित करें", "MyAccount": "मेरा खाता",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "क्या स्व-पंजीकरण सक्षम है", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "क्या स्व-पंजीकरण सक्षम है",
"Description:Abp.Account.IsSelfRegistrationEnabled": "उपयोगकर्ता चाहे तो स्वयं या अपने द्वारा खाता पंजीकृत कर सकता है।", "Description:Abp.Account.IsSelfRegistrationEnabled": "उपयोगकर्ता चाहे तो स्वयं या अपने द्वारा खाता पंजीकृत कर सकता है।",
"DisplayName:Abp.Account.EnableLocalLogin": "एक स्थानीय खाते के साथ प्रमाणीकरण", "DisplayName:Abp.Account.EnableLocalLogin": "एक स्थानीय खाते के साथ प्रमाणीकरण",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/hu.json

@ -36,7 +36,7 @@
"PasswordChanged": "Jelszó megváltoztatva", "PasswordChanged": "Jelszó megváltoztatva",
"NewPasswordConfirmFailed": "Kérjük, erősítse meg az új jelszót.", "NewPasswordConfirmFailed": "Kérjük, erősítse meg az új jelszót.",
"Manage": "Kezelés", "Manage": "Kezelés",
"ManageYourProfile": "Kezelje a profilját", "MyAccount": "A fiókom",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Engedélyezve van az önregisztráció", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Engedélyezve van az önregisztráció",
"Description:Abp.Account.IsSelfRegistrationEnabled": "A felhasználó saját maga regisztrálhatja-e a fiókot.", "Description:Abp.Account.IsSelfRegistrationEnabled": "A felhasználó saját maga regisztrálhatja-e a fiókot.",
"DisplayName:Abp.Account.EnableLocalLogin": "Hitelesítés helyi fiókkal", "DisplayName:Abp.Account.EnableLocalLogin": "Hitelesítés helyi fiókkal",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/it.json

@ -36,7 +36,7 @@
"PasswordChanged": "Password cambiata", "PasswordChanged": "Password cambiata",
"NewPasswordConfirmFailed": "Conferma la nuova password.", "NewPasswordConfirmFailed": "Conferma la nuova password.",
"Manage": "Gestire", "Manage": "Gestire",
"ManageYourProfile": "Gestisci il tuo profilo", "MyAccount": "Il mio conto",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "L'auto-registrazione è abilitata", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "L'auto-registrazione è abilitata",
"Description:Abp.Account.IsSelfRegistrationEnabled": "Se un utente può registrare l'account da solo.", "Description:Abp.Account.IsSelfRegistrationEnabled": "Se un utente può registrare l'account da solo.",
"DisplayName:Abp.Account.EnableLocalLogin": "Autentica con un account locale", "DisplayName:Abp.Account.EnableLocalLogin": "Autentica con un account locale",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/nl.json

@ -36,7 +36,7 @@
"PasswordChanged": "Wachtwoord veranderd", "PasswordChanged": "Wachtwoord veranderd",
"NewPasswordConfirmFailed": "Bevestig het nieuwe wachtwoord a.u.b.", "NewPasswordConfirmFailed": "Bevestig het nieuwe wachtwoord a.u.b.",
"Manage": "Beheer", "Manage": "Beheer",
"ManageYourProfile": "Beheer uw profiel", "MyAccount": "Mijn rekening",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Is zelfregistratie ingeschakeld", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Is zelfregistratie ingeschakeld",
"Description:Abp.Account.IsSelfRegistrationEnabled": "Of een gebruiker het account zelf kan registreren.", "Description:Abp.Account.IsSelfRegistrationEnabled": "Of een gebruiker het account zelf kan registreren.",
"DisplayName:Abp.Account.EnableLocalLogin": "Verifieer met een lokaal account", "DisplayName:Abp.Account.EnableLocalLogin": "Verifieer met een lokaal account",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/pt-BR.json

@ -35,6 +35,6 @@
"PasswordChanged": "Senha alterada", "PasswordChanged": "Senha alterada",
"NewPasswordConfirmFailed": "Por favor, confirme a nova senha.", "NewPasswordConfirmFailed": "Por favor, confirme a nova senha.",
"Manage": "Gerenciar", "Manage": "Gerenciar",
"ManageYourProfile": "Gerenciar perfil" "MyAccount": "Minha conta"
} }
} }

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/ru.json

@ -36,7 +36,7 @@
"PasswordChanged": "Пароль изменен", "PasswordChanged": "Пароль изменен",
"NewPasswordConfirmFailed": "Пожалуйста подтвердите новый пароль.", "NewPasswordConfirmFailed": "Пожалуйста подтвердите новый пароль.",
"Manage": "Управление учетной записью", "Manage": "Управление учетной записью",
"ManageYourProfile": "Настройки", "MyAccount": "Мой аккаунт",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Самостоятельная регистрация включена", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Самостоятельная регистрация включена",
"Description:Abp.Account.IsSelfRegistrationEnabled": "Позволяет новым пользователям регистрироваться самостоятельно.", "Description:Abp.Account.IsSelfRegistrationEnabled": "Позволяет новым пользователям регистрироваться самостоятельно.",
"DisplayName:Abp.Account.EnableLocalLogin": "Вход с помощью локальной учетной записи приложения", "DisplayName:Abp.Account.EnableLocalLogin": "Вход с помощью локальной учетной записи приложения",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/sl.json

@ -36,7 +36,7 @@
"PasswordChanged": "Geslo je spremenjeno", "PasswordChanged": "Geslo je spremenjeno",
"NewPasswordConfirmFailed": "Prosimo potrdite novo geslo.", "NewPasswordConfirmFailed": "Prosimo potrdite novo geslo.",
"Manage": "Upravljaj", "Manage": "Upravljaj",
"ManageYourProfile": "Upravljaj svoj profil", "MyAccount": "Moj račun",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Je lastna registracija uporabnika omogočena", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Je lastna registracija uporabnika omogočena",
"Description:Abp.Account.IsSelfRegistrationEnabled": "Ali lahko uporabnik sam registrira račun.", "Description:Abp.Account.IsSelfRegistrationEnabled": "Ali lahko uporabnik sam registrira račun.",
"DisplayName:Abp.Account.EnableLocalLogin": "Avtenticirajte se z lokalnim računom", "DisplayName:Abp.Account.EnableLocalLogin": "Avtenticirajte se z lokalnim računom",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/tr.json

@ -36,7 +36,7 @@
"PasswordChanged": "Şifre değiştirildi", "PasswordChanged": "Şifre değiştirildi",
"NewPasswordConfirmFailed": "Lütfen yeni şifreyi onaylayın.", "NewPasswordConfirmFailed": "Lütfen yeni şifreyi onaylayın.",
"Manage": "Manage", "Manage": "Manage",
"ManageYourProfile": "Profilinizi yönetin", "MyAccount": "Hesabım",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "self-registration etkin mi ?", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "self-registration etkin mi ?",
"Description:Abp.Account.IsSelfRegistrationEnabled": "Bir kullanıcının hesabı kendisi tarafından kaydedip kaydedememesidir.", "Description:Abp.Account.IsSelfRegistrationEnabled": "Bir kullanıcının hesabı kendisi tarafından kaydedip kaydedememesidir.",
"DisplayName:Abp.Account.EnableLocalLogin": "Yerel bir hesapla kimlik doğrulaması", "DisplayName:Abp.Account.EnableLocalLogin": "Yerel bir hesapla kimlik doğrulaması",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/zh-Hans.json

@ -36,7 +36,7 @@
"PasswordChanged": "修改密码", "PasswordChanged": "修改密码",
"NewPasswordConfirmFailed": "请确认新密码", "NewPasswordConfirmFailed": "请确认新密码",
"Manage": "管理", "Manage": "管理",
"ManageYourProfile": "管理你的个人资料", "MyAccount": "我的账户",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "启用自行注册", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "启用自行注册",
"Description:Abp.Account.IsSelfRegistrationEnabled": "是否允许用户自行注册帐户.", "Description:Abp.Account.IsSelfRegistrationEnabled": "是否允许用户自行注册帐户.",
"DisplayName:Abp.Account.EnableLocalLogin": "使用本地帐户进行身份验证", "DisplayName:Abp.Account.EnableLocalLogin": "使用本地帐户进行身份验证",

2
modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/zh-Hant.json

@ -36,7 +36,7 @@
"PasswordChanged": "修改密碼", "PasswordChanged": "修改密碼",
"NewPasswordConfirmFailed": "請確認新密碼", "NewPasswordConfirmFailed": "請確認新密碼",
"Manage": "管理", "Manage": "管理",
"ManageYourProfile": "管理你的個人資料", "MyAccount": "我的賬戶",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "啟用自行註冊", "DisplayName:Abp.Account.IsSelfRegistrationEnabled": "啟用自行註冊",
"Description:Abp.Account.IsSelfRegistrationEnabled": "是否允許使用者自行註冊帳號.", "Description:Abp.Account.IsSelfRegistrationEnabled": "是否允許使用者自行註冊帳號.",
"DisplayName:Abp.Account.EnableLocalLogin": "使用本地帳號進行身分驗證", "DisplayName:Abp.Account.EnableLocalLogin": "使用本地帳號進行身分驗證",

2
modules/account/src/Volo.Abp.Account.Blazor/AbpAccountBlazorUserMenuContributor.cs

@ -15,7 +15,7 @@ namespace Volo.Abp.Account.Blazor
var accountResource = context.GetLocalizer<AccountResource>(); var accountResource = context.GetLocalizer<AccountResource>();
context.Menu.AddItem(new ApplicationMenuItem("Account.Manage", accountResource["ManageYourProfile"], url: "account/manage-profile", icon: "fa fa-cog")); context.Menu.AddItem(new ApplicationMenuItem("Account.Manage", accountResource["MyAccount"], url: "account/manage-profile", icon: "fa fa-cog"));
return Task.CompletedTask; return Task.CompletedTask;
} }

2
modules/account/src/Volo.Abp.Account.Web/AbpAccountUserMenuContributor.cs

@ -19,7 +19,7 @@ namespace Volo.Abp.Account.Web
var uiResource = context.GetLocalizer<AbpUiResource>(); var uiResource = context.GetLocalizer<AbpUiResource>();
var accountResource = context.GetLocalizer<AccountResource>(); var accountResource = context.GetLocalizer<AccountResource>();
context.Menu.AddItem(new ApplicationMenuItem("Account.Manage", accountResource["ManageYourProfile"], url: "~/Account/Manage", icon: "fa fa-cog", order: 1000, null)); context.Menu.AddItem(new ApplicationMenuItem("Account.Manage", accountResource["MyAccount"], url: "~/Account/Manage", icon: "fa fa-cog", order: 1000, null));
context.Menu.AddItem(new ApplicationMenuItem("Account.Logout", uiResource["Logout"], url: "~/Account/Logout", icon: "fa fa-power-off", order: int.MaxValue - 1000)); context.Menu.AddItem(new ApplicationMenuItem("Account.Logout", uiResource["Logout"], url: "~/Account/Logout", icon: "fa fa-power-off", order: int.MaxValue - 1000));
return Task.CompletedTask; return Task.CompletedTask;

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/ar.json

@ -1,6 +1,6 @@
{ {
"culture": "ar", "culture": "ar",
"texts": { "texts": {
"ManageYourProfile": "إدارة ملف التعريف الخاص بك" "MyAccount": "حسابي"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/cs.json

@ -1,6 +1,6 @@
{ {
"culture": "cs", "culture": "cs",
"texts": { "texts": {
"ManageYourProfile": "Spravovat profil" "MyAccount": "Můj účet"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/de-DE.json

@ -1,6 +1,6 @@
{ {
"culture": "de-DE", "culture": "de-DE",
"texts": { "texts": {
"ManageYourProfile": "Verwalten Sie Ihr Profil" "MyAccount": "Mein Konto"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/en-GB.json

@ -1,6 +1,6 @@
{ {
"culture": "en-GB", "culture": "en-GB",
"texts": { "texts": {
"ManageYourProfile": "Manage your profile" "MyAccount": "My account"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/en.json

@ -1,6 +1,6 @@
{ {
"culture": "en", "culture": "en",
"texts": { "texts": {
"ManageYourProfile": "Manage your profile" "MyAccount": "My account"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/es.json

@ -1,6 +1,6 @@
{ {
"culture": "es", "culture": "es",
"texts": { "texts": {
"ManageYourProfile": "Administra tu perfil" "MyAccount": "Mi cuenta"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/fi.json

@ -1,6 +1,6 @@
{ {
"culture": "fi", "culture": "fi",
"texts": { "texts": {
"ManageYourProfile": "Hallitse profiiliasi" "MyAccount": "Tilini"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/fr.json

@ -1,6 +1,6 @@
{ {
"culture": "fr", "culture": "fr",
"texts": { "texts": {
"ManageYourProfile": "Gérer votre profil" "MyAccount": "Mon compte"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/hi.json

@ -1,6 +1,6 @@
{ {
"culture": "hi", "culture": "hi",
"texts": { "texts": {
"ManageYourProfile": "अपनी प्रोफ़ाइल प्रबंधित करें" "MyAccount": "मेरा खाता"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/hu.json

@ -1,6 +1,6 @@
{ {
"culture": "hu", "culture": "hu",
"texts": { "texts": {
"ManageYourProfile": "Kezelje a profilját" "MyAccount": "A fiókom"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/it.json

@ -1,6 +1,6 @@
{ {
"culture": "it", "culture": "it",
"texts": { "texts": {
"ManageYourProfile": "Gestisci il tuo profilo" "MyAccount": "Il mio conto"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/nl.json

@ -1,6 +1,6 @@
{ {
"culture": "nl", "culture": "nl",
"texts": { "texts": {
"ManageYourProfile": "Beheer uw profiel" "MyAccount": "Mijn rekening"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/sl.json

@ -1,6 +1,6 @@
{ {
"culture": "sl", "culture": "sl",
"texts": { "texts": {
"ManageYourProfile": "Upravljajte svojim profilom" "MyAccount": "Moj račun"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/tr.json

@ -1,6 +1,6 @@
{ {
"culture": "tr", "culture": "tr",
"texts": { "texts": {
"ManageYourProfile": "Profil yönetimi" "MyAccount": "Hesabım"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/zh-Hans.json

@ -1,6 +1,6 @@
{ {
"culture": "zh-Hans", "culture": "zh-Hans",
"texts": { "texts": {
"ManageYourProfile": "管理个人资料" "MyAccount": "我的账户"
} }
} }

2
modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo/Abp/BlobStoring/Database/Localization/zh-Hant.json

@ -1,6 +1,6 @@
{ {
"culture": "zh-Hant", "culture": "zh-Hant",
"texts": { "texts": {
"ManageYourProfile": "管理個人資料" "MyAccount": "我的賬戶"
} }
} }

2
modules/cms-kit/host/Volo.CmsKit.Web.Host/CmsKitWebHostMenuContributor.cs

@ -36,7 +36,7 @@ namespace Volo.CmsKit
context.Menu.Items.Add(new ApplicationMenuItem( context.Menu.Items.Add(new ApplicationMenuItem(
"Account.Manage", "Account.Manage",
l["ManageYourProfile"], l["MyAccount"],
$"{_configuration["AuthServer:Authority"].EnsureEndsWith('/')}Account/Manage", $"{_configuration["AuthServer:Authority"].EnsureEndsWith('/')}Account/Manage",
icon: "fa fa-cog", icon: "fa fa-cog",
order: int.MaxValue - 1001, order: int.MaxValue - 1001,

2
npm/ng-packs/packages/account/config/src/enums/route-names.ts

@ -2,5 +2,5 @@ export const enum eAccountRouteNames {
Account = 'AbpAccount::Menu:Account', Account = 'AbpAccount::Menu:Account',
Login = 'AbpAccount::Login', Login = 'AbpAccount::Login',
Register = 'AbpAccount::Register', Register = 'AbpAccount::Register',
ManageProfile = 'AbpAccount::ManageYourProfile', ManageProfile = 'AbpAccount::MyAccount',
} }

2
npm/ng-packs/packages/theme-basic/src/lib/components/nav-items/current-user.component.html

@ -32,7 +32,7 @@
[class.d-block]="smallScreen && currentUserDropdown.isOpen()" [class.d-block]="smallScreen && currentUserDropdown.isOpen()"
> >
<a class="dropdown-item pointer" (click)="navigateToManageProfile()" <a class="dropdown-item pointer" (click)="navigateToManageProfile()"
><i class="fa fa-cog mr-1"></i>{{ 'AbpAccount::ManageYourProfile' | abpLocalization }}</a ><i class="fa fa-cog mr-1"></i>{{ 'AbpAccount::MyAccount' | abpLocalization }}</a
> >
<a class="dropdown-item" href="javascript:void(0)" (click)="logout()" <a class="dropdown-item" href="javascript:void(0)" (click)="logout()"
><i class="fa fa-power-off mr-1"></i>{{ 'AbpUi::Logout' | abpLocalization }}</a ><i class="fa fa-power-off mr-1"></i>{{ 'AbpUi::Logout' | abpLocalization }}</a

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/Menus/MyProjectNameMenuContributor.cs

@ -72,7 +72,7 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Tiered.Menus
var accountStringLocalizer = context.GetLocalizer<AccountResource>(); var accountStringLocalizer = context.GetLocalizer<AccountResource>();
var identityServerUrl = _configuration["AuthServer:Authority"] ?? ""; var identityServerUrl = _configuration["AuthServer:Authority"] ?? "";
context.Menu.AddItem(new ApplicationMenuItem("Account.Manage", accountStringLocalizer["ManageYourProfile"], context.Menu.AddItem(new ApplicationMenuItem("Account.Manage", accountStringLocalizer["MyAccount"],
$"{identityServerUrl.EnsureEndsWith('/')}Account/Manage?returnUrl={_configuration["App:SelfUrl"]}", icon: "fa fa-cog", order: 1000, null, "_blank").RequireAuthenticated()); $"{identityServerUrl.EnsureEndsWith('/')}Account/Manage?returnUrl={_configuration["App:SelfUrl"]}", icon: "fa fa-cog", order: 1000, null, "_blank").RequireAuthenticated());
context.Menu.AddItem(new ApplicationMenuItem("Account.Logout", l["Logout"], url: "~/Account/Logout", icon: "fa fa-power-off", order: int.MaxValue - 1000).RequireAuthenticated()); context.Menu.AddItem(new ApplicationMenuItem("Account.Logout", l["Logout"], url: "~/Account/Logout", icon: "fa fa-power-off", order: int.MaxValue - 1000).RequireAuthenticated());

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor/Menus/MyProjectNameMenuContributor.cs

@ -56,7 +56,7 @@ namespace MyCompanyName.MyProjectName.Blazor.Menus
context.Menu.AddItem(new ApplicationMenuItem( context.Menu.AddItem(new ApplicationMenuItem(
"Account.Manage", "Account.Manage",
accountStringLocalizer["ManageYourProfile"], accountStringLocalizer["MyAccount"],
$"{identityServerUrl.EnsureEndsWith('/')}Account/Manage?returnUrl={_configuration["App:SelfUrl"]}", $"{identityServerUrl.EnsureEndsWith('/')}Account/Manage?returnUrl={_configuration["App:SelfUrl"]}",
icon: "fa fa-cog", icon: "fa fa-cog",
order: 1000, order: 1000,

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/Menus/MyProjectNameMenuContributor.cs

@ -72,7 +72,7 @@ namespace MyCompanyName.MyProjectName.Web.Menus
var accountStringLocalizer = context.GetLocalizer<AccountResource>(); var accountStringLocalizer = context.GetLocalizer<AccountResource>();
var identityServerUrl = _configuration["AuthServer:Authority"] ?? ""; var identityServerUrl = _configuration["AuthServer:Authority"] ?? "";
context.Menu.AddItem(new ApplicationMenuItem("Account.Manage", accountStringLocalizer["ManageYourProfile"], context.Menu.AddItem(new ApplicationMenuItem("Account.Manage", accountStringLocalizer["MyAccount"],
$"{identityServerUrl.EnsureEndsWith('/')}Account/Manage?returnUrl={_configuration["App:SelfUrl"]}", icon: "fa fa-cog", order: 1000, null, "_blank").RequireAuthenticated()); $"{identityServerUrl.EnsureEndsWith('/')}Account/Manage?returnUrl={_configuration["App:SelfUrl"]}", icon: "fa fa-cog", order: 1000, null, "_blank").RequireAuthenticated());
context.Menu.AddItem(new ApplicationMenuItem("Account.Logout", l["Logout"], url: "~/Account/Logout", icon: "fa fa-power-off", order: int.MaxValue - 1000).RequireAuthenticated()); context.Menu.AddItem(new ApplicationMenuItem("Account.Logout", l["Logout"], url: "~/Account/Logout", icon: "fa fa-power-off", order: int.MaxValue - 1000).RequireAuthenticated());

2
templates/app/react-native/src/navigators/SettingsNavigator.js

@ -33,7 +33,7 @@ export default function SettingsStackNavigator() {
name="ManageProfile" name="ManageProfile"
component={ManageProfileScreen} component={ManageProfileScreen}
options={{ options={{
title: i18n.t('AbpAccount::ManageYourProfile'), title: i18n.t('AbpAccount::MyAccount'),
}} }}
/> />
</Stack.Navigator> </Stack.Navigator>

2
templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/MyProjectNameWebHostMenuContributor.cs

@ -36,7 +36,7 @@ namespace MyCompanyName.MyProjectName
context.Menu.Items.Add(new ApplicationMenuItem( context.Menu.Items.Add(new ApplicationMenuItem(
"Account.Manage", "Account.Manage",
l["ManageYourProfile"], l["MyAccount"],
$"{_configuration["AuthServer:Authority"].EnsureEndsWith('/')}Account/Manage", $"{_configuration["AuthServer:Authority"].EnsureEndsWith('/')}Account/Manage",
icon: "fa fa-cog", icon: "fa fa-cog",
order: int.MaxValue - 1001, order: int.MaxValue - 1001,

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/ar.json

@ -1,7 +1,7 @@
{ {
"culture": "ar", "culture": "ar",
"texts": { "texts": {
"ManageYourProfile": "إدارة ملفى", "MyAccount": "إدارة ملفى",
"SamplePageMessage": "صفحة نموذجية للوحدة النمطية MyProjectName" "SamplePageMessage": "صفحة نموذجية للوحدة النمطية MyProjectName"
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/cs.json

@ -1,7 +1,7 @@
{ {
"culture": "cs", "culture": "cs",
"texts": { "texts": {
"ManageYourProfile": "Spravovat profil", "MyAccount": "Spravovat profil",
"SamplePageMessage": "Ukázková stránka pro modul MyProjectName" "SamplePageMessage": "Ukázková stránka pro modul MyProjectName"
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/de-DE.json

@ -1,7 +1,7 @@
{ {
"culture": "de-DE", "culture": "de-DE",
"texts": { "texts": {
"ManageYourProfile": "Verwalten Sie Ihr Profil", "MyAccount": "Mein Konto",
"SamplePageMessage": "Eine Beispielseite für das Modul MyProjectNameModul" "SamplePageMessage": "Eine Beispielseite für das Modul MyProjectNameModul"
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/en-GB.json

@ -1,7 +1,7 @@
{ {
"culture": "en-GB", "culture": "en-GB",
"texts": { "texts": {
"ManageYourProfile": "Manage your profile", "MyAccount": "My account",
"SamplePageMessage": "A sample page for the MyProjectName module" "SamplePageMessage": "A sample page for the MyProjectName module"
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/en.json

@ -1,7 +1,7 @@
{ {
"culture": "en", "culture": "en",
"texts": { "texts": {
"ManageYourProfile": "Manage your profile", "MyAccount": "My account",
"SamplePageMessage": "A sample page for the MyProjectName module" "SamplePageMessage": "A sample page for the MyProjectName module"
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/es.json

@ -1,7 +1,7 @@
{ {
"culture": "es", "culture": "es",
"texts": { "texts": {
"ManageYourProfile": "Gestiona tu perfil", "MyAccount": "Mi cuenta",
"SamplePageMessage": "Una página de ejemplo para el módulo MyProjectName " "SamplePageMessage": "Una página de ejemplo para el módulo MyProjectName "
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/fi.json

@ -1,7 +1,7 @@
{ {
"culture": "fi", "culture": "fi",
"texts": { "texts": {
"ManageYourProfile": "Hallitse profiiliasi", "MyAccount": "Tilini",
"SamplePageMessage": "Esimerkkisivu MyProjectName-moduulille" "SamplePageMessage": "Esimerkkisivu MyProjectName-moduulille"
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/fr.json

@ -1,7 +1,7 @@
{ {
"culture": "fr", "culture": "fr",
"texts": { "texts": {
"ManageYourProfile": "Gérer votre profil", "MyAccount": "Mon compte",
"SamplePageMessage": "Exemple de page pour le module MyProjectName" "SamplePageMessage": "Exemple de page pour le module MyProjectName"
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/hi.json

@ -1,7 +1,7 @@
{ {
"culture": "hi", "culture": "hi",
"texts": { "texts": {
"ManageYourProfile": "अपनी प्रोफ़ाइल प्रबंधित करें", "MyAccount": "मेरा खाता",
"SamplePageMessage": "MyProjectName मॉड्यूल के लिए एक नमूना पृष्ठ" "SamplePageMessage": "MyProjectName मॉड्यूल के लिए एक नमूना पृष्ठ"
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/hu.json

@ -1,7 +1,7 @@
{ {
"culture": "hu", "culture": "hu",
"texts": { "texts": {
"ManageYourProfile": "Kezelje a profilját", "MyAccount": "A fiókom",
"SamplePageMessage": "Mintaoldal a MyProjectName modulhoz" "SamplePageMessage": "Mintaoldal a MyProjectName modulhoz"
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/it.json

@ -1,7 +1,7 @@
{ {
"culture": "it", "culture": "it",
"texts": { "texts": {
"ManageYourProfile": "Gestisci il tuo profilo", "MyAccount": "Il mio conto",
"SamplePageMessage": "Una pagina di esempio per il modulo MyProjectName" "SamplePageMessage": "Una pagina di esempio per il modulo MyProjectName"
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/nl.json

@ -1,7 +1,7 @@
{ {
"culture": "nl", "culture": "nl",
"texts": { "texts": {
"ManageYourProfile": "Beheer uw profiel", "MyAccount": "Mijn rekening",
"SamplePageMessage": "Een voorbeeldpagina voor de MyProjectName module" "SamplePageMessage": "Een voorbeeldpagina voor de MyProjectName module"
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/sl.json

@ -1,6 +1,6 @@
{ {
"culture": "sl", "culture": "sl",
"texts": { "texts": {
"ManageYourProfile": "Upravljajte svojim profilom" "MyAccount": "Moj račun"
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/tr.json

@ -1,7 +1,7 @@
{ {
"culture": "tr", "culture": "tr",
"texts": { "texts": {
"ManageYourProfile": "Profil yönetimi", "MyAccount": "Hesabım",
"SamplePageMessage": "MyProjectName modulünden örnek bir sayfa" "SamplePageMessage": "MyProjectName modulünden örnek bir sayfa"
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/zh-Hans.json

@ -1,7 +1,7 @@
{ {
"culture": "zh-Hans", "culture": "zh-Hans",
"texts": { "texts": {
"ManageYourProfile": "管理个人资料", "MyAccount": "我的账户",
"SamplePageMessage": "MyProjectName模块的示例页面" "SamplePageMessage": "MyProjectName模块的示例页面"
} }
} }

2
templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/zh-Hant.json

@ -1,6 +1,6 @@
{ {
"culture": "zh-Hant", "culture": "zh-Hant",
"texts": { "texts": {
"ManageYourProfile": "管理個人資料" "MyAccount": "我的賬戶"
} }
} }
Loading…
Cancel
Save