From 2b63c62c57b431074c7b91e195cabf94a0db7a10 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Mon, 9 Nov 2020 09:43:16 +0900 Subject: Remove unnecessary messages (#15109) * Remove unnecessary messages * ran `i18n-tasks normalize` --- app/javascript/mastodon/locales/ja.json | 7 ------- 1 file changed, 7 deletions(-) (limited to 'app/javascript/mastodon/locales/ja.json') diff --git a/app/javascript/mastodon/locales/ja.json b/app/javascript/mastodon/locales/ja.json index a20982501..207bcf441 100644 --- a/app/javascript/mastodon/locales/ja.json +++ b/app/javascript/mastodon/locales/ja.json @@ -10,7 +10,6 @@ "account.cancel_follow_request": "フォローリクエストを取り消す", "account.direct": "@{name}さんにダイレクトメッセージ", "account.disable_notifications": "@{name} の投稿時の通知を停止", - "account.disclaimer_full": "Information below may reflect the user's profile incompletely.", "account.domain_blocked": "ドメインブロック中", "account.edit_profile": "プロフィール編集", "account.enable_notifications": "@{name} の投稿時に通知", @@ -20,7 +19,6 @@ "account.followers.empty": "まだ誰もフォローしていません。", "account.followers_counter": "{counter} フォロワー", "account.following_counter": "{counter} フォロー", - "account.follows": "Follows", "account.follows.empty": "まだ誰もフォローしていません。", "account.follows_you": "フォローされています", "account.hide_reblogs": "@{name}さんからのブーストを非表示", @@ -47,7 +45,6 @@ "account.unfollow": "フォロー解除", "account.unmute": "@{name}さんのミュートを解除", "account.unmute_notifications": "@{name}さんからの通知を受け取るようにする", - "account.view_full_profile": "View full profile", "account_note.placeholder": "クリックしてメモを追加", "alert.rate_limited.message": "{retry_time, time, medium} 以降に再度実行してください。", "alert.rate_limited.title": "制限に達しました", @@ -197,13 +194,10 @@ "hashtag.column_settings.tag_mode.any": "いずれかを含む", "hashtag.column_settings.tag_mode.none": "これらを除く", "hashtag.column_settings.tag_toggle": "このカラムに追加のタグを含める", - "home.column_settings.advanced": "Advanced", "home.column_settings.basic": "基本設定", - "home.column_settings.filter_regex": "Filter out by regular expressions", "home.column_settings.show_reblogs": "ブースト表示", "home.column_settings.show_replies": "返信表示", "home.hide_announcements": "お知らせを隠す", - "home.settings": "Column settings", "home.show_announcements": "お知らせを表示", "intervals.full.days": "{number}日", "intervals.full.hours": "{number}時間", @@ -393,7 +387,6 @@ "search_results.statuses": "トゥート", "search_results.statuses_fts_disabled": "このサーバーではトゥート本文の検索は利用できません。", "search_results.total": "{count, number}件の結果", - "standalone.public_title": "A look inside...", "status.admin_account": "@{name} のモデレーション画面を開く", "status.admin_status": "このトゥートをモデレーション画面で開く", "status.block": "@{name}さんをブロック", -- cgit