change locales details key to plural

This commit is contained in:
mahula 2022-11-17 22:09:39 +01:00
parent 992992ea2a
commit 5abc930987
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<b-tr>
<b-th></b-th>
<b-th class="text-right">{{ $t('statistic.count') }}</b-th>
<b-th class="text-right">{{ $t('statistic.detail') }}</b-th>
<b-th class="text-right">{{ $t('statistic.details') }}</b-th>
</b-tr>
</b-thead>
<b-tbody>

View File

@ -127,7 +127,7 @@
"activeUsers": "Aktive Mitglieder",
"count": "Menge",
"deletedUsers": "Gelöschte Mitglieder",
"detail": "Detail",
"details": "Details",
"totalGradidoAvailable": "GDD insgesamt im Umlauf",
"totalGradidoCreated": "GDD insgesamt geschöpft",
"totalGradidoDecayed": "GDD insgesamt verfallen",

View File

@ -127,7 +127,7 @@
"activeUsers": "Active members",
"count": "Count",
"deletedUsers": "Deleted members",
"detail": "Detail",
"details": "Details",
"totalGradidoAvailable": "Total GDD in circulation",
"totalGradidoCreated": "Total created GDD",
"totalGradidoDecayed": "Total GDD decay",