feat: Add Japanese Language
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
export default {
|
||||
'apikeys.title': 'APIキー',
|
||||
'apikeys.table.apikeys': 'keys',
|
||||
'apikeys.button.create': '新しいAPIキーを作成',
|
||||
'apikeys.title.save': 'Save API Key',
|
||||
'apikeys.form.expiretime': '有効期限',
|
||||
'apikeys.form.apikey': 'APIキー',
|
||||
'apikeys.table.name': 'Key Name',
|
||||
'apikeys.table.save.tips':
|
||||
'キーをすぐにコピーしてください。一度閉じると再表示はできません。',
|
||||
'apikeys.form.expiration.7days': '7日間',
|
||||
'apikeys.form.expiration.1month': '1ヶ月',
|
||||
'apikeys.form.expiration.6months': '6ヶ月',
|
||||
'apikeys.form.expiration.never': '無期限'
|
||||
};
|
||||
Reference in New Issue
Block a user