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

SpaceNinjaServer

A simple server for a small space ninja game

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

XFEstudio/SpaceNinjaServer

chore(webui): address potentially using plural noun with COUNT=1 (#3111)

Closes #3109 Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3111 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>

56f7e3fb
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

4 个文件 +6 -6
Modified static/webui/translations/en.js +3 -3
@@ -34,9 +34,9 @@ dict = {
34 34 code_rename: `Rename`,
35 35 code_renamePrompt: `Enter new custom name:`,
36 36 code_remove: `Remove`,
37 code_addItemsConfirm: `Are you sure you want to add |COUNT| items to your account?`,
37 code_addItemsConfirm: `Are you sure you want to add |COUNT| item(s) to your account?`,
38 38 code_addTechProjectsConfirm: `Are you sure you want to add |COUNT| research to your clan?`,
39 code_addVaultItemsConfirm: `Are you sure you want to add |COUNT| items to your clan vault?`,
39 code_addVaultItemsConfirm: `Are you sure you want to add |COUNT| item(s) to your clan vault?`,
40 40 code_succRankUp: `Successfully ranked up.`,
41 41 code_noEquipmentToRankUp: `No equipment to rank up.`,
42 42 code_succAdded: `Successfully added.`,
@@ -52,7 +52,7 @@ dict = {
52 52 code_count: `Count`,
53 53 code_focusAllUnlocked: `All focus schools are already unlocked.`,
54 54 code_focusUnlocked: `Unlocked |COUNT| new focus schools! An inventory update will be needed for the changes to be reflected in-game.`,
55 code_addModsConfirm: `Are you sure you want to add |COUNT| mods to your account?`,
55 code_addModsConfirm: `Are you sure you want to add |COUNT| mod(s) to your account?`,
56 56 code_succImport: `Successfully imported.`,
57 57 code_succRelog: `Done. Please note that you'll need to relog to see a difference in-game.`,
58 58 code_nothingToDo: `Done. There was nothing to do.`,
Modified static/webui/translations/es.js +1 -1
@@ -37,7 +37,7 @@ dict = {
37 37 code_remove: `Quitar`,
38 38 code_addItemsConfirm: `¿Estás seguro de que deseas agregar |COUNT| objetos a tu cuenta?`,
39 39 code_addTechProjectsConfirm: `¿Estás seguro de que quieres añadir |COUNT| proyectos de investigación a tu clan?`,
40 code_addVaultItemsConfirm: `[UNTRANSLATED] Are you sure you want to add |COUNT| items to your clan vault?`,
40 code_addVaultItemsConfirm: `[UNTRANSLATED] Are you sure you want to add |COUNT| item(s) to your clan vault?`,
41 41 code_succRankUp: `Ascenso exitoso.`,
42 42 code_noEquipmentToRankUp: `No hay equipo para ascender.`,
43 43 code_succAdded: `Agregado exitosamente.`,
Modified static/webui/translations/uk.js +1 -1
@@ -37,7 +37,7 @@ dict = {
37 37 code_remove: `Видалити`,
38 38 code_addItemsConfirm: `Ви впевнені, що хочете додати |COUNT| предметів на ваш обліковий запис?`,
39 39 code_addTechProjectsConfirm: `Ви впевнені, що хочете додати |COUNT| досліджень до свого клану?`,
40 code_addVaultItemsConfirm: `[UNTRANSLATED] Are you sure you want to add |COUNT| items to your clan vault?`,
40 code_addVaultItemsConfirm: `[UNTRANSLATED] Are you sure you want to add |COUNT| item(s) to your clan vault?`,
41 41 code_succRankUp: `Рівень успішно підвищено`,
42 42 code_noEquipmentToRankUp: `Немає спорядження для підвищення рівня.`,
43 43 code_succAdded: `Успішно додано.`,
Modified static/webui/translations/zh.js +1 -1
@@ -37,7 +37,7 @@ dict = {
37 37 code_remove: `移除`,
38 38 code_addItemsConfirm: `确定要向您的账户添加 |COUNT| 件物品吗?`,
39 39 code_addTechProjectsConfirm: `[UNTRANSLATED] Are you sure you want to add |COUNT| research to your clan?`,
40 code_addVaultItemsConfirm: `[UNTRANSLATED] Are you sure you want to add |COUNT| items to your clan vault?`,
40 code_addVaultItemsConfirm: `[UNTRANSLATED] Are you sure you want to add |COUNT| item(s) to your clan vault?`,
41 41 code_succRankUp: `等级已提升`,
42 42 code_noEquipmentToRankUp: `没有可升级的装备`,
43 43 code_succAdded: `添加成功`,