Git Product home page Git Product logo

Comments (14)

Rayforward avatar Rayforward commented on August 11, 2024

scripts/config/strings.json
line 360 Cart = "Caravan Cart",
好像因为同文件有头衔下的"Caravan Cart"没有被正确提取/确认,翻译后nut文件内容变成了 Cart = "getroottable",

line 1284 Captain = "Sergeant",也同样原因变成了Captain = "getroottable",

from battle-brothers-cn.

Rayforward avatar Rayforward commented on August 11, 2024

scripts/config/strings.json
line190-194
"Lindwurm",
"Unhold",
"Unhold",
"Unhold",

from battle-brothers-cn.

shabbywu avatar shabbywu commented on August 11, 2024

scripts/skills/effects/sleeping_effect.nut

  • "Sleeping"

from battle-brothers-cn.

Rayforward avatar Rayforward commented on August 11, 2024

scripts/contracts/contracts/roaming_beasts_contract.nut
Line191、205
"Direwolves"

from battle-brothers-cn.

shabbywu avatar shabbywu commented on August 11, 2024

getroottable

getroottable 应该只是反编译器的问题,strings.nut 文件的文本量大,在翻译这个文件时做了额外的优化处理。

from battle-brothers-cn.

Rayforward avatar Rayforward commented on August 11, 2024

scripts/contracts/templates/negotiation_templates.nut
Line11
Title = "Overview",
Overview
(上面那句ID = "Overview"参与程序运行跳转了)

scripts\contracts\contracts\arena_contract.nut和scripts\contracts\contracts\arena_tournament_contract.nut也是

from battle-brothers-cn.

shabbywu avatar shabbywu commented on August 11, 2024

Title = "Overview"

因为 ID 也叫 Overview,现在的翻译原理不太好微操,先忽略这个词吧

from battle-brothers-cn.

shabbywu avatar shabbywu commented on August 11, 2024

Title = "Barber"

town_barber_dialog_module.nut

from battle-brothers-cn.

shabbywu avatar shabbywu commented on August 11, 2024

text = "Fatigue"
text = "Stash/Ground"

scripts\ui\screens\tooltip\tooltip_events.nut

from battle-brothers-cn.

shabbywu avatar shabbywu commented on August 11, 2024

this.World.TopbarDayTimeModule.showMessage("ENCAMPED", "")
World.TopbarDayTimeModule.showMessage("PAUSED", "(按空格键)");

scripts\states\world_state.nut

from battle-brothers-cn.

shabbywu avatar shabbywu commented on August 11, 2024

黑名单里移除 "[color=" 以方便调整语序

from battle-brothers-cn.

shabbywu avatar shabbywu commented on August 11, 2024

this.m.Name = "Charmed";
scripts\skills\effects\charmed_effect.nut

from battle-brothers-cn.

shabbywu avatar shabbywu commented on August 11, 2024

Text = "Fools."

scripts\contracts\contracts\decisive_battle_contract.nut

from battle-brothers-cn.

shabbywu avatar shabbywu commented on August 11, 2024

目前已知的所有文本都处理了. 先关闭这个 issue 了

from battle-brothers-cn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.