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.

62 lines
2.2 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_model_restrict_update
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2021-02-04 09:47+0000\n"
  10. "PO-Revision-Date: 2021-02-04 09:47+0000\n"
  11. "Last-Translator: <>\n"
  12. "Language-Team: \n"
  13. "Language: \n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: \n"
  17. "Plural-Forms: \n"
  18. #. module: base_model_restrict_update
  19. #: model:ir.model,name:base_model_restrict_update.model_ir_model_access
  20. msgid "Model Access"
  21. msgstr "モデルアクセス"
  22. #. module: base_model_restrict_update
  23. #: model:ir.model,name:base_model_restrict_update.model_ir_model
  24. msgid "Models"
  25. msgstr "モデル"
  26. #. module: base_model_restrict_update
  27. #: model:ir.model.fields,help:base_model_restrict_update.field_res_users__unrestrict_model_update
  28. msgid "Set to true and the user can update restricted model."
  29. msgstr "有効化にすると制限されたモデルを更新することができます。"
  30. #. module: base_model_restrict_update
  31. #: model:ir.model.fields,field_description:base_model_restrict_update.field_res_users__unrestrict_model_update
  32. msgid "Unrestrict Model Update"
  33. msgstr "制限モデル更新許可"
  34. #. module: base_model_restrict_update
  35. #: model:ir.model.fields,field_description:base_model_restrict_update.field_ir_model__restrict_update
  36. msgid "Update Restrict Model"
  37. msgstr "更新制限モデル"
  38. #. module: base_model_restrict_update
  39. #: model:ir.model,name:base_model_restrict_update.model_res_users
  40. msgid "Users"
  41. msgstr "ユーザ"
  42. #. module: base_model_restrict_update
  43. #: model:ir.model.fields,help:base_model_restrict_update.field_ir_model__restrict_update
  44. msgid ""
  45. "When selected, the model is restricted to read-only unless the user has the "
  46. "special permission."
  47. msgstr ""
  48. "有効化にすると、「制限モデル更新許可」を持ちユーザのみモデルレコードを更新で"
  49. "きます。"
  50. #. module: base_model_restrict_update
  51. #: code:addons/base_model_restrict_update/models/ir_model_access.py:31
  52. #, python-format
  53. msgid "You are only allowed to read this record. (%s - %s)"
  54. msgstr "レコードを更新することはできません。(%s - %s)"