Merge pull request #2244 from nextcloud/Valdnet-patch-1

l10n: Correct spelling
This commit is contained in:
John Molakvoæ 2021-06-03 09:33:08 +02:00 committed by GitHub
commit 9c9b506aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -215,7 +215,7 @@ export default {
confirmDeletion() {
OC.dialogs.confirm(
t('contacts', 'This will delete the address book and every contacts within it'),
t('contacts', 'Delete {addressbook} ?', { addressbook: this.addressbook.displayName }),
t('contacts', 'Delete {addressbook}?', { addressbook: this.addressbook.displayName }),
this.deleteAddressbook,
true
)

View File

@ -58,7 +58,7 @@
{{ t('contacts', 'Local circle') }}
</CheckboxRadioSwitch>
<p>
{{ t('contacts', 'This circle will not be shared with the other instances of the GlobalScale') }}
{{ t('contacts', 'This circle will not be shared with the other instances of the global scale') }}
</p>
</template>
</div>

View File

@ -69,7 +69,7 @@ export default {
methods: {
confirmLeaveCircle() {
OC.dialogs.confirmDestructive(
t('contacts', 'You are about to leave {circle}.\n Are you sure ?', {
t('contacts', 'You are about to leave {circle}.\nAre you sure?', {
circle: this.circle.displayName,
}),
t('contacts', 'Please confirm circle leave'),
@ -115,7 +115,7 @@ export default {
confirmDeleteCircle() {
OC.dialogs.confirmDestructive(
t('contacts', 'You are about to delete {circle}.\n Are you sure ?', {
t('contacts', 'You are about to delete {circle}.\nAre you sure?', {
circle: this.circle.displayName,
}),
t('contacts', 'Please confirm circle deletion'),

View File

@ -80,7 +80,7 @@ export const CIRCLES_MEMBER_TYPES = {
[MEMBER_TYPE_CIRCLE]: t('circles', 'Circle'),
[MEMBER_TYPE_USER]: t('circles', 'User'),
[MEMBER_TYPE_GROUP]: t('circles', 'Group'),
[MEMBER_TYPE_MAIL]: t('circles', 'Mail'),
[MEMBER_TYPE_MAIL]: t('circles', 'Email'),
[MEMBER_TYPE_CONTACT]: t('circles', 'Contact'),
}

View File

@ -124,7 +124,7 @@ const actions = {
})
if (failure) {
showError(t('contacts', 'Some circle(s) errored, check the console for more details'))
showError(t('contacts', 'Some circle(s) an error occurred. Check the console for more details.'))
}
return circles