merge: Re-add missing JP i18n string for allowClickingNotifications (!702)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/702

Approved-by: Hazelnoot <acomputerdog@gmail.com>
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
dakkar 2024-10-21 20:14:41 +00:00
commit 24ecef80e7
2 changed files with 49 additions and 20 deletions

68
locales/index.d.ts vendored
View file

@ -502,10 +502,6 @@ export interface Locale extends ILocale {
*
*/
"pinnedNote": string;
/**
* Pinned
*/
"pinnedOnly": string;
/**
*
*/
@ -1050,10 +1046,6 @@ export interface Locale extends ILocale {
*
*/
"federating": string;
/**
* Blocking you
*/
"blockingYou": string;
/**
*
*/
@ -4375,6 +4367,10 @@ export interface Locale extends ILocale {
*
*/
"enableChartsForFederatedInstances": string;
/**
*
*/
"enableStatsForFederatedInstances": string;
/**
*
*/
@ -4943,10 +4939,6 @@ export interface Locale extends ILocale {
*
*/
"useGroupedNotifications": string;
/**
*
*/
"allowClickingNotifications": string;
/**
*
*/
@ -5115,10 +5107,6 @@ export interface Locale extends ILocale {
* This media might be sensitive. Are you sure you want to reveal it?
*/
"sensitiveMediaRevealConfirm": string;
/**
* URLを開く際に警告を表示する
*/
"warnExternalUrl": string;
/**
*
*/
@ -5183,6 +5171,26 @@ export interface Locale extends ILocale {
*
*/
"target": string;
/**
* CAPTCHAのテストを目的とした機能です<strong>使</strong>
*/
"testCaptchaWarning": string;
/**
*
*/
"prohibitedWordsForNameOfUser": string;
/**
*
*/
"prohibitedWordsForNameOfUserDescription": string;
/**
*
*/
"yourNameContainsProhibitedWords": string;
/**
* 使
*/
"yourNameContainsProhibitedWordsDescription": string;
"_abuseUserReport": {
/**
*
@ -5721,6 +5729,10 @@ export interface Locale extends ILocale {
* Specify the URL of a web page that contains a contact form or the instance operators' contact information.
*/
"inquiryUrlDescription": string;
/**
*
*/
"thisSettingWillAutomaticallyOffWhenModeratorsInactive": string;
/**
* Logo URL
*/
@ -7773,10 +7785,6 @@ export interface Locale extends ILocale {
*
*/
"inputBorder": string;
/**
* ()
*/
"listItemHoverBg": string;
/**
*
*/
@ -9745,6 +9753,14 @@ export interface Locale extends ILocale {
*
*/
"userCreated": string;
/**
*
*/
"inactiveModeratorsWarning": string;
/**
*
*/
"inactiveModeratorsInvitationOnlyChanged": string;
};
/**
* Webhookを削除しますか
@ -10936,6 +10952,18 @@ export interface Locale extends ILocale {
* Show non-public
*/
"showNonPublicNotes": string;
/**
* Allow clicking on pop-up notifications
*/
"allowClickingNotifications": string;
/**
* Pinned
*/
"pinnedOnly": string;
/**
* Blocking you
*/
"blockingYou": string;
"_mfm": {
/**
* This is not a widespread feature, it may not display properly on most other fedi software, including other Misskey forks

View file

@ -135,6 +135,7 @@ repositoryUrlDescription: "ソースコードが公開されているリポジ
donation: "寄付する"
donationUrl: "寄付URL"
showBelowAvatar: "アイコンの後ろに表示"
allowClickingNotifications: "ポップアップ通知のクリックを許可する"
seasonalScreenEffect: "季節に応じた画面の演出"
noDescription: "説明文はありません"
sensitiveMediaRevealConfirm: "センシティブなメディアです。表示しますか?"