mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 09:43:49 +02:00
Capacity changes
This commit is contained in:
@@ -653,6 +653,7 @@
|
||||
"rename": "Rename",
|
||||
"change_description": "Change Description",
|
||||
"change_capacity": "Change Capacity",
|
||||
"change_recommended_capacity": "Change Recommended Capacity",
|
||||
"change_preview": "Change Youtube Preview",
|
||||
"change_tags": "Change Tags",
|
||||
"change_image": "Change Image",
|
||||
@@ -1330,7 +1331,7 @@
|
||||
},
|
||||
"change_world_capacity": {
|
||||
"header": "Change Capacity",
|
||||
"description": "Enter world capacity, Max: 40",
|
||||
"description": "Enter world capacity (hard cap), Max: 80",
|
||||
"cancel": "Cancel",
|
||||
"ok": "OK",
|
||||
"input_error": "Valid number is required",
|
||||
@@ -1338,6 +1339,16 @@
|
||||
"success": "World capacity changed"
|
||||
}
|
||||
},
|
||||
"change_world_recommended_capacity": {
|
||||
"header": "Change Recommended Capacity",
|
||||
"description": "Enter world recommended capacity (soft cap)",
|
||||
"cancel": "Cancel",
|
||||
"ok": "OK",
|
||||
"input_error": "Valid number is required",
|
||||
"message": {
|
||||
"success": "World recommended capacity changed"
|
||||
}
|
||||
},
|
||||
"change_world_preview": {
|
||||
"header": "Change YouTube Preview",
|
||||
"description": "Enter world YouTube preview",
|
||||
|
||||
Reference in New Issue
Block a user