mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1207: Portuguese I18N. Add portuguese translation
Add translation files for the webapp and the following extensions: - guacamole-auth-cas - guacamole-auth-duo - guacamole-auth-jdbc - guacamole-auth-openid - guacamole-auth-quickconnect - guacamole-auth-saml - guacamole-auth-totp
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
"translations/de.json",
|
||||
"translations/en.json",
|
||||
"translations/ja.json",
|
||||
"translations/pt.json",
|
||||
"translations/ru.json"
|
||||
],
|
||||
|
||||
|
@@ -0,0 +1,18 @@
|
||||
{
|
||||
|
||||
"DATA_SOURCE_QUICKCONNECT" : {
|
||||
"NAME" : "QuickConnect"
|
||||
},
|
||||
|
||||
"QUICKCONNECT" : {
|
||||
"ACTION_CONNECT" : "Conectar",
|
||||
|
||||
"ERROR_INVALID_URI" : "URI especificada é inválida",
|
||||
"ERROR_NO_HOST" : "Nenhum host especificado",
|
||||
"ERROR_NO_PROTOCOL" : "Nenhum protocol especificado",
|
||||
"ERROR_NOT_ABSOLUTE_URI" : "URI não é absoluta",
|
||||
|
||||
"FIELD_PLACEHOLDER_URI" : "Digite a conexão URI"
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user