mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
po-docs: ja: Fix internal link L</...> which was translated.
Compiling po-docs/ja/guestfish.pod failed with:
Pod input around line 277: L<> starts or ends with whitespace
Pod input around line 362: L<> starts or ends with whitespace
I reverted the part of the L</...> link which had been translated.
The fix isn't quite correct -- headings *can* be translated, and the
corresponding internal links should be translated too. However
pod2man has problems dealing with such links and in any case the
partial translation was not correct, so revert to the English version
of the link.
Updates commit 794b6a1acf.
This commit is contained in:
@@ -70543,7 +70543,8 @@ msgid ""
|
||||
"Fork into the background and listen for remote commands. See section "
|
||||
"L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
|
||||
msgstr ""
|
||||
"バックグラウンドにフォークし、リモートコマンドをリッスンします。 以下の L</guestfish のソケット経由のリモート制御 > 参照。"
|
||||
"バックグラウンドにフォークし、リモートコマンドをリッスンします。 以下の L</"
|
||||
"REMOTE CONTROL GUESTFISH OVER A SOCKET> 参照。"
|
||||
|
||||
#. type: =item
|
||||
#: ../fish/guestfish.pod:293 ../fuse/guestmount.pod:252
|
||||
@@ -70698,8 +70699,8 @@ msgid ""
|
||||
"Send remote commands to C<$GUESTFISH_PID> or C<pid>. See section L</REMOTE "
|
||||
"CONTROL GUESTFISH OVER A SOCKET> below."
|
||||
msgstr ""
|
||||
"リモートコマンドを C<$GUESTFISH_PID> または C<pid> に送信します。 以下の L</guestfish "
|
||||
"のソケット経由のリモート制御 > 参照。"
|
||||
"リモートコマンドを C<$GUESTFISH_PID> または C<pid> に送信します。 以下の L</"
|
||||
"REMOTE CONTROL GUESTFISH OVER A SOCKET> 参照。"
|
||||
|
||||
#. type: =item
|
||||
#: ../fish/guestfish.pod:395 ../fuse/guestmount.pod:351
|
||||
|
||||
Reference in New Issue
Block a user