51 lines
2.4 KiB
JSON
51 lines
2.4 KiB
JSON
{
|
|
"QUICKBATTLEMAP": {
|
|
"Ready": "Quick Battlemap module is ready",
|
|
"DropAreaTitle": "Quick Battlemap Importer",
|
|
"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",
|
|
"InvalidJSON": "The JSON file could not be parsed",
|
|
"DefaultSceneName": "New Battlemap",
|
|
"ControlTitle": "Quick Battlemap Importer",
|
|
"Options": "Options",
|
|
"NoGridLabel": "Create scene with no grid",
|
|
"NoGridHint": "Skips applying or detecting a grid. Useful for maps without visible grid lines.",
|
|
"ProgressLabel": "Progress",
|
|
"ProgressIdle": "Waiting for files...",
|
|
"ProgressAnalyzing": "Analyzing image to auto-detect grid...",
|
|
"ProgressUploading": "Uploading background media...",
|
|
"ProgressNote": "Shows ongoing tasks like uploading and auto-detecting grid size.",
|
|
"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"
|
|
}
|
|
} |