mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
Add Slovenian translations
This commit is contained in:
parent
730201d423
commit
e2a441ade9
14 changed files with 2131 additions and 1 deletions
27
public/403.sl.html
Normal file
27
public/403.sl.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Tega ne moreš storiti (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>Te vsebine si ne moreš ogledati!</p>
|
||||
|
||||
<p>To bo nadomeščeno z Discourse 403 stranjo po meri.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
26
public/422.sl.html
Normal file
26
public/422.sl.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Želena sprememba je bila zavrnjena (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>Želena spremeba je bila zavrnjena.</h1>
|
||||
<p>Morda ste poskusili spremeniti nekaj do česar nimate dostopa.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
13
public/500.sl.html
Normal file
13
public/500.sl.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Ups - Napaka 500</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Ups</h1>
|
||||
<p>Programska oprema, ki poganja ta forum je naletela na nepričakovano napako. Opravičujemo se za nevšečnost.</p>
|
||||
<p>Podatki o napaki so bili shranjeni in generiran je bil avtomatski opomnik. Zadevo bomo preverili.</p>
|
||||
<p>Zaenkrat ni potrebna nobena dodatna aktivnost. V primeru da se napaka ponoviavlja, lahko posredujete dodatne informacije, ki vključujejo korake ki privedejo do napake, tako da objavite temo v kategoriji povratne informacije.</p>
|
||||
</body>
|
||||
</html>
|
12
public/503.sl.html
Normal file
12
public/503.sl.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Stran je v stanju vzdrževanja - Discourse.org</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Trenutno je stran nedosegljiva zaradi načrtovanega vzdrževanja.</h1>
|
||||
<p>Prosim vrnite se ponovno <span id="when-to-check-back">čez nekaj minut</span>.</p>
|
||||
<p id="apology">Opravičujemo se za nevšečnost!</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue