-
Notifications
You must be signed in to change notification settings - Fork 45
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
翻译问题汇总 #1445
Comments
由于此页面引用了 $ make serve
Building with the build container: gcr.io/istio-testing/build-tools:2019-10-24T14-05-17.
Building sites … ERROR 2019/11/04 23:12:03 Could not find glossary entry for 'adapters' ("/work/content/zh/about/contribute/creating-and-editing-pages/index.md:551:12")
ERROR 2019/11/04 23:12:03 Could not find glossary entry for 'adapters' ("/work/content/zh/about/contribute/creating-and-editing-pages/index.md:561:15")
Total in 150454 ms
Error: Error building site: logged 2 error(s)
Makefile.core.mk:30: recipe for target 'serve' failed
make: *** [serve] Error 255
Makefile:104: recipe for target 'serve' failed
make: *** [serve] Error 2 可以同时解决解决两个 issue 不? |
通过官方给的提议 https://istio.io/about/contribute/creating-and-editing-pages/#linting |
这种拼写错误是类似 |
@huntsman-li 在chrome中添加这个语法插件,copy有问题的行到chrome中任意的文本输入框里,这个插件可以提示你错误在哪里 |
@wangzewang 这个应该不是普通的语法错误,其他贡献者也是这样去定义的 |
经过测试,需要在.spelling文件中,增加一些词汇kpi、kubernetes、spiffe、vs、tls、servicerole、servicerolebinding、istio |
make lint通过以后,我是不是应该先git fetch upstream,然后merge当前issue的branch到本地master,然后提交PR到官方仓库? |
key/cert secrets 翻译成什么好呢? |
有些简单的专有名词,建议不翻译。 |
可以参考这个 pr |
谢谢 |
是的 |
|
|
@huntsman-li 请先 rebase 下 upstream 的 master 分支,这个问题好像昨晚官方已经解决了。 |
这种链接超时错误怎么办 |
@zqzzq 这个链接 http://www.servicemesher.com 改成 https://www.servicemesher.com 应该就没问题了。 |
执行 PS C:\gopath\src\github.com\TomatoAres\istio.io> hugo server |
这个是 hugo 的 shortcode,请查看你修改的文档是否该 shortcode 引用的格式错误。 |
|
建议使用 |
参考istio issue 换用 ubuntu ,问题同样, |
不整了,不能预览反正不影响翻译工作 |
同样建议 make serve,因为我的 hugo 也不能运行。 |
这个错误怎么解决? |
@JuwanXu 这是因为 |
This comment has been minimized.
This comment has been minimized.
这个错误有遇到的吗? ERROR 2019/11/09 10:10:35 "/Users/liqing/project/open_source/istio.io/content/zh/news/2019/announcing-1.1.17/index.md:13:1": failed to render shortcode "relnote": failed to process shortcode: "/Users/liqing/project/open_source/istio.io/layouts/shortcodes/relnote.html:76:41": execute of template failed: template: shortcodes/relnote.html:76:41: executing "shortcodes/relnote.html" at <.Page.GetPage>: can't evaluate field Page in type *hugolib.Page |
docker 版本为Docker version 17.12.0-ce ,通过Make Server的方式启动会遇到权限问题: 修改本地Makefile 文件 找到RUN命令行:修改卷的映射: |
CLA 问题: |
我这个PR#5748 lint_istio.io — Job failed. 这块一直过不去,这是报错 lint 的链接,这个不知道该怎么debug。 |
istio/istio.io#5725
看起来是因为我改了标题 导致找个不到这个 gloass deployment-models/index.md:107:1
|
这个问题解决了,有两个错误,其中一个由于在我文件的200行的开头 |
这种问题在code_block.html:62中提示是text tag不能有缩进,其实主要原因是开闭两个tag不一致导致。建议统一成一个tab即可。 |
ERROR: Invalid char in CDATA 0x8 解决方案错误提示lint 时出现下面这种情况: - ./public/zh/docs/tasks/traffic-management/ingress/ingress-sni-passthrough/index.html 通过错误信息,我们可以定位到具体的 快速排查其实 lint 提示了我们,无效的字符是 这里我使用的是 Goland(IDEA 系), 然后删掉该字符即可。 其他字符
|
灵异的 MD038 错误快速排查错误提示有同学在翻译过程中遇到了 MD038 错误,lint 提示信息是这样的: ./zh/news/releases/1.1.x/announcing-1.1/helm-changes/index.md:7: MD038 Spaces inside code span elements 按照一般思维,定位到对应文件的第 7 行,发现第七行是空行,并且相邻的两行(第 6 行,第 8 行)也可以确认不存在错误,也就是说没有什么可修改的。
错误原因经过痛苦的排查后,发现错误确实不在第 7 行,先说一下相关情况以及错误原因。 这是一个包含了大量表格的 helm-change.md 文件,其格式类似于这种:
文本是:
通过文本可以看到,除非单元格为空,否则,每个单元格的内容都用
错误的原因(我的情况)是:
类似问题
快速排查这种不起眼的空格肉眼排查比较痛苦。不过在了解错误原因后,我们就可以快速的定位到错误位置,并修复。
注意,该文件的 解决方法原谅我这个唠叨的孤寡老人:
|
有个疑问...为啥没有 reference 部分的文章的翻译任务..... 例如 envoy filter https://istio.io/latest/zh/docs/reference/config/networking/envoy-filter/ |
翻译中遇到的问题,请回复本issue,描述一下具体的问题以及解决方法。最好贴出完整的错误信息。
我们会将问题合并到FAQ里供大家参考。
The text was updated successfully, but these errors were encountered: