GUACAMOLE-1078: Catalan I18N. Generation of a translation into the Catalan language.

The modifications add translation file for the webapp and the following extensions:
  - guacamole-auth-cas
  - guacamole-auth-duo
  - guacamole-auth-jdbc
  - guacamole-auth-openid
  - guacamole-auth-quickconnect
  - guacamole-auth-radius
  - guacamole-auth-saml
  - guacamole-auth-totp

Modify the guac-manifest file of the different translated extensions and place translations in alphabetical order
This commit is contained in:
Jordi Roman
2020-05-25 15:54:42 +02:00
parent 8e77864e63
commit 5972b006ff
19 changed files with 1233 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
],
"translations" : [
"translations/ca.json",
"translations/en.json"
]

View File

@@ -0,0 +1,12 @@
{
"DATA_SOURCE_SAML" : {
"NAME" : "Extensión de autenticación SAML"
},
"LOGIN" : {
"FIELD_HEADER_SAML" : "",
"INFO_SAML_REDIRECT_PENDING" : "Por favor espere, redirigiendo al proveedor de identidad ..."
}
}