mirror of
https://github.com/System-End/scraps.git
synced 2026-04-19 23:22:54 +00:00
chore(i18n): localize favorites sort hint label
This commit is contained in:
parent
aea9bd81de
commit
bd39154b6e
3 changed files with 3 additions and 1 deletions
|
|
@ -106,6 +106,7 @@ export default {
|
|||
sort: 'sort:',
|
||||
default: 'default',
|
||||
favorites: 'favorites',
|
||||
favoritesSortHint: 'most wished, then yours',
|
||||
probability: 'probability',
|
||||
cost: 'cost (low to high)',
|
||||
loadingItems: 'Loading items...',
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ export default {
|
|||
sort: 'ordenar:',
|
||||
default: 'predeterminado',
|
||||
favorites: 'favoritos',
|
||||
favoritesSortHint: 'más deseados, luego los tuyos',
|
||||
probability: 'probabilidad',
|
||||
cost: 'costo (bajo a alto)',
|
||||
loadingItems: 'Cargando artículos...',
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@
|
|||
? 'bg-black text-white'
|
||||
: 'hover:border-dashed'}"
|
||||
>
|
||||
{$t.shop.favorites} (most wished, then yours)
|
||||
{$t.shop.favorites} ({$t.shop.favoritesSortHint})
|
||||
</button>
|
||||
<button
|
||||
onclick={() => (sortBy = 'probability')}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue