add lokalize button text

This commit is contained in:
ogerly 2022-02-04 11:30:28 +01:00
parent ffc96c9130
commit df8ce64680
3 changed files with 4 additions and 1 deletions

View File

@ -54,6 +54,7 @@
}
},
"remove": "Entfernen",
"remove_all":"alle Nutzer entfernen",
"transaction": "Transaktion",
"transactionlist": {
"amount": "Betrag",

View File

@ -54,6 +54,7 @@
}
},
"remove": "Remove",
"remove_all":"Remove all users",
"transaction": "Transaction",
"transactionlist": {
"amount": "Amount",

View File

@ -29,7 +29,8 @@
<div class="text-right pr-4 mb-1">
<b-button @click="removeAllBookmark()" variant="light">
<b-icon icon="x" scale="2" variant="danger"></b-icon>
alle Nutzer entfernen
{{ $t('remove_all') }}
</b-button>
</div>
<user-table