regenerate locales
This commit is contained in:
parent
429132fe5d
commit
af6b4813b6
1 changed files with 15 additions and 7 deletions
22
locales/index.d.ts
vendored
22
locales/index.d.ts
vendored
|
|
@ -12545,6 +12545,14 @@ export interface Locale extends ILocale {
|
||||||
* Failed to load note
|
* Failed to load note
|
||||||
*/
|
*/
|
||||||
"cannotLoadNote": string;
|
"cannotLoadNote": string;
|
||||||
|
/**
|
||||||
|
* Please click [OK] to unsubscribe from announcement e-mails.
|
||||||
|
*/
|
||||||
|
"clickToUnsubscribe": string;
|
||||||
|
/**
|
||||||
|
* There was a problem unsubscribing.
|
||||||
|
*/
|
||||||
|
"unsubscribeError": string;
|
||||||
"_flash": {
|
"_flash": {
|
||||||
/**
|
/**
|
||||||
* Flash Content Hidden
|
* Flash Content Hidden
|
||||||
|
|
@ -13475,13 +13483,13 @@ export interface Locale extends ILocale {
|
||||||
* Custom font size
|
* Custom font size
|
||||||
*/
|
*/
|
||||||
"customFontSize": string;
|
"customFontSize": string;
|
||||||
/**
|
/**
|
||||||
* Hide ads
|
* Hide ads
|
||||||
*/
|
*/
|
||||||
"hideAds": string;
|
"hideAds": string;
|
||||||
/**
|
/**
|
||||||
* Apps using this token will have no API access except for the functions listed below.
|
* Apps using this token will have no API access except for the functions listed below.
|
||||||
*/
|
*/
|
||||||
"permissionsDescription": string;
|
"permissionsDescription": string;
|
||||||
/**
|
/**
|
||||||
* Apps using this token will have no administrative access except for the functions enabled below.
|
* Apps using this token will have no administrative access except for the functions enabled below.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue