Latest translations and fallbacks
parent
2f4653a3cc
commit
ce9cf2a545
@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"lead": "Configure your IP blacklist here.",
|
"lead": "רשימת IP שחורה",
|
||||||
"description": "Occasionally, a user account ban is not enough of a deterrant. Other times, restricting access to the forum to a specific IP or a range of IPs is the best way to protect a forum. In these scenarios, you can add troublesome IP addresses or entire CIDR blocks to this blacklist, and they will be prevented from logging in to or registering a new account.",
|
"description": "Occasionally, a user account ban is not enough of a deterrant. Other times, restricting access to the forum to a specific IP or a range of IPs is the best way to protect a forum. In these scenarios, you can add troublesome IP addresses or entire CIDR blocks to this blacklist, and they will be prevented from logging in to or registering a new account.",
|
||||||
"active-rules": "Active Rules",
|
"active-rules": "כללים פעילים",
|
||||||
"validate": "Validate Blacklist",
|
"validate": "בדיקת רשימה",
|
||||||
"apply": "Apply Blacklist",
|
"apply": "החל רשימה",
|
||||||
"hints": "Syntax Hints",
|
"hints": "עזרה בתחביר",
|
||||||
"hint-1": "Define a single IP addresses per line. You can add IP blocks as long as they follow the CIDR format (e.g. <code>192.168.100.0/22</code>).",
|
"hint-1": "כתוב כתובת IP אחת בשורה. ניתן להוסיף טווחי IP בפורמט CIDR (לדוגמא <code>192.168.100.0/22</code>).",
|
||||||
"hint-2": "You can add in comments by starting lines with the <code>#</code> symbol.",
|
"hint-2": "ניתן להוסיף הערות באמצעות התחלת השורה ב<code>#</code>.",
|
||||||
|
|
||||||
"validate.x-valid": "<strong>%1</strong> out of <strong>%2</strong> rule(s) valid.",
|
"validate.x-valid": "<strong>%1</strong> מתוך <strong>%2</strong> כלל(ים) תקינים.",
|
||||||
"validate.x-invalid": "The following <strong>%1</strong> rules are invalid:",
|
"validate.x-invalid": "<strong>%1</strong> הכללים הבאים לא תקינים: ",
|
||||||
|
|
||||||
"alerts.applied-success": "Blacklist Applied",
|
"alerts.applied-success": "הרשימה השחורה נשמרה",
|
||||||
|
|
||||||
"analytics.blacklist-hourly": "<strong>Figure 1</strong> – Blacklist hits per hour",
|
"analytics.blacklist-hourly": "<strong>Figure 1</strong> – כתובות נחסמו ביחס לשעה.",
|
||||||
"analytics.blacklist-daily": "<strong>Figure 2</strong> – Blacklist hits per day",
|
"analytics.blacklist-daily": "<strong>Figure 2</strong> – Blacklist hits per day",
|
||||||
"ip-banned": "IP banned"
|
"ip-banned": "כתובת הIP הורחקה."
|
||||||
}
|
}
|
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"post-queue": "Post Queue",
|
"post-queue": "פוסטים ממתינים",
|
||||||
"description": "There are no posts in the post queue. <br> To enable this feature, go to <a href=\"%1\">Settings → Post → Post Queue</a> and enable <strong>Post Queue</strong>.",
|
"description": "אין פוסטים בתור. <br> כדי לאפשר את תור ההרשמה, גשו ל<a href=\"%1\">הגדרות → פוסט → תור פוסטים</a> ואפשרו את <strong>תור פוסט</strong>.",
|
||||||
"user": "User",
|
"user": "משתמש",
|
||||||
"category": "Category",
|
"category": "קטגוריה",
|
||||||
"title": "Title",
|
"title": "כותרת",
|
||||||
"content": "Content",
|
"content": "תוכן",
|
||||||
"posted": "Posted",
|
"posted": "נשלח",
|
||||||
"reply-to": "Reply to \"%1\"",
|
"reply-to": "תגובה ל %1",
|
||||||
"content-editable": "You can click on individual content to edit before posting."
|
"content-editable": "אתה יכול ללחוץ על התוכן כדי לערוך אותו."
|
||||||
}
|
}
|
Loading…
Reference in New Issue