shahar1 commented on code in PR #51839:
URL: https://github.com/apache/airflow/pull/51839#discussion_r2152259154
##########
airflow-core/src/airflow/ui/src/i18n/locales/he/dag.json:
##########
@@ -0,0 +1,111 @@
+{
+ "allRuns": "כל ההרצות",
+ "blockingDeps": {
+ "dependency": "תלות",
+ "reason": "סיבה",
+ "title": "תלויות החוסמות את תזמון המשימה"
+ },
+ "code": {
+ "bundleUrl": "כתובת החבילה",
+ "noCode": "לא נמצא קוד תכנות",
Review Comment:
Sounds a bit odd, maybe just "לא נמצא קוד"?
##########
airflow-core/src/airflow/ui/src/i18n/locales/he/dag.json:
##########
@@ -0,0 +1,111 @@
+{
+ "allRuns": "כל ההרצות",
+ "blockingDeps": {
+ "dependency": "תלות",
+ "reason": "סיבה",
+ "title": "תלויות החוסמות את תזמון המשימה"
+ },
+ "code": {
+ "bundleUrl": "כתובת החבילה",
+ "noCode": "לא נמצא קוד תכנות",
+ "parsedAt": "נקרא בשעה:"
+ },
+ "extraLinks": "קישורים נוספים",
+ "grid": {
+ "buttons": {
+ "resetToLatest": "אפס לגרסה האחרונה",
+ "toggleGroup": "החלף מצב קבוצה"
+ }
+ },
+ "header": {
+ "buttons": {
+ "dagDocs": "תיעוד DAG"
+ }
+ },
+ "logs": {
+ "noTryNumber": "אין מספר ניסיון",
+ "viewInExternal": "צפה ברישומים ב-{{name}} (ניסיון {{attempt}})"
+ },
+ "overview": {
+ "buttons": {
+ "failedRun_one": "הרצה שנכשלה",
+ "failedRun_other": "הרצות שנכשלו",
+ "failedTask_one": "משימה שנכשלה",
+ "failedTask_other": "משימות שנכשלו",
+ "failedTaskInstance_one": "מופע משימה שנכשל",
+ "failedTaskInstance_other": "מופעי משימות שנכשלו"
+ },
+ "charts": {
+ "assetEvent_one": "אירוע משאב שנוצר",
Review Comment:
Did we decide on "משאב" or "נכס"? (I'm ok with both, but we should be
consistent in all translation files)
--
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]