JordiRoman commented on a change in pull request #513:
URL: https://github.com/apache/guacamole-client/pull/513#discussion_r430004991
##########
File path: guacamole/src/main/webapp/translations/ca.json
##########
@@ -0,0 +1,962 @@
+{
+
+ "NAME" : "Catalan",
+
+ "APP" : {
+
+ "NAME" : "Apache Guacamole",
+ "VERSION" : "${project.version}",
Review comment:
Ok. I Do it.
Sorry. I'm newie with git & github. I must re-do the pull request when I
correct all ?
Thank you
##########
File path:
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/ca.json
##########
@@ -0,0 +1,113 @@
+{
+
+ "LOGIN" : {
+
+ "ERROR_PASSWORD_BLANK" : "@:APP.ERROR_PASSWORD_BLANK",
+ "ERROR_PASSWORD_SAME" : "La nova contrasenya ha de ser diferent de
la contrasenya caducada.",
+ "ERROR_PASSWORD_MISMATCH" : "@:APP.ERROR_PASSWORD_MISMATCH",
+ "ERROR_NOT_VALID" : "Aquest compte d'usuari actualment no és
vàlid.",
+ "ERROR_NOT_ACCESSIBLE" : "L'accés a aquest compte actualment no
està permès. Torneu-ho a provar més endavant.",
+
+ "INFO_PASSWORD_EXPIRED" : "La vostra contrasenya ha caducat i s'ha de
restablir. Introduïu una nova contrasenya per continuar.",
+
+ "FIELD_HEADER_NEW_PASSWORD" : "Nova contrasenya",
+ "FIELD_HEADER_CONFIRM_NEW_PASSWORD" : "Confirmar nova contrasenya"
+
+ },
+
+ "CONNECTION_ATTRIBUTES" : {
+
+ "FIELD_HEADER_MAX_CONNECTIONS" : "Nombre màxim de
connexions:",
+ "FIELD_HEADER_MAX_CONNECTIONS_PER_USER" : "Nombre màxim de connexions
per usuari:",
+
+ "FIELD_HEADER_FAILOVER_ONLY" : "Ús només per fer-ho
desactivar:",
+ "FIELD_HEADER_WEIGHT" : "Pes de la connexió:",
+
+ "FIELD_HEADER_GUACD_HOSTNAME" : "Nom de l'amfitrió:",
+ "FIELD_HEADER_GUACD_ENCRYPTION" : "Xifrat:",
+ "FIELD_HEADER_GUACD_PORT" : "Port:",
+
+ "FIELD_OPTION_GUACD_ENCRYPTION_EMPTY" : "",
+ "FIELD_OPTION_GUACD_ENCRYPTION_NONE" : "Cap (sense xifrar)",
+ "FIELD_OPTION_GUACD_ENCRYPTION_SSL" : "SSL / TLS",
+
+ "SECTION_HEADER_CONCURRENCY" : "Límits de concurrència",
+ "SECTION_HEADER_LOAD_BALANCING" : "Equilibri de càrrega",
+ "SECTION_HEADER_GUACD" : "Paràmetres del proxy de Guacamole
(guacd)"
+
+ },
+
+ "CONNECTION_GROUP_ATTRIBUTES" : {
+
+ "FIELD_HEADER_ENABLE_SESSION_AFFINITY" : "Activa l’afinitat de la
sessió:",
+ "FIELD_HEADER_MAX_CONNECTIONS" : "Nombre màxim de
connexions:",
+ "FIELD_HEADER_MAX_CONNECTIONS_PER_USER" : "Nombre màxim de connexions
per usuari:",
+
+ "SECTION_HEADER_CONCURRENCY" : "Límits de concurrència (grups
d'equilibri)"
+
+ },
+
+ "DATA_SOURCE_MYSQL" : {
+ "NAME" : "MySQL"
+ },
+
+ "DATA_SOURCE_MYSQL_SHARED" : {
+ "NAME" : "Connexions compartides (MySQL)"
+ },
+
+ "DATA_SOURCE_POSTGRESQL" : {
+ "NAME" : "PostgreSQL"
+ },
+
+ "DATA_SOURCE_POSTGRESQL_SHARED" : {
+ "NAME" : "Connexions compartides (PostgreSQL)"
+ },
+
+ "DATA_SOURCE_SQLSERVER" : {
+ "NAME" : "SQL Server"
+ },
+
+ "DATA_SOURCE_SQLSERVER_SHARED" : {
+ "NAME" : "Connexions compartides (SQL Server)"
+ },
+
+ "HOME" : {
+ "INFO_SHARED_BY" : "Compartit per{USERNAME}"
Review comment:
Ok
##########
File path: extensions/guacamole-auth-cas/src/main/resources/translations/ca.json
##########
@@ -0,0 +1,12 @@
+{
+
+ "DATA_SOURCE_CAS" : {
+ "NAME" : "CAS SSO Backend"
Review comment:
I improve the translation
##########
File path: extensions/guacamole-auth-cas/src/main/resources/translations/ca.json
##########
@@ -0,0 +1,12 @@
+{
+
+ "DATA_SOURCE_CAS" : {
+ "NAME" : "CAS SSO Backend"
+ },
+
+ "LOGIN" : {
+ "FIELD_HEADER_TICKET" : "",
Review comment:
Empty strings removed
##########
File path: guacamole/src/main/webapp/translations/ca.json
##########
@@ -0,0 +1,962 @@
+{
+
+ "NAME" : "Catalan",
+
+ "APP" : {
+
+ "NAME" : "Apache Guacamole",
+ "VERSION" : "${project.version}",
Review comment:
APP.NAME & APP.VERSION removed from translation
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]