padrino/padrino-framework

View on GitHub
padrino-admin/lib/padrino-admin/locale/admin/zh_cn.yml

Summary

Maintainability
Test Coverage
zh_cn:
  padrino:
    admin:
      login:
        title: "登录"
        email: "电子邮件"
        password: "密码"
        bypass: "直接进入管理后台?"
        sign_in: "登录系统"
        error: "电子邮件或者密码错误。"
      save: "保存"
      save_and_continue: "保存然后继续创建新条目"
      cancel: "取消"
      list: "列表"
      edit: "编辑"
      new: "新建"
      show: "显示"
      delete: "删除"
      confirm: "确认么?"
      created_at: "创建于"
      all: "所有"
      profile: "编辑您的个人资料"
      settings: "设置"
      logout: "注销管理"
      select_all: "全选"
      deselect_all: "全不选"
      delete_selected: "删除所选"
      delete_selected_title: "您确认删除所选项么?"
      example: "例如:普通说明文字"
      new_title: "新 %{model}"
      create_title: "编辑 %{model}"
      create_success: "%{model} 已成功创建。"
      create_error: "未能创建 %{model}"
      edit_title: "编辑 %{model}"
      edit_warning: "未能找到ID为 %{id} 的 %{model} 。"
      update_title: "编辑 %{model}"
      update_success: "ID为 %{id} 的 %{model} 已成功更新。"
      update_error: "未能更新 %{model} 。"
      update_warning: "未能找到ID为 %{id} 的 %{model} 。"
      delete_title: "删除 %{model} ?"
      delete_success: "ID为 %{id} 的 %{model} 已删除。"
      delete_error: "未能删除 %{model} !"
      delete_warning: "未发现ID为 %{id} 的 %{model} 。"
      destroy_many_error: "您要删除 %{model} ,至少要选择一个。"
      destroy_many_success: "%{model} %{ids} 全部删除。"
      custom_errors:
        title: "错误"
        '403':
          title: "403错误"
          description: "禁止访问该资源"
        '404':
          title: "404错误"
          description: "没有找到相关资源"
        '500':
          title: "500错误"
          description: "服务器错误"