summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-05-18 09:36:11 +0200
committerGitHub <noreply@github.com>2022-05-18 09:36:11 +0200
commitcae5edd39c70f55285476fc664ee7f00b5f4f8c1 (patch)
treec93ba25da7172b3d7fe4b5082883dcbfeb99096f
parent3bdf2e262cdd56b7463539bae55b19c22507efb7 (diff)
parent2595653259c57b4f3cb00c4b053ab0f40f1c1405 (diff)
Merge pull request #7387 from nextcloud/Valdnet-patch-1
l10n: Delete dots and changed spelling of App Store
-rw-r--r--src/components/AdminSettings/MatterbridgeIntegration.vue2
-rw-r--r--src/components/CallView/shared/EmptyCallView.vue4
-rw-r--r--src/components/LeftSidebar/ConversationsList/Conversation.vue4
-rw-r--r--src/components/MessagesList/MessagesGroup/Message/MessageButtonsBar/MessageButtonsBar.vue4
-rw-r--r--src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue4
-rw-r--r--src/components/TopBar/TopBar.vue4
-rw-r--r--src/deck.js4
7 files changed, 13 insertions, 13 deletions
diff --git a/src/components/AdminSettings/MatterbridgeIntegration.vue b/src/components/AdminSettings/MatterbridgeIntegration.vue
index 379c519f0..5060c4ad5 100644
--- a/src/components/AdminSettings/MatterbridgeIntegration.vue
+++ b/src/components/AdminSettings/MatterbridgeIntegration.vue
@@ -101,7 +101,7 @@ export default {
})
},
description() {
- return t('spreed', 'You can install the Matterbridge to link Nextcloud Talk to some other services, visit their {linkstart1}GitHub page{linkend} for more details. Downloading and installing the app can take a while. In case it times out, please install it manually from the {linkstart2}appstore{linkend}.')
+ return t('spreed', 'You can install the Matterbridge to link Nextcloud Talk to some other services, visit their {linkstart1}GitHub page{linkend} for more details. Downloading and installing the app can take a while. In case it times out, please install it manually from the {linkstart2}App Store{linkend}.')
.replace('{linkstart1}', '<a target="_blank" rel="noreferrer nofollow" class="external" href="https://github.com/42wim/matterbridge/wiki">')
.replace('{linkstart2}', '<a target="_blank" rel="noreferrer nofollow" class="external" href="https://apps.nextcloud.com/apps/talk_matterbridge">')
.replace(/{linkend}/g, ' ↗</a>')
diff --git a/src/components/CallView/shared/EmptyCallView.vue b/src/components/CallView/shared/EmptyCallView.vue
index ddcf08b41..fab56519e 100644
--- a/src/components/CallView/shared/EmptyCallView.vue
+++ b/src/components/CallView/shared/EmptyCallView.vue
@@ -154,9 +154,9 @@ export default {
async copyLinkToConversation() {
try {
await this.$copyText(this.linkToConversation)
- showSuccess(t('spreed', 'Conversation link copied to clipboard.'))
+ showSuccess(t('spreed', 'Conversation link copied to clipboard'))
} catch (error) {
- showError(t('spreed', 'The link could not be copied.'))
+ showError(t('spreed', 'The link could not be copied'))
}
},
},
diff --git a/src/components/LeftSidebar/ConversationsList/Conversation.vue b/src/components/LeftSidebar/ConversationsList/Conversation.vue
index efffdfd83..170f20795 100644
--- a/src/components/LeftSidebar/ConversationsList/Conversation.vue
+++ b/src/components/LeftSidebar/ConversationsList/Conversation.vue
@@ -289,10 +289,10 @@ export default {
async copyLinkToConversation() {
try {
await this.$copyText(this.linkToConversation)
- showSuccess(t('spreed', 'Conversation link copied to clipboard.'))
+ showSuccess(t('spreed', 'Conversation link copied to clipboard'))
} catch (error) {
console.error('Error copying link: ', error)
- showError(t('spreed', 'The link could not be copied.'))
+ showError(t('spreed', 'The link could not be copied'))
}
},
diff --git a/src/components/MessagesList/MessagesGroup/Message/MessageButtonsBar/MessageButtonsBar.vue b/src/components/MessagesList/MessagesGroup/Message/MessageButtonsBar/MessageButtonsBar.vue
index 45b7dadcd..aa15dcb02 100644
--- a/src/components/MessagesList/MessagesGroup/Message/MessageButtonsBar/MessageButtonsBar.vue
+++ b/src/components/MessagesList/MessagesGroup/Message/MessageButtonsBar/MessageButtonsBar.vue
@@ -391,10 +391,10 @@ export default {
try {
const link = window.location.protocol + '//' + window.location.host + generateUrl('/call/' + this.token) + '#message_' + this.id
await this.$copyText(link)
- showSuccess(t('spreed', 'Message link copied to clipboard.'))
+ showSuccess(t('spreed', 'Message link copied to clipboard'))
} catch (error) {
console.error('Error copying link: ', error)
- showError(t('spreed', 'The link could not be copied.'))
+ showError(t('spreed', 'The link could not be copied'))
}
},
diff --git a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
index 8987ec0b3..301d3b3cb 100644
--- a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
+++ b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
@@ -669,7 +669,7 @@ export default {
token: this.token,
attendeeId: this.attendeeId,
})
- showSuccess(t('spreed', 'Invitation was sent to {actorId}.', { actorId: this.participant.actorId }))
+ showSuccess(t('spreed', 'Invitation was sent to {actorId}', { actorId: this.participant.actorId }))
} catch (error) {
showError(t('spreed', 'Could not send invitation to {actorId}', { actorId: this.participant.actorId }))
}
@@ -681,7 +681,7 @@ export default {
token: this.token,
attendeeId: this.attendeeId,
})
- showSuccess(t('spreed', 'Notification was sent to {displayName}.', { displayName: this.participant.displayName }))
+ showSuccess(t('spreed', 'Notification was sent to {displayName}', { displayName: this.participant.displayName }))
} catch (error) {
console.error(error)
showError(t('spreed', 'Could not send notification to {displayName}', { displayName: this.participant.displayName }))
diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue
index 4e02ac3a3..167c00998 100644
--- a/src/components/TopBar/TopBar.vue
+++ b/src/components/TopBar/TopBar.vue
@@ -478,9 +478,9 @@ export default {
async handleCopyLink() {
try {
await this.$copyText(this.linkToConversation)
- showSuccess(t('spreed', 'Conversation link copied to clipboard.'))
+ showSuccess(t('spreed', 'Conversation link copied to clipboard'))
} catch (error) {
- showError(t('spreed', 'The link could not be copied.'))
+ showError(t('spreed', 'The link could not be copied'))
}
},
handleRenameConversation() {
diff --git a/src/deck.js b/src/deck.js
index 215b6bb20..a02edacb4 100644
--- a/src/deck.js
+++ b/src/deck.js
@@ -42,7 +42,7 @@ import RoomSelector from './views/RoomSelector'
})
const messageId = response.data.ocs.data.id
const targetUrl = generateUrl('/call/{token}#message_{messageId}', { token, messageId })
- showSuccess(t('spreed', 'Deck card has been posted to the selected <a href="{link}">conversation</a>.', {
+ showSuccess(t('spreed', 'Deck card has been posted to the selected <a href="{link}">conversation</a>', {
link: targetUrl,
}), {
isHTML: true,
@@ -52,7 +52,7 @@ import RoomSelector from './views/RoomSelector'
if (exception.response?.status === 403) {
showError(t('spreed', 'No permission to post messages in this conversation'))
} else {
- showError(t('spreed', 'An error occurred while posting deck card to conversation.'))
+ showError(t('spreed', 'An error occurred while posting deck card to conversation'))
}
}
}