This is an automated email from the ASF dual-hosted git repository.

wkaras pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new d2f57dcacf Make dubiously correct changes to Japanese docs for TSDebug 
-> Dbg. (#10807)
d2f57dcacf is described below

commit d2f57dcacf4f021e3b08776400d2f780163d2282
Author: Walt Karas <[email protected]>
AuthorDate: Mon Nov 27 21:37:23 2023 -0500

    Make dubiously correct changes to Japanese docs for TSDebug -> Dbg. (#10807)
---
 doc/locale/ja/LC_MESSAGES/admin-guide/files/records.config.en.po      | 4 ++--
 doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSAPI.en.po   | 4 ++--
 doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSDebug.en.po | 4 ++--
 doc/locale/ja/LC_MESSAGES/developer-guide/debugging/debug-tags.en.po  | 2 +-
 .../ja/LC_MESSAGES/developer-guide/plugins/plugin-interfaces.en.po    | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/locale/ja/LC_MESSAGES/admin-guide/files/records.config.en.po 
b/doc/locale/ja/LC_MESSAGES/admin-guide/files/records.config.en.po
index 9903458d9c..87c8e8760b 100644
--- a/doc/locale/ja/LC_MESSAGES/admin-guide/files/records.config.en.po
+++ b/doc/locale/ja/LC_MESSAGES/admin-guide/files/records.config.en.po
@@ -4262,8 +4262,8 @@ msgstr ""
 
 #: ../../../admin-guide/files/records.yaml.en.rst:2800
 msgid ""
-"|TS| plugins will typically log debug messages using the :c:func:`TSDebug` "
-"API, passing the plugin name as the debug tag."
+"|TS| plugins will typically log debug messages using the :c:func:`Dbg` "
+"API, passing the debug control associated with the plugin name."
 msgstr ""
 
 #: ../../../admin-guide/files/records.yaml.en.rst:2806
diff --git 
a/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSAPI.en.po 
b/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSAPI.en.po
index 92124b48ab..38a4d4b254 100644
--- a/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSAPI.en.po
+++ b/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSAPI.en.po
@@ -289,10 +289,10 @@ msgstr ""
 #: ../../developer-guide/api/functions/TSAPI.en.rst:103
 msgid ""
 "The names of defined types are mixed-case. For example, :type:`TSHttpSsn` "
-"and :func:`TSHttpTxn`. :func:`TSDebug`"
+"and :func:`TSHttpTxn`. :func:`Dbg`"
 msgstr ""
 "定義された型の名前は大文字小文字が混在します。例えば、:type:`TSHttpSsn` 、:"
-"func:`TSHttpTxn` 、:func:`TSDebug` となります。"
+"func:`TSHttpTxn` 、:func:`Dbg` となります。"
 
 #: ../../developer-guide/api/functions/TSAPI.en.rst:131
 msgid ""
diff --git 
a/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSDebug.en.po 
b/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSDebug.en.po
index 8e30f0ccef..285951536a 100644
--- a/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSDebug.en.po
+++ b/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/TSDebug.en.po
@@ -28,8 +28,8 @@ msgstr ""
 "Generated-By: Babel 2.2.0\n"
 
 #: ../../../developer-guide/api/functions/TSDebug.en.rst:22
-msgid "TSDebug"
-msgstr "TSDebug"
+msgid "Dbg"
+msgstr "Dbg"
 
 #: ../../../developer-guide/api/functions/TSDebug.en.rst:24
 msgid "Traffic Server Debugging APIs."
diff --git 
a/doc/locale/ja/LC_MESSAGES/developer-guide/debugging/debug-tags.en.po 
b/doc/locale/ja/LC_MESSAGES/developer-guide/debugging/debug-tags.en.po
index 797cf3eacb..3a8b79ff62 100644
--- a/doc/locale/ja/LC_MESSAGES/developer-guide/debugging/debug-tags.en.po
+++ b/doc/locale/ja/LC_MESSAGES/developer-guide/debugging/debug-tags.en.po
@@ -34,7 +34,7 @@ msgstr ""
 
 #: ../../../developer-guide/debugging/debug-tags.en.rst:25
 msgid ""
-"Use the API ``void TSDebug (const char *tag, const char *format_str, ...)`` "
+"Use the API ``void Dbg (DbgCtl dbg_ctl, const char *format_str, ...)`` "
 "to add traces in your plugin. In this API:"
 msgstr ""
 
diff --git 
a/doc/locale/ja/LC_MESSAGES/developer-guide/plugins/plugin-interfaces.en.po 
b/doc/locale/ja/LC_MESSAGES/developer-guide/plugins/plugin-interfaces.en.po
index 7d3bfa686b..d526495733 100644
--- a/doc/locale/ja/LC_MESSAGES/developer-guide/plugins/plugin-interfaces.en.po
+++ b/doc/locale/ja/LC_MESSAGES/developer-guide/plugins/plugin-interfaces.en.po
@@ -35,7 +35,7 @@ msgstr ""
 
 #: ../../developer-guide/plugins/plugin-interfaces.en.rst:125
 msgid ""
-":c:func:`TSDebug` prints out a formatted statement if you are running "
+":c:func:`Dbg` prints out a formatted statement if you are running "
 "Traffic Server in debug mode."
 msgstr ""
 

Reply via email to