Add Finnish
This commit is contained in:
parent
e3640060fc
commit
1a28fcf486
|
@ -0,0 +1,3 @@
|
|||
//= depend_on 'client.fi.yml'
|
||||
//= require locales/i18n
|
||||
<%= JsLocaleHelper.output_locale(:fi) %>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,26 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Et voi tehdä tuota (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>Et voi nähdä tuota resurssia!</p>
|
||||
|
||||
<p>Tämä tullaan vaihtamaan kustomoituun Discoursen 403-sivuun</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,25 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Haluamasi muutospyyntö hylättiin (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>Haluamasi muutospyyntö hylättiin.</h1>
|
||||
<p>Ehkä yritit muuttaa jotain mihin sinulla ei ollut oikeuksia.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Hupsista - Virhe 500</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hupsista</h1>
|
||||
<p>Sovelluksen sisällä tapahtui virhe. Valitamme tästä aiheutunutta vaivaa.</p>
|
||||
<p>Ongelma kirjattiin ylös ja tästä lähetettiin automaattisesti tieto ylläpidolle. Tutkimme asiaa.</p>
|
||||
<p>Sinun ei tarvitse tehdä mitään muuta. Jos ongelma toistuu tulevaisuudessa niin pyydämme sinua ystävällisesti kertomaan yksityiskohtaisesti <a href="/category/meta">meta-kategoriassa</a> kuinka päädyit kyseiseen virhetilanteeseen.</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Sivustolle suoritetaan ylläpitotoimia - Discourse.org</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Suoritamme parhaillaan ylläpitotoimia</h1>
|
||||
<p>Kokeile uudelleen <span id="when-to-check-back">parin minuutin kuluttua</span>.</p>
|
||||
<p id="apology">Valitamme tästä aiheutunutta vaivaa!</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue