-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
37 lines (37 loc) · 2.61 KB
/
package.nls.json
File metadata and controls
37 lines (37 loc) · 2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"aiCommit.view.config.name": "Configuration",
"gitmoji.command.showGitmoji.title": "Choose Gitmoji",
"gitmoji.config.addCustomEmoji": "Add custom emoji other than Gitmoji",
"gitmoji.config.onlyUseCustomEmoji": "Only use your custom emoji, not the ones in the Gitmoji",
"gitmoji.config.outputType": "Configure the type of emoji output as needed",
"gitmoji.config.outputType.code": "Suitable for GitHub, Gitee etc",
"gitmoji.config.outputType.emoji": "Suitable for GitHub, Gitlab etc",
"gitmoji.config.showEmojiCode": "Enable searching gitmojis by emoji code (example: ambulance will return hotfix)",
"gitmoji.config.insertPosition": "Configure where to insert the Gitmoji in the commit message",
"gitmoji.config.insertPosition.start": "Insert Gitmoji at the beginning of the message",
"gitmoji.config.insertPosition.end": "Insert Gitmoji at the end of the message",
"gitmoji.config.insertPosition.cursor": "Insert Gitmoji at the current cursor in the commit editor when available",
"gitmoji.config.autoMatch": "Whether to enable auto-matching emoji based on commit message",
"gitmoji.config.canRepeat": "Allow adding multiple emojis without replacing existing ones",
"aiCommit.command.generate.title": "AI Generate Commit Message",
"aiCommit.config.provider": "Select AI provider",
"aiCommit.config.provider.deepseek": "DeepSeek - Fast and affordable",
"aiCommit.config.provider.zhipu": "Zhipu AI (GLM) - Chinese language optimized",
"aiCommit.config.provider.openai": "OpenAI Compatible - Connect to any OpenAI-compatible API",
"aiCommit.config.deepseek.apiKey": "DeepSeek API Key",
"aiCommit.config.deepseek.model": "DeepSeek model to use",
"aiCommit.config.deepseek.endpoint": "DeepSeek API endpoint",
"aiCommit.config.zhipu.apiKey": "Zhipu AI API Key (format: api_key.secret)",
"aiCommit.config.zhipu.model": "Zhipu AI model to use",
"aiCommit.config.zhipu.endpoint": "Zhipu AI API endpoint",
"aiCommit.config.openai.apiKey": "OpenAI Compatible API Key",
"aiCommit.config.openai.model": "Model name (free text, e.g., gpt-4, claude-3)",
"aiCommit.config.openai.endpoint": "API endpoint (can be changed to other compatible services)",
"aiCommit.config.historyCount": "Number of historical commit messages to analyze for style learning",
"aiCommit.config.language": "Language for commit messages",
"aiCommit.config.language.auto": "Auto-detect from commit history",
"aiCommit.config.language.en": "English",
"aiCommit.config.language.zh": "Chinese",
"aiCommit.config.includeEmoji": "Include emoji in commit messages",
"aiCommit.config.maxDiffLength": "Maximum diff length to send to AI (in characters)"
}