2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

Add missing transation files and update translations

This commit is contained in:
Arpit Jalan 2014-10-16 23:25:29 +05:30
parent fe1b561228
commit 92efee088e
59 changed files with 1162 additions and 818 deletions

26
public/403.ko.html Normal file
View file

@ -0,0 +1,26 @@
<html>
<head>
<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; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 400%; color: #f00; line-height: 1em; }
</style>
</head>
<body>
<div class="dialog">
<h1>403</h1>
<p>해당 내용을 보실 수 없습니다.</p>
<p>이 페이지는 사용자가 지정한 403 오류 페이지로 대체됩니다.</p>
</div>
</body>
</html>