Mulitple larger fixes
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
"QUICKBATTLEMAP": {
|
||||
"Ready": "Quick Battlemap module is ready",
|
||||
"DropAreaTitle": "Quick Battlemap Importer",
|
||||
"DropInstructions": "Drop a background image or video, and optionally a JSON file with walls",
|
||||
"DropInstructionsMore": "If no JSON is provided, the module can try to auto-detect grid size from the image. You can also choose to create a scene with no grid.",
|
||||
"DropInstructions": "Drop background images/videos and optionally JSON files with walls",
|
||||
"DropInstructionsMore": "Multiple files can be dropped to create multi-floor scenes (requires Levels module). Files with matching names will be paired automatically.",
|
||||
"BackgroundStatus": "Background Media",
|
||||
"WallDataStatus": "Wall Data",
|
||||
"CreateScene": "Create Battlemap Scene",
|
||||
"MissingFiles": "A background image or video is required",
|
||||
"CreatingScene": "Creating battlemap scene...",
|
||||
"CreatingMultiFloorScene": "Creating multi-floor battlemap scene...",
|
||||
"SceneCreated": "Battlemap scene created",
|
||||
"UploadFailed": "Failed to upload background media",
|
||||
"SceneCreationFailed": "Failed to create scene",
|
||||
@@ -23,6 +24,28 @@
|
||||
"ProgressAnalyzing": "Analyzing image to auto-detect grid...",
|
||||
"ProgressUploading": "Uploading background media...",
|
||||
"ProgressNote": "Shows ongoing tasks like uploading and auto-detecting grid size.",
|
||||
"Reset": "Reset"
|
||||
"Reset": "Reset",
|
||||
"FloorsTitle": "Floors",
|
||||
"FloorsCount": "floor(s)",
|
||||
"FloorsEmpty": "Drop files to add floors",
|
||||
"FloorLevel": "Floor",
|
||||
"NoMedia": "No media",
|
||||
"NoJson": "No wall data",
|
||||
"MoveUp": "Move up",
|
||||
"MoveDown": "Move down",
|
||||
"RemoveFloor": "Remove floor",
|
||||
"UnmatchedFiles": "Unmatched files need assignment",
|
||||
"UnmatchedMedia": "Media files",
|
||||
"UnmatchedJson": "JSON files",
|
||||
"AssignToFloor": "Assign to floor",
|
||||
"NoFloorsToMatch": "Add floors first before assigning JSON files",
|
||||
"SelectFloorFor": "Select a floor for:",
|
||||
"SelectFloor": "-- Select a floor --",
|
||||
"CreateNewFloor": "Create new floor",
|
||||
"MatchFileTitle": "Assign File to Floor",
|
||||
"Confirm": "Confirm",
|
||||
"Cancel": "Cancel",
|
||||
"GMOnly": "GM only",
|
||||
"LevelsModuleRequired": "Multi-floor scenes require the Levels module by theripper93"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user