potiuk commented on code in PR #51696:
URL: https://github.com/apache/airflow/pull/51696#discussion_r2146632248
##########
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": "ID 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ć
tylko spacji",
Review Comment:
Yep
--
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]