-
Notifications
You must be signed in to change notification settings - Fork 82
doc-enの差分を反映(1) #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
doc-enの差分を反映(1) #138
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,22 +1,24 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- $Revision$ --> | ||
| <!-- EN-Revision: 9a10d863b9e6acde050f1d5a559927d12a4e65b0 Maintainer: hirokawa Status: ready --> | ||
| <!-- EN-Revision: dee52c067be3be96a735f0c33cbcf0009a996b2e Maintainer: hirokawa Status: ready --> | ||
|
|
||
| <preface xml:id="preface" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook"> | ||
| <info><title>序文</title> | ||
| <abstract> | ||
| <simpara> | ||
| <acronym>PHP</acronym> は、<emphasis>PHP: Hypertext Preprocessor</emphasis> | ||
| を意味し、広く使用されているオープンソースの汎用スクリプト言語です。 | ||
| HTML に埋め込むことができ、Web アプリケーションの開発に特に適しています。 | ||
| PHP の構文の多くは C、Java、Perl 言語から転用したもので、 | ||
| 簡単に習得することができます。この言語は、動的に生成されるウェブページを | ||
| Web 開発者が速やかに作成できるようにすることを主な目標として | ||
| つくられました。しかし、それだけにとどまらず、 | ||
| もっと多くのことを PHP を使って行うことができます。 | ||
| </simpara> | ||
| </abstract> | ||
| </info> | ||
| <info> | ||
| <titleabbrev>序文</titleabbrev> | ||
| <title>このマニュアルについて</title> | ||
| <abstract> | ||
| <simpara> | ||
| <acronym>PHP</acronym> は、<emphasis>PHP: Hypertext Preprocessor</emphasis> | ||
| を意味し、広く使用されているオープンソースの汎用スクリプト言語です。 | ||
| HTML に埋め込むことができ、Web アプリケーションの開発に特に適しています。 | ||
| PHP の構文の多くは C、Java、Perl 言語から転用したもので、 | ||
| 簡単に習得することができます。この言語は、動的に生成されるウェブページを | ||
| Web 開発者が速やかに作成できるようにすることを主な目標として | ||
| つくられました。しかし、それだけにとどまらず、 | ||
| もっと多くのことを PHP を使って行うことができます。 | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 翻訳は変更なし |
||
| </simpara> | ||
| </abstract> | ||
| </info> | ||
|
|
||
| <para> | ||
| このマニュアルは、 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここが翻訳に迷うところで、直訳すると「ラウンドトリップを生き残ることができない」。
https://github.com/php/doc-en/blob/cef78b0fbe0fbe02003699b027ab50200097e949/language-snippets.ent#L1064-L1070
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
つまり、例えば「CSVをPHPのcsv関数(fgetcsvとかstr_getcsvとか)で読み込んで、fputcsvとかで書き込んだときの内容が保証されない」という意味ですよね。round tripは往復の旅行ですから、それをCSVのデータに例えているということですかね。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
そういうことです