diff --git a/src/config/locales/de/translation.missing.json b/src/config/locales/de/translation.missing.json index f3d9beec..4ed9f22a 100644 --- a/src/config/locales/de/translation.missing.json +++ b/src/config/locales/de/translation.missing.json @@ -1,10 +1,13 @@ { "side_menu": { - "direct": "Direct messages" + "direct": "Direct messages", + "follow_requests": "Follow Requests" }, "header_menu": { "settings": "Settings", - "switch_streaming": "Use websocket for streaming. If the timeline does not update with streaming, please try it." + "switch_streaming": "Use websocket for streaming. If the timeline does not update with streaming, please try it.", + "follow_requests": "Follow Requests", + "direct_messages": "Direct Messages" }, "settings": { "timeline": { @@ -38,5 +41,13 @@ "hideAllAttachments": "Hide all medias" } } + }, + "follow_requests": { + "accept": "Accept", + "reject": "Reject" + }, + "message": { + "follow_request_accept_error": "Failed to accept the request", + "follow_reuqest_reject_error": "failed to reject the request" } } diff --git a/src/config/locales/fr/translation.missing.json b/src/config/locales/fr/translation.missing.json index e69de29b..c11a9d1a 100644 --- a/src/config/locales/fr/translation.missing.json +++ b/src/config/locales/fr/translation.missing.json @@ -0,0 +1,17 @@ +{ + "side_menu": { + "follow_requests": "Follow Requests" + }, + "header_menu": { + "follow_requests": "Follow Requests", + "direct_messages": "Direct Messages" + }, + "follow_requests": { + "accept": "Accept", + "reject": "Reject" + }, + "message": { + "follow_request_accept_error": "Failed to accept the request", + "follow_reuqest_reject_error": "failed to reject the request" + } +} diff --git a/src/config/locales/it/translation.missing.json b/src/config/locales/it/translation.missing.json index 8b137891..c11a9d1a 100644 --- a/src/config/locales/it/translation.missing.json +++ b/src/config/locales/it/translation.missing.json @@ -1 +1,17 @@ - +{ + "side_menu": { + "follow_requests": "Follow Requests" + }, + "header_menu": { + "follow_requests": "Follow Requests", + "direct_messages": "Direct Messages" + }, + "follow_requests": { + "accept": "Accept", + "reject": "Reject" + }, + "message": { + "follow_request_accept_error": "Failed to accept the request", + "follow_reuqest_reject_error": "failed to reject the request" + } +} diff --git a/src/config/locales/ja/translation.json b/src/config/locales/ja/translation.json index 8f1bb994..9f876de9 100644 --- a/src/config/locales/ja/translation.json +++ b/src/config/locales/ja/translation.json @@ -48,6 +48,7 @@ "home": "ホーム", "notification": "通知", "direct": "ダイレクトメッセージ", + "follow_requests": "フォローリクエスト", "favourite": "お気に入り", "local": "ローカル", "public": "連合", @@ -59,6 +60,8 @@ "home": "ホーム", "notification": "通知", "favourite": "お気に入り", + "follow_requests": "フォローリクエスト", + "direct_messages": "ダイレクトメッセージ", "local": "ローカルタイムライン", "public": "連合タイムライン", "hashtag": "ハッシュタグ", @@ -289,6 +292,10 @@ "followers": "フォロワー" } }, + "follow_requests": { + "accept": "承認", + "reject": "却下" + }, "hashtag": { "tag_name": "タグ名", "delete_tag": "タグを削除", @@ -328,6 +335,8 @@ "timeline_fetch_error": "タイムラインの読み込みに失敗しました", "notification_fetch_error": "通知の読み込みに失敗しました", "favourite_fetch_error": "お気に入りの読み込みに失敗しました", + "follow_request_accept_error": "フォローリクエストの承認に失敗しました", + "follow_reuqest_reject_error": "フォローリクエストの却下に失敗しました", "start_streaming_error": "ストリーミングを開始できませんでした", "attach_error": "ファイルを添付できませんでした", "authorize_duplicate_error": "同一ドメイン同一アカウントではログインできません", diff --git a/src/config/locales/ko/translation.missing.json b/src/config/locales/ko/translation.missing.json index da9deab6..6833f0cf 100644 --- a/src/config/locales/ko/translation.missing.json +++ b/src/config/locales/ko/translation.missing.json @@ -9,5 +9,20 @@ "hideAllAttachments": "Hide all medias" } } + }, + "side_menu": { + "follow_requests": "Follow Requests" + }, + "header_menu": { + "follow_requests": "Follow Requests", + "direct_messages": "Direct Messages" + }, + "follow_requests": { + "accept": "Accept", + "reject": "Reject" + }, + "message": { + "follow_request_accept_error": "Failed to accept the request", + "follow_reuqest_reject_error": "failed to reject the request" } } diff --git a/src/config/locales/pl/translation.missing.json b/src/config/locales/pl/translation.missing.json index f3d9beec..4ed9f22a 100644 --- a/src/config/locales/pl/translation.missing.json +++ b/src/config/locales/pl/translation.missing.json @@ -1,10 +1,13 @@ { "side_menu": { - "direct": "Direct messages" + "direct": "Direct messages", + "follow_requests": "Follow Requests" }, "header_menu": { "settings": "Settings", - "switch_streaming": "Use websocket for streaming. If the timeline does not update with streaming, please try it." + "switch_streaming": "Use websocket for streaming. If the timeline does not update with streaming, please try it.", + "follow_requests": "Follow Requests", + "direct_messages": "Direct Messages" }, "settings": { "timeline": { @@ -38,5 +41,13 @@ "hideAllAttachments": "Hide all medias" } } + }, + "follow_requests": { + "accept": "Accept", + "reject": "Reject" + }, + "message": { + "follow_request_accept_error": "Failed to accept the request", + "follow_reuqest_reject_error": "failed to reject the request" } }