Skip to content

Commit d2a902f

Browse files
authored
Add empty state for mod searches (#1083)
* Add empty state for mod search * Improve mod search empty state accessibility
1 parent ed409fb commit d2a902f

14 files changed

Lines changed: 120 additions & 32 deletions

File tree

assets/jsons/translations/de.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
"reinstall-all": "Alles neu installieren"
155155
},
156156
"mods-grid": {
157+
"no-results": {
158+
"title": "Keine Mods gefunden",
159+
"description": "Der gesuchte Mod ist für diese Version möglicherweise nicht verfügbar."
160+
},
157161
"header-bar": {
158162
"name": "Name",
159163
"size": "Größe",

assets/jsons/translations/en.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
"reinstall-all": "Reinstall all"
155155
},
156156
"mods-grid": {
157+
"no-results": {
158+
"title": "No mods found",
159+
"description": "The mod you're looking for may not be available for this version."
160+
},
157161
"header-bar": {
158162
"name": "Name",
159163
"size": "Size",

assets/jsons/translations/es.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
"reinstall-all": "Reinstalar todo"
155155
},
156156
"mods-grid": {
157+
"no-results": {
158+
"title": "No se encontraron mods",
159+
"description": "Puede que el mod que buscas no esté disponible para esta versión."
160+
},
157161
"header-bar": {
158162
"name": "Nombre",
159163
"size": "Tamaño",

assets/jsons/translations/fr.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
"reinstall-all": "Tout réinstaller"
155155
},
156156
"mods-grid": {
157+
"no-results": {
158+
"title": "Aucun mod trouvé",
159+
"description": "Le mod recherché n'est peut-être pas disponible pour cette version."
160+
},
157161
"header-bar": {
158162
"name": "Nom",
159163
"size": "Taille",

assets/jsons/translations/it.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
"reinstall-all": "Reinstalla tutto"
155155
},
156156
"mods-grid": {
157+
"no-results": {
158+
"title": "Nessuna mod trovata",
159+
"description": "La mod che cerchi potrebbe non essere disponibile per questa versione."
160+
},
157161
"header-bar": {
158162
"name": "Nome",
159163
"size": "Dimensione",

assets/jsons/translations/ja.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
"reinstall-all": "すべて再インストール"
155155
},
156156
"mods-grid": {
157+
"no-results": {
158+
"title": "MODが見つかりません",
159+
"description": "お探しのMODはこのバージョンでは利用できない可能性があります。"
160+
},
157161
"header-bar": {
158162
"name": "名前",
159163
"size": "サイズ",

assets/jsons/translations/ko.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
"reinstall-all": "모두 재설치"
155155
},
156156
"mods-grid": {
157+
"no-results": {
158+
"title": "모드를 찾을 수 없습니다",
159+
"description": "찾으시는 모드는 이 버전에서 사용할 수 없을 수 있습니다."
160+
},
157161
"header-bar": {
158162
"name": "이름",
159163
"size": "크기",

assets/jsons/translations/pt-br.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
"reinstall-all": "Reinstalar todos"
155155
},
156156
"mods-grid": {
157+
"no-results": {
158+
"title": "Nenhum mod encontrado",
159+
"description": "O mod que você procura pode não estar disponível para esta versão."
160+
},
157161
"header-bar": {
158162
"name": "Nome",
159163
"size": "tamanho",

assets/jsons/translations/ru.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
"reinstall-all": "Переустановить все"
155155
},
156156
"mods-grid": {
157+
"no-results": {
158+
"title": "Моды не найдены",
159+
"description": "Возможно, нужный мод недоступен для этой версии."
160+
},
157161
"header-bar": {
158162
"name": "Имя",
159163
"size": "Размер",

assets/jsons/translations/tl.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
"reinstall-all": "I-reinstall ang lahat"
155155
},
156156
"mods-grid": {
157+
"no-results": {
158+
"title": "Walang nahanap na mod",
159+
"description": "Maaaring hindi available sa bersyong ito ang mod na hinahanap mo."
160+
},
157161
"header-bar": {
158162
"name": "Pangalan",
159163
"size": "laki",

0 commit comments

Comments
 (0)