mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Add Bulgarian language
This commit is contained in:
27
public/403.bg.html
Normal file
27
public/403.bg.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Не може да правите това (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>Не може да разглеждате този ресурс!</p>
|
||||
|
||||
<p>Това ще бъде заменено от персонализирана страница на Discourse за 403 грешка.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
26
public/422.bg.html
Normal file
26
public/422.bg.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Промяната, която искахте да направите е отхвърлена (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>Промяната, която искахте да направите е отхвърлена.</h1>
|
||||
<p>Може би се опитвате да промените нещо до което нямате достъп.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
13
public/500.bg.html
Normal file
13
public/500.bg.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Опаа - Грешка 500</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Опаа</h1>
|
||||
<p>Възникна непредвидена грешка в софтуера движещ този форум. Моля да ни извините за неудобството.</p>
|
||||
<p>Беше изпратено известие с подробна информация за грешката.</p>
|
||||
<p>Няма нужда от повече действия от ваша страна. В случай, че грешката се повтори, може да ни изпратите допълнителна информация /как да възпроизведем проблема/, като публикувате тема в категорията за обратна връзка.</p>
|
||||
</body>
|
||||
</html>
|
||||
12
public/503.bg.html
Normal file
12
public/503.bg.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Страницата е в процес на поддръжка</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>В момента сме в процес на планирана поддръжка. </h1>
|
||||
<p>Моля проверете пак <span id="when-to-check-back">няколко минути</span>.</p>
|
||||
<p id="apology">Съжаляване за неудобството!</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user