✌️
This commit is contained in:
		
							parent
							
								
									d780e5b251
								
							
						
					
					
						commit
						13683780cd
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -572,7 +572,7 @@ _wordMute: | |||
|   hardDescription: "指定した条件のノートをタイムラインに追加しないようにします。追加されなかったノートは、条件を変更しても除外されたままになります。" | ||||
|   soft: "ソフト" | ||||
|   hard: "ハード" | ||||
|   mutedNotesCount: "{count}ノートがミュートされました" | ||||
|   mutedNotes: "ミュートされたノート" | ||||
| 
 | ||||
| _theme: | ||||
|   explore: "テーマを探す" | ||||
|  |  | |||
|  | @ -17,7 +17,7 @@ | |||
| 			<span>{{ $t('_wordMute.muteWords') }}</span> | ||||
| 			<template #desc>{{ $t('_wordMute.muteWordsDescription') }}<br>{{ $t('_wordMute.muteWordsDescription2') }}</template> | ||||
| 		</mk-textarea> | ||||
| 		<div v-if="hardWordMutedNotesCount != null" class="_caption">{{ $t('_wordMute.mutedNotesCount', { count: hardWordMutedNotesCount }) }}</div> | ||||
| 		<div v-if="hardWordMutedNotesCount != null" class="_caption">{{ $t('_wordMute.mutedNotes') }}: {{ hardWordMutedNotesCount | number }}</div> | ||||
| 	</div> | ||||
| 	<div class="_footer"> | ||||
| 		<mk-button @click="save()" primary inline :disabled="!changed"><fa :icon="faSave"/> {{ $t('save') }}</mk-button> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue