Update some user messages

stable
Álex Hermida 2018-08-08 15:21:13 +02:00 committed by Alex Hermida
parent f6b4d95674
commit baca56e490
2 changed files with 8 additions and 7 deletions

View File

@ -969,7 +969,7 @@ $confirm, $q, attachmentsService, $template, $compile) ->
newSprintName = $scope.milestonesById[$scope.relatedObjectId].name newSprintName = $scope.milestonesById[$scope.relatedObjectId].name
title = $translate.instant("ISSUES.CONFIRM_CHANGE_FROM_SPRINT.TITLE") title = $translate.instant("ISSUES.CONFIRM_CHANGE_FROM_SPRINT.TITLE")
message = $translate.instant("ISSUES.CONFIRM_CHANGE_FROM_SPRINT.MESSAGE", message = $translate.instant("ISSUES.CONFIRM_CHANGE_FROM_SPRINT.MESSAGE",
{oldSprintName: oldSprintName, newSprintName: newSprintName}) {issue: item.subject, oldSprintName: oldSprintName, newSprintName: newSprintName})
$confirm.ask(title, null, message).then (askResponse) -> $confirm.ask(title, null, message).then (askResponse) ->
onSuccess = -> onSuccess = ->

View File

@ -1173,7 +1173,7 @@
"TITLE_ACTION_DELETE_DUE_DATE": "Delete due date" "TITLE_ACTION_DELETE_DUE_DATE": "Delete due date"
}, },
"RELATE_TO_EPIC": { "RELATE_TO_EPIC": {
"TITLE": "Relate to Epic", "TITLE": "Link to Epic",
"EXISTING_EPIC": "Existing epic", "EXISTING_EPIC": "Existing epic",
"NEW_EPIC": "New epic", "NEW_EPIC": "New epic",
"CHOOSE_PROJECT_FOR_CREATION": "What's the project?", "CHOOSE_PROJECT_FOR_CREATION": "What's the project?",
@ -1190,7 +1190,7 @@
"PAGE_DESCRIPTION": "Status: {{epicStatus }}. Description: {{epicDescription}}", "PAGE_DESCRIPTION": "Status: {{epicStatus }}. Description: {{epicDescription}}",
"SECTION_NAME": "Epic", "SECTION_NAME": "Epic",
"TITLE_LIGHTBOX_UNLINK_RELATED_USERSTORY": "Unlink related userstory", "TITLE_LIGHTBOX_UNLINK_RELATED_USERSTORY": "Unlink related userstory",
"MSG_LIGHTBOX_UNLINK_RELATED_USERSTORY": "It will delete the link to the related userstory '{{subject}}'", "MSG_LIGHTBOX_UNLINK_RELATED_USERSTORY": "This action will remove the link to the related user story '{{subject}}'",
"ERROR_UNLINK_RELATED_USERSTORY": "We have not been able to unlink: {{errorMessage}}", "ERROR_UNLINK_RELATED_USERSTORY": "We have not been able to unlink: {{errorMessage}}",
"CREATE_RELATED_USERSTORIES": "Create a relationship with", "CREATE_RELATED_USERSTORIES": "Create a relationship with",
"NEW_USERSTORY": "New user story", "NEW_USERSTORY": "New user story",
@ -1221,7 +1221,7 @@
"LIGHTBOX_TITLE_BLOKING_US": "Blocking us", "LIGHTBOX_TITLE_BLOKING_US": "Blocking us",
"NOT_ESTIMATED": "Not estimated", "NOT_ESTIMATED": "Not estimated",
"OWNER_US": "This User Story belongs to", "OWNER_US": "This User Story belongs to",
"RELATE_TO_EPIC": "Relate to Epic", "RELATE_TO_EPIC": "Link to Epic",
"REMOVE_RELATIONSHIP_WITH_EPIC": "Remove Epic relationship", "REMOVE_RELATIONSHIP_WITH_EPIC": "Remove Epic relationship",
"TRIBE": { "TRIBE": {
"PUBLISH": "Publish as Gig in Taiga Tribe", "PUBLISH": "Publish as Gig in Taiga Tribe",
@ -1435,7 +1435,8 @@
"CLOSE": "Close notification", "CLOSE": "Close notification",
"MAIL": "Notifications By Mail", "MAIL": "Notifications By Mail",
"DESKTOP": "Desktop notifications using browser alerts", "DESKTOP": "Desktop notifications using browser alerts",
"ASK_DELETE": "Are you sure you want to delete?" "ASK_DELETE": "Are you sure you want to delete?",
"ASK_REMOVE_LINK": "Are you sure you want to remove the link?"
}, },
"CANCEL_ACCOUNT": { "CANCEL_ACCOUNT": {
"TITLE": "Cancel your account", "TITLE": "Cancel your account",
@ -1480,8 +1481,8 @@
"MESSAGE": "You are about to detach the issue from the sprint" "MESSAGE": "You are about to detach the issue from the sprint"
}, },
"CONFIRM_CHANGE_FROM_SPRINT": { "CONFIRM_CHANGE_FROM_SPRINT": {
"TITLE": "Change issue from Sprint", "TITLE": "Move issue from another sprint",
"MESSAGE": "Are you sure you want to change the issue sprint from {{ oldSprintName }} to {{ newSprintName }}" "MESSAGE": "Are you sure you want to move the issue {{ issue }} from sprint {{ oldSprintName }} to sprint {{ newSprintName }}?"
}, },
"CONFIRM_PROMOTE": { "CONFIRM_PROMOTE": {
"TITLE": "Promote this issue to a new user story", "TITLE": "Promote this issue to a new user story",