Actions
Bug(バグ) #2508
closedコミュニティトピック作成時のエラーメッセージが翻訳されていない
Start date:
2011-10-18
Due date:
% Done:
100%
Estimated time:
3.6 で発生するか:
Unknown (未調査)
[QA]バグ通知済:
No
3.8 で発生するか:
opCommunityTopicPlugin 絞込条件:
Description
Overview (現象)¶
コミュニティトピック作成時のエラーメッセージが翻訳されていない
発生しうるエラー一覧
フィールド | エラーコード | エラーメッセージ(翻訳前) | 修正前の表示 | 補足 |
---|---|---|---|---|
(global) | extra_fields | Unexpected extra form field named "%field%". | Unexpected extra form field named "name2". | 定義されていない name のデータを送信する |
(global) | post_max_size | The form submission cannot be processed. It probably means that you have uploaded a file that is too big. | The form submission cannot be processed. It probably means that you have uploaded a file that is too big. | PHP の post_max_size よりも大きいファイルを添付する |
_csrf_token | csrf_attack | CSRF attack detected. | csrf token: CSRF attack detected. | |
_csrf_token | required | Required. | csrf token: 必須項目です。 | |
name | required | Required. | Required. | |
name | max_length | "%value%" is too long (max_length characters max). | "%value%" is too long (max_length characters max). | max_length => 2147483647 |
body | required | Required. | Required. | |
body | max_length | "%value%" is too long (max_length characters max). | "%value%" is too long (max_length characters max). | max_length => 2147483647 |
Way to fix (修正内容)¶
フィールド | エラーコード | エラーメッセージ(翻訳前) | 修正後の表示 | 補足 |
---|---|---|---|---|
(global) | extra_fields | Unexpected extra form field named "%field%". | 正しくありません。 | |
(global) | post_max_size | The form submission cannot be processed. It probably means that you have uploaded a file that is too big. | 送信に失敗しました。 | |
_csrf_token | csrf_attack | CSRF attack detected. | csrf token: 前の画面を読み直して、操作をやり直してください。 | |
_csrf_token | required | Required. | csrf token: 必須項目です。 | |
name | required | Required. | 必須項目です。 | |
name | max_length | "%value%" is too long (max_length characters max). | %max_length%文字以内で入力してください。 | |
body | required | Required. | 必須項目です。 | |
body | max_length | "%value%" is too long (max_length characters max). | %max_length%文字以内で入力してください。 |
Updated by Maki Takahashi about 13 years ago
- Status changed from New(新規) to Accepted(着手)
- Assignee set to Maki Takahashi
Updated by Maki Takahashi about 13 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
Updated by Yuya Watanabe almost 13 years ago
- Target version set to 1.0.x
- 3.6 で発生するか set to Unknown (未調査)
- 3.4 で発生するか set to Unknown (未調査)
Updated by Kousuke Ebihara almost 13 years ago
- Target version changed from 1.0.x to 1.0.4
Updated by Yuya Watanabe almost 13 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
レビューを行い,下記コミットで取り込みを行いました.
https://github.com/tejimaya/opCommunityTopicPlugin/commit/a08412c7e3eec05f2a9625f3a235d43839c2124c
Updated by Yuma Sakata almost 13 years ago
- Status changed from Pending Testing(テスト待ち) to Fixed(完了)
- % Done changed from 70 to 100
テストOKです。
Actions