Sha256: 3030f3506ffacd4bab194b144d5a9704e0b1cd1d67187454222855d977a04c25

Contents?: true

Size: 977 Bytes

Versions: 4

Compression:

Stored size: 977 Bytes

Contents

//= require alchemy/alchemy.translations

Alchemy.translations['zh-CN'] = {
  allowed_chars: '%{count} 个字符',
  cancel: '取消',
  cancelled: '已取消',
  click_to_edit: '单击来编辑',
  complete: '完成',
  element_dirty_notice: '这个元素还有未保存的更改。你确定要折叠?',
  help: '帮助',
  ok: '确定',
  page_dirty_notice: '这个页面还有未保存的更改。如果继续你将会丢掉你所做的更改。',
  page_found: '找到页面',
  pages_found: '找到页面',
  url_validation_failed: '页面地址格式错误。',
  warning: '警告!',
  'File is too large': '文件太大',
  'File is too small': '文件太小',
  'File type not allowed': '文件类型不支持',
  'Maximum number of files exceeded': '超出最大允许的文件数。',
  'Uploaded bytes exceed file size': '上传得字节数超过文件大小',
  formats: {
    datetime: "Y-m-d H:i",
    date: "Y-m-d",
    time: "H:i",
    time_24hr: true
  }
};

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alchemy_i18n-2.1.0 app/assets/javascripts/alchemy_i18n/zh-CN.js
alchemy_i18n-2.0.0 app/assets/javascripts/alchemy_i18n/zh-CN.js
alchemy_i18n-1.1.0 app/assets/javascripts/alchemy_i18n/zh-CN.js
alchemy_i18n-1.0.0 app/assets/javascripts/alchemy_i18n/zh-CN.js