Add Finnish

This commit is contained in:
probus 2014-08-21 13:48:42 +03:00
parent e3640060fc
commit 1a28fcf486
7 changed files with 3575 additions and 0 deletions

View File

@ -0,0 +1,3 @@
//= depend_on 'client.fi.yml'
//= require locales/i18n
<%= JsLocaleHelper.output_locale(:fi) %>

1957
config/locales/client.fi.yml Normal file

File diff suppressed because it is too large Load Diff

1541
config/locales/server.fi.yml Normal file

File diff suppressed because it is too large Load Diff

26
public/403.fi.html Normal file
View File

@ -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>

25
public/422.fi.html Normal file
View File

@ -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>

12
public/500.fi.html Normal file
View File

@ -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>

11
public/503.fi.html Normal file
View File

@ -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>