mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
FEATURE: Add Lithuanian locale
This commit is contained in:
parent
b1cb9ea615
commit
b0a383561e
18 changed files with 4505 additions and 0 deletions
27
public/403.lt.html
Normal file
27
public/403.lt.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>To negalite padaryti (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>Nėra prieigos pežiūrai! </p>
|
||||
|
||||
<p>Tai bus pakeista kitu Discourse 403 puslapiu</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
26
public/422.lt.html
Normal file
26
public/422.lt.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Pakeitimas, kurį norėjote padaryti buvo atmestas (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>Pakeitimas, kurį norėjote padaryti buvo atmestas.</h1>
|
||||
<p>Galbųt bandėte pakeisti kažką, prie ko neturėjote leidimo.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
13
public/500.lt.html
Normal file
13
public/500.lt.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Atsiprašome - Klaida 500</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Oops</h1>
|
||||
<p>Programinėje įrangoje įvyko klaida. Atsiprašome už nepatogumus.</p>
|
||||
<p>Detali informacija apie klaidą užregistruota. Mes tai peržiūrėsime artimiausiu metu.</p>
|
||||
<p>Jokių tolimesnių veiksmų nereikia. Kitavertus, jeigu klaida pasikartos, galite pateikti papildomos informacijos šioje forumo kategorijoje</p>
|
||||
</body>
|
||||
</html>
|
12
public/503.lt.html
Normal file
12
public/503.lt.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Svetainė laikinai nepasiekiama.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Šiuo metu esame laikinai nepasiekiami, vyksta nuplanuoti atnaujinamai.</h1>
|
||||
<p>Pabandykite užeiti <span id="when-to-check-back">po kurio laiko</span>.</p>
|
||||
<p id="apology">Atsiprašome už nepatogumus!</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue