mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add lokalize button text
This commit is contained in:
parent
ffc96c9130
commit
df8ce64680
@ -54,6 +54,7 @@
|
||||
}
|
||||
},
|
||||
"remove": "Entfernen",
|
||||
"remove_all":"alle Nutzer entfernen",
|
||||
"transaction": "Transaktion",
|
||||
"transactionlist": {
|
||||
"amount": "Betrag",
|
||||
|
||||
@ -54,6 +54,7 @@
|
||||
}
|
||||
},
|
||||
"remove": "Remove",
|
||||
"remove_all":"Remove all users",
|
||||
"transaction": "Transaction",
|
||||
"transactionlist": {
|
||||
"amount": "Amount",
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user