You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_jsonify
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "PO-Revision-Date: 2019-08-31 04:35+0000\n"
  10. "Last-Translator: 黎伟杰 <674416404@qq.com>\n"
  11. "Language-Team: none\n"
  12. "Language: zh_CN\n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: \n"
  16. "Plural-Forms: nplurals=1; plural=0;\n"
  17. "X-Generator: Weblate 3.8\n"
  18. #. module: base_jsonify
  19. #: model:ir.model.fields,field_description:base_jsonify.field_ir_exports_line__alias
  20. msgid "Alias"
  21. msgstr "别名"
  22. #. module: base_jsonify
  23. #: model:ir.model,name:base_jsonify.model_base
  24. msgid "Base"
  25. msgstr "基础"
  26. #. module: base_jsonify
  27. #: model_terms:ir.ui.view,arch_db:base_jsonify.view_ir_exports
  28. msgid "Configuration"
  29. msgstr "配置"
  30. #. module: base_jsonify
  31. #: model:ir.actions.act_window,name:base_jsonify.act_ui_exports_view
  32. #: model:ir.ui.menu,name:base_jsonify.ui_exports
  33. msgid "Export Fields"
  34. msgstr "导出字段"
  35. #. module: base_jsonify
  36. #: model:ir.model,name:base_jsonify.model_ir_exports
  37. msgid "Exports"
  38. msgstr "导出"
  39. #. module: base_jsonify
  40. #: model:ir.model,name:base_jsonify.model_ir_exports_line
  41. msgid "Exports Line"
  42. msgstr "导出行"
  43. #. module: base_jsonify
  44. #: model_terms:ir.ui.view,arch_db:base_jsonify.view_ir_exports
  45. msgid "Index"
  46. msgstr "索引"
  47. #. module: base_jsonify
  48. #: code:addons/base_jsonify/models/ir_exports_line.py:26
  49. #, python-format
  50. msgid "Name and Alias must have the same hierarchy depth"
  51. msgstr "名称和别名必须具有相同的层次结构深度"
  52. #. module: base_jsonify
  53. #: code:addons/base_jsonify/models/ir_exports_line.py:31
  54. #, python-format
  55. msgid "The alias must reference the same field as in name '%s' not in '%s'"
  56. msgstr "别名必须引用与名称相同的字段'%s'不在'%s'"
  57. #. module: base_jsonify
  58. #: model:ir.model.fields,help:base_jsonify.field_ir_exports_line__alias
  59. msgid ""
  60. "The complete path to the field where you can specify an alias on the a step "
  61. "as field:alias"
  62. msgstr "字段的完整路径,您可以在其中指定步骤作为字段的别名:别名"
  63. #. module: base_jsonify
  64. #: code:addons/base_jsonify/models/models.py:69
  65. #, python-format
  66. msgid "Wrong parser configuration"
  67. msgstr "错误的解析器配置"