add: locales for mfm play button and dialog

This commit is contained in:
Mar0xy 2023-11-06 01:38:15 +01:00
parent 6cf811aa13
commit f17f630acd
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
6 changed files with 34 additions and 12 deletions

View file

@ -2394,3 +2394,10 @@ _externalResourceInstaller:
_themeInstallFailed:
title: "Failed to install theme"
description: "A problem occurred during theme installation. Please try again. Error details can be viewed in the Javascript console."
_animatedMFM:
play: "Play MFM Animation"
stop: "Stop MFM Animation"
_alert:
text: "Animated MFMs could include flashing lights and fast moving text/emojis."
confirm: "Animate"

8
locales/index.d.ts vendored
View file

@ -2501,6 +2501,14 @@ export interface Locale {
};
};
};
"_animatedMFM": {
"play": string;
"stop": string;
"_alert": {
"text": string;
"confirm": string;
};
};
}
declare const locales: {
[lang: string]: Locale;

View file

@ -2388,3 +2388,10 @@ _externalResourceInstaller:
_themeInstallFailed:
title: "テーマのインストールに失敗しました"
description: "テーマのインストール中に問題が発生しました。もう一度お試しください。エラーの詳細はJavascriptコンソールをご覧ください。"
_animatedMFM:
play: "MFMアニメーションを再生"
stop: "MFMアニメーション停止"
_alert:
text: "アニメーションMFMには、点滅するライトや高速で動くテキスト絵文字を含めることができる。"
confirm: "アニメイト"