|
14 | 14 | "Zoom Out": "Zoom Out", |
15 | 15 | "Reset Zoom Level": "Reset Zoom Level", |
16 | 16 | "Close Window": "Close Window", |
17 | | - "Open Session File…": "Open Session File…", |
18 | 17 | "Bring All to Front": "Traer todo al frente", |
19 | 18 | "Help": "Ayuda", |
20 | 19 | "Appium Documentation": "Documentación de Appium", |
|
205 | 204 | "Gesture Builder": "Gesture Builder", |
206 | 205 | "Saved Gestures": "Saved Gestures", |
207 | 206 | "Create New Gesture": "Create New Gesture", |
208 | | - "Upload Gesture File": "Upload Gesture File", |
209 | 207 | "gesturesDescription": "Create, save, and execute custom gestures here. Gestures are identical to action chains in the W3C WebDriver Actions API.", |
210 | 208 | "Session Information": "Session Information", |
211 | 209 | "Execute Command": "Execute Command", |
|
229 | 227 | "Left": "Left", |
230 | 228 | "Right": "Right", |
231 | 229 | "Play": "Play", |
232 | | - "Download": "Download", |
| 230 | + "Export to File": "Export to File", |
233 | 231 | "Save Capability Set As": "Guardar el conjunto de capacidades como…", |
234 | 232 | "Edit Raw JSON": "Editar JSON sin procesar", |
235 | 233 | "enterMethodParameters": "Enter Parameters for: '{{methodName}}'", |
|
271 | 269 | "whitespaceDetected": "Text Starts and/or Ends With Whitespace", |
272 | 270 | "duplicateCapabilityNameError": "A capability set with the same name already exists", |
273 | 271 | "errorLoadingGestures": "Error loading gestures", |
274 | | - "unableToUploadGestureFiles": "Could not upload gestures from below files:", |
| 272 | + "unableToImportGestureFiles": "Could not import gestures from below files:", |
275 | 273 | "gestureEmptyTickError": "Actions should have valid ticks", |
276 | 274 | "gestureInvalidEventError": "Invalid event type '{{invalidEvent}}'. Valid values are {{validEvents}}", |
277 | 275 | "gestureRequiredFieldsError": "Values '{{fields}}' are required for '{{eventType}}' event", |
|
325 | 323 | "dynamicCommandsDescription": "Run commands supported by the currently active driver and plugin(s). Note that some commands may only work in specific contexts. Any commands not supported by WebdriverIO are not included in this list.", |
326 | 324 | "dynamicExecuteMethodsDescription": "Run any execute method supported by the currently active driver and plugin(s).", |
327 | 325 | "methodDeprecated": "This method is deprecated", |
328 | | - "App Settings": "App Settings" |
| 326 | + "App Settings": "App Settings", |
| 327 | + "unableToImportSessionFiles": "Could not import sessions from the following files: {{fileNames}}", |
| 328 | + "Import from File": "Import from File" |
329 | 329 | } |
0 commit comments