copy-i18n-tags now adds quotes around necessary translation keys
This commit is contained in:
parent
1744a60314
commit
f723b2155b
53 changed files with 939 additions and 936 deletions
app/locale
ar.coffeebg.coffeeca.coffeecs.coffeeda.coffeede-AT.coffeede-CH.coffeede-DE.coffeeel.coffeeen-GB.coffeeen-US.coffeeeo.coffeees-419.coffeees-ES.coffeeet.coffeefa.coffeefi.coffeefr.coffeegl.coffeehe.coffeehi.coffeehu.coffeeid.coffeeit.coffeeja.coffeeko.coffeelt.coffeemk-MK.coffeems.coffeemy.coffeenb.coffeenl-BE.coffeenl-NL.coffeenn.coffeepl.coffeept-BR.coffeero.coffeeru.coffeesk.coffeesl.coffeesr.coffeesv.coffeeth.coffeetr.coffeeuk.coffeeur.coffeeuz.coffeevi.coffeezh-HANS.coffeezh-HANT.coffeezh-WUU-HANS.coffeezh-WUU-HANT.coffee
scripts
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "العربية", englishDescription: "Arabi
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "български език", englishDescri
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Català", englishDescription: "Catalan", tr
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "čeština", englishDescription: "Czech", tr
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "dansk", englishDescription: "Danish", trans
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Deutsch (Österreich)", englishDescription:
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Dütsch (Schwiiz)", englishDescription: "Ge
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Deutsch (Deutschland)", englishDescription:
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Ελληνικά", englishDescription: "Gre
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "English (UK)", englishDescription: "English
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "English (US)", englishDescription: "English
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Esperanto", englishDescription: "Esperanto"
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Español (América Latina)", englishDescrip
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "español (ES)", englishDescription: "Spanis
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Eesti", englishDescription: "Estonian", tra
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "فارسی", englishDescription: "Persian",
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "suomi", englishDescription: "Finnish", tran
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Galego", englishDescription: "Galician", tr
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "עברית", englishDescription: "Hebrew",
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "मानक हिन्दी", englishDe
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "magyar", englishDescription: "Hungarian", t
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Bahasa Indonesia", englishDescription: "Ind
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Italiano", englishDescription: "Italian", t
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lith
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Македонски", englishDescription:
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "မြန်မာစကား", englishDes
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Norsk Bokmål", englishDescription: "Norweg
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Nederlands (België)", englishDescription:
|
||||||
hero: "held"
|
hero: "held"
|
||||||
this: "dit"
|
this: "dit"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Nederlands (Nederland)", englishDescription
|
||||||
hero: "held"
|
hero: "held"
|
||||||
this: "dit"
|
this: "dit"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Norsk Nynorsk", englishDescription: "Norweg
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Português do Brasil", englishDescription:
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "limba română", englishDescription: "Roman
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "русский", englishDescription: "Russi
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "slovenčina", englishDescription: "Slovak",
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "slovenščina", englishDescription: "Sloven
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "српски", englishDescription: "Serbian
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Svenska", englishDescription: "Swedish", tr
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Türkçe", englishDescription: "Turkish", t
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Українська", englishDescription:
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "اُردُو", englishDescription: "Urdu",
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "O'zbekcha", englishDescription: "Uzbek", tr
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "Tiếng Việt", englishDescription: "Vietn
|
||||||
hero: "hero"
|
hero: "hero"
|
||||||
this: "this"
|
this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "简体中文", englishDescription: "Chinese
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "繁體中文", englishDescription: "Chinese
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplifi
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -203,26 +203,26 @@ module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditio
|
||||||
# hero: "hero"
|
# hero: "hero"
|
||||||
# this: "this"
|
# this: "this"
|
||||||
# or: "or"
|
# or: "or"
|
||||||
# ||: "or"
|
# "||": "or"
|
||||||
# and: "and"
|
# and: "and"
|
||||||
# &&: "and"
|
# "&&": "and"
|
||||||
# not: "not"
|
# not: "not"
|
||||||
# !: "not"
|
# "!": "not"
|
||||||
# =: "assign"
|
# "=": "assign"
|
||||||
# ==: "equals"
|
# "==": "equals"
|
||||||
# ===: "strictly equals"
|
# "===": "strictly equals"
|
||||||
# !=: "does not equal"
|
# "!=": "does not equal"
|
||||||
# !==: "does not strictly equal"
|
# "!==": "does not strictly equal"
|
||||||
# >: "is greater than"
|
# ">": "is greater than"
|
||||||
# >=: "is greater than or equal"
|
# ">=": "is greater than or equal"
|
||||||
# <: "is less than"
|
# "<": "is less than"
|
||||||
# <=: "is less than or equal"
|
# "<=": "is less than or equal"
|
||||||
# *: "multiplied by"
|
# "*": "multiplied by"
|
||||||
# /: "divided by"
|
# "/": "divided by"
|
||||||
# +: "plus"
|
# "+": "plus"
|
||||||
# -: "minus"
|
# "-": "minus"
|
||||||
# +=: "add and assign"
|
# "+=": "add and assign"
|
||||||
# -=: "subtract and assign"
|
# "-=": "subtract and assign"
|
||||||
# True: "True"
|
# True: "True"
|
||||||
# true: "true"
|
# true: "true"
|
||||||
# False: "False"
|
# False: "False"
|
||||||
|
|
|
@ -54,6 +54,9 @@ for file in dir when not (file in ['locale.coffee', 'en.coffee'])
|
||||||
comment = " \#" + comment if comment is ""
|
comment = " \#" + comment if comment is ""
|
||||||
comment = comment + " {change}"
|
comment = comment + " {change}"
|
||||||
|
|
||||||
|
unless /^[a-z0-9_]+$/i.test enTag
|
||||||
|
enTag = '"' + enTag + '"' # Since || doesn't work as a key, needs to be "||"
|
||||||
|
|
||||||
lines.push "#{if tagMissing then '#' else ''} #{enTag}: \"#{tag}\"#{comment}"
|
lines.push "#{if tagMissing then '#' else ''} #{enTag}: \"#{tag}\"#{comment}"
|
||||||
newContents = lines.join('\n') + '\n'
|
newContents = lines.join('\n') + '\n'
|
||||||
fs.writeFileSync 'app/locale/' + file, newContents
|
fs.writeFileSync 'app/locale/' + file, newContents
|
||||||
|
|
Reference in a new issue