diff --git a/base_model_restrict_update/i18n/base_model_restrict_update.po b/base_model_restrict_update/i18n/base_model_restrict_update.po index 5e34a514e..f7ba20e35 100644 --- a/base_model_restrict_update/i18n/base_model_restrict_update.po +++ b/base_model_restrict_update/i18n/base_model_restrict_update.po @@ -1,6 +1,6 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * base_model_restrict_update +# * base_model_restrict_update # msgid "" msgstr "" @@ -8,6 +8,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -45,7 +46,9 @@ msgstr "" #. module: base_model_restrict_update #: model:ir.model.fields,help:base_model_restrict_update.field_ir_model__restrict_update -msgid "When selected, the model is restricted to read-only unless the user has the special permission." +msgid "" +"When selected, the model is restricted to read-only unless the user has the " +"special permission." msgstr "" #. module: base_model_restrict_update @@ -53,4 +56,3 @@ msgstr "" #, python-format msgid "You are only allowed to read this record. (%s - %s)" msgstr "" - diff --git a/base_model_restrict_update/i18n/base_model_restrict_update.pot b/base_model_restrict_update/i18n/base_model_restrict_update.pot new file mode 100644 index 000000000..5e34a514e --- /dev/null +++ b/base_model_restrict_update/i18n/base_model_restrict_update.pot @@ -0,0 +1,56 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_model_restrict_update +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: base_model_restrict_update +#: model:ir.model,name:base_model_restrict_update.model_ir_model_access +msgid "Model Access" +msgstr "" + +#. module: base_model_restrict_update +#: model:ir.model,name:base_model_restrict_update.model_ir_model +msgid "Models" +msgstr "" + +#. module: base_model_restrict_update +#: model:ir.model.fields,help:base_model_restrict_update.field_res_users__unrestrict_model_update +msgid "Set to true and the user can update restricted model." +msgstr "" + +#. module: base_model_restrict_update +#: model:ir.model.fields,field_description:base_model_restrict_update.field_res_users__unrestrict_model_update +msgid "Unrestrict Model Update" +msgstr "" + +#. module: base_model_restrict_update +#: model:ir.model.fields,field_description:base_model_restrict_update.field_ir_model__restrict_update +msgid "Update Restrict Model" +msgstr "" + +#. module: base_model_restrict_update +#: model:ir.model,name:base_model_restrict_update.model_res_users +msgid "Users" +msgstr "" + +#. module: base_model_restrict_update +#: model:ir.model.fields,help:base_model_restrict_update.field_ir_model__restrict_update +msgid "When selected, the model is restricted to read-only unless the user has the special permission." +msgstr "" + +#. module: base_model_restrict_update +#: code:addons/base_model_restrict_update/models/ir_model_access.py:31 +#, python-format +msgid "You are only allowed to read this record. (%s - %s)" +msgstr "" + diff --git a/base_model_restrict_update/i18n/ja_JP.po b/base_model_restrict_update/i18n/ja_JP.po index b707e6afa..09564531b 100644 --- a/base_model_restrict_update/i18n/ja_JP.po +++ b/base_model_restrict_update/i18n/ja_JP.po @@ -1,6 +1,6 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * base_model_restrict_update +# * base_model_restrict_update # msgid "" msgstr "" @@ -10,6 +10,7 @@ msgstr "" "PO-Revision-Date: 2021-02-04 09:47+0000\n" "Last-Translator: <>\n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" @@ -47,12 +48,15 @@ msgstr "ユーザ" #. module: base_model_restrict_update #: model:ir.model.fields,help:base_model_restrict_update.field_ir_model__restrict_update -msgid "When selected, the model is restricted to read-only unless the user has the special permission." -msgstr "有効化にすると、「制限モデル更新許可」を持ちユーザのみモデルレコードを更新できます。" +msgid "" +"When selected, the model is restricted to read-only unless the user has the " +"special permission." +msgstr "" +"有効化にすると、「制限モデル更新許可」を持ちユーザのみモデルレコードを更新で" +"きます。" #. module: base_model_restrict_update #: code:addons/base_model_restrict_update/models/ir_model_access.py:31 #, python-format msgid "You are only allowed to read this record. (%s - %s)" msgstr "レコードを更新することはできません。(%s - %s)" -