mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 10:57:04 +08:00
Merge pull request #2964 from lirent/master
New "sq" language files for Discourse
This commit is contained in:
commit
c74225b5a6
3
app/assets/javascripts/locales/sq.js.erb
Normal file
3
app/assets/javascripts/locales/sq.js.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
//= depend_on 'client.sq.yml'
|
||||
//= require locales/i18n
|
||||
<%= JsLocaleHelper.output_locale(:sq) %>
|
2123
config/locales/client.sq.yml
Normal file
2123
config/locales/client.sq.yml
Normal file
File diff suppressed because it is too large
Load Diff
1384
config/locales/server.sq.yml
Normal file
1384
config/locales/server.sq.yml
Normal file
File diff suppressed because it is too large
Load Diff
26
public/403.sq.html
Normal file
26
public/403.sq.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Nuk mund ta bëni (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>Nuk mund ta shikoni burimin!</p>
|
||||
|
||||
<p>Kjo do të zëvendësohet nga një faqe personalizuar e Discourse 403.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
25
public/422.sq.html
Normal file
25
public/422.sq.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Ndryshimet që donit të bënit u refuzuan (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>Ndryshimet që donit të bënit u refuzuan.</h1>
|
||||
<p>Mbase po mundoheni të ndryshoni diçka që nuk keni të drejtë hyrje.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
12
public/500.sq.html
Normal file
12
public/500.sq.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Oops - Gabim 500</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Oops</h1>
|
||||
<p>Aplikacioni që fuqizon këtë forum u ndesh në një problem. Na vjen keq për këtë të papritur.</p>
|
||||
<p>Informacionet e detajuara rreth gabimit u regjistruan dhe një njoftim automatik u krijua. Në do ta shohim sa më parë.</p>
|
||||
<p>Nuk është i nevojshëm asnjë veprim. Megjithatë, në qoftë se gabimi vazhdon të përsëritet, ju mund të jepini disa detaje shtesë, duke përfshirë hapat për të riprodhuar gabim dhe të postoni një temë diskutimi në <a href="/category/meta">kategorinë meta</a>.</p>
|
||||
</body>
|
||||
</html>
|
11
public/503.sq.html
Normal file
11
public/503.sq.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Faqja është në një fazë mirëmbajtje.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Siç e kishim planifikuar, faqja është në një fazë mirëmbajtje.</h1>
|
||||
<p>Ju lutem na vizitoni pas <span id="when-to-check-back">disa minutash</span>.</p>
|
||||
<p id="apology">Na vjen keq për shqetësimin!</p>
|
||||
</body>
|
||||
</html>
|
5
vendor/gems/discourse_imgur/lib/discourse_imgur/locale/server.sq.yml
vendored
Normal file
5
vendor/gems/discourse_imgur/lib/discourse_imgur/locale/server.sq.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
sq:
|
||||
site_settings:
|
||||
enable_imgur: "Aktivizo imgur api për ngarkimin, filet nuk mbështeten në host local"
|
||||
imgur_client_id: "Për ngarkimit e fileve në imgur.com kërkohet client ID"
|
||||
imgur_client_secret: "Client sekret juaj për imgur.com. Nuk është e domosdoshme, por mund të nevojitet në të ardhmen."
|
Loading…
Reference in New Issue
Block a user