-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Translate in Italian for Brackets 1.4 #11318
Conversation
Translate in Italian for Brackets 1.4
@nicolo-ribaudo Would you mind doing a quick review for these changes? |
// Application preferences corrupt error strings | ||
"ERROR_PREFS_CORRUPT_TITLE" : "Errore nella lettura delle preferenze", | ||
"ERROR_PREFS_CORRUPT" : "Le tue preferenze non sono in un file JSON valido. Il file verrà aperto in modo da poter correggere il formato. Dovrai riavviare {APP_NAME} così le modifiche avranno effetto.", | ||
|
||
"ERROR_PROJ_PREFS_CORRUPT" : "Il file delle preferenze di progetto non è valido JSON. Il file verrà aperto in modo da poter correggere il formato. Avrete bisogno di ricaricare il progetto affinché le modifiche abbiano effetto.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be better Le preferenze del progetto non sono in un file JSON valido. Il file verrà aperto ...
(Similar to line 90)
"DESCRIPTION_INFERENCE_TIMEOUT" : "La quantità di tempo dopo il quale Tern scadrà quando si cerca di capire i file", | ||
"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR" : "Vero per mostrare gli errori nella barra di stato", | ||
"DESCRIPTION_QUICK_VIEW_ENABLED" : "Vero per abilitare Quick View", | ||
"DESCRIPTION_EXTENSION_LESS_IMAGE_PREVIEW" : "Vero per visualizzare le anteprime delle immagini degli URL delle estensioni mancanti", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
true
per visualizzare le anteprime delle immagini
anche se non hanno un'estensione
Done |
@nicolo-ribaudo I started review the comments :) |
I've translated some JSLint-related strings differently from |
good translation for me! |
Good for me! |
@Denisov21 I've corrected these errors: Denisov21#1 |
I think @nicolo-ribaudo can close this PR becouse @marcelgerber merge this PR (#11117). |
That PR was about other strings |
@Denisov21 @nicolo-ribaudo @fredev @marcelgerber |
No, because @Denisov21 hasn't merged Denisov21/brackets#1yet. |
Scusa @nicolo-ribaudo che cosa significa "No, because @Denisov21 hasn't merged Denisov21/brackets#1yet ? Io non posso unire nulla! |
@Denisov21 You should merge Denisov21#1 . Here is a guide on how to merge a pr: https://help.github.com/articles/merging-a-pull-request/ Italian translation: |
Italian translation review
@abose @marcelgerber Now this pr can be merged |
There should be a comma at the end of line 650 |
Fix JSHint errors in nls/it/strings.js
@nicolo-ribaudo I've done! I merge with success. Thank @nicolo-ribaudo very much! |
Translate in Italian for Brackets 1.4
@Denisov21 @nicolo-ribaudo @fredev Thanks everyone for the quick changes. |
Translate in Italian for Brackets 1.4