shahar1 commented on code in PR #51846: URL: https://github.com/apache/airflow/pull/51846#discussion_r2154831823
########## airflow-core/src/airflow/ui/src/i18n/locales/he/common.json: ########## @@ -1,79 +1,271 @@ { "admin": { - "Config": "קונפיגורציות", + "Config": "הגדרות", "Connections": "חיבורים", "Plugins": "תוספים", "Pools": "מאגר משאבים", "Providers": "חבילות עזר", "Variables": "משתנים" }, - "assetEvent_one": "אירוע בנכס בודד (Asset)", - "assetEvent_other": "אירוע בנכס אחר (Asset)", + "asset_one": "נכס", + "asset_other": "נכסים", + "assetEvent_one": "אירוע נכס", + "assetEvent_other": "אירועי נכסים", + "backfill_one": "השלמה למפרע", + "backfill_other": "השלמות למפרע", "browse": { "auditLog": "יומן מערכת", - "xcoms": "(XComs) אקסקום" + "xcoms": "XComs" + }, + "createdAssetEvent_one": "אירוע נכס שנוצר", + "createdAssetEvent_other": "אירועי נכס שנוצרו", + "dag_one": "Dag", + "dag_other": "Dags", + "dagDetails": { + "catchup": "השלמה אוטומטית", + "concurrency": "מספר הרצות מקבילות", + "dagRunTimeout": "זמן תפוגה להרצת Dag", + "defaultArgs": "פרמטרים ברירת מחדל", Review Comment: Will be resolved in https://github.com/apache/airflow/pull/51888 ########## airflow-core/src/airflow/ui/src/i18n/locales/he/common.json: ########## @@ -1,79 +1,271 @@ { "admin": { - "Config": "קונפיגורציות", + "Config": "הגדרות", "Connections": "חיבורים", "Plugins": "תוספים", "Pools": "מאגר משאבים", "Providers": "חבילות עזר", "Variables": "משתנים" }, - "assetEvent_one": "אירוע בנכס בודד (Asset)", - "assetEvent_other": "אירוע בנכס אחר (Asset)", + "asset_one": "נכס", + "asset_other": "נכסים", + "assetEvent_one": "אירוע נכס", + "assetEvent_other": "אירועי נכסים", + "backfill_one": "השלמה למפרע", + "backfill_other": "השלמות למפרע", "browse": { "auditLog": "יומן מערכת", - "xcoms": "(XComs) אקסקום" + "xcoms": "XComs" + }, + "createdAssetEvent_one": "אירוע נכס שנוצר", + "createdAssetEvent_other": "אירועי נכס שנוצרו", + "dag_one": "Dag", + "dag_other": "Dags", + "dagDetails": { + "catchup": "השלמה אוטומטית", + "concurrency": "מספר הרצות מקבילות", + "dagRunTimeout": "זמן תפוגה להרצת Dag", + "defaultArgs": "פרמטרים ברירת מחדל", + "description": "תיאור", + "documentation": "תיעוד Dag", + "fileLocation": "מיקום קובץ", + "hasTaskConcurrencyLimits": "מגבלות ריצה מקבילה", + "lastExpired": "פג תוקף לאחרונה", + "lastParsed": "ניתוח אחרון", + "latestDagVersion": "גרסת Dag אחרונה", + "latestRun": "הרצה אחרונה", + "maxActiveRuns": "מספר מרבי של הרצות פעילות", + "maxActiveTasks": "מספר מרבי של משימות פעילות", + "maxConsecutiveFailedDagRuns": "מספר מרבי של כשלונות רצופים", + "nextRun": "הרצה הבאה", Review Comment: Will be resolved in https://github.com/apache/airflow/pull/51888 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org