2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00

FEATURE: Catalan Translations (#5404)

This commit is contained in:
Kyle Zhao 2017-12-07 04:36:25 -05:00 committed by Gerhard Schlager
parent f9990eeb13
commit c52f747031
13 changed files with 5932 additions and 0 deletions

27
public/403.ca.html Normal file
View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>No pots fer això (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>No pots veure aquest recurs!</p>
<p>Això serà reemplaçat amb una pàgina 403 de Discourse personalitzada.</p>
</div>
</body>
</html>

26
public/422.ca.html Normal file
View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<title>El canvi que volies fer ha estat rebutjat (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>El canvi que volies fer ha estat rebutjat.</h1>
<p>Potser has provat de canviar quelcom a què no tenies accés.</p>
</div>
</body>
</html>

13
public/500.ca.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Oops - Error 500</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h1>Oops</h1>
<p>El programari en que es basa aquest fòrum de discussió ha experimentat un error inesperat. Disculpi les molèsties.</p>
<p>Hem enregistrat informació detallada sobre l'error, i s'ha generat una notificació automàtica. Li farem un cop d'ull.</p>
<p>No és necessària cap acció més. De tota manera, si l'error persisteix, pots proveir més detalls, incloent-hi els passos per reproduir l'error, publicant un tema de discussió en la categoria per a comentaris sobre la web.</p>
</body>
</html>

12
public/503.ca.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>L'espai web està fora de servei per manteniment - Discourse.org</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h1>En aquest moment estem fora de servei per fer un manteniment programat</h1>
<p>Si us plau, torna-hi <span id="when-to-check-back">d'aquí a uns minuts</span>.</p>
<p id="apology">Disculpa les molèsties!</p>
</body>
</html>