mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-24 04:44:40 +01:00
Check for custom server resources
This commit is contained in:
@@ -63,7 +63,10 @@
|
||||
"game_version": "Wersja gry: %s",
|
||||
"resources": {
|
||||
"loading": "Ładowanie zasobów...",
|
||||
"finish": "Załadowano zasoby."
|
||||
"finish": "Załadowano zasoby.",
|
||||
"custom": "🇺🇸Find additional resources at: 'Anime-Game-Servers/CustomGCResources'.",
|
||||
"missing_server": "🇺🇸To fully use questing, it is recommended to add the 'Server' folder.",
|
||||
"missing_scenes": "🇺🇸To fully use questing, it is recommended to add the 'ScriptSceneData' folder."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -236,20 +239,20 @@
|
||||
"not_found": "Nie ma zadania o podanym ID.",
|
||||
"invalid_id": "Błędny format ID zadania.",
|
||||
"description": "Dodaj lub wykonaj wskazane zadanie.",
|
||||
"enabled": "Questing enabled."
|
||||
"enabled": "🇺🇸Questing enabled."
|
||||
},
|
||||
"group": {
|
||||
"invalid_groupid": "Invalid group ID.",
|
||||
"invalid_suiteid": "Invalid suite ID.",
|
||||
"group_not_found": "Group not found.",
|
||||
"description": "Alter group loading",
|
||||
"refreshed": "Group %s refreshed."
|
||||
"invalid_groupid": "🇺🇸Invalid group ID.",
|
||||
"invalid_suiteid": "🇺🇸Invalid suite ID.",
|
||||
"group_not_found": "🇺🇸Group not found.",
|
||||
"description": "🇺🇸Alter group loading",
|
||||
"refreshed": "🇺🇸Group %s refreshed."
|
||||
},
|
||||
"cutscene": {
|
||||
"description": "Odtwarza przerywnik filmowy"
|
||||
},
|
||||
"sound": {
|
||||
"description": "Plays a sound"
|
||||
"description": "🇺🇸Plays a sound"
|
||||
},
|
||||
"reload": {
|
||||
"reload_start": "Ponowne ładowanie konfiguracji...",
|
||||
|
||||
Reference in New Issue
Block a user