mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 17:05:20 +01:00
Add default Climates per weather
This commit is contained in:
@@ -76,7 +76,8 @@
|
||||
"itemLevel": "Invalid itemLevel.",
|
||||
"itemRefinement": "Invalid itemRefinement.",
|
||||
"playerId": "Invalid player ID.",
|
||||
"uid": "Invalid UID."
|
||||
"uid": "Invalid UID.",
|
||||
"id": "Invalid ID."
|
||||
}
|
||||
},
|
||||
"execution": {
|
||||
@@ -387,10 +388,10 @@
|
||||
"description": "Unlock all levels of tower"
|
||||
},
|
||||
"weather": {
|
||||
"usage": "Usage: weather <climate type(weatherId)> <weather type(climateId)>\nWeather types 0: None, 1: Sunny, 2: Cloudy, 3: Rain, 4: Thunderstorm, 5: Snow, 6: Mist",
|
||||
"success": "Changed climate type to %s with weather type %s.",
|
||||
"invalid_id": "Invalid ID.",
|
||||
"description": "Changes the weather"
|
||||
"description": "Changes the weather. Climate types sunny, cloudy, rain, thunderstorm, snow, mist.",
|
||||
"usage": "Usage: weather [weatherId] [climateType]\nClimate types sunny, cloudy, rain, thunderstorm, snow, mist.",
|
||||
"success": "Set weather ID to %s with climate type %s.",
|
||||
"status": "Current weather ID is %s with climate type %s."
|
||||
},
|
||||
"ban": {
|
||||
"description": "Ban a player",
|
||||
|
||||
@@ -76,7 +76,8 @@
|
||||
"itemLevel": "Niveau de l'objet invalide.",
|
||||
"itemRefinement": "Raffinement de l'objet invalide.",
|
||||
"playerId": "ID du joueur invalide.",
|
||||
"uid": "UID invalide."
|
||||
"uid": "UID invalide.",
|
||||
"id": "ID invalide."
|
||||
}
|
||||
},
|
||||
"execution": {
|
||||
@@ -387,10 +388,10 @@
|
||||
"description": "Débloque tous les couloirs de l'abysse"
|
||||
},
|
||||
"weather": {
|
||||
"usage": "Usage: weather <climate type(weatherId)> <weather type(climateId)>\nTypes de météo 0: Aucun, 1: Ensoleillé, 2: Nuageux, 3: Pluvieux, 4: Orageux, 5: Neige, 6: Brouillard",
|
||||
"success": "Le type de climat a été changé à %s avec le type de météo %s.",
|
||||
"invalid_id": "ID invalide.",
|
||||
"description": "Change la météo"
|
||||
"description": "Change la météo. Climate types sunny, cloudy, rain, thunderstorm, snow, mist.",
|
||||
"usage": "Utilisation: weather [weatherId] [climateType]\nClimate types sunny, cloudy, rain, thunderstorm, snow, mist.",
|
||||
"success": "Set weather ID to %s with climate type %s.",
|
||||
"status": "Current weather ID is %s with climate type %s."
|
||||
},
|
||||
"ban": {
|
||||
"description": "Bannis un joueur",
|
||||
|
||||
@@ -70,7 +70,8 @@
|
||||
"itemLevel": "Błędny poziom przedmiotu.",
|
||||
"itemRefinement": "Błędne ulepszenie.",
|
||||
"playerId": "Błędne playerId.",
|
||||
"uid": "Błędne UID."
|
||||
"uid": "Błędne UID.",
|
||||
"id": "Błędne ID."
|
||||
}
|
||||
},
|
||||
"execution": {
|
||||
@@ -291,9 +292,10 @@
|
||||
"success": "Przeteleportowano %s do %s, %s, %s w scenie %s"
|
||||
},
|
||||
"weather": {
|
||||
"usage": "Użycie: weather <climate type(weatherId)> <weather type(climateId)>\nWeather types 0: None, 1: Sunny, 2: Cloudy, 3: Rain, 4: Thunderstorm, 5: Snow, 6: Mist",
|
||||
"success": "Changed climate type to %s with weather type %s.",
|
||||
"invalid_id": "Błędne ID."
|
||||
"description": "Changes the weather. Climate types sunny, cloudy, rain, thunderstorm, snow, mist.",
|
||||
"usage": "Usage: weather [weatherId] [climateType]\nClimate types sunny, cloudy, rain, thunderstorm, snow, mist.",
|
||||
"success": "Set weather ID to %s with climate type %s.",
|
||||
"status": "Current weather ID is %s with climate type %s."
|
||||
},
|
||||
"drop": {
|
||||
"command_usage": "Użycie: drop <ID przedmiotu|nazwa przedmiotu> [ilość]",
|
||||
|
||||
@@ -76,7 +76,8 @@
|
||||
"itemLevel": "Некорректный уровень предмета (itemLevel).",
|
||||
"itemRefinement": "Некорректный уровень пробуждения предмета (itemRefinement).",
|
||||
"playerId": "Некорректный ID игрока.",
|
||||
"uid": "Некорректный UID."
|
||||
"uid": "Некорректный UID.",
|
||||
"id": "Некорректный ID."
|
||||
}
|
||||
},
|
||||
"execution": {
|
||||
@@ -387,10 +388,10 @@
|
||||
"description": "Открывает все уровни башни"
|
||||
},
|
||||
"weather": {
|
||||
"usage": "Применение: weather <тип_климата(Id погоды)> <тип_погоды(Id климата)>\nТипы погоды 0: Отсутствует, 1: Солнечная, 2: Пасмурная, 3: Дождливая, 4: Грозовая, 5: Снежная, 6: Туманная",
|
||||
"success": "Тип климата был изменен на %s, тип погоды: %s.",
|
||||
"invalid_id": "Некорректный ID.",
|
||||
"description": "Изменяет погоду"
|
||||
"description": "Изменяет погоду. Climate types sunny, cloudy, rain, thunderstorm, snow, mist.",
|
||||
"usage": "Usage: weather [weatherId] [climateType]\nClimate types sunny, cloudy, rain, thunderstorm, snow, mist.",
|
||||
"success": "Set weather ID to %s with climate type %s.",
|
||||
"status": "Current weather ID is %s with climate type %s."
|
||||
},
|
||||
"ban": {
|
||||
"description": "Банит игрока",
|
||||
|
||||
@@ -76,7 +76,8 @@
|
||||
"itemLevel": "无效的物品等级。",
|
||||
"itemRefinement": "无效的物品精炼等级。",
|
||||
"playerId": "无效的玩家ID。",
|
||||
"uid": "无效的UID。"
|
||||
"uid": "无效的UID。",
|
||||
"id": "无效的ID。"
|
||||
}
|
||||
},
|
||||
"execution": {
|
||||
@@ -387,10 +388,10 @@
|
||||
"description": "解锁深境螺旋"
|
||||
},
|
||||
"weather": {
|
||||
"usage": "用法:weather <气候类型(天气ID)> <天气类型(气候ID)>\n天气类型 0: 无, 1: 晴天, 2: 多云, 3: 雨, 4: 雷雨, 5: 雪, 6: 雾",
|
||||
"success": "已更改气候类型为 %s,天气类型为 %s。",
|
||||
"invalid_id": "无效的ID。",
|
||||
"description": "更改天气"
|
||||
"description": "更改天气. Climate types sunny, cloudy, rain, thunderstorm, snow, mist.",
|
||||
"usage": "用法:weather [weatherId] [climateType]\nClimate types sunny (晴天), cloudy (多云), rain (雨), thunderstorm (雷雨), snow (雪), mist (雾).",
|
||||
"success": "Set weather ID to %s with climate type %s.",
|
||||
"status": "Current weather ID is %s with climate type %s."
|
||||
},
|
||||
"ban": {
|
||||
"description": "封禁玩家",
|
||||
|
||||
@@ -75,7 +75,8 @@
|
||||
"itemLevel": "無效的物品等級。",
|
||||
"itemRefinement": "無效的物品精煉度。",
|
||||
"playerId": "無效的玩家ID。",
|
||||
"uid": "無效的UID。"
|
||||
"uid": "無效的UID。",
|
||||
"id": "無效的ID。"
|
||||
}
|
||||
},
|
||||
"execution": {
|
||||
@@ -390,10 +391,10 @@
|
||||
"description": "解鎖所有級別的深境螺旋。"
|
||||
},
|
||||
"weather": {
|
||||
"usage": "用法:weather <氣候型別(weatherId)> <天氣型別(climateId)>\n天氣類型: '0:無、 1:晴天、 2:多雲、 3:雨、 4::雷雨、 5:雪、 6:霧'",
|
||||
"success": "已將當前氣候設定為 %s ,天氣則為 %s 。",
|
||||
"invalid_id": "無效的ID。",
|
||||
"description": "更改目前的天氣。"
|
||||
"description": "更改目前的天氣。. Climate types sunny, cloudy, rain, thunderstorm, snow, mist.",
|
||||
"usage": "用法:weather [weatherId] [climateType]\nClimate types sunny (晴天), cloudy (多雲), rain (雨), thunderstorm (雷雨), snow (雪), mist (霧).",
|
||||
"success": "Set weather ID to %s with climate type %s.",
|
||||
"status": "Current weather ID is %s with climate type %s."
|
||||
},
|
||||
"ban": {
|
||||
"description": "停權指定玩家。",
|
||||
|
||||
Reference in New Issue
Block a user