Skip to content

Commit 799d09f

Browse files
authored
Fix some loc bugs. (#13522)
* Fix some loc bugs. * Fix newlines at end of files in json.
1 parent 04bc6c8 commit 799d09f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Extension/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"editor.formatOnSave": true,
2828
"editor.defaultFormatter": "vscode.json-language-features",
2929
"editor.tabSize": 4,
30-
"files.insertFinalNewline": true
30+
"files.insertFinalNewline": false
3131
},
3232
"[jsonc]": {
3333
"editor.formatOnSave": true,

Extension/i18n/chs/ui/settings.html.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"edit.configurations.json": "C/C++: 编辑配置(JSON)",
1414
"check.the.schema": "转到 {0},详细了解 C/C++ 属性。",
1515
"cpp.properties.schema.reference": "C/C++ 属性架构参考",
16-
"view.schema.reference": "属性架构引用",
16+
"view.schema.reference": "属性架构参考",
1717
"intellisense.configurations": "IntelliSense 配置",
1818
"intellisense.configurations.description": "使用此编辑器编辑在基础 {0} 文件中定义的 IntelliSense 设置。在此编辑器中所做的更改仅适用于所选的配置。要一次编辑多个配置,请转到 {1}。",
1919
"configuration.name": "配置名称",

Extension/i18n/csy/ui/settings.html.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@
7272
"recursiveIncludes.priority": "Rekurzivní soubory k zahrnutí: priorita",
7373
"recursiveIncludes.priority.description": "Priorita cest rekurzivních souborů zahrnutí Pokud je nastavená hodnota {0}, budou se cesty rekurzivních souborů k zahrnutí prohledávat před cestami systémových souborů k zahrnutí. Pokud je nastavená hodnota {1}, budou se cesty rekurzivních souborů k zahrnutí prohledávat po cestách systémových souborů k zahrnutí.",
7474
"recursiveIncludes.order": "Recursive includes: order",
75-
"recursiveIncludes.order.description": "Pořadí, ve kterém se prohledávají podadresáře v cestách rekurzivních souborů k zahrnutí"
75+
"recursiveIncludes.order.description": "Pořadí, ve kterém se prohledávají podadresáře v cestách rekurzivních souborů k zahrnutí."
7676
}

Extension/i18n/kor/ui/settings.html.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"database.filename": "찾아보기: 데이터베이스 파일 이름",
6969
"database.filename.description": "생성된 기호 데이터베이스의 경로입니다. 이 경로는 태그 파서의 기호 데이터베이스를 작업 영역의 기본 스토리지 위치가 아닌 다른 곳에 저장하도록 확장에 지시합니다. 상대 경로가 지정된 경우 작업 영역 폴더 자체가 아니라 작업 영역의 기본 스토리지 위치에 대해 상대적으로 만들어집니다. {0} 변수를 사용하여 작업 영역 폴더에 상대적인 경로를 지정할 수 있습니다(예: {1}).",
7070
"recursiveIncludes.reduce": "Recursive includes: reduce",
71-
"recursiveIncludes.reduce.description": "intelliSense에 제공된 재귀 포함 경로의 수를 현재 #include 문에서 참조하는 경로로만 줄이려면 {0}(으)로 설정합니다. 이를 위해서는 포함된 파일을 확인하기 위해 먼저 파일을 구문 분석해야 합니다. IntelliSense에 대한 모든 재귀 포함 경로를 제공하려면 {1}(으)로 설정합니다. 재귀 포함 경로의 수를 줄이면 매우 많은 수의 재귀 포함 경로가 관련된 경우 IntelliSense 성능이 향상될 수 있습니다. 재귀 포함 경로의 수를 줄이지 않으면 제공할 포함 경로를 확인하기 위해 파일을 구문 분석할 필요가 없으므로 IntelliSense 성능을 향상시킬 수 있습니다.",
71+
"recursiveIncludes.reduce.description": "IntelliSense에 제공된 재귀 포함 경로의 수를 현재 #include 문에서 참조하는 경로로만 줄이려면 {0}(으)로 설정합니다. 이를 위해서는 포함된 파일을 확인하기 위해 먼저 파일을 구문 분석해야 합니다. IntelliSense에 대한 모든 재귀 포함 경로를 제공하려면 {1}(으)로 설정합니다. 재귀 포함 경로의 수를 줄이면 매우 많은 수의 재귀 포함 경로가 관련된 경우 IntelliSense 성능이 향상될 수 있습니다. 재귀 포함 경로의 수를 줄이지 않으면 제공할 포함 경로를 확인하기 위해 파일을 구문 분석할 필요가 없으므로 IntelliSense 성능을 향상시킬 수 있습니다.",
7272
"recursiveIncludes.priority": "재귀 포함: 우선 순위",
7373
"recursiveIncludes.priority.description": "재귀 포함 경로의 우선 순위입니다. {0}(으)로 설정하면 재귀 포함 경로가 시스템 포함 경로 전에 검색됩니다. {1}(으)로 설정하면 시스템 포함 경로 후에 재귀 포함 경로가 검색됩니다.",
7474
"recursiveIncludes.order": "Recursive includes: order",

Extension/i18n/plk/ui/settings.html.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"edit.configurations.in.json": "Edytuj konfiguracje w pliku JSON",
1313
"edit.configurations.json": "C/C++: edytuj konfiguracje (JSON)",
1414
"check.the.schema": "Dowiedz się więcej o właściwościach języka C/C++, przechodząc do: {0}.",
15-
"cpp.properties.schema.reference": "Odwołanie do schematu właściwości języka C/C++",
15+
"cpp.properties.schema.reference": "Odwołanie do schematu właściwości C/C++",
1616
"view.schema.reference": "Odwołanie do schematu właściwości",
1717
"intellisense.configurations": "Konfiguracje funkcji IntelliSense",
1818
"intellisense.configurations.description": "Użyj tego edytora, aby edytować ustawienia funkcji IntelliSense zdefiniowane w źródłowym pliku {0}. Zmiany wprowadzone w tym edytorze dotyczą tylko wybranej konfiguracji. Aby edytować wiele konfiguracji naraz, przejdź do: {1}.",

0 commit comments

Comments
 (0)