mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
Add missing transation files and update translations
This commit is contained in:
parent
fe1b561228
commit
92efee088e
59 changed files with 1162 additions and 818 deletions
25
public/422.ko.html
Normal file
25
public/422.ko.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<html>
|
||||
<head>
|
||||
<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; }
|
||||
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: 100%; color: #f00; line-height: 1.5em; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- This file lives in public/422.html -->
|
||||
<div class="dialog">
|
||||
<h1>변경이 거부되었습니다.</h1>
|
||||
<p>변경하려는 내용에 대한 접근 권한이 없습니다.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue