2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

add Estonian language files

This commit is contained in:
Arpit Jalan 2016-06-01 15:22:51 +05:30
parent 2bebc383b1
commit e489af0b50
10 changed files with 3409 additions and 0 deletions

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

@ -0,0 +1,26 @@
<html>
<head>
<title>Sa ei saa seda teha (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>Sa ei saa seda vaadata!</p>

<p>See asendatakse kohandatud Discourse 403 lehega.</p>
</div>
</body>
</html>

25
public/422.et.html Normal file
View file

@ -0,0 +1,25 @@
<html>
<head>
<title>Muudatust, mida soovisid, ei kiidetud heaks (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>Muudatus, mida soovisid, ei kiidetud heaks.</h1>
<p>Võib-olla üritasid muuta midagi, mille jaoks ei olnud sul õiguseid.</p>
</div>
</body>
</html>

13
public/500.et.html Normal file
View file

@ -0,0 +1,13 @@
<html>
<head>
<title>Oh sa - viga 500</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h1>Oh sa</h1>
<p>Foorumi tarkvaraga juhtus midagi ootamatut. Vabandame ebamugavuste pärast.</p>
<p>Logiti täpne informatsioon vea kohta ja automaatne teavitus on saadetud.
Vaatame selle üle.</p>
<p>Rohkem midagi teha vaja ei ole. Siiski, kui viga jätkub, saad kirjeldada detailselt, taasesitataval kujul vea, postitades teema <a href="/category/meta">meta liiki</a>.</p>
</body>
</html>

12
public/503.et.html Normal file
View file

@ -0,0 +1,12 @@
<html>
<head>
<title>Teostame hooldustöid - Discourse.org</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h1>Oleme hetkel suletud planeeritud hooldustöödeks.</h1>
<p>Palun vaata tagasi <span id="when-to-check-back">paari minuti pärast</span>.
</p>
<p id="apology">Vabandame ebamugavuste pärast!</p>
</body>
</html>