1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 04:05:28 +02:00
This commit is contained in:
syuilo
2024-01-30 17:11:16 +09:00
parent 4183fec4ab
commit 2f0924c85b
14 changed files with 179 additions and 66 deletions

16
locales/index.d.ts vendored
View File

@@ -9633,6 +9633,22 @@ export interface Locale extends ILocale {
* CPUを追加
*/
"addCpu": string;
/**
* 東
*/
"east": string;
/**
* 南
*/
"south": string;
/**
* 西
*/
"west": string;
/**
* 北
*/
"north": string;
};
"_offlineScreen": {
/**

View File

@@ -2567,6 +2567,10 @@ _mahjong:
cancelReady: "準備を再開"
leave: "退室"
addCpu: "CPUを追加"
east: "東"
south: "南"
west: "西"
north: "北"
_offlineScreen:
title: "オフライン - サーバーに接続できません"