Skip to content

Commit

Permalink
chore(i18n): Update Japanese locale (dequelabs#1549)
Browse files Browse the repository at this point in the history
Translate new rule for avoid-inline-spacing
  • Loading branch information
Honoka Hatakeyama authored and WilcoFiers committed May 10, 2019
1 parent 91a04c5 commit bf98da6
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit bf98da6

Please sign in to comment.