操作
Bug(バグ) #2508
完了コミュニティトピック作成時のエラーメッセージが翻訳されていない
開始日:
2011-10-18
期日:
進捗率:
100%
予定工数:
3.6 で発生するか:
Unknown (未調査)
[QA]バグ通知済:
いいえ
3.8 で発生するか:
opCommunityTopicPlugin 絞込条件:
説明
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%文字以内で入力してください。 |
操作