Add en and ja

This commit is contained in:
ncls7615
2017-12-19 20:16:48 +09:00
parent e7fa7fce25
commit d3b2677775
2 changed files with 16 additions and 0 deletions

View File

@ -50,6 +50,14 @@ const messages = {
'notification_purge.btn_none': '選択\n解除',
'notification_purge.btn_invert': '選択を\n反転',
'notification_purge.btn_apply': '選択したものを\n削除',
'compose.attach.upload': 'ファイルをアップロード',
'compose.attach.doodle': '落書きをする',
'compose.attach': 'アタッチ...',
'advanced-options.local-only.short': 'ローカル限定',
'advanced-options.local-only.long': '他のインスタンスには投稿されません',
'advanced_options.icon_title': '高度な設定',
};
export default Object.assign({}, inherited, messages);