tweak localization
This commit is contained in:
		| @@ -2492,7 +2492,7 @@ _webhookSettings: | ||||
|   modifyWebhook: "Webhookを編集" | ||||
|   name: "名前" | ||||
|   secret: "シークレット" | ||||
|   events: "Webhookを実行するタイミング" | ||||
|   trigger: "トリガー" | ||||
|   active: "有効" | ||||
|   _events: | ||||
|     follow: "フォローしたとき" | ||||
|   | ||||
| @@ -33,7 +33,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||
| 					<template #label>{{ i18n.ts._webhookSettings.secret }}</template> | ||||
| 				</MkInput> | ||||
| 				<MkFolder :defaultOpen="true"> | ||||
| 					<template #label>{{ i18n.ts._webhookSettings.events }}</template> | ||||
| 					<template #label>{{ i18n.ts._webhookSettings.trigger }}</template> | ||||
|  | ||||
| 					<div class="_gaps_s"> | ||||
| 						<MkSwitch v-model="events.abuseReport" :disabled="disabledEvents.abuseReport"> | ||||
|   | ||||
| @@ -19,7 +19,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||
| 	</MkInput> | ||||
|  | ||||
| 	<FormSection> | ||||
| 		<template #label>{{ i18n.ts._webhookSettings.events }}</template> | ||||
| 		<template #label>{{ i18n.ts._webhookSettings.trigger }}</template> | ||||
|  | ||||
| 		<div class="_gaps_s"> | ||||
| 			<MkSwitch v-model="event_follow">{{ i18n.ts._webhookSettings._events.follow }}</MkSwitch> | ||||
|   | ||||
| @@ -19,7 +19,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||
| 	</MkInput> | ||||
|  | ||||
| 	<FormSection> | ||||
| 		<template #label>{{ i18n.ts._webhookSettings.events }}</template> | ||||
| 		<template #label>{{ i18n.ts._webhookSettings.trigger }}</template> | ||||
|  | ||||
| 		<div class="_gaps_s"> | ||||
| 			<MkSwitch v-model="event_follow">{{ i18n.ts._webhookSettings._events.follow }}</MkSwitch> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo