-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstrings.json
More file actions
110 lines (110 loc) · 3.07 KB
/
strings.json
File metadata and controls
110 lines (110 loc) · 3.07 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"widget_settings": {
"zh_CN": "小程序配置",
"en_US": "Widget settings"
},
"open_ai_apikey": {
"zh_CN": "OpenAI API 密钥",
"en_US": "OpenAI API Key"
},
"select_the_prompt_field": {
"zh_CN": "选择提示列",
"en_US": "Select the prompt field"
},
"choices": {
"zh_CN": "选择",
"en_US": "choices"
},
"save_result_to_field": {
"zh_CN": "选择结果列",
"en_US": "Save result to field"
},
"how_to_get_key": {
"zh_CN": "如何获取密钥",
"en_US": "how to get key"
},
"pick_one_option": {
"zh_CN": "请选择一个选项",
"en_US": "Pick a field"
},
"search": {
"zh_CN": "搜索",
"en_US": "Search"
},
"generate": {
"zh_CN": "生成",
"en_US": "Generate"
},
"option_field_had_been_deleted": {
"zh_CN": "字段已失效,请重新选择",
"en_US": "The field is invalid, please select again"
},
"gpt_content_creator": {
"zh_CN": "GPT 内容创造器",
"en_US": "GPT Content Creator"
},
"lets_chart": {
"zh_CN": "开始聊天",
"en_US": "Let's chat"
},
"add_to_cell": {
"zh_CN": "添加到单元格",
"en_US": "Add to cell"
},
"position_of_the_record": {
"zh_CN": "第 ${index} 条记录",
"en_US": "The ${index} record"
},
"default_permission_check_tips": {
"zh_CN": "当前表格的权限是只读的,不能更新单元格",
"en_US": "The permission of the datasheet is read-only and cannot be updated cell"
},
"generation_announce": {
"zh_CN": "以上答案由 AI 自动生成,请自行核对准确性",
"en_US": "The above answers are automatically generated by AI, please check the accuracy by yourself"
},
"request_failed": {
"zh_CN": "请求失败",
"en_US": "Request failed"
},
"success_to_add_data": {
"zh_CN": "添加数据成功",
"en_US": "Success to add data"
},
"help_topic_example_1": {
"zh_CN": "欢迎邮件",
"en_US": "Welcome Email"
},
"help_topic_example_2": {
"zh_CN": "博客文章",
"en_US": "Blog Posts"
},
"help_topic_example_3": {
"zh_CN": "产品公告",
"en_US": "Product Announcement"
},
"help_topic_capabilitie_1": {
"zh_CN": "快速生成推特的推文",
"en_US": "Quickly generate tweets for Twitter"
},
"help_topic_capabilitie_2": {
"zh_CN": "博客内容优化,以适应在社交媒体上进行传播",
"en_US": "Quickly optimize blog content for social media"
},
"help_topic_capabilitie_3": {
"zh_CN": "利用自动化工具快速生成和发送推特推文",
"en_US": "Work with automation to quickly generate and send tweets"
},
"help_topic_prerequisite_1": {
"zh_CN": "你必须拥有 OpenAI 账户和 API 密钥",
"en_US": "You must have an OpenAI account and API key"
},
"help_topic_prerequisite_2": {
"zh_CN": "需要一个字段作为提示信息被 AI 读取",
"en_US": "Need a field to be read as prompt"
},
"help_topic_prerequisite_3": {
"zh_CN": "需要一个字段来存放 AI 生成的结果",
"en_US": "Need a field to hold the generated results"
}
}