Skip to content

Commit 62050c2

Browse files
csigsmichelleangela
authored andcommitted
Localization - Translated Strings (#4435)
1 parent 241bb9f commit 62050c2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Extension/i18n/chs/package.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"c_cpp.command.takeSurvey.title": "参加调查",
1818
"c_cpp.command.buildAndDebugActiveFile.title": "生成和调试活动文件",
1919
"c_cpp.command.logDiagnostics.title": "日志诊断",
20-
"c_cpp.command.referencesViewGroupByType.title": "Group by Reference Type",
21-
"c_cpp.command.referencesViewUngroupByType.title": "Ungroup by Reference Type",
20+
"c_cpp.command.referencesViewGroupByType.title": "按引用类型分组",
21+
"c_cpp.command.referencesViewUngroupByType.title": "按引用类型取消分组",
2222
"c_cpp.command.rescanWorkspace.title": "重新扫描工作区",
2323
"c_cpp.command.vcpkgClipboardInstallSuggested.title": "将 vcpkg 安装命令复制到剪贴板",
2424
"c_cpp.command.vcpkgOnlineHelpSuggested.title": "访问 vcpkg 帮助页",

Extension/i18n/chs/src/LanguageServer/references.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"searching.files": "正在搜索文件。",
3030
"files.searched": "已搜索 {0} 个文件,共 {1} 个文件。{2}",
3131
"files.confirmed": "已确认 {0} 个文件,共 {1} 个文件。{2}",
32-
"c.cpp.peek.references": "C/C++ Peek References",
32+
"c.cpp.peek.references": "C/C++ 速览引用",
3333
"some.references.may.be.missing": "[警告] 某些引用可能丢失,因为在 {0} 启动时,工作区分析不完整。"
3434
}

Extension/i18n/ita/src/nativeStrings.i18n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@
101101
"tag_parser_quick_info": "utilizzo del parser di tag per accedere alle informazioni rapide",
102102
"closing_communication_channel": "Chiusura del canale di comunicazione.",
103103
"sending_compilation_args": "invio degli argomenti di compilazione per {0}",
104-
"include_label": "include: {0}",
104+
"include_label": "inclusione: {0}",
105105
"framework_label": "framework: {0}",
106-
"define_label": "define: {0}",
106+
"define_label": "definizione: {0}",
107107
"preinclude_label": "preinclude: {0}",
108108
"other_label": "altro: {0}",
109109
"sending_count_changes_to_server": "invio di {0} modifiche al server",

Extension/i18n/ita/src/packageManager.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"package.manager.missing": "Il manifesto del pacchetto non esiste",
88
"downloading.package": "Download del pacchetto '{0}' ",
9-
"downloading.progress.description": "Download di {0}: {1}",
9+
"downloading.progress.description": "Download al {0}: {1}",
1010
"error.from": "Errore restituito da {0}",
1111
"failed.download.url": "Non è stato possibile scaricare {0}",
1212
"failed.retrying": "Errore. Verrà effettuato un nuovo tentativo...",

0 commit comments

Comments
 (0)