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

@@ -47,6 +47,14 @@ const messages = {
'notification_purge.btn_none': 'Select\nnone',
'notification_purge.btn_invert': 'Invert\nselection',
'notification_purge.btn_apply': 'Clear\nselected',
'compose.attach.upload': 'Upload a file',
'compose.attach.doodle': 'Draw something',
'compose.attach': 'Attach...',
'advanced-options.local-only.short': 'Local-only',
'advanced-options.local-only.long': 'Do not post to other instances',
'advanced_options.icon_title': 'Advanced options',
};
export default Object.assign({}, inherited, messages);