-
Notifications
You must be signed in to change notification settings - Fork 17.2k
i18n: Complete missing Hebrew (he) translations #67918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,7 @@ | |
| "description": "תיאור", | ||
| "key": "מפתח", | ||
| "name": "שם", | ||
| "team": "צוות", | ||
| "value": "ערך" | ||
| }, | ||
| "config": { | ||
|
|
@@ -83,6 +84,23 @@ | |
| "formActions": { | ||
| "save": "שמור" | ||
| }, | ||
| "jobs": { | ||
| "columns": { | ||
| "executorClass": "מחלקת מבצע", | ||
| "hostname": "שם מארח", | ||
| "id": "מזהה", | ||
| "jobType": "סוג עבודה", | ||
| "latestHeartbeat": "עדכון חיים אחרון", | ||
| "unixname": "שם Unix" | ||
| }, | ||
| "filters": { | ||
| "allStates": "כל המצבים", | ||
| "allTypes": "כל הסוגים", | ||
| "dagProcessorJob": "DagProcessorJob", | ||
| "schedulerJob": "SchedulerJob", | ||
| "triggererJob": "TriggererJob" | ||
|
Comment on lines
+99
to
+101
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It seems that these shouldn't have been translation strings in the first place... |
||
| } | ||
| }, | ||
| "plugins": { | ||
| "columns": { | ||
| "source": "מקור" | ||
|
|
@@ -106,7 +124,8 @@ | |
| "includeDeferred": "כלול משימות מושהות", | ||
| "nameMaxLength": "השם יכול לכלול 256 תווים לכל היותר", | ||
| "nameRequired": "נדרש שם", | ||
| "slots": "מקומות שמורים" | ||
| "slots": "מקומות שמורים", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is שמורים there? |
||
| "slotsHelperText": "השתמש ב-1- לקבלת מקומות ללא הגבלה." | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. להסרת מגבלת המקומות |
||
| }, | ||
| "noPoolsFound": "לא נמצאו מאגרי משאבים", | ||
| "pool_one": "מאגר משאבים", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,5 +33,7 @@ | |
| "name": "שם", | ||
| "producingTasks": "מייצר משימות", | ||
| "scheduledDags": "Dags מתוזמנים", | ||
| "searchPlaceholder": "חיפוש נכסים" | ||
| "scheduling": "תזמון", | ||
| "searchPlaceholder": "חיפוש נכסים", | ||
| "taskDependencies": "תלויות משימות" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. תלויות שהן משימות
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's more like תלויות (של) משימות
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. עוד יותר טוב - רק מוכיח כמה זה לא ברור |
||
| } | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -25,11 +25,13 @@ | |||||
| "backfill_two": "השלמות למפרע", | ||||||
| "browse": { | ||||||
| "auditLog": "יומן מערכת", | ||||||
| "jobs": "עבודות", | ||||||
| "requiredActions": "פעולות נדרשות", | ||||||
| "xcoms": "XComs" | ||||||
| }, | ||||||
| "collapseAllExtra": "כווץ תוכן JSON", | ||||||
| "collapseDetailsPanel": "כווץ לוח פרטים", | ||||||
| "consumingAsset": "נכס צורך", | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should differentiate the mil'el and milra צורך, maybe replace with משתמש, although that might be confusing for another reason |
||||||
| "createdAssetEvent_one": "אירוע נכס שנוצר", | ||||||
| "createdAssetEvent_other": "אירועי נכס שנוצרו", | ||||||
| "createdAssetEvent_two": "אירועי נכס שנוצרו", | ||||||
|
|
@@ -70,6 +72,7 @@ | |||||
| }, | ||||||
| "expectedDuration": "משך זמן צפוי", | ||||||
| "lastSchedulingDecision": "החלטת תזמון אחרונה", | ||||||
| "mappedPartitionKey": "מפתח חלוקה ממופה", | ||||||
| "partitionKey": "מפתח חלוקה", | ||||||
| "queuedAt": "זמן כניסה לתור", | ||||||
| "runAfter": "ריצה לאחר", | ||||||
|
|
@@ -112,6 +115,12 @@ | |||||
| "notFound": "הדף לא נמצא", | ||||||
| "title": "שגיאה" | ||||||
| }, | ||||||
| "errors": { | ||||||
| "forbidden": { | ||||||
| "description": "אין לך הרשאה לבצע פעולה זו.", | ||||||
| "title": "גישה נדחתה" | ||||||
| } | ||||||
| }, | ||||||
| "expand": { | ||||||
| "collapse": "כווץ", | ||||||
| "expand": "הרחב", | ||||||
|
|
@@ -134,9 +143,11 @@ | |||||
| "logicalDateTo": "תאריך לוגי עד", | ||||||
| "runAfterFrom": "ריצה לאחר (מתאריך)", | ||||||
| "runAfterTo": "ריצה לאחר (עד תאריך)", | ||||||
| "searchAsset": "חפש נכס", | ||||||
| "selectDateRange": "בחר טווח תאריכים", | ||||||
| "startTime": "זמן התחלה" | ||||||
| }, | ||||||
| "generateToken": "צור אסימון", | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this the the best understood translation? Perhaps we should use "טוקן"? Applies to some strings below too.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Already translated as אסימון in other places, so I keep it as is |
||||||
| "logicalDate": "תאריך לוגי", | ||||||
| "logout": "התנתק", | ||||||
| "logoutConfirmation": "האם אתה בטוח שברצונך להתנתק?", | ||||||
|
|
@@ -170,9 +181,17 @@ | |||||
| "placeholder": "הוסף הערה...", | ||||||
| "taskInstance": "הערת משימה" | ||||||
| }, | ||||||
| "partitionedDagRun_one": "הרצת Dag מחולקת", | ||||||
| "partitionedDagRun_other": "הרצות Dag מחולקות", | ||||||
| "partitionedDagRunDetail": { | ||||||
| "receivedAssetEvents": "אירועי נכס שהתקבלו" | ||||||
| }, | ||||||
| "pendingDagRun_one": "{{count}} הרצת Dag ממתינה", | ||||||
| "pendingDagRun_other": "{{count}} הרצות Dag ממתינות", | ||||||
| "reset": "אתחל", | ||||||
| "runId": "מזהה ריצה", | ||||||
| "runTypes": { | ||||||
| "asset_materialization": "מימוש נכס", | ||||||
| "asset_triggered": "מופעל על-ידי נכס", | ||||||
| "backfill": "השלמה למפרע", | ||||||
| "manual": "הפעלה ידנית", | ||||||
|
|
@@ -185,6 +204,12 @@ | |||||
| }, | ||||||
| "tooltip": "לחץ {{hotkey}} לגלילה ל{{direction}}" | ||||||
| }, | ||||||
| "search": { | ||||||
| "advanced": { | ||||||
| "description": "חיפוש בכל מקום בערך (חיפוש תת-מחרוזת). איטי יותר בפריסות גדולות כי לא ניתן להשתמש באינדקס B-tree הרגיל. ראה בתיעוד על אינדקסי מטא-נתונים מותאמים אישית לפרטים.", | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| "title": "חיפוש בכל מקום" | ||||||
| } | ||||||
| }, | ||||||
| "security": { | ||||||
| "actions": "פעולות", | ||||||
| "permissions": "הרשאות", | ||||||
|
|
@@ -193,6 +218,7 @@ | |||||
| "users": "משתמשים" | ||||||
| }, | ||||||
| "selectLanguage": "בחר שפה", | ||||||
| "selected": "נבחר", | ||||||
| "showDetailsPanel": "הצג לוח פרטים", | ||||||
| "signedInAs": "מחובר כ", | ||||||
| "source": { | ||||||
|
|
@@ -250,6 +276,11 @@ | |||||
| "task_one": "משימה", | ||||||
| "task_other": "משימות", | ||||||
| "task_two": "משימות", | ||||||
| "taskGroup": { | ||||||
| "documentation": "תיעוד קבוצת משימות" | ||||||
| }, | ||||||
| "taskGroup_one": "קבוצת משימות", | ||||||
| "taskGroup_other": "קבוצות משימות", | ||||||
| "taskId": "מזהה משימה", | ||||||
| "taskInstance": { | ||||||
| "dagVersion": "גרסת Dag", | ||||||
|
|
@@ -263,6 +294,7 @@ | |||||
| "priorityWeight": "משקל עדיפות", | ||||||
| "queue": "תור", | ||||||
| "queuedWhen": "זמן כניסה לתור", | ||||||
| "renderedMapIndex": "אינדקס מיפוי מעובד", | ||||||
| "scheduledWhen": "מועד תזמון", | ||||||
| "triggerer": { | ||||||
| "assigned": "מפעיל מוקצה", | ||||||
|
|
@@ -296,13 +328,27 @@ | |||||
| "utc": "UTC" | ||||||
| }, | ||||||
| "toaster": { | ||||||
| "bulkClear": { | ||||||
| "error": "שגיאה בניקוי מרובה של {{resourceName}}", | ||||||
| "success": { | ||||||
| "description": "נוקו בהצלחה {{count}} {{resourceName}}. מזהים: {{keys}}", | ||||||
| "title": "בקשת ניקוי מרובה של {{resourceName}} נשלחה" | ||||||
| } | ||||||
| }, | ||||||
| "bulkDelete": { | ||||||
| "error": "שגיאה במחיקה מרובה של {{resourceName}}", | ||||||
| "success": { | ||||||
| "description": "נמחקו בהצלחה {{count}} {{resourceName}}. מזהים: {{keys}}", | ||||||
| "title": "בקשת מחיקה מרובה של {{resourceName}} נשלחה" | ||||||
| } | ||||||
| }, | ||||||
| "bulkUpdate": { | ||||||
| "error": "שגיאה בעדכון מרובה של {{resourceName}}", | ||||||
| "success": { | ||||||
| "description": "עודכנו בהצלחה {{count}} {{resourceName}}. מזהים: {{keys}}", | ||||||
| "title": "בקשת עדכון מרובה של {{resourceName}} נשלחה" | ||||||
| } | ||||||
| }, | ||||||
| "create": { | ||||||
| "error": "שגיאה ביצירת {{resourceName}}", | ||||||
| "success": { | ||||||
|
|
@@ -332,10 +378,26 @@ | |||||
| } | ||||||
| } | ||||||
| }, | ||||||
| "tokenGeneration": { | ||||||
| "apiToken": "אסימון API", | ||||||
| "cliToken": "אסימון CLI", | ||||||
| "errorDescription": "אירעה שגיאה בעת יצירת האסימון. אנא נסה שוב.", | ||||||
| "errorTitle": "יצירת האסימון נכשלה", | ||||||
| "generate": "צור", | ||||||
| "selectType": "בחר את סוג האסימון לצור.", | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ליצור \ ליצירה? |
||||||
| "title": "צור אסימון", | ||||||
| "tokenExpiresIn": "אסימון זה יפוג בעוד {{duration}}.", | ||||||
| "tokenGenerated": "האסימון שלך נוצר.", | ||||||
| "tokenShownOnce": "אסימון זה יוצג פעם אחת בלבד. העתק אותו עכשיו." | ||||||
| }, | ||||||
| "total": "סה״כ {{state}}", | ||||||
| "triggered": "הופעל", | ||||||
| "tryNumber": "מספר ניסיון", | ||||||
| "user": "משתמש", | ||||||
| "validation": { | ||||||
| "mustBeAtLeast": "חייב להיות לפחות {{min}}.", | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
? |
||||||
| "mustBeValidNumber": "חייב להיות מספר תקין." | ||||||
| }, | ||||||
| "wrap": { | ||||||
| "hotkey": "w", | ||||||
| "tooltip": "לחץ {{hotkey}} להפעלת/כיבוי גלישת טקסט", | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,17 +40,49 @@ | |
| "parseDuration": "משך זמן הניתוח:", | ||
| "parsedAt": "נותח בשעה:" | ||
| }, | ||
| "deadlineAlerts": { | ||
| "completionRule": "חייב להסתיים תוך {{interval}} מ-{{reference}}", | ||
| "count_one": "מועד אחד", | ||
| "count_other": "{{count}} מועדים", | ||
| "referenceType": { | ||
| "AverageRuntimeDeadline": "זמן ריצה ממוצע", | ||
| "DagRunLogicalDateDeadline": "תאריך לוגי", | ||
| "DagRunQueuedAtDeadline": "זמן תור" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. זמן\מועד רישום לתור? |
||
| } | ||
| }, | ||
| "deadlineStatus": { | ||
| "actual": "בפועל", | ||
| "expected": "צפוי", | ||
| "finishedEarly": "הסתיים {{duration}} לפני המועד האחרון", | ||
| "finishedLate": "הסתיים {{duration}} אחרי המועד האחרון", | ||
| "label": "מועד אחרון", | ||
| "met": "עמד", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. אני חושב שכדאי פה משהו יותר אינפורמטיבי, כמו "מוכן בזמן" או משהו כזה |
||
| "missed": "פוספס", | ||
| "missedCount_one": "מועד אחד שפוספס", | ||
| "missedCount_other": "{{count}} מועדים שפוספסו", | ||
| "mixedCount": "{{missedCount}} פוספסו, {{upcomingCount}} קרובים", | ||
| "stillRunning": "עדיין רץ", | ||
| "upcoming": "קרוב", | ||
| "upcomingCount_one": "מועד אחד קרוב", | ||
| "upcomingCount_other": "{{count}} מועדים קרובים" | ||
| }, | ||
| "extraLinks": "קישורים נוספים", | ||
| "grid": { | ||
| "buttons": { | ||
| "newerRuns": "הרצות חדשות יותר", | ||
| "olderRuns": "הרצות ישנות יותר", | ||
| "resetToLatest": "אפס לגרסה האחרונה", | ||
| "toggleGroup": "החלף מצב קבוצה" | ||
| } | ||
| }, | ||
| "runTypeLegend": "מקרא סוגי ריצות" | ||
| }, | ||
| "header": { | ||
| "buttons": { | ||
| "advanced": "מתקדם", | ||
| "dagDocs": "תיעוד Dag" | ||
| }, | ||
| "status": { | ||
| "deactivated": "מושבת" | ||
| } | ||
| }, | ||
| "logs": { | ||
|
|
@@ -65,6 +97,11 @@ | |
| }, | ||
| "info": "INFO", | ||
| "noTryNumber": "אין מספר ניסיון", | ||
| "search": { | ||
| "matchCount": "{{current}} מתוך {{total}}", | ||
| "noMatches": "אין תוצאות", | ||
| "placeholder": "חפש רישומים..." | ||
| }, | ||
| "settings": "הגדרות רישום", | ||
| "viewInExternal": "צפה ברישומים ב-{{name}} (ניסיון {{attempt}})", | ||
| "warning": "WARNING" | ||
|
|
@@ -74,6 +111,12 @@ | |
| "openGraphFilters": "פילטרים משימות: Ctrl+Shift+F", | ||
| "toggleGroup": "החלפת קבוצה: רווח" | ||
| }, | ||
| "notFound": { | ||
| "back": "חזור", | ||
| "backToDags": "חזור ל-Dags", | ||
| "message": "ה-Dag \"{{dagId}}\" אינו קיים.", | ||
| "title": "Dag לא נמצא" | ||
| }, | ||
| "overview": { | ||
| "buttons": { | ||
| "failedRun_one": "ריצה שנכשלה", | ||
|
|
@@ -91,6 +134,10 @@ | |
| "assetEvent_other": "אירועי בנכסים שנוצרו", | ||
| "assetEvent_two": "אירועים בנכסים שנוצרו" | ||
| }, | ||
| "deadlines": { | ||
| "showAll": "הצג הכל", | ||
| "title": "מועדים" | ||
| }, | ||
| "failedLogs": { | ||
| "hideLogs": "הסתר רישומים", | ||
| "showLogs": "הצג רישומים", | ||
|
|
@@ -130,11 +177,28 @@ | |
| "selectTaskGroup": "בחר קבוצת משימות", | ||
| "title": "פילטרים משימות" | ||
| }, | ||
| "showVersionIndicator": { | ||
| "label": "הצג מחוון גרסה", | ||
| "options": { | ||
| "hideAll": "הסתר הכל", | ||
| "showAll": "הצג הכל", | ||
| "showBundleVersion": "הצג גרסת חבילה", | ||
| "showDagVersion": "הצג גרסת Dag" | ||
| } | ||
| }, | ||
| "taskStreamFilter": { | ||
| "activeFilter": "מסנן פעיל", | ||
| "clearFilter": "נקה מסנן", | ||
| "clickTask": "לחץ על משימה כדי לבחור אותה כבסיס המסנן", | ||
| "depth": "עומק", | ||
| "direction": "כיוון", | ||
| "label": "מסנן", | ||
| "mode": "מצב", | ||
| "modeTooltip": "מצב סטטי שומר את התצוגה הנוכחית בעת ניווט למשימות שונות, בעוד מצב מעבר מעדכן אוטומטית את המסנן הפעיל למשימה שנלחצה לניווט קל יותר ב-Dag.", | ||
| "modes": { | ||
| "static": "סטטי", | ||
| "traverse": "מעבר" | ||
| }, | ||
| "options": { | ||
| "both": "גם במעלה וגם במורד הזרם", | ||
| "downstream": "במורד הזרם", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yikes @ unclear term
I think we should add minimal diacritic niqqud to make reading this easier, i.e. מְבצע
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, agree that it is not ideal