clean up
This commit is contained in:
		
							parent
							
								
									bd5b38c9d9
								
							
						
					
					
						commit
						aabda5a956
					
				|  | @ -12039,10 +12039,6 @@ export interface Locale extends ILocale { | |||
|          * 連合を行うと、継続して多くのコンテンツを受信します。自動クリーニングを有効にすると、一定期間経過したリモートコンテンツを自動でサーバーから削除し、ストレージを節約できます。 | ||||
|          */ | ||||
|         "remoteContentsCleaning_description": string; | ||||
|         /** | ||||
|          * ローカル内リモートコンテンツへのハイパーリンクはリンク切れとなります。 | ||||
|          */ | ||||
|         "remoteContentsCleaning_description2": string; | ||||
|         /** | ||||
|          * 管理者情報 | ||||
|          */ | ||||
|  |  | |||
|  | @ -3218,7 +3218,6 @@ _serverSetupWizard: | |||
|   youCanConfigureMoreFederationSettingsLater: "連合可能なサーバーの指定など、高度な設定も後ほど可能です。" | ||||
|   remoteContentsCleaning: "リモートコンテンツの自動クリーニング" | ||||
|   remoteContentsCleaning_description: "連合を行うと、継続して多くのコンテンツを受信します。自動クリーニングを有効にすると、一定期間経過したリモートコンテンツを自動でサーバーから削除し、ストレージを節約できます。" | ||||
|   remoteContentsCleaning_description2: "ローカル内リモートコンテンツへのハイパーリンクはリンク切れとなります。" | ||||
|   adminInfo: "管理者情報" | ||||
|   adminInfo_description: "問い合わせを受け付けるために使用される管理者情報を設定します。" | ||||
|   adminInfo_mustBeFilled: "オープンサーバー、または連合がオンの場合は必ず入力が必要です。" | ||||
|  |  | |||
|  | @ -66,7 +66,7 @@ SPDX-License-Identifier: AGPL-3.0-only | |||
| 
 | ||||
| 			<MkSwitch v-if="q_federation === 'yes'" v-model="q_remoteContentsCleaning"> | ||||
| 				<template #label>{{ i18n.ts._serverSetupWizard.remoteContentsCleaning }}</template> | ||||
| 				<template #caption>{{ i18n.ts._serverSetupWizard.remoteContentsCleaning_description }} ({{ i18n.ts._serverSetupWizard.remoteContentsCleaning_description2 }})</template> | ||||
| 				<template #caption>{{ i18n.ts._serverSetupWizard.remoteContentsCleaning_description }}</template> | ||||
| 			</MkSwitch> | ||||
| 		</div> | ||||
| 	</MkFolder> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue