@@ -34,6 +34,9 @@ export type OptionMessage = {
3434 countWhenIdle : string
3535 idleTime : string
3636 idleTimeInfo : string
37+ countLocalFiles : string
38+ localFilesTime : string
39+ localFilesInfo : string
3740 collectSiteName : string
3841 siteNameUsage : string
3942 siteName : string
@@ -68,6 +71,9 @@ const _default: Messages<OptionMessage> = {
6871 countWhenIdle : '{input} 是否统计 {idleTime} {info}' ,
6972 idleTime : '休眠时间' ,
7073 idleTimeInfo : '长时间不操作(比如全屏观看视频),浏览器会自动进入休眠状态' ,
74+ countLocalFiles : '{input} 是否统计使用浏览器 {localFileTime} {info}' ,
75+ localFilesTime : '阅读本地文件的时间' ,
76+ localFilesInfo : '支持 PDF、图片、txt 以及 json 等格式' ,
7177 collectSiteName : '{input} 访问网站主页时,是否自动收集 {siteName} {siteNameUsage}' ,
7278 siteName : '网站的名称' ,
7379 siteNameUsage : '数据只存放在本地,将代替域名用于展示,增加辨识度。当然您可以自定义每个网站的名称'
@@ -100,6 +106,9 @@ const _default: Messages<OptionMessage> = {
100106 countWhenIdle : '{input} Whether to count {idleTime} {info}' ,
101107 idleTime : 'idle time' ,
102108 idleTimeInfo : 'If you do not operate for a long time (such as watching a video in full screen), the browser will automatically enter the idle state' ,
109+ countLocalFiles : '{input} Whether to count the time spent {localFilesTime} {info} in the browser' ,
110+ localFilesTime : ' reading the local file ' ,
111+ localFilesInfo : 'Contains formats such as PDF, image, txt and json' ,
103112 collectSiteName : '{input} Whether to automatically collect the name of the website when visiting the homepage of the website' ,
104113 siteName : 'Site Name' ,
105114 siteNameUsage : 'The data only exists locally and will be used for display instead of the host to increase recognition.'
@@ -135,6 +144,9 @@ const _default: Messages<OptionMessage> = {
135144 countWhenIdle : '{input} Whether to count {idleTime} {info}' ,
136145 idleTime : 'idle time' ,
137146 idleTimeInfo : 'If you do not operate for a long time (such as watching a video in full screen), the browser will automatically enter the idle state' ,
147+ countLocalFiles : '{input} Whether to count the time spent {localFilesTime} {info} in the browser' ,
148+ localFilesTime : ' reading the local file ' ,
149+ localFilesInfo : 'Contains formats such as PDF, image, txt and json' ,
138150 collectSiteName : '{input} Whether to automatically collect the name of the website when visiting the homepage of the website' ,
139151 siteName : 'site name' ,
140152 siteNameUsage : 'The data only exists locally and will be used for display instead of the host to increase recognition.'
0 commit comments