Skip to content

Commit

Permalink
Removed redundant letters
Browse files Browse the repository at this point in the history
  • Loading branch information
joyce.zhou committed Aug 30, 2023
1 parent 00ceb3e commit 463d4a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions src/locales/lang/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ const stepDetail = {
declearedRights: 'Decleared Rights ',
des: {
monkeyOptions: {
sleepTime: 'sleep between events, ms =',
sleepTime: 'sleep between events, in ms',
tapEvent: 'random tap event',
longPressEvent: 'random long press event 1 ~ 3s',
swipeEvent: 'random swipe event',
Expand Down Expand Up @@ -1297,20 +1297,20 @@ const stepDetail = {
startPocoDriver: 'Start PocoDriver',
setDefaultFindPocoElementInterval: 'Set Search Control Strategy',
setTheRealPositionOfTheWindow: 'Set Offset',
isExistPocoEle: 'Check if the POCO Element existed',
isExistPocoEleNum: 'Check the number of existed POCO Control',
pocoClick: 'Click POCO Element',
pocoLongPress: 'Long Press POCO Element',
pocoSwipe: 'Swipe POCO Element',
isExistPocoEle: 'Check if the Poco Element existed',
isExistPocoEleNum: 'Check the number of existed Poco Control',
pocoClick: 'Click Poco Element',
pocoLongPress: 'Long Press Poco Element',
pocoSwipe: 'Swipe Poco Element',
freezeSource: 'Freeze Element Tree',
thawSource: 'Thaw Element Tree',
closePocoDriver: 'Close PocoDriver',
obtainPocoElementAttr: 'Get POCO Element Attribute',
getPocoElementAttr: 'Get POCO Element Attribute',
getPocoTextValue: 'Get POCO Text',
assertPocoText: 'Assert POCO Text',
logPocoElementAttr: 'Log POCO Element Info',
iteratorPocoElement: 'Iterator POCO Element List',
obtainPocoElementAttr: 'Get Poco Element Attribute',
getPocoElementAttr: 'Get Poco Element Attribute',
getPocoTextValue: 'Get Poco Text',
assertPocoText: 'Assert Poco Text',
logPocoElementAttr: 'Log Poco Element Info',
iteratorPocoElement: 'Iterator Poco Element List',
},
},
check: {
Expand Down
2 changes: 1 addition & 1 deletion src/locales/lang/ja_JP.js
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ const IOSRemote = {
const stepDetail = {
app: {
authorize: '授权应用',
path: '应用路径:',
path: '应用路径: ',
pkg: '应用包名',
installFromPkglist: '从安装包列表安装',
close: '关闭应用',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/lang/zh_TW.js
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ const IOSRemote = {
const stepDetail = {
app: {
authorize: '授权应用',
path: '应用路径:',
path: '应用路径: ',
pkg: '应用包名',
installFromPkglist: '从安装包列表安装',
close: '关闭应用',
Expand Down

0 comments on commit 463d4a8

Please sign in to comment.