Coder Social home page Coder Social logo

wesnoth-cn's People

Contributors

celerini avatar chisquare130 avatar cloudidust avatar magedelfador avatar qrqiuren avatar stephdc avatar vinneymail avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

wesnoth-cn's Issues

Work Status and Assignments

This issue is for tracking who is translating what.

release-notes-1.12: [Finished].
wesnoth: [Finished].
wesnoth-ai: [Pending Assignment].
wesnoth-anl: [Finished].
wesnoth-aoi: [Finished].
wesnoth-did: [Finished].
wesnoth-dm: [Finished].
wesnoth-dw: [Finished].
wesnoth-editor: [Finished].
wesnoth-ei: [Finished].
wesnoth-help: [Finished].
wesnoth-httt: [Finished].
wesnoth-l: [Finished].
wesnoth-lib: [Finished].
wesnoth-low: [Finished].
wesnoth-manpages: [Finished].
wesnoth-manual: [Finished].
wesnoth-multiplayer: [Finished].
wesnoth-nr: [Finished].
wesnoth-sof: [Finished].
wesnoth-sotbe: [Finished].
wesnoth-tb: [Finished].
wesnoth-test: [Finished].
wesnoth-thot: [Finished].
wesnoth-trow: [Finished].
wesnoth-tsg: [Finished].
wesnoth-tutorial: [Finished].
wesnoth-units: [Finished].
wesnoth-utbs: BrianLee.

WML variables in strings that don't match the msgid

The tool in wesnoth/wesnoth#4436 searches for WML variables in translated strings, and checks whether they match the variables in the msgid. It's found these in the Chinese translation for 1.16.8:

po/wesnoth-lib/zh_CN.po: msgid 'disjunct end^$prefix, or $last': '$next' in msgstr but '$last' in msgid
po/wesnoth-lib/zh_CN.po: msgid "In section '[$section|]' where '$primary_key| = $primary_value' the mandatory key '$key|' isn't set.": the '$' is missing from '$key' in msgstr
po/wesnoth-multiplayer/zh_CN.po: msgid "<span strikethrough='true' foreground='$side_color'>Side $side_number</span>:  Has lost all units": '$side_color' not in msgstr while '$side_number' appears twice in msgid
po/wesnoth-multiplayer/zh_CN.po: msgid "<span foreground='$side_color'>Side $side_number</span>:  Income score = $income  Unit score = $units  Gold = $gold\nGrand total: <b>$total</b>": '$side_color' not in msgstr while '$side_number' appears twice in msgid
po/wesnoth-utbs/zh_CN.po: msgid 'At the start of each turn, any unit currently in this pool will heal 10 hitpoints and will not be affected by the heat in the cavern. Of course, if the unit leaves this pool, it will suffer the standard $heat_damage damage each turn from the heat.': '$temp_damage' in msgstr but '$heat_damage' in msgid
po/wesnoth/zh_CN.po: msgid "Unknown command '$command', try $help_command for a list of available commands.": '$help_commmand' in msgstr but '$help_command' in msgid

sync with upstream

Hi,

I would like to fix parsing errors in wesnoth-help/zh_CN.po, but it is older than upstream.

Should I do msgmerge on my own to get latest changes, or do you have some other workflow?

Image Localization

更新:添加进度列表。


过了这么几年,我又想跑回做图片本地化了。

我之前做的从1.8开始用的那些,已经逐渐换掉了。
地图换了新版:https://wiki.wesnoth.org/MapLocalization
Logo也换了新版:https://forums.wesnoth.org/viewtopic.php?f=7&t=42981

现在的问题是,新地图从没有翻译过,新logo只有之前韦诺美工做的中文版,但个人感觉还有提升空间。
如果OK的话,我们在这个仓库里开个图片本地化的坑?


进度列表

根据官网Wiki的ImageLocalization页面整理,并加入最新变动。

Status留空则为未分配(Unassigned),WIP的意思是正在处理中(work in progress)。

Main Logo

File Status Author Note
images/misc/logo.png OK Sgt. Groovy 似有改进空间
data/core/images/misc/logo.png OK Sgt. Groovy 似有改进空间

Main Map

File Status Author Note
data/core/images/maps/wesnoth.png OK @qrqiuren 旧版地图,不再使用
data/core/images/maps/titlescreen.png OK @qrqiuren 新版地图

Screenshots in the Help Sections

File Status Author Note
data/core/images/help/hpxp.png
data/core/images/help/recruit.png
data/core/images/help/tooltip.png

Main Maps of Respective Campaigns

File Status Author Note
data/campaigns/An_Orcish_Incursion/images/maps/aoi.png WIP 20% @qrqiuren
data/campaigns/Dead_Water/images/maps/dw.png
data/campaigns/Descent_Into_Darkness/images/maps/did.png
data/campaigns/Eastern_Invasion/images/maps/ei.png
data/campaigns/Heir_To_The_Throne/images/maps/httt.png OK @qrqiuren
data/campaigns/Legend_of_Wesmere/images/low-map.png
data/campaigns/Liberty/images/maps/liberty.png OK @qrqiuren
data/campaigns/Northern_Rebirth/images/maps/nr.png WIP 20% @qrqiuren
data/campaigns/Sceptre_of_Fire/images/maps/sof.png
data/campaigns/Son_Of_The_Black_Eye/images/maps/sotbe.png
data/campaigns/The_Hammer_of_Thursagan/images/maps/thot.png
data/campaigns/The_Rise_Of_Wesnoth/images/maps/green_isle.png
data/campaigns/The_South_Guard/images/maps/tsg.png
data/campaigns/Two_Brothers/images/maps/tb.png OK @qrqiuren

Logo of TRoW Campaign

File Status Author Note
data/campaigns/The_Rise_Of_Wesnoth/images/story/trow-logo.png WIP 30% @qrqiuren 见下面回复

Images in the Manual

Instructions are located in doc/manual/images/README.txt.

File Status Author Note
doc/manual/images/game-screen.jpg
doc/manual/images/main-menu.jpg
doc/manual/images/multiplayer.jpg
doc/manual/images/recruit.jpg
doc/manual/images/right_pane.jpg
doc/manual/images/top_pane.jpg

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.