mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
Update Translations
This commit is contained in:
parent
09c281f705
commit
e53bf294ef
37 changed files with 318 additions and 326 deletions
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>你不可以这样做(403)</title>
|
||||
<title>操作行为禁止(403)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
||||
|
@ -18,9 +18,9 @@
|
|||
<body>
|
||||
<div class="dialog">
|
||||
<h1>403</h1>
|
||||
<p>你不能查看这个资源!</p>
|
||||
<p>查看资源行为禁止!</p>
|
||||
|
||||
<p>这个将被 Discourse 自定义的 403 页面取代。</p>
|
||||
<p>此将被 Discourse 自定义 403 页面取代。</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>你的更改操作被拒绝 (422)</title>
|
||||
<title>更改操作被拒绝 (422)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
|
||||
|
@ -18,8 +18,8 @@
|
|||
<body>
|
||||
<!-- This file lives in public/422.html -->
|
||||
<div class="dialog">
|
||||
<h1>你的更改操作被拒绝。</h1>
|
||||
<p>你可能没有权限更改。</p>
|
||||
<h1>更改操作被拒绝。</h1>
|
||||
<p>无权限修改。</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue