Skip to content

Commit

Permalink
brick item have defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiMiao committed Jan 21, 2021
1 parent 656abb2 commit b33bb66
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 96 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.*/
build/
build.nx/
*~
*.bak
*.nro
*.nacp
*.elf
.vscode
builddir
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ DATA := data
INCLUDES := include
APP_TITLE := Tencent switcher GUI
APP_AUTHOR := CaiMiao
APP_VERSION := 0.1
APP_VERSION := 0.1.1

ROMFS := resources
BOREALIS_PATH := lib/borealis
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GPLv3

Do not use for commercial purpose.

##Credits
## Credits

[switch-examples](https://github.com/switchbrew/switch-examples)

Expand Down
2 changes: 1 addition & 1 deletion resources/i18n/en-US/main.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"test_msg": "妳你她牠*战斗、戰鬥,戦闘ばとるフィールド。\n简体繁體日本語한국어",
"test_msg": "简体繁體日本語한국어\n妳你她牠*战斗、戰鬥,戦闘ばとるフィールド。\n",
"name": "Tencent switcher GUI",
"common": {
"disc_msg": "DISCLAIMER: The author does not take any responsibility regarding potential BRICKs & BANs.\nBe wise and use at your own risk.\n\nYou have been warned.",
Expand Down
14 changes: 7 additions & 7 deletions resources/i18n/zh-Hans/main.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"test_msg": "妳你她牠*战斗、戰鬥,戦闘ばとるフィールド。\n简体繁體日本語한국어",
"name": "Tencent switcher GUI by CaiMiao 国行/国际版系统切换工具",
"test_msg": "简体繁體日本語한국어\n妳你她牠*战斗、戰鬥,戦闘ばとるフィールド。\n",
"name": "Tencent switcher GUI by CaiMiao 国行/国际版系统切换工具",
"common": {
"disc_msg": "DISCLAIMER: The author does not take any responsibility regarding potential BRICKs & BANs.\nBe wise and use at your own risk.\n\nYou have been warned.",
"disc_dlg_msg": "免责声明: 若使用出现砖/BAN,此软件作者概不负责,一切后果请自行承担。\n\n(Please read the DISCLAIMER text above\nor later in English)",
"disc_dlg_msg": "免责声明: 若使用出现砖/BAN,此软件作者概不负责,一切后果请自行承担。\n\n(Please read the DISCLAIMER text above,\nor later in English)",
"btn_idk": "我已知悉上述风险,继续",
"btn_continue": "继续",
"btn_cancel": "取消",
Expand All @@ -13,7 +13,7 @@

"tabs": {
"ez": "简单模式",
"info": "当前信息",
"info": "查询信息",
"hc": "砖家选项",
"EOL": ""
},
Expand All @@ -28,7 +28,7 @@

"info": {
"about": "关于",
"about_msg": "Tencent switcher GUI\n(c) 2021 菜“秒” a.k.a. CaiMiao\n高产卫星的秘密:复制粘贴",
"about_msg": "Tencent switcher GUI\n(c) 2021 菜“秒” a.k.a. CaiMiao\n 高产卫星的秘密:复制粘贴",
"now_val": "当前值(打开此App时)",
"btn_show_val": "显示当前值",
"btn_brick": "打开砖家选项",
Expand All @@ -46,11 +46,11 @@
"terms": {
"LanguageCode": "语言代码",
"RegionCode": "地区代码",
"IsT": "IsT (是否腾讯系统)",
"IsT": "IsT (是否腾任国行系统)",
"Language": "语言",
"Region": "地区",
"PlatformRegion": "PlatformRegion (平台区域)",
"global": "国际",
"global": "全球",
"tencent": "腾讯",
"EOL": ""
},
Expand Down
Loading

0 comments on commit b33bb66

Please sign in to comment.