diff --git a/public/language/es/admin/manage/post-queue.json b/public/language/es/admin/manage/post-queue.json
index 4de24c991b..7503ce5906 100644
--- a/public/language/es/admin/manage/post-queue.json
+++ b/public/language/es/admin/manage/post-queue.json
@@ -2,10 +2,10 @@
"post-queue": "Post Queue",
"description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
"user": "User",
- "category": "Category",
- "title": "Title",
- "content": "Content",
- "posted": "Posted",
- "reply-to": "Reply to \"%1\"",
+ "category": "Categoría",
+ "title": "Título",
+ "content": "Contenido",
+ "posted": "Publicado",
+ "reply-to": "Responder a %1",
"content-editable": "You can click on individual content to edit before posting."
}
\ No newline at end of file
diff --git a/public/language/he/admin/manage/users.json b/public/language/he/admin/manage/users.json
index dcd55998e8..8fbe3d5280 100644
--- a/public/language/he/admin/manage/users.json
+++ b/public/language/he/admin/manage/users.json
@@ -21,14 +21,14 @@
"pills.unvalidated": "Not Validated",
"pills.no-posts": "אין פוסטים",
"pills.top-posters": "מפרסמים הכי הרבה",
- "pills.top-rep": "Most Reputation",
+ "pills.top-rep": "מוניטין הכי גבוה",
"pills.inactive": "לא-פעיל",
"pills.flagged": "Most Flagged",
"pills.banned": "מורחק",
"pills.search": "חיפוש משתמשים",
"search.uid": "על פי זהות משתמש",
- "search.uid-placeholder": "Enter a user ID to search",
+ "search.uid-placeholder": "הזן מספר משתמש לחיפוש",
"search.username": "על פי שם משתמש",
"search.username-placeholder": "הזן שם משתמש לחיפוש",
"search.email": "על פי דוא\"ל",
@@ -46,10 +46,10 @@
"users.email": "דוא\"ל",
"users.postcount": "postcount",
"users.reputation": "reputation",
- "users.flags": "flags",
- "users.joined": "joined",
- "users.last-online": "last online",
- "users.banned": "banned",
+ "users.flags": "דגלים",
+ "users.joined": "הצטרף",
+ "users.last-online": "נראה לאחרונה",
+ "users.banned": "מורחק",
"create.username": "שם משתמש",
"create.email": "דוא\"ל",
@@ -57,27 +57,27 @@
"create.password": "סיסמה",
"create.password-confirm": "אשר סיסמה",
- "temp-ban.length": "Ban Length",
+ "temp-ban.length": "זמן הרחקה",
"temp-ban.reason": "סיבה (אופציונאלי)",
"temp-ban.hours": "שעות",
"temp-ban.days": "ימים",
- "temp-ban.explanation": "Enter the length of time for the ban. Note that a time of 0 will be a considered a permanent ban.",
+ "temp-ban.explanation": "הזן את זמן ההרחקה. שים לב כי הזנת זמן 0 יחשב כהרחקה לצמיתות.",
"alerts.confirm-ban": "האם אתה רוצה להרחיק משתמש זה לצמיתות?",
- "alerts.confirm-ban-multi": "Do you really want to ban these users permanently?",
- "alerts.ban-success": "User(s) banned!",
- "alerts.button-ban-x": "Ban %1 user(s)",
- "alerts.unban-success": "User(s) unbanned!",
+ "alerts.confirm-ban-multi": "האם אתה באמת רוצה להרחיק את המשתמשים לצמיתות?",
+ "alerts.ban-success": "משתמש(ים) הורחק/ו!",
+ "alerts.button-ban-x": "הרחק %1 משתמש(ים)",
+ "alerts.unban-success": "משתמש(ים) הורחק/ו!",
"alerts.lockout-reset-success": "Lockout(s) reset!",
"alerts.flag-reset-success": "Flags(s) reset!",
- "alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!",
+ "alerts.no-remove-yourself-admin": "אינך יכול להרחיק את עצמך כמנהל!",
"alerts.make-admin-success": "המשתמש הנו מנהל עכשיו",
"alerts.confirm-remove-admin": "האם אתה בטוח רוצה להסיר את המנהל הזה?",
"alerts.remove-admin-success": "בוטלה הרשאת מנהל למשתמש",
"alerts.make-global-mod-success": "מעתה המשתמש הנו מנהל קבוצות כללי",
"alerts.confirm-remove-global-mod": "Do you really want to remove this global moderator?",
"alerts.remove-global-mod-success": "User is no longer global moderator.",
- "alerts.make-moderator-success": "User is now moderator.",
+ "alerts.make-moderator-success": "המשתמש מנהל קבוצה כעת.",
"alerts.confirm-remove-moderator": "Do you really want to remove this moderator?",
"alerts.remove-moderator-success": "User is no longer moderator.",
"alerts.confirm-validate-email": "האם אתה רוצה לאמת דואל(ים) למשתמש(ים) האלה?",
diff --git a/public/language/he/global.json b/public/language/he/global.json
index 0868fee8be..ef80ae739c 100644
--- a/public/language/he/global.json
+++ b/public/language/he/global.json
@@ -53,7 +53,7 @@
"topics": "נושאים",
"posts": "פוסטים",
"best": "הגבוה ביותר",
- "votes": "Votes",
+ "votes": "הצבעות",
"upvoters": "מצביעי בעד",
"upvoted": "הוצבע בעד",
"downvoters": "מצביעי נגד",
@@ -107,5 +107,5 @@
"edited": "נערך",
"disabled": "לא מאופשר",
"select": "בחר",
- "user-search-prompt": "Type something here to find users..."
+ "user-search-prompt": "נסה כאן למציאת משתמשים"
}
\ No newline at end of file
diff --git a/public/language/he/modules.json b/public/language/he/modules.json
index 667fdbe9dd..d9f31fdcfc 100644
--- a/public/language/he/modules.json
+++ b/public/language/he/modules.json
@@ -1,5 +1,5 @@
{
- "chat.chatting_with": "Chat with",
+ "chat.chatting_with": "לשוחח עם",
"chat.placeholder": "הקלד את הודעת הצ'אט כאן, לחץ אנטר לשליחה",
"chat.send": "שלח",
"chat.no_active": "אין לך צ'אטים פעילים",
@@ -12,7 +12,7 @@
"chat.recent-chats": "צ'אטים אחרונים",
"chat.contacts": "אנשי קשר",
"chat.message-history": "היסטוריית הודעות",
- "chat.options": "Chat options",
+ "chat.options": "אפשרויות לשיחה",
"chat.pop-out": "הוצא את חלון הצ'אט",
"chat.minimize": "צמצם",
"chat.maximize": "הרחב",
@@ -25,13 +25,13 @@
"chat.manage-room": "Manage Chat Room",
"chat.add-user-help": "Search for users here. When selected, the user will be added to the chat. The new user will not be able to see chat messages written before they were added to the conversation.",
"chat.confirm-chat-with-dnd-user": "משתמש זה שינה את הסטטוס שלו ל 'לא להפריע'. אתה עדיין מעוניין לשוחח איתו?",
- "chat.rename-room": "Rename room",
- "chat.rename-placeholder": "Enter your room name here",
+ "chat.rename-room": "שנה שם של חדר",
+ "chat.rename-placeholder": "הזן את שם החדר שלך כאן",
"chat.rename-help": "The room name set here will be viewable by all participants in the room.",
- "chat.leave": "Leave Chat",
- "chat.leave-prompt": "Are you sure you wish to leave this chat?",
+ "chat.leave": "עזוב שיחה",
+ "chat.leave-prompt": "האם אתה בטוח שאתה רוצה לעזוב את השיחה הזו?",
"chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.",
- "chat.in-room": "In this room",
+ "chat.in-room": "בתוך החדר הזה",
"composer.compose": "צור",
"composer.show_preview": "הצג תצוגה מקדימה",
"composer.hide_preview": "הסתר תצוגה מקדימה",
diff --git a/public/language/he/notifications.json b/public/language/he/notifications.json
index 2956f24da3..9db560ac88 100644
--- a/public/language/he/notifications.json
+++ b/public/language/he/notifications.json
@@ -9,7 +9,7 @@
"continue_to": "המשך ל %1",
"return_to": "חזור ל %1",
"new_notification": "התראה חדשה",
- "new_notification_from": "You have a new Notification from %1",
+ "new_notification_from": "יש לך התראה חדשה מ %1",
"you_have_unread_notifications": "יש לך התראות שלא נקראו.",
"all": "הכל",
"topics": "נושאים",
@@ -52,13 +52,13 @@
"email_only": "דוא\"ל בלבד",
"notification_and_email": "התראות & דוא\"ל",
"notificationType_upvote": "When someone upvotes your post",
- "notificationType_new-topic": "When someone you follow posts a topic",
- "notificationType_new-reply": "When a new reply is posted in a topic you are watching",
- "notificationType_follow": "When someone starts following you",
- "notificationType_new-chat": "When you receive a chat message",
- "notificationType_group-invite": "When you receive a group invite",
+ "notificationType_new-topic": "כשמישהו שאתה עוקב אחריו פרסם נושא",
+ "notificationType_new-reply": "כשתגובה חדשה מפורסמת בנושא שאתה צופה בו",
+ "notificationType_follow": "כשמישהו מתחיל לעקוב אחריך",
+ "notificationType_new-chat": "כשאתה מקבל הודעת צאט",
+ "notificationType_group-invite": "כשאתה מקבל הזמנה מקבוצה",
"notificationType_new-register": "When someone gets added to registration queue",
- "notificationType_post-queue": "When a new post is queued",
+ "notificationType_post-queue": "כשהודעה חדשה נכנסת לתור",
"notificationType_new-post-flag": "When a post is flagged",
"notificationType_new-user-flag": "When a user is flagged"
}
\ No newline at end of file
diff --git a/public/language/he/topic.json b/public/language/he/topic.json
index c1ca850610..c645a2c23f 100644
--- a/public/language/he/topic.json
+++ b/public/language/he/topic.json
@@ -52,8 +52,8 @@
"watching": "עוקב",
"not-watching": "לא עוקב",
"ignoring": "מתעלם",
- "watching.description": "Notify me of new replies.
Show topic in unread.",
- "not-watching.description": "Do not notify me of new replies.
Show topic in unread if category is not ignored.",
+ "watching.description": "הודע לי על תגובות חדשות.
הצג נושא חדש ברשימת הלא נקראו.",
+ "not-watching.description": "אל תיידע אותי על תגובות חדשות.
הצג נושא חדש ברשימת הלא נקראו במידה ובחרתי לא להתעלם מקבוצת הדיון",
"ignoring.description": "Do not notify me of new replies.
Do not show topic in unread.",
"thread_tools.title": "כלי נושא",
"thread_tools.markAsUnreadForAll": "סמן לא נקרא לכולם",
diff --git a/public/language/ru/modules.json b/public/language/ru/modules.json
index 0bd452bdc3..9cb49d7f94 100644
--- a/public/language/ru/modules.json
+++ b/public/language/ru/modules.json
@@ -28,8 +28,8 @@
"chat.rename-room": "Rename room",
"chat.rename-placeholder": "Enter your room name here",
"chat.rename-help": "The room name set here will be viewable by all participants in the room.",
- "chat.leave": "Leave Chat",
- "chat.leave-prompt": "Are you sure you wish to leave this chat?",
+ "chat.leave": "Покинуть Чат",
+ "chat.leave-prompt": "Вы действительно хотите покинуть чат?",
"chat.leave-help": "Leaving this chat will remove you from future correspondence in this chat. If you are re-added in the future, you will not see any chat history from prior to your re-joining.",
"chat.in-room": "In this room",
"composer.compose": "Редактор сообщений",
diff --git a/public/language/ru/search.json b/public/language/ru/search.json
index f685b6f9c0..3c2d5ec9b8 100644
--- a/public/language/ru/search.json
+++ b/public/language/ru/search.json
@@ -6,8 +6,8 @@
"titles": "Названия",
"titles-posts": "Названия и записи",
"match-words": "Match words",
- "all": "All",
- "any": "Any",
+ "all": "Все",
+ "any": "Любые",
"posted-by": "В именах авторов записей",
"in-categories": "В сообществах",
"search-child-categories": "Искать в рубриках",