-
Notifications
You must be signed in to change notification settings - Fork 7
Startech. TCTP:Alpha 4.3.1 LIVE 主要翻譯更新 - 分支版本 (v1.0.0) #417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
everland-3769
wants to merge
17
commits into
StarCitizenToolBox:tw
Choose a base branch
from
Orbit-Startech:tw
base: tw
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+81,399
−80,427
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: everland.3769 <[email protected]>
Signed-off-by: everland.3769 <[email protected]>
Signed-off-by: everland.3769 <[email protected]>
Signed-off-by: everland.3769 <[email protected]>
Signed-off-by: everland.3769 <[email protected]>
Signed-off-by: everland.3769 <[email protected]>
Signed-off-by: everland.3769 <[email protected]>
Signed-off-by: everland.3769 <[email protected]>
Signed-off-by: everland.3769 <[email protected]>
Signed-off-by: everland.3769 <[email protected]>
@everland-3769 文本 53947 行有错误,注意查看 ci 日志 |
Signed-off-by: everland.3769 <[email protected]>
已修復錯誤 |
看起来还有 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
版本資訊
文件類型:
global.ini
遊戲版本:
Alpha 4.3.1
遊戲通道:
Public Universe (LIVE)
版本編號:
global-TCTP_4.3.1(LIVE)-v1.0.0
分支來源:
TerenceSyu
Phon_SnoW
更新條目
PTU 更新日誌
版本註記
TerenceSyu
與Phon_SnoW
提供的基於 TCTP 翻譯更改的分支版本,因 Alpha 4.3.1 暫時不會更新 TCTP 官方翻譯版本,因此暫時以此分支翻譯版本作為替代方案,但後續版本仍會回補官方翻譯版本,請將此版本以 TCTP 分支版本來顯示在繁體中文翻譯列表內。備忘錄
我在重構整個文件和全面檢查錯誤時發現了由源文件格式引發的錯誤,這些錯誤會導致遊戲內容無法正常翻譯,我已經在 4.1.0 的 2.4.0 版本修復了這些問題,但這些都只是暫時的解方,有些問題需要回報至 CIG 才能根本性解決。
源文件中由
;
引發的錯誤問題:源文件中出現的這個符號導致 Crowdin 在匯入文件時會將其誤判為語境的一部分,導致字符串的語境被納入錯誤資料,目前解法是將源文件的
;
替換為,
做為暫時的替代,這個問題可能要回報給 CIG 看看是否能修復。源文件中由
|| Need a patchup \\
引發的錯誤問題:與上個問題引發的錯誤類似,因為特殊字元的使用導致多條字符串被串在了一起,目前解法是直接將源文件的
|| Need a patchup \\
更改為Need a patchup
。