FEATURE: Add Armenian language

This commit is contained in:
Gerhard Schlager
2019-03-28 14:24:11 +01:00
parent d0a1922ad9
commit d43f4206c7
20 changed files with 8291 additions and 0 deletions

27
public/403.hy.html Normal file
View 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.hy.html Normal file
View 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.hy.html Normal file
View 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.hy.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Կայքում Կատարվում են Տեխնիկական աշխատանքներ - Discourse.org</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>