#12 new: custom theme mode

This commit is contained in:
lollipopkit
2023-02-25 19:58:37 +08:00
parent 69fae4dd21
commit 5666a23e00
43 changed files with 403 additions and 2609 deletions

View File

@@ -7,6 +7,7 @@
"alreadyLastDir": "Already in last directory.",
"appPrimaryColor": "App primary color",
"attention": "Attention",
"auto": "Auto",
"backDir": "Back",
"backup": "Backup",
"backupTip": "The exported data is simply encrypted. \nPlease keep it safe.\nRestoring will not overwrite existing data (except setting).",
@@ -26,6 +27,7 @@
"createFile": "Create file",
"createFolder": "Create folder",
"currentMode": "Current Mode",
"dark": "Dark",
"debug": "Debug",
"decode": "Decode",
"delete": "Delete",
@@ -75,6 +77,7 @@
"lastTry": "Last try!",
"launchPage": "Launch page",
"license": "License",
"light": "Light",
"loadingFiles": "Loading files...",
"loss": "loss",
"madeWithLove": "\nMade with ❤️ by {myGithub}",
@@ -139,6 +142,7 @@
"sureNoPwd": "Are you sure to use no password?",
"sureToDeleteServer": "Are you sure to delete server [{server}]?",
"termTheme": "Terminal theme",
"themeMode": "Theme mode",
"times": "Times",
"ttl": "ttl",
"unknown": "unknown",

View File

@@ -7,6 +7,7 @@
"alreadyLastDir": "已经是最上层目录了",
"appPrimaryColor": "App主要色",
"attention": "注意",
"auto": "自动",
"backDir": "返回上一级",
"backup": "备份",
"backupTip": "导出的数据仅进行了简单加密,请妥善保管。\n除了设置项恢复的数据不会覆盖现有数据。",
@@ -26,6 +27,7 @@
"createFile": "创建文件",
"createFolder": "创建文件夹",
"currentMode": "当前模式",
"dark": "暗",
"debug": "调试",
"decode": "解码",
"delete": "删除",
@@ -75,6 +77,7 @@
"lastTry": "最后尝试",
"launchPage": "启动页",
"license": "开源证书",
"light": "亮",
"loadingFiles": "正在加载目录。。。",
"loss": "丢包率",
"madeWithLove": "\n用❤制作 by {myGithub}",
@@ -139,6 +142,7 @@
"sureNoPwd": "确认使用无密码?",
"sureToDeleteServer": "你确定要删除服务器 [{server}] 吗?",
"termTheme": "终端主题",
"themeMode": "主题模式",
"times": "次",
"ttl": "缓存时间",
"unknown": "未知",