1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-23 09:54:06 +02:00
This commit is contained in:
syuilo
2024-01-27 17:50:41 +09:00
parent 0f2991cbaf
commit ab404d491d
20 changed files with 1036 additions and 493 deletions

4
locales/index.d.ts vendored
View File

@@ -9629,6 +9629,10 @@ export interface Locale extends ILocale {
* 退室
*/
"leave": string;
/**
* CPUを追加
*/
"addCpu": string;
};
"_offlineScreen": {
/**

View File

@@ -2566,6 +2566,7 @@ _mahjong:
ready: "準備完了"
cancelReady: "準備を再開"
leave: "退室"
addCpu: "CPUを追加"
_offlineScreen:
title: "オフライン - サーバーに接続できません"