Skip to content

Commit 486b993

Browse files
committed
Deploying to gh-pages from @ 618917f 🚀
1 parent 255d9fa commit 486b993

11 files changed

+521
-288
lines changed

assets/7zz.es6-DAIlG6-T.js assets/7zz.es6-CvA3dpO-.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/__vite-browser-external-D7Ct-6yo.js

-1
This file was deleted.

assets/__vite-browser-external_module-AZsYBS-F.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-C0OhpB2P.js

-277
This file was deleted.

assets/index-D90eL1jG.js

+489
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script>
1111
window.global = window;
1212
</script>
13-
<script type="module" crossorigin src="./assets/index-C0OhpB2P.js"></script>
13+
<script type="module" crossorigin src="./assets/index-D90eL1jG.js"></script>
1414
<link rel="stylesheet" crossorigin href="./assets/index-CgOExpmx.css">
1515
</head>
1616
<body>

locales/en/translation.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,7 @@
107107
"Aero games": "Aero games",
108108
"Game with id {{catalogId}} not found in catalog": "Game with id {{catalogId}} not found in catalog",
109109
"Loading game from catalog...": "Loading game from catalog...",
110-
"Theme {{name}} not found": "Theme {{name}} not found"
110+
"Theme {{name}} not found": "Theme {{name}} not found",
111+
"{{ count }} games added to shelf": "{{ count }} games added to shelf",
112+
"Gamekit": "Recomended games"
111113
}

locales/ru-RU/translation.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,8 @@
107107
"Aero games": "Aero игры",
108108
"Game with id {{catalogId}} not found in catalog": "Игра с id {{catalogId}} не найдена в каталоге",
109109
"Loading game from catalog...": "Загрузка игры из каталога...",
110-
"Theme {{name}} not found": "Тема {{name}} не найдена"
110+
"Theme {{name}} not found": "Тема {{name}} не найдена",
111+
"{{ count }} games added to shelf_few": "{{ count }} игры добавлены на полку",
112+
"{{ count }} games added to shelf_many": "{{ count }} игр добавлены на полку",
113+
"Gamekit": "Рекомендованые игры"
111114
}

locales/uk-UA/translation.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,8 @@
107107
"Aero games": "Aero ігри",
108108
"Game with id {{catalogId}} not found in catalog": "Гру з id {{catalogId}} не знайдено в каталозі",
109109
"Loading game from catalog...": "Завантажуємо гру з каталогу...",
110-
"Theme {{name}} not found": "Тему {{name}} не знайдено"
110+
"Theme {{name}} not found": "Тему {{name}} не знайдено",
111+
"{{ count }} games added to shelf_few": "{{ count }} гри добавлені на полицю",
112+
"{{ count }} games added to shelf_many": "{{ count }} ігор добавлені на полицю",
113+
"Gamekit": "Рекомендовані ігри"
111114
}

locales/zh/translation.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,7 @@
107107
"Aero games": "Aero游戏",
108108
"Game with id {{catalogId}} not found in catalog": "目录中找不到ID为 {{catalogId}} 的游戏",
109109
"Loading game from catalog...": "从目录加载游戏中…",
110-
"Theme {{name}} not found": "未找到主题 {{name}}"
110+
"Theme {{name}} not found": "未找到主题 {{name}}",
111+
"{{ count }} games added to shelf": "{{ count }} 个游戏已添加到书架",
112+
"Gamekit": "推荐游戏"
111113
}

service-worker.js

+14-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)