Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/217#discussion_r156451837
--- Diff: guacamole/src/main/webapp/translations/it.json ---
@@ -543,9 +543,13 @@
"FIELD_PLACEHOLDER_FILTER" : "@:APP.FIELD_PLACEHOLDER_FILTER",
+ "FORMAT_DATE" : "@:APP.FORMAT_DATE_TIME_PRECISE",
+
"HELP_USERS" : "Click or tap on a user below to manage that user.
Depending on your access level, users can be added and deleted, and their
passwords can be changed.",
- "SECTION_HEADER_USERS" : "Utenti"
+ "SECTION_HEADER_USERS" : "Utenti",
+
+ "TABLE_HEADER_USERNAME" : "Username"
--- End diff --
I have no idea, personally. In this case, I copied the value from elsewhere
in `it.json`:
https://github.com/apache/guacamole-client/blob/649fd8c036861014a6064f4af3e05f309cd92973/guacamole/src/main/webapp/translations/it.json#L191-L193
---