Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hoothin committed Nov 22, 2023
1 parent 8eb298b commit ed0cb97
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ window.setLang = (_lang) => {
siteIcon: '站点图标',
siteKeywords: '搜索词提取',
keywordRegTips: '单个关键词:wd;多个:wd|qw|key;正则分组:(?:wd|w)/(.*?)\\b;选择器:input#su',
kwFilter: '搜索词筛选正则',
kwFilterTips: '当对象文字不匹配正则时隐藏该引擎',
siteMatch: '根据 URL 正则匹配当前引擎,设为 0 强制隐藏该站',
kwFilter: '搜索词或者指向链接的筛选正则',
kwFilterTips: '当对象文字或者链接不匹配正则时隐藏该引擎',
siteMatch: '根据页面网址的正则匹配当前引擎,设为 0 强制隐藏该站',
siteCharset: '站点编码',
toolbarPosition: '工具栏位置',
portrait: '纵向',
Expand Down Expand Up @@ -395,9 +395,9 @@ window.setLang = (_lang) => {
siteIcon: '站點圖標',
siteKeywords: '搜尋詞提取',
keywordRegTips: '單個關鍵詞:wd;多個:wd|qw|key;正則分組:(?:wd|w)/(.*?)\\b;選擇器:input#su',
kwFilter: '搜尋詞篩選正則',
kwFilterTips: '當對象文字不匹配正則時隱藏該引擎',
siteMatch: '根據 URL 正則匹配當前引擎,設爲 0 强制隱藏該站',
kwFilter: '搜尋詞或者指向連結的篩選正則',
kwFilterTips: '當對象文字或者連結不匹配正則時隱藏該引擎',
siteMatch: '根據頁面網址的正則匹配當前引擎,設爲 0 强制隱藏該站',
siteCharset: '站點編碼',
toolbarPosition: '工具欄位置',
portrait: '縱向',
Expand Down Expand Up @@ -699,9 +699,9 @@ window.setLang = (_lang) => {
siteIcon: 'Site icon',
siteKeywords: 'Extract search keywords',
keywordRegTips: 'Single: wd, Multiple: wd|qw|key, RegExp group: (?:wd|w)/(.*?)\\b, Selector: input#su',
kwFilter: 'Filter search keywords',
kwFilterTips: 'Hide the engine when the object words does not match this regex',
siteMatch: 'URL RegExp for match engine, force hide by set to 0',
kwFilter: 'Filter search keywords or url',
kwFilterTips: 'Hide the engine when the object words or target url does not match this regex',
siteMatch: 'URL RegExp of site for matching engine, force hide by set to 0',
siteCharset: 'Charset',
toolbarPosition: 'Toolbar position',
portrait: 'Portrait',
Expand Down

0 comments on commit ed0cb97

Please sign in to comment.