diff --git a/public/language/en_US/error.json b/public/language/en_US/error.json
index 66ad999f23..8a87d80b1e 100644
--- a/public/language/en_US/error.json
+++ b/public/language/en_US/error.json
@@ -35,7 +35,7 @@
"file-too-big": "Maximum allowed file size is %1 kbs",
"cant-vote-self-post": "You cannot vote for your own post",
"already-favourited": "You already favorited this post",
- "already-unfavourited": "You already unfavourited this post",
+ "already-unfavourited": "You already unfavorited this post",
"cant-ban-other-admins": "You can't ban other admins!",
"invalid-image-type": "Invalid image type",
"group-name-too-short": "Group name too short",
diff --git a/public/language/fr/error.json b/public/language/fr/error.json
index acbae79379..70ab8de3b4 100644
--- a/public/language/fr/error.json
+++ b/public/language/fr/error.json
@@ -2,7 +2,7 @@
"invalid-data": "Données invalides",
"not-logged-in": "Vous ne semblez pas être connecté.",
"account-locked": "Votre compte a été temporairement suspendu",
- "search-requires-login": "Searching requires an account! Please login or register!",
+ "search-requires-login": "Vous devez avoir un compte pour effectuer une recherche ! Veuillez vous identifier ou vous inscrire !",
"invalid-cid": "ID de catégorie invalide",
"invalid-tid": "ID de sujet invalide",
"invalid-pid": "ID de message invalide",
@@ -16,7 +16,7 @@
"username-taken": "Nom d’utilisateur déjà utilisé",
"email-taken": "Email déjà utilisé",
"email-not-confirmed": "Votre email n'est pas vérifié",
- "username-too-short": "Username too short",
+ "username-too-short": "Nom d'utilisateur trop court",
"user-banned": "Utilisateur banni",
"no-category": "Cette catégorie n'existe pas",
"no-topic": "Ce sujet n'existe pas",
@@ -35,7 +35,7 @@
"file-too-big": "La taille maximum des fichiers est de %1 kbs.",
"cant-vote-self-post": "Vous ne pouvez pas voter pour vos propres messages",
"already-favourited": "Vous avez déjà mis ce message en favoris",
- "already-unfavourited": "You already unfavourited this post",
+ "already-unfavourited": "Vous avez déjà retiré des favoris ce message",
"cant-ban-other-admins": "Vous ne pouvez pas bannir les autres administrateurs !",
"invalid-image-type": "Type d’image invalide",
"group-name-too-short": "Nom de groupe trop court",
diff --git a/public/language/fr/notifications.json b/public/language/fr/notifications.json
index b33e097206..8ab986ec22 100644
--- a/public/language/fr/notifications.json
+++ b/public/language/fr/notifications.json
@@ -2,7 +2,7 @@
"title": "Notifications",
"no_notifs": "Vous n'avez aucune notification",
"see_all": "Voir toutes les notifications.",
- "back_to_home": "Back to %1",
+ "back_to_home": "Revenir à %1",
"outgoing_link": "Lien sortant",
"outgoing_link_message": "Vous quittez le forum",
"continue_to": "Continuer vers",
@@ -15,7 +15,7 @@
"favourited_your_post": "%1 a mis votre message en favoris.",
"user_flagged_post": "%1 a signalé un message.",
"user_posted_to": "%1 a répondu à : %2",
- "user_mentioned_you_in": "%1 mentioned you in %2",
+ "user_mentioned_you_in": "%1 vous a mentionné dans %2",
"email-confirmed": "Email vérifié",
"email-confirmed-message": "Merci pour la validation de votre adresse email. Votre compte est désormais activé.",
"email-confirm-error": "Un erreur est survenue ...",
diff --git a/public/language/fr/success.json b/public/language/fr/success.json
index f1ce8fa638..ccfd7385a9 100644
--- a/public/language/fr/success.json
+++ b/public/language/fr/success.json
@@ -1,5 +1,5 @@
{
- "success": "Succès",
+ "success": "C'est fait !",
"topic-post": "Le message a bien été envoyé.",
"authentication-successful": "Authentification réussie",
"settings-saved": "Paramètres enregistrés !"
diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json
index e01754c25a..9b120af039 100644
--- a/public/language/fr/topic.json
+++ b/public/language/fr/topic.json
@@ -12,9 +12,9 @@
"notify_me": "Être notifié des réponses dans ce sujet",
"quote": "Citer",
"reply": "Répondre",
- "edit": "ßditer",
+ "edit": "Editer",
"delete": "Supprimer",
- "purge": "Purge",
+ "purge": "Supprimer définitivement",
"restore": "Restaurer",
"move": "Déplacer",
"fork": "Scinder",
@@ -48,8 +48,8 @@
"thread_tools.delete_confirm": "Êtes-vous sûr de bien vouloir supprimer ce sujet ?",
"thread_tools.restore": "Restaurer le sujet",
"thread_tools.restore_confirm": "Êtes-vous sûr de bien vouloir restaurer ce sujet ?",
- "thread_tools.purge": "Purge Topic",
- "thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
+ "thread_tools.purge": "Supprimer définitivement le(s) sujet(s)",
+ "thread_tools.purge_confirm": "Êtes-vous sûr de bien vouloir supprimer définitivement ce fil ?",
"topic_lock_success": "Le sujet a bien été verrouillé.",
"topic_unlock_success": "Le sujet a bien été déverrouillé.",
"topic_pin_success": "Le sujet a bien été épinglé.",
@@ -57,7 +57,7 @@
"topic_move_success": "Ce sujet a bien été déplacé vers %1.",
"post_delete_confirm": "Êtes-vous sûr de bien vouloir supprimer ce message ?",
"post_restore_confirm": "Êtes-vous sûr de bien vouloir restaurer ce message ?",
- "post_purge_confirm": "Are you you want to purge this post?",
+ "post_purge_confirm": "Êtes-vous sûr de bien vouloir supprimer définitivement ce message ?",
"load_categories": "Chargement des catégories en cours",
"disabled_categories_note": "Les catégories désactivées sont grisées",
"confirm_move": "Déplacer",
@@ -94,8 +94,8 @@
"more_users_and_guests": "%1 autre(s) utilisateur(s) et %2 invité(s)",
"more_users": "%1 autre(s) utilisateur(s)",
"more_guests": "%1 autre(s) invité(s)",
- "sort_by": "Sort by",
- "oldest_to_newest": "Oldest to Newest",
- "newest_to_oldest": "Newest to Oldest",
- "most_votes": "Most votes"
+ "sort_by": "Trier",
+ "oldest_to_newest": "Du plus ancien au plus récent",
+ "newest_to_oldest": "Du plus récent au plus ancien",
+ "most_votes": "Les mieux notés"
}
\ No newline at end of file
diff --git a/public/language/fr/users.json b/public/language/fr/users.json
index fbdf70fd7b..511901fc22 100644
--- a/public/language/fr/users.json
+++ b/public/language/fr/users.json
@@ -5,6 +5,6 @@
"search": "Rechercher",
"enter_username": "Entrer un nom d'utilisateur pour rechercher",
"load_more": "Charger la suite",
- "user-not-found": "User not found!",
- "users-found-search-took": "%1 user(s) found! Search took %2 ms."
+ "user-not-found": "Utilisateur non trouvé !",
+ "users-found-search-took": "%1 utilisateur(s) trouvé(s) ! Recherche effectuée en %2 ms."
}
\ No newline at end of file
diff --git a/public/language/ru/error.json b/public/language/ru/error.json
index 74d072d1e1..e8b9f0fac3 100644
--- a/public/language/ru/error.json
+++ b/public/language/ru/error.json
@@ -1,54 +1,54 @@
{
- "invalid-data": "Invalid Data",
- "not-logged-in": "You don't seem to be logged in.",
- "account-locked": "Your account has been locked temporarily",
- "search-requires-login": "Searching requires an account! Please login or register!",
- "invalid-cid": "Invalid Category ID",
- "invalid-tid": "Invalid Topic ID",
- "invalid-pid": "Invalid Post ID",
- "invalid-uid": "Invalid User ID",
- "invalid-username": "Invalid Username",
- "invalid-email": "Invalid Email",
- "invalid-title": "Invalid title!",
- "invalid-user-data": "Invalid User Data",
- "invalid-password": "Invalid Password",
- "invalid-pagination-value": "Invalid pagination value",
- "username-taken": "Username taken",
- "email-taken": "Email taken",
- "email-not-confirmed": "Your email is not confirmed",
- "username-too-short": "Username too short",
+ "invalid-data": "Неверные Данные",
+ "not-logged-in": "Вы не вошли в свой аккаунт.",
+ "account-locked": "Ваш аккаунт временно заблокирован",
+ "search-requires-login": "Поиск доступен зарегистрированным пользователям! Пожалуйста, войдите или зарегистрируйтесь!",
+ "invalid-cid": "Неверный ID Категории",
+ "invalid-tid": "Неверный ID Темы",
+ "invalid-pid": "Неверный ID Поста",
+ "invalid-uid": "Неверный ID Пользователя",
+ "invalid-username": "Неверное Имя пользователя",
+ "invalid-email": "Неверный Email",
+ "invalid-title": "Неверный заголовок!",
+ "invalid-user-data": "Неверные Пользовательские Данные",
+ "invalid-password": "Неверный Пароль",
+ "invalid-pagination-value": "Неверное значение пагинации",
+ "username-taken": "Имя пользователя занято",
+ "email-taken": "Email занят",
+ "email-not-confirmed": "Вы не подтвердили Ваш Email",
+ "username-too-short": "Слишком короткое имя пользователя",
"user-banned": "User banned",
- "no-category": "Category doesn't exist",
- "no-topic": "Topic doesn't exist",
- "no-post": "Post doesn't exist",
- "no-group": "Group doesn't exist",
- "no-user": "User doesn't exist",
- "no-teaser": "Teaser doesn't exist",
- "no-privileges": "You don't have enough privileges for this action.",
- "category-disabled": "Category disabled",
- "topic-locked": "Topic Locked",
- "still-uploading": "Please wait for uploads to complete.",
- "content-too-short": "Please enter a longer post. At least %1 characters.",
- "title-too-short": "Please enter a longer title. At least %1 characters.",
- "title-too-long": "Please enter a shorter title. Titles can't be longer than %1 characters.",
- "too-many-posts": "You can only post every %1 seconds.",
- "file-too-big": "Maximum allowed file size is %1 kbs",
- "cant-vote-self-post": "You cannot vote for your own post",
- "already-favourited": "You already favourited this post",
- "already-unfavourited": "You already unfavourited this post",
- "cant-ban-other-admins": "You can't ban other admins!",
- "invalid-image-type": "Invalid image type",
- "group-name-too-short": "Group name too short",
- "group-already-exists": "Group already exists",
- "group-name-change-not-allowed": "Group name change not allowed",
- "post-already-deleted": "Post already deleted",
- "post-already-restored": "Post already restored",
- "topic-already-deleted": "Topic already deleted",
- "topic-already-restored": "Topic already restored",
- "topic-thumbnails-are-disabled": "Topic thumbnails are disabled.",
- "invalid-file": "Invalid File",
- "uploads-are-disabled": "Uploads are disabled",
- "upload-error": "Upload Error : %1",
- "signature-too-long": "Signature can't be longer than %1 characters!",
- "cant-chat-with-yourself": "You can't chat with yourself!"
+ "no-category": "Несуществующая категория",
+ "no-topic": "Несуществующая тема",
+ "no-post": "Несуществующая запись",
+ "no-group": "Несуществующая группа",
+ "no-user": "Несуществующий пользователь",
+ "no-teaser": "Несуществующее превью",
+ "no-privileges": "У вас недостаточно прав, чтобы совершить данное действие.",
+ "category-disabled": "Категория отключена",
+ "topic-locked": "Тема закрыт",
+ "still-uploading": "Пожалуйста, подождите завершения загрузки",
+ "content-too-short": "Пост должен содержать минимум %1 символов.",
+ "title-too-short": "Заголовок должен содержать минимум %1 символов.",
+ "title-too-long": "Заголовок не может быть длиннее %1 символов.",
+ "too-many-posts": "Вы можете делать пост не чаще %1 раз в секунду",
+ "file-too-big": "Максимальный размер %1 килобайт",
+ "cant-vote-self-post": "Вы не можете проголосовать за Ваш пост",
+ "already-favourited": "Вы уже добавили этот пост в избранное",
+ "already-unfavourited": "Вы уже удалили этот пост из избранного",
+ "cant-ban-other-admins": "Вы не можете забанить других администраторов!",
+ "invalid-image-type": "Неверный формат изображения",
+ "group-name-too-short": "Название группы слишком короткое",
+ "group-already-exists": "Группа уже существует",
+ "group-name-change-not-allowed": "Изменение названия группы запрещено",
+ "post-already-deleted": "Пост уже удален",
+ "post-already-restored": "Пост уже восстановлен",
+ "topic-already-deleted": "Тема уже удалена",
+ "topic-already-restored": "Тема уже восстановлена",
+ "topic-thumbnails-are-disabled": "Иконки для темы запрещены",
+ "invalid-file": "Файл испорчен",
+ "uploads-are-disabled": "Загрузка запрещена",
+ "upload-error": "Ошибка загрузки : %1",
+ "signature-too-long": "Подпись не может быть длиннее %1 символов",
+ "cant-chat-with-yourself": "Вы не можете общаться с самим собой"
}
\ No newline at end of file
diff --git a/public/language/ru/login.json b/public/language/ru/login.json
index e8022059bc..e3c85ddeac 100644
--- a/public/language/ru/login.json
+++ b/public/language/ru/login.json
@@ -1,9 +1,9 @@
{
- "username": "Username / Email",
+ "username": "Имя пользователя / Email",
"remember_me": "Запомнить меня",
"forgot_password": "Забыли пароль?",
"alternative_logins": "Войти через",
"failed_login_attempt": "Не удалось войти, попробуйте еще раз.",
"login_successful": "Вы успешно вошли!",
- "dont_have_account": "Don't have an account?"
+ "dont_have_account": "Нет акканута?"
}
\ No newline at end of file
diff --git a/public/language/zh_CN/modules.json b/public/language/zh_CN/modules.json
index 052086cb9b..3c91330991 100644
--- a/public/language/zh_CN/modules.json
+++ b/public/language/zh_CN/modules.json
@@ -8,5 +8,5 @@
"chat.see_all": "查看所有聊天",
"composer.user_said_in": "%1在%2中说:\n",
"composer.user_said": "%1说:\n",
- "composer.discard": "Are you sure you wish to discard this post?"
+ "composer.discard": "确定要取消此帖?"
}
\ No newline at end of file
diff --git a/public/language/zh_CN/notifications.json b/public/language/zh_CN/notifications.json
index 337c53c488..33a1a17961 100644
--- a/public/language/zh_CN/notifications.json
+++ b/public/language/zh_CN/notifications.json
@@ -2,7 +2,7 @@
"title": "通知",
"no_notifs": "你没有新的通知",
"see_all": "查看所有通知",
- "back_to_home": "Back to %1",
+ "back_to_home": "返回 %1",
"outgoing_link": "站外链接",
"outgoing_link_message": "你正在离开本站",
"continue_to": "继续前往",
@@ -15,7 +15,7 @@
"favourited_your_post": "%1收藏了你的帖子",
"user_flagged_post": "%1标记了一个帖子",
"user_posted_to": "%1回复了%2",
- "user_mentioned_you_in": "%1 mentioned you in %2",
+ "user_mentioned_you_in": "%1 在 %2 中提到了你",
"email-confirmed": "邮箱确认成功",
"email-confirmed-message": "感谢您验证您的邮箱,您的账号所有功能均已激活。",
"email-confirm-error": "出错了...",
diff --git a/public/language/zh_CN/topic.json b/public/language/zh_CN/topic.json
index 2a0094a107..65abda0c9b 100644
--- a/public/language/zh_CN/topic.json
+++ b/public/language/zh_CN/topic.json
@@ -14,7 +14,7 @@
"reply": "回复",
"edit": "编辑",
"delete": "删除",
- "purge": "Purge",
+ "purge": "清除",
"restore": "恢复",
"move": "移动",
"fork": "作为主题",
@@ -48,8 +48,8 @@
"thread_tools.delete_confirm": "确定要删除这条线索?",
"thread_tools.restore": "恢复主题",
"thread_tools.restore_confirm": "确定要恢复线索吗?",
- "thread_tools.purge": "Purge Topic",
- "thread_tools.purge_confirm": "Are you sure you want to purge this thread?",
+ "thread_tools.purge": "清除主题",
+ "thread_tools.purge_confirm": "确定要清除此主题吗?",
"topic_lock_success": "主题被成功锁定",
"topic_unlock_success": "主题被成功解锁",
"topic_pin_success": "主题被成功置顶",
@@ -57,7 +57,7 @@
"topic_move_success": "主题被移到%1",
"post_delete_confirm": "确定要删除帖子?",
"post_restore_confirm": "确定要恢复帖子?",
- "post_purge_confirm": "Are you you want to purge this post?",
+ "post_purge_confirm": "确定要清除此帖吗?",
"load_categories": "版面载入中",
"disabled_categories_note": "停用的版面为灰色",
"confirm_move": "移动",
@@ -94,8 +94,8 @@
"more_users_and_guests": "%1个用户和%2个游客",
"more_users": "%1个用户",
"more_guests": "%1个游客",
- "sort_by": "Sort by",
- "oldest_to_newest": "Oldest to Newest",
- "newest_to_oldest": "Newest to Oldest",
- "most_votes": "Most votes"
+ "sort_by": "排序",
+ "oldest_to_newest": "从旧到新",
+ "newest_to_oldest": "从新到旧",
+ "most_votes": "最多投票"
}
\ No newline at end of file
diff --git a/public/language/zh_CN/users.json b/public/language/zh_CN/users.json
index 3079887e3c..3a9ea66e79 100644
--- a/public/language/zh_CN/users.json
+++ b/public/language/zh_CN/users.json
@@ -5,6 +5,6 @@
"search": "搜索",
"enter_username": "输入你想找的用户名",
"load_more": "载入更多",
- "user-not-found": "User not found!",
- "users-found-search-took": "%1 user(s) found! Search took %2 ms."
+ "user-not-found": "未找到用户!",
+ "users-found-search-took": "找到 %1 个用户!搜索耗时 %2 毫秒。"
}
\ No newline at end of file