Sha256: 704f0f84356a9201e4ff6d6bb1d75224f8b9bde484ab64767e794d3b53b58401
Contents?: true
Size: 1.54 KB
Versions: 2
Compression:
Stored size: 1.54 KB
Contents
en: activemodel: errors: messages: taken: 已占用 mongoid: errors: messages: document_not_found: 没有发现类是%{klass}id(s)是%{identifiers}的文档 invalid_database: 数据库应该是Mongo::DB,而不是%{name}. invalid_type: 在类%{klass}中定义了字段,实际值是%{value}的%{other}. unsupported_version: MongoDB %{version} 版本已过期,请升级到 %{mongo_version}. validations: 校验失败 - %{errors}. invalid_collection: 不允许直接访问嵌入式的集合%{klass} , 请从文档的根访问集合. invalid_field: 字段的名字不允许为 %{name}. 你不应该定义跟Mongoid内部属性或者方法相同的名字,详细请看Use Document#instance_methods. too_many_nested_attribute_records: 被关联的%{association} 嵌入式属性不能超过 %{limit}. embedded_in_must_have_inverse_of: embedded_in的关联属性必须包含inverse_of. dependent_only_references_one_or_many: dependent => destroy|delete 选项只有在references_one或者references_many时候有效. association_cant_have_inverse_of: 在当前的关联中,不允许定义inverse_of去,其只有在embedded_in或者references_many是数组的情况下使用 unsaved_document: You cannot call create or create! through a relational association relation (%{document}) who's parent (%{base}) is not already saved.
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
stonegao-mongoid-2.0.0.rc.6 | lib/config/locales/zh-CN.yml |
mongoid-2.0.0.rc.6 | lib/config/locales/zh-CN.yml |