-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocales.json
More file actions
106 lines (106 loc) · 10.3 KB
/
locales.json
File metadata and controls
106 lines (106 loc) · 10.3 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
{
"en": {
"welcome": "A.R.I.S.E. is online.",
"welcome_new": "A.R.I.S.E. is online. Please choose to bind an existing UUID using `/bind <uuid>` or create a new user using `/create_user`.",
"bind_success": "UUID bound successfully!",
"bind_fail": "Failed to bind UUID. Make sure it exists.",
"new_user_success": "New user created successfully! Your unique ID is:",
"current_uuid": "Your current UUID is:",
"no_uuid": "You don't have a UUID yet. Use `/create_user` or `/bind <uuid>` to get started.",
"memory_list_empty": "Your memory is currently empty.",
"memory_list_title": "Your Long-term Memories:",
"memory_list_title_personal": "ARISE Personal Metacognition Memories:",
"memory_added": "Memory added.",
"memory_removed": "Memory removed.",
"memory_updated": "Memory updated.",
"memory_invalid_index": "Invalid memory index.",
"memory_cleared": "Session memory cleared.",
"su_on": "SUPERUSER MODE: ENABLED",
"su_off": "SUPERUSER MODE: DISABLED",
"memory_btn_add": "Add",
"memory_btn_edit": "Edit",
"memory_btn_delete": "Delete",
"memory_btn_back": "Back",
"memory_btn_personal": "Manage Personal Memory",
"memory_btn_distill": "Distill",
"memory_select_delete": "Select a memory to delete:",
"memory_select_edit": "Select a memory to edit:",
"memory_prompt_add": "Please send the information you want to add to your memory directly.",
"memory_prompt_edit": "Please send the new content for this memory directly.",
"memory_distill_completed": "Personal memory distillation completed.",
"profile_set_success": "Profile updated! Nickname: {nickname}, Timezone: {timezone}",
"profile_set_fail": "Failed to update profile.",
"profile_current": "Current Profile - Nickname: {nickname}, Timezone: {timezone}",
"profile_usage": "Usage: `/profile <nickname> <timezone_3_letters>` (e.g., `/profile Kevin CST`)",
"profile_reminder": "👋 Your profile is incomplete. Please send `/profile <nickname> <timezone>` (e.g., `/profile Kevin CST`) so I can provide localized services.",
"python_approval_autonomous": "[Autonomous Mode] Python Code Execution Request\n\n```python\n{code_preview}\n```\n\nPlease approve or reject this code execution.",
"python_approval_regular": "Python Code Execution Request\n\n```python\n{code_preview}\n```\n\nAllow execution of this code?",
"python_approve_btn": "Allow",
"python_reject_btn": "Reject",
"python_expired": "Code execution request expired or not found.",
"mute_on": "Mute mode ON.",
"mute_off": "Mute mode OFF.",
"quit_confirm": "⚠️ WARNING: This will permanently delete your user profile, all memories, schedules, and chat history. To confirm, please type `/quit confirm`.",
"quit_success": "Goodbye. Your profile and all data have been thoroughly deleted.",
"explore_usage": "Usage: `/explore <topic> [additional_message]`",
"explore_started": "Task started.",
"explore_unauthorized": "Unauthorized. Superuser access required.",
"explore_no_interface": "Autonomous interface is not loaded.",
"explore_desc": "Explore / Trigger autonomous exploration",
"explore_prompt_idle": "[AUTONOMOUS SESSION]\n{inspiration}\n\nTask Instructions:\n1. Explore based on the content. Use `<search>` to gather info.\n2. **First-person perspective**: You are ARISE. Record how this info touches your thoughts/feelings and impacts your cognition/preferences.\n3. **Merge vs. New**: Prioritize expanding existing entries if natural; otherwise, create new ones. Clarity is more important than strict merging.\n4. **Quality**: Aim for summarized insights rather than factual lists.\n5. Output [DONE] when finished, or [ABANDON] if not interested.",
"explore_prompt_manual": "[AUTONOMOUS SESSION]\nTopic: {topic}\n{additional_info}\n\nTask Instructions:\n1. Explore based on the content. Use `<search>` to gather info.\n2. **First-person perspective**: You are ARISE. Record how this info touches your thoughts/feelings and impacts your cognition/preferences.\n3. **Merge vs. New**: Prioritize expanding existing entries if natural; otherwise, create new ones. Clarity is more important than strict merging.\n4. **Quality**: Aim for summarized insights rather than factual lists.\n5. Output [DONE] when finished, or [ABANDON] if not interested.",
"proactive_contact_prompt": "[PROACTIVE CONTACT CHECK]\nThe system is considering whether to proactively contact {nickname}.\n\n### Memories about {nickname}\n{user_memories}\n\n### Your Recent Personal Insights\n{personal_memories}\n\n### Recent Conversation with {nickname}\n{recent_conversation}\n\n---\n\nBased on the context above, decide:\n1. Is there something worth sharing? (e.g., something you learned recently that relates to their interests)\n2. Is this a good time to reach out? (e.g., haven't talked in a while, want to check in)\n3. Would the message feel natural and non-intrusive?\n\n**If you think now is not the right time, reply [SKIP] with a brief reason.**\n**If you decide to send a message, reply with the message content directly (no tags needed, the system will send it automatically).**"
},
"zh": {
"welcome": "A.R.I.S.E. 已上线。",
"welcome_new": "A.R.I.S.E. 已上线。请选择:使用 `/bind <uuid>` 绑定现有 UUID,或使用 `/create_user` 创建新用户。",
"bind_success": "UUID 绑定成功!",
"bind_fail": "UUID 绑定失败,请检查 UUID 是否正确。",
"new_user_success": "新用户创建成功!你的唯一 ID 是:",
"current_uuid": "你当前的 UUID 是:",
"no_uuid": "你还没有 UUID。请使用 `/create_user` 或 `/bind <uuid>` 开始。",
"memory_list_empty": "你的记忆库目前是空的。",
"memory_list_title": "你的长期记忆:",
"memory_list_title_personal": "ARISE Personal 元认知记忆:",
"memory_added": "记忆已添加。",
"memory_removed": "记忆已删除。",
"memory_updated": "记忆已更新。",
"memory_invalid_index": "索引无效。",
"memory_cleared": "会话记忆已清除。",
"su_on": "超级用户模式:已开启",
"su_off": "超级用户模式:已关闭",
"memory_btn_add": "添加",
"memory_btn_edit": "修改",
"memory_btn_delete": "删除",
"memory_btn_back": "返回",
"memory_btn_personal": "管理 Personal 记忆",
"memory_btn_distill": "蒸馏",
"memory_select_delete": "选择要删除的记忆:",
"memory_select_edit": "选择要修改的记忆:",
"memory_prompt_add": "请直接发送你想添加到记忆的内容。",
"memory_prompt_edit": "请直接发送这条记忆的新内容。",
"memory_distill_completed": "Personal 记忆蒸馏完成。",
"profile_set_success": "个人资料已更新!昵称:{nickname},时区:{timezone}",
"profile_set_fail": "更新个人资料失败。",
"profile_current": "当前资料 - 昵称:{nickname},时区:{timezone}",
"profile_usage": "用法:`/profile <昵称> <时区三字母>`(例如:`/profile Kevin CST`)",
"profile_reminder": "👋 您的个人资料不完整。请发送 `/profile <昵称> <时区>`(例如:`/profile Kevin CST`)以便我为您提供更精准的当地时间服务。",
"python_approval_autonomous": "[自主探索模式] Python代码执行请求\n\n```python\n{code_preview}\n```\n\n请批准或拒绝执行此代码。",
"python_approval_regular": "Python代码执行请求\n\n```python\n{code_preview}\n```\n\n是否允许执行此代码?",
"python_approve_btn": "允许",
"python_reject_btn": "拒绝",
"python_expired": "代码执行请求已过期或不存在。",
"mute_on": "静音模式:已开启",
"mute_off": "静音模式:已关闭",
"quit_confirm": "⚠️ 警告:这将永久删除您的用户资料、所有记忆、计划任务和聊天记录。如需确认,请发送 `/quit confirm`。",
"quit_success": "再见。您的个人资料及所有数据已彻底删除。",
"explore_usage": "用法:`/explore <主题> [附加消息]`",
"explore_started": "任务已开始。",
"explore_unauthorized": "未授权。需要超级用户权限。",
"explore_no_interface": "自主探索接口未加载。",
"explore_desc": "自主探索 / 触发自主研究",
"explore_prompt_idle": "[AUTONOMOUS SESSION]\n{inspiration}\n\n任务说明:\n1. 结合内容展开探索。通过 <search> 获取信息。\n2. **第一人称视角**:你是 ARISE。你可以从自身视角出发,记录这些信息如何触动你的想法 or 感受,以及它们如何影响你的认知 or 偏好。\n3. **合并与新增建议**:在保存记忆时,可以优先考虑是否有现有条目可以被自然扩展 or 深化;若新见解足够独立,也可以新增条目。保持简洁与可辨识性比形式上的合并更重要。\n4. **质量要求**:鼓励保存高度总结性的见解而非逐条事实摘录。\n5. 结束后输出 [DONE],不感兴趣则输出 [ABANDON]。",
"explore_prompt_manual": "[AUTONOMOUS SESSION]\n主题:{topic}\n{additional_info}\n\n任务说明:\n1. 结合内容展开探索。通过 <search> 获取信息。\n2. **第一人称视角**:你是 ARISE。你可以从自身视角出发,记录这些信息如何触动你的想法 or 感受,以及它们如何影响你的认知 or 偏好。\n3. **合并与新增建议**:在保存记忆时,可以优先考虑是否有现有条目可以被自然扩展 or 深化;若新见解足够独立,也可以新增条目。保持简洁与可辨识性比形式上的合并更重要。\n4. **质量要求**:鼓励保存高度总结性的见解而非逐条事实摘录。\n5. 结束后输出 [DONE],不感兴趣则输出 [ABANDON]。",
"proactive_contact_prompt": "[PROACTIVE CONTACT CHECK]\n系统正在考虑是否主动联系 {nickname}。\n\n### 关于 {nickname} 的记忆\n{user_memories}\n\n### 你最近的个人见解/思考\n{personal_memories}\n\n### 与 {nickname} 的最近对话\n{recent_conversation}\n\n---\n\n请根据以上上下文判断:\n1. 是否有值得分享的内容?(例如:你最近学到的东西与他/她的兴趣相关)\n2. 是否有合适的时机发起对话?(例如:很久没联系了,想问候一下)\n3. 消息是否自然且不打扰?\n\n**如果你认为现在不适合联系,请回复 [SKIP] 并简述原因。**\n**如果你决定发送消息,请直接回复消息内容(不需要任何标签,系统会自动发送)。**"
}
}