forked from OCA/purchase-workflow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1660 from OCA/15.0
Syncing from upstream OCA/purchase-workflow (15.0)
- Loading branch information
Showing
1 changed file
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * purchase_order_revision | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 15.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2025-01-31 00:47+0000\n" | ||
"Last-Translator: Wang-TKurata <[email protected]>\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: purchase_order_revision | ||
#: model:ir.model.fields,field_description:purchase_order_revision.field_purchase_order__active | ||
msgid "Active" | ||
msgstr "有効" | ||
|
||
#. module: purchase_order_revision | ||
#: model:ir.model.fields,field_description:purchase_order_revision.field_purchase_order__current_revision_id | ||
msgid "Current revision" | ||
msgstr "現在のリビジョン" | ||
|
||
#. module: purchase_order_revision | ||
#: model:ir.model.fields,field_description:purchase_order_revision.field_purchase_order__has_old_revisions | ||
msgid "Has Old Revisions" | ||
msgstr "旧リビジョンが存在" | ||
|
||
#. module: purchase_order_revision | ||
#: model_terms:ir.ui.view,arch_db:purchase_order_revision.view_purchase_order_form | ||
msgid "New Revision" | ||
msgstr "新リビジョン" | ||
|
||
#. module: purchase_order_revision | ||
#: model:ir.model.fields,field_description:purchase_order_revision.field_purchase_order__old_revision_ids | ||
msgid "Old revisions" | ||
msgstr "旧リビジョン" | ||
|
||
#. module: purchase_order_revision | ||
#: model:ir.model.constraint,message:purchase_order_revision.constraint_purchase_order_revision_unique | ||
msgid "Order Reference and revision must be unique per Company." | ||
msgstr "注文参照とリビジョンは会社内でユニークにする必要があります。" | ||
|
||
#. module: purchase_order_revision | ||
#: model:ir.model.fields,field_description:purchase_order_revision.field_purchase_order__unrevisioned_name | ||
msgid "Original Reference" | ||
msgstr "オリジナル参照" | ||
|
||
#. module: purchase_order_revision | ||
#: model_terms:ir.ui.view,arch_db:purchase_order_revision.view_purchase_order_form | ||
msgid "Prev. revisions" | ||
msgstr "過去のリビジョン" | ||
|
||
#. module: purchase_order_revision | ||
#: model:ir.model.fields,field_description:purchase_order_revision.field_purchase_order__revision_count | ||
msgid "Previous versions count" | ||
msgstr "過去のバージョン数" | ||
|
||
#. module: purchase_order_revision | ||
#: model:ir.model,name:purchase_order_revision.model_purchase_order | ||
msgid "Purchase Order" | ||
msgstr "購買オーダ" | ||
|
||
#. module: purchase_order_revision | ||
#: model:ir.model.fields,field_description:purchase_order_revision.field_purchase_order__revision_number | ||
msgid "Revision" | ||
msgstr "リビジョン" |