Add info
This commit is contained in:
		
							parent
							
								
									9cfb72810c
								
							
						
					
					
						commit
						1e1a7ee858
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		|  | @ -1281,6 +1281,7 @@ admin/views/instance.vue: | |||
|   mb: "メガバイト単位" | ||||
|   recaptcha-config: "reCAPTCHAの設定" | ||||
|   recaptcha-info: "reCAPTCHAを有効にする場合、reCAPTCHAトークンを取得する必要があります。https://www.google.com/recaptcha/intro/ にアクセスしてトークンを取得してください。" | ||||
|   recaptcha-info2: "v3は非対応です。v2を使用してください。" | ||||
|   enable-recaptcha: "reCAPTCHAを有効にする" | ||||
|   recaptcha-site-key: "サイトキー" | ||||
|   recaptcha-secret-key: "シークレットキー" | ||||
|  |  | |||
|  | @ -159,6 +159,7 @@ | |||
| 			<ui-switch v-model="enableRecaptcha">{{ $t('enable-recaptcha') }}</ui-switch> | ||||
| 			<template v-if="enableRecaptcha"> | ||||
| 				<ui-info>{{ $t('recaptcha-info') }}</ui-info> | ||||
| 				<ui-info warn>{{ $t('recaptcha-info2') }}</ui-info> | ||||
| 				<ui-horizon-group inputs> | ||||
| 					<ui-input v-model="recaptchaSiteKey" :disabled="!enableRecaptcha"><template #icon><fa icon="key"/></template>{{ $t('recaptcha-site-key') }}</ui-input> | ||||
| 					<ui-input v-model="recaptchaSecretKey" :disabled="!enableRecaptcha"><template #icon><fa icon="key"/></template>{{ $t('recaptcha-secret-key') }}</ui-input> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue