mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 00:08:53 +02:00
Merge branch 'master' of https://github.com/NodeBB/NodeBB
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<head>
|
||||
<title>Excessive Load Warning</title>
|
||||
<link href='http://fonts.googleapis.com/css?family=Ubuntu:400,500,700' rel='stylesheet' type='text/css'>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style type="text/css">
|
||||
body {
|
||||
background: #00A9EA;
|
||||
@@ -32,6 +33,20 @@
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
h1 {
|
||||
font-size: 125px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
p strong {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.center {
|
||||
position: relative;
|
||||
top: 50%;
|
||||
@@ -148,11 +163,13 @@
|
||||
<div class="center">
|
||||
<h1 id="click-me" class="animated bounce">503</h1>
|
||||
<p>
|
||||
<strong>This forum is temporarily unavailable due to excessive load.</strong> <br />
|
||||
<strong>This forum is temporarily unavailable due to excessive load.</strong>
|
||||
</p>
|
||||
<p>
|
||||
We shouldn't be down for long. Please check back shortly. Sorry for the inconvenience!
|
||||
</p>
|
||||
<p id="hide" class="hide">
|
||||
<small>Alright. You can stop clicking... it's not going to make the site come back sooner!</small>
|
||||
<p>
|
||||
<small id="hide" class="hide">Alright. You can stop clicking... it's not going to make the site come back sooner!</small>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"digest.day": "jour",
|
||||
"digest.week": "semaine",
|
||||
"digest.month": "mois",
|
||||
"digest.subject": "Compte-rendu pour %1",
|
||||
"digest.subject": "Résumé de l'actualité de %1",
|
||||
"notif.chat.subject": "Nouveau message de chat reçu de %1",
|
||||
"notif.chat.cta": "Cliquez ici pour continuer la conversation",
|
||||
"notif.chat.unsub.info": "Cette notification de chat a été envoyé en raison de vos paramètres d'abonnement.",
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"signature-too-long": "La signature ne peut dépasser %1 caractère(s).",
|
||||
"about-me-too-long": "Votre texte \"à propos de moi\" ne peut dépasser %1 caractère(s).",
|
||||
"cant-chat-with-yourself": "Vous ne pouvez chatter avec vous même !",
|
||||
"chat-restricted": "Cet utilisateur a restreint les ses messages de chat. Il doit d'abord vous suivre avant de pouvoir discuter avec lui.",
|
||||
"chat-restricted": "Cet utilisateur a restreint les ses messages de chat. Il doit d'abord s'abonner à votre compte avant que vous puissiez discuter avec lui.",
|
||||
"chat-disabled": "Système de chat désactivé",
|
||||
"too-many-messages": "Vous avez envoyé trop de messages, veuillez patienter un instant.",
|
||||
"invalid-chat-message": "Message de Chat invalide",
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
"user_posted_to_multiple": "<strong>%1</strong> et %2 autres ont posté une réponse à : <strong>%3</strong>",
|
||||
"user_posted_topic": "<strong>%1</strong> a posté un nouveau sujet: <strong>%2</strong>.",
|
||||
"user_started_following_you": "<strong>%1</strong> vous suit.",
|
||||
"user_started_following_you_dual": "<strong>%1</strong> et <strong>%2</strong> vous suivent.",
|
||||
"user_started_following_you_multiple": "<strong>%1</strong> et %2 autres vous suivent.",
|
||||
"user_started_following_you_dual": "<strong>%1</strong> et <strong>%2</strong> se sont abonnés à votre compte.",
|
||||
"user_started_following_you_multiple": "<strong>%1</strong> et %2 autres se sont abonnés à votre compte.",
|
||||
"new_register": "<strong>%1</strong> a envoyé une demande d'incription.",
|
||||
"new_register_multiple": "<strong>%1</strong> inscription(s) est en attente de validation.",
|
||||
"email-confirmed": "Email vérifié",
|
||||
|
||||
@@ -24,12 +24,12 @@
|
||||
"group": "%1 groupe",
|
||||
"chats": "Discussions",
|
||||
"chat": "Conversation avec %1",
|
||||
"account/edit": "Edition de \"%1\"",
|
||||
"account/edit": "Édition de \"%1\"",
|
||||
"account/edit/password": "Édition du mot de passe de \"%1\"",
|
||||
"account/edit/username": "Édition du nom d'utilisateur de \"%1\"",
|
||||
"account/edit/email": "Édition de l'e-mail de \"%1\"",
|
||||
"account/following": "Les personnes auxquelles %1 est abonné",
|
||||
"account/followers": "Les personnes qui suivent %1",
|
||||
"account/followers": "Les personnes abonnées à %1",
|
||||
"account/posts": "Messages postés par %1",
|
||||
"account/topics": "Sujets créés par %1",
|
||||
"account/groups": "Groupes auxquels appartient %1",
|
||||
@@ -41,6 +41,6 @@
|
||||
"account/best": "Meilleurs messages postés par %1",
|
||||
"confirm": "Email vérifié",
|
||||
"maintenance.text": "%1 est en maintenance. Veuillez revenir un peu plus tard.",
|
||||
"maintenance.messageIntro": "De plus, l'administrateur a laissé ce message:",
|
||||
"maintenance.messageIntro": "De plus, l'administrateur a laissé ce message :",
|
||||
"throttled.text": "%1 est actuellement indisponible en raison d'une charge excessive. Merci de réessayer plus tard."
|
||||
}
|
||||
@@ -64,8 +64,8 @@
|
||||
"settings": "Paramètres",
|
||||
"show_email": "Afficher mon email",
|
||||
"show_fullname": "Afficher mon nom complet",
|
||||
"restrict_chats": "Autoriser la réception de messages ne provenant que des personnes que je suis",
|
||||
"digest_label": "S’inscrire aux comptes-rendus",
|
||||
"restrict_chats": "Autoriser la réception de messages ne provenant que des personnes auxquelles je suis abonné",
|
||||
"digest_label": "S’inscrire aux résumés de l'actualité du forum",
|
||||
"digest_description": "S'abonner par email aux mises à jours de ce forum (nouvelles notifications et nouveaux sujets) selon le planning sélectionné.",
|
||||
"digest_off": "Désactivé",
|
||||
"digest_daily": "Quotidien",
|
||||
@@ -74,8 +74,8 @@
|
||||
"send_chat_notifications": "Envoyer un e-mail si un nouveau message de chat arrive lorsque je ne suis pas en ligne",
|
||||
"send_post_notifications": "Envoyer un email lors de réponses envoyées aux sujets auxquels je suis abonné",
|
||||
"settings-require-reload": "Certains réglages nécessitent un rechargement. Cliquez ici pour recharger la page.",
|
||||
"has_no_follower": "Cet utilisateur n'est suivi par personne :(",
|
||||
"follows_no_one": "Cet utilisateur ne suit personne :(",
|
||||
"has_no_follower": "Personne n'est abonné à cet utilisateur :(",
|
||||
"follows_no_one": "Cet utilisateur n'est abonné à personne :(",
|
||||
"has_no_posts": "Cet utilisateur n'a encore rien posté.",
|
||||
"has_no_topics": "Cet utilisateur n'a encore créé aucun sujet.",
|
||||
"has_no_watched_topics": "Cet utilisateur ne s'est encore abonné à aucun sujet.",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"invalid-password": "无效密码",
|
||||
"invalid-username-or-password": "请确认用户名和密码",
|
||||
"invalid-search-term": "无效的搜索关键字",
|
||||
"csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again",
|
||||
"csrf-invalid": "可能是由于会话过期,登录失败。请重试。",
|
||||
"invalid-pagination-value": "无效的分页数值,必须介于 %1 和 %2 之间",
|
||||
"username-taken": "此用户名已被占用",
|
||||
"email-taken": "此电子邮箱已被占用",
|
||||
@@ -23,7 +23,7 @@
|
||||
"no-email-to-confirm": "本论坛需要电子邮箱确认,请点击这里输入电子邮箱地址",
|
||||
"email-confirm-failed": "我们无法确认您的电子邮箱,请重试",
|
||||
"confirm-email-already-sent": "确认邮件已发出,如需重新发送请等待 %1 分钟后再试。",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"sendmail-not-found": "无法找到sendmail可执行程序,请确保sendmail已经安装并可被运行NodeBB的用户执行",
|
||||
"username-too-short": "用户名太短",
|
||||
"username-too-long": "用户名太长",
|
||||
"password-too-long": "密码太长",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "记住我?",
|
||||
"forgot_password": "忘记密码?",
|
||||
"alternative_logins": "使用合作网站帐号登录",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"failed_login_attempt": "登录失败",
|
||||
"login_successful": "您已经成功登录!",
|
||||
"dont_have_account": "没有帐号?"
|
||||
}
|
||||
@@ -29,14 +29,14 @@
|
||||
"composer.submit_and_lock": "提交并锁定",
|
||||
"composer.toggle_dropdown": "标为 Dropdown",
|
||||
"composer.uploading": "正在上传 %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"composer.formatting.bold": "加粗",
|
||||
"composer.formatting.italic": "倾斜",
|
||||
"composer.formatting.list": "列表",
|
||||
"composer.formatting.strikethrough": "删除线",
|
||||
"composer.formatting.link": "链接",
|
||||
"composer.formatting.picture": "图片",
|
||||
"composer.upload-picture": "上传图片",
|
||||
"composer.upload-file": "上传文件",
|
||||
"bootbox.ok": "确认",
|
||||
"bootbox.cancel": "取消",
|
||||
"bootbox.confirm": "确认",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"deleted_message": "此主题已被删除。只有拥有主题管理权限的用户可以查看。",
|
||||
"following_topic.message": "当有人回复此主题时,您会收到通知。",
|
||||
"not_following_topic.message": "您已停止接收此主题的通知。",
|
||||
"ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.",
|
||||
"ignoring_topic.message": "您将不会在未读主题列表里看到这个主题,但在被提到以及帖子被顶时仍将收到通知。",
|
||||
"login_to_subscribe": "请注册或登录后,再订阅此主题。",
|
||||
"markAsUnreadForAll.success": "将全部主题标为未读。",
|
||||
"mark_unread": "标记为未读",
|
||||
@@ -42,12 +42,12 @@
|
||||
"watch.title": "当此主题有新回复时,通知我",
|
||||
"unwatch.title": "取消关注此主题",
|
||||
"share_this_post": "分享",
|
||||
"watching": "Watching",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "Ignoring",
|
||||
"watching.description": "Notify me of new replies.<br/>Show topic in unread.",
|
||||
"not-watching.description": "Do not notify me of new replies.<br/>Show topic in unread if category is not ignored.",
|
||||
"ignoring.description": "Do not notify me of new replies.<br/>Do not show topic in unread.",
|
||||
"watching": "关注中",
|
||||
"not-watching": "未关注",
|
||||
"ignoring": "忽略中",
|
||||
"watching.description": "有新回复时通知我。<br/>在未读主题中显示。",
|
||||
"not-watching.description": "不要在有新回复时通知我。<br/>如果这个分类未被忽略则在未读主题中显示。",
|
||||
"ignoring.description": "不要在有新回复时通知我。<br/>不要在未读主题中显示该主题。",
|
||||
"thread_tools.title": "主题工具",
|
||||
"thread_tools.markAsUnreadForAll": "标记为未读",
|
||||
"thread_tools.pin": "置顶主题",
|
||||
|
||||
@@ -97,14 +97,15 @@ module.exports = function(Categories) {
|
||||
destination = results.destination;
|
||||
|
||||
var tasks = [];
|
||||
if (copyParent && utils.isNumber(results.source.parentCid)) {
|
||||
tasks.push(async.apply(db.sortedSetAdd, 'cid:' + results.source.parentCid + ':children', results.source.order, toCid));
|
||||
}
|
||||
|
||||
if (copyParent && destination && utils.isNumber(destination.parentCid)) {
|
||||
|
||||
if (copyParent && utils.isNumber(destination.parentCid)) {
|
||||
tasks.push(async.apply(db.sortedSetRemove, 'cid:' + destination.parentCid + ':children', toCid));
|
||||
}
|
||||
|
||||
if (copyParent && utils.isNumber(results.source.parentCid)) {
|
||||
tasks.push(async.apply(db.sortedSetAdd, 'cid:' + results.source.parentCid + ':children', results.source.order, toCid));
|
||||
}
|
||||
|
||||
destination.description = results.source.description;
|
||||
destination.descriptionParsed = results.source.descriptionParsed;
|
||||
destination.icon = results.source.icon;
|
||||
|
||||
Reference in New Issue
Block a user