Babylscript

Chinese Simplified Translation mappings

Contributors: Dennis Song

English Chinese Simplified Notes
Language mode ---zh---, ---中文---, ---简体---
String delimiters "…", '…', 「…」, ﹁…﹂, 《…》
,, 、
.. 。
alert警告
show显示
Keywords
function 函数
if 如果
else 否则
for
while
return 返回
do
true
false
var 变量
in
let 使
new 新建
try 尝试
case 条件
null
this 本例
with
break 跳出
throw 抛出
catch 捕获
switch 选择
continue 继续
debugger 调试
instanceof 实例为
typeof 类型为
void 无返回
delete 删除
default 默认
finally 最后
Reserved words
int 整数
byte 字节
char 字符
enum 枚举
goto 跳转到
long 长整数
const 常量
super
class
yield 协程
final 不可变量
float 浮点数
short 短整数
native 本地
throws 会抛出
import 导入
double 双精度数
static 静态
public 公共
export 导出
package
boolean 布尔
private 私有
extends 扩展
abstract 抽象
volatile 挥发变量
interface 接口
protected 受保护
transient 瞬时变量
implements 实现
synchronized 同步
Objects
arguments 参数 can be a keyword
  callee   被调用者
  length   长度
  caller   调用者
LIBRARY_SCOPE 库_范围
Function 函数对象
  name   名称
  arity   参数数
  length   长度
  prototype   原型
  arguments   参数
  constructor   构造器
  toString   转字符串
  toSource   转源代码
  apply   应用
  call   调用
Object 对象
  constructor   构造器
  toString   转字符串
  toLocaleString   转本地化字符串
  valueOf   值为
  hasOwnProperty   是否含属性
  propertyIsEnumerable   属性可枚举
  isPrototypeOf   是否为原型
  toSource   转源代码
  __defineGetter__   _定义取操作_
  __defineSetter__   _定义设操作_
  __lookupGetter__   _查找取操作_
  __lookupSetter__   _查找设操作_
Error 错误
  constructor   构造器
  toString   转字符串
  toSource   转源代码
  name   名称
  message   消息
  fileName   文件名
  lineNumber   行数
decodeURI 解码URI
decodeURIComponent 解码URI组件
encodeURI 编码URI
encodeURIComponent 编码URI组件
escape 编码
eval 评估
isFinite 是否无限
isNaN 是否非数字
isXMLName 是否XML名称
parseFloat 解析浮点型
parseInt 解析整型
unescape 解码
uneval 解析代码
NaN 非数字
Infinity 无限
undefined 未定义
ConversionError 转换错误
EvalError 编码错误
RangeError 范围错误
ReferenceError 引用错误
SyntaxError 语法错误
TypeError 类型错误
URIError URI错误
InternalError 内部错误
JavaException Java异常
Array 数组
  length   长度
  constructor   构造器
  toString   转字符串
  toLocaleString   转本地化字符串
  toSource   转源代码
  join   连接
  reverse   反转
  sort   排序
  push   推出
  pop   弹出
  shift   换位
  unshift   复位
  splice   拼接
  concat   串连
  slice   切词
  indexOf   索引为
  lastIndexOf   最后索引为
  every   完整遍历
  filter   过滤
  forEach   遍历单个元素
  map   映射
  some   部分遍历
String 字符串
  length   长度
  fromCharCode   字符转字符串
  constructor   构造器
  toString   转字符串
  toSource   转源代码
  valueOf   值为
  charAt   字符在
  charCodeAt   字符编码在
  indexOf   索引为
  lastIndexOf   最后索引为
  split   分割
  substring   子字符串
  toLowerCase   转小写
  toUpperCase   转大写
  substr   子字符串2
  concat   串连
  slice   切词
  bold   粗体 html
  italics   斜体 html
  fixed   打印机字体 html
  strike   删除线 html
  small   小 html
  big   大 html
  blink   闪烁 html
  sup   上标 html
  sub   下标 html
  fontsize   字体大小 html
  fontcolor   字体颜色 html
  link   链接 html
  anchor   锚点 html
  equals   相等
  equalsIgnoreCase   相等忽略大小写
  match   匹配
  search   查找
  replace   替换
  localeCompare   本地化比较
  toLocaleLowerCase   转本地化小写
  toLocaleUpperCase   转本地化大写
Boolean 布尔型
  constructor   构造器
  toString   转字符串
  toSource   转源代码
  valueOf   值为
Number 数字
  NaN   非数字
  POSITIVE_INFINITY   正无限
  NEGATIVE_INFINITY   负无限
  MAX_VALUE   最大值
  MIN_VALUE   最小值
  constructor   构造器
  toString   转字符串
  toLocaleString   转本地化字符串
  toSource   转源代码
  valueOf   值为
  toFixed   转固定
  toExponential   转指数
  toPrecision   转精度
Date 日期
  now   现在
  parse   解析
  UTC   世界标准时间
  constructor   构造器
  toString   转字符串
  toTimeString   转时间字符串
  toDateString   转日期字符串
  toLocaleString   转本地化字符串
  toLocaleTimeString   转本地化时间字符串
  toLocaleDateString   转本地化日期字符串
  toUTCString   转标准时间字符串
  toSource   转源代码
  valueOf   值为
  getTime   取时间
  getYear   取年
  getFullYear   取完整年
  getUTCFullYear   取标准时间完整年
  getMonth   取月
  getUTCMonth   取标准时间月
  getDate   取日期
  getUTCDate   取标准时间日期
  getDay   取日
  getUTCDay   取标准时间日
  getHours   取小时
  getUTCHours   取标准时间小时
  getMinutes   取分钟
  getUTCMinutes   取标准时间分钟
  getSeconds   取秒
  getUTCSeconds   取标准时间秒
  getMilliseconds   取微秒
  getUTCMilliseconds   取标准时间微秒
  getTimezoneOffset   取时间差
  setTime   设时间
  setMilliseconds   设微秒
  setUTCMilliseconds   设标准时间微秒
  setSeconds   设秒
  setUTCSeconds   设标准时间秒
  setMinutes   设分钟
  setUTCMinutes   设标准时间分钟
  setHours   设小时
  setUTCHours   设标准时间小时
  setDate   设日期
  setUTCDate   设标准时间日期
  setMonth   设月
  setUTCMonth   设标准时间月
  setFullYear   设完整年
  setUTCFullYear   设标准时间完整年
  setYear   设年
Math 数学
  toSource   转源代码
  abs   绝对值
  acos   反余弦
  asin   反正弦
  atan   反正切
  atan2   反正切2
  ceil   向上取整
  cos   余弦
  exp   指数
  floor   向下取整
  log   对数
  max   最大值
  min   最小值
  pow   次幂
  random   随机
  round   就近取整
  sin   正弦
  sqrt   平方根
  tan   正切
  E   欧拉的数
  PI   圆周率
  LN10   十的自然对数
  LN2   二的自然对数
  LOG2E   以二为底e的对数
  LOG10E   以十为底e的对数
  SQRT1_2   二的平方根倒数
  SQRT2   二的平方根
With deprecated
Call 调用 deprecated
  arguments   参数
  constructor   构造器
Script 脚本
  constructor   构造器
  toString   转字符串
  exec   执行
  compile   编译
Iterator 迭代
  constructor   构造器
  next   下一个
  __iterator__   _迭代_
StopIteration 停止迭代
RegExp 正则表达式
  lastIndex   最后索引为
  source   源代码
  global   全局
  ignoreCase   忽略大小写
  multiline   多行
  compile   编译
  toString   转字符串
  toSource   转源代码
  exec   执行
  test   测试
  prefix   前缀
RegExp Matches
  index   索引
  input   输入
Error Messages