mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add missing transation files and update translations
This commit is contained in:
26
public/403.es.html
Normal file
26
public/403.es.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>No puedes hacer eso (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 puedes ver ese contenido!</p>
|
||||
|
||||
<p>Esto será sustituido por una página 403 de Discourse personalizada.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
26
public/403.ko.html
Normal file
26
public/403.ko.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<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>이 페이지는 사용자가 지정한 403 오류 페이지로 대체됩니다.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
26
public/403.pt.html
Normal file
26
public/403.pt.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Não pode fazer isso (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ão pode aceder a esse recurso!</p>
|
||||
|
||||
<p>Isto será substituído por uma página 403 personalizada do Discourse</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
25
public/422.es.html
Normal file
25
public/422.es.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>El cambio que querías ha sido rechazado (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 cambio que querías ha sido rechazado.</h1>
|
||||
<p>Tal vez has intentado cambiar algo a lo que no tenías acceso. </p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
25
public/422.ko.html
Normal file
25
public/422.ko.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<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>
|
||||
25
public/422.pt.html
Normal file
25
public/422.pt.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>A alteração que você solicitou foi rejeitada (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>A alteração que você solicitou foi rejeitada.</h1>
|
||||
<p>Talvez você tenha tentado alterar algo ao qual não tem acesso.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
12
public/500.es.html
Normal file
12
public/500.es.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<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 software que hace funcionar este foro ha encontrado un problema inesperado. Disculpa las molestias.</p>
|
||||
<p>Hemos registrado información detallada relativa al error, y hemos generado una notificación automática. Le echaremos un vistazo.</p>
|
||||
<p>No hay que hacer nada más. Sin embargo, si el error persiste puedes proporcionar detalles adicionales, incluyendo los pasos para reproducir el error, mediante la creación de un tema en la <a href="/category/meta">categoría meta</a>.</p>
|
||||
</body>
|
||||
</html>
|
||||
12
public/500.ko.html
Normal file
12
public/500.ko.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>또다른 조치를 취하실 필요는 없습니다. 하지만 동일한 오류가 지속되면 <a href="/category/meta">meta 카테고리</a> 내의 토픽에 자세한 재현 스텝을 포함한 글을 올려주세요. </p>
|
||||
</body>
|
||||
</html>
|
||||
12
public/500.pt.html
Normal file
12
public/500.pt.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Oops - Erro 500</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Oops</h1>
|
||||
<p>O software que sustenta este fórum de discussão encontrou um problema inesperado. Pedimos desculpas pelo inconveniente.</p>
|
||||
<p>Informações detalhadas sobre o erro foram registradas, e uma notificação automática foi gerada. Vamos dar uma olhada nisso.</p>
|
||||
<p>Nenhuma ação adicional é necessária. No entanto, se a condição de erro persistir, você pode fornecer detalhes adicionais, incluindo as etapas para reproduzir o erro, postando um tópico de discussão no <a href="/category/meta"> categoria meta</ a>.</a></p>
|
||||
</body>
|
||||
</html>
|
||||
11
public/503.es.html
Normal file
11
public/503.es.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>El sitio está en labores de mantenimiento - Discourse.org</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Actualmente estamos offline por mantenimiento del sitio</h1>
|
||||
<p>Por favor, vuelve a intentarlo <span id="when-to-check-back">en unos minutos</span>.</p>
|
||||
<p id="apology">¡Disculpa las molestias!</p>
|
||||
</body>
|
||||
</html>
|
||||
11
public/503.ko.html
Normal file
11
public/503.ko.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
11
public/503.pt.html
Normal file
11
public/503.pt.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Site Está em Manutenção</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Estamos em manutenção programada do site</h1>
|
||||
<p>Por favor volte em <span id="when-to-check-back">alguns minutos</span>.</p>
|
||||
<p id="apology">Desculpe pelo inconveniente!</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user