This repository was archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Minor Italian translation fixes (Trivial) #6292
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -99,7 +99,7 @@ define({ | |
| "WITH" : "Con", | ||
| "BUTTON_YES" : "Si", | ||
| "BUTTON_NO" : "No", | ||
| "BUTTON_STOP" : "Stop", | ||
| "BUTTON_STOP" : "Fermi", | ||
|
|
||
| "OPEN_FILE" : "Apri File", | ||
| "CHOOSE_FOLDER" : "Scegli una cartella", | ||
|
|
@@ -125,7 +125,7 @@ define({ | |
| * ProjectManager | ||
| */ | ||
|
|
||
| "UNTITLED" : "Senza nome", | ||
| "UNTITLED" : "Senza titolo", | ||
|
|
||
| /** | ||
| * Keyboard modifier names | ||
|
|
@@ -221,9 +221,9 @@ define({ | |
| // Help menu commands | ||
| "HELP_MENU" : "Aiuto", | ||
| "CMD_CHECK_FOR_UPDATE" : "Controlla aggiornamenti", | ||
| "CMD_HOW_TO_USE_BRACKETS" : "Guida all'uso di {APP_NAME}", | ||
| "CMD_HOW_TO_USE_BRACKETS" : "Come usare {APP_NAME}", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "Come usare" (how to use) is a more direct translation. |
||
| "CMD_FORUM" : "{APP_NAME} Forum", | ||
| "CMD_RELEASE_NOTES" : "Release Notes", | ||
| "CMD_RELEASE_NOTES" : "Note del lancio", | ||
| "CMD_REPORT_AN_ISSUE" : "Segnala un problema", | ||
| "CMD_SHOW_EXTENSIONS_FOLDER" : "Mostra cartella estensioni", | ||
| "CMD_TWITTER" : "{TWITTER_NAME} su Twitter", | ||
|
|
@@ -275,7 +275,7 @@ define({ | |
| "CMD_SHOW_PERF_DATA" : "Mostra dati sulle prestazioni", | ||
| "CMD_ENABLE_NODE_DEBUGGER" : "Abilita il debugger Node", | ||
| "CMD_LOG_NODE_STATE" : "Log lo stato del debugger Node nella Console", | ||
| "CMD_RESTART_NODE" : "Restart Node", | ||
| "CMD_RESTART_NODE" : "Riavvi Node", | ||
|
|
||
| "LANGUAGE_TITLE" : "Cambia lingua", | ||
| "LANGUAGE_MESSAGE" : "Scegli una lingua dlla lista sottostante:", | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
"Senza titolo" is a direct translation of "untitled". It just sounds less natural saying "without name" instead of "without title".