Dev-iL commented on code in PR #70382:
URL: https://github.com/apache/airflow/pull/70382#discussion_r3649373890
##########
airflow-core/src/airflow/ui/public/i18n/locales/he/common.json:
##########
@@ -225,6 +253,47 @@
},
"selectLanguage": "בחר שפה",
"selected": "נבחר",
+ "shortcuts": {
+ "categories": {
+ "code": "קוד",
+ "dagView": "תצוגת Dag",
+ "filters": "מסננים",
+ "global": "כללי",
+ "logs": "רישומים",
+ "navigation": "ניווט",
+ "runActions": "פעולות ריצה ומשימה",
+ "search": "חיפוש"
+ },
+ "descriptions": {
+ "clearRun": "נקה $t(dagRun_one)",
+ "clearTaskInstance": "נקה $t(taskInstance_one)",
+ "downloadLogs": "הורד רישומים",
+ "focusFilterSearch": "מיקוד בחיפוש מסננים",
+ "focusLogSearch": "חפש ברישומים",
+ "focusSearch": "מיקוד בחיפוש",
+ "markRunFailed": "סמן $t(dagRun_one) ככשלון",
+ "markRunSuccess": "סמן $t(dagRun_one) כהצלחה",
+ "markTaskFailed": "סמן $t(task_one) ככשלון",
+ "markTaskGroupFailed": "סמן $t(taskGroup_one) ככשלון",
+ "markTaskGroupSuccess": "סמן $t(taskGroup_one) כהצלחה",
+ "markTaskSuccess": "סמן $t(task_one) כהצלחה",
+ "navigateTasks": "נווט בין $t(task_other)",
+ "openGraphFilters": "פתח מסנני גרף",
+ "scrollBottom": "גלול לתחתית",
Review Comment:
למה בלי "הדף" פה בשונה המחרוזת שלאחר מכן?
##########
airflow-core/src/airflow/ui/public/i18n/locales/he/assets.json:
##########
@@ -2,6 +2,22 @@
"additional_data": "נתונים נוספים",
"asset_many": "נכסים",
"asset_one": "נכס",
+ "assetStateStore": {
+ "add": "הוסף מאגר מצב נכס",
+ "clearAll": {
+ "resource": "כל מאגר מצב הנכס",
Review Comment:
כל המאגר
##########
airflow-core/src/airflow/ui/public/i18n/locales/he/common.json:
##########
@@ -194,6 +205,23 @@
"pendingDagRun_one": "{{count}} הרצת Dag ממתינה",
"pendingDagRun_other": "{{count}} הרצות Dag ממתינות",
"pendingDagRun_two": "{{count}} הרצות Dag ממתינות",
+ "presetFilters": {
+ "deleteTitle": "מחק מסנן מוגדר מראש",
+ "deleteWarning": "מסננים מוגדרים מראש נשמרים בדפדפן זה בלבד.",
+ "duplicate": "המסנן המוגדר מראש \"{{name}}\" כבר שומר בדיוק את ההגדרה
הזו.",
Review Comment:
כבר קיים מסנן מוגדר־מראש עם הגדרה זהה
##########
airflow-core/src/airflow/ui/public/i18n/locales/he/assets.json:
##########
@@ -2,6 +2,22 @@
"additional_data": "נתונים נוספים",
"asset_many": "נכסים",
"asset_one": "נכס",
+ "assetStateStore": {
+ "add": "הוסף מאגר מצב נכס",
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]