mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add limits to the translator credits strings
Luckily, seems like no language has broken the limit when it is 40!
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
bf85e10219
commit
e638544665
@@ -124,7 +124,7 @@
|
||||
<string english="and also by" translation="此外还有" explanation="credits, VVVVVV is also supported by the following people" max="38*2" max_local="25*1"/>
|
||||
<string english="and" translation="以及" explanation="credits. This list of names, AND furthermore, this other list of names" max="38" max_local="25"/>
|
||||
<string english="GitHub Contributors" translation="GitHub贡献者" explanation="credits. This doesn't _really_ need `GitHub` specifically, it could be replaced with `Code`" max="20" max_local="13"/>
|
||||
<string english="With contributions on GitHub from" translation="以下人士在GitHub上做出了贡献" explanation="credits" max="38*3" max_local="25*2"/>
|
||||
<string english="With contributions on GitHub from" translation="以下人士在GitHub上做出了贡献" explanation="credits" max="40" max_local="26"/>
|
||||
<string english="and thanks also to:" translation="此外还要感谢:" explanation="credits, and thanks also to ... you!" max="38*3" max_local="25*2"/>
|
||||
<string english="You!" translation="您!" explanation="credits, and thanks also to ... you!" max="20" max_local="13"/>
|
||||
<string english="Your support makes it possible for me to continue making the games I want to make, now and into the future." translation="你的支持让我能够在现在和将来、
|
||||
@@ -787,11 +787,11 @@ You have found the secret lab!" translation="恭喜你!
|
||||
<string english="Error parsing {path}: {error}" translation="解析{path}时出错:{error}" explanation="we tried to parse the level file, but failed" max="38*6" max_local="25*5"/>
|
||||
<string english="{filename} dimensions not exact multiples of {width} by {height}!" translation="{filename}的尺寸不是{width}x{height}的整数倍!" explanation="filename is something like tiles.png, tiles2.png, etc. and width/height are something like 8, 32, etc.; this is used if the dimensions of a graphics file aren't an exact multiple of the given size (e.g. 8x8, 32x32, etc.)" max="38*6" max_local="25*5"/>
|
||||
<string english="ERROR: Could not write to language folder! Make sure there is no "lang" folder next to the regular saves." translation="错误:无法写入语言文件夹!请确保存档文件夹的同路径没有“lang”文件夹。" explanation="" max="38*5" max_local="25*4"/>
|
||||
<string english="Localisation" translation="本地化" explanation=""/>
|
||||
<string english="Localisation Project Led by" translation="本地化项目领导者" explanation=""/>
|
||||
<string english="Localisation" translation="本地化" explanation="" max="20" max_local="13"/>
|
||||
<string english="Localisation Project Led by" translation="本地化项目领导者" explanation="" max="40" max_local="26"/>
|
||||
<string english="Translations by" translation="翻译者" explanation=""/>
|
||||
<string english="Translators" translation="译者" explanation=""/>
|
||||
<string english="Pan-European Font Design by" translation="泛欧洲字体设计" explanation=""/>
|
||||
<string english="Translators" translation="译者" explanation="" max="20" max_local="13"/>
|
||||
<string english="Pan-European Font Design by" translation="泛欧洲字体设计" explanation="" max="40" max_local="26"/>
|
||||
<string english="Fonts by" translation="字体" explanation=""/>
|
||||
<string english="Other Fonts by" translation="其他字体" explanation=""/>
|
||||
<string english="Catalan" translation="加泰罗尼亚语" explanation=""/>
|
||||
|
||||
Reference in New Issue
Block a user