GUACAMOLE-2172: Update italian localization#1181
Conversation
I tried to update the Italian localization, it.json
corentin-soriano
left a comment
There was a problem hiding this comment.
Thank you for this contribution!
Could you perform a rebase from the staging/1.6.1 branch so that these changes can be included in the next version?
| "TABLE_HEADER_USERNAME" : "Nome utente", | ||
| "TABLE_HEADER_FULL_NAME" : "Nome completo", | ||
| "TABLE_HEADER_LAST_ACTIVE" : "Ultima connessione", | ||
| "TABLE_HEADER_ORGANIZATION" : "Organizzazione" | ||
|
|
||
| }, | ||
|
|
||
| "SETTINGS_USER_GROUPS" : { | ||
| "ACTION_ACKNOWLEDGE" : "@:APP.ACTION_ACKNOWLEDGE", | ||
| "ACTION_NEW_USER_GROUP" : "Nuovo Gruppo", | ||
| "DIALOG_HEADER_ERROR" : "@:APP.DIALOG_HEADER_ERROR", | ||
| "FIELD_PLACEHOLDER_FILTER" : "@:APP.FIELD_PLACEHOLDER_FILTER", | ||
| "FORMAT_DATE" : "@:APP.FORMAT_DATE_TIME_PRECISE", | ||
| "HELP_USER_GROUPS" : "Fai clic o tocca un gruppo nell'elenco sottostante per gestirlo. A seconda del tuo livello di accesso, puoi aggiungere/eliminare gruppi e modificarne i membri e la composizione.", | ||
| "SECTION_HEADER_USER_GROUPS" : "Gruppi", | ||
| "TABLE_HEADER_USER_GROUP_NAME" : "Nome del Gruppo" |
There was a problem hiding this comment.
For consistency, could you align the values as you have done in the rest of the file?
There was a problem hiding this comment.
I did it, I hope the changes are as requested
I tried to update the Italian localization, it.json
corentin-soriano
left a comment
There was a problem hiding this comment.
Some remarks that may apply to several places in your pull request.
Additionally, can you perform a rebase to delete the merge commit and squash both commits with the same message?
| "ACTION_SEARCH" : "@:APP.ACTION_SEARCH", | ||
| "ACTION_DOWNLOAD" : "@:APP.ACTION_DOWNLOAD", |
There was a problem hiding this comment.
I'm not sure that copying these references is necessary.
| "HELP_DEFAULT_INPUT_METHOD" : "Il metodo di input predefinito determina come gli eventi della tastiera vengono ricevuti da Guacamole. La modifica di questa impostazione potrebbe essere necessaria quando si utilizza un dispositivo mobile o quando si digita un IME. Questa impostazione può essere ignorata in base alla connessione all'interno del menu Guacamole.", | ||
| "HELP_DEFAULT_MOUSE_MODE" : "La modalità di emulazione del mouse predefinita determina come si comporterà il mouse remoto nelle nuove connessioni rispetto ai tocchi. Questa impostazione può essere ignorata in base alla connessione all'interno del menu Guacamole.", | ||
| "HELP_INPUT_METHOD_NONE" : "@:CLIENT.HELP_INPUT_METHOD_NONE", | ||
| "HELP_INPUT_METHOD_OSK" : "@:CLIENT.HELP_INPUT_METHOD_OSK", | ||
| "HELP_INPUT_METHOD_TEXT" : "@:CLIENT.HELP_INPUT_METHOD_TEXT", | ||
| "HELP_LANGUAGE" : "Seleziona una lingua diversa di seguito per cambiare la lingua di tutto il testo all'interno di Guacamole. Le scelte disponibili dipenderanno dalle lingue installate.", | ||
| "HELP_MOUSE_MODE_ABSOLUTE" : "@:CLIENT.HELP_MOUSE_MODE_ABSOLUTE", | ||
| "HELP_MOUSE_MODE_RELATIVE" : "@:CLIENT.HELP_MOUSE_MODE_RELATIVE", | ||
| "HELP_UPDATE_PASSWORD" : "Se desideri cambiare la tua password, inserisci la tua password attuale e sotto scrivi quella che desideri come nuova password, clicca \"Modifica Password\". La modifica avrà effetto immediato.", | ||
|
|
||
| "INFO_PASSWORD_CHANGED" : "Password Modificata.", | ||
|
|
||
| "NAME_INPUT_METHOD_NONE" : "@:CLIENT.NAME_INPUT_METHOD_NONE", | ||
| "NAME_INPUT_METHOD_OSK" : "@:CLIENT.NAME_INPUT_METHOD_OSK", | ||
| "NAME_INPUT_METHOD_TEXT" : "@:CLIENT.NAME_INPUT_METHOD_TEXT", | ||
|
|
||
| "SECTION_HEADER_DEFAULT_INPUT_METHOD" : "Metodo di immissione predefinito", | ||
| "SECTION_HEADER_DEFAULT_MOUSE_MODE" : "Modalità di emulazione del mouse predefinita", | ||
| "SECTION_HEADER_UPDATE_PASSWORD" : "Modifica Password" |
There was a problem hiding this comment.
It is probably not necessary to change the indentations on a line that has no other changes.
enrymari
left a comment
There was a problem hiding this comment.
I tried to correct it, I hope it's correct now.
you could instead try doing something like: git rebase -i origin/main |
I tried to update the Italian localization, it.json