1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-27 22:38:34 +09:00

Update index.d.ts

This commit is contained in:
NoriDev 2023-09-25 20:50:27 +09:00
parent 34b134297f
commit d77b66f50f

6
locales/index.d.ts vendored
View File

@ -1191,6 +1191,7 @@ export interface Locale {
"unnotifyNotes": string; "unnotifyNotes": string;
"authentication": string; "authentication": string;
"authenticationRequiredToContinue": string; "authenticationRequiredToContinue": string;
"dateAndTime": string;
"additionalPermissionsForFlash": string; "additionalPermissionsForFlash": string;
"thisFlashRequiresTheFollowingPermissions": string; "thisFlashRequiresTheFollowingPermissions": string;
"doYouWantToAllowThisPlayToAccessYourAccount": string; "doYouWantToAllowThisPlayToAccessYourAccount": string;
@ -2514,9 +2515,11 @@ export interface Locale {
}; };
}; };
"_moderationLogTypes": { "_moderationLogTypes": {
"createRole": string;
"deleteRole": string;
"updateRole": string;
"assignRole": string; "assignRole": string;
"unassignRole": string; "unassignRole": string;
"updateRole": string;
"suspend": string; "suspend": string;
"unsuspend": string; "unsuspend": string;
"addCustomEmoji": string; "addCustomEmoji": string;
@ -2537,6 +2540,7 @@ export interface Locale {
"unsuspendRemoteInstance": string; "unsuspendRemoteInstance": string;
"markSensitiveDriveFile": string; "markSensitiveDriveFile": string;
"unmarkSensitiveDriveFile": string; "unmarkSensitiveDriveFile": string;
"resolveAbuseReport": string;
}; };
"_abuse": { "_abuse": {
"_resolver": { "_resolver": {