Translations by acty

acty has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

13 of 3 results
587.
ARG1 < ARG2 ARG1 is less than ARG2 ARG1 <= ARG2 ARG1 is less than or equal to ARG2 ARG1 = ARG2 ARG1 is equal to ARG2 ARG1 != ARG2 ARG1 is unequal to ARG2 ARG1 >= ARG2 ARG1 is greater than or equal to ARG2 ARG1 > ARG2 ARG1 is greater than ARG2
2008-03-06
ARG1 < ARG2 ARG1 小於 ARG2 ARG1 <= ARG2 ARG1 小於或等於 ARG2 ARG1 = ARG2 ARG1 等於 ARG2 ARG1 != ARG2 ARG1 不等於 ARG2 ARG1 >= ARG2 ARG1 大於或等於 ARG2 ARG1 > ARG2 ARG1 大於 ARG2
588.
ARG1 + ARG2 arithmetic sum of ARG1 and ARG2 ARG1 - ARG2 arithmetic difference of ARG1 and ARG2
2008-03-06
ARG1 + ARG2 ARG1 加上 ARG2 的和 ARG1 - ARG2 ARG1 減去 ARG2 的差
589.
ARG1 * ARG2 arithmetic product of ARG1 and ARG2 ARG1 / ARG2 arithmetic quotient of ARG1 divided by ARG2 ARG1 % ARG2 arithmetic remainder of ARG1 divided by ARG2
2008-03-06
ARG1 * ARG2 ARG1 乘以 ARG2 的積 ARG1 / ARG2 ARG1 除以 ARG2 的商 ARG1 % ARG2 ARG1 除以 ARG2 的餘數