-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(frontend): rename upgrade to plus to upgrade (#2141)
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate):
- Loading branch information
Showing
6 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"upgrade":"Upgrade to plus","new":"New","manage_plan":"Manage my plan"} | ||
{ "upgrade": "Upgrade", "new": "New", "manage_plan": "Manage my plan" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{"upgrade":"Actualizar a plus","new":"Nuevo","manage_plan":"Gestionar mi plan"} | ||
{ | ||
"upgrade": "Mejorar", | ||
"new": "Nuevo", | ||
"manage_plan": "Gestionar mi plan" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{"upgrade":"Passer à la version plus","new":"Nouveau","manage_plan":"Gérer mon plan"} | ||
{ | ||
"upgrade": "Mettre à niveau", | ||
"new": "Nouveau", | ||
"manage_plan": "Gérer mon plan" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{"upgrade":"Atualizar para o plus","new":"Novo","manage_plan":"Gerenciar meu plano"} | ||
{ | ||
"upgrade": "Atualizar", | ||
"new": "Novo", | ||
"manage_plan": "Gerenciar meu plano" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{"upgrade":"Обновить до плюса","new":"Новый","manage_plan":"Управлять моим планом"} | ||
{ | ||
"upgrade": "Обновить", | ||
"new": "Новый", | ||
"manage_plan": "Управлять моим планом" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"upgrade":"升级至高级版","new":"新","manage_plan":"管理我的计划"} | ||
{ "upgrade": "升级", "new": "新", "manage_plan": "管理我的计划" } |