1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-23 22:52:11 +01:00

320 Commits

Author SHA1 Message Date
KentarouTakeda
768e8d6ed7 軽微な差分を優先し26ファイルを既訳更新 (#349)
- reference/mbstring/functions/mb-decode-numericentity.xml
  1. php/doc-en@4e69a9f2b1
- reference/imap/functions/imap-headerinfo.xml
  1. php/doc-en@4e69a9f2b1
- reference/ssh2/functions/ssh2-auth-pubkey-file.xml
  1. php/doc-en@74ef2355c5
- reference/ssh2/functions/ssh2-connect.xml
  1. php/doc-en@74ef2355c5
- reference/stream/functions/stream-filter-append.xml
  1. php/doc-en@a684294e0b
- reference/stream/functions/stream-filter-prepend.xml
  1. php/doc-en@a684294e0b
- reference/filesystem/functions/fgetcsv.xml
  1. php/doc-en@e1fd0bef1d
  2. php/doc-en@0a3648a718
  3. `&warning.csv.escape-parameter;` の重複を削除(既訳のバグ修正)
- reference/spl/splfileobject/fgetcsv.xml
  1. php/doc-en@e1fd0bef1d
  2. php/doc-en@3a89b55d11
  3. php/doc-en@0a3648a718
- language/predefined/attributes/nodiscard.xml
  1. php/doc-en@30bda33771
- reference/pdo_sqlite/pdo/sqlite/createfunction.xml
  1. php/doc-en@28930349ca
- reference/math/functions/fmod.xml
  1. php/doc-en@54a788ca59
- reference/simplexml/simplexmlelement/addChild.xml
  1. php/doc-en@dca2a8354f
- reference/json/functions/json-last-error.xml
  1. php/doc-en@058ea1e842
- features/commandline.xml
  1. php/doc-en@96b10a9885
- appendices/migration85/incompatible.xml
  1. php/doc-en@048982b729
  2. php/doc-en@f81bbcf9d3
- reference/random/random/randomizer/getfloat.xml
  1. php/doc-en@1ada637cc8
  2. php/doc-en@423a1da63f
- reference/mysqli/mysqli/multi-query.xml
  1. php/doc-en@1beae37b69
- reference/image/functions/getimagesize.xml
  1. php/doc-en@6bb90d24b2
- reference/curl/functions/curl-close.xml
  1. php/doc-en@86c8ebd19e
- reference/curl/functions/curl-share-close.xml
  1. php/doc-en@29c3d13980
- reference/yaml/functions/yaml-parse-file.xml
  1. php/doc-en@132d2a8d63
- reference/mysqli/mysqli/options.xml
  1. php/doc-en@e309a62b16
  2. MYSQLI_SERVER_PUBLIC_KEY の古い「PHP 5.5.0 以降」テキストを削除(既訳のバグ修正)
- appendices/transports.xml
  1. php/doc-en@ae90ecc932
- reference/soap/soapserver/addfunction.xml
  1. php/doc-en@577239f64b
- reference/var/functions/settype.xml
  1. php/doc-en@8d49e302b4
- features/http-auth.xml
  1. php/doc-en@cd4180557a
2026-03-10 08:58:57 +09:00
KentarouTakeda
e83e3610c2 小規模・独立ファイルの翻訳を一括更新 (#346)
他のファイルに依存しない独立したファイルのうち、英語版との差分が小さいもの(各50行以下)をまとめて更新。

レビュー負荷の少ないファイルを一括で片付けることが目的。

- reference/datetime/datetimezone/gettransitions.xml — DateTimeZone::getTransitions
  1. php/doc-en@77fca2416a

- reference/network/functions/setcookie.xml — setcookie
  1. php/doc-en@b41e78e623
  2. php/doc-en@6122a8317c

- reference/datetime/datetimeimmutable/createfromformat.xml — DateTimeImmutable::createFromFormat
  1. php/doc-en@f5e51d56b0

- reference/pcre/functions/preg-match-all.xml — preg_match_all
  1. php/doc-en@b731f708be

- reference/spl/splfileinfo/iswritable.xml — SplFileInfo::isWritable
  1. php/doc-en@b07b628d6f

- reference/random/functions/rand.xml — rand
  1. php/doc-en@a2a3f35259

- reference/opcache/functions/opcache-is-script-cached.xml — opcache_is_script_cached
  1. php/doc-en@3c36a56c9e

- reference/fpm/status.xml — Status Page
  1. php/doc-en@fa98755da4

- reference/session/functions/session-cache-limiter.xml — session_cache_limiter
  1. php/doc-en@1cef066aa4

- reference/image/functions/imagedestroy.xml — imagedestroy
  1. php/doc-en@02477ebd44

- reference/curl/constants_curl_setopt.xml
  1. php/doc-en@c9888ac6e5

- reference/xhprof/ini.xml
  1. php/doc-en@323cb7d9b9
  2. php/doc-en@d4d5216e7a
2026-03-06 21:36:18 +09:00
nsfisis
4a5529503e [PHP 8.4] reference/curl/constants_curl_setopt.xml を新規翻訳 (#295)
* 未訳ファイル reference/curl/constants_curl_setopt.xml を追加

* reference/curl/constants_curl_setopt.xml を翻訳

* DNS 文脈における "resolver" の定訳を「リゾルバ」に統一

* 「おこなう」「行う」の表記ゆれを統一

* 読点を追加

* Apply suggestions from code review

Co-authored-by: Yoshinari Takaoka <mumumu@mumumu.org>

* cURL非推奨オプションに関する表示を統一

---------

Co-authored-by: Yoshinari Takaoka <mumumu@mumumu.org>
Co-authored-by: 武田 憲太郎 <takeda@youmind.jp>
2026-02-28 13:20:04 +09:00
Yoshinari Takaoka
8c8644699b Update curl-escape.xml
98ee565bfb
2025-10-25 19:28:50 +09:00
Yoshinari Takaoka
38cbdaaa17 curl: Remove curl_close() from all examples
fc9a0a8b29
2025-10-21 12:02:32 +09:00
Yoshinari Takaoka
9f1b814a2b Add &warn.deprecated.function-*; to all deprecated functions
ce98b568f8
2025-10-05 13:34:14 +09:00
Yoshinari Takaoka
99bb1f3e92 Update function attributes
42d5fb01e0
2025-10-05 13:31:39 +09:00
Yoshinari Takaoka
a156e52d36 fixed typo 2025-09-15 12:43:00 +09:00
Yoshinari Takaoka
b8a8cd3dae 誤訳を修正 2025-09-13 20:02:29 +09:00
Yoshinari Takaoka
b8f74b0150 newly added more curl constants file translation.
- #295 以外は curl の定数は完了。
2025-09-13 19:43:52 +09:00
Yoshinari Takaoka
151690f053 fixed textlint error 2025-09-13 19:03:10 +09:00
Yoshinari Takaoka
15acb0c493 translated some more curl constants files
language-snippets.ent 以外は、working だったファイルの翻訳はこれで完了。
2025-09-13 18:59:11 +09:00
Yoshinari Takaoka
2dc8ce8dfa updated curl related translation, rev version, etc. 2025-09-13 17:14:44 +09:00
Yoshinari Takaoka
76d63b4a04 sync with en / Broken XML File: エラーを解消 part III. 2025-08-05 19:06:54 +09:00
natsuki ueda
003899bb87 [PHP 8.4] Curl new options and constants #4069 を取り込み (#308)
* constants.xml

* constants_curl_getinfo.xml(全体が未翻訳なので追加部分も一旦原文まま)

* curl-getinfo.xml

* curl-setopt.xml

* curl-version.xml

* setup.xml

* リビジョンの更新


---------

Co-authored-by: tekimen <youkidearitai+github@gmail.com>
2025-08-05 10:35:23 +09:00
Yoshinari Takaoka
6ac95aeb0d Remove cURL constants from function pages
56171c30f4
2024-12-15 21:04:15 +09:00
Yoshinari Takaoka
ae490edf01 Update curl-exec.xml Mention the direct output
6c60e8e8fc
2024-12-15 14:39:08 +09:00
Yoshinari Takaoka
f0c26c58a3 partial revert 2e4a2c6d08
curl-multi-select.xml の doc-en の最新版を確認し、必要な部分だけ revert
2024-12-15 13:31:26 +09:00
Yoshinari Takaoka
2e4a2c6d08 curl-multi-select.xml Replace curl_multi to cURL multi handle
52640977d0
2024-12-15 10:44:52 +09:00
Yoshinari Takaoka
924b80c8e2 curl-multi-remove-handle.xml Correct the inaccuracy of the description
64436290ab
2024-12-15 10:40:53 +09:00
Yoshinari Takaoka
4b431e09c6 Replace _XXX with _* in constants
89ae180a85
2024-12-15 10:37:28 +09:00
Yoshinari Takaoka
e0081d12f1 curl: Fix curl_multi_close() description
e59d2eff82
2024-12-15 08:05:24 +09:00
Yoshinari Takaoka
1961f8cf8d Improve variable names
2ebb9660d4
2024-12-15 07:52:22 +09:00
Yoshinari Takaoka
37b4c56068 curl: Clean up examples for curl_multi_*() usage
92226911a0
2024-12-15 07:49:16 +09:00
Yoshinari Takaoka
ccd92a6e59 sync with en / Sort constants
自己満足でソートを掛けることが、どれだけの翻訳者側のメンテコストを発生させるかわかっていないコミット。こうなることを見越して、curl 系の定数はメンテ対象から外していたが、そうしておいて本当に良かった。

67fae39d95
2024-12-15 07:11:49 +09:00
Yoshinari Takaoka
5b6405009e Remove comment
83e57db3c4
2024-12-15 07:08:51 +09:00
Yoshinari Takaoka
7ff72e396b sync with en
8105dd78d8
2024-12-15 07:07:45 +09:00
Haruki Tazoe
98f39d4c8b [PHP 8.4] curl_multi_selectのエラーについて翻訳 (#197)
* curl_multi_selectのエラーについて翻訳

* インデントや行末の空白有無を原文と併せる

---------

Co-authored-by: 武田 憲太郎 <takeda@youmind.jp>
2024-11-28 01:51:53 +09:00
Gina Peter Banyard
cd768ff97f Fix some RelaxNG violation (#136)
A mistake was made during a sync with doc-en, <para> tags are required
2024-10-27 11:30:32 +00:00
Yoshinari Takaoka
3dbf6ea172 curl-multi-strerror.xml: explain what the function does
011c65f4bb
2024-08-31 21:14:02 +09:00
Yoshinari Takaoka
4371ebf009 sync with en 2024-08-17 19:19:45 +09:00
Yoshinari Takaoka
dbb9713905 Move curl-setopt constants to their own variablelist
b7d6aaa945
2024-07-27 21:00:50 +09:00
Yoshinari Takaoka
831c9e152f ext/curl - constants: Remove duplicate CURL_SSLVERSION_TLSv1_3
0534f3d210
2024-07-27 20:21:47 +09:00
Yoshinari Takaoka
1b280f5c8c Move CURLPAUSE constants to their own variablelist 2024-07-27 18:32:59 +09:00
Yoshinari Takaoka
4377e02482 Move curl_multi_setopt() constants to a dedicated variablelist 2024-07-27 18:31:25 +09:00
Yoshinari Takaoka
537e82d263 Move cURL multi handle status constants to their own variablelis
6369333ffb
2024-07-27 11:40:51 +09:00
Yoshinari Takaoka
3e3ed455d9 Move CURLPROTO constants to dedicated variablelist
dfbd3979ec
2024-07-27 11:38:02 +09:00
Yoshinari Takaoka
5e3121d898 Add missing CURLINFO constants
3b624f5023
2024-07-27 11:28:51 +09:00
Gina Peter Banyard
e4f42ceee3 Apply commit from doc-en PR 3422 2024-06-14 17:01:59 +01:00
Yoshinari Takaoka
482edcbd32 Add missing cURL error constants and clean up cURL error constants
fab7349d08
2024-06-01 20:16:51 +09:00
Yoshinari Takaoka
12e99a492c Updated EN-Revision only / Remove duplicate sentence
3c30bb35cd
2024-05-23 21:21:52 +09:00
Yoshinari Takaoka
9bc1a2faac Updated EN-Revision only / Add missing constant, replaceable and function tags
6a02752db1
2024-05-23 21:21:01 +09:00
Yoshinari Takaoka
82dccaeb58 Updated EN-Revison only / Change wording from "Available since" to "Available as of"
日本語版には全く無意味な変更

b8ea7cb9cf
2024-05-23 21:19:54 +09:00
Yoshinari Takaoka
1321b4b37d Updated EN-Revision only / Add periods between sentences of merged descriptions
add616360f
2024-05-23 21:17:50 +09:00
Yoshinari Takaoka
5097a43e7f Copy constants from curl_getinfo to dedicated constants page
5743eea6e4
2024-05-23 21:16:52 +09:00
Yoshinari Takaoka
c7b7e7651c Make cURL docs DocBook 5.2 conformant
310963ad9a
2024-05-16 09:54:01 +09:00
Yoshinari Takaoka
dd3d6f44a2 誤訳を修正 2024-05-12 13:33:23 +09:00
Yoshinari Takaoka
682fd6c69d cURL: A curl_close() call will not write the cookies out to the file
1d124fb2e4
2024-05-12 12:22:34 +09:00
Yoshinari Takaoka
206f2a7572 Updated EN-Revision only / Fix whitespace 2024-04-28 15:02:34 +09:00
Yoshinari Takaoka
8dcfb8c529 Change literal to constant tags
61374bbe22
2024-04-28 14:12:56 +09:00