Merge pull request #272 from KnzkDev/add-en-ja
i18n: Update some locale files
This commit is contained in:
		
						commit
						3b8e78ba9f
					
				
					 2 changed files with 16 additions and 0 deletions
				
			
		|  | @ -47,6 +47,14 @@ const messages = { | ||||||
|   'notification_purge.btn_none': 'Select\nnone', |   'notification_purge.btn_none': 'Select\nnone', | ||||||
|   'notification_purge.btn_invert': 'Invert\nselection', |   'notification_purge.btn_invert': 'Invert\nselection', | ||||||
|   'notification_purge.btn_apply': 'Clear\nselected', |   '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); | export default Object.assign({}, inherited, messages); | ||||||
|  |  | ||||||
|  | @ -50,6 +50,14 @@ const messages = { | ||||||
|   'notification_purge.btn_none': '選択\n解除', |   'notification_purge.btn_none': '選択\n解除', | ||||||
|   'notification_purge.btn_invert': '選択を\n反転', |   'notification_purge.btn_invert': '選択を\n反転', | ||||||
|   'notification_purge.btn_apply': '選択したものを\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); | export default Object.assign({}, inherited, messages); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue