This commit is contained in:
Will Smythe 2016-01-28 20:56:31 -05:00
Родитель 51ee60c4af
Коммит f4ecee9913
3 изменённых файлов: 20 добавлений и 19 удалений

1
.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1 @@
*.zip

Просмотреть файл

@ -10,7 +10,7 @@
"singleInstall": true,
"private": true,
"frameworkVersion": "1.0",
"version": "0.3.2",
"version": "0.4.0",
"parameters": [
{
"name": "vso_account",

Просмотреть файл

@ -2,12 +2,12 @@
"app": {
"parameters": {
"vso_account": {
"label": "Visual Studio Online account name",
"helpText": "Enter your Visual Studio Online subdomain (part before visualstudio.com). Learn more by visiting http://go.microsoft.com/fwlink/?LinkID=396756"
"label": "Visual Studio Team Services account name",
"helpText": "Enter your Visual Studio Team Services subdomain (part before visualstudio.com). Learn more by visiting http://go.microsoft.com/fwlink/?LinkID=396756"
},
"vso_tag": {
"label": "Visual Studio Online work item tag",
"helpText": "Enter the tag you want to add to each Visual Studio Online linked work item. If empty, no tag will be added."
"label": "Visual Studio Team Services work item tag",
"helpText": "Enter the tag you want to add to each Visual Studio Team Services linked work item. If empty, no tag will be added."
}
}
},
@ -23,11 +23,11 @@
"title": "Administration",
"summary": "Summary",
"details": "Details",
"settingsSaved": "Your Visual Studio Online settings have been saved."
"settingsSaved": "Your Visual Studio Team Services settings have been saved."
},
"login": {
"title": "Login",
"help": "Set your Visual Studio Online alternate credentials.",
"help": "Set your Visual Studio Team Services alternate credentials.",
"username": "Username",
"password": "Password",
"button": "Login",
@ -57,7 +57,7 @@
"text": "Are you sure you want to unlink <strong>{{name}}</strong> from this ticket?",
"close": "No, don't do anything",
"accept": "Yes, unlink it.",
"errUnlink": "Could not unlink ticket in Visual Studio Online. Please try again."
"errUnlink": "Could not unlink ticket in Visual Studio Team Services. Please try again."
},
"link": {
"title": "Link to a work item",
@ -76,10 +76,10 @@
"errAlreadyLinked": "This ticket is already linked that work item."
},
"new": {
"title": "New Visual Studio Online Work Item",
"title": "New Visual Studio Team Services Work Item",
"close": "Go back",
"accept": "Create work item",
"help": "Fill this form to create a new Visual Studio Online work item and link it to this ticket.",
"help": "Fill this form to create a new Visual Studio Team Services work item and link it to this ticket.",
"automatic": "Automatic",
"errProjRequired": "The project is required",
"errWorkItemTypeRequired": "The work item type is required",
@ -106,19 +106,19 @@
}
},
"notify": {
"message": "-- This notification was sent from Zendesk to all linked Visual Studio Online work items by {{name}}. --",
"vso": "Notification from Visual Studio Online work item {{workItemKey}}",
"notification": "The linked Visual Studio Online work items have been notified",
"workItemCreated": "Work item created in Visual Studio Online with id: %@",
"workItemLinked": "Ticket linked with Visual Studio Online work item with id: %@",
"workItemUnlinked": "Ticket unlinked of Visual Studio Online work item with id: %@",
"message": "-- This notification was sent from Zendesk to all linked Visual Studio Team Services work items by {{name}}. --",
"vso": "Notification from Visual Studio Team Services work item {{workItemKey}}",
"notification": "The linked Visual Studio Team Services work items have been notified",
"workItemCreated": "Work item created in Visual Studio Team Services with id: %@",
"workItemLinked": "Ticket linked with Visual Studio Team Services work item with id: %@",
"workItemUnlinked": "Ticket unlinked of Visual Studio Team Services work item with id: %@",
"credentialsSaved": "Saved Successfully"
},
"finishSetup": "You didn't finish your app configuration: your Visual Studio Online account is empty.",
"finishSetup": "You didn't finish your app configuration: your Visual Studio Team Services account is empty.",
"errorAjax": "There was an error contacting with the server. Please try again",
"errorServer": "[%@ %@: %@]",
"errorLoadingApp": "Something went wrong while loading the app. Confirm that your Visual Studio Online alternate credentials are correct by clicking in the user icon.",
"errorInvalidAccount": "The Visual Studio Online account '{{accountName}}' doesn't exist or you don't have access to it. Contact your Zendesk account Administrator to check and review the app settings.",
"errorLoadingApp": "Something went wrong while loading the app. Confirm that your Visual Studio Team Services alternate credentials are correct by clicking in the user icon.",
"errorInvalidAccount": "The Visual Studio Team Services account '{{accountName}}' doesn't exist or you don't have access to it. Contact your Zendesk account Administrator to check and review the app settings.",
"errorLoadingWorkItems": "Something went wrong while loading working items. Click the refresh icon to try again.",
"errorOoops": "Ooops!",
"errorReadingFieldSettings": "There was an error while reading field settings. Applying default settings."