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-tr>
<b-th></b-th> <b-th></b-th>
<b-th class="text-right">{{ $t('statistic.count') }}</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-tr>
</b-thead> </b-thead>
<b-tbody> <b-tbody>

View File

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

View File

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