Merge pull request #9155 from abpframework/liangshiwei/usermenu

Revisit the menu item names on the user menu
pull/9303/head
Halil İbrahim Kalkan 4 years ago committed by GitHub
commit 89cec4aaf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,10 +1,10 @@
# 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;
- "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.
@ -91,13 +91,13 @@ const routes: Routes = [
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

@ -491,7 +491,7 @@ Open the generated `nav-items.component.html` in `src/app/nav-items` folder and
[class.d-block]="smallScreen && currentUserDropdown.isOpen()"
>
<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()"
><i class="fa fa-power-off mr-1"></i>{%{{{ 'AbpUi::Logout' | abpLocalization }}}%}</a

@ -495,7 +495,7 @@ export class NavItemsComponent implements AfterViewInit {
[class.d-block]="smallScreen && currentUserDropdown.isOpen()"
>
<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()"
><i class="fa fa-power-off mr-1"></i>{%{{{ 'AbpUi::Logout' | abpLocalization }}}%}</a

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

@ -36,7 +36,7 @@
"PasswordChanged": "Heslo změněno",
"NewPasswordConfirmFailed": "Potvrďte nové heslo.",
"Manage": "Spravovat",
"ManageYourProfile": "Spravujte svůj profil",
"MyAccount": "Můj účet",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Je povolena automatická registrace",
"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",

@ -36,7 +36,7 @@
"PasswordChanged": "Passwort geändert",
"NewPasswordConfirmFailed": "Bitte bestätigen Sie das neue Passwort.",
"Manage": "Verwalten",
"ManageYourProfile": "Verwalten Sie Ihr Profil",
"MyAccount": "Mein Benutzerkonto",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Selbstregistrierung ist aktiviert",
"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",

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

@ -36,7 +36,7 @@
"PasswordChanged": "Password changed",
"NewPasswordConfirmFailed": "Please confirm the new password.",
"Manage": "Manage",
"ManageYourProfile": "Manage your profile",
"MyAccount": "My account",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "Is self-registration enabled",
"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",

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

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

@ -36,7 +36,7 @@
"PasswordChanged": "Cambiar la contraseña",
"NewPasswordConfirmFailed": "Por favor, confirme la nueva contraseña.",
"Manage": "Administrar",
"ManageYourProfile": "Administrar perfil",
"MyAccount": "Mi cuenta",
"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",
"DisplayName:Abp.Account.EnableLocalLogin": "Autenticado con una cuenta local",

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

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

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

@ -36,7 +36,7 @@
"PasswordChanged": "Jelszó megváltoztatva",
"NewPasswordConfirmFailed": "Kérjük, erősítse meg az új jelszót.",
"Manage": "Kezelés",
"ManageYourProfile": "Kezelje a profilját",
"MyAccount": "A fiókom",
"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.",
"DisplayName:Abp.Account.EnableLocalLogin": "Hitelesítés helyi fiókkal",

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

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

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

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

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

@ -36,7 +36,7 @@
"PasswordChanged": "Şifre değiştirildi",
"NewPasswordConfirmFailed": "Lütfen yeni şifreyi onaylayın.",
"Manage": "Manage",
"ManageYourProfile": "Profilinizi yönetin",
"MyAccount": "Hesabım",
"DisplayName:Abp.Account.IsSelfRegistrationEnabled": "self-registration etkin mi ?",
"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ı",

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

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

@ -15,7 +15,7 @@ namespace Volo.Abp.Account.Blazor
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;
}

@ -19,7 +19,7 @@ namespace Volo.Abp.Account.Web
var uiResource = context.GetLocalizer<AbpUiResource>();
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));
return Task.CompletedTask;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -32,7 +32,7 @@
[class.d-block]="smallScreen && currentUserDropdown.isOpen()"
>
<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()"
><i class="fa fa-power-off mr-1"></i>{{ 'AbpUi::Logout' | abpLocalization }}</a

@ -72,7 +72,7 @@ namespace MyCompanyName.MyProjectName.Blazor.Server.Tiered.Menus
var accountStringLocalizer = context.GetLocalizer<AccountResource>();
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());
context.Menu.AddItem(new ApplicationMenuItem("Account.Logout", l["Logout"], url: "~/Account/Logout", icon: "fa fa-power-off", order: int.MaxValue - 1000).RequireAuthenticated());

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

@ -72,7 +72,7 @@ namespace MyCompanyName.MyProjectName.Web.Menus
var accountStringLocalizer = context.GetLocalizer<AccountResource>();
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());
context.Menu.AddItem(new ApplicationMenuItem("Account.Logout", l["Logout"], url: "~/Account/Logout", icon: "fa fa-power-off", order: int.MaxValue - 1000).RequireAuthenticated());

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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