-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update vars and lists #693
Conversation
Good luck |
extensions/qxsck/var-and-list.js
Outdated
@@ -12,14 +12,22 @@ | |||
clearList: '清空列表 [LIST]', | |||
deleteOfList: '删除列表 [LIST] 的第 [INDEX] 项', | |||
addValueInList: '在列表 [LIST] 末尾添加 [VALUE]', | |||
addListToList: '在列表 [LIST] 末尾添加 [LIST2]', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To reduce ambiguity I changed the English string to be add json [LIST2] to [LIST]
; can you update the translation accordingly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为了减少歧义,我将英语字符串更改为 ;你能相应地更新翻译吗?
add json [LIST2] to [LIST]
LIST2 is a list rather than JSON, JSON isn't suitable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
having two separate blocks (addValueInList, addListToList) with the same text but different behavior is untenable, so they will have to be distinguished somehow. do you have a better proposal?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
具有两个具有相同文本但不同行为的单独块(addValueInList,addListToList)是站不住脚的,因此必须以某种方式区分它们。你有更好的建议吗?
can replace ‘json’ to ‘list’ in text?
nice! |
what? |
Menu in block, with lists/variables you can choose |
list 和 value 都是字符串,如 "123" 和 "['1','2','3']" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.