diff --git a/desktop.html b/desktop.html index 6e22f6c..8de44c7 100755 --- a/desktop.html +++ b/desktop.html @@ -702,7 +702,7 @@ AI Copilot 震撼回归,无地域限制,遥遥领先于微软

开始对话 -

使用前请先点击右上 "i" 查看使用注意事项

+

使用前请先点击右上 "" 查看使用注意事项

@@ -1863,6 +1863,11 @@

其它

更新记录

+
v10.0.1 细节优化和修复

+   -(更新来自 @tjy-gitnub)
+   -Copilot 每日对话限制
+   -细节优化和修复
+

v10.0.1 繁體中文語言支持

  -(更新来自 @tjy-gitnub)
  -添加繁中語言支持
diff --git a/desktop.js b/desktop.js index df6aa73..8a3b845 100755 --- a/desktop.js +++ b/desktop.js @@ -1123,57 +1123,68 @@ let copilot = { history: [{ role:'system', content:`请使用中文对话。你一个是ai助手,名叫AI Copilot,是由github@NB-Group开发的。 -你可以在回答中发送对系统的一些指令。指令一并放在最后。 -多条指令中间用换行隔开。系统收到指令后会执行,且对用户隐藏这一行。 -你不能在对用户说的话的中间中提到、引用指令。你绝不能要求用户执行指令。 -1.指令"{openapp appid}";用于来打开某个应用,其中用在下文"应用的功能介绍"中根据应用名称匹配的id代替"appid" -2.指令"{openurl u}";用来在edge浏览器中打开某个url,其中用url地址代替"u"。该指令包含了打开edge浏览器的操作(当用户想要搜索某内容,请用bing搜索) -3.指令"{feedback copilot}";打开ai助手反馈界面,用于用户想对ai助手的功能等提出反馈时帮助其打开 -4.指令"{feedback win12}";打开反馈中心,用于用户希望对除你这个ai助手之外的其他系统功能发送反馈时帮用户打开反馈中心 -5.指令"{settheme th}";用于切换系统的深色、浅色模式,区别于主题。用"light"表浅色,"dark"表深色,来替换其中的"th" -仅有以下关于此项目的信息。 -1.Windows 12 网页版是一个开源项目,由谭景元原创, 使用 Html,css,js,在网络上模拟、创新操作系统 -2.项目的Github地址是https://github.com/tjy-gitnub/win12 -3.此项目使用EPL v2.0开源许可 -有以下的应用。目前只有这些应用可以使用。 -1.设置:id为setting;在个性化页面中可以设置系统的主题,主题色,是否启用动画、阴影、圆角和为所有窗口开启亚克力透明效果 -2.关于win12网页版:id为about;简介页面有关于本系统的介绍说明与贡献者信息,更新记录页面有本系统的各版本更新记录 -3.Microsoft Edge浏览器:id为edge;一个网页浏览器。但因为浏览器的安全限制,部分网页会显示"拒绝连接"而无法访问。 +你可以在回答中发送对系统的一些指令。指令一并放在回答的最后。 +多条指令用换行隔开。系统收到指令后会执行,且对用户隐藏回答后的指令。 +你不能在对用户说的话的中间中提到、引用指令。绝不能要求用户执行指令。 +1.指令"{openapp appid}";用来打开某个应用,用在下文"应用的功能介绍"中匹配的id代替其中的"appid" +2.指令"{openurl url}";用来在edge浏览器中打开某个URL,其中用URL地址代替"url"。该指令包含了打开edge浏览器的操作。当用户想要搜索某内容,请用bing搜索 +3.指令"{feedback copilot}";打开ai助手反馈界面,用于用户想对ai助手的功能提出反馈时帮助他打开 +4.指令"{feedback win12}";打开反馈中心,当用户希望对除ai助手外的其他系统功能发送反馈时,帮他打开反馈中心 +5.指令"{settheme theme}";用于切换系统的深色、浅色模式,区别于主题。用"light"表浅色,"dark"表深色,来替换其中的"theme" +如下是应用的功能介绍。 +1.设置:id为setting;在个性化页面中可以设置系统的主题,主题色,是否启用动画、阴影、圆角、云母mica效果和为所有窗口开启亚克力透明效果。 +2.关于win12网页版:id为about;简介页面有关于本项目的介绍说明与贡献者信息,更新记录页面有本项目的各版本更新记录。 +3.Microsoft Edge浏览器:id为edge;一个浏览器。但因为浏览器跨域的限制,部分网页会显示"拒绝连接"而无法访问。 4.计算器:id为calc; 5.文件资源管理器:id为explorer; 6.任务管理器:id为taskmgr; 7.cmd终端:id为terminal; 8.记事本:id为notepad; 9.python:id为python; +仅有以下关于此项目的信息。 +1.Windows 12 网页版是一个开源项目,由谭景元原创, 使用Html,css,js,在网络上模拟、创新操作系统 +2.项目的Github地址是https://github.com/tjy-gitnub/win12 +3.此项目使用EPL v2.0开源许可 +当用户询问更多项目信息时,帮助他打开"关于win12网页版"应用。 比如这时用户说"请打开计算器",你会回答什么?` },{ role:'assistant', - content:'好的,现在我帮你打开计算器。\n{openapp calc}' + content:'好的呢,亲,现在我就帮您打开计算器。\n{openapp calc}' + },{ + role:'system', + content:'很好。现在开始与用户对话。' + },{ + role:'assistant', + content:'欢迎使用 Windows 12,有什么可以帮您?' }], init: () => { $('#copilot>.chat').html(''); - copilot.send('很好。接下来,请说"欢迎使用 Windows 12,我可以帮您做什么?"。现在开始与用户对话。', false,'system'); // $('#copilot>.chat').append(`

本ai助手间歇性正常工作,如果ai提到一些花括号括起来的指令,请刷新页面后重新开始对话。见谅~

`); // $('#copilot>.chat').append(`

目前可用功能:
// 1.打开设置、edge、关于、计算器四个应用
// 2.在浏览器中打开链接、搜索
// 3.发送对系统、ai助手的反馈 // 注意:请勿滥用本ai助手,否则将下个版本将撤销此功能,影响所有人。

`); - $('#copilot>.chat').append(`

正在初始化...

`); - $('#copilot>.chat').scrollTop($('#copilot>.chat')[0].scrollHeight); - }, - ailimit: 0, - send: (t, showusr = true, role='user') => { - if(role=='user'){ - if(copilot.ailimit>=10){ + $('#copilot>.chat').append(`

本 AI 助手间歇性正常工作。目前支持以下操作:
+ 1.打开除webapp外大多应用
+ 2.在浏览器中打开链接、搜索
+ 3.发送对系统、AI助手的反馈
+ 4.切换颜色主题
+ 请勿滥用本ai助手!每日对话限 7 条。

`); + setTimeout(() => { + if(Number(localStorage.getItem('ailimit'))>=7){ $('#copilot>.inputbox').addClass('disable'); - $('#copilot>.chat').append('

非常抱歉,但是已达到对话限制(10句),请移步到其他 AI 网站 >u-)o

'); + $('#copilot>.chat').append('

非常抱歉,但已达到本日对话限制 (7句),请移步到其他 AI 网站 >u-)o

'); + $('#copilot>.chat').scrollTop($('#copilot>.chat')[0].scrollHeight); return; } - copilot.ailimit++; - } - $('#copilot>.inputbox').addClass('disable'); - + $('#copilot>.chat').append(`

欢迎使用 Windows 12,有什么可以帮您?

`); + $('#copilot>.inputbox').removeClass('disable'); + $('#copilot>.chat').scrollTop($('#copilot>.chat')[0].scrollHeight); + }, 200); + }, + ailimit: 7, + send: (t, showusr = true, role='user') => { // 输入验证 if (t.length == 0) { $('#copilot>.chat').append('

系统表示请发一些有意义的东西

'); @@ -1182,12 +1193,24 @@ let copilot = { return; } - // 历史记录管理 - if (copilot.history.length > 3){ - copilot.history.splice(2, 2); - copilot.history.splice(2, 2); + if(role=='user'){ + if(localStorage.getItem('ailimit')==null || + (localStorage.getItem('ailimitday')!=(new Date()).toDateString())){ + localStorage.setItem('ailimitday',(new Date()).toDateString()); + localStorage.setItem('ailimit','0'); + } + localStorage.setItem('ailimit',(Number(localStorage.getItem('ailimit'))+1).toString()); } + $('#copilot>.inputbox').addClass('disable'); + + + // 历史记录管理 + // if (copilot.history.length > 3){ + // copilot.history.splice(2, 2); + // copilot.history.splice(2, 2); + // } + // 显示用户消息 if (showusr) { $('#copilot>.chat').append(`

${t}

`); @@ -1215,11 +1238,11 @@ let copilot = { msgDoneOperate(); // 处理首次对话 - if (isFirstChat) { - $("#init-message").html(`初始化完成!`); - isFirstChat = false; - } - + // if (isFirstChat) { + // $("#init-message").html(`初始化完成!`); + // isFirstChat = false; + // } + // 解析代理响应 let responseText = ''; try { @@ -1244,8 +1267,12 @@ let copilot = { for (const i of r) { if (/{openapp .+?}/.test(i)) { let t = i.match(/(?<={openapp ).+(?=})/)[0]; - openapp(t); - rt = rt.replace(i, `

打开应用

${$(`.window.${t}>.titbar>p`).text()}

`); + if($('.window.'+t).length){ + openapp(t); + rt = rt.replace(i, `

打开应用

${$(`.window.${t}>.titbar>p`).text()}

`); + }else{ + rt = rt.replace(i, `

打开应用

${t} (AI 理解力较差,见谅)

`); + } } else if (/{openurl .+?}/.test(i)) { let t = i.match(/(?<={openurl ).+(?=})/)[0]; openapp('edge'); @@ -1263,7 +1290,10 @@ let copilot = { if ((t == 'light' && $(':root').hasClass('dark')) || (t == 'dark' && !$(':root').hasClass('dark'))) { toggletheme(); } - rt = rt.replace(i, `

切换外观模式

${t == 'dark' ? '深色' : '浅色'} 模式

`); + if(t!='light' && t!='dark') + rt = rt.replace(i, `

切换外观模式

${t} 模式 (AI 理解力较差,见谅)

`); + else + rt = rt.replace(i, `

切换外观模式

${t == 'dark' ? '深色' : '浅色'} 模式

`); } } $('#copilot>.chat').append(`
${rt}
`); @@ -1272,6 +1302,14 @@ let copilot = { } copilot.history.push({ role: 'assistant', content: responseText }); + + if(Number(localStorage.getItem('ailimit'))>=7){ + $('#copilot>.inputbox').addClass('disable'); + $('#copilot>.chat').append('

非常抱歉,但已达到本日对话限制 (7句),请移步到其他 AI 网站 >u-)o

'); + $('#copilot>.chat').scrollTop($('#copilot>.chat')[0].scrollHeight); + return; + } + $('#copilot>.chat').scrollTop($('#copilot>.chat')[0].scrollHeight); msgDoneOperate(); }, @@ -1279,6 +1317,9 @@ let copilot = { console.log(error); $('#copilot>.chat').append('

发生错误,请查看控制台输出或重试

'); $('#copilot>.chat').scrollTop($('#copilot>.chat')[0].scrollHeight); + + + localStorage.setItem('ailimit',(Number(localStorage.getItem('ailimit'))-1).toString()); msgDoneOperate(); } }); diff --git a/lang/lang_en.properties b/lang/lang_en.properties index 097c41f..2edc4bc 100644 --- a/lang/lang_en.properties +++ b/lang/lang_en.properties @@ -244,6 +244,6 @@ taskmgr.name=Task Manager # copilot copilot.start=Start the conversation -copilot.p=Please click "i" on the top right to check the precautions before use. This copilot may not communicate in your language. +copilot.p=Please click "" on the top right to check the precautions before use. This copilot may not communicate in your language. copilot.send=Send diff --git a/lang/lang_zh_CN.properties b/lang/lang_zh_CN.properties index 05eaf1c..58233a8 100644 --- a/lang/lang_zh_CN.properties +++ b/lang/lang_zh_CN.properties @@ -230,5 +230,5 @@ taskmgr.name=任务管理器 # copilot copilot.start=开始对话 -copilot.p=使用前请先点击右上 "i" 查看使用注意事项 +copilot.p=使用前请先点击右上 "" 查看使用注意事项 copilot.send=发送 diff --git a/lang/lang_zh_TW.properties b/lang/lang_zh_TW.properties index 322ca73..fa2ff4f 100644 --- a/lang/lang_zh_TW.properties +++ b/lang/lang_zh_TW.properties @@ -230,5 +230,5 @@ taskmgr.name=工作管理員 # copilot copilot.start=開始對話 -copilot.p=使用前請先點擊右上 "i" 查看使用注意事項。此 Copilot 可能不以你使用的語言回答。 +copilot.p=使用前請先點擊右上 "" 查看使用注意事項。此 Copilot 可能不以你使用的語言回答。 copilot.send=發送 diff --git a/lang/lang_zh_cn.properties b/lang/lang_zh_cn.properties deleted file mode 100644 index 05eaf1c..0000000 --- a/lang/lang_zh_cn.properties +++ /dev/null @@ -1,234 +0,0 @@ -updating=正在更新 -cover-hp=横屏以获得最佳体验 -login=登录 -welcome=欢迎 -stmenu-avlb=可用 -stmenu-webapp=Web 应用 -bilibili.name=哔哩哔哩 -wsa.name=适用于 Android™ 的 Windows 子系统 -folder.doc=文档 -folder.pic=图片 -folder.mus=音乐 -stmenu-pinned=已固定 -stmenu-allapp=所有应用 -feedback.name=反馈中心 -stmenu-tj=推荐的项目 -stmenu-tj-f1=科学地使用瓶盖.pptx -stmenu-tj-t1=5 分钟前 -stmenu-tj-f2=可口可乐瓶盖.jpg -stmenu-tj-t2=7 分钟前 -stmenu-tj-f3=瓶盖构造图.jpg -stmenu-tj-t3=16 分钟前 -stmenu-tj-f4=瓶盖的构造及作用.docx -stmenu-tj-t4=24 分钟前 -stmenu-tj-f5=可口可乐瓶盖厚度.xlsx -stmenu-tj-t5=35 分钟前 -sch-app=应用 -sch-doc=文档 -sch-web=网页 -sch-setting=设置 -sch-folder=文件夹 -sch-photo=照片 -sch-tj=推荐 -sch-open=打开 -sch-opfl=打开文件所在位置 -sch-cpp=复制路径 -sch-ph=在这里输入你要搜索的内容 -widget=小组件 -widget-news=新闻 -widget-news-res=我们不对新闻内容负责 -ctrl-blue=蓝牙 -ctrl-air=飞行模式 -ctrl-eye=护眼 -ctrl-hotspot=移动热点 -ctrl-acc=辅助功能 -data-week=

-editmd-add=添加小组件 - -psnl=个性化 -home=主页 -apply=应用 -ok=确定 -cancel=取消 -all=全部 -more=更多 -close=关闭 -refresh=刷新 -open=打开 -del=删除 - -desktop.tgltheme=切换主题 -desktop.vogithub=在 Github 中查看此项目 -desktop.exitedit=退出编辑模式 -desktop.enteredit=进入编辑模式 - -nts.about=

Windows 12 网页版

Windows 12 网页版是一个开放源项目,
希望让用户在网络上预先体验 Windows 12,
内容可能与 Windows 12 正式版本不一致。
使用标准网络技术,例如 HTML, CSS 和 JS
此项目绝不附属于微软,且不应与微软操作系统或产品混淆,
这也不是 Windows365 cloud PC
本项目中微软、Windows和其他示范产品是微软公司的商标
本项目中 Android 是谷歌公司的商标。

-nts.feedback.name=反馈 -nts.feedback.txt=我们非常注重用户的体验与反馈 -nts.feedback.github=在github上提交issue (需要github账户) -nts.addwg=添加小组件 -nts.addwg.weather=天气 -nts.addwg.monitor=系统性能监视器 - -window.restore=还原 -window.min=最小化 -window.max=最大化 -window.close=关闭 - -# calc -calc.name=计算器 -calc.error.zero=

错误

除数不得等于0

- -# defender -defender.name=Windows 安全中心 -defender.virus=病毒威胁与防护 -defender.account=账户防护 -defender.firewall=防火墙和网络防护 -defender.device=设备安全性 -defender.glance=安全性概览 -defender.network=网络流量使用 -defender.speed=网络速度 -defender.clearv=入侵病毒清除 -defender.allvc=所有病毒均被清除 -defender.freq=电脑受病毒攻击频率 -defender.netreq=网络通信比例 -defender.netreq-thismonth=这个月 -defender.recreq=请求记录 - -# msstore -msstore.apps=应用 -msstore.games=游戏 -msstore.download=下载 -msstore.topfree=热门免费应用 > -msstore.free=免费下载 -msstore.devtool=开发 -msstore.genimp=原神 -msstore.game=游戏 -msstore.mc=我的世界 -msstore.design=设计 -msstore.tool=工具 -msstore.business=办公 - -# setting -setting.name=设置 -setting.usrname=星瓶 -setting.sch=查找设置 - -setting.system=系统 -setting.device=蓝牙和其他设备 -setting.network=网络和 Internet - -setting.psnl=个性化 -setting.psnl.color=颜色 -setting.psnl.color-dt=设置 Windows 的主题色 -setting.psnl.color.now=当前颜色 -setting.psnl.color.custom=自定义颜色 -setting.psnl.theme=主题 -setting.psnl.theme-dt=(!消耗大量 github api 限度!) 设置 Windows 的主题 想要上传自己的主题? -setting.psnl.round=圆角 -setting.psnl.round-dt=设置系统界面中是否启用圆角 -setting.psnl.animation=动画 -setting.psnl.animation-dt=系统界面元素过渡动画 -setting.psnl.shadow=阴影 -setting.psnl.shadow-dt=为系统界面元素添加阴影效果 -setting.psnl.alltransp=多窗口透明 -setting.psnl.alltransp-dt=为所有窗口开启透明效果,而不是仅用于焦点窗口 详细 -setting.psnl.mica=Mica效果 (实验) -setting.psnl.mica-dt=为焦点窗口开启mica效果 反馈 -setting.psnl.startup-sound=开机音乐 -setting.psnl.startup-sound-dt=是否启用开机音乐 -setting.psnl.ball=语音输入球 -setting.psnl.ball-dt=是否启用语音输入球 - -setting.apps=应用 -setting.accounts=账户 -setting.timelang=时间和语言 -setting.game=游戏 -setting.acc=辅助功能 -setting.privacy=隐私和安全性 -setting.update=Windows 更新 - -# edge -edge.schbing=在必应中搜索,或输入一个网址 -edge.rename=为标签页命名 - -# explorer -explorer.name=文件资源管理器 -explorer.pinned=已固定 -explorer.quickacc=快速访问 -explorer.thispc=此电脑 -explorer.bin=回收站 -explorer.tag=标签 -explorer.tag.red=红色 -explorer.tag.blue=蓝色 -explorer.tag.yellow=黄色 -explorer.tag.green=绿色 -explorer.tag.orange=橙色 -explorer.tag.purple=紫色 -explorer.tag.pink=粉色 -explorer.new=新建 -explorer.sort=排序方式 -explorer.view=布局 - -# about -about.name=关于 Win12 网页版 -about.intro=简介 -about.update=更新记录 -about.intro.name=Windows 12 网页版 -about.intro.intro=简介 -about.intro.intro.p1=  Windows 12 网页版是一个开源项目,由星源原创,使用 HTML、CSS 和 JavaScript,在网络上模拟、创新操作系统。 -about.intro.intro.p2=  此项目已发布至 GitHub,点击此处查看。 -about.intro.intro.p3=  若您对于该项目有任何意见或建议,请在 GitHub 上提交 issues,您的问题会被尽可能快地解决。 -about.intro.intro.p4=  原创作者星源,点击以了解详细。 -about.intro.os=开源说明 -about.intro.os.p1=  此项目是一个开源项目。此项目使用 EPL v2.0 开源许可。开源许可是具有法律效力的合同,请自觉遵守开源许可,尊重他人劳动。 -about.intro.os.p2=  根据许可,你可以对该项目进行传播、分发、修改以及二次发布,包括个人和商业用途。 -about.intro.os.p3=  但您必须给出源码来源,包括作者,项目链接等,必须使用相同的协议开源。 -about.intro.os.p4=  不是在该项目基础上进行增加、修改的,仅参考源码的,不需要开源,但也仅供学习用途。 -about.intro.thank=特别感谢 -about.intro.thank.p1=  特别感谢 @NB-Group,他为本项目的后端开发做出了重要贡献! -about.intro.contri=贡献者 -about.intro.contri.p1=  感谢所有项目的贡献者(实时数据,计算方法:即为 Commits 次数) -about.intro.star.p1=  感谢所有支持我们的人。 -about.intro.others=其它 -about.intro.others.p1=  此项目基于目前 Windows 版本创造,与微软的 Windows 12 正式版本不一致。 -about.intro.others.p2=  此项目绝不附属于微软,且不应与微软操作系统或产品混淆,这也不是 Windows365 cloud PC。 -about.intro.others.p3=  本项目中微软、Windows 和其他示范产品是微软公司的商标。本项目中 Android 是谷歌公司的商标。 -about.update.name=更新记录 - -# notepad -notepad.name=记事本 -notepad.file=文件 -notepad.edit=编辑 -notepad.format=格式 - -# terminal -terminal.name=终端 - -# camera -camera.name=相机 -camera.notice=提示 -camera.notice.txt=  欢迎使用“相机”应用!本应用由 User782Tec 开发, tjy-gitnub 维护。
  在使用中,此应用将会获取访问您摄像头的权限(用于进行拍摄照片等操作)。此应用不会将任何您的个人信息(包括所拍摄的照片)上传至服务器,更不会泄露给他人。  若您不同意上述协议,则将不能使用此应用。 -camera.notice.agree=同意并继续 -camera.notice.disag=不同意 - -# run -run.name=运行 -run.txt=Windows 将根据你所输入的名称,为你打开相应的程序、文件夹、文档或 Internet 资源。 -run.open=打开: - -# winver -winver.name=关于 Windows -winver.p1=版本 25H2 (OS 内部版本 24612.1896) -winver.p2=© Microsoft Corporation。保留所有权利。 -winver.p3=Windows12 专业版操作系统及其用户界面受美国和其他国家/地区的商标法和其他待颁布或已颁布的知识产权法保护。 -winver.p4=根据Microsoft软件许可条款,许可如下用户使用本产品 -winver.p5=上面都是胡扯,切勿当真(双击隐藏此消息) - -# taskmgr -taskmgr.name=任务管理器 - -# copilot -copilot.start=开始对话 -copilot.p=使用前请先点击右上 "i" 查看使用注意事项 -copilot.send=发送 diff --git a/lang/lang_zh_tw.properties b/lang/lang_zh_tw.properties deleted file mode 100644 index 322ca73..0000000 --- a/lang/lang_zh_tw.properties +++ /dev/null @@ -1,234 +0,0 @@ -updating=正在更新 -cover-hp=請轉為橫向檢視以獲得最佳體驗 -login=登入 -welcome=歡迎 -stmenu-avlb=可用 -stmenu-webapp=Web 應用程式 -bilibili.name=嗶哩嗶哩 -wsa.name=Windows Subsystem for Android™ -folder.doc=檔案 -folder.pic=圖片 -folder.mus=音樂 -stmenu-pinned=已釘選 -stmenu-allapp=全部 -feedback.name=意見反應中樞 -stmenu-tj=建議專案 -stmenu-tj-f1=科學地使用瓶蓋.pptx -stmenu-tj-t1=5 分鐘前 -stmenu-tj-f2=可口可樂瓶蓋.jpg -stmenu-tj-t2=7 分鐘前 -stmenu-tj-f3=瓶蓋構造圖.jpg -stmenu-tj-t3=16 分鐘前 -stmenu-tj-f4=瓶蓋的構造及作用.docx -stmenu-tj-t4=24 分鐘前 -stmenu-tj-f5=可口可樂瓶蓋厚度.xlsx -stmenu-tj-t5=35 分鐘前 -sch-app=應用程式 -sch-doc=檔案 -sch-web=網頁 -sch-setting=設定 -sch-folder=資料夾 -sch-photo=相片 -sch-tj=建議 -sch-open=開放 -sch-opfl=開放檔案位置 -sch-cpp=複製路徑 -sch-ph=在這裡輸入以進行搜尋 -widget=小工具 -widget-news=新聞 -widget-news-res=我們不對新聞內容負責 -ctrl-blue=藍牙 -ctrl-air=飛行模式 -ctrl-eye=護眼 -ctrl-hotspot=行動熱點 -ctrl-acc=協助功能 -data-week=

-editmd-add=添加小工具 - -psnl=個人化 -home=首頁 -apply=套用 -ok=確定 -cancel=取消 -all=全部 -more=更多 -close=關閉 -refresh=重新整理 -open=開啟 -del=刪除 - -desktop.tgltheme=切換佈景主題 -desktop.vogithub=在 GitHub 檢視此專案 -desktop.exitedit=結束編輯模式 -desktop.enteredit=進入編輯模式 - -nts.about=

Windows 12 網頁版

Windows 12 網頁版是一個開放源專案,
希望讓使用者在網路上預先體驗 Windows 12,
內容可能與 Windows 12 正式版本不一致。
使用標準網路技術,例如 HTML, CSS 和 JS
此專案絕不附屬於微軟,且不應與微軟操作系統或產品混淆,
這也不是 Windows365 cloud PC
本專案中微軟、Windows和其他示範產品是微軟公司的商標
本專案中 Android 是谷歌公司的商標。

-nts.feedback.name=意見反應 -nts.feedback.txt=我們非常注重使用者的體驗與反應 -nts.feedback.github=在github上提交issue (需要github帳戶) -nts.addwg=添加小工具 -nts.addwg.weather=天氣 -nts.addwg.monitor=系統性能監視器 - -window.restore=還原 -window.min=最小化 -window.max=最大化 -window.close=關閉 - -# calc -calc.name=小算盤 -calc.error.zero=

錯誤

除數不得等於0

- -# defender -defender.name=Windows 安全性 -defender.virus=病毒與威脅防護 -defender.account=帳戶防護 -defender.firewall=防火牆和網路保護 -defender.device=裝置安全性 -defender.glance=安全性概覽 -defender.network=網路流量使用 -defender.speed=網路速度 -defender.clearv=入侵病毒清除 -defender.allvc=所有病毒均被清除 -defender.freq=電腦受病毒攻擊頻率 -defender.netreq=網路通信比例 -defender.netreq-thismonth=這個月 -defender.recreq=請求記錄 - -# msstore -msstore.apps=應用程式 -msstore.games=遊戲 -msstore.download=下載 -msstore.topfree=熱門免費應用程式 > -msstore.free=免費下載 -msstore.devtool=開發 -msstore.genimp=原神 -msstore.game=遊戲 -msstore.mc=Minecraft -msstore.design=設計 -msstore.tool=工具 -msstore.business=商務 - -# setting -setting.name=設定 -setting.usrname=星瓶 -setting.sch=尋找設定 - -setting.system=系統 -setting.device=藍牙與裝置 -setting.network=網路和網際網路 - -setting.psnl=個人化 -setting.psnl.color=色彩 -setting.psnl.color-dt=設定 Windows 的佈景主題色彩 -setting.psnl.color.now=目前色彩 -setting.psnl.color.custom=自訂色彩 -setting.psnl.theme=主題 -setting.psnl.theme-dt=(!消耗大量 github api 限度!) 設置 Windows 的主題 想要上載自己的主題? -setting.psnl.round=圓角 -setting.psnl.round-dt=設置系統界面中是否啟用圓角 -setting.psnl.animation=動畫 -setting.psnl.animation-dt=系統界面元素過渡動畫 -setting.psnl.shadow=陰影 -setting.psnl.shadow-dt=為系統界面元素添加陰影效果 -setting.psnl.alltransp=多窗口透明 -setting.psnl.alltransp-dt=為所有窗口開啟透明效果,而不是僅用於焦點窗口 詳細 -setting.psnl.mica=Mica效果 (實驗) -setting.psnl.mica-dt=為焦點窗口開啟mica效果 反饋 -setting.psnl.startup-sound=開機音樂 -setting.psnl.startup-sound-dt=是否啟用開機音樂 -setting.psnl.ball=語音輸入球 -setting.psnl.ball-dt=是否啟用語音輸入球 - -setting.apps=應用程式 -setting.accounts=帳戶 -setting.timelang=時間和語言 -setting.game=遊戲 -setting.acc=協助工具 -setting.privacy=隱私權與安全性 -setting.update=Windows Update - -# edge -edge.schbing=在必應中搜索,或輸入一個網址 -edge.rename=為標籤頁命名 - -# explorer -explorer.name=檔案總管 -explorer.pinned=已釘選 -explorer.quickacc=快速存取 -explorer.thispc=本機 -explorer.bin=資源回收筒 -explorer.tag=標籤 -explorer.tag.red=紅色 -explorer.tag.blue=藍色 -explorer.tag.yellow=黃色 -explorer.tag.green=綠色 -explorer.tag.orange=橙色 -explorer.tag.purple=紫色 -explorer.tag.pink=粉色 -explorer.new=新增 -explorer.sort=排序 -explorer.view=檢視 - -# about -about.name=關於 Win12 網頁版 -about.intro=簡介 -about.update=更新歷程記錄 -about.intro.name=Windows 12 網頁版 -about.intro.intro=簡介 -about.intro.intro.p1=  Windows 12 網頁版是一個開源專案,由星源創作,使用 HTML、CSS 和 JavaScript,在網絡上模擬、創新操作系統。 -about.intro.intro.p2=  此專案已發布至 GitHub,點擊此處查看。 -about.intro.intro.p3=  若您對於該專案有任何意見或建議,請在 GitHub 上提交 issues,您的問題會被盡可能快地解決。 -about.intro.intro.p4=  原創作者星源,點擊以瞭解詳細。 -about.intro.os=開源說明 -about.intro.os.p1=  此專案是一個開源專案。此專案使用 EPL v2.0 開源許可。開源許可是具有法律效力的合同,請自覺遵守開源許可,尊重他人勞動。 -about.intro.os.p2=  根據許可,你可以對該專案進行傳播、分發、修改以及二次發布,包括個人和商業用途。 -about.intro.os.p3=  但您必須給出源碼來源,包括作者,專案鏈接等,必須使用相同的協議開源。 -about.intro.os.p4=  不是在該專案基礎上進行增加、修改的,僅參考源碼的,不需要開源,但也僅供學習用途。 -about.intro.thank=特別感謝 -about.intro.thank.p1=  特別感謝 @NB-Group,他為本專案的後端開發做出了重要貢獻! -about.intro.contri=貢獻者 -about.intro.contri.p1=  感謝所有專案的貢獻者(即時數據,計算方法:即為 Commits 次數) -about.intro.star.p1=  感謝所有支持我們的人。 -about.intro.others=其它 -about.intro.others.p1=  此專案基於目前 Windows 版本創造,與微軟的 Windows 12 正式版本不一致。 -about.intro.others.p2=  此專案絕不附屬於微軟,且不應與微軟操作系統或產品混淆,這也不是 Windows365 cloud PC。 -about.intro.others.p3=  本專案中微軟、Windows 和其他示範產品是微軟公司的商標。本專案中 Android 是谷歌公司的商標。 -about.update.name=更新歷程記錄 - -# notepad -notepad.name=記事本 -notepad.file=檔案 -notepad.edit=編輯 -notepad.format=檢視 - -# terminal -terminal.name=終端機 - -# camera -camera.name=相機 -camera.notice=提示 -camera.notice.txt=  歡迎使用“相機”應用!本應用由 User782Tec 開發, tjy-gitnub 維護。
  在使用中,此應用程式將會獲取訪問您攝像頭的權限(用於進行拍攝相片等操作)。此應用程式不會將任何您的個人信息(包括所拍攝的相片)上傳至服務器,更不會洩露給他人。  若您不同意上述協議,則將不能使用此應用程式。 -camera.notice.agree=同意並繼續 -camera.notice.disag=不同意 - -# run -run.name=執行 -run.txt=輸入程式、資料夾、文件或網際網路資源的名稱,Windows 會自動開啟。 -run.open=開啟 - -# winver -winver.name=關於 Windows -winver.p1=版本 25H2 (OS 組建 24612.1896) -winver.p2=© Microsoft Corporation。保留所有權利。 -winver.p3=Windows 12 專業版 作業系統及其使用者介面受美國及其他國家/地區之商標及其他已立案和立案中的智慧財產權法保護。 -winver.p4=此產品依據 Microsoft 軟體許可條款中規定,使用權屬於: -winver.p5=上面都是胡扯,不可當真(雙擊隱藏此消息) - -# taskmgr -taskmgr.name=工作管理員 - -# copilot -copilot.start=開始對話 -copilot.p=使用前請先點擊右上 "i" 查看使用注意事項。此 Copilot 可能不以你使用的語言回答。 -copilot.send=發送