Skip to content

Commit

Permalink
docs: v3.0.0 publish. Update README and localization files
Browse files Browse the repository at this point in the history
  • Loading branch information
intellism committed Sep 19, 2024
1 parent d17e97e commit ee1b0fe
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 51 deletions.
46 changes: 0 additions & 46 deletions README copy.md

This file was deleted.

Binary file removed doc/image/cn/Introduction.gif
Binary file not shown.
Binary file removed doc/image/cn/select.gif
Binary file not shown.
Binary file removed doc/image/cn/selection.gif
Binary file not shown.
Binary file removed doc/image/cn/status-bar.gif
Binary file not shown.
Binary file removed doc/image/cn/variable.gif
Binary file not shown.
Binary file removed doc/image/ja/Introduction.gif
Binary file not shown.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "comment-translate",
"displayName": "%commentTranslate.displayName%",
"description": "%commentTranslate.description%",
"version": "3.0.1",
"version": "3.0.0",
"publisher": "intellsmi",
"author": {
"name": "Zheng MaoWei",
Expand All @@ -21,13 +21,16 @@
"vscode": "^1.92.0"
},
"categories": [
"AI",
"Chat",
"Other"
],
"keywords": [
"comment",
"translate",
"hover",
"google translate",
"GitHub Copilot Chat Participant",
"翻译",
"注释",
"翻訳"
Expand Down
2 changes: 1 addition & 1 deletion package.nls.jp.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"commentTranslate.displayName": "コメント翻訳",
"commentTranslate.description": "このプラグインは、Google Translate APIを使用してVSCodeプログラミング言語のコメントを翻訳します。 ",
"commentTranslate.description": "このプラグインは、開発者がコード内のコメント、文字列、コードヒント、エラーメッセージ、変数名などの内容を翻訳するのを支援します。",
"commentTranslate.command.select": "最後の翻訳領域を素早く選択",
"commentTranslate.command.clipboard": "クリップボードを翻訳する",
"commentTranslate.command.selectAllText": "ファイル内のすべての文字列をすばやく選択する",
Expand Down
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"commentTranslate.displayName": "Comment Translate",
"commentTranslate.description": "This plugin uses the Google Translate API to translate comments for the VSCode programming language.",
"commentTranslate.description": "This extension helps developers translate comments, strings, code hints, error messages, and variable names in their code.",
"commentTranslate.command.select": "Select the last translation area",
"commentTranslate.command.clipboard": "Translate Clipboard",
"commentTranslate.command.selectAllText": "Select all String in file",
Expand Down
2 changes: 1 addition & 1 deletion package.nls.ko.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"commentTranslate.displayName": "주석 번역기",
"commentTranslate.description": "이 플러그인은 Google 번역 API를 사용하여 VSCode 프로그래밍 언어에 대한 주석을 번역합니다.",
"commentTranslate.description": "이 플러그인은 개발자가 코드의 주석, 문자열, 코드 힌트, 오류 알림 및 변수 이름 등의 내용을 번역하는 데 도움을 줍니다.",
"commentTranslate.command.select": "마지막 번역 영역을 선택",
"commentTranslate.command.clipboard": "클립보드 번역하기",
"commentTranslate.command.selectAllText": "파일안에 모든 문자열을 선택",
Expand Down
2 changes: 1 addition & 1 deletion package.nls.zh-cn.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"commentTranslate.displayName": "注释翻译",
"commentTranslate.description": "此插件使用Google Translate、DeepL等API翻译VSCode编程语言的注释、变量、字符串等。并提供翻译替换功能",
"commentTranslate.description": "这个插件帮助开发者翻译代码中的注释、字符串、代码提示、错误提醒和变量名称等内容",
"commentTranslate.command.select": "快速选择最后一个翻译区域",
"commentTranslate.command.clipboard": "翻译剪贴板",
"commentTranslate.command.selectAllText": "快速选择文件中的所有字符串",
Expand Down

0 comments on commit ee1b0fe

Please sign in to comment.