1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 08:14:07 +02:00
This commit is contained in:
syuilo
2026-04-26 21:21:04 +09:00
parent 0db2e5a42f
commit 5b945278f9
3 changed files with 143 additions and 109 deletions

View File

@@ -13271,6 +13271,10 @@ export interface Locale extends ILocale {
* グリッドサイズ
*/
"gridScale": string;
/**
* 未保存の変更があります
*/
"thereAreUnsavedChanges": string;
/**
* 全ての変更を取り消し、部屋を最後に保存した状態まで戻しますか?
*/