mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
Theme store: version display + animated/static filter (#1104)
* feat(themes): show theme version in the store and installed list * feat(themes): filter the theme store by animated / static * docs(changelog): add 1.49.0 entry for theme store version + animated filter
This commit is contained in:
@@ -374,6 +374,9 @@ export const settings = {
|
||||
themeStoreEnlarge: 'Vorschau vergrößern',
|
||||
themeStoreSortNewest: 'Neueste',
|
||||
themeStoreSortName: 'Alphabetisch',
|
||||
themeStoreAnimAll: 'Alle',
|
||||
themeStoreAnimAnimated: 'Animiert',
|
||||
themeStoreAnimStatic: 'Statisch',
|
||||
themeStoreByAuthor: 'von {{author}}',
|
||||
themeStoreLastChanged: 'Zuletzt geändert',
|
||||
themeMigrationNoticeTitle: 'Theme in den Store gezogen',
|
||||
|
||||
@@ -418,6 +418,9 @@ export const settings = {
|
||||
themeStoreEnlarge: 'Enlarge preview',
|
||||
themeStoreSortNewest: 'Newest',
|
||||
themeStoreSortName: 'Alphabetical',
|
||||
themeStoreAnimAll: 'All',
|
||||
themeStoreAnimAnimated: 'Animated',
|
||||
themeStoreAnimStatic: 'Static',
|
||||
themeStoreByAuthor: 'by {{author}}',
|
||||
themeStoreLastChanged: 'Last changed',
|
||||
themeMigrationNoticeTitle: 'Theme moved to the Store',
|
||||
|
||||
@@ -372,6 +372,9 @@ export const settings = {
|
||||
themeStoreEnlarge: 'Ampliar vista previa',
|
||||
themeStoreSortNewest: 'Más recientes',
|
||||
themeStoreSortName: 'Alfabético',
|
||||
themeStoreAnimAll: 'Todos',
|
||||
themeStoreAnimAnimated: 'Animados',
|
||||
themeStoreAnimStatic: 'Estáticos',
|
||||
themeStoreByAuthor: 'por {{author}}',
|
||||
themeStoreLastChanged: 'Última modificación',
|
||||
themeMigrationNoticeTitle: 'Tema movido a la tienda',
|
||||
|
||||
@@ -360,6 +360,9 @@ export const settings = {
|
||||
themeStoreEnlarge: "Agrandir l'aperçu",
|
||||
themeStoreSortNewest: 'Plus récents',
|
||||
themeStoreSortName: 'Alphabétique',
|
||||
themeStoreAnimAll: 'Tous',
|
||||
themeStoreAnimAnimated: 'Animés',
|
||||
themeStoreAnimStatic: 'Statiques',
|
||||
themeStoreByAuthor: 'par {{author}}',
|
||||
themeStoreLastChanged: 'Dernière modification',
|
||||
themeMigrationNoticeTitle: 'Thème déplacé vers la boutique',
|
||||
|
||||
@@ -363,6 +363,9 @@ export const settings = {
|
||||
themeStoreEnlarge: 'Forstørr forhåndsvisning',
|
||||
themeStoreSortNewest: 'Nyeste',
|
||||
themeStoreSortName: 'Alfabetisk',
|
||||
themeStoreAnimAll: 'Alle',
|
||||
themeStoreAnimAnimated: 'Animerte',
|
||||
themeStoreAnimStatic: 'Statiske',
|
||||
themeStoreByAuthor: 'av {{author}}',
|
||||
themeStoreLastChanged: 'Sist endret',
|
||||
themeMigrationNoticeTitle: 'Temaet er flyttet til butikken',
|
||||
|
||||
@@ -360,6 +360,9 @@ export const settings = {
|
||||
themeStoreEnlarge: 'Voorbeeld vergroten',
|
||||
themeStoreSortNewest: 'Nieuwste',
|
||||
themeStoreSortName: 'Alfabetisch',
|
||||
themeStoreAnimAll: 'Alle',
|
||||
themeStoreAnimAnimated: 'Geanimeerd',
|
||||
themeStoreAnimStatic: 'Statisch',
|
||||
themeStoreByAuthor: 'door {{author}}',
|
||||
themeStoreLastChanged: 'Laatst gewijzigd',
|
||||
themeMigrationNoticeTitle: 'Thema verplaatst naar de store',
|
||||
|
||||
@@ -376,6 +376,9 @@ export const settings = {
|
||||
themeStoreEnlarge: 'Mărește previzualizarea',
|
||||
themeStoreSortNewest: 'Cele mai noi',
|
||||
themeStoreSortName: 'Alfabetic',
|
||||
themeStoreAnimAll: 'Toate',
|
||||
themeStoreAnimAnimated: 'Animate',
|
||||
themeStoreAnimStatic: 'Statice',
|
||||
themeStoreByAuthor: 'de {{author}}',
|
||||
themeStoreLastChanged: 'Ultima modificare',
|
||||
themeMigrationNoticeTitle: 'Tema a fost mutată în magazin',
|
||||
|
||||
@@ -428,6 +428,9 @@ export const settings = {
|
||||
themeStoreEnlarge: 'Увеличить превью',
|
||||
themeStoreSortNewest: 'Новые',
|
||||
themeStoreSortName: 'По алфавиту',
|
||||
themeStoreAnimAll: 'Все',
|
||||
themeStoreAnimAnimated: 'Анимированные',
|
||||
themeStoreAnimStatic: 'Статичные',
|
||||
themeStoreByAuthor: 'от {{author}}',
|
||||
themeStoreLastChanged: 'Изменён',
|
||||
themeMigrationNoticeTitle: 'Тема перенесена в магазин',
|
||||
|
||||
@@ -359,6 +359,9 @@ export const settings = {
|
||||
themeStoreEnlarge: '放大预览',
|
||||
themeStoreSortNewest: '最新',
|
||||
themeStoreSortName: '按字母',
|
||||
themeStoreAnimAll: '全部',
|
||||
themeStoreAnimAnimated: '动态',
|
||||
themeStoreAnimStatic: '静态',
|
||||
themeStoreByAuthor: '作者:{{author}}',
|
||||
themeStoreLastChanged: '最后更新',
|
||||
themeMigrationNoticeTitle: '主题已移至商店',
|
||||
|
||||
Reference in New Issue
Block a user