forked from AkkomaGang/akkoma-fe
add japanese translation
This commit is contained in:
parent
23d1354046
commit
26d27165d6
1 changed files with 22 additions and 0 deletions
|
@ -391,6 +391,28 @@ const ja = {
|
|||
read: '読んだ!',
|
||||
followed_you: 'フォローされました'
|
||||
},
|
||||
login: {
|
||||
login: 'ログイン',
|
||||
username: 'ユーザーネーム',
|
||||
password: 'パスワード',
|
||||
register: '登録',
|
||||
logout: 'ログアウト'
|
||||
},
|
||||
registration: {
|
||||
registration: '登録',
|
||||
fullname: '表示名',
|
||||
email: 'Eメール',
|
||||
bio: 'プロフィール',
|
||||
password_confirm: 'パスワードの確認'
|
||||
},
|
||||
post_status: {
|
||||
posting: '投稿',
|
||||
default: 'ちょうど羽田に着陸しました'
|
||||
},
|
||||
finder: {
|
||||
find_user: 'ユーザー検索',
|
||||
error_fetching_user: 'ユーザー検索でエラーが発生しました'
|
||||
},
|
||||
general: {
|
||||
submit: '送信'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue