Add i18n
This commit is contained in:
Vendored
+34
@@ -11004,6 +11004,40 @@ export interface Locale extends ILocale {
|
||||
* Show warning when opening external URLs
|
||||
*/
|
||||
"warnExternalUrl": string;
|
||||
"_flash": {
|
||||
/**
|
||||
* Flash Content Hidden
|
||||
*/
|
||||
"contentHidden": string;
|
||||
/**
|
||||
* Powered by Ruffle.
|
||||
*/
|
||||
"poweredByRuffle": string;
|
||||
/**
|
||||
* Always be wary of arbitrary code execution!
|
||||
*/
|
||||
"arbitraryCodeExecutionWarning": string;
|
||||
/**
|
||||
* Flash Content Failed To Load:
|
||||
*/
|
||||
"failedToLoad": string;
|
||||
/**
|
||||
* Flash Content Is Loading
|
||||
*/
|
||||
"isLoading": string;
|
||||
/**
|
||||
* Loading Ruffle player
|
||||
*/
|
||||
"loadingRufflePlayer": string;
|
||||
/**
|
||||
* Loading Flash file
|
||||
*/
|
||||
"loadingFlashFile": string;
|
||||
/**
|
||||
* raw.esm.sh could not be accessed, meaning this instance's Content Security Policy is likely out of date. Please contact your instance administrators.
|
||||
*/
|
||||
"cspError": string;
|
||||
};
|
||||
"_mfm": {
|
||||
/**
|
||||
* This is not a widespread feature, it may not display properly on most other fedi software, including other Misskey forks
|
||||
|
||||
Reference in New Issue
Block a user