]> cat aescling's git repositories - mastodon.git/commitdiff
Update ja.jsx (#1822)
authorAmakasu Ryoma <circularimage@gmail.com>
Sat, 15 Apr 2017 11:24:33 +0000 (20:24 +0900)
committerEugen <eugen@zeonfederated.com>
Sat, 15 Apr 2017 11:24:33 +0000 (13:24 +0200)
* Add getting_started.apps
* Add search_results.total
* Fix notifications.settings

app/assets/javascripts/components/locales/ja.jsx

index 891af764f4f99e1e2de69afc1d124fa01c896d8a..c64d7ecc617a1d83b109a4745bf5e0634fa07c28 100644 (file)
@@ -37,6 +37,7 @@ const ja = {
   "getting_started.about_addressing": "ドメインとユーザー名を知っているなら検索フォームに入力すればフォローできます。",
   "getting_started.about_shortcuts": "対象のアカウントがあなたと同じドメインのユーザーならばユーザー名のみで検索できます。これは返信のときも一緒です。",
   "getting_started.open_source_notice": "Mastodon はオープンソースソフトウェアです。誰でも GitHub({github})から開発に参加したり、問題を報告したりできます。 {apps}",
+  "getting_started.apps": "さまざまなアプリで利用できます。",
   "column.home": "ホーム",
   "column.community": "ローカルタイムライン",
   "column.public": "連合タイムライン",
@@ -82,6 +83,7 @@ const ja = {
   "search.account": "アカウント",
   "search.hashtag": "ハッシュタグ",
   "search.status_by": "{uuuname}からの投稿",
+  "search_results.total": "{count} 件",
   "upload_area.title": "ファイルをこちらにドラッグしてください",
   "upload_button.label": "メディアを追加",
   "upload_form.undo": "やり直す",
@@ -111,7 +113,7 @@ const ja = {
   "home.column_settings.show_replies": "返信表示",
   "home.column_settings.filter_regex": "正規表現でフィルター",
   "home.settings": "カラム設定",
-  "notification.settings": "カラム設定",
+  "notifications.settings": "カラム設定",
   "missing_indicator.label": "見つかりません",
   "boost_modal.combo": "次は{combo}を押せば、これをスキップできます。"
 };