|
3 | 3 | "loc.helpMarkDown": "For help with this task, visit the Visual Studio App Center [support site](https://aka.ms/appcentersupport/).", |
4 | 4 | "loc.description": "Distribute app builds to testers and users via Visual Studio App Center", |
5 | 5 | "loc.instanceNameFormat": "Deploy $(app) to Visual Studio App Center", |
6 | | - "loc.releaseNotes": "Added support for forwarding Android mapping to App Center Diagnostics.", |
| 6 | + "loc.releaseNotes": "Added support for forwarding Android mapping to App Center Diagnostics. Added missing descriptions.", |
7 | 7 | "loc.group.displayName.symbols": "Symbols", |
8 | 8 | "loc.input.label.serverEndpoint": "App Center service connection", |
9 | 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.", |
|
12 | 12 | "loc.input.label.app": "Binary file path", |
13 | 13 | "loc.input.help.app": "Relative path from the repo root to the APK or IPA file you want to publish", |
14 | 14 | "loc.input.label.symbolsType": "Symbols type", |
| 15 | + "loc.input.help.symbolsType": "Include symbol files to receive symbolicated stack traces in App Center Diagnostics.", |
15 | 16 | "loc.input.label.symbolsPath": "Symbols path", |
16 | 17 | "loc.input.help.symbolsPath": "Relative path from the repo root to the symbols folder.", |
17 | 18 | "loc.input.label.pdbPath": "Symbols path (*.pdb)", |
|
23 | 24 | "loc.input.label.packParentFolder": "Include all items in parent folder", |
24 | 25 | "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 | 26 | "loc.input.label.releaseNotesSelection": "Create release notes", |
| 27 | + "loc.input.help.releaseNotesSelection": "Release notes will be attached to the release and shown to testers on the installation page.", |
26 | 28 | "loc.input.label.releaseNotesInput": "Release notes", |
27 | 29 | "loc.input.help.releaseNotesInput": "Release notes for this version.", |
28 | 30 | "loc.input.label.releaseNotesFile": "Release notes file", |
29 | 31 | "loc.input.help.releaseNotesFile": "Select a UTF-8 encoded text file which contains the Release Notes for this version.", |
30 | 32 | "loc.input.label.isMandatory": "Require users to update to this release", |
| 33 | + "loc.input.help.isMandatory": "App Center Distribute SDK required to mandate update. Testers will automatically be prompted to update.", |
31 | 34 | "loc.input.label.destinationType": "Release destination", |
| 35 | + "loc.input.help.destinationType": "Each release will be distributed to either groups or a store.", |
32 | 36 | "loc.input.label.destinationGroupIds": "Destination IDs", |
33 | 37 | "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 | 38 | "loc.input.label.destinationStoreId": "Destination ID", |
35 | 39 | "loc.input.help.destinationStoreId": "ID of the distribution store to deploy to.", |
36 | 40 | "loc.input.label.isSilent": "Do not notify testers. Release will still be available to install.", |
| 41 | + "loc.input.help.isSilent": "Testers will not receive an email for new releases.", |
37 | 42 | "loc.messages.CannotDecodeEndpoint": "Could not decode the endpoint.", |
38 | 43 | "loc.messages.NoResponseFromServer": "No response from server.", |
39 | 44 | "loc.messages.FailedToUploadFile": "Failed to complete file upload.", |
|
0 commit comments