This commit is contained in:
mattyatea 2023-10-14 02:54:17 +09:00
parent 624e5e82cd
commit e13dc2fec9
3 changed files with 7 additions and 6 deletions

2
locales/index.d.ts vendored
View file

@ -830,6 +830,8 @@ export interface Locale {
"list": string;
"emailNotConfiguredWarning": string;
"ratio": string;
"newEmojis": string;
"draftEmojis": string;
"previewNoteText": string;
"customCss": string;
"customCssWarn": string;

View file

@ -827,6 +827,8 @@ low: "低"
list: "一覧"
emailNotConfiguredWarning: "メールアドレスの設定がされていません。"
ratio: "比率"
newEmojis: "新しい絵文字"
draftEmojis: "ドラフトされてる絵文字"
previewNoteText: "本文をプレビュー"
customCss: "カスタムCSS"
customCssWarn: "この設定は必ず知識のある方が行ってください。不適切な設定を行うとクライアントが正常に使用できなくなる恐れがあります。"