mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-08 14:41:51 +02:00
Latest translations and fallbacks
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"analytics.settings": "Analytics Settings",
|
||||
"analytics.max-cache": "Analytics Cache Max Value",
|
||||
"analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
|
||||
"compression.settings": "Compression Settings",
|
||||
"compression.enable": "Enable Compression",
|
||||
"compression.settings": "הגדרות דחיסה",
|
||||
"compression.enable": "אפשר דחיסה",
|
||||
"compression.help": "This setting enables gzip compression. For a high-traffic website in production, the best way to put compression in place is to implement it at a reverse proxy level. You can enable it here for testing purposes."
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"eu-consent": "EU Consent",
|
||||
"consent.enabled": "Enabled",
|
||||
"consent.enabled": "מופעל",
|
||||
"consent.message": "Notification message",
|
||||
"consent.acceptance": "Acceptance message",
|
||||
"consent.link-text": "Policy Link Text",
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
"title.url-placeholder": "כתובת אתר זה",
|
||||
"title.url-help": "בעת לחיצה על הכותרת, המשתמשים ינותבו לכתובת הזו. אם תשאיר ריק, המשתמשים ינותבו לאינדקס",
|
||||
"title.name": "Your Community Name",
|
||||
"title.show-in-header": "Show Site Title in Header",
|
||||
"browser-title": "Browser Title",
|
||||
"browser-title-help": "If no browser title is specified, the site title will be used",
|
||||
"title.show-in-header": "הצג את כותרת האתר בכותרת העליונה",
|
||||
"browser-title": "כותרת הדפדפן",
|
||||
"browser-title-help": "אם לא צוין כותרת הדפדפן, כותרת האתר ישמש ככותרת",
|
||||
"title-layout": "פריסת כותרת",
|
||||
"title-layout-help": "Define how the browser title will be structured ie. {pageTitle} | {browserTitle}",
|
||||
"description.placeholder": "A short description about your community",
|
||||
|
||||
@@ -190,7 +190,7 @@
|
||||
"no-connection": "נראה שיש בעיות בחיבור האינטרנט שלך..",
|
||||
"socket-reconnect-failed": "לא ניתן להגיע לשרת בשלב זה. לחץ כאן כדי לנסות שוב, או נסה שוב מאוחר יותר",
|
||||
"plugin-not-whitelisted": "לא ניתן להתקין את התוסף – ניתן להתקין דרך הניהול רק תוספים שנמצאים ברשימה הלבנה של מנהל החבילות של NodeBB.",
|
||||
"topic-event-unrecognized": "Topic event '%1' unrecognized",
|
||||
"topic-event-unrecognized": "אירוע הנושא '%1' לא מזוהה",
|
||||
"cant-set-child-as-parent": "לא ניתן להגדיר קטגוריה משנה לקטגוריית אב",
|
||||
"cant-set-self-as-parent": "Can't set self as parent category",
|
||||
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
"firstpost": "פוסט ראשון",
|
||||
"read_more": "קרא עוד",
|
||||
"more": "עוד",
|
||||
"none": "None",
|
||||
"none": "ללא",
|
||||
"posted_ago_by_guest": "הפוסט הועלה ב %1 על ידי אורח",
|
||||
"posted_ago_by": "הפוסט עלה ב %1 על ידי %2",
|
||||
"posted_ago": "הפוסט הועלה ב %1",
|
||||
|
||||
Reference in New Issue
Block a user