Skip to content

Commit

Permalink
Update translation files
Browse files Browse the repository at this point in the history
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-12.0/server-tools-12.0-base_model_restrict_update
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-base_model_restrict_update/
  • Loading branch information
weblate committed Feb 11, 2024
1 parent 9c608f1 commit ef57c61
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
10 changes: 10 additions & 0 deletions base_model_restrict_update/i18n/base_model_restrict_update.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: base_model_restrict_update
#: model:ir.model.fields,help:base_model_restrict_update.field_ir_model__skip_check_for_readonly_users
msgid "Allow readonly users to create/write/delete records of this model"
msgstr ""

#. module: base_model_restrict_update
#: model:ir.model,name:base_model_restrict_update.model_ir_model_access
msgid "Model Access"
Expand All @@ -39,6 +44,11 @@ msgstr ""
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_ir_model__skip_check_for_readonly_users
msgid "Skip Check For Readonly Users"
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"
Expand Down
19 changes: 16 additions & 3 deletions base_model_restrict_update/i18n/ja.po
Original file line number Diff line number Diff line change
@@ -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 ""
Expand All @@ -16,6 +16,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.17\n"

#. module: base_model_restrict_update
#: model:ir.model.fields,help:base_model_restrict_update.field_ir_model__skip_check_for_readonly_users
msgid "Allow readonly users to create/write/delete records of this model"
msgstr ""

#. module: base_model_restrict_update
#: model:ir.model,name:base_model_restrict_update.model_ir_model_access
msgid "Model Access"
Expand All @@ -41,6 +46,11 @@ msgstr "trueに設定すると全てのモデルで読取専用ユーザにな
msgid "Set to true and the user can update restricted model."
msgstr "trueに設定するとユーザは制限付モデルを更新可能になります。"

#. module: base_model_restrict_update
#: model:ir.model.fields,field_description:base_model_restrict_update.field_ir_model__skip_check_for_readonly_users
msgid "Skip Check For Readonly Users"
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"
Expand All @@ -58,8 +68,11 @@ 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:27
Expand Down
10 changes: 10 additions & 0 deletions base_model_restrict_update/i18n/ja_JP.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: base_model_restrict_update
#: model:ir.model.fields,help:base_model_restrict_update.field_ir_model__skip_check_for_readonly_users
msgid "Allow readonly users to create/write/delete records of this model"
msgstr ""

#. module: base_model_restrict_update
#: model:ir.model,name:base_model_restrict_update.model_ir_model_access
msgid "Model Access"
Expand All @@ -41,6 +46,11 @@ msgstr ""
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_ir_model__skip_check_for_readonly_users
msgid "Skip Check For Readonly Users"
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"
Expand Down

0 comments on commit ef57c61

Please sign in to comment.