-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adding translations to the rest of the app. #4
- Loading branch information
1 parent
30b01a8
commit c60546c
Showing
7 changed files
with
56 additions
and
33 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,4 +1,16 @@ | ||
{ | ||
"title": "This is the main page", | ||
"description": "Check the todo item below to open the menu above to check more pages." | ||
"description": "Check the todo item below to open the menu above to check more pages.", | ||
|
||
"menu.todo": "Todo List (Personal)", | ||
"menu.feature": "Feature Tour", | ||
"menu.settings": "Settings", | ||
|
||
"feature_page.title": "This is the Tour page 🚩", | ||
"feature_page.description": "As you can see, this is just a sample page. You can go back by pressing the button below.", | ||
|
||
"settings_page.title": "This is the Settings page ⚙️", | ||
"settings_page.description": "As you can say, this is just a sample page. You can go back by pressing the button below.", | ||
|
||
"goBack_button": "Go back" | ||
} |
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,5 +1,17 @@ | ||
{ | ||
"title": "Esta é a página inicial.", | ||
"description": "Clica no item abaixo para abrir o menu acima para ver mais páginas." | ||
"description": "Clica no item abaixo para abrir o menu acima para ver mais páginas.", | ||
|
||
"menu.todo": "Lista de tarefas (Pessoal)", | ||
"menu.feature": "Visão geral", | ||
"menu.settings": "Definições", | ||
|
||
"feature_page.title": "Esta é a página de visão geral 🚩", | ||
"feature_page.description": "Isto é apenas uma página de exemplo. Para voltar, clique no botão abaixo.", | ||
|
||
"settings_page.title": "Esta é a página de configurações ⚙️", | ||
"settings_page.description": "Isto é apenas uma página de exemplo. Para voltar, clique no botão abaixo.", | ||
|
||
"goBack_button": "Voltar" | ||
} | ||
|
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
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
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
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
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