GUACAMOLE-1730: Add polish translation.

This commit is contained in:
jbochenski
2023-01-04 15:32:34 +01:00
parent c2f2defcba
commit c375e6fcee
19 changed files with 1295 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
"translations/fr.json",
"translations/ja.json",
"translations/ko.json",
"translations/pl.json",
"translations/pt.json",
"translations/ru.json",
"translations/zh.json"

View File

@@ -0,0 +1,18 @@
{
"DATA_SOURCE_QUICKCONNECT" : {
"NAME" : "QuickConnect"
},
"QUICKCONNECT" : {
"ACTION_CONNECT" : "Połącz",
"ERROR_INVALID_URI" : "Podano nieprawidłowy URI",
"ERROR_NO_HOST" : "Nie podano hosta",
"ERROR_NO_PROTOCOL" : "Nie podano protokołu",
"ERROR_NOT_ABSOLUTE_URI" : "Adres URI nie jest absolutny",
"FIELD_PLACEHOLDER_URI" : "Podaj URI Połączenia"
}
}