GUACAMOLE-1730: Merge Polish translation.

This commit is contained in:
Mike Jumper
2023-02-04 13:08:30 -08:00
committed by GitHub
19 changed files with 1295 additions and 1 deletions

View File

@@ -10,7 +10,8 @@
],
"translations" : [
"translations/en.json"
"translations/en.json",
"translations/pl.json"
]
}

View File

@@ -0,0 +1,5 @@
{
"LOGIN": {
"ERROR_TOO_MANY_ATTEMPTS" : "Zbyt wiele nieudanych prób logowania. Spróbuj ponownie później."
}
}