diff options
| author | hatsu <hajiwata0308@gmail.com> | 2021-08-26 23:52:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-26 07:52:02 -0700 |
| commit | 7fbe41d28db15d0b82be075ca481da6fac042a08 (patch) | |
| tree | ba622e028a48fb870b2682f273cb596db001eae7 /src/translations.js | |
| parent | c2f4a986eab51ff69acbfecce2d51f852c2d5d93 (diff) | |
Update Japanese (#197)
Diffstat (limited to 'src/translations.js')
| -rw-r--r-- | src/translations.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/translations.js b/src/translations.js index 1b018b5..4f90f40 100644 --- a/src/translations.js +++ b/src/translations.js | |||
| @@ -219,18 +219,19 @@ export const Translations = [ | |||
| 219 | 'desc.source': 'ソースコード', | 219 | 'desc.source': 'ソースコード', |
| 220 | 'wifi.login': ' WiFi ログイン', | 220 | 'wifi.login': ' WiFi ログイン', |
| 221 | 'wifi.name': 'ネットワーク名', | 221 | 'wifi.name': 'ネットワーク名', |
| 222 | 'wifi.name.hiddenSSID': '隠しSSID', | ||
| 222 | 'wifi.name.placeholder': 'WiFi ネットワーク名', | 223 | 'wifi.name.placeholder': 'WiFi ネットワーク名', |
| 223 | 'wifi.password': 'パスワード', | 224 | 'wifi.password': 'パスワード', |
| 224 | 'wifi.password.placeholder': 'パスワード', | 225 | 'wifi.password.placeholder': 'パスワード', |
| 225 | 'wifi.password.hide': '印刷前スワードを非表示にする', | 226 | 'wifi.password.hide': 'パスワードを非表示にする', |
| 226 | 'wifi.password.encryption': '暗号化', | 227 | 'wifi.password.encryption': '暗号化', |
| 227 | 'wifi.password.encryption.none': 'なし', | 228 | 'wifi.password.encryption.none': 'なし', |
| 228 | 'wifi.tip': '携帯電話のカメラをQRコードに向けると、自動的に接続されます', | 229 | 'wifi.tip': '携帯電話のカメラをQRコードに向けると、自動的に接続されます', |
| 229 | 'wifi.alert.name': 'ネットワーク名は空にできません', | 230 | 'wifi.alert.name': 'ネットワーク名は空にできません', |
| 230 | 'wifi.alert.password.length.5': | 231 | 'wifi.alert.password.length.5': |
| 231 | 'パスワード5文字以上れ', | 232 | 'パスワード5文字以上暗号化変更ください', |
| 232 | 'wifi.alert.password.length.8': | 233 | 'wifi.alert.password.length.8': |
| 233 | 'パスワード8文字以上れ', | 234 | 'パスワード8文字以上暗号化変更ください', |
| 234 | 'button.rotate': '回転する', | 235 | 'button.rotate': '回転する', |
| 235 | 'button.print': '印刷する', | 236 | 'button.print': '印刷する', |
| 236 | select: '言語を選択', | 237 | select: '言語を選択', |
