forked from OpenWF/SpaceNinjaServer
fix: update-translations ignoring translated import_submit entry
This commit is contained in:
parent
9893fa957f
commit
6a6e333011
@ -125,5 +125,6 @@ dict = {
|
|||||||
cheats_quests_resetAll: `Reset All Quests`,
|
cheats_quests_resetAll: `Reset All Quests`,
|
||||||
cheats_quests_giveAll: `Give All Quests`,
|
cheats_quests_giveAll: `Give All Quests`,
|
||||||
import_importNote: `You can provide a full or partial inventory response (client respresentation) here. All fields that are supported by the importer <b>will be overwritten</b> in your account.`,
|
import_importNote: `You can provide a full or partial inventory response (client respresentation) here. All fields that are supported by the importer <b>will be overwritten</b> in your account.`,
|
||||||
import_submit: `Submit`
|
import_submit: `Submit`,
|
||||||
|
prettier_sucks_ass: ``
|
||||||
};
|
};
|
||||||
|
@ -126,5 +126,6 @@ dict = {
|
|||||||
cheats_quests_resetAll: `Сбросить прогресс всех квестов`,
|
cheats_quests_resetAll: `Сбросить прогресс всех квестов`,
|
||||||
cheats_quests_giveAll: `Выдать все квесты`,
|
cheats_quests_giveAll: `Выдать все квесты`,
|
||||||
import_importNote: `Вы можете загрузить полный или частичный ответ инвентаря (клиентское представление) здесь. Все поддерживаемые поля <b>будут перезаписаны</b> в вашем аккаунте.`,
|
import_importNote: `Вы можете загрузить полный или частичный ответ инвентаря (клиентское представление) здесь. Все поддерживаемые поля <b>будут перезаписаны</b> в вашем аккаунте.`,
|
||||||
import_submit: `Отправить`
|
import_submit: `Отправить`,
|
||||||
|
prettier_sucks_ass: ``
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user