diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-18 05:15:39 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-18 05:15:39 +0900 |
| commit | 5df90fdc4ae350ea923d146f568144a192103c7a (patch) | |
| tree | 67696f38360559ced03c8e5d95351dd473eeeb3e | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | misskey-5df90fdc4ae350ea923d146f568144a192103c7a.tar.gz misskey-5df90fdc4ae350ea923d146f568144a192103c7a.tar.bz2 misskey-5df90fdc4ae350ea923d146f568144a192103c7a.zip | |
l10n
| -rw-r--r-- | locales/ja.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/locales/ja.yml b/locales/ja.yml index 37d6ab5c4b..c861d32595 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -931,6 +931,16 @@ desktop/views/pages/admin/admin.verify-user.vue: verify: "公式アカウントにする" verified: "公式アカウントにしました" +desktop/views/pages/admin/admin.notes-chart.vue: + title: "投稿" + local: "ローカル" + remote: "リモート" + +desktop/views/pages/admin/admin.users-chart.vue: + title: "ユーザー" + local: "ローカル" + remote: "リモート" + desktop/views/pages/deck/deck.tl-column.vue: is-media-only: "メディア投稿のみ" is-media-view: "メディアビュー" |