This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new c0f9722eb34 Complete i18n admin.json in Hebrew (#51745)
c0f9722eb34 is described below
commit c0f9722eb34ac6b9476c5de156213154dd37e108
Author: Shahar Epstein <[email protected]>
AuthorDate: Sun Jun 15 00:23:14 2025 +0300
Complete i18n admin.json in Hebrew (#51745)
---
.../src/airflow/ui/src/i18n/locales/he/admin.json | 144 ++++++++++++++-------
1 file changed, 98 insertions(+), 46 deletions(-)
diff --git a/airflow-core/src/airflow/ui/src/i18n/locales/he/admin.json
b/airflow-core/src/airflow/ui/src/i18n/locales/he/admin.json
index 547808e866b..c60e1a0ff59 100644
--- a/airflow-core/src/airflow/ui/src/i18n/locales/he/admin.json
+++ b/airflow-core/src/airflow/ui/src/i18n/locales/he/admin.json
@@ -19,6 +19,8 @@
"host": "כתובת",
"port": "פורט"
},
+ "connection_one": "חיבור",
+ "connection_other": "חיבורים",
"delete": {
"deleteConnection_one": "מחק חיבור אחד",
"deleteConnection_other": "מחק {{count}} חיבורים",
@@ -40,70 +42,120 @@
"noRowMessage": "לא נמצאו חיבורים",
"searchPlaceholder": "חפש חיבורים",
"test": "בדוק חיבור",
- "testDisabled": "אפשרות זו אינה זמינה. פנו למנהל המערכת להפעלתה"
+ "testDisabled": "אפשרות זו אינה זמינה. פנו למנהל המערכת להפעלתה",
+ "typeMeta": {
+ "error": "נכשל באחזור מטא סוג חיבור",
+ "standardFields": {
+ "description": "תיאור",
+ "host": "מארח",
+ "login": "מזהה התחברות",
+ "password": "סיסמה",
+ "port": "פורט",
+ "url_schema": "סכימה"
+ }
+ }
},
- "deleteActions": {
+ "deleteActions":{
"button": "מחק",
- "modal": {
+ "modal":{
"confirmButton": "אשר מחיקה",
- "secondConfirmMessage": "פעולה זו איננה הפיכה"
- }
+ "secondConfirmMessage": "פעולה זו איננה הפיכה",
+ "thirdConfirmMessage": " האם אתה בטוח שברצונך להמשיך?"
+ },
+ "selected": "נבחר",
+ "tooltip": "מחק חיבורים נבחרים"
},
- "variables": {
- "actions": {
- "add": "הוסף משתנה חדש",
- "import": "ייבא משתנים"
+ "formActions":{
+ "reset": "אתחל",
+ "save": "שמור"
+ },
+ "plugins": {
+ "columns": {
+ "source": "מקור"
},
- "delete": {
- "deleteVariable_one": "מחק משתנה אחד",
- "deleteVariable_other": "מחק {{count}} משתנים",
- "firstConfirmMessage_one": "אתה עומד למחוק את המשתנה הבא:",
- "firstConfirmMessage_other": "אתה עומד למחוק את המשתנים הבאים:",
- "title": "מחק משתנה"
+ "importError_one": "שגיאה בייבוא תוסף",
+ "importError_other": "שגיאות בייבוא תוסף",
+ "searchPlaceholder": "חפש לפי קובץ"
+ },
+ "pools": {
+ "add": "הוסף מאגר משאבים",
+ "deferredSlotsIncluded": "כולל מקומות שמורים למשימות מושהות",
+ "delete":{
+ "title": "מחק מאגר משאבים",
+ "warning": "זה יימחק את כל המטא-דאטא המקושר עם המאגר ועלול להשפיע על
משימות המקושרות עם המאגר"
},
- "description": "משתנים הם דרך להעביר מידע בין DAGs",
- "edit": "ערוך משתנה",
+ "edit": "ערוך מאגר משאבים",
"form": {
- "key": "מפתח",
- "keyRequired": "נדרש מפתח",
- "value": "ערך",
- "valueRequired": "נדרש ערך"
- },
- "import": {
- "button": "ייבא",
- "description": "ניתן לייבא קובץ JSON המכיל רשימת משתנים",
- "title": "ייבא משתנים"
+ "checkbox": "סמן כדי לכלול משימות מושהות",
+ "description": "תיאור",
+ "includeDeferred": "כלול משימות מושהות",
+ "nameMaxLength": "השם יכול לכלול 256 תווים לכל היותר",
+ "nameRequired": "נדרש שם",
+ "slots": "מקומות שמורים"
},
- "noRowMessage": "לא נמצאו משתנים",
- "searchPlaceholder": "חפש משתנים"
+ "noPoolsFound": "לא נמצאו מאגרי משאבים",
+ "pool_one": "מאגר משאבים",
+ "pool_other": "מאגרי משאבים",
+ "searchPlaceholder": "חפש מאגרי משאבים",
+ "sort": {
+ "asc": "שם (A-Z)",
+ "desc": "שם (Z-A)",
+ "placeholder": "סדר לפי"
+ }
+ },
+ "providers": {
+ "columns": {
+ "packageName": "שם חבילה",
+ "version": "גירסה"
+ }
},
- "מאגי משאבים": {
- "actions": {
- "add": "הוספת מאגר משאבים חדש",
- "import": "ייבא ממאגר משאבים"
+ "variables": {
+ "add": "הוסף משתנה",
+ "columns": {
+ "isEncrypted": "האם מוצפן?"
},
"delete": {
- "deletePool_one": "מחק מאגר משאבים אחד",
- "deletePool_other": "מחק {{count}} מאגרי משאבים",
+ "deleteVariable_one": "מחר משתנה אחד",
+ "deleteVariable_other": "מחק {{count}} משתנים",
"firstConfirmMessage_one": "אתה עומד למחוק את מאגר המשאבים הבא:",
"firstConfirmMessage_other": "אתה עומד למחוק את מאגרי המשאבים הבאים:",
- "title": "מחק מאגר משאבים"
+ "title": "מחק מאגר משאבים",
+ "tooltip": "מחר משתנים נבחרים"
},
- "description": "מאגרי משאבים מגבילים את מספר המשימות המקבילות שרצות עבור
קבוצות משימות מסוימות",
- "edit": "ערוך מאגר משאבים",
+ "edit": "Edit Variable",
+ "export": "Export",
+ "exportTooltip": "Export selected variables",
"form": {
- "description": "תיאור",
- "name": "שם",
- "nameRequired": "נדרש שם",
- "slots": "מקומות",
- "slotsRequired": "נדרש מספר מקומות"
+ "invalidJson": "Invalid JSON",
+ "keyMaxLength": "Key can contain a maximum of 250 characters",
+ "keyRequired": "Key is required",
+ "valueRequired": "Value is required"
},
"import": {
"button": "ייבא",
- "description": "ניתן לייבא קובץ JSON המכיל רשימת מאגי משאבים",
- "title": "ייבא מאגי משאבים"
+ "conflictResolution": "בחר מנגנון ליישוב קונפליקט משתנים",
+ "errorParsingJsonFile": "שגיאה בפירסור קובץ JSON: העלה קובץ JSON המכיל
משתנים (לדוגמה, {\"key\": \"value\", ...}).",
+ "options": {
+ "fail": {
+ "description": "הכשלת הייבוא אם מזוהים משתנים קיימים.",
+ "title": "הכשל"
+ },
+ "overwrite": {
+ "description": "שכתוב (Overwrite) של המשתנה במקרה של קונפליקט.",
+ "title": "שכתב"
+ },
+ "skip": {
+ "description": "דילוג על ייבוא משתנים שכבר קיימים.",
+ "title": "דלג"
+ }
+ },
+ "title": "ייבא משתנים",
+ "upload": "העלה קובץ JSON",
+ "uploadPlaceholder": "העלה קובץ JSON המכיל משתנים (לדוגמה, {\"key\":
\"value\", ...})"
},
- "noRowMessage": "לא נמצאו מאגרי משאבים",
- "searchPlaceholder": "חפש מאגרי משאבים"
+ "noRowsMessage": "לא נמצאו משתנים",
+ "searchPlaceholder": "חפש מאגרי משאבים",
+ "variable_one": "משתנה",
+ "variable_other": "משתנים"
}
}