XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

chore(webui): fix inconsistent strings in dropdown menu (#2895)

Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2895 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <animan8000@noreply.localhost> Co-committed-by: Animan8000 <animan8000@noreply.localhost>

fd7ddd96
Animan8000 <animan8000@noreply.localhost>
提交于

代码差异

6 个文件 +12 -12
Modified static/webui/translations/de.js +2 -2
@@ -301,8 +301,8 @@ dict = {
301 301 worldState_thermiaFractures: `Thermische Risse`,
302 302 worldState_thermiaFracturesProgressOverride: `[UNTRANSLATED] Thermia Fractures Progress`,
303 303 worldState_qtccAlerts: `[UNTRANSLATED] Quest to Conquer Cancer Alerts`,
304 worldState_from_year: `[UNTRANSLATED] from |VAL|`,
305 worldState_pre_year: `[UNTRANSLATED] pre |VAL|`,
304 worldState_from_year: `[UNTRANSLATED] From |VAL|`,
305 worldState_pre_year: `[UNTRANSLATED] Pre-|VAL|`,
306 306 worldState_week: `[UNTRANSLATED] Week |VAL|`,
307 307 worldState_incompatibleWith: `[UNTRANSLATED] Incompatible with:`,
308 308 enabled: `Aktiviert`,
Modified static/webui/translations/en.js +2 -2
@@ -300,8 +300,8 @@ dict = {
300 300 worldState_thermiaFractures: `Thermia Fractures`,
301 301 worldState_thermiaFracturesProgressOverride: `Thermia Fractures Progress`,
302 302 worldState_qtccAlerts: `Quest to Conquer Cancer Alerts`,
303 worldState_from_year: `from |VAL|`,
304 worldState_pre_year: `pre |VAL|`,
303 worldState_from_year: `From |VAL|`,
304 worldState_pre_year: `Pre-|VAL|`,
305 305 worldState_week: `Week |VAL|`,
306 306 worldState_incompatibleWith: `Incompatible with:`,
307 307 enabled: `Enabled`,
Modified static/webui/translations/es.js +2 -2
@@ -301,8 +301,8 @@ dict = {
301 301 worldState_thermiaFractures: `Fracturas Thermia`,
302 302 worldState_thermiaFracturesProgressOverride: `Progreso de Fracturas Thermia`,
303 303 worldState_qtccAlerts: `[UNTRANSLATED] Quest to Conquer Cancer Alerts`,
304 worldState_from_year: `de |VAL|`,
305 worldState_pre_year: `antes de |VAL|`,
304 worldState_from_year: `De |VAL|`,
305 worldState_pre_year: `Antes de |VAL|`,
306 306 worldState_week: `Semana |VAL|`,
307 307 worldState_incompatibleWith: `No compatible con:`,
308 308 enabled: `Activado`,
Modified static/webui/translations/fr.js +2 -2
@@ -301,8 +301,8 @@ dict = {
301 301 worldState_thermiaFractures: `Crevasses Thermia`,
302 302 worldState_thermiaFracturesProgressOverride: `Progrès des Fractures Thermia`,
303 303 worldState_qtccAlerts: `[UNTRANSLATED] Quest to Conquer Cancer Alerts`,
304 worldState_from_year: `de |VAL|`,
305 worldState_pre_year: `pre-|VAL|`,
304 worldState_from_year: `De |VAL|`,
305 worldState_pre_year: `Pre-|VAL|`,
306 306 worldState_week: `Semaine |VAL|`,
307 307 worldState_incompatibleWith: `Incompatible avec :`,
308 308 enabled: `Activé`,
Modified static/webui/translations/ru.js +2 -2
@@ -301,8 +301,8 @@ dict = {
301 301 worldState_thermiaFractures: `Разломы Термии`,
302 302 worldState_thermiaFracturesProgressOverride: `Прогресс Разломов Термии`,
303 303 worldState_qtccAlerts: `Тревоги Quest to Conquer Cancer`,
304 worldState_from_year: `из |VAL|`,
305 worldState_pre_year: `до |VAL|`,
304 worldState_from_year: `Из |VAL|`,
305 worldState_pre_year: `До |VAL|`,
306 306 worldState_week: `Неделя |VAL|`,
307 307 worldState_incompatibleWith: `Несовместимо с:`,
308 308 enabled: `Включено`,
Modified static/webui/translations/uk.js +2 -2
@@ -301,8 +301,8 @@ dict = {
301 301 worldState_thermiaFractures: `Розломи термії`,
302 302 worldState_thermiaFracturesProgressOverride: `Прогрес Розломів термії`,
303 303 worldState_qtccAlerts: `[UNTRANSLATED] Quest to Conquer Cancer Alerts`,
304 worldState_from_year: `з |VAL|`,
305 worldState_pre_year: `до |VAL|`,
304 worldState_from_year: `З |VAL|`,
305 worldState_pre_year: `До |VAL|`,
306 306 worldState_week: `Тиждень |VAL|`,
307 307 worldState_incompatibleWith: `Несумісне з:`,
308 308 enabled: `Увімкнено`,