зеркало из https://github.com/nextcloud/spreed.git
Unify translation strings
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
1043965c47
Коммит
239db28da5
|
@ -139,9 +139,9 @@ export default {
|
|||
async copyLinkToConversation() {
|
||||
try {
|
||||
await this.$copyText(this.linkToConversation)
|
||||
OCP.Toast.success(t('spreed', 'Link to conversation copied to clipboard'))
|
||||
OCP.Toast.success(t('spreed', 'Conversation link copied to clipboard.'))
|
||||
} catch (error) {
|
||||
OCP.Toast.error(t('spreed', 'Link to conversation was not copied to clipboard.'))
|
||||
OCP.Toast.error(t('spreed', 'The link could not be copied.'))
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
@ -251,9 +251,9 @@ export default {
|
|||
async copyLinkToConversation() {
|
||||
try {
|
||||
await this.$copyText(this.linkToConversation)
|
||||
OCP.Toast.success(t('spreed', 'Link to conversation copied to clipboard'))
|
||||
OCP.Toast.success(t('spreed', 'Conversation link copied to clipboard.'))
|
||||
} catch (error) {
|
||||
OCP.Toast.error(t('spreed', 'Link to conversation was not copied to clipboard.'))
|
||||
OCP.Toast.error(t('spreed', 'The link could not be copied.'))
|
||||
}
|
||||
},
|
||||
async joinConversation() {
|
||||
|
|
|
@ -428,7 +428,6 @@ export default {
|
|||
await this.$copyText(this.linkToConversation)
|
||||
OCP.Toast.success(t('spreed', 'Conversation link copied to clipboard.'))
|
||||
} catch (error) {
|
||||
console.debug(error)
|
||||
OCP.Toast.error(t('spreed', 'The link could not be copied.'))
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче