1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-12 11:44:05 +02:00
This commit is contained in:
syuilo
2024-01-26 14:25:00 +09:00
parent 2133d0552c
commit 67e6184a75
56 changed files with 3035 additions and 92 deletions

26
locales/index.d.ts vendored
View File

@@ -9604,6 +9604,32 @@ export interface Locale extends ILocale {
*/
"disallowIrregularRules": string;
};
"_mahjong": {
/**
* 麻雀
*/
"mahjong": string;
/**
* ルームに参加
*/
"joinRoom": string;
/**
* ルームを作成
*/
"createRoom": string;
/**
* 準備完了
*/
"ready": string;
/**
* 準備を再開
*/
"cancelReady": string;
/**
* 退室
*/
"leave": string;
};
"_offlineScreen": {
/**
* オフライン - サーバーに接続できません

View File

@@ -2559,6 +2559,14 @@ _reversi:
allowIrregularRules: "変則許可 (完全フリー)"
disallowIrregularRules: "変則なし"
_mahjong:
mahjong: "麻雀"
joinRoom: "ルームに参加"
createRoom: "ルームを作成"
ready: "準備完了"
cancelReady: "準備を再開"
leave: "退室"
_offlineScreen:
title: "オフライン - サーバーに接続できません"
header: "サーバーに接続できません"