mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 05:11:59 +02:00
76 lines
2.5 KiB
Text
76 lines
2.5 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * base_revision
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 16.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"PO-Revision-Date: 2025-01-31 00:48+0000\n"
|
|
"Last-Translator: Wang-TKurata <takahiko.kurata@axelspace.com>\n"
|
|
"Language-Team: none\n"
|
|
"Language: ja\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
"X-Generator: Weblate 5.6.2\n"
|
|
|
|
#. module: base_revision
|
|
#: model:ir.model.fields,field_description:base_revision.field_base_revision__active
|
|
msgid "Active"
|
|
msgstr "有効"
|
|
|
|
#. module: base_revision
|
|
#: model:ir.model.fields,field_description:base_revision.field_base_revision__current_revision_id
|
|
msgid "Current revision"
|
|
msgstr "現在のリビジョン"
|
|
|
|
#. module: base_revision
|
|
#: model:ir.model,name:base_revision.model_base_revision
|
|
msgid "Document Revision (abstract)"
|
|
msgstr "ドキュメントリビジョン(概要)"
|
|
|
|
#. module: base_revision
|
|
#: model:ir.model.fields,field_description:base_revision.field_base_revision__has_old_revisions
|
|
msgid "Has Old Revisions"
|
|
msgstr "旧リビジョンが存在"
|
|
|
|
#. module: base_revision
|
|
#. odoo-python
|
|
#: code:addons/base_revision/models/base_revision.py:0
|
|
#, python-format
|
|
msgid "New Revisions"
|
|
msgstr "新リビジョン"
|
|
|
|
#. module: base_revision
|
|
#. odoo-python
|
|
#: code:addons/base_revision/models/base_revision.py:0
|
|
#, python-format
|
|
msgid "New revision created: %s"
|
|
msgstr "新しいリビジョンが作成されました: %s"
|
|
|
|
#. module: base_revision
|
|
#: model:ir.model.fields,field_description:base_revision.field_base_revision__old_revision_ids
|
|
msgid "Old revisions"
|
|
msgstr "旧リビジョン"
|
|
|
|
#. module: base_revision
|
|
#: model:ir.model.fields,field_description:base_revision.field_base_revision__unrevisioned_name
|
|
msgid "Original Reference"
|
|
msgstr "オリジナル参照"
|
|
|
|
#. module: base_revision
|
|
#: model:ir.model.fields,field_description:base_revision.field_base_revision__revision_count
|
|
msgid "Previous versions count"
|
|
msgstr "旧バージョン数"
|
|
|
|
#. module: base_revision
|
|
#: model:ir.model.constraint,message:base_revision.constraint_base_revision_revision_unique
|
|
msgid "Reference and revision must be unique."
|
|
msgstr "参照とリビジョンはユニークにする必要があります。"
|
|
|
|
#. module: base_revision
|
|
#: model:ir.model.fields,field_description:base_revision.field_base_revision__revision_number
|
|
msgid "Revision"
|
|
msgstr "リビジョン"
|