mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 17:44:50 +00:00
refactor: content tab styling (#7091)
* refactor: managed content card * fix: update filter pill styling to be chips-like * fix: modpack exporting * fixed: vanilla server projs + header * refactor: filters * refactor: detect external file icons + other metadata inside * refactor: support json5 metadata * fix: qa * fix: qa * fix: fmt + prepr * fix: fmt * fix: qa * fix: headers * feat: locking * fix: clippy * fix: qa * fix: frozen loc * fix: shared instances diff calc break * fix: env filter + remove categories
This commit is contained in:
@@ -536,9 +536,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "мир"
|
||||
},
|
||||
"content.modpack-card.installation-settings": {
|
||||
"defaultMessage": "Настройки установки"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Дополнительный контент"
|
||||
},
|
||||
@@ -587,18 +584,6 @@
|
||||
"content.page-layout.share.project-names": {
|
||||
"defaultMessage": "Названия проектов"
|
||||
},
|
||||
"content.page-layout.sort.alphabetical": {
|
||||
"defaultMessage": "По алфавиту"
|
||||
},
|
||||
"content.page-layout.sort.date-added-newest": {
|
||||
"defaultMessage": "Сначала новые"
|
||||
},
|
||||
"content.page-layout.sort.date-added-oldest": {
|
||||
"defaultMessage": "Сначала старые"
|
||||
},
|
||||
"content.page-layout.sort.label": {
|
||||
"defaultMessage": "Сортировка: {mode}"
|
||||
},
|
||||
"content.page-layout.update-all": {
|
||||
"defaultMessage": "Обновить всё"
|
||||
},
|
||||
@@ -1997,33 +1982,6 @@
|
||||
"instances.content-install.select-icon": {
|
||||
"defaultMessage": "Выбрать иконку"
|
||||
},
|
||||
"instances.modpack-content-modal.empty-description": {
|
||||
"defaultMessage": "В сборке нет дополнительного контента."
|
||||
},
|
||||
"instances.modpack-content-modal.empty-title": {
|
||||
"defaultMessage": "Сборка пуста"
|
||||
},
|
||||
"instances.modpack-content-modal.external-content": {
|
||||
"defaultMessage": "Сторонний"
|
||||
},
|
||||
"instances.modpack-content-modal.external-content-description": {
|
||||
"defaultMessage": "Файл не опубликован на Modrinth."
|
||||
},
|
||||
"instances.modpack-content-modal.header": {
|
||||
"defaultMessage": "Содержимое сборки"
|
||||
},
|
||||
"instances.modpack-content-modal.loading": {
|
||||
"defaultMessage": "Загрузка содержимого..."
|
||||
},
|
||||
"instances.modpack-content-modal.no-results": {
|
||||
"defaultMessage": "Не найдены проекты, соответствующие запросу."
|
||||
},
|
||||
"instances.modpack-content-modal.open-in-slicer": {
|
||||
"defaultMessage": "Открыть в Slicer"
|
||||
},
|
||||
"instances.modpack-content-modal.search-placeholder": {
|
||||
"defaultMessage": "Поиск по {count, number} {count, plural, one {проекту} other {проектам}}"
|
||||
},
|
||||
"instances.updater-modal.badge.current": {
|
||||
"defaultMessage": "Текущая"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user