jmuehlner commented on code in PR #840:
URL: https://github.com/apache/guacamole-client/pull/840#discussion_r1174149113


##########
guacamole/src/main/frontend/src/translations/en.json:
##########
@@ -200,38 +200,50 @@
         "DIALOG_HEADER_ERROR"   : "@:APP.DIALOG_HEADER_ERROR",
         "DIALOG_HEADER_SUCCESS" : "Success",
 
-        "ERROR_AMBIGUOUS_CSV_HEADER"     : "Ambiguous CSV Header \"{HEADER}\" 
could be either a connection attribute or parameter",
-        "ERROR_AMBIGUOUS_PARENT_GROUP"   : "Both group and parentIdentifier 
may be not specified at the same time",
-        "ERROR_ARRAY_REQUIRED"           : "The provided file must contain a 
list of connections",
-        "ERROR_DUPLICATE_CSV_HEADER"     : "Duplicate CSV Header: {HEADER}",
-        "ERROR_EMPTY_FILE"               : "The provided file is empty",
-        "ERROR_INVALID_CSV_HEADER"       : "Invalid CSV Header \"{HEADER}\" is 
neither an attribute or parameter",
-        "ERROR_INVALID_MIME_TYPE"        : "Unsupported file type: \"{TYPE}\"",
-        "ERROR_DETECTED_INVALID_TYPE"    : "Unsupported file type. Please make 
sure the file is valid CSV, JSON, or YAML.",
-        "ERROR_INVALID_GROUP"            : "No group matching \"{GROUP}\" 
found",
-        "ERROR_INVALID_GROUP_IDENTIFIER" : "No connection group with 
identifier \"{IDENTIFIER}\" found",
-        "ERROR_NO_FILE_SUPPLIED"         : "Please select a file to import",
-        "ERROR_PARSE_FAILURE_CSV"        : "Please make sure your file is 
valid CSV. Parsing failed with error \"{ERROR}\". ",
-        "ERROR_PARSE_FAILURE_JSON"       : "Please make sure your file is 
valid JSON. Parsing failed with error \"{ERROR}\". ",
-        "ERROR_PARSE_FAILURE_YAML"       : "Please make sure your file is 
valid YAML. Parsing failed with error \"{ERROR}\". ",
-        "ERROR_REQUIRED_NAME"            : "No connection name found in the 
provided file",
-        "ERROR_REQUIRED_PROTOCOL"        : "No connection protocol found in 
the provided file",
+        "ERROR_AMBIGUOUS_CSV_HEADER"         : "Ambiguous CSV Header 
\"{HEADER}\" could be either a connection attribute or parameter",
+        "ERROR_AMBIGUOUS_PARENT_GROUP"       : "Both group and 
parentIdentifier may be not specified at the same time",
+        "ERROR_ARRAY_REQUIRED"               : "The provided file must contain 
a list of connections",
+        "ERROR_DETECTED_INVALID_TYPE"        : "Unsupported file type. Please 
make sure the file is valid CSV, JSON, or YAML.",
+        "ERROR_DUPLICATE_CONNECTION_IN_FILE" : "Duplicated connection 
\"{NAME}\" at \"{PATH}\" in import file",
+        "ERROR_DUPLICATE_CSV_HEADER"         : "Duplicate CSV Header: 
{HEADER}",
+        "ERROR_EMPTY_FILE"                   : "The provided file is empty",
+        "ERROR_INVALID_CSV_HEADER"           : "Invalid CSV Header 
\"{HEADER}\" is neither an attribute or parameter",
+        "ERROR_INVALID_MIME_TYPE"            : "Unsupported file type: 
\"{TYPE}\"",
+        "ERROR_INVALID_GROUP"                : "No group matching \"{GROUP}\" 
found",
+        "ERROR_INVALID_GROUP_IDENTIFIER"     : "No connection group with 
identifier \"{IDENTIFIER}\" found",
+        "ERROR_NO_FILE_SUPPLIED"             : "Please select a file to 
import",
+        "ERROR_PARSE_FAILURE_CSV"            : "Please make sure your file is 
valid CSV. Parsing failed with error \"{ERROR}\". ",
+        "ERROR_PARSE_FAILURE_JSON"           : "Please make sure your file is 
valid JSON. Parsing failed with error \"{ERROR}\". ",
+        "ERROR_PARSE_FAILURE_YAML"           : "Please make sure your file is 
valid YAML. Parsing failed with error \"{ERROR}\". ",
+        "ERROR_REJECT_UPDATE_CONNECTION"     : "Connection \"{NAME}\" already 
exists at \"{PATH}\"",
+        "ERROR_REQUIRED_NAME"                : "No connection name found in 
the provided file",
+        "ERROR_REQUIRED_PROTOCOL"            : "No connection protocol found 
in the provided file",
 
         "FIELD_PLACEHOLDER_FILTER" : "@:APP.FIELD_PLACEHOLDER_FILTER",
 
+        "FIELD_HEADER_EXISTING_CONNECTION_MODE" : "Replace/Update existing 
connections",
+        "FIELD_HEADER_EXISTING_PERMISSION_MODE" : "Reset permissions",
+
+        "FIELD_OPTION_DUPLICATE_REPLACE" : "Replace duplicates",
+        "FIELD_OPTION_DUPLICATE_IGNORE"  : "Ignore duplicates",
+        "FIELD_OPTION_DUPLICATE_ERROR"   : "Disallow duplicates",

Review Comment:
   Err... nope



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to