potiuk commented on code in PR #51696:
URL: https://github.com/apache/airflow/pull/51696#discussion_r2150068762


##########
airflow-core/src/airflow/ui/src/i18n/locales/pl/admin.json:
##########
@@ -1,6 +1,141 @@
 {
-  "connections":{
+  "columns": {
+    "description": "Opis",
+    "key": "Klucz",
+    "name": "Nazwa",
+    "value": "Wartość"
+  },
+  "config": {
+    "columns": {
+      "section": "Sekcja"
+    },
+    "title": "Konfiguracja Airflowa"
+  },
+  "connections": {
+    "add": "Dodaj połączenie",
+    "columns": {
+      "connectionId": "Identyfikator połączenia",
+      "connectionType": "Typ połączenia",
+      "host": "Host",
+      "port": "Port"
+    },
+    "delete": {
+      "deleteConnection_one": "Usuń 1 połączenie",
+      "deleteConnection_other": "Usuń {{count}} połączenia",
+      "firstConfirmMessage_one": "Zamierzasz usunąć następujące połączenie:",
+      "firstConfirmMessage_other": "Zamierzasz usunąć następujące połączenia:",
+      "title": "Usuń połączenie"
+    },
+    "edit": "Edytuj połączenie",
+    "form": {
+      "connectionIdRequired": "Identyfikator połączenia jest wymagane",
+      "connectionIdRequirement": "Identyfikator połączenia nie może zawierać 
wyłącznie spacji",
+      "connectionTypeRequired": "Typ połączenia jest wymagany",
+      "extraFields": "Dodatkowe pola",
+      "extraFieldsJson": "Dodatkowe pola JSON",
+      "helperText": "Brakuje typu połączenia? Upewnij się, że zainstalowałeś 
odpowiedni provider.",

Review Comment:
   I like "dostawca"



-- 
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]

Reply via email to