eladkal commented on code in PR #51650:
URL: https://github.com/apache/airflow/pull/51650#discussion_r2144365353
##########
airflow-core/src/airflow/ui/src/i18n/locales/he/admin.json:
##########
@@ -0,0 +1,109 @@
+{
+ "columns": {
+ "description": "תיאור",
+ "key": "מפתח",
+ "name": "שם",
+ "value": "ערך"
+ },
+ "config": {
+ "columns": {
+ "section": "מדור"
+ },
+ "title": "תצורת Airflow"
+ },
+ "connections": {
+ "add": "הוסף חיבור חדש",
+ "columns": {
+ "connectionId": "מזהה חיבור",
+ "connectionType": "סוג חיבור",
+ "host": "שרת",
+ "port": "פורט"
+ },
+ "delete": {
+ "deleteConnection_one": "מחק חיבור אחד",
+ "deleteConnection_other": "מחק {{count}} חיבורים",
+ "firstConfirmMessage_one": "אתה עומד למחוק את החיבור הבא:",
+ "firstConfirmMessage_other": "אתה עומד למחוק את החיבורים הבאים:",
+ "title": "מחק חיבור"
+ },
+ "edit": "ערוך חיבור",
+ "form": {
+ "connectionIdRequired": "נדרש מזהה חיבור",
+ "connectionIdRequirement": "מזהה חיבור אינו יכול להכיל רווחים בלבד",
+ "connectionTypeRequired": "נדרש סוג חיבור",
+ "extraFields": "שדות נוספים",
+ "extraFieldsJson": "שדות נוספים JSON",
+ "helperText": "חסר סוג חיבור? וודא שהתקנת את חבילת ה-Airflow Providers
המתאימה",
+ "selectConnectionType": "בחר סוג חיבור",
+ "standardFields": "שדות סטנדרטיים"
+ },
+ "noRowMessage": "לא נמצאו חיבורים",
+ "searchPlaceholder": "חפש חיבורים",
+ "test": "בדוק חיבור",
+ "testDisabled": "תכונת בדיקת החיבור מושבתת. אנא פנה למנהל המערכת להפעלתה"
+ },
+ "deleteActions": {
+ "button": "מחק",
+ "modal": {
+ "confirmButton": "כן, מחק",
+ "secondConfirmMessage": "פעולה זו היא בלתי הפיכה"
+ }
+ },
+ "pools": {
+ "actions": {
+ "add": "הוסף Pool חדש",
+ "import": "ייבא Pools"
+ },
+ "delete": {
+ "deletePool_one": "מחק Pool אחד",
+ "deletePool_other": "מחק {{count}} Pools",
+ "firstConfirmMessage_one": "אתה עומד למחוק את ה-Pool הבא:",
+ "firstConfirmMessage_other": "אתה עומד למחוק את ה-Pools הבאים:",
+ "title": "מחק Pool"
+ },
+ "description": "Pools מגבילים את מספר המשימות המקבילות שרצות עבור קבוצות
משימות מסוימות",
+ "edit": "ערוך Pool",
+ "form": {
+ "description": "תיאור",
+ "name": "שם",
+ "nameRequired": "נדרש שם",
+ "slots": "מקומות",
+ "slotsRequired": "נדרש מספר מקומות"
+ },
+ "import": {
+ "button": "ייבא",
+ "description": "ניתן לייבא קובץ JSON המכיל רשימת Pools",
+ "title": "ייבא Pools"
+ },
+ "noRowMessage": "לא נמצאו Pools",
+ "searchPlaceholder": "חפש Pools"
+ },
+ "variables": {
+ "actions": {
+ "add": "הוסף משתנה חדש",
+ "import": "ייבא משתנים"
+ },
+ "delete": {
+ "deleteVariable_one": "מחק משתנה אחד",
+ "deleteVariable_other": "מחק {{count}} משתנים",
+ "firstConfirmMessage_one": "אתה עומד למחוק את המשתנה הבא:",
+ "firstConfirmMessage_other": "אתה עומד למחוק את המשתנים הבאים:",
+ "title": "מחק משתנה"
+ },
+ "description": "משתנים הם דרך להעביר מידע בין DAGs",
Review Comment:
זה אמור להיות קצר למיטב ידיעתי
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]