[I18N] Update translation terms from Transifex

This commit is contained in:
Odoo Online
2024-11-10 02:42:48 +01:00
parent b747dfcbd4
commit 92ac7ee0e6
203 changed files with 96967 additions and 76967 deletions
+78 -34
View File
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-07 14:21+0000\n"
"POT-Creation-Date: 2024-11-05 09:20+0000\n"
"PO-Revision-Date: 2024-10-08 06:34+0000\n"
"Last-Translator: Junko Augias, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
@@ -851,7 +851,7 @@ msgstr ""
#: ../../content/administration/odoo_online.rst:87
msgid "Domain names"
msgstr ""
msgstr "ドメイン名"
#: ../../content/administration/odoo_online.rst:89
msgid ""
@@ -1326,7 +1326,7 @@ msgid "Here is a pseudo-implementation example:"
msgstr ""
#: ../../content/administration/odoo_sh/advanced/submodules.rst:6
#: ../../content/administration/odoo_sh/getting_started/settings.rst:229
#: ../../content/administration/odoo_sh/getting_started/settings.rst:249
msgid "Submodules"
msgstr ""
@@ -3998,22 +3998,66 @@ msgid ""
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:221
msgid "Custom domains"
msgid "GitHub commit statuses"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:223
msgid ""
"This option enables Odoo.sh to push commit statuses to your GitHub "
"repository when a build is created or updated. It requires a GitHub token "
"with permissions to push commit statuses to the repository. Refer to "
"`GitHub's documentation on personal access tokens "
"<https://docs.github.com/en/authentication/keeping-your-account-and-data-"
"secure/managing-your-personal-access-tokens>`_ for instructions to create "
"yours."
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:229
msgid ""
"GitHub's **fine-grained personal tokens** have an expiration date and will "
"be disabled if they fail to update the commit status. You can replace the "
"token at any time on Odoo.sh."
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:232
msgid "The commit statuses pushed to GitHub can have the following contexts:"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:234
msgid ":guilabel:`ci/odoo.sh (dev)`: status of a development build"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:235
msgid ":guilabel:`ci/odoo.sh (staging)`: status of a staging build"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:236
msgid ":guilabel:`ci/odoo.sh (production)`: status of a production build"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:237
msgid ""
":guilabel:`ci/odoo.sh (test_ci)`: testing the token from the Settings page "
"will push a test status on the last commit of your repository"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:241
msgid "Custom domains"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:243
msgid ""
"To configure additional domains please refer to the corresponding branch's "
":ref:`settings tab <odoosh-gettingstarted-branches-tabs-settings>`."
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:231
#: ../../content/administration/odoo_sh/getting_started/settings.rst:251
msgid ""
"Configure the deploy keys for the private repositories you use as submodules"
" in your branches to allow Odoo.sh to download them."
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:235
#: ../../content/administration/odoo_sh/getting_started/settings.rst:255
msgid ""
"These settings are required for **private repositories** only. If you are "
"looking on how to set up your submodules, instructions are available in the "
@@ -4021,7 +4065,7 @@ msgid ""
"documentation."
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:242
#: ../../content/administration/odoo_sh/getting_started/settings.rst:262
msgid ""
"When a repository is private, it is not possible to publicly download its "
"branches and revisions. For that reason, you need to configure a deploy key "
@@ -4029,106 +4073,106 @@ msgid ""
"revisions of this private repository."
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:247
#: ../../content/administration/odoo_sh/getting_started/settings.rst:267
msgid ""
"To configure the deploy key for a private repository, proceed as follows:"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:249
#: ../../content/administration/odoo_sh/getting_started/settings.rst:269
msgid ""
"in the input, paste the SSH URL of your private sub-repository and click on "
"*Add*,"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:251
#: ../../content/administration/odoo_sh/getting_started/settings.rst:271
msgid "e.g. *git@github.com:USERNAME/REPOSITORY.git*"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:252
#: ../../content/administration/odoo_sh/getting_started/settings.rst:272
msgid ""
"it can be another Git server than Github, such as Bitbucket, Gitlab or even "
"your own self-hosted server"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:255
#: ../../content/administration/odoo_sh/getting_started/settings.rst:275
msgid "copy the public key,"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:257
#: ../../content/administration/odoo_sh/getting_started/settings.rst:277
msgid "it should look like *ssh-rsa some...random...characters...here...==*"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:259
#: ../../content/administration/odoo_sh/getting_started/settings.rst:279
msgid ""
"in the settings of the private sub-repository, add the public key amongst "
"the deploy keys."
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:261
#: ../../content/administration/odoo_sh/getting_started/settings.rst:281
msgid ""
"Github.com: :menuselection:`Settings --> Deploy keys --> Add deploy key`"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:262
#: ../../content/administration/odoo_sh/getting_started/settings.rst:282
msgid "Bitbucket.com: :menuselection:`Settings --> Access keys --> Add key`"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:263
#: ../../content/administration/odoo_sh/getting_started/settings.rst:283
msgid "Gitlab.com: :menuselection:`Settings --> Repository --> Deploy Keys`"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:264
#: ../../content/administration/odoo_sh/getting_started/settings.rst:284
msgid ""
"Self-hosted: append the key to the git users authorized_keys file in its "
".ssh directory"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:267
#: ../../content/administration/odoo_sh/getting_started/settings.rst:287
msgid "Storage Size"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:269
#: ../../content/administration/odoo_sh/getting_started/settings.rst:289
msgid "This section shows the storage size used by your project."
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:274
#: ../../content/administration/odoo_sh/getting_started/settings.rst:294
msgid "Storage size is computed as follows:"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:276
#: ../../content/administration/odoo_sh/getting_started/settings.rst:296
msgid "the size of the PostgreSQL database"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:278
#: ../../content/administration/odoo_sh/getting_started/settings.rst:298
msgid ""
"the size of the disk files available in your container: database filestore, "
"sessions storage directory..."
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:281
#: ../../content/administration/odoo_sh/getting_started/settings.rst:301
msgid ""
"In case you want to analyze disk usage, you can run the tool `ncdu "
"<https://dev.yorhel.nl/ncdu/man>`_ in your Web Shell."
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:284
#: ../../content/administration/odoo_sh/getting_started/settings.rst:304
msgid ""
"Should your production database size grow to exceed what's provisioned in "
"your subscription, it will automatically be synchronized with it."
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:288
#: ../../content/administration/odoo_sh/getting_started/settings.rst:308
msgid "Database Workers"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:290
#: ../../content/administration/odoo_sh/getting_started/settings.rst:310
msgid ""
"Additional database workers can be configured here. More workers help "
"increase the load your production database is able to handle. If you add "
"more, it will automatically be synchronized with your subscription."
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:298
#: ../../content/administration/odoo_sh/getting_started/settings.rst:318
msgid ""
"Adding more workers will not magically solve all performance issues. It only"
" allows the server to handle more connections at the same time. If some "
@@ -4137,22 +4181,22 @@ msgid ""
"<https://www.odoo.com/help>`_."
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:304
#: ../../content/administration/odoo_sh/getting_started/settings.rst:324
msgid "Staging Branches"
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:306
#: ../../content/administration/odoo_sh/getting_started/settings.rst:326
msgid ""
"Additional staging branches allow you to develop and test more features at "
"the same time. If you add more, it will automatically be synchronized with "
"your subscription."
msgstr ""
#: ../../content/administration/odoo_sh/getting_started/settings.rst:313
#: ../../content/administration/odoo_sh/getting_started/settings.rst:333
msgid "Activation"
msgstr "アクティベーション"
#: ../../content/administration/odoo_sh/getting_started/settings.rst:315
#: ../../content/administration/odoo_sh/getting_started/settings.rst:335
msgid ""
"Shows the status of the project's activation. You can change the project's "
"activation code if needed."
@@ -4277,11 +4321,11 @@ msgid ""
msgstr ""
#: ../../content/administration/on_premise.rst:64
msgid "`services.odoo.com` on port `443` (or `80`)"
msgid "Odoo 18.0 and above: `services.odoo.com` on port `443` (or `80`)"
msgstr ""
#: ../../content/administration/on_premise.rst:65
msgid "for older deployments, `services.openerp.com` on port `443` (or `80`)"
msgid "Odoo 17.0 and below: `services.openerp.com` on port `443` (or `80`)"
msgstr ""
#: ../../content/administration/on_premise.rst:67
+74 -14
View File
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-07 14:21+0000\n"
"POT-Creation-Date: 2024-11-05 09:20+0000\n"
"PO-Revision-Date: 2024-10-08 06:34+0000\n"
"Last-Translator: Junko Augias, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
@@ -779,13 +779,10 @@ msgstr "連絡先"
#: ../../content/applications/essentials/contacts.rst:7
msgid ""
"The *Contacts* application comes installed on all Odoo databases. Contacts "
"are created for customers the company does business with through Odoo. A "
"contact is a repository of vital business information, facilitating "
"communication and business transactions."
"Contacts are created in the **Contacts** application for customers the "
"company does business with through Odoo. A contact is a repository of vital "
"business information, facilitating communication and business transactions."
msgstr ""
"*連絡先* "
"アプリケーションは全てのOdooデータベースにインストールされています。連絡先はOdooを通じて取引する顧客のために作成されます。連絡先は重要なビジネス情報のリポジトリであり、コミュニケーションや取引を円滑にします。"
#: ../../content/applications/essentials/contacts.rst:12
msgid "Contact form"
@@ -1579,6 +1576,10 @@ msgid ""
"the checkbox next to the corresponding record. Finally, click on |actions|, "
"then :guilabel:`Export`."
msgstr ""
"Odooでは、任意のレコードの任意のフィールドから値をエクスポートすることができます。 エクスポートするには、エクスポートが必要なアイテムのリストビュー"
" (リスト) を有効化し、エクスポートするレコードを選択します。 "
"レコードを選択するには、該当するレコードの横にあるチェックボックスにチェックを入れます。 "
"最後に、アクションをクリックし、:guilabel:`エクスポート` をクリックします。"
#: ../../content/applications/essentials/export_import_data.rst-1
msgid "View of the different things to enable/click to export data."
@@ -1605,6 +1606,10 @@ msgid ""
"unticked, gives many more field options because it shows all the fields, not"
" just the ones that can be imported."
msgstr ""
":guilabel:`データを更新したい(インポート互換のエクスポート)` "
"オプションにチェックを入れると、システムはインポート可能なフィールドのみを表示します。これは、:ref:`既存のレコードを更新する必要がある場合 "
"<essentials/update-data>` "
"に役立ちます。これはフィルタリングのように機能します。チェックボックスをオフにすると、インポート可能なフィールドだけでなく、全てのフィールドが表示されるため、より多くのフィールドオプションが表示されます。"
#: ../../content/applications/essentials/export_import_data.rst:46
msgid ""
@@ -1691,6 +1696,8 @@ msgid ""
"data>`. The following documentation covers how to import data into an Odoo "
"database."
msgstr ""
"Odooへのデータのインポートは、実装中や、データを :ref:`一括して更新する <essentials/update-data>` "
"必要がある場合に非常に役立ちます。次のドキュメントでは、Odooデータベースへのデータのインポート方法について説明します。"
#: ../../content/applications/essentials/export_import_data.rst:81
msgid ""
@@ -1910,7 +1917,7 @@ msgstr ""
msgid ""
"It should be noted that conflicts occur if two (or more) records have the "
"same *External ID*."
msgstr ""
msgstr "2つ(またはそれ以上) のレコードが同じ *外部ID* を持つ場合、不整合が発生することに注意して下さい。"
#: ../../content/applications/essentials/export_import_data.rst:191
msgid "Field missing to map column"
@@ -2530,17 +2537,19 @@ msgstr ""
#: ../../content/applications/essentials/export_import_data.rst:489
msgid "Update data in Odoo"
msgstr ""
msgstr "Odoo内でデータを更新"
#: ../../content/applications/essentials/export_import_data.rst:491
msgid ""
"Existing data can be updated in bulk through a data import, as long as the "
":ref:`External ID <essentials/external-id>` remains consistent."
msgstr ""
":ref:`外部 ID <essentials/external-id>` "
"が一貫性を保っている限り、データインポートにより既存のデータを一括更新することができます。"
#: ../../content/applications/essentials/export_import_data.rst:495
msgid "Prepare data export"
msgstr ""
msgstr "データエクスポートを準備"
#: ../../content/applications/essentials/export_import_data.rst:497
msgid ""
@@ -2549,6 +2558,8 @@ msgid ""
"list, tick the checkbox for any record to be updated. Then, click |actions|,"
" and select :icon:`fa-upload` :guilabel:`Export` from the drop-down menu."
msgstr ""
"インポートによりデータを更新するには、まず更新するデータに移動し、リストを選択してリストビューを有効化します。リストの左端で、更新するレコードのチェックボックスにチェックを入れます。次に、アクション"
" をクリックし、ドロップダウンメニューから :icon:`fa-upload` :guilabel:`エクスポート` を選択します。"
#: ../../content/applications/essentials/export_import_data.rst:502
msgid ""
@@ -2558,6 +2569,10 @@ msgid ""
"limits the :guilabel:`Fields to export` list to **only** include fields that"
" are able to be imported."
msgstr ""
"表示される :guilabel:`データをえ示される :guilabel:`データをエクスポート` "
"ポップアップウィンドウで、:guilabel:`データを更新したい (インポート可能な項目のエクスポート)` "
"とラベル付けされたチェックボックスにチェックを入れます。これにより、エクスポートに *外部ID* "
"が自動的に含まれます。さらに、:guilabel:`エキスポートするフィールド` リストには、インポート可能なフィールド **のみ** が含まれます。"
#: ../../content/applications/essentials/export_import_data.rst:508
msgid ""
@@ -2567,6 +2582,9 @@ msgid ""
"data (import-compatible export)` checkbox is ticked, it is included in the "
"export."
msgstr ""
"手動で追加しない限り、:guilabel:`外部ID` フィールドは :guilabel:`エクスポートするフィールド` リストに表示され "
"**ません**。しかし、エクスポートには含まれます。ただし、:guilabel:`データを更新する(インポート可能な項目のエクスポート)` "
"チェックボックスが選択されている場合は、エクスポートに含まれます。"
#: ../../content/applications/essentials/export_import_data.rst:512
msgid ""
@@ -2574,10 +2592,12 @@ msgid ""
":ref:`options <export-data>` on the pop-up window, then click "
":guilabel:`Export`."
msgstr ""
"ポップアップウィンドウの :ref:`オプション <export-data>` "
"を使用してエクスポートに含めるフィールドを選択し、:guilabel:`エクスポート` をクリックします。"
#: ../../content/applications/essentials/export_import_data.rst:516
msgid "Import updated data"
msgstr ""
msgstr "更新済データをインポート"
#: ../../content/applications/essentials/export_import_data.rst:518
msgid ""
@@ -2585,6 +2605,8 @@ msgid ""
"is ready, it can be :ref:`imported <import-data>` by following the same "
"process as a normal data import."
msgstr ""
"エクスポート後、データファイルに必要な変更を加えます。ファイルが準備できたら、通常のデータインポートと同じ手順で、:ref:`インポート "
"<import-data>` することができます。"
#: ../../content/applications/essentials/export_import_data.rst:522
msgid ""
@@ -2593,6 +2615,8 @@ msgid ""
"altered, or removed, the system may add a duplicate record, instead of "
"updating the existing one."
msgstr ""
"データを更新する際には、*外部ID* "
"が一貫性を保つことが極めて重要です。これがシステムがレコードを識別する方法であるためです。IDが変更されたり削除されたりすると、システムは既存のレコードを更新する代わりに、重複したレコードを追加してしまう可能性があります。"
#: ../../content/applications/essentials/in_app_purchase.rst:3
msgid "In-app purchases (IAP)"
@@ -2803,7 +2827,7 @@ msgstr ""
#: ../../content/applications/essentials/in_app_purchase.rst:92
msgid ":doc:`SMS Marketing <../marketing/sms_marketing>`"
msgstr ""
msgstr ":doc:`SMSマーケティング <../marketing/sms_marketing>`"
#: ../../content/applications/essentials/in_app_purchase.rst:97
msgid "IAP credits"
@@ -2867,6 +2891,8 @@ msgid ""
"For more information, refer to the :doc:`SMS Pricing and FAQ "
"<../marketing/sms_marketing/pricing_and_faq>` documentation."
msgstr ""
"さらに詳しくは :doc:`SMS価格設定とFAQ <../marketing/sms_marketing/pricing_and_faq>` "
"ドキュメンテーションをご覧下さい。"
#: ../../content/applications/essentials/in_app_purchase.rst:127
msgid "Buy credits"
@@ -3707,6 +3733,10 @@ msgid ""
"<../inventory_and_mrp/purchase/advanced/analyze>` report for the *Purchase* "
"app, among others."
msgstr ""
"いくつかのレポーティングダッシュボードの、:guilabel:`検索...` バーに :guilabel:`比較` セクションが含まれています。 "
"これには *製造* アプリ用レポートの :doc:`総合設備効率 "
"<../inventory_and_mrp/manufacturing/reporting/oee>` および *購買* アプリの :doc:`購買 "
"<../inventory_and_mrp/purchase/advanced/analyze>` レポートなどが含まれます。"
#: ../../content/applications/essentials/search.rst:195
msgid ""
@@ -3715,6 +3745,9 @@ msgid ""
"options to choose from: :guilabel:`(Time Filter): Previous Period` and "
":guilabel:`(Time Filter): Previous Year`."
msgstr ""
":icon:`fa-adjust` :guilabel:`比較` セクションのオプションは2つの異なる期間のデータを比較するために使用されます。 "
"2つの比較オプションがあり :guilabel:`(時間フィルタ): 前期間` および :guilabel:`(時間フィルタ): 前年` "
"から選ぶことができます。"
#: ../../content/applications/essentials/search.rst:200
msgid ""
@@ -3723,6 +3756,9 @@ msgid ""
" been selected in the :guilabel:`Filters` column. This is because, if no "
"time period is specified, there is nothing to compare."
msgstr ""
":guilabel:`フィルタ` 列で1つ(または複数) の期間が選択されている場合、一部のレポートでは、:guilabel:`比較` セクション "
"**のみ** :guilabel:`検索...` "
"バーのドロップダウンメニューに表示されます。これは、期間が指定されていない場合に比較する対象がないためです。"
#: ../../content/applications/essentials/search.rst:205
msgid ""
@@ -3733,10 +3769,13 @@ msgid ""
"enabled, but doing so does **not** change the way data is displayed on the "
"report."
msgstr ""
"さらに、一部のレポートでは、:icon:`fa-pie-chart` :guilabel:`(円グラフ)` グラフタイプ、または :icon:`oi-"
"view-pivot` :guilabel:`(ピボット)` ビューが選択されている場合のみ、:guilabel:`比較` "
"機能を使用できます。別のビューが有効になっている場合でも、:guilabel:`比較`オプションは選択できますが、レポート上のデータの表示方法は変更されません。"
#: ../../content/applications/essentials/search.rst-1
msgid "The Search... bar for the production analysis report."
msgstr ""
msgstr "プロダクト分析レポート用の検索バー。"
#: ../../content/applications/essentials/search.rst:215
msgid ""
@@ -3746,6 +3785,9 @@ msgid ""
"Period` or :guilabel:`(Time Filter): Previous Year` in the "
":guilabel:`Comparison` section."
msgstr ""
"2つの比較のうちの1つを使用してデータを表示するには、まず :guilabel:`検索...` バーのドロップダウンメニューの "
":guilabel:`フィルタ` 列で時間期間を選択します。次に、:guilabel:`比較` セクションで :guilabel:`(時間フィルタ): "
"前期間` または :guilabel:`(時間フィルタ): 前年` のいずれかを選択します。"
#: ../../content/applications/essentials/search.rst:220
msgid ""
@@ -3754,6 +3796,8 @@ msgid ""
"(month, quarter, year), one period or year prior. The way the data is "
"displayed depends on the selected view:"
msgstr ""
":guilabel:`比較` オプションのいずれかが有効になっている場合、レポートは選択した期間のデータと、同じ期間 (月、四半期、年) "
"の1つ前の期間または1年前の期間のデータを比較します。データの表示方法は、選択したビューによって異なります。"
#: ../../content/applications/essentials/search.rst:224
msgid ""
@@ -3762,6 +3806,8 @@ msgid ""
"represents the selected time period, while the right bar represents the "
"previous time period."
msgstr ""
":icon:`fa-bar-chart` :guilabel:`(棒グラフ)` "
"は、選択した期間の各時間単位について、2つの棒グラフを並べて表示します。左の棒グラフは選択した期間を表し、右の棒グラフは前期間を表します。"
#: ../../content/applications/essentials/search.rst:227
msgid ""
@@ -3769,6 +3815,8 @@ msgid ""
"lines, one representing the selected time period, and the other representing"
" the previous time period."
msgstr ""
":icon:`fa-line-chart` :guilabel:`(折れ線グラフ)` "
"は、選択した期間を表す1本と、前期間を表すもう1本の2本の線で表示されます。"
#: ../../content/applications/essentials/search.rst:229
msgid ""
@@ -3776,6 +3824,8 @@ msgid ""
"with a smaller circle inside. The larger circle represents the selected time"
" period, while the smaller circle represents the previous time period."
msgstr ""
":icon:`fa-pie-chart` :guilabel:`(円グラフ)` "
"は、大きな円の中に小さな円があるように表示されます。大きな円は選択した期間を表し、小さな円は前期間を表します。"
#: ../../content/applications/essentials/search.rst:232
msgid ""
@@ -3784,6 +3834,8 @@ msgid ""
"selected time period, while the left column represents the previous time "
"period."
msgstr ""
":icon:`oi-view-pivot` :guilabel:`(ピボットテーブル)` "
"は、各列が2つの小さな列に分割されて表示されます。右側の列は選択された期間を表し、左側の列は前期間を表します。"
#: ../../content/applications/essentials/search.rst:237
msgid ""
@@ -3794,6 +3846,10 @@ msgid ""
"drop-down menu. In the :guilabel:`Comparison` section, :guilabel:`End Date: "
"Previous Year` is selected."
msgstr ""
":menuselection:`製造` アプリの :guilabel:`製造分析` "
"レポートでは、2024年第2四半期のデータと2023年第2四半期のデータが比較されています。:guilabel:`Q2` が "
":guilabel:`検索...` バーのドロップダウンメニューの :guilabel:`終了日` フィルタセクションで選択されています。 "
":guilabel:`比較` セクションでは、:guilabel:`終了日: 前年` が選択されています。"
#: ../../content/applications/essentials/search.rst:242
msgid ""
@@ -3801,6 +3857,8 @@ msgid ""
"quarter (Q2) of 2024. The smaller circle shows data for the second quarter "
"(Q2) of 2023, which is the same time period, but one *year* prior."
msgstr ""
"現在の年は2024年なので、大きい円は2024年第2四半期(Q2)のデータを表示しています。小さい円は2023年第2四半期(Q2)のデータを表示しており、同じ期間の1"
" *年* 前のデータです。"
#: ../../content/applications/essentials/search.rst:246
msgid ""
@@ -3808,10 +3866,12 @@ msgid ""
"circle shows data for the first quarter (Q1) of 2024, which is the same time"
" period, but one *period* prior."
msgstr ""
"代わりに:guilabel:`終了日: "
"前期間`が選択されている場合、小さい円は2024年の第1四半期(Q1)のデータを表示します。これは同じ期間ですが、1 *周期* 前の期間です。"
#: ../../content/applications/essentials/search.rst:0
msgid "The comparison view of the Production Analysis report."
msgstr ""
msgstr "製造分析レポートの比較ビュー。"
#: ../../content/applications/essentials/search.rst:256
msgid "Favorites"
File diff suppressed because it is too large Load Diff
+51 -12
View File
@@ -6,17 +6,17 @@
# Translators:
# Martin Trigaux, 2024
# Tiffany Chang, 2024
# Junko Augias, 2024
# Wil Odoo, 2024
# Junko Augias, 2024
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Odoo 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-07 14:21+0000\n"
"POT-Creation-Date: 2024-11-05 09:20+0000\n"
"PO-Revision-Date: 2024-10-08 06:34+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Last-Translator: Junko Augias, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -290,6 +290,9 @@ msgid ""
"accounts and company-specific email parameters. See this documentation on "
":doc:`../marketing/social_marketing` and :doc:`email_communication`."
msgstr ""
":ref:`開発者モード <developer-mode>` を有効化して、ソーシャルメディアアカウントと会社固有のEメールパラメータを設定します。 "
":doc:`../marketing/social_marketing` と :doc:`email_communication` "
"のドキュメントを参照して下さい。"
#: ../../content/applications/general/companies.rst:71
msgid ""
@@ -387,6 +390,10 @@ msgid ""
"documentation on :doc:`../marketing/social_marketing` and "
":doc:`email_communication`."
msgstr ""
":ref:`開発者モード <developer-mode>` "
"を有効化して、ソーシャルメディアアカウントと会社固有のEメールシステムパラメータを設定します。 "
":doc:`../marketing/social_marketing` と :doc:`email_communication` "
"のドキュメントを参照して下さい。"
#: ../../content/applications/general/companies.rst:124
msgid ""
@@ -408,6 +415,8 @@ msgid ""
"database into a multi-company setup, it will need to switch to the *Custom* "
"pricing plan. This does not affect databases on the *One-app free* plan."
msgstr ""
"データベースが標準の *有料* "
"プランの場合、会社に支店を追加するとアップセルがトリガされます。1つ以上の支店を追加すると、データベースが複数会社設定に切り替わるため、カスタムプランに切り替える必要があります。これは、シングルアプリ無料プランのデータベースには影響しません。"
#: ../../content/applications/general/companies.rst:135
msgid ""
@@ -648,6 +657,9 @@ msgid ""
"between the companies. See "
":doc:`../inventory_and_mrp/inventory/product_management/configure/type`."
msgstr ""
"プロダクトは :guilabel:`販売可` として設定し、会社間で共有する **必要があります**。 "
":doc:`../inventory_and_mrp/inventory/product_management/configure/type` "
"を参照して下さい。"
#: ../../content/applications/general/companies.rst:243
msgid ""
@@ -1973,6 +1985,8 @@ msgid ""
"`https://example.odoo.com/odoo?debug=1`). To deactivate it, use `?debug=0` "
"instead."
msgstr ""
"開発者モードを **データベースのどこからでも** 有効化するには、URLの最後に `?debug=1` を追加して下さい。 (例: "
"`https://example.odoo.com/odoo?debug=1`)。無効化するには代わりに `?debug=0` を使用して下さい。"
#: ../../content/applications/general/developer_mode.rst:36
msgid ""
@@ -2043,7 +2057,7 @@ msgstr "技術メニューにアクセス"
#: ../../content/applications/general/email_communication.rst:5
msgid "Communication in Odoo by email"
msgstr ""
msgstr "OdooでのEメールによるコミュニケーション"
#: ../../content/applications/general/email_communication.rst:7
msgid ""
@@ -2051,6 +2065,8 @@ msgid ""
"orders, invoices, ... have a discussion thread called **chatter**, often "
"displayed on the right side of the record."
msgstr ""
"CRM案件、販売オーダ、顧客請求書などのレコードに関連するOdoo内でのコミュニケーションは、**チャター** "
"と呼ばれるディスカッションスレッドで行われ、レコードの右側に表示されます。"
#: ../../content/applications/general/email_communication.rst:10
msgid ""
@@ -2058,6 +2074,7 @@ msgid ""
"followers of a document (depending on their notification preferences), log "
"internal notes, send WhatsApp messages or SMSes, and schedule activities."
msgstr ""
"チャターでは、ドキュメントのフォロワーに直接EメールまたはOdoo通知を送信したり(通知の優先順位に応じて)、内部メモを記録したり、WhatsAppメッセージやSMSを送信したり、活動のスケジュールを立てたりすることができます。"
#: ../../content/applications/general/email_communication.rst:14
msgid ""
@@ -2065,10 +2082,12 @@ msgid ""
"relays it to the followers as a notification. All emails - outgoing and "
"incoming - appear in the same chatter."
msgstr ""
"フォロワーがメッセージに返信すると、その返信がチャターを更新し、Odooが通知としてフォロワーに転送します。 "
"送信および受信の全てのEメールが同じチャターに表示されます。"
#: ../../content/applications/general/email_communication.rst:20
msgid "Odoo Online and Odoo.sh users"
msgstr ""
msgstr "OdooオンラインおよびOdoo.shユーザ"
#: ../../content/applications/general/email_communication.rst:22
msgid ""
@@ -2076,6 +2095,7 @@ msgid ""
"box, **nothing needs to be done**. Everything is already configured on your "
"subdomain."
msgstr ""
"OdooオンラインとOdoo.shで送受信メールは基本的に動作するように設定されており、**別途設定する必要はありません**。全ての項目についてサブドメインにすでに設定が完了しています。"
#: ../../content/applications/general/email_communication.rst:25
msgid ""
@@ -2083,10 +2103,12 @@ msgid ""
"address <email-outbound-notifications>` `notifications@company-"
"name.odoo.com`."
msgstr ""
"デフォルトでは送信メールは以下を使用します :ref:`通知Eメールアドレス <email-outbound-notifications>` "
"`notifications@company-name.odoo.com`。"
#: ../../content/applications/general/email_communication.rst:31
msgid "Using another domain"
msgstr ""
msgstr "他のドメインを使用"
#: ../../content/applications/general/email_communication.rst:33
msgid ""
@@ -2096,6 +2118,9 @@ msgid ""
"the domain and within Odoo. This introduces an extra layer of complexity and"
" necessitates technical knowledge (mainly regarding DNS and mail protocols)."
msgstr ""
"送信メールをOdooのサブドメイン `@company-name.odoo.com` からではなく、代わりに :ref:`自分のドメイン <email-"
"outbound-custom-domain>` から送信したい場合は、ドメインとOdoo内で **追加設定が必要** "
"です。これはより複雑になるため、(主にDNSとメールプロトコルに関する)技術的知識が必要になります。"
#: ../../content/applications/general/email_communication.rst:38
msgid ""
@@ -2104,12 +2129,15 @@ msgid ""
"to configure the alias of your companies. If only one domain is configured, "
"this domain will be shared by all companies on the database."
msgstr ""
"ドメインを追加し、管理者アクセス権を設定すると、:ref:`新ドメインエイリアス <email-outbound-alias-domain>` "
"ページにアクセスして、会社のエイリアスを設定することができます。ドメインを1つのみ設定する場合、データベース内の全ての会社がこのドメインを共有します。"
#: ../../content/applications/general/email_communication.rst:42
msgid ""
"If you want to keep using Odoo's mail server, you will have to "
":ref:`configure the SPF and DKIM <email-domain-spf>`."
msgstr ""
"Odooのメールサーバを引続き使用したい場合は、:ref:`SPFとDKIMを設定 <email-domain-spf>` する必要があります。 "
#: ../../content/applications/general/email_communication.rst:45
msgid ""
@@ -2117,6 +2145,8 @@ msgid ""
"smtp-server>`, you will have to follow the mail server provider's specific "
"documentation."
msgstr ""
":ref:` 独自のメールサーバーを使用する <email-outbound-custom-domain-smtp-server> ` "
"には、メールサーバープロバイダーから提供されるドキュメントに従って下さい。"
#: ../../content/applications/general/email_communication.rst:48
msgid ""
@@ -2129,22 +2159,30 @@ msgid ""
"domain-mx>`). Everything is covered in the :doc:`Manage inbound messages "
"documentation <email_communication/email_servers_inbound>`."
msgstr ""
"メールを受信する場合、独自のドメインを追加すると :ref:`顧客の返信メールはあなたのドメインに返信されます <email-inbound-"
"custom-domain>`。メールをOdooに取込む方法は次の3つの方法があります( :ref:`受信メールサーバー <email-inbound-"
"custom-domain-incoming-server>`、 :ref:`リダイレクト/転送 <email-inbound-custom-"
"domain-redirections>` または :ref:`DNS MXレコード <email-inbound-custom-domain-mx>`"
" を使用)。内容については :doc:` "
"受信メッセージ管理ドキュメンテーション<email_communication/email_servers_inbound>` をご確認下さい。"
#: ../../content/applications/general/email_communication.rst:59
msgid "On-premise users"
msgstr ""
msgstr "オンプレミスユーザ"
#: ../../content/applications/general/email_communication.rst:61
msgid ""
"If you are on-premise, you will have to completely configure your outgoing "
"and incoming emails:"
msgstr ""
msgstr "オンプレミス環境の場合は、送信および受信のEメールを完全に設定する必要があります。"
#: ../../content/applications/general/email_communication.rst:63
msgid ""
"For outgoing emails, you will need :ref:`to use an SMTP server and a custom "
"domain <email-outbound-custom-domain-odoo-server>`."
msgstr ""
"送信メールには、:ref:`SMTPサーバとカスタムドメインを使用する <email-outbound-custom-domain-odoo-"
"server>` 必要があります。 "
#: ../../content/applications/general/email_communication.rst:65
msgid ""
@@ -3130,9 +3168,10 @@ msgstr ""
#: ../../content/applications/general/email_communication/email_domain.rst:144
msgid ""
"`Google Domains <https://support.google.com/domains/answer/3290350?hl=en>`_"
"`Squarespace DNS records <https://support.squarespace.com/hc/en-"
"us/articles/360002101888-Adding-custom-DNS-records-to-your-Squarespace-"
"managed-domain>`_"
msgstr ""
"`Googleドメイン <https://support.google.com/domains/answer/3290350?hl=en>`_"
#: ../../content/applications/general/email_communication/email_domain.rst:145
msgid ""
@@ -7627,8 +7666,8 @@ msgstr ""
#: ../../content/applications/general/iot/config/troubleshooting.rst:100
msgid ""
"Epson and Star receipt printers and Zebra label printers do not need a "
"driver to work. Make sure that no driver is selected for those printers."
"Epson receipt printers and Zebra label printers do not need a driver to "
"work. Make sure that no driver is selected for those printers."
msgstr ""
#: ../../content/applications/general/iot/config/troubleshooting.rst:104
+300 -166
View File
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-07 14:21+0000\n"
"POT-Creation-Date: 2024-11-05 09:20+0000\n"
"PO-Revision-Date: 2024-10-08 06:34+0000\n"
"Last-Translator: Junko Augias, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
@@ -1874,7 +1874,7 @@ msgid ""
msgstr ""
#: ../../content/applications/hr/attendances.rst:166
#: ../../content/applications/hr/payroll/reporting.rst:276
#: ../../content/applications/hr/payroll/reporting.rst:190
msgid "Filters"
msgstr "フィルタ"
@@ -5965,6 +5965,15 @@ msgid ""
"example, by size, or the numbers of passengers the vehicle can carry."
msgstr ""
#: ../../content/applications/hr/fleet/models.rst:196
msgid ""
"When used with the **Inventory** app, the :guilabel:`Max Weight` and "
":guilabel:`Max Volume` fields track a vehicle's capacity. This helps manage "
"in-house deliveries by :doc:`showing how much space and weight remain for "
"loading products "
"<../../inventory_and_mrp/inventory/shipping_receiving/setup_configuration/dispatch>`."
msgstr ""
#: ../../content/applications/hr/fleet/models.rst-1
msgid "List view of the models in the fleet."
msgstr ""
@@ -11697,6 +11706,14 @@ msgstr ""
msgid ":doc:`payroll/reporting`"
msgstr ""
#: ../../content/applications/hr/payroll.rst:966
msgid ":doc:`payroll/work_entry_analysis`"
msgstr ""
#: ../../content/applications/hr/payroll.rst:967
msgid ":doc:`payroll/salary_attachment`"
msgstr ""
#: ../../content/applications/hr/payroll/contracts.rst:5
msgid ""
"Every employee in Odoo is required to have a contract in order to be paid. A"
@@ -13555,7 +13572,6 @@ msgid ""
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:160
#: ../../content/applications/hr/payroll/reporting.rst:225
msgid ""
"To export the data in an XLSX format, click the :guilabel:`Download xlsx` "
"button, represented by a :guilabel:`⬇️ (down arrow above a horizontal bar)` "
@@ -13584,177 +13600,31 @@ msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:181
msgid ""
"If the *Documents* app is **not** installed, the :guilabel:`Insert in "
"Spreadsheet` option places the newly-created spreadsheet in the *Dashboards*"
" app."
"If the **Documents** app is **not** installed, the :guilabel:`Insert in "
"Spreadsheet` option places the newly-created spreadsheet in the "
"**Dashboards** app."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:184
msgid ""
"If the *Documents* application **is** installed, the spreadsheet has the "
"option to be stored in either the *Dashboards* app or *Documents* app."
"If the **Documents** application *is* installed, the spreadsheet has the "
"option to be stored in either the **Dashboards** app or **Documents** app."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:188
msgid "Work entry analysis"
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:190
msgid ""
"The default :guilabel:`Work entry analysis` report provides an overview of "
"the validated work entries for the current month. To view this report, "
"navigate to :menuselection:`Payroll app --> Reporting --> Work Entry "
"Analysis`."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:194
msgid ""
"The work entries appear in a pivot table, with the default filters of "
"`Current month: (Month)(Year)` and `Validated`. The various types of "
":doc:`work_entries` are listed on the left-hand side (x-axis), while the "
":guilabel:`Total` values appear along the top (the y-axis)."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:198
msgid ""
"To change the displayed view, click the :guilabel:` (plus)` icon next to "
"the word :guilabel:`Total`, then click on one of the grouping options. The "
"available options are :guilabel:`Work Entry Type`, :guilabel:`Employee`, and"
" :guilabel:`Department`. If in a multi-company database, a "
":guilabel:`Company` option also appears."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:203
msgid ""
"To add a new group to sort the data, click :guilabel:`Add Custom Group`, "
"then click one of the presented options."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:207
msgid ""
"Wherever a :guilabel:` (plus)` icon appears on a pivot table, the "
"information can be further grouped. Click on a :guilabel:` (plus)` icon to "
"reveal the available grouping options."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:210
msgid ""
"Click on a :guilabel:` (minus)` icon anywhere on the pivot table to remove "
"that respective grouping."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:213
msgid ""
"It is possible to compare the current :guilabel:`Work entry analysis` report"
" to the previous month or the previous year. To view these comparisons, "
"click the :guilabel:`⬇️ (down arrow)` icon in the search bar to reveal the "
"various :ref:`filter <payroll/filters>` and grouping options."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:217
msgid ""
"In the section titled :guilabel:`Comparison`, click on either "
":guilabel:`Current Month: Previous Period` or :guilabel:`Current Month: "
"Previous Year`. The report updates and displays the previous time period "
"values, as well as the :guilabel:`Variation` between the two."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst-1
msgid ""
"A pivot table comparing the work entries of the current month and the "
"previous month."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:229
msgid ""
"The data can also be inserted into a spreadsheet. Click the "
":guilabel:`Insert in Spreadsheet` button and a :guilabel:`Select a "
"spreadsheet to insert your (type of report)` pop-up window appears, asking "
"which spreadsheet to place the information in. Select an existing "
"spreadsheet or dashboard, or select a new :guilabel:`Blank spreadsheet`. "
"Click the :guilabel:`Confirm` button to move to a spreadsheet view with the "
"report added to it."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:236
msgid ""
"The work entry analysis spreadsheet is :ref:`stored in the same locations "
"<payroll/doc-storage>` as a pivot table."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:240
msgid "Salary attachment report"
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:242
msgid ""
"The :guilabel:`Salary Attachment Report` shows all deductions or allocations"
" per employee, such as child support payments and wage garnishments. To view"
" this report, navigate to :menuselection:`Payroll app --> Reporting --> "
"Salary Attachment Report`."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst-1
msgid ""
"View the Attachment of Salary report that shows all salary garnishments."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:250
msgid ""
"The employees are listed in the left-side column, while the different "
"deductions are listed in the top row, organized by deduction and monthly "
"individual payslips."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:253
msgid ""
"The report can be exported as an XLSX file, or inserted into a spreadsheet, "
"using the corresponding buttons at the top."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:256
msgid ""
"Click the :guilabel:`Measures` button to reveal the options of what data can"
" be displayed. :guilabel:`Assignment of salary`, :guilabel:`Attachment of "
"salary`, :guilabel:`Child support`, and :guilabel:`Count` can all be "
"selected or deselected by clicking on the item. If an item has a checkmark "
"next to it, that information is displayed."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst-1
msgid "Select the options to be displayed in the Salary Attachment Report."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:265
msgid ""
"The :guilabel:`Salary Attachment Report` can be compared to the report for "
"the previous time period or the previous year. To view these comparisons, "
"click the :guilabel:`⬇️ (down arrow)` icon in the search bar to reveal the "
"various :ref:`filter <payroll/filters>` and grouping options."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:269
msgid ""
"In the section titled :guilabel:`Comparison`, click on either "
":guilabel:`Payslip End Date: Previous Period` or :guilabel:`Payslip End "
"Date: Previous Year`. The report updates and displays the previous time "
"period values, as well as the :guilabel:`Variation` between the two."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:278
#: ../../content/applications/hr/payroll/reporting.rst:192
msgid ""
"At the top of each report, the default filters are shown inside the "
":guilabel:`Search...` box."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:280
#: ../../content/applications/hr/payroll/reporting.rst:194
msgid ""
"Click the :guilabel:`⬇️ (down arrow)` icon in the search bar to display the "
"available :guilabel:`Filters`. Filters show information that match the "
"specific filter parameters."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:284
#: ../../content/applications/hr/payroll/reporting.rst:198
msgid ""
"The :guilabel:`Work Entries Analysis` report has two default filters, the "
"`Current month:(Month) (Year)` filter, and the `Validated` filter."
@@ -13764,37 +13634,37 @@ msgstr ""
msgid "Filters enabled for the Work Entries Analysis report."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:291
#: ../../content/applications/hr/payroll/reporting.rst:205
msgid ""
"The :guilabel:`Payroll` report has only one default filter, the `Last 365 "
"Days Payslip` filter."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:293
#: ../../content/applications/hr/payroll/reporting.rst:207
msgid ""
"The :guilabel:`Salary Attachment Report` has only one default filter, the "
"`Payslip End Date: (Year)` filter."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:296
#: ../../content/applications/hr/payroll/reporting.rst:210
msgid ""
"All reports can include custom filters, or group information, by different "
"metrics (employee, department, company, etc.)."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:299
#: ../../content/applications/hr/payroll/reporting.rst:213
msgid ""
"Some reports have the option to compare the current report to the previous "
"time period or year (a :guilabel:`Comparison` option)."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:302
#: ../../content/applications/hr/payroll/reporting.rst:216
msgid ""
"Click on a parameter to select it and activate it. The report is immediately"
" updated with the new parameters."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:305
#: ../../content/applications/hr/payroll/reporting.rst:219
msgid ""
"The updated report can be set as a *favorite* report, meaning the parameters"
" are stored for quick access in the future. To do that, click "
@@ -13803,7 +13673,7 @@ msgid ""
"Doing so reveals two options and a :guilabel:`Save` button."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:310
#: ../../content/applications/hr/payroll/reporting.rst:224
msgid ""
"To set the current report as the default configuration when the report is "
"accessed, check the box next to :guilabel:`Default filter`. If the current "
@@ -13811,13 +13681,130 @@ msgid ""
"to :guilabel:`Share`."
msgstr ""
#: ../../content/applications/hr/payroll/reporting.rst:314
#: ../../content/applications/hr/payroll/reporting.rst:228
msgid ""
"Finally, click :guilabel:`Save`, which saves the currently configured "
"report. Then, it appears beneath the :guilabel:`Favorites` in the search bar"
" drop-down mega menu of filter options."
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:3
msgid "Salary attachment report"
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:5
msgid ""
"*Salary attachments* in Odoo refer to a portion of an employee's earnings "
"that are designated for a specific purpose, both voluntary and involuntary. "
"These can include contributions to a retirement plan, repayment of a loan, "
"wage garnishments, or child support."
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:9
msgid ""
"Voluntary salary attachments, such as repaying a loan, or contributing to a "
"charity on a monthly basis, are considered *Assignments of Salary* in Odoo. "
"Salary attachments that are required, such as a lawsuit settlement "
"repayment, or repaying a tax lien, are considered *Attachments of Salary* in"
" Odoo. Child support payments have their own category, and are simply "
"referred to as *Child Support* in Odoo."
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:15
msgid ""
"To view this report, navigate to :menuselection:`Payroll app --> Reporting "
"--> Salary Attachment Report`. The :guilabel:`Salary Attachment Report` "
"shows all deductions or allocations per employee, organized by payslip, in a"
" default pivot table. The default filter is the end of the current year "
"(:guilabel:`Payslip End Date: (year)`). The employees populate the rows, "
"while the various deductions populate the columns, organized by type of "
"deduction, and further grouped by individual payslip."
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:22
msgid ""
"The default report contains **all** payslips for the current year, so the "
"report typically contains a large number of columns. This could make it "
"difficult to view all the data at once, as the report may be very wide and "
"require scrolling to view all the data."
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:26
msgid ""
"To view a condensed version of salary attachments, and have all the salary "
"attachment columns visible on one page, click the :icon:`fa-minus-square-o` "
":guilabel:`Total` icon at the top of the report, above the various payslips."
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:30
msgid ""
"This presents the salary attachments for the current year, and only displays"
" three columns, :guilabel:`Attachment of Salary`, :guilabel:`Assignment of "
"Salary`, and :guilabel:`Child Support.`"
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:33
msgid ""
"Each entry displays the total amount paid for each specific type of salary "
"attachment, for each employee."
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst-1
msgid ""
"The Attachment of Salary report that shows all salary garnishments in a "
"condensed view."
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:39
msgid ""
"The report can be downloaded as an XLSX file, or :doc:`inserted into a "
"spreadsheet <../../productivity/spreadsheet/insert>` using the corresponding"
" buttons at the top."
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:42
msgid ""
"Click the :guilabel:`Measures` button to reveal the options of what data is "
"displayed. :guilabel:`Assignment of salary`, :guilabel:`Attachment of "
"salary`, and :guilabel:`Child support` are all selected and visible, by "
"default, while the :guilabel:`Count` option is not."
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:46
msgid ""
"Click an option to either show or hide that particular metric. A :icon:`fa-"
"check` :guilabel:`(checkmark)` icon indicates the data is visible."
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:50
msgid "Compare to previous year"
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:52
msgid ""
"The :guilabel:`Salary Attachment Report` can be compared to the report for "
"the previous time period or the previous year."
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:55
msgid ""
"To view these comparisons, click the :icon:`fa-caret-down` :guilabel:`(down "
"arrow)` icon in the search bar, then click either :guilabel:`Payslip End "
"Date: Previous Period` or :guilabel:`Payslip End Date: Previous Year`, "
"beneath the :icon:`fa-adjust` :guilabel:`Comparison` column."
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst:59
msgid ""
"The report updates and displays the current time period values, and the "
"previous time period values, as well as the :guilabel:`Variation` between "
"the two, in a percentage."
msgstr ""
#: ../../content/applications/hr/payroll/salary_attachment.rst-1
msgid "The salary attachment report modified to compare to the previous year."
msgstr ""
#: ../../content/applications/hr/payroll/work_entries.rst:5
msgid ""
"Work entries are created automatically in the *Payroll* app, based on the "
@@ -13925,7 +13912,7 @@ msgstr ""
#: ../../content/applications/hr/payroll/work_entries.rst:62
msgid ""
":guilabel:`Work Entry Type`: select the :ref:`work entry type <payroll/work-"
"entries-config>` using the drop-down menu."
"entries>` using the drop-down menu."
msgstr ""
#: ../../content/applications/hr/payroll/work_entries.rst:64
@@ -14424,6 +14411,153 @@ msgstr ""
msgid ":ref:`Configure work entries <payroll/work-entries-config>`"
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:3
msgid "Work entry analysis"
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:5
msgid ""
"The default *Work Entries Analysis* report provides an overview of the "
"validated work entries for the current month. To view this report, navigate "
"to :menuselection:`Payroll app --> Reporting --> Work Entry Analysis`."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:9
msgid ""
"The work entries appear in a pivot table, with the default filters of "
":guilabel:`Current month: (Month)(Year)` and :guilabel:`Validated`. The "
"various types of :doc:`work_entries` populate the rows, while the "
":guilabel:`Total` values populate the only visible column."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:13
msgid ""
"To change the displayed information, click :icon:`fa-plus-square` "
":guilabel:`Total` above the main column, revealing a drop-down menu of "
"available metrics. Click on one of the available groupings, and the data is "
"further organized by that selected metric. The default options are "
":guilabel:`Work Entry Type`, :guilabel:`Employee`, and "
":guilabel:`Department`. If in a multi-company database, a "
":guilabel:`Company` option also appears."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:20
msgid "Work entry analysis comparison"
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:22
msgid ""
"It is possible to compare the work entries from one time period to a "
"previous time period. To view this comparison, first navigate to "
":menuselection:`Payroll app --> Reporting --> Work Entry Analysis`."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:26
msgid ""
"Next, click the :icon:`fa-caret-down` :guilabel:`(down arrow)` icon in the "
"search bar, revealing a drop-down menu. Under the :icon:`fa-adjust` "
":guilabel:`Comparison` section, click on either :guilabel:`Current Month: "
"Previous Period` or :guilabel:`Current Month: Previous Year`."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:30
msgid ""
"The report updates and displays the data for the current time period, data "
"for the selected previous time period, as well as the :guilabel:`Variation` "
"between the two, in a percentage."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst-1
msgid ""
"A pivot table comparing the work entries of the current month and the "
"previous month."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:37
msgid ""
"If no work entries for a specific :ref:`work entry type <payroll/work-"
"entries>` are logged for the time period, it does **not** appear on the "
"report. That does **not** mean the work entry type does not exist, or is not"
" configured."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:41
msgid ""
"Additionally, if the default :guilabel:`Current month: (Month)(Year)` filter"
" is removed from the search bar, the :guilabel:`Comparison` column does "
"**not** appear; there must be a time-frame selected to view the "
":guilabel:`Comparison` column."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:46
msgid "Use case: overtime report comparison"
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:48
msgid ""
"It is possible to alter the *Work Entries Analysis* report to show a "
"comparison of only overtime work entries, grouped by employee, for a "
"specific time period. To view this data, first navigate to the default *Work"
" entry analysis* report by going to :menuselection:`Payroll app --> "
"Reporting --> Work Entry Analysis`."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:53
msgid ""
"Next, click the :icon:`fa-caret-down` :guilabel:`(down arrow)` icon in the "
"search bar, revealing a drop-down menu. Under the :icon:`fa-filter` "
":guilabel:`Filters` column, click :guilabel:`Add Custom Filter`, and a "
":guilabel:`Add Custom Filter` pop-up window appears."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:57
msgid ""
"Using the drop-down menu, select :guilabel:`Work Entry Type` for the first "
"field, leave the middle field as-is (with :guilabel:`is in` populating the "
"field), and select :guilabel:`Overtime Hours` for the last field. Click "
":guilabel:`Add`, and all other work entry types disappear, and "
":guilabel:`Overtime Hours` appear in the sole row."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:62
msgid ""
"To compare overtime from the current month to the previous month, to see "
"which month had more overtime logged, click the :icon:`fa-caret-down` "
":guilabel:`(down arrow)` icon again in the search bar. Under the :icon:`fa-"
"adjust` :guilabel:`Comparison` section, click :guilabel:`Current Month: "
"Previous Period`. Click away from the drop-down menu to close it."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:67
msgid ""
"Now, the report displays the :guilabel:`Overtime Hours` for the current "
"month and the previous month, along with the :guilabel:`Variation`, in a "
"percentage."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:70
msgid ""
"To view which employees received the most overtime, click :icon:`fa-plus-"
"square` :guilabel:`Overtime Hours`, revealing a drop-down menu of options. "
"Click :guilabel:`Employee`, and all employees with overtime work entries for"
" either the current or previous month appears."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst:74
msgid ""
"In this example, it can be determined that :guilabel:`Marc Demo` worked the "
"most overtime in :guilabel:`August 2024`, whereas :guilabel:`Beth Evans` "
"worked the most overtime hours in :guilabel:`September 2024`. Additionally, "
":guilabel:`Mitchell Admin` had the largest variation change, with a "
":guilabel:`-100%` change from :guilabel:`August 2024` to "
":guilabel:`September 2024`."
msgstr ""
#: ../../content/applications/hr/payroll/work_entry_analysis.rst-1
msgid ""
"A pivot table comparing the overtime from September 2024 with August 2024."
msgstr ""
#: ../../content/applications/hr/recruitment.rst:5
msgid "Recruitment"
msgstr "採用"
File diff suppressed because it is too large Load Diff
+131 -71
View File
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-07 14:21+0000\n"
"POT-Creation-Date: 2024-11-05 09:20+0000\n"
"PO-Revision-Date: 2024-10-08 06:34+0000\n"
"Last-Translator: Junko Augias, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
@@ -96,7 +96,7 @@ msgstr ""
#: ../../content/applications/marketing/email_marketing.rst:64
#: ../../content/applications/marketing/email_marketing.rst:736
#: ../../content/applications/marketing/social_marketing/social_posts.rst:52
#: ../../content/applications/marketing/surveys.rst:145
#: ../../content/applications/marketing/surveys.rst:172
msgid "List view"
msgstr "ビュー一覧"
@@ -11161,11 +11161,11 @@ msgstr ""
msgid "`Odoo Tutorials: Surveys <https://www.odoo.com/slides/surveys-62>`_"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:19
#: ../../content/applications/marketing/surveys.rst:46
msgid "Dashboard"
msgstr "ダッシュボード"
#: ../../content/applications/marketing/surveys.rst:21
#: ../../content/applications/marketing/surveys.rst:48
msgid ""
"Upon opening the *Surveys* application, Odoo presents the main dashboard of "
"the *Surveys* application, otherwise known as the :guilabel:`Surveys` page."
@@ -11175,98 +11175,98 @@ msgstr ""
msgid "The Odoo Surveys application dashboard in the default Kanban view."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:29
#: ../../content/applications/marketing/surveys.rst:56
msgid ""
"The *Surveys* dashboard can be accessed at any time throughout the "
"application by clicking :menuselection:`Surveys` from the header menu."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:32
#: ../../content/applications/marketing/surveys.rst:59
msgid ""
"In the upper-left corner, there is a :guilabel:`New` button. When clicked, "
"Odoo presents a blank survey form that can be used to create a survey."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:35
#: ../../content/applications/marketing/surveys.rst:62
msgid ""
"On the dashboard, all the surveys that have been created in the database are"
" displayed in a default Kanban view."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:38
#: ../../content/applications/marketing/surveys.rst:65
msgid ""
"From left-to-right, after the survey name, the user who is responsible for "
"it, and the month it was created, each line on the *Surveys* dashboard shows"
" the following:"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:41
#: ../../content/applications/marketing/surveys.rst:68
msgid "Number of :guilabel:`Questions` in that particular survey"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:42
#: ../../content/applications/marketing/surveys.rst:69
msgid ""
":guilabel:`Average Duration` of the survey (how long it typically takes a "
"participant to complete)"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:43
#: ../../content/applications/marketing/surveys.rst:70
msgid "Number of :guilabel:`Registered` participants for the survey"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:44
#: ../../content/applications/marketing/surveys.rst:71
msgid "Number of times that particular survey has been :guilabel:`Completed`"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:45
#: ../../content/applications/marketing/surveys.rst:72
msgid ""
"Percentage and data bar showcasing how many people have :guilabel:`Passed` "
"or become :guilabel:`Certified`"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:49
#: ../../content/applications/marketing/surveys.rst:76
msgid ""
"The :guilabel:`Passed` percentage and bar **only** appears when a *Required "
"Score* has been configured for that particular survey."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:52
#: ../../content/applications/marketing/surveys.rst:79
msgid ""
"The :guilabel:`Certified` percentage and bar **only** appears if that "
"particular survey has the *Is a Certification* option enabled on the survey "
"form."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:55
#: ../../content/applications/marketing/surveys.rst:82
msgid ""
"If neither :guilabel:`Passed` nor :guilabel:`Certified` appear on the line, "
"that indicates the survey is without a *Required Score* and was not enabled "
"with the *Is a Certification* option."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:58
#: ../../content/applications/marketing/surveys.rst:85
msgid ""
"Number of :guilabel:`Courses` related to that survey, which **only** appears"
" if more than one course has been created and attached to a single survey"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:62
#: ../../content/applications/marketing/surveys.rst:89
msgid ""
"A half-trophy background image behind the survey name indicates that the "
"survey is a *Certification*."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:65
#: ../../content/applications/marketing/surveys.rst:92
msgid ""
"To the far-right of those data points on the survey lines, located on the "
"*Surveys* application dashboard, are a collection of buttons."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:68
#: ../../content/applications/marketing/surveys.rst:95
msgid "Those buttons are as follows:"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:70
#: ../../content/applications/marketing/surveys.rst:97
msgid ""
":guilabel:`Share`: click to reveal a :guilabel:`Share a Survey` pop-up form "
"that can be used to invite potential participants to the survey - complete "
@@ -11274,7 +11274,7 @@ msgid ""
"participants, and a :guilabel:`Send by Email` toggle switch."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:74
#: ../../content/applications/marketing/surveys.rst:101
msgid ""
"When the :guilabel:`Send by Email` toggle is active (green switch), "
"additional fields appear, in which :guilabel:`Recipients`, "
@@ -11282,19 +11282,19 @@ msgid ""
" email."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:78
#: ../../content/applications/marketing/surveys.rst:105
msgid ""
"Below that, a dynamic email template, complete with a :guilabel:`Start "
"Certification` button appears, which can be modified, as well, if needed."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:81
#: ../../content/applications/marketing/surveys.rst:108
msgid ""
":guilabel:`Attachments` can be added to the email, as well as an "
":guilabel:`Answer deadline` can be set, if needed."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:84
#: ../../content/applications/marketing/surveys.rst:111
#: ../../content/applications/marketing/surveys/create.rst:299
msgid ""
"Once modifications are complete, click :guilabel:`Send` to send that email "
@@ -11309,46 +11309,46 @@ msgid ""
"toggled on."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:92
#: ../../content/applications/marketing/surveys.rst:119
msgid ""
"The default :guilabel:`Mail Template` for survey invites can be edited by "
"navigating to :menuselection:`Settings --> Technical --> Email Templates` "
"and searching for `Survey: Invite`."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:96
#: ../../content/applications/marketing/surveys.rst:123
msgid ""
"The :guilabel:`Send by Email` toggle switch is **not** present when the "
"survey line has zero questions."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:99
#: ../../content/applications/marketing/surveys.rst:126
msgid ""
"The :guilabel:`Survey Link` only appears when the survey's *Access Mode* is "
"set to *Anyone with the link*."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:102
#: ../../content/applications/marketing/surveys.rst:129
msgid ""
"The :guilabel:`Additional Emails` field only appears when the survey's "
"*Require Login* field is **not** active."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:105
#: ../../content/applications/marketing/surveys.rst:132
msgid ""
":guilabel:`Test`: click to take a test version of the survey in a new tab, "
"from the point-of-view of a survey participant, in order to check for any "
"errors or inconsistencies."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:107
#: ../../content/applications/marketing/surveys.rst:134
msgid ""
":guilabel:`See results`: click to reveal a new tab showcasing detailed "
"metrics and graphical representations of all survey participants, questions,"
" and responses for deeper analysis."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:109
#: ../../content/applications/marketing/surveys.rst:136
msgid ""
":guilabel:`Start Live Session`: click to initiate a *Live session* survey, "
"and reveal a session manager window in a new tab. This button is **not** "
@@ -11356,14 +11356,14 @@ msgid ""
" survey form."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:112
#: ../../content/applications/marketing/surveys.rst:139
msgid ""
":guilabel:`End Live Session`: click to end a *Live session* survey that has "
"been officially started. This button option **only** appears on survey lines"
" that have previously initiated a live session."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:116
#: ../../content/applications/marketing/surveys.rst:143
msgid ""
"Above the buttons that are located to the far-right of the survey lines, a "
":guilabel:`⋮ (three dots)` icon appears when the cursor hovers over that "
@@ -11371,25 +11371,25 @@ msgid ""
"drop-down menu with some configuration-related options appear:"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:120
#: ../../content/applications/marketing/surveys.rst:147
msgid "The options are:"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:122
#: ../../content/applications/marketing/surveys.rst:149
msgid ""
":guilabel:`Edit Survey`: when clicked, Odoo reveals the survey form for that"
" particular survey, which can then be modified in a number of different "
"ways."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:124
#: ../../content/applications/marketing/surveys.rst:151
msgid ""
":guilabel:`Share`: when clicked, Odoo reveals the :guilabel:`Share a Survey`"
" pop-up form that can be used to invite potential participants to the "
"survey."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:126
#: ../../content/applications/marketing/surveys.rst:153
msgid ""
":guilabel:`Delete`: when clicked, Odoo presents a pop-up window, wherein the"
" user **must** confirm they want to delete the survey entirely, which they "
@@ -11397,7 +11397,7 @@ msgid ""
" window."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:129
#: ../../content/applications/marketing/surveys.rst:156
msgid ""
":guilabel:`Color`: users can opt to choose a color to add to the survey line"
" on the dashboard for added organizational purposes, if needed."
@@ -11409,7 +11409,7 @@ msgid ""
"dashboard."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:136
#: ../../content/applications/marketing/surveys.rst:163
msgid ""
"Beneath the buttons that are located to the far-right of the survey lines, "
"there is an *Activities* button, represented by a :guilabel:`🕘 (clock)` "
@@ -11423,14 +11423,14 @@ msgid ""
"dashboard."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:147
#: ../../content/applications/marketing/surveys.rst:174
msgid ""
"The *Surveys* dashboard is shown in the Kanban view, by default, but there "
"is also a list view option available in the upper-right corner, represented "
"by a :guilabel:`≣ (bars)` icon."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:150
#: ../../content/applications/marketing/surveys.rst:177
msgid ""
"When the :guilabel:`≣ (bars)` icon is clicked, the survey related data is "
"displayed in a list view."
@@ -11441,37 +11441,37 @@ msgid ""
"The list view option located on the Odoo Surveys application dashboard."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:156
#: ../../content/applications/marketing/surveys.rst:183
msgid ""
"The columns shown on the *Surveys* app dashboard, while in list view, are as"
" follows:"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:158
#: ../../content/applications/marketing/surveys.rst:185
msgid ":guilabel:`Survey Title`"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:159
#: ../../content/applications/marketing/surveys.rst:186
msgid ":guilabel:`Responsible`"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:160
#: ../../content/applications/marketing/surveys.rst:187
msgid ":guilabel:`Average Duration`"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:161
#: ../../content/applications/marketing/surveys.rst:188
msgid ":guilabel:`Registered`"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:162
#: ../../content/applications/marketing/surveys.rst:189
msgid ":guilabel:`Success Ratio (%)`"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:163
#: ../../content/applications/marketing/surveys.rst:190
msgid ":guilabel:`Avg Score (%)`"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:166
#: ../../content/applications/marketing/surveys.rst:193
msgid ""
"Additional columns can be added to the *Surveys* application dashboard, "
"while in list view, by clicking the *additional options* drop-down menu, "
@@ -11479,11 +11479,11 @@ msgid ""
":guilabel:`(slider with two dots)` icon."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:171
#: ../../content/applications/marketing/surveys.rst:198
msgid "Activities view"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:173
#: ../../content/applications/marketing/surveys.rst:200
msgid ""
"To have the *Surveys* application dashboard display nothing but the "
"activities associated to the surveys in the database, click the :guilabel:`🕘"
@@ -11495,22 +11495,99 @@ msgstr ""
msgid "The activities view option located on the Odoo Surveys dashboard."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:181
#: ../../content/applications/marketing/surveys.rst:208
msgid ""
"Doing so reveals a table with rows and columns. The rows show the different "
"surveys in the database, and the columns depict the various activity types."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:185
#: ../../content/applications/marketing/surveys.rst:212
msgid ""
"A new survey cannot be created in this view, as it is solely for the purpose"
" of creating and viewing scheduled activities."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:216
#: ../../content/applications/marketing/surveys/create.rst:3
msgid "Create surveys"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:218
msgid ""
"Learn about all the different options and configurations that can be "
"utilized when creating a survey in Odoo."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:222
msgid ":doc:`surveys/create`"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:225
#: ../../content/applications/marketing/surveys/scoring.rst:3
msgid "Scoring surveys"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:227
msgid ""
"Discover how to measure a survey participant's performance, or overall "
"satisfaction, with Odoo's detailed (and fully customizable) survey scoring "
"options."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:231
msgid ":doc:`surveys/scoring`"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:234
#: ../../content/applications/marketing/surveys/questions.rst:3
#: ../../content/applications/marketing/surveys/questions.rst:64
msgid "Create questions"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:236
msgid ""
"With Odoo *Surveys*, there are many question types and options to choose "
"from, providing the ability to create any kind of unique survey, "
"questionnarire, and/or certification."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:240
msgid ":doc:`surveys/questions`"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:243
#: ../../content/applications/marketing/surveys/live_session.rst:3
msgid "Live Session surveys"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:245
msgid ""
"The *Live Session* survey option available in Odoo can enhance in-person "
"demonstrations and presentations, where participants' real-time responses "
"can be used to dictate where the conversation goes next."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:250
msgid ":doc:`surveys/live_session`"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:253
#: ../../content/applications/marketing/surveys/analysis.rst:3
msgid "Survey analysis"
msgstr ""
#: ../../content/applications/marketing/surveys.rst:255
msgid ""
"Once the surveys start to come in, it is time to analyze the responses from "
"your participants. Fortuantely, the in-depth reporting pages and options "
"available in Odoo *Surveys* provide countless ways to examine everything "
"related to surveys, and their submitted responses."
msgstr ""
#: ../../content/applications/marketing/surveys.rst:260
msgid ":doc:`surveys/analysis`"
msgstr ""
#: ../../content/applications/marketing/surveys/analysis.rst:5
msgid ""
"After surveys have been created and sent to participants, it is only a "
@@ -11980,10 +12057,6 @@ msgstr ""
msgid ":doc:`scoring`"
msgstr ""
#: ../../content/applications/marketing/surveys/create.rst:3
msgid "Create surveys"
msgstr ""
#: ../../content/applications/marketing/surveys/create.rst:5
msgid ""
"To create a survey in the Odoo *Surveys* application, navigate to "
@@ -12597,10 +12670,6 @@ msgstr ""
msgid ":doc:`questions`"
msgstr ""
#: ../../content/applications/marketing/surveys/live_session.rst:3
msgid "Live Session surveys"
msgstr ""
#: ../../content/applications/marketing/surveys/live_session.rst:5
msgid ""
"With the Odoo *Surveys* application, users can enhance in-person "
@@ -12967,11 +13036,6 @@ msgstr ""
msgid "Repeat this process until the survey is complete."
msgstr ""
#: ../../content/applications/marketing/surveys/questions.rst:3
#: ../../content/applications/marketing/surveys/questions.rst:64
msgid "Create questions"
msgstr ""
#: ../../content/applications/marketing/surveys/questions.rst:5
msgid ""
"In Odoo *Surveys*, crafting and tailoring survey questions is crucial for "
@@ -13517,10 +13581,6 @@ msgid ""
":doc:`website theme <../../websites/website/web_design/themes>`."
msgstr ""
#: ../../content/applications/marketing/surveys/scoring.rst:3
msgid "Scoring surveys"
msgstr ""
#: ../../content/applications/marketing/surveys/scoring.rst:5
msgid ""
"To measure a survey participant's performance, knowledge, or overall "
File diff suppressed because it is too large Load Diff
+126 -263
View File
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-07 14:21+0000\n"
"POT-Creation-Date: 2024-11-05 09:20+0000\n"
"PO-Revision-Date: 2024-10-08 06:34+0000\n"
"Last-Translator: Junko Augias, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
@@ -73,6 +73,7 @@ msgstr ""
#: ../../content/applications/sales/point_of_sale/combos.rst:16
#: ../../content/applications/sales/point_of_sale/configuration.rst:6
#: ../../content/applications/sales/point_of_sale/configuration.rst:54
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:10
#: ../../content/applications/sales/point_of_sale/employee_login.rst:13
#: ../../content/applications/sales/point_of_sale/payment_methods/qr_code_payment.rst:9
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals.rst:13
@@ -80,7 +81,7 @@ msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst:15
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/mercado_pago.rst:20
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/razorpay.rst:12
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:14
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:16
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:19
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/viva_wallet.rst:13
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/worldline.rst:16
@@ -8257,39 +8258,31 @@ msgid ""
"direct printing of tickets from the POS system to the ePOS printer."
msgstr ""
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:10
msgid ""
"Epson printers using Wi-Fi/Ethernet connections and following the `EPOS SDK "
"Javascript protocol "
"<https://download4.epson.biz/sec_pubs/pos/reference_en/technology/epson_epos_sdk.html>`_"
" are compatible with Odoo **without** needing an :doc:`IoT Box "
"</applications/general/iot/devices/printer>`."
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:12
msgid "To use an ePos printer in Point of Sale:"
msgstr ""
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:14
msgid ""
"Thermal printers using ESC/POS or StarPRNT protocol are compatible **with** "
"an :doc:`IoT Box </applications/general/iot/devices/printer>`."
msgid ":ref:`Access the POS settings <configuration/settings>`."
msgstr ""
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:15
msgid "Activate the :guilabel:`ePos Printer` feature."
msgstr ""
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:16
msgid ""
"Epson printers using only USB connections are compatible **with** an "
":doc:`IoT Box </applications/general/iot/devices/printer>`."
msgid "Fill in the field with your ePos IP address."
msgstr ""
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:18
msgid "Epson printers that connect via Bluetooth are **not compatible**."
msgstr ""
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:21
msgid ":doc:`https`"
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst-1
msgid "setting to enable the ePos printer feature"
msgstr ""
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:22
#: ../../content/applications/sales/point_of_sale/configuration/https.rst:22
msgid ":doc:`epos_ssc`"
msgstr ":doc:`epos_ssc`"
msgid ""
"When the printer connects to a network, it automatically prints a ticket "
"with its IP address."
msgstr ""
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:25
msgid "Directly supported ePOS printers"
@@ -8379,6 +8372,40 @@ msgstr ""
msgid "Epson TM-U220 family (incompatible ePOS software)"
msgstr ""
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:56
msgid ""
"Epson printers using Wi-Fi/Ethernet connections and following the `EPOS SDK "
"Javascript protocol "
"<https://download4.epson.biz/sec_pubs/pos/reference_en/technology/epson_epos_sdk.html>`_"
" are compatible with Odoo **without** needing an :doc:`IoT Box "
"</applications/general/iot/devices/printer>`."
msgstr ""
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:60
msgid ""
"Thermal printers using ESC/POS or StarPRNT protocol are compatible **with** "
"an :doc:`IoT Box </applications/general/iot/devices/printer>`."
msgstr ""
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:62
msgid ""
"Epson printers using only USB connections are compatible **with** an "
":doc:`IoT Box </applications/general/iot/devices/printer>`."
msgstr ""
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:64
msgid "Epson printers that connect via Bluetooth are **not compatible**."
msgstr ""
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:67
msgid ":doc:`https`"
msgstr ""
#: ../../content/applications/sales/point_of_sale/configuration/epos_printers.rst:68
#: ../../content/applications/sales/point_of_sale/configuration/https.rst:22
msgid ":doc:`epos_ssc`"
msgstr ":doc:`epos_ssc`"
#: ../../content/applications/sales/point_of_sale/configuration/epos_ssc.rst:5
msgid "Self-signed certificate for ePOS printers"
msgstr "ePOSプリンタ用自己署名証明書"
@@ -9099,7 +9126,6 @@ msgstr ":doc:`payment_methods/terminals`."
#: ../../content/applications/sales/point_of_sale/payment_methods.rst:25
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/adyen.rst:84
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst:50
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:63
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/worldline.rst:81
msgid ""
"Once the payment method is created, you can select it in your POS settings. "
@@ -9469,6 +9495,34 @@ msgid ""
"payment method and add it to the POS <../payment_methods>`."
msgstr "端末が設定されたら、 :doc:`対応する支払方法を作成し、POS <../payment_methods>` に追加することができます。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals.rst:36
msgid "Pay with a payment terminal"
msgstr "決済端末で支払う"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals.rst:38
msgid ""
"When processing a payment, select the terminal's payment method. Check the "
"amount and click on :guilabel:`Send`. Once the payment is successful, the "
"status changes to :guilabel:`Payment Successful`."
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals.rst:0
msgid ""
"In case of connection issues between Odoo and the payment terminal, force "
"the payment by clicking on :guilabel:`Force Done`, which allows you to "
"validate the order."
msgstr "Odooと決済端末間の接続に問題がある場合、:guilabel:`強制完了` をクリックして決済を強制します。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals.rst:0
msgid ""
"This option is only available after receiving an error message informing you"
" that the connection failed."
msgstr "このオプションは、接続に失敗したことを知らせるエラーメッセージを受信した後にのみ使用できます。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals.rst:47
msgid "To cancel the payment request, click on :guilabel:`Cancel`."
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/adyen.rst:3
msgid "Adyen"
msgstr "Adyen"
@@ -9620,7 +9674,7 @@ msgstr "画面下の :guilabel:`保存` をクリックして変更を保存し
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/adyen.rst:73
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst:41
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/razorpay.rst:30
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:53
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:55
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:22
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/viva_wallet.rst:81
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/worldline.rst:72
@@ -9647,48 +9701,6 @@ msgstr ""
"最後に、必須フィールドに :ref:`Adyen APIキー<adyen/api>`, :ref:`Adyen端末識別子 "
"<adyen/identifier>`, :guilabel:`Adyenマーチャントアカウント` を入力します。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/adyen.rst:89
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst:55
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/razorpay.rst:56
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:68
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:93
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/viva_wallet.rst:123
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/worldline.rst:96
msgid "Pay with a payment terminal"
msgstr "決済端末で支払う"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/adyen.rst:91
msgid ""
"When processing a payment, select :guilabel:`Adyen` as the payment method. "
"Check the amount and click on :guilabel:`Send`. Once the payment is "
"successful, the status changes to :guilabel:`Payment Successful`."
msgstr ""
"支払を処理する際、支払方法として :guilabel:`Adyen` を選択します。金額を確認し、 :guilabel:`送信` "
"をクリックします。支払が成功すると、ステータスが :guilabel:`支払完了` に変わります。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/adyen.rst:0
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/razorpay.rst:0
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:0
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/viva_wallet.rst:0
msgid ""
"In case of connection issues between Odoo and the payment terminal, force "
"the payment by clicking on :guilabel:`Force Done`, which allows you to "
"validate the order."
msgstr "Odooと決済端末間の接続に問題がある場合、:guilabel:`強制完了` をクリックして決済を強制します。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/adyen.rst:0
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/razorpay.rst:0
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:0
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/viva_wallet.rst:0
msgid ""
"This option is only available after receiving an error message informing you"
" that the connection failed."
msgstr "このオプションは、接続に失敗したことを知らせるエラーメッセージを受信した後にのみ使用できます。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/adyen.rst:100
msgid "To cancel the payment request, click on :guilabel:`cancel`."
msgstr "支払要求を取消するには、:guilabel:`取消` をクリックして下さい。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst:3
msgid "Ingenico"
msgstr "Ingenico"
@@ -9788,45 +9800,6 @@ msgstr ""
"に設定し、 :guilabel:`決済端末` フィールドで :guilabel:`Ingenico` を選択します。次に "
":guilabel:`決済端末デバイス` フィールドで端末デバイスを選択します。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst:57
msgid ""
"In your *PoS interface*, when processing a payment, select a *Payment "
"Method* using a payment terminal. Check that the amount in the tendered "
"column is the one that has to be sent to the payment terminal and click on "
"*Send*. When the payment is successful, the status will change to *Payment "
"Successful*."
msgstr ""
"*POSインターフェース* で、支払処理する際に、決済端末を使用する *支払方法* "
"を選択します。入札欄の金額が決済端末に送信する金額であることを確認し、*送信* をクリックします。支払が成功すると、ステータスが *支払完了* "
"に変わります。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst:66
msgid ""
"If you want to cancel the payment request, click on cancel. You can still "
"retry to send the payment request."
msgstr "支払要求を取消したい場合は、取消をクリックして下さい。支払要求の送信を再試行することができます。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst:69
msgid ""
"If there is any issue with the payment terminal, you can still force the "
"payment using the *Force Done*. This will allow you to validate the order in"
" Odoo even if the connection between the terminal and Odoo has issues."
msgstr ""
"決済端末に問題がある場合でも、*強制完了* "
"を使用して強制的に決済を行うことができます。これにより、端末とOdooの接続に問題がある場合でも、Odooでオーダを検証することができます。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst:75
msgid ""
"This option will only be available if you received an error message telling "
"you the connection failed."
msgstr "このオプションは、接続に失敗したというエラーメッセージを受信した場合にのみ使用できます。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst:78
msgid ""
"Once your payment is processed, on the payment record, youll find the type "
"of card that has been used and the transaction ID."
msgstr "支払が処理されると、支払記録に使用されたカードの種類と取引IDが表示されます。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/mercado_pago.rst:3
msgid "Mercado Pago"
msgstr "Mercado Pago"
@@ -10010,30 +9983,7 @@ msgid ""
":guilabel:`Payment Methods` field of the :guilabel:`Payment` section."
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/mercado_pago.rst:101
msgid "Paying with a payment terminal"
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/mercado_pago.rst:103
msgid ""
"When processing a payment, select your Mercado Pago payment method, check "
"the amount, and click :guilabel:`Send`. Once the payment is successful, the "
"status changes to :guilabel:`Payment Successful`."
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/mercado_pago.rst:108
msgid ""
"In case of connection issues between Odoo and the payment terminal, force "
"the payment by clicking :guilabel:`Force Done`, which allows you to validate"
" the order. This option is only available after receiving an error message "
"informing you that the connection failed."
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/mercado_pago.rst:111
msgid "To cancel the payment request, click :guilabel:`Cancel`."
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/mercado_pago.rst:114
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/mercado_pago.rst:99
msgid ""
"Any action made on the terminal should trigger a notification on the POS "
"interface. Ensure the :ref:`webhook secret key <pos-mercado-pago-"
@@ -10120,7 +10070,6 @@ msgid ""
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/razorpay.rst:0
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/razorpay.rst-1
msgid "Razorpay connection form"
msgstr ""
@@ -10137,15 +10086,7 @@ msgid ""
"payment method under the :guilabel:`Payment` section."
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/razorpay.rst:58
msgid ""
"When processing a payment, select the Razorpay payment method. Check the "
"amount and click :guilabel:`Send`. Once the payment is successful, the "
"status changes to :guilabel:`Payment Successful`. To cancel the payment "
"request, click :guilabel:`Cancel`."
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/razorpay.rst:70
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/razorpay.rst:56
msgid "The terminal must have at least a 10% battery level to use it."
msgstr ""
@@ -10155,25 +10096,29 @@ msgstr "SIX"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:5
msgid ""
"Connecting a **SIX payment terminal** allows you to offer a fluid payment "
"flow to your customers and ease the work of your cashiers."
msgstr "**SIX決済端末** を接続することで、顧客はスムーズな支払フローを利用でき、レジ係の作業を軽減することができます。"
"Connecting a SIX payment terminal allows you to offer a fluid payment flow "
"to your customers and ease the work of your cashiers."
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:9
msgid ""
"Even though Worldline has acquired SIX Payment Services and both companies "
"use Yomani payment terminals, the firmware they run is different. Terminals "
"received from Worldline are, therefore, not compatible with this "
"Starting in July 2022, it will **not** be possible anymore to connect and "
"use a Six payment terminal in PoS."
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:11
msgid ""
"Even though Worldline has recently acquired SIX Payment Services and both "
"companies use Yomani payment terminals, the firmware they run is different. "
"Terminals received from Worldline are therefore not compatible with this "
"integration."
msgstr ""
"WorldlineがSIX Payment "
"Servicesを買収し、両社がYomaniの決済端末を使用しているにもかかわらず、両社のファームウェアは異なっています。したがって、Worldlineから受け取った端末は、この統合には対応していません。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:17
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:19
msgid "Install the POS IoT Six module"
msgstr "POS IoT Sixモジュールのインストール"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:19
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:21
msgid ""
"To activate the POS IoT Six module, go to :guilabel:`Apps`, remove the "
":guilabel:`Apps` filter, and search for **POS IoT Six**. This module adds "
@@ -10182,26 +10127,26 @@ msgstr ""
"POS IoT Sixモジュールを有効にするには、:guilabel:`アプリ` に行き、:guilabel:`アプリ` フィルタを削除し、**POS "
"IoT Six** を検索します。このモジュールはSix端末を検出するために必要なドライバとインターフェースをデータベースに追加します。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:24
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:26
msgid "This module replaces the **POS Six** module."
msgstr "このモジュールは **POS Six** モジュールに代わるものです。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:27
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:29
msgid "Connect an IoT box"
msgstr "IoTボックスを接続"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:29
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:31
msgid ""
"Connecting a Six payment terminal to Odoo is requires :doc:`using a "
"Raspberry Pi or virtual (for Windows OS only) IoT box "
"</applications/general/iot/config/connect>`."
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:33
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:35
msgid "Configure the terminal ID"
msgstr "端末IDの設定"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:35
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:37
msgid ""
"Navigate to your IoT Box homepage, where you can find the :guilabel:`Six "
"payment terminal` field once your database server is connected to the IoT "
@@ -10218,7 +10163,7 @@ msgstr ""
msgid "Setting the Six terminal ID"
msgstr "Six端末IDを設定"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:43
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:45
msgid ""
"Odoo automatically restarts the IoT box when the Six terminal ID is "
"configured. If your Six terminal is online, it will be automatically "
@@ -10231,7 +10176,7 @@ msgstr ""
msgid "Confirming the connection to the Six payment terminal"
msgstr "Six決済端末への接続を確認"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:55
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:57
msgid ""
"Enable the payment terminal :ref:`in the application settings "
"<configuration/settings>` and :doc:`create the related payment method "
@@ -10248,47 +10193,6 @@ msgstr ""
msgid "Creating a new payment method for the SIX payment terminal"
msgstr "SIX決済端末の新しい支払方法の作成"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:70
msgid ""
"When processing a payment, select :ref:`your Six payment method "
"<six/configure>` in the :guilabel:`Payment Method` section and click "
":guilabel:`Send`. To cancel the payment request, click :guilabel:`Cancel`. "
"Once the payment is successful, the status switches to :guilabel:`Payment "
"Successful`."
msgstr ""
"支払処理を行う場合、 :guilabel:`支払方法` セクションで :ref:`6つの支払方法<six/configure>` を選択し、 "
":guilabel:`送信` をクリックします。支払要求を取消するには、 :guilabel:`取消` をクリックします。支払が成功すると、ステータスが"
" :guilabel:`支払完了` に切替わります。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst-1
msgid "Paying with Six"
msgstr "Sixで支払う"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:79
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/worldline.rst:101
msgid ""
"Once your payment is processed, the type of card used and the transaction ID"
" appear on the payment record."
msgstr "支払が処理されると、使用されたカードの種類と取引IDが支払記録に表示されます。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:81
msgid ""
"The language used for error messages is the same as the Six terminal. "
"Configure the terminal to change the language or contact Six."
msgstr "エラーメッセージに使用される言語はSix端末と同じです。端末を設定して言語を変更するか、Sixにお問い合わせ下さい。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:83
msgid "By default, the port used by the Six terminal is `7784`."
msgstr "デフォルトでSix端末に使用されているポートは`7784`です。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/six.rst:86
msgid ""
"If there are connection issues between the payment terminal and Odoo, you "
"can still force the payment validation in Odoo using the :guilabel:`Force "
"Done` button."
msgstr ""
"決済端末とOdooの接続に問題がある場合でも、Odooの :guilabel:`強制完了` ボタンを使用して強制的に支払を完了させることができます。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:3
msgid "Stripe"
msgstr "Stripe"
@@ -10488,40 +10392,21 @@ msgstr ""
":guilabel:`支払` セクションまでスクロールダウンし、 :guilabel:`支払方法` フィールドに**Stripe** "
"用の支払方法を追加します。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:95
msgid ""
"When processing a payment, select :guilabel:`Stripe` as the payment method. "
"Check the amount and click :guilabel:`Send`. Once the payment is successful,"
" the status changes to :guilabel:`Payment Successful`. To cancel the payment"
" request, click :guilabel:`cancel`."
msgstr ""
"支払を処理する場合、支払方法として :guilabel:`Stripe` を選択します。金額を確認し、 :guilabel:`送信` "
"をクリックします。支払が成功すると、ステータスが :guilabel:`支払完了` に変わります。支払要求を取消するには、 :guilabel:`取消`"
" をクリックします。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:104
msgid "The terminal must have at least 10% battery level to use it."
msgstr "この端末を使用するには、バッテリー残量が少なくとも10%以上必要です。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:105
msgid "The device does not work for payments under €0.50."
msgstr "このデバイスは0.50ユーロ以下の支払には使用できません。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:108
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:93
msgid "Troubleshooting"
msgstr "トラブルシューティング"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:111
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:96
msgid "Payment terminal unavailable in your Stripe account"
msgstr "Stripeアカウントで決済端末が利用できません"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:113
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:98
msgid ""
"If the payment terminal is unavailable in your Stripe account, you must add "
"it manually:"
msgstr "決済端末がStripeアカウントにない場合は、手動で追加する必要があります:"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:115
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:100
msgid ""
"Log into your `Stripe's dashboard <https://dashboard.stripe.com>`_ and go to"
" :menuselection:`Stripe dashboard --> Payments --> Readers --> Locations`;"
@@ -10529,19 +10414,19 @@ msgstr ""
"Stripeダッシュボード<https://dashboard.stripe.com>`_ "
"にログインし、:menuselection:`Stripeダッシュボード --> 支払 --> リーダー --> ロケーション` に進みます;"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:117
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:102
msgid ""
"Add a location by clicking the :guilabel:`+ New` button or selecting an "
"already created location;"
msgstr ":guilabel:`+新規` ボタンをクリックするか、すでに作成されている場所を選択して場所を追加します;"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:118
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:103
msgid ""
"Click the :guilabel:`+ New` button in the :guilabel:`Readers` box and fill "
"in the required information."
msgstr ":guilabel:`リーダー` ボックスの :guilabel:`+ 新規`ボタンをクリックし、必要な情報を入力します。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:122
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst:107
msgid ""
"You must provide a **registration code**. To retrieve that code, swipe right"
" on your device, enter the admin PIN code (by default: `07139`), validate, "
@@ -10739,17 +10624,6 @@ msgid ""
":guilabel:`Payment methods` field of the :guilabel:`Payment` section."
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/viva_wallet.rst:125
msgid ""
"When processing a payment, select the related payment method. Check the "
"amount and click on :guilabel:`Send`. Once the payment is successful, the "
"status changes to :guilabel:`Payment Successful`."
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/viva_wallet.rst:134
msgid "To cancel the payment request, click :guilabel:`cancel`."
msgstr ""
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/worldline.rst:3
msgid "Worldline"
msgstr "Worldline"
@@ -10918,29 +10792,6 @@ msgid ""
"Set a fixed IP to your IoT Boxs router to prevent losing the connexion."
msgstr "IoT Boxのルーターに固定IPを設定し、接続が切れるのを防ぎます。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/worldline.rst:98
msgid ""
"When processing a payment, select *Worldline* as payment method. Check the "
"amount and click on *Send*. Once the payment is successful, the status "
"changes to *Payment Successful*."
msgstr ""
"支払手続きをする際、支払方法として*Worldline* を選択します。金額を確認し、*送信* をクリックします。支払が完了すると、ステータスが "
"*支払完了* に変わります。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/worldline.rst:108
msgid ""
"In case of connexion issues between Odoo and the payment terminal, force the"
" payment by clicking on *Force Done*, which allows you to validate the "
"order. This option is only available after receiving an error message "
"informing you that the connection failed."
msgstr ""
"Odooと決済端末間の接続に問題がある場合、*強制完了* "
"をクリックして強制的に支払を実行し、オーダを検証することができます。このオプションは、接続に失敗したというエラーメッセージが表示された場合のみ有効です。"
#: ../../content/applications/sales/point_of_sale/payment_methods/terminals/worldline.rst:111
msgid "To cancel the payment request, click on **cancel**."
msgstr "支払要求を取消するには、**cancel**をクリックして下さい。"
#: ../../content/applications/sales/point_of_sale/pricing.rst:5
msgid "Pricing features"
msgstr "価格設定機能"
@@ -15220,6 +15071,9 @@ msgid ""
"is correct, and make any necessary adjustments. When ready, click the "
":guilabel:`Create Payment` button."
msgstr ""
"そうすると :guilabel:`支払登録` "
"ポップアップフォームが表示され、必要な情報が自動入力されます。提供された情報が正しいことを確認し、必要な調整を行います。準備ができたら、 "
":guilabel:`支払作成` ボタンをクリックします。"
#: ../../content/applications/sales/sales/invoicing/down_payment.rst-1
msgid ""
@@ -15354,19 +15208,22 @@ msgid ""
"quantities` invoicing policy, and the cost of the product *exceeds* the 50% "
"down payment (as in most cases), a regular invoice is created."
msgstr ""
":guilabel:`配送済数量` "
"請求方針が適用されるプロダクトに対して前受金が適用され、プロダクトの原価が50%の頭金を上回る場合(ほとんどのケースで該当)、通常の請求書が作成されます。"
#: ../../content/applications/sales/sales/invoicing/down_payment.rst:217
msgid ""
"However, for products that cost *less* than the 50% down payment, the down "
"payments will **not** be able to be deducted when it comes time to invoice "
"the customer."
msgstr ""
msgstr "しかし、50%の前受金よりも原価が **低い** プロダクトの場合、顧客に請求書を送付する際に、前受金は控除 **できません**。"
#: ../../content/applications/sales/sales/invoicing/down_payment.rst:220
msgid ""
"This is because the product(s) would have to be delivered *before* creating "
"the final invoice due to Odoo not allowing negative totals for invoices."
msgstr ""
"これは、Odooが顧客請求書の合計額のマイナスを許可していないため、最終請求書を作成する *前* にプロダクトを納品しなければならないためです。"
#: ../../content/applications/sales/sales/invoicing/down_payment.rst:223
msgid ""
@@ -15459,6 +15316,9 @@ msgid ""
":guilabel:`Down payment` as a :guilabel:`Product` in the :guilabel:`Invoice "
"Lines` tab."
msgstr ""
"次に、:guilabel:`ドラフト請求書作成` "
"をクリックして請求書ドラフトを作成します。これにより、請求書ドラフトが表示され、:guilabel:`前受金` が :guilabel:`請求明細` "
"タブの:guilabel:`プロダクト` として表示されます。"
#: ../../content/applications/sales/sales/invoicing/down_payment.rst:280
msgid ""
@@ -15467,12 +15327,15 @@ msgid ""
":guilabel:`Posted`. It also reveals a new series of buttons at the top of "
"the page."
msgstr ""
"顧客請求書は、:guilabel:`確認` "
"をクリックすることで確認および記帳することができます。顧客請求書の確認により、ステータスが:guilabel:`ドラフト` から "
":guilabel:`記帳済` に変更されます。また、ページ上部に新しい一連のボタンが表示されます。"
#: ../../content/applications/sales/sales/invoicing/down_payment.rst:284
msgid ""
"The payment can be registered by clicking the :guilabel:`Register Payment` "
"button."
msgstr ""
msgstr "支払は :guilabel:`支払登録` ボタンをクリックすることで登録できます。"
#: ../../content/applications/sales/sales/invoicing/down_payment.rst:286
msgid ""
@@ -15489,7 +15352,7 @@ msgstr ""
msgid ""
"The process is now complete, and the 100% down payment has been successfully"
" applied."
msgstr ""
msgstr "処理が完了し、100%の前受金が正常に適用されました。"
#: ../../content/applications/sales/sales/invoicing/down_payment.rst:303
msgid "Customer taxes modification on down payments"
@@ -20937,7 +20800,7 @@ msgstr ""
"オプションの合計20種類のプロダクトバリエーションがあります。各バリアントには在庫数、販売合計、その他類似したOdooのレコードがあります。"
#: ../../content/applications/sales/sales/products_prices/products/variants.rst:31
msgid ":doc:`/applications/websites/ecommerce/products/variants`"
msgid ":ref:`ecommerce/products/product-variants`"
msgstr ""
#: ../../content/applications/sales/sales/products_prices/products/variants.rst:36
+110 -89
View File
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-07 14:21+0000\n"
"POT-Creation-Date: 2024-11-05 09:20+0000\n"
"PO-Revision-Date: 2024-10-08 06:34+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
@@ -85,9 +85,8 @@ msgstr ""
#: ../../content/applications/studio/approval_rules.rst:5
msgid ""
"Studio approval rules are used to automate approval processes for actions. "
"They allow you to define the criteria for when an approval is required "
"before an action can be performed using a button."
"Studio approval rules allow you to require the approval of one or several "
"users before an action can be performed using a button."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:9
@@ -95,7 +94,7 @@ msgid "Configuration"
msgstr "設定"
#: ../../content/applications/studio/approval_rules.rst:11
msgid "To add approval rules, proceed as follows:"
msgid "To add an approval rule:"
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:13
@@ -105,146 +104,168 @@ msgid ""
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:14
msgid "Select the button for which you want to add approval rules."
msgid "Select the button to which the rule should be applied."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:15
msgid ""
"In the :guilabel:`Properties` tab on the left, enable the :guilabel:`Set "
"approval rules` feature."
"Click :icon:`fa-plus` :guilabel:`Add an approval step` in the :icon:`fa-"
"server` :guilabel:`Properties` tab."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:17
msgid ""
"Specify the :guilabel:`Allowed Group` to limit the approval permission to a "
"specific user group."
"Specify which users are responsible for approving the action by using one of"
" the following fields or both:"
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:19
msgid ""
"Select the :guilabel:`Responsible` user to create an activity for a specific"
" user when approval is requested from them."
#: ../../content/applications/studio/approval_rules.rst:20
msgid ":guilabel:`Approvers` to specify one or several users;"
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:21
msgid "Select the :guilabel:`Users to notify` via internal note."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:22
msgid ""
"Add a :guilabel:`Description` to be displayed in the :ref:`Approval dialog "
"<approval-rules/use>`."
msgid ":guilabel:`Approver Group` to specify one user group."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:24
msgid ""
"Optionally, you can also add conditions for the approval rule to be applied "
"by clicking the :icon:`fa-filter` (:guilabel:`filter`) icon next to the "
":guilabel:`Allowed Group` field."
"An activity is created for all users set as :guilabel:`Approvers` when their"
" approval is requested."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:27
msgid ""
"To add another rule, click :guilabel:`Add an approval rule`. When there are "
"multiple approval rules, you can:"
"(*optional*) Select the :guilabel:`Users to Notify` via an internal note "
"when the action is approved or rejected."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:30
#: ../../content/applications/studio/approval_rules.rst:29
msgid ""
"enable :guilabel:`Exclusive Approval` to require approvers to be different "
"users;"
"(*optional*) Add a :guilabel:`Description` to be displayed on the button."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:31
#: ../../content/applications/studio/approval_rules.rst:32
msgid ""
"change the :guilabel:`Notification Order` of the approval rule so that the "
":guilabel:`Responsible` and :guilabel:`Users to notify` are only notified "
"when the previous rule has been approved, and their approval is required. If"
" the approval rules have the same :guilabel:`Notification Order`, all users "
"are notified at the same time when the first approval is requested."
"You can specify under which condition(s) an approval step should be applied "
"by clicking the :icon:`fa-filter` (:guilabel:`filter`) icon next to the "
":guilabel:`Approvers` field."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:36
#: ../../content/applications/studio/approval_rules.rst:35
msgid ""
"Click the :icon:`fa-trash` (:guilabel:`trash`) icon next to the "
":guilabel:`Allowed Group` field to delete the approval rule."
"To add another approval step, click :icon:`fa-plus` :guilabel:`Add an "
"approval step`. When there are multiple steps, you can:"
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:38
msgid ""
"Enable :guilabel:`Exclusive Approval` on any step so that a user who "
"approves a step cannot approve another step for the same record."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:40
msgid ""
"Change the :guilabel:`Approval Order` of the steps by selecting a number, "
"`1` being the first step, `2` the second step, and so on. A user responsible"
" for a higher step can approve/reject previous step(s) unless "
":guilabel:`Exclusive Approval` is selected."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:44
msgid ""
"Click the :icon:`fa-trash` (:guilabel:`trash`) icon next to the "
":guilabel:`Approvers` field to remove an approval step."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:48
msgid ""
"You can create :ref:`user groups <access-rights/groups>` specifically for "
"approvals."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:45
#: ../../content/applications/studio/approval_rules.rst:53
msgid "Use"
msgstr "試用"
#: ../../content/applications/studio/approval_rules.rst:47
msgid "Once approval rules have been defined for a button:"
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:49
msgid ""
"A **user avatar** icon is displayed next to the button's label for each "
"approval rule that has been defined."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:0
msgid "Confirm button with approval for purchase orders"
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:55
msgid ""
"When an unauthorized user clicks the button, an error message is displayed "
"in the top-right corner and an activity is created for the user specified in"
" the :guilabel:`Responsible` field."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:57
msgid ""
"Only users from the group defined in the :guilabel:`Allowed Group` field are"
" authorized to approve or reject the action."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:60
msgid "Authorized users can:"
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:62
msgid "approve and perform the action by clicking the button;"
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:63
msgid ""
"approve the action and allow another user to perform it by clicking the "
"**user avatar** icon next to the button's label, then clicking the "
":icon:`fa-check` (:guilabel:`Approve`) button in the dialog that opens;"
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:66
msgid ""
"reject the action by clicking the **user avatar** icon next to the button's "
"label, then clicking the :icon:`fa-times` (:guilabel:`Reject`) button in the"
" dialog that opens."
"Once an approval rule has been defined for a button, a **user avatar** icon "
"is displayed next to the button's label for each approval step. Clicking an "
"icon reveals the step(s)."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst-1
msgid "Approval dialog"
msgid "Confirm button with two approval steps"
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:62
msgid ""
"If an unauthorized user clicks the button, an error message is displayed and"
" an activity is created for the users specified in the :guilabel:`Approvers`"
" field, if any."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:65
msgid "Authorized users can:"
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:67
msgid ""
"Perform the action directly by clicking the button if it is the last/only "
"approval step."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:68
msgid ""
"Approve the action and let another user perform it - or move it to the next "
"approval step - by clicking the **user avatar** icon next to the button's "
"label, then clicking the :icon:`fa-check` (:guilabel:`approve`)."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:71
msgid ""
"Reject the action by clicking the **user avatar** icon next to the button's "
"label and then the :icon:`fa-times` (:guilabel:`reject`) button."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:73
msgid ""
"The user who approved/rejected the action can revoke their decision by "
"clicking the **user avatar** icon next to the button's label, then clicking "
"the :icon:`fa-undo` (:guilabel:`Revoke`) button."
"(only for users selected under the :guilabel:`Approvers` field) Delegate "
"their approval rights to one or several users for **all records** by:"
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:76
msgid ""
"Clicking the :icon:`oi-view-kanban` (:guilabel:`kanban view`) icon and then "
":guilabel:`Delegate`."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:78
msgid ""
"Selecting one or several :guilabel:`Approvers`, :guilabel:`Until` when they "
"will have approval rights (forever if left empty), and, optionally, the "
"user(s) who should be notified via an internal note using the "
":guilabel:`Notify to` field."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:0
msgid "Delegate to dialog"
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:86
msgid ""
"A user who approves/rejects an action can revoke their decision by clicking "
"the **user avatar** icon next to the button's label and then the :icon:`fa-"
"undo` (:guilabel:`revoke`) button. They can also revoke the decision of "
"other users for steps with a lower :guilabel:`Approval Order` unless "
":guilabel:`Exclusive Approval` is enabled."
msgstr ""
#: ../../content/applications/studio/approval_rules.rst:90
msgid ""
"Approvals are tracked in the record's chatter. An approval entry is also "
"created every time a Studio approval-related action is performed. To access "
"the approval entries, :doc:`activate the developer mode "
"approval entries, :doc:`activate the developer mode "
"</applications/general/developer_mode>` and go to :menuselection:`Settings "
"--> Technical --> Studio Approval Entries`."
msgstr ""
File diff suppressed because it is too large Load Diff