renamed translation files from .xliff to .xlf (#1314)

This commit is contained in:
Kevin Papst
2019-12-09 13:25:31 +01:00
committed by GitHub
parent 261b4646e4
commit b14ad9f3ab
244 changed files with 266 additions and 254 deletions

View File

@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="zh-CN" datatype="plaintext" original="exceptions.en.xliff">
<body>
<trans-unit id="access.denied">
<source>access.denied</source>
<target>拒绝访问</target>
</trans-unit>
<trans-unit id="stacktrace">
<source>stacktrace</source>
<target>此处出现问题</target>
</trans-unit>
<trans-unit id="http_error.title">
<source>http_error.title</source>
<target>错误</target>
</trans-unit>
<trans-unit id="http_error.description">
<source>http_error.description</source>
<target>未知问题</target>
</trans-unit>
<trans-unit id="http_error.suggestion">
<source>http_error.suggestion</source>
<target>
出现严重错误,请重试。可能出现软件问题,若无法解决,请联系管理员。
</target>
</trans-unit>
<trans-unit id="http_error_404.description">
<source>http_error_404.description</source>
<target>无法找到该页</target>
</trans-unit>
<trans-unit id="http_error_404.suggestion">
<source>http_error_404.suggestion</source>
<target>
无法找到该页。请返回控制主页并重新开始。
</target>
</trans-unit>
<trans-unit id="http_error_403.description">
<source>http_error_403.description</source>
<target>页面受限</target>
</trans-unit>
<trans-unit id="http_error_403.suggestion">
<source>http_error_403.suggestion</source>
<target>抱歉您没有权限访问该页。如有疑问请联系管理员。
</target>
</trans-unit>
</body>
</file>
</xliff>