This commit is contained in:
syuilo 2017-03-26 06:47:39 +09:00
parent cf2541a22e
commit 9ec4a760fd
9 changed files with 85 additions and 23 deletions

View file

@ -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"
}
}
}

View file

@ -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": "写真はありません"
}
}
}