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.

58 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. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: \n"
  16. "Plural-Forms: \n"
  17. #. module: base_model_restrict_update
  18. #: model:ir.model,name:base_model_restrict_update.model_ir_model_access
  19. msgid "Model Access"
  20. msgstr "モデルアクセス"
  21. #. module: base_model_restrict_update
  22. #: model:ir.model,name:base_model_restrict_update.model_ir_model
  23. msgid "Models"
  24. msgstr "モデル"
  25. #. module: base_model_restrict_update
  26. #: model:ir.model.fields,help:base_model_restrict_update.field_res_users__unrestrict_model_update
  27. msgid "Set to true and the user can update restricted model."
  28. msgstr "有効化にすると制限されたモデルを更新することができます。"
  29. #. module: base_model_restrict_update
  30. #: model:ir.model.fields,field_description:base_model_restrict_update.field_res_users__unrestrict_model_update
  31. msgid "Unrestrict Model Update"
  32. msgstr "制限モデル更新許可"
  33. #. module: base_model_restrict_update
  34. #: model:ir.model.fields,field_description:base_model_restrict_update.field_ir_model__restrict_update
  35. msgid "Update Restrict Model"
  36. msgstr "更新制限モデル"
  37. #. module: base_model_restrict_update
  38. #: model:ir.model,name:base_model_restrict_update.model_res_users
  39. msgid "Users"
  40. msgstr "ユーザ"
  41. #. module: base_model_restrict_update
  42. #: model:ir.model.fields,help:base_model_restrict_update.field_ir_model__restrict_update
  43. msgid "When selected, the model is restricted to read-only unless the user has the special permission."
  44. msgstr "有効化にすると、「制限モデル更新許可」を持ちユーザのみモデルレコードを更新できます。"
  45. #. module: base_model_restrict_update
  46. #: code:addons/base_model_restrict_update/models/ir_model_access.py:31
  47. #, python-format
  48. msgid "You are only allowed to read this record. (%s - %s)"
  49. msgstr "レコードを更新することはできません。(%s - %s)"