Skip to content
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

chore(i18n): Update Japanese locale #1549

Merged
merged 2 commits into from
May 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
"description": "autocomplete属性が正しく、かつフォームフィールドに対して適切であることを確認します",
"help": "autocomplete属性は正しく使用しなければなりません"
},
"avoid-inline-spacing": {
"description": "style属性で指定されたテキストの間隔は、カスタムスタイルシートにより調整可能であることを確認します",
"help": "インラインのテキスト間隔設定はカスタムスタイルシートによって調整可能でなければなりません"
},
"blink": {
"description": "<blink>要素が使用されていないことを確認します",
"help": "<blink>要素は廃止されており、使用するべきではありません"
Expand Down Expand Up @@ -617,6 +621,10 @@
"pass": "aria-labelledby属性が存在し、スクリーン・リーダーに認識可能な要素を参照しています",
"fail": "aria-labelledby属性が存在しない、存在しない要素を参照している、または空の要素を参照しています"
},
"avoid-inline-spacing": {
"pass": "テキストの間隔に影響する '!important' のついたインラインスタイルは指定されていません",
"fail": "ほとんどのブラウザーで上書きすることはサポートされていないため、インラインスタイル {{=it.data.join(', ')}}, から '!important' を削除します"
},
"button-has-visible-text": {
"pass": "要素にスクリーン・リーダーが認識可能な内部テキストが存在しています",
"fail": "要素にスクリーン・リーダーが認識可能な内部テキストが存在していません"
Expand Down