🎨
This commit is contained in:
		
							parent
							
								
									6c674034fa
								
							
						
					
					
						commit
						88dca1400e
					
				
					 2 changed files with 10 additions and 2 deletions
				
			
		|  | @ -717,6 +717,7 @@ accentColor: "アクセント" | |||
| textColor: "文字" | ||||
| saveAs: "名前を付けて保存" | ||||
| advanced: "高度" | ||||
| advancedSettings: "高度な設定" | ||||
| value: "値" | ||||
| createdAt: "作成日時" | ||||
| updatedAt: "更新日時" | ||||
|  |  | |||
|  | @ -53,9 +53,16 @@ | |||
| 		<template #caption>{{ i18n.ts._profile.metadataDescription }}</template> | ||||
| 	</FormSlot> | ||||
| 
 | ||||
| 	<FormSwitch v-model="profile.isCat" class="_formBlock">{{ i18n.ts.flagAsCat }}<template #caption>{{ i18n.ts.flagAsCatDescription }}</template></FormSwitch> | ||||
| 	<FormFolder> | ||||
| 		<template #label>{{ i18n.ts.advancedSettings }}</template> | ||||
| 
 | ||||
| 		<div class="_formRoot"> | ||||
| 			<FormSwitch v-model="profile.isCat" class="_formBlock">{{ i18n.ts.flagAsCat }}<template #caption>{{ i18n.ts.flagAsCatDescription }}</template></FormSwitch> | ||||
| 			<FormSwitch v-model="profile.isBot" class="_formBlock">{{ i18n.ts.flagAsBot }}<template #caption>{{ i18n.ts.flagAsBotDescription }}</template></FormSwitch> | ||||
| 		</div> | ||||
| 	</FormFolder> | ||||
| 
 | ||||
| 	<FormSwitch v-model="profile.showTimelineReplies" class="_formBlock">{{ i18n.ts.flagShowTimelineReplies }}<template #caption>{{ i18n.ts.flagShowTimelineRepliesDescription }} {{ i18n.ts.reflectMayTakeTime }}</template></FormSwitch> | ||||
| 	<FormSwitch v-model="profile.isBot" class="_formBlock">{{ i18n.ts.flagAsBot }}<template #caption>{{ i18n.ts.flagAsBotDescription }}</template></FormSwitch> | ||||
| </div> | ||||
| </template> | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue