Skip to content

Pam's HarvestCraft 2 - Food Extended 翻译新增#2166

Closed
24qwera wants to merge 3 commits intoCFPAOrg:mainfrom
24qwera:main
Closed

Pam's HarvestCraft 2 - Food Extended 翻译新增#2166
24qwera wants to merge 3 commits intoCFPAOrg:mainfrom
24qwera:main

Conversation

@24qwera
Copy link
Copy Markdown

@24qwera 24qwera commented Jul 7, 2022

  • 我已仔细阅读贡献指南 CONTRIBUTING
  • 我已确认标题符合{模组英文全名} {简述}的格式,如Ender IO 翻译新增/更新/修正/删除
  • 我已确认英文原文(如 en_us.json)存在且完整,内容与中文对应;
  • 我已确认提交文件的路径名称正确例子);
    • 如果是 1.12 翻译,应该是:projects/1.12.2/assets/{CurseForge 项目名称}/{ModID}/lang/zh_cn.lang
    • 如果是 1.16 及以上的翻译,应该是:projects/{版本}/assets/{CurseForge 项目名称}/{ModID}/lang/zh_cn.json
  • 我已阅读并同意按 CC BY-NC-SA 4.0 协议发布我的作品;
  • 刷新 PR 的标签/状态,有需要再点击;

@boring-cyborg boring-cyborg Bot added 1.16.x Minecraft 版本标签 Forge 包含 Forge 模组 labels Jul 7, 2022
@boring-cyborg
Copy link
Copy Markdown

boring-cyborg Bot commented Jul 7, 2022

  • 没有完工的汉化仍可提交pr,但请设置为draft。
  • 不要望文生义,有些看起来十分离谱的东西可能是正确的。
  • 尽量做到边开游戏边翻译。
  • 请确认翻译能够正常使用并按照规范格式提交。
  • 善用更新、提交等词语。提交汉化文件时请一并上传英文原文。提交英文原文时请一并上传空白中文文件(1.12的文件为无内容的文件,1.16的文件为为只包含左右花括号的文件,例如 此处 )。

@cfpa-bot
Copy link
Copy Markdown
Contributor

cfpa-bot Bot commented Jul 7, 2022

模组 🔗 链接 🎨 相关文件
Pam's HarvestCraft 2 - Food Extended 🔍 源代码   | 🟩 MCMOD | 📁 对比
最新模组文件1.16.3/pamhc2foodextended-1.16.3-1.0.4
1.16.3/pamhc2foodextended-1163-103
1.16.3/pamhc2foodextended-1.16.3-1.0.2
1.16.3/pamhc2foodextended-1.16.3-1.0.1
1.16.3/pamhc2foodextended-1.16.3-1.0.0
语言文件链接1.16/zh_cn.json
1.16/en_us.json
1.18/zh_cn.json
1.18/en_us.json

💾 基于此 PR 所打包的资源包:


pamhc2foodextended Mod Domain 验证通过。
ℹ pamhc2foodextended-1.16 语言文件验证通过。
ℹ pamhc2foodextended-1.16 模组内语言文件验证通过。


🔛 Diff 内容过长,已经上传至https://gist.github.com/6b3f824416c44e53672f4b440b3fbb6c


  • 🔄 勾选这个复选框来强制刷新

@cfpa-bot cfpa-bot Bot added the 1000+ 行数标签 label Jul 7, 2022
@24qwera 24qwera changed the title 潘马斯模组翻译提交 pamhc2foodextended翻译增加 Jul 7, 2022
@24qwera 24qwera changed the title pamhc2foodextended翻译增加 pamhc2foodextended翻译新增 Jul 7, 2022
@cfpa-bot cfpa-bot Bot added 2000+ 行数标签 and removed 1000+ 行数标签 labels Jul 7, 2022
@ChuijkYahus
Copy link
Copy Markdown
Collaborator

#1987

@mamaruo mamaruo changed the title pamhc2foodextended翻译新增 Pam's HarvestCraft 2 - Food Extended 翻译新增 Jul 8, 2022
@mamaruo
Copy link
Copy Markdown
Member

mamaruo commented Jul 8, 2022

建议调整缩进到2个空格,现在差异检查显示整个文件都被替换了
不方便审

@24qwera
Copy link
Copy Markdown
Author

24qwera commented Sep 4, 2022

建议调整缩进到2个空格,现在差异检查显示整个文件都被替换了 不方便审核
我不怎么会改,可以帮我改一下吗?

@Cactusstudent
Copy link
Copy Markdown
Collaborator

/diff
尝试diff

@cfpa-bot
Copy link
Copy Markdown
Contributor

cfpa-bot Bot commented Oct 26, 2022

@Cactusstudent
异常:

System.Text.Json.JsonReaderException: ':' is invalid after a single JSON value. Expected end of data. LineNumber: 0 | BytePositionInLine: 30.
   at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
   at System.Text.Json.Utf8JsonReader.ConsumeNextTokenUntilAfterAllCommentsAreSkipped(Byte marker)
   at System.Text.Json.Utf8JsonReader.ConsumeNextToken(Byte marker)
   at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
   at System.Text.Json.Utf8JsonReader.Read()
   at System.Text.Json.JsonDocument.Parse(ReadOnlySpan`1 utf8JsonSpan, JsonReaderOptions readerOptions, MetadataDb& database, StackRowStack& stack)
   at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory`1 utf8Json, JsonReaderOptions readerOptions, Byte[] extraRentedArrayPoolBytes, PooledByteBufferWriter extraPooledByteBufferWriter)
   at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory`1 json, JsonDocumentOptions options)
   at CFPABot.DiffEngine.LangFile.LoadJson(String content) in /src/CFPABot/DiffEngine/LangFile.cs:line 36
   at CFPABot.DiffEngine.LangFile.FromString(String content, LangFileType langFileType) in /src/CFPABot/DiffEngine/LangFile.cs:line 28
   at CFPABot.DiffEngine.LangFileFetcher.FromPR(Int32 prid, List`1 outExceptions) in /src/CFPABot/DiffEngine/LangFileFetcher.cs:line 33

@Cactusstudent
Copy link
Copy Markdown
Collaborator

/diff

@cfpa-bot
Copy link
Copy Markdown
Contributor

cfpa-bot Bot commented Oct 26, 2022

@Cactusstudent 回复内容过长,已经上传至https://gist.github.com/80d2fc8f84ce3b5ccdaceb8ba505ebf9

@ChuijkYahus
Copy link
Copy Markdown
Collaborator

同模组pr已入库

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.16.x Minecraft 版本标签 2000+ 行数标签 Forge 包含 Forge 模组

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants