diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/tr/assets.json b/airflow-core/src/airflow/ui/public/i18n/locales/tr/assets.json index 3999d970008f4..0cb5c8b276a0c 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/tr/assets.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/tr/assets.json @@ -1,5 +1,6 @@ { "consumingDags": "Tüketen Dag'ler", + "consumingTasks": "Tüketen Görevler", "createEvent": { "button": "Olay oluştur", "manual": { diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/tr/common.json b/airflow-core/src/airflow/ui/public/i18n/locales/tr/common.json index 04be0181046d4..673d0f00db68b 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/tr/common.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/tr/common.json @@ -89,6 +89,7 @@ "back": "Geri", "defaultMessage": "Beklenmeyen bir hata oluştu", "home": "Ana Sayfa", + "invalidUrl": "Sayfa Bulunamadı. Lütfen URL'yi kontrol edin ve tekrar deneyin.", "notFound": "Sayfa Bulunamadı", "title": "Hata" },