Browsing Chinese (Traditional) translation

3948 of 221 results
39.
The plus operator only works on texts or numbers. (Got left: {left_type}, got right: {right_type})
(no translation yet)
Located in lpsparser.py:580
40.
The equals comparison operator doesn't work on bools, because you can accomplish the same by leaving the comparison out (equivalent to == true) or by using 'not' (equivalent to == false)
TRANSLATORS: not is an operator, it's strongly recommended
TRANSLATORS: to not translate it since it's not translated
TRANSLATORS: in the programming language either.
(no translation yet)
Located in lpsparser.py:588
41.
The equals comparison operator doesn't work on null values, which are returned by a few functions, and have no other use.
(no translation yet)
Located in lpsparser.py:590
42.
The '{operator}' operator requires that the expressions it works on have the same type. (Left expression type: {left_type}, right expression type: {right_type})
(no translation yet)
Located in lpsparser.py:594
43.
'%s' is called, but it's not a function.
'%s' 已經呼叫過了,但他不是一個函數。
Translated and reviewed by AJ
Located in lpsparser.py:620
44.
'{function}' should get {expectedNumber} arguments. (Got: {realAmount})
(no translation yet)
Located in lpsparser.py:624
45.
Argument number {number} of '{function}' should be of type '{expectedType}'. (Got: '{type}')
(no translation yet)
Located in lpsparser.py:634
46.
Assigning '{end_of_var}' to {begin_of_var} isn't allowed.
(no translation yet)
Located in lpsparser.py:653
47.
Can't assign 'null' (which is returned by a couple of funcions) to the variable '%s', because a null value has no other use in LPS.
(no translation yet)
Located in lpsparser.py:661
48.
Re-assigning '{var}' to a value with a wrong type. (was: '{oldtype}', is: '{newtype}'
(no translation yet)
Located in lpsparser.py:670
3948 of 221 results

No translation group has been assigned.

You are not logged in. Please log in to work on translations.

Contributors to this translation: AJ.