From d397d0d6816147b0e7ad78fe6cdf5e4831489836 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi <ykzts@desire.sh> Date: Sat, 6 May 2017 01:46:51 +0900 Subject: [PATCH] Run manage:translations (#2816) --- app/javascript/mastodon/locales/ar.json | 2 +- app/javascript/mastodon/locales/defaultMessages.json | 8 ++++---- app/javascript/mastodon/locales/fa.json | 2 +- app/javascript/mastodon/locales/ja.json | 3 +-- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/app/javascript/mastodon/locales/ar.json b/app/javascript/mastodon/locales/ar.json index 55fc5a5e6b..8644201aa8 100644 --- a/app/javascript/mastodon/locales/ar.json +++ b/app/javascript/mastodon/locales/ar.json @@ -161,4 +161,4 @@ "video_player.toggle_sound": "تبديل الصوت", "video_player.toggle_visible": "إظهار / إخÙاء الÙيديو", "video_player.video_error": "تعذر تشغيل الÙيديو" -} +} \ No newline at end of file diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json index 03931aeff9..06096125b8 100644 --- a/app/javascript/mastodon/locales/defaultMessages.json +++ b/app/javascript/mastodon/locales/defaultMessages.json @@ -706,6 +706,10 @@ "defaultMessage": "Home", "id": "column.home" }, + { + "defaultMessage": "Your home feed is empty. If you have been inactive for a while, it will be regenerated for you soon.", + "id": "empty_column.home.inactivity" + }, { "defaultMessage": "You aren't following anyone yet. Visit {public} or use search to get started and meet other users.", "id": "empty_column.home" @@ -713,10 +717,6 @@ { "defaultMessage": "the public timeline", "id": "empty_column.home.public_timeline" - }, - { - "defaultMessage": "Your home feed is empty. If you have been inactive for a while, it will be regenerated for you soon.", - "id": "empty_column.home.inactivity" } ], "path": "app/javascript/mastodon/features/home_timeline/index.json" diff --git a/app/javascript/mastodon/locales/fa.json b/app/javascript/mastodon/locales/fa.json index d61ff9f697..83914bfd80 100644 --- a/app/javascript/mastodon/locales/fa.json +++ b/app/javascript/mastodon/locales/fa.json @@ -161,4 +161,4 @@ "video_player.toggle_sound": "تغییر صداداری", "video_player.toggle_visible": "تغییر پیدایی", "video_player.video_error": "ویدیو نمی‌تواند پخش شود" -} +} \ No newline at end of file diff --git a/app/javascript/mastodon/locales/ja.json b/app/javascript/mastodon/locales/ja.json index 9b92fb69f1..a9e8ef7d86 100644 --- a/app/javascript/mastodon/locales/ja.json +++ b/app/javascript/mastodon/locales/ja.json @@ -54,7 +54,6 @@ "empty_column.community": "ãƒãƒ¼ã‚«ãƒ«ã‚¿ã‚¤ãƒ ラインã¯ã¾ã 使ã‚ã‚Œã¦ã„ã¾ã›ã‚“。何ã‹æ›¸ã„ã¦ã¿ã¾ã—ょã†ï¼", "empty_column.hashtag": "ã“ã®ãƒãƒƒã‚·ãƒ¥ã‚¿ã‚°ã¯ã¾ã 使ã‚ã‚Œã¦ã„ã¾ã›ã‚“。", "empty_column.home": "ã¾ã 誰もフォãƒãƒ¼ã—ã¦ã„ã¾ã›ã‚“。{public}を見ã«è¡Œãã‹ã€æ¤œç´¢ã‚’使ã£ã¦ä»–ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’見ã¤ã‘ã¾ã—ょã†ã€‚", - "empty_column.home.inactivity.original": "Your home feed is empty. If you have been inactive for a while, it will be regenerated for you soon.", "empty_column.home.inactivity": "ã‚ãªãŸã®ãƒ›ãƒ¼ãƒ フィードã«ã¯ãªã«ã‚‚ã‚ã‚Šã¾ã›ã‚“。ã‚ãªãŸãŒã—ã°ã‚‰ãã®é–“アクティブã§ã¯ãªã‹ã£ãŸå ´åˆã¯ã™ã元通りã«ãªã‚Šã¾ã™ã€‚", "empty_column.home.public_timeline": "連åˆã‚¿ã‚¤ãƒ ライン", "empty_column.notifications": "ã¾ã 通知ãŒã‚ã‚Šã¾ã›ã‚“。他ã®äººã¨ãµã‚Œåˆã£ã¦ä¼šè©±ã‚’始ã‚ã¾ã—ょã†ã€‚", @@ -162,4 +161,4 @@ "video_player.toggle_sound": "音ã®åˆ‡ã‚Šæ›¿ãˆ", "video_player.toggle_visible": "表示切り替ãˆ", "video_player.video_error": "å‹•ç”»ã®å†ç”Ÿã«å¤±æ•—ã—ã¾ã—ãŸ" -} +} \ No newline at end of file -- GitLab