aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/i18n/messages.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index e2458a9d..43d77671 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -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: '送信'
}