You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
displayBadgeText: '{input} Whether to display {timeInfo} in {icon}',
101
120
icon: 'the icon of extension',
102
-
badgeTextContent: 'the browse time of current website'
121
+
badgeTextContent: 'the browse time of current website',
122
+
locale: {
123
+
label: "Language {info} {input}",
124
+
infoL1: "Due to the structural defects of the source code, the language setting function is currently only valid for this page. The language setting of today's data popup page is always the same as the browser.",
125
+
infoL2: "I will refactor the code in subsequent versions to realize the language switching of the popup page. Thank you for your patience! ❤️❤️",
126
+
default: "Same as browser",
127
+
changeConfirm: "The language has been changed successfully, please reload this page!",
128
+
reloadButton: "Reload"
129
+
}
103
130
},
104
131
statistics: {
105
132
title: 'Statistics',
106
133
countWhenIdle: '{input} Whether to count {idleTime} {info}',
107
134
idleTime: 'idle time',
108
135
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',
136
+
countLocalFiles: '{input} Whether to count the time spent {localFileTime} {info} in the browser',
137
+
localFileTime: ' reading the local file ',
138
+
localFilesInfo: 'Including PDF, image, txt and json',
112
139
collectSiteName: '{input} Whether to automatically collect the name of the website when visiting the homepage of the website',
113
140
siteName: 'Site Name',
114
141
siteNameUsage: 'The data only exists locally and will be used for display instead of the host to increase recognition.'
0 commit comments