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:
parent
34b134297f
commit
d77b66f50f
6
locales/index.d.ts
vendored
6
locales/index.d.ts
vendored
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user