From 9ec4a760fdacb9715738ce136fa5b7afb0f63f6c Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 26 Mar 2017 06:47:39 +0900 Subject: [PATCH] l10n --- locales/en.json | 32 +++++++++++++++++++ locales/ja.json | 32 +++++++++++++++++++ package.json | 2 +- src/web/app/common/tags/stream-indicator.tag | 6 ++-- .../tags/home-widgets/notifications.tag | 4 +-- .../tags/home-widgets/photo-stream.tag | 8 ++--- .../tags/home-widgets/recommended-polls.tag | 8 ++--- .../app/desktop/tags/home-widgets/trends.tag | 8 ++--- .../tags/home-widgets/user-recommendation.tag | 8 ++--- 9 files changed, 85 insertions(+), 23 deletions(-) diff --git a/locales/en.json b/locales/en.json index 437a3a998..64fdb263a 100644 --- a/locales/en.json +++ b/locales/en.json @@ -21,6 +21,11 @@ "congrats": "Congrats!" }, "tags": { + "mk-stream-indicator": { + "connecting": "Connecting", + "reconnecting": "Disconnected. reconnecting", + "connected": "Connected" + }, "mk-reaction-picker": { "choose-reaction": "Pick your reaction" } @@ -77,6 +82,33 @@ "repost": "Repost", "add-reaction": "Add your reaction", "detail": "Show detail" + }, + "mk-notifications-home-widget": { + "title": "Notifications", + "settings": "Settings of notifications" + }, + "mk-user-recommendation-home-widget": { + "title": "Recommended users", + "refresh": "Show others", + "no-one": "No one", + "fetching": "Loading" + }, + "mk-recommended-polls-home-widget": { + "title": "Polls", + "refresh": "Show others", + "nothing": "Nothing", + "fetching": "Loading" + }, + "mk-trends-home-widget": { + "title": "Trend", + "refresh": "Show others", + "nothing": "Nothing", + "fetching": "Loading" + }, + "mk-photo-stream-home-widget": { + "title": "Photostream", + "initializing": "Loading", + "no-photos": "No photos" } } } diff --git a/locales/ja.json b/locales/ja.json index 615384dca..529b22fcd 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -21,6 +21,11 @@ "congrats": "おめでとう" }, "tags": { + "mk-stream-indicator": { + "connecting": "接続中", + "reconnecting": "切断されました 接続中", + "connected": "接続完了" + }, "mk-reaction-picker": { "choose-reaction": "リアクションを選択" } @@ -77,6 +82,33 @@ "repost": "Repost", "add-reaction": "リアクション", "detail": "詳細" + }, + "mk-notifications-home-widget": { + "title": "通知", + "settings": "通知の設定" + }, + "mk-user-recommendation-home-widget": { + "title": "おすすめユーザー", + "refresh": "他を見る", + "no-one": "いません!", + "fetching": "読み込んでいます" + }, + "mk-recommended-polls-home-widget": { + "title": "投票", + "refresh": "他を見る", + "nothing": "ありません!", + "fetching": "読み込んでいます" + }, + "mk-trends-home-widget": { + "title": "トレンド", + "refresh": "他を見る", + "nothing": "ありません!", + "fetching": "読み込んでいます" + }, + "mk-photo-stream-home-widget": { + "title": "フォトストリーム", + "initializing": "読み込んでいます", + "no-photos": "写真はありません" } } } diff --git a/package.json b/package.json index f2092aad4..13a68d5ce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo ", - "version": "0.0.1480", + "version": "0.0.1485", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", diff --git a/src/web/app/common/tags/stream-indicator.tag b/src/web/app/common/tags/stream-indicator.tag index d9f030e19..badc64d3c 100644 --- a/src/web/app/common/tags/stream-indicator.tag +++ b/src/web/app/common/tags/stream-indicator.tag @@ -1,15 +1,15 @@

- 接続中 + %i18n:common.tags.mk-stream-indicator.connecting%

- 切断されました 接続中 + %i18n:common.tags.mk-stream-indicator.reconnecting%

- 接続完了 + %i18n:common.tags.mk-stream-indicator.connected%