|
| 1 | +{ |
| 2 | + "loc.friendlyName": "App Center Distribute", |
| 3 | + "loc.helpMarkDown": "For help with this task, visit the Visual Studio App Center [support site](https://aka.ms/appcentersupport/).", |
| 4 | + "loc.description": "Distribute app builds to testers and users via App Center", |
| 5 | + "loc.instanceNameFormat": "Deploy $(app) to Visual Studio App Center", |
| 6 | + "loc.releaseNotes": "Added support for multiple destinations.", |
| 7 | + "loc.group.displayName.symbols": "Symbols", |
| 8 | + "loc.input.label.serverEndpoint": "App Center service connection", |
| 9 | + "loc.input.help.serverEndpoint": "Select the service connection for Visual Studio App Center. To create one, click the Manage link and create a new service connection.", |
| 10 | + "loc.input.label.appSlug": "App slug", |
| 11 | + "loc.input.help.appSlug": "The app slug is in the format of **{username}/{app_identifier}**. To locate **{username}** and **{app_identifier}** for an app, click on its name from https://appcenter.ms/apps, and the resulting URL is in the format of [https://appcenter.ms/users/<b>{username}</b>/apps/<b>{app_identifier}</b>](https://appcenter.ms/users/{username}/apps/{app_identifier}). If you are using orgs, the app slug is of the format **{orgname}/{app_identifier}**.", |
| 12 | + "loc.input.label.app": "Binary file path", |
| 13 | + "loc.input.help.app": "Relative path from the repo root to the APK or IPA file you want to publish", |
| 14 | + "loc.input.label.symbolsType": "Symbols type", |
| 15 | + "loc.input.label.symbolsPath": "Symbols path", |
| 16 | + "loc.input.help.symbolsPath": "Relative path from the repo root to the symbols folder.", |
| 17 | + "loc.input.label.pdbPath": "Symbols path (*.pdb)", |
| 18 | + "loc.input.help.pdbPath": "Relative path from the repo root to PDB symbols files. Path may contain wildcards.", |
| 19 | + "loc.input.label.dsymPath": "dSYM path", |
| 20 | + "loc.input.help.dsymPath": "Relative path from the repo root to dSYM folder. Path may contain wildcards.", |
| 21 | + "loc.input.label.mappingTxtPath": "Mapping file", |
| 22 | + "loc.input.help.mappingTxtPath": "Relative path from the repo root to Android's mapping.txt file.", |
| 23 | + "loc.input.label.packParentFolder": "Include all items in parent folder", |
| 24 | + "loc.input.help.packParentFolder": "Upload the selected symbols file or folder and all other items inside the same parent folder. This is required for React Native apps.", |
| 25 | + "loc.input.label.releaseNotesSelection": "Create release notes", |
| 26 | + "loc.input.label.releaseNotesInput": "Release notes", |
| 27 | + "loc.input.help.releaseNotesInput": "Release notes for this version.", |
| 28 | + "loc.input.label.releaseNotesFile": "Release notes file", |
| 29 | + "loc.input.help.releaseNotesFile": "Select a UTF-8 encoded text file which contains the Release Notes for this version.", |
| 30 | + "loc.input.label.isMandatory": "Require users to update to this release", |
| 31 | + "loc.input.label.destinationType": "Release destination", |
| 32 | + "loc.input.label.destinationGroupIds": "Distribution Group IDs", |
| 33 | + "loc.input.help.destinationGroupIds": "IDs of the distribution groups to release to. Leave it empty to use the default group and use commas or semicolons to separate multiple IDs.", |
| 34 | + "loc.input.label.destinationStoreId": "Store ID", |
| 35 | + "loc.input.help.destinationStoreId": "ID of the distribution store to deploy to.", |
| 36 | + "loc.input.label.isSilent": "Do not notify testers. Release will still be available to install.", |
| 37 | + "loc.messages.CannotDecodeEndpoint": "Could not decode the endpoint.", |
| 38 | + "loc.messages.NoResponseFromServer": "No response from server.", |
| 39 | + "loc.messages.FailedToUploadFile": "Failed to complete file upload.", |
| 40 | + "loc.messages.NoApiTokenFound": "No API token found on the Visual Studio App Center service connection.", |
| 41 | + "loc.messages.InvalidDestinationInput": "The destination input provided was invalid", |
| 42 | + "loc.messages.CanNotDistributeToMultipleStores": "Cannot distribute to multiple stores", |
| 43 | + "loc.messages.Succeeded": "App Center Distribute task succeeded", |
| 44 | + "loc.messages.CannotFindAnyFile": "Cannot find any file based on %s.", |
| 45 | + "loc.messages.FoundMultipleFiles": "Found multiple files matching %s.", |
| 46 | + "loc.messages.FailedToCreateFile": "Failed to create %s with error: %s.", |
| 47 | + "loc.messages.FailedToFindFile": "Failed to find %s at %s." |
| 48 | +} |
0 commit comments