Skip to content

Commit

Permalink
fix selector path tips
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Dec 3, 2024
1 parent a12b4cb commit cd8868e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/lang/en_us.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default {
customize: 'Customize',
filterElements: 'Filter Elements',
inputXpathSelectors:
'Please enter the xpath selectors, separated by semicolons',
'Please enter the selector selectors, separated by semicolons',
mobileEnd: 'Mobile End',
sourceCode: 'Source Code',
}
2 changes: 1 addition & 1 deletion src/lang/ja_jp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
selectJsScriptFile: 'jsスクリプトファイルを選択してください',
customize: 'カスタマイズ',
filterElements: 'ろ過',
inputXpathSelectors: 'xpath選択器を入力してください',
inputXpathSelectors: 'selector選択器を入力してください',
mobileEnd: 'モバイル端末',
sourceCode: 'ソースコード',
}
11 changes: 11 additions & 0 deletions src/lang/ko_kr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,15 @@ export default {
second: '초',
copySuccess: '복사 성공',
delSuccess: '삭제 성공',
aboutGuide:
'虽然它叫PakePlus,但是它和Pake没有关系哦,就像JavaScript和Java一样。开源免费,Web网页打包跨平台APP,仅仅只需要一个GithubToken,就可以将你的网页打包成一个独立可执行程序,目前支持Windows,macOS, Linux系统,未来还会支持Android,iOS等移动端。有问题可以加我微信:lanxingme,备注:PakePlus,或者给我发送邮件',
followme: '關注小神',
moreConfig: '더 많은 설정',
scriptFile: '스크립트 파일',
selectJsScriptFile: 'js 스크립트 파일을 선택하세요',
customize: '사용자 지정',
filterElements: '요소 필터링',
inputXpathSelectors: 'selector를 입력하세요, 영어 세미콜론으로 구분',
mobileEnd: '모바일 끝',
sourceCode: '소스 코드',
}
2 changes: 1 addition & 1 deletion src/lang/zh_cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
selectJsScriptFile: '请选择js脚本文件',
customize: '自定义',
filterElements: '过滤元素',
inputXpathSelectors: '请输入xpath选择器,以英文分号分割',
inputXpathSelectors: '请输入selector,以英文分号分割',
mobileEnd: '移动端',
sourceCode: '源代码',
}
2 changes: 1 addition & 1 deletion src/lang/zh_tw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default {
selectJsScriptFile: '請選擇js腳本文件',
customize: '自定義',
filterElements: '過濾元素',
inputXpathSelectors: '請輸入xpath選擇器,以英文分號分割',
inputXpathSelectors: '請輸入selector選擇器,以英文分號分割',
mobileEnd: '移動端',
sourceCode: '源代碼',
}

0 comments on commit cd8868e

Please sign in to comment.