@moraya/core 0.1.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/index.d.ts +231 -0
- package/dist/i18n/index.js +301 -0
- package/dist/i18n/index.js.map +1 -0
- package/dist/i18n/locales/ar.json +3873 -0
- package/dist/i18n/locales/de.json +3873 -0
- package/dist/i18n/locales/en.json +3943 -0
- package/dist/i18n/locales/es.json +3871 -0
- package/dist/i18n/locales/fr.json +3871 -0
- package/dist/i18n/locales/hi.json +3873 -0
- package/dist/i18n/locales/ja.json +3873 -0
- package/dist/i18n/locales/ko.json +3873 -0
- package/dist/i18n/locales/pt.json +3873 -0
- package/dist/i18n/locales/ru.json +3873 -0
- package/dist/i18n/locales/zh-CN.json +3943 -0
- package/dist/i18n/locales/zh-Hant.json +3873 -0
- package/package.json +7 -2
|
@@ -0,0 +1,3873 @@
|
|
|
1
|
+
{
|
|
2
|
+
"admin": {
|
|
3
|
+
"__mt": true,
|
|
4
|
+
"title": "Team Admin",
|
|
5
|
+
"tab_members": "Members",
|
|
6
|
+
"tab_kbs": "Knowledge Bases",
|
|
7
|
+
"tab_usage": "Usage",
|
|
8
|
+
"members": "Members",
|
|
9
|
+
"knowledge_bases": "Knowledge Bases",
|
|
10
|
+
"invite_member": "Invite Member",
|
|
11
|
+
"remove_member": "Remove",
|
|
12
|
+
"create_kb": "Create KB",
|
|
13
|
+
"no_members": "No members yet.",
|
|
14
|
+
"no_kbs": "No knowledge bases yet.",
|
|
15
|
+
"col_name": "Name",
|
|
16
|
+
"col_email": "Email",
|
|
17
|
+
"col_role": "Role",
|
|
18
|
+
"col_joined": "Joined",
|
|
19
|
+
"e2e": "E2E",
|
|
20
|
+
"ai": "AI",
|
|
21
|
+
"usage_summary": "Usage Summary",
|
|
22
|
+
"storage": "Storage",
|
|
23
|
+
"notes": "Notes",
|
|
24
|
+
"ai_queries": "AI Queries",
|
|
25
|
+
"active_members": "Active Members",
|
|
26
|
+
"this_month": "this month"
|
|
27
|
+
},
|
|
28
|
+
"agent": {
|
|
29
|
+
"__mt": true,
|
|
30
|
+
"title": "AI Agent",
|
|
31
|
+
"subtitle": "Let AI handle multi-step tasks across your knowledge base",
|
|
32
|
+
"query_placeholder": "Describe a task for the agent to complete...",
|
|
33
|
+
"run": "Run",
|
|
34
|
+
"pause": "Pause",
|
|
35
|
+
"resume": "Resume",
|
|
36
|
+
"cancel": "Cancel",
|
|
37
|
+
"new_task": "New Task",
|
|
38
|
+
"final_answer": "Final Answer",
|
|
39
|
+
"upgrade_required": "AI Agent is available on Personal and above plans.",
|
|
40
|
+
"mode": {
|
|
41
|
+
"react": "ReAct (Adaptive)",
|
|
42
|
+
"plan_execute": "Plan & Execute"
|
|
43
|
+
},
|
|
44
|
+
"history": {
|
|
45
|
+
"title": "Agent History",
|
|
46
|
+
"search_placeholder": "Search tasks...",
|
|
47
|
+
"no_results": "No tasks match your search.",
|
|
48
|
+
"empty": "No agent tasks yet. Start your first task!",
|
|
49
|
+
"steps": "steps"
|
|
50
|
+
},
|
|
51
|
+
"market": {
|
|
52
|
+
"title": "Agent Templates",
|
|
53
|
+
"subtitle": "Browse ready-to-use agent templates",
|
|
54
|
+
"search_placeholder": "Search templates...",
|
|
55
|
+
"no_results": "No templates match your search.",
|
|
56
|
+
"all_tags": "All",
|
|
57
|
+
"use": "Use Template"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"ai": {
|
|
61
|
+
"title": "AI",
|
|
62
|
+
"rules_active": "MORAYA.md नियम सक्रिय ({count} अनुभाग)",
|
|
63
|
+
"clear_chat": "चैट साफ़ करें",
|
|
64
|
+
"unconfigured": "AI कॉन्फ़िगर नहीं है।",
|
|
65
|
+
"unconfigured_hint": "AI सुविधाएँ सक्षम करने के लिए सेटिंग्स ({shortcut}) खोलें और अपनी API key कॉन्फ़िगर करें।",
|
|
66
|
+
"open_settings": "AI सेटिंग्स खोलें",
|
|
67
|
+
"open_image_settings": "AIGC सेटिंग्स खोलें",
|
|
68
|
+
"text_ai_label": "टेक्स्ट AI (प्रॉम्प्ट जनरेशन)",
|
|
69
|
+
"image_ai_label": "इमेज AI (इमेज जनरेशन)",
|
|
70
|
+
"welcome_title": "मैं कैसे मदद कर सकता हूँ?",
|
|
71
|
+
"welcome_hint": "संदेश टाइप करें या कमांड के लिए {kbd} का उपयोग करें",
|
|
72
|
+
"you": "आप",
|
|
73
|
+
"assistant": "AI",
|
|
74
|
+
"typing": "टाइप कर रहा है...",
|
|
75
|
+
"placeholder": "AI से कुछ भी पूछें...",
|
|
76
|
+
"placeholder_selection": "चयन के बारे में पूछें...",
|
|
77
|
+
"send": "भेजें (⌘↵)",
|
|
78
|
+
"stop": "रोकें (Esc)",
|
|
79
|
+
"retry": "पुनः प्रयास करें",
|
|
80
|
+
"interrupted": "बाधित",
|
|
81
|
+
"insert_to_editor": "एडिटर में डालें",
|
|
82
|
+
"replace_selection": "चयन बदलें",
|
|
83
|
+
"attach_image": "चित्र संलग्न करें",
|
|
84
|
+
"attach_image_max": "अधिकतम {max} चित्र",
|
|
85
|
+
"remove_image": "चित्र हटाएँ",
|
|
86
|
+
"close_preview": "पूर्वावलोकन बंद करें",
|
|
87
|
+
"more_actions": "अधिक कार्य",
|
|
88
|
+
"voice_transcription": "AI वॉइस ट्रांसक्रिप्शन",
|
|
89
|
+
"config": {
|
|
90
|
+
"title": "AI कॉन्फ़िगरेशन",
|
|
91
|
+
"provider": "प्रदाता",
|
|
92
|
+
"api_key": "API Key",
|
|
93
|
+
"api_key_placeholder": "{provider} API key दर्ज करें",
|
|
94
|
+
"api_key_not_required": "Ollama के लिए आवश्यक नहीं",
|
|
95
|
+
"base_url": "Base URL",
|
|
96
|
+
"model": "मॉडल",
|
|
97
|
+
"model_placeholder": "मॉडल नाम दर्ज करें",
|
|
98
|
+
"max_tokens": "अधिकतम Token",
|
|
99
|
+
"temperature": "तापमान",
|
|
100
|
+
"test_connection": "कनेक्शन परीक्षण",
|
|
101
|
+
"testing": "परीक्षण हो रहा है...",
|
|
102
|
+
"connected": "कनेक्ट हो गया!",
|
|
103
|
+
"failed": "विफल",
|
|
104
|
+
"test_failed": "कनेक्शन परीक्षण विफल"
|
|
105
|
+
},
|
|
106
|
+
"providers": {
|
|
107
|
+
"claude": "Anthropic Claude",
|
|
108
|
+
"openai": "OpenAI",
|
|
109
|
+
"gemini": "Google Gemini",
|
|
110
|
+
"deepseek": "DeepSeek",
|
|
111
|
+
"ollama": "Ollama (लोकल)",
|
|
112
|
+
"custom": "कस्टम API",
|
|
113
|
+
"grok": "xAI Grok",
|
|
114
|
+
"mistral": "Mistral AI",
|
|
115
|
+
"glm": "Zhipu GLM",
|
|
116
|
+
"minimax": "MiniMax",
|
|
117
|
+
"doubao": "Doubao (ByteDance)"
|
|
118
|
+
},
|
|
119
|
+
"multi_model": {
|
|
120
|
+
"add_model": "+ मॉडल जोड़ें",
|
|
121
|
+
"default": "डिफ़ॉल्ट",
|
|
122
|
+
"set_default": "डिफ़ॉल्ट सेट करें",
|
|
123
|
+
"no_models": "कोई AI मॉडल कॉन्फ़िगर नहीं है",
|
|
124
|
+
"no_models_hint": "AI सुविधाओं का उपयोग शुरू करने के लिए एक AI मॉडल जोड़ें।",
|
|
125
|
+
"no_image_models": "कोई इमेज मॉडल कॉन्फ़िगर नहीं है",
|
|
126
|
+
"no_image_models_hint": "AI इमेज सुविधाओं का उपयोग करने के लिए एक इमेज जनरेशन मॉडल जोड़ें।"
|
|
127
|
+
},
|
|
128
|
+
"image_config": {
|
|
129
|
+
"title": "इमेज जनरेशन AI",
|
|
130
|
+
"provider": "प्रदाता",
|
|
131
|
+
"provider_openai": "OpenAI DALL-E",
|
|
132
|
+
"provider_grok": "Grok (xAI)",
|
|
133
|
+
"provider_custom": "कस्टम (OpenAI-संगत)",
|
|
134
|
+
"api_key": "API Key",
|
|
135
|
+
"api_key_placeholder": "इमेज API key दर्ज करें",
|
|
136
|
+
"base_url": "Base URL",
|
|
137
|
+
"model": "मॉडल",
|
|
138
|
+
"model_placeholder": "मॉडल नाम दर्ज करें",
|
|
139
|
+
"default_size": "डिफ़ॉल्ट आकार",
|
|
140
|
+
"ratio": "पक्षानुपात",
|
|
141
|
+
"size_level": "आकार",
|
|
142
|
+
"size_large": "बड़ा",
|
|
143
|
+
"size_medium": "मध्यम",
|
|
144
|
+
"size_small": "छोटा",
|
|
145
|
+
"provider_gemini": "Google Gemini Imagen",
|
|
146
|
+
"provider_qwen": "Qwen (Alibaba)",
|
|
147
|
+
"provider_doubao": "Doubao (ByteDance)"
|
|
148
|
+
},
|
|
149
|
+
"commands": {
|
|
150
|
+
"write": "लिखें",
|
|
151
|
+
"write_desc": "आपके प्रॉम्प्ट के आधार पर सामग्री लिखें",
|
|
152
|
+
"continue": "लिखना जारी रखें",
|
|
153
|
+
"continue_desc": "जहाँ पाठ रुका था वहाँ से जारी रखें",
|
|
154
|
+
"summarize": "सारांश",
|
|
155
|
+
"summarize_desc": "चयनित पाठ का सारांश बनाएँ",
|
|
156
|
+
"translate": "अनुवाद",
|
|
157
|
+
"translate_desc": "पाठ का दूसरी भाषा में अनुवाद करें",
|
|
158
|
+
"improve": "सुधारें",
|
|
159
|
+
"improve_desc": "लेखन की गुणवत्ता में सुधार करें",
|
|
160
|
+
"fix_grammar": "व्याकरण ठीक करें",
|
|
161
|
+
"fix_grammar_desc": "व्याकरण और वर्तनी की त्रुटियाँ ठीक करें",
|
|
162
|
+
"simplify": "सरल करें",
|
|
163
|
+
"simplify_desc": "जटिल पाठ को सरल बनाएँ",
|
|
164
|
+
"expand": "विस्तार करें",
|
|
165
|
+
"expand_desc": "विषय का विस्तार करें",
|
|
166
|
+
"outline": "रूपरेखा बनाएँ",
|
|
167
|
+
"outline_desc": "लेख की रूपरेखा तैयार करें",
|
|
168
|
+
"explain": "समझाएँ",
|
|
169
|
+
"explain_desc": "चयनित पाठ को समझाएँ"
|
|
170
|
+
},
|
|
171
|
+
"prompts": {
|
|
172
|
+
"empty_response": "आपने एक रिक्त उत्तर दिया। कृपया कार्य जारी रखें: या तो आवश्यक टूल कॉल करें, या जो पूरा हुआ है उसका सारांश दें और शेष आइटम सूचीबद्ध करें। रिक्त संदेश न भेजें।",
|
|
173
|
+
"empty_response_continue": "\n\nआपका अंतिम संदेश था: \"{lastMessage}\"\nकृपया वहाँ से जारी रखें।",
|
|
174
|
+
"truncation_continue": "आपका पिछला उत्तर आउटपुट लंबाई सीमा के कारण कट गया था। ऊपर का पाठ सहेजा जा चुका है। अब कृपया आवश्यक टूल कॉल करके कार्य पूरा करें। सामग्री दोहराएँ नहीं — इसे सीधे टूल तर्कों में उपयोग करें।",
|
|
175
|
+
"continuation_prompt": "कृपया जारी रखें और कार्य पूरा करने के लिए आवश्यक टूल कॉल करें। जो पहले कहा जा चुका है उसे दोहराएँ नहीं — सीधे टूल कॉल के साथ आगे बढ़ें।",
|
|
176
|
+
"mcp_tool_prompt": "{toolName} टूल ({serverName} से) का उपयोग करें",
|
|
177
|
+
"review_context": "---\nThis document has {count} pending review comments:\n{items}\n---",
|
|
178
|
+
"review_context_item": "[Line {line}] @{author}: \"{text}\"",
|
|
179
|
+
"review_context_item_unanchored": "[Position lost] @{author}: \"{text}\"",
|
|
180
|
+
"ai_review_request": "Please review the current document and identify issues across four dimensions: logic, expression, fact, and structure. Use the write_ai_reviews tool to return up to 10 structured review comments. For each, provide markedText (an exact text fragment from the document being reviewed), comment (your review), and dimension (one of: logic, expression, fact, structure). If your model does not support tool calls, return the same data as a JSON code block.",
|
|
181
|
+
"ai_improve_request": "The document has {count} pending review comments:\n{items}\n\nPlease apply these reviews and improve the document. Use the update_editor_content tool to write the improved full document. Preserve formatting and original structure where possible.",
|
|
182
|
+
"ai_summary_request": "The document has {count} review comments (including resolved):\n{items}\n\nPlease summarize them across four dimensions (logic / expression / fact / structure), and rate the priority (high / medium / low) for each dimension.",
|
|
183
|
+
"ai_respond_request": "The document contains this text:\n\"{markedText}\"\n\nThe reviewer commented:\n\"{commentText}\"\n\nPlease provide specific suggestions for revision. Do NOT modify the document — give suggestions only."
|
|
184
|
+
},
|
|
185
|
+
"detection": {
|
|
186
|
+
"intent_prefixes": "मैं करूंगा|मुझे चाहिए|मुझे करना होगा|पहले|अब|अगला",
|
|
187
|
+
"action_verbs": "बनाना|लिखना|पढ़ना|अपडेट|अपलोड|जनरेट|लाना|जांचना|परीक्षण|उपयोग|चलाना|भेजना|खोजना|ढूंढना|सहेजना|हटाना|संपादित|कॉन्फ़िगर|निर्यात|दिखाना",
|
|
188
|
+
"continuation_phrases": "पहले|अगला|फिर|अब",
|
|
189
|
+
"remaining_phrases": "शेष|अगला|चरण \\d+",
|
|
190
|
+
"unfinished_phrases": "करना है|TODO|अगला चरण|अभी तक नहीं|लंबित"
|
|
191
|
+
},
|
|
192
|
+
"sections": {
|
|
193
|
+
"image_ai": "छवि AI",
|
|
194
|
+
"image_aihint": "AI छवि निर्माण मॉडल कॉन्फ़िगरेशन।"
|
|
195
|
+
},
|
|
196
|
+
"generating": "जनरेट हो रहा है…",
|
|
197
|
+
"not_configured": "AI प्रदाता कॉन्फ़िगर नहीं है"
|
|
198
|
+
},
|
|
199
|
+
"ai_budget": {
|
|
200
|
+
"__mt": true,
|
|
201
|
+
"title": "AI Budget",
|
|
202
|
+
"description": "Set monthly and per-call spending limits for AI requests routed through Moraya.",
|
|
203
|
+
"monthly_spend": "Monthly Spend",
|
|
204
|
+
"monthly_limit": "Monthly Limit",
|
|
205
|
+
"per_call_limit": "Per-Call Limit",
|
|
206
|
+
"hard_stop": "Hard Stop",
|
|
207
|
+
"hard_stop_hint": "Block all AI calls once the monthly limit is reached.",
|
|
208
|
+
"zero_unlimited": "0 = unlimited",
|
|
209
|
+
"limit_reached": "Monthly budget limit reached. AI calls are blocked.",
|
|
210
|
+
"near_limit": "You have used {pct}% of your monthly budget.",
|
|
211
|
+
"saved": "Settings saved.",
|
|
212
|
+
"save": "Save",
|
|
213
|
+
"reset": "Reset Month",
|
|
214
|
+
"how_it_works": "How It Works",
|
|
215
|
+
"info1": "The router tracks estimated and actual costs per API call.",
|
|
216
|
+
"info2": "Hard stop blocks new calls; soft limit shows warnings only.",
|
|
217
|
+
"info3": "Monthly counters reset on the 1st of each month automatically."
|
|
218
|
+
},
|
|
219
|
+
"ai_history": {
|
|
220
|
+
"__mt": true,
|
|
221
|
+
"title": "AI Call History",
|
|
222
|
+
"total_calls": "Total Calls",
|
|
223
|
+
"month_cost": "This Month",
|
|
224
|
+
"success_rate": "Success Rate",
|
|
225
|
+
"tab_list": "Calls",
|
|
226
|
+
"tab_provider": "By Provider",
|
|
227
|
+
"tab_daily": "By Day",
|
|
228
|
+
"no_records": "No call records yet.",
|
|
229
|
+
"failed": "Failed",
|
|
230
|
+
"provider": "Provider",
|
|
231
|
+
"calls": "Calls",
|
|
232
|
+
"cost": "Cost",
|
|
233
|
+
"share": "Share"
|
|
234
|
+
},
|
|
235
|
+
"app": {
|
|
236
|
+
"__mt": true,
|
|
237
|
+
"name": "Moraya Web",
|
|
238
|
+
"tagline": "Your AI, your data, your cloud."
|
|
239
|
+
},
|
|
240
|
+
"audit": {
|
|
241
|
+
"report_title": "Document Audit Report: {filename}",
|
|
242
|
+
"generated_at": "Generated at",
|
|
243
|
+
"knowledge_base": "Knowledge base",
|
|
244
|
+
"git_repo": "Git repository",
|
|
245
|
+
"branch": "branch",
|
|
246
|
+
"commit_history": "Commit History",
|
|
247
|
+
"col_time": "Time",
|
|
248
|
+
"col_author": "Author",
|
|
249
|
+
"col_summary": "Summary",
|
|
250
|
+
"review_summary": "Review Summary",
|
|
251
|
+
"summary_stats": "Total {total} review(s); {resolved} resolved, {wontfix} won't fix, {open} open",
|
|
252
|
+
"resolved_section": "Resolved ({count})",
|
|
253
|
+
"wontfix_section": "Won't Fix ({count})",
|
|
254
|
+
"open_section": "Open ({count})",
|
|
255
|
+
"resolved_note": "resolved at {date} by {user}",
|
|
256
|
+
"wontfix_note": "marked won't fix at {date} by {user}",
|
|
257
|
+
"no_reviews": "No reviews recorded",
|
|
258
|
+
"showing_last_commits": "(Showing only the last {count} commits)",
|
|
259
|
+
"not_git_bound": "Not linked to a Git repository",
|
|
260
|
+
"line_n": "Line {n}",
|
|
261
|
+
"unanchored_label": "Position lost",
|
|
262
|
+
"export_dialog_title": "Export Audit Report",
|
|
263
|
+
"export_filename": "Filename",
|
|
264
|
+
"export_format": "Format",
|
|
265
|
+
"format_markdown": "Markdown (.md)",
|
|
266
|
+
"include_history": "Commit history (last {count} commits)",
|
|
267
|
+
"include_reviews": "Review summary ({total} reviews, {resolved} resolved)",
|
|
268
|
+
"anonymize_authors": "Anonymize authors (@{name} → @reviewer-1)",
|
|
269
|
+
"include_full_discussion": "Include full review discussion (default: summary only)",
|
|
270
|
+
"privacy_notice": "The report will be saved locally. No data is sent to any external service.",
|
|
271
|
+
"cancel": "Cancel",
|
|
272
|
+
"save": "Save…",
|
|
273
|
+
"title": "Audit Log",
|
|
274
|
+
"events": "events",
|
|
275
|
+
"verify_integrity": "Verify Integrity",
|
|
276
|
+
"chain_valid": "Chain Valid",
|
|
277
|
+
"chain_invalid": "Chain Broken",
|
|
278
|
+
"no_events": "No audit events found.",
|
|
279
|
+
"loading": "Loading audit log…"
|
|
280
|
+
},
|
|
281
|
+
"auth": {
|
|
282
|
+
"__mt": true,
|
|
283
|
+
"login": "Sign in with Picora",
|
|
284
|
+
"logout": "Sign out",
|
|
285
|
+
"logging_in": "Signing in...",
|
|
286
|
+
"login_title": "Welcome to Moraya Web",
|
|
287
|
+
"login_subtitle": "Sign in with your Picora account to access your knowledge base.",
|
|
288
|
+
"continue_offline": "Continue offline (no sync)",
|
|
289
|
+
"connect_picora": "Connect Picora to sync",
|
|
290
|
+
"connected_to_picora": "Connected to Picora",
|
|
291
|
+
"disconnect": "Disconnect",
|
|
292
|
+
"local_only_notice": "You are working locally. Notes are stored on this device only."
|
|
293
|
+
},
|
|
294
|
+
"billing": {
|
|
295
|
+
"__mt": true,
|
|
296
|
+
"title": "Billing",
|
|
297
|
+
"current_plan": "Current Plan",
|
|
298
|
+
"upgrade_title": "Upgrade Your Plan",
|
|
299
|
+
"upgrade_subtitle": "Get more AI calls, unlimited storage, and premium features.",
|
|
300
|
+
"downgrade_title": "Downgrade Plan",
|
|
301
|
+
"downgrade_subtitle": "You can choose to downgrade effective immediately or at the end of your billing period.",
|
|
302
|
+
"cancel_title": "Cancel Subscription",
|
|
303
|
+
"cancel_subtitle": "We're sorry to see you go. You can cancel effective immediately or at the end of your billing period.",
|
|
304
|
+
"plan_personal": "Personal",
|
|
305
|
+
"plan_team": "Team",
|
|
306
|
+
"plan_enterprise": "Enterprise",
|
|
307
|
+
"plan_connect": "Connect (Free)",
|
|
308
|
+
"monthly": "Monthly",
|
|
309
|
+
"yearly": "Yearly",
|
|
310
|
+
"yearly_savings": "Save 2 months",
|
|
311
|
+
"per_seat": "/seat",
|
|
312
|
+
"pay_with_stripe": "Pay with Card (Stripe)",
|
|
313
|
+
"pay_with_alipay": "Pay with Alipay",
|
|
314
|
+
"seats_label": "Number of seats",
|
|
315
|
+
"seats_hint": "Minimum 1 seat",
|
|
316
|
+
"effective_immediate": "Effective immediately",
|
|
317
|
+
"effective_period_end": "At the end of the billing period",
|
|
318
|
+
"cancel_confirm": "I understand my subscription will end",
|
|
319
|
+
"downgrade_confirm": "I understand I may lose access to some features",
|
|
320
|
+
"confirm_cancel": "Cancel Subscription",
|
|
321
|
+
"confirm_downgrade": "Confirm Downgrade",
|
|
322
|
+
"refund_title": "Request Refund",
|
|
323
|
+
"refund_14day": "As a first-time subscriber within 14 days, you qualify for an automatic refund.",
|
|
324
|
+
"refund_request": "Request Refund",
|
|
325
|
+
"refund_pending": "Refund request submitted. Our team will review it.",
|
|
326
|
+
"back_to_billing": "Back to Billing",
|
|
327
|
+
"loading": "Loading...",
|
|
328
|
+
"error": "Something went wrong. Please try again.",
|
|
329
|
+
"checkout_redirect": "Redirecting to checkout...",
|
|
330
|
+
"alipay_scan": "Scan with Alipay app to complete payment",
|
|
331
|
+
"devices_title": "Manage Devices",
|
|
332
|
+
"devices_subtitle": "Devices signed into your account.",
|
|
333
|
+
"device_current": "This device",
|
|
334
|
+
"device_revoke": "Sign out",
|
|
335
|
+
"device_revoke_confirm": "Sign out this device?",
|
|
336
|
+
"device_last_active": "Last active",
|
|
337
|
+
"devices_limit_reached": "You've reached the device limit for your plan.",
|
|
338
|
+
"usage_ai_calls": "AI Calls",
|
|
339
|
+
"usage_kbs": "Knowledge Bases",
|
|
340
|
+
"usage_devices": "Devices",
|
|
341
|
+
"usage_of": "{used} of {limit}",
|
|
342
|
+
"upgrade_prompt_ai": "You've used {used}/{limit} AI calls this month.",
|
|
343
|
+
"upgrade_prompt_kb": "You've reached your KB limit ({limit}).",
|
|
344
|
+
"upgrade_now": "Upgrade Now",
|
|
345
|
+
"plan_features_personal": "Unlimited KBs, 2000 AI calls/month, BYO API key, E2E encryption, BYOC storage",
|
|
346
|
+
"plan_features_team": "Everything in Personal, team collaboration, 5000 AI calls/month, Cloud KMS",
|
|
347
|
+
"currency_usd": "USD ($)",
|
|
348
|
+
"currency_cny": "CNY (¥)",
|
|
349
|
+
"currency_eur": "EUR (€)",
|
|
350
|
+
"change_currency": "Change currency"
|
|
351
|
+
},
|
|
352
|
+
"cloud_picker": {
|
|
353
|
+
"title_image": "क्लाउड छवि डालें",
|
|
354
|
+
"title_audio": "क्लाउड ऑडियो डालें",
|
|
355
|
+
"title_video": "क्लाउड वीडियो डालें",
|
|
356
|
+
"no_targets": "कोई Picora लक्ष्य कॉन्फ़िगर नहीं है। कृपया सेटिंग्स → ज्ञान आधार में जोड़ें।",
|
|
357
|
+
"scope_this_kb": "यह ज्ञान आधार",
|
|
358
|
+
"scope_all": "सभी फ़ाइलें",
|
|
359
|
+
"scope_no_kb": "कोई ज्ञान आधार नहीं",
|
|
360
|
+
"tab_recent": "हाल के",
|
|
361
|
+
"tab_all": "सभी",
|
|
362
|
+
"tab_favorites": "पसंदीदा",
|
|
363
|
+
"search_placeholder": "खोजें…",
|
|
364
|
+
"grid_view": "ग्रिड दृश्य",
|
|
365
|
+
"list_view": "सूची दृश्य",
|
|
366
|
+
"error_title": "लोड विफल",
|
|
367
|
+
"last_cache": "अंतिम लोड",
|
|
368
|
+
"empty_title": "कोई फ़ाइल नहीं मिली",
|
|
369
|
+
"empty_sub": "फ़िल्टर समायोजित करें या Picora पर फ़ाइलें अपलोड करें।",
|
|
370
|
+
"loading_more": "लोड हो रहा है…",
|
|
371
|
+
"selected_count": "{n} चुने गए",
|
|
372
|
+
"insert_as_html": "HTML के रूप में डालें",
|
|
373
|
+
"insert_btn": "डालें",
|
|
374
|
+
"processing": "प्रसंस्करण",
|
|
375
|
+
"public": "सार्वजनिक",
|
|
376
|
+
"private": "निजी",
|
|
377
|
+
"favorite": "पसंदीदा",
|
|
378
|
+
"copy_url": "URL कॉपी करें",
|
|
379
|
+
"privacy_title": "निजी फ़ाइलें चुनी गई",
|
|
380
|
+
"privacy_desc": "{n} फ़ाइल(ें) निजी हैं और सार्वजनिक रूप से दिखाई नहीं दे सकतीं।",
|
|
381
|
+
"privacy_warn": "फ़ाइलों को सार्वजनिक करने से लिंक वाला कोई भी व्यक्ति उन्हें देख सकेगा।",
|
|
382
|
+
"suppress_privacy": "फिर से चेतावनी न दें",
|
|
383
|
+
"make_public_insert": "सार्वजनिक करें और डालें",
|
|
384
|
+
"insert_anyway": "फिर भी डालें",
|
|
385
|
+
"copy_markdown": "Markdown कॉपी करें",
|
|
386
|
+
"empty_kb_scoped_sub": "वर्तमान KB में कोई फ़ाइल नहीं। पुराने अपलोड इस KB से जुड़े नहीं हो सकते।",
|
|
387
|
+
"switch_scope_all": "सभी खाता फ़ाइलें दिखाएं",
|
|
388
|
+
"url_missing": "मीडिया URL गायब है — आइटम अभी तैयार नहीं हो सकता।"
|
|
389
|
+
},
|
|
390
|
+
"command_palette": {
|
|
391
|
+
"placeholder": "फ़ाइलें, कमांड या ज्ञान आधार खोजें...",
|
|
392
|
+
"files": "फ़ाइलें",
|
|
393
|
+
"commands": "कमांड",
|
|
394
|
+
"semantic_search": "सिमेंटिक खोज",
|
|
395
|
+
"keyword_search": "कीवर्ड खोज",
|
|
396
|
+
"no_results": "कोई परिणाम नहीं मिला"
|
|
397
|
+
},
|
|
398
|
+
"commands": {
|
|
399
|
+
"__mt": true,
|
|
400
|
+
"palette_title": "Command Palette",
|
|
401
|
+
"placeholder": "Search commands...",
|
|
402
|
+
"no_results": "No commands found",
|
|
403
|
+
"type_to_search": "Type to search commands",
|
|
404
|
+
"go_home": "Go to Home",
|
|
405
|
+
"open_settings": "Open Settings",
|
|
406
|
+
"open_workflows": "Open Workflows",
|
|
407
|
+
"toggle_sidebar": "Toggle Sidebar",
|
|
408
|
+
"sidebar_kb": "Sidebar: Knowledge Bases",
|
|
409
|
+
"sidebar_explorer": "Sidebar: Files",
|
|
410
|
+
"sidebar_outline": "Sidebar: Outline"
|
|
411
|
+
},
|
|
412
|
+
"common": {
|
|
413
|
+
"save": "सहेजें",
|
|
414
|
+
"cancel": "रद्द करें",
|
|
415
|
+
"close": "बंद करें",
|
|
416
|
+
"add": "जोड़ें",
|
|
417
|
+
"remove": "हटाएँ",
|
|
418
|
+
"connect": "कनेक्ट करें",
|
|
419
|
+
"disconnect": "डिस्कनेक्ट करें",
|
|
420
|
+
"insert": "डालें",
|
|
421
|
+
"replace": "बदलें",
|
|
422
|
+
"copy": "कॉपी करें",
|
|
423
|
+
"edit": "संपादित करें",
|
|
424
|
+
"delete": "हटाएँ",
|
|
425
|
+
"browse": "बदलें",
|
|
426
|
+
"clear": "रीसेट करें",
|
|
427
|
+
"play": "चलाएँ",
|
|
428
|
+
"stop": "रोकें",
|
|
429
|
+
"start": "शुरू करें",
|
|
430
|
+
"untitled": "बिना शीर्षक",
|
|
431
|
+
"retry": "पुनः प्रयास करें",
|
|
432
|
+
"refresh": "रीफ्रेश",
|
|
433
|
+
"new": "नया"
|
|
434
|
+
},
|
|
435
|
+
"compose": {
|
|
436
|
+
"__mt": true,
|
|
437
|
+
"title": "Compose article",
|
|
438
|
+
"start_over": "Start over",
|
|
439
|
+
"stepper_label": "Compose stages",
|
|
440
|
+
"step": {
|
|
441
|
+
"topic": "Topic",
|
|
442
|
+
"article": "Article",
|
|
443
|
+
"cover": "Cover",
|
|
444
|
+
"review": "Review"
|
|
445
|
+
},
|
|
446
|
+
"topic": {
|
|
447
|
+
"title": "What's the article about?",
|
|
448
|
+
"hint": "Describe the topic, audience, key points — the more specific, the better.",
|
|
449
|
+
"placeholder": "e.g. A deep dive on why Rust's async model handles backpressure better than Go's…",
|
|
450
|
+
"next": "Next: write article →"
|
|
451
|
+
},
|
|
452
|
+
"tone": {
|
|
453
|
+
"title": "Tone",
|
|
454
|
+
"general": "General",
|
|
455
|
+
"marketing": "Marketing",
|
|
456
|
+
"technical": "Technical",
|
|
457
|
+
"story": "Story"
|
|
458
|
+
},
|
|
459
|
+
"length": {
|
|
460
|
+
"title": "Length",
|
|
461
|
+
"short": "Short",
|
|
462
|
+
"medium": "Medium",
|
|
463
|
+
"long": "Long"
|
|
464
|
+
},
|
|
465
|
+
"article": {
|
|
466
|
+
"title": "Write the article",
|
|
467
|
+
"ready": "Ready to generate. Tap below to stream the article.",
|
|
468
|
+
"generate": "Generate article",
|
|
469
|
+
"generating": "Streaming from the model…",
|
|
470
|
+
"cancel": "Stop",
|
|
471
|
+
"regenerate": "Regenerate",
|
|
472
|
+
"next": "Next: cover image →",
|
|
473
|
+
"no_provider": "No AI provider configured. Set one up to generate articles.",
|
|
474
|
+
"configure": "Configure AI provider"
|
|
475
|
+
},
|
|
476
|
+
"cover": {
|
|
477
|
+
"title": "Cover image",
|
|
478
|
+
"prompt_hint": "This prompt was auto-derived from your article. Edit if you want a specific look.",
|
|
479
|
+
"prompt_placeholder": "Cover illustration for: ...",
|
|
480
|
+
"generate": "Generate cover",
|
|
481
|
+
"generating": "Generating…",
|
|
482
|
+
"next": "Next: review →",
|
|
483
|
+
"preview_alt": "Cover image preview",
|
|
484
|
+
"no_provider": "No image generation provider configured. Set one up to make cover images.",
|
|
485
|
+
"configure": "Configure image-gen provider",
|
|
486
|
+
"style": "Style"
|
|
487
|
+
},
|
|
488
|
+
"review": {
|
|
489
|
+
"title": "Review & publish",
|
|
490
|
+
"publish_hint": "Insert into a note, or set up an MCP publish target to send this article to WeChat / RSS / custom platforms.",
|
|
491
|
+
"insert": "Insert into note",
|
|
492
|
+
"configure_publish": "Configure publish target",
|
|
493
|
+
"uploading": "Uploading cover…",
|
|
494
|
+
"cover_upload_failed": "Cover upload failed — inserting without it.",
|
|
495
|
+
"insert_failed": "Insert failed: {err}"
|
|
496
|
+
},
|
|
497
|
+
"publish": {
|
|
498
|
+
"send": "Send to…",
|
|
499
|
+
"opening": "Preparing…",
|
|
500
|
+
"picker_title": "Where to publish?",
|
|
501
|
+
"empty": "No publish targets configured yet.",
|
|
502
|
+
"configure": "Configure publish targets",
|
|
503
|
+
"success": "Published to {target}",
|
|
504
|
+
"failed": "{target} failed: {err}"
|
|
505
|
+
},
|
|
506
|
+
"drafts": {
|
|
507
|
+
"title": "Drafts",
|
|
508
|
+
"new": "New draft",
|
|
509
|
+
"new_sub": "Archive current and start fresh",
|
|
510
|
+
"active": "Active",
|
|
511
|
+
"untitled": "Untitled draft",
|
|
512
|
+
"delete": "Delete draft"
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
"conflict": {
|
|
516
|
+
"__mt": true,
|
|
517
|
+
"title": "Conflict Detected",
|
|
518
|
+
"description": "This note was edited on another device.",
|
|
519
|
+
"keep_server": "Keep server version",
|
|
520
|
+
"keep_local": "Keep my version",
|
|
521
|
+
"merge": "Merge manually"
|
|
522
|
+
},
|
|
523
|
+
"context_menu": {
|
|
524
|
+
"cut": "काटें",
|
|
525
|
+
"copy": "कॉपी करें",
|
|
526
|
+
"paste": "चिपकाएँ",
|
|
527
|
+
"upload_all_images": "सभी छवियाँ इमेज होस्ट पर अपलोड करें",
|
|
528
|
+
"upload_starting": "इमेज होस्ट पर छवियाँ अपलोड हो रही हैं...",
|
|
529
|
+
"upload_image_success": "अपलोड सफल: {name}",
|
|
530
|
+
"upload_image_failed": "अपलोड विफल: {name} — {error}",
|
|
531
|
+
"upload_all_complete": "अपलोड पूर्ण: {success}/{total} सफल",
|
|
532
|
+
"upload_no_config": "कृपया पहले सेटिंग्स में इमेज होस्ट कॉन्फ़िगर करें",
|
|
533
|
+
"insert_cloud_image": "क्लाउड छवि डालें…",
|
|
534
|
+
"insert_cloud_audio": "क्लाउड ऑडियो डालें…",
|
|
535
|
+
"insert_cloud_video": "क्लाउड वीडियो डालें…"
|
|
536
|
+
},
|
|
537
|
+
"diff": {
|
|
538
|
+
"title": "{filename} · {hash1} ↔ {hash2}",
|
|
539
|
+
"back_to_edit": "← Back to Edit",
|
|
540
|
+
"no_changes": "The two versions are identical — no differences",
|
|
541
|
+
"binary_file": "This version contains binary content and cannot be displayed as text diff",
|
|
542
|
+
"added_line": "Added line",
|
|
543
|
+
"deleted_line": "Deleted line",
|
|
544
|
+
"stats_line": "+{added} added · -{deleted} deleted",
|
|
545
|
+
"left_label": "Old",
|
|
546
|
+
"right_label": "New"
|
|
547
|
+
},
|
|
548
|
+
"editor": {
|
|
549
|
+
"source_mode": "Source",
|
|
550
|
+
"visual_mode": "Visual",
|
|
551
|
+
"split_mode": "Split",
|
|
552
|
+
"unsaved_title": "सहेजे न गए परिवर्तन",
|
|
553
|
+
"unsaved_new_doc_msg": "आपके पास सहेजी न गई सामग्री है जो खो जाएगी। पहले सहेजें?",
|
|
554
|
+
"save_first": "सहेजें",
|
|
555
|
+
"discard_changes": "सहेजें नहीं",
|
|
556
|
+
"loading": {
|
|
557
|
+
"parsing": "मार्कडाउन पार्स कर रहा है…",
|
|
558
|
+
"rendering": "रेंडर हो रहा है…"
|
|
559
|
+
},
|
|
560
|
+
"saving": "Saving...",
|
|
561
|
+
"saved": "Saved",
|
|
562
|
+
"offline_cached": "Saved offline",
|
|
563
|
+
"conflict": "Conflict detected",
|
|
564
|
+
"unsaved_changes": "You have unsaved changes. Discard?",
|
|
565
|
+
"discard": "Discard",
|
|
566
|
+
"cancel": "Cancel",
|
|
567
|
+
"words": "words",
|
|
568
|
+
"chars": "chars",
|
|
569
|
+
"new_note": "New note"
|
|
570
|
+
},
|
|
571
|
+
"enterprise": {
|
|
572
|
+
"__mt": true,
|
|
573
|
+
"hsm": {
|
|
574
|
+
"title": "Hardware Security Module (HSM)",
|
|
575
|
+
"subtitle": "Connect your HSM provider for FIPS 140-2 Level 3+ key operations",
|
|
576
|
+
"upgrade_required": "HSM integration requires the Enterprise plan.",
|
|
577
|
+
"providers": {
|
|
578
|
+
"aws": "AWS CloudHSM",
|
|
579
|
+
"aliyun": "Aliyun HSM",
|
|
580
|
+
"pkcs11": "PKCS#11 (Generic)"
|
|
581
|
+
},
|
|
582
|
+
"aws": {
|
|
583
|
+
"cluster_id": "Cluster ID",
|
|
584
|
+
"region": "AWS Region"
|
|
585
|
+
},
|
|
586
|
+
"aliyun": {
|
|
587
|
+
"instance_id": "Instance ID",
|
|
588
|
+
"region": "Region"
|
|
589
|
+
},
|
|
590
|
+
"pkcs11": {
|
|
591
|
+
"lib_path": "Library Path (.so / .dll / .dylib)",
|
|
592
|
+
"slot": "Slot ID",
|
|
593
|
+
"supported_mechanisms": "Supported Mechanisms"
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
"orgs": {
|
|
597
|
+
"title": "Multi-Organization Management",
|
|
598
|
+
"subtitle": "Manage seat allocation and cross-org knowledge sharing",
|
|
599
|
+
"upgrade_required": "Multi-org management requires the Enterprise plan.",
|
|
600
|
+
"seat_allocation": "Seat Allocation",
|
|
601
|
+
"total_seats": "Total Seats",
|
|
602
|
+
"allocated": "Allocated",
|
|
603
|
+
"unallocated": "Unallocated",
|
|
604
|
+
"org_list": "Organizations",
|
|
605
|
+
"members": "Members",
|
|
606
|
+
"cross_org_sharing": "Cross-Org Sharing",
|
|
607
|
+
"shares_to": "shares KBs to",
|
|
608
|
+
"kb_ids_placeholder": "kb-1, kb-2, ...",
|
|
609
|
+
"request_share": "Request Share"
|
|
610
|
+
},
|
|
611
|
+
"compliance": {
|
|
612
|
+
"title": "Compliance & Archiving",
|
|
613
|
+
"subtitle": "GDPR, HIPAA, SOC2, ISO 27001 compliance exports and WORM archiving",
|
|
614
|
+
"upgrade_required": "Compliance archiving requires the Enterprise plan.",
|
|
615
|
+
"tabs": {
|
|
616
|
+
"retention": "Retention",
|
|
617
|
+
"worm": "WORM",
|
|
618
|
+
"export": "Export"
|
|
619
|
+
},
|
|
620
|
+
"retention": {
|
|
621
|
+
"title": "7-Year Retention",
|
|
622
|
+
"hint": "Records are retained for 7 years and cannot be deleted during this period.",
|
|
623
|
+
"days_left": "days left",
|
|
624
|
+
"years": "years"
|
|
625
|
+
},
|
|
626
|
+
"worm": {
|
|
627
|
+
"title": "WORM Records",
|
|
628
|
+
"description": "Write-Once-Read-Many records are immutable once created.",
|
|
629
|
+
"immutable_label": "Immutable",
|
|
630
|
+
"immutable_desc": "Records cannot be modified or deleted after creation.",
|
|
631
|
+
"retention_years": "Retention Period"
|
|
632
|
+
},
|
|
633
|
+
"export": {
|
|
634
|
+
"title": "Compliance Export",
|
|
635
|
+
"standard": "Standard",
|
|
636
|
+
"format": "Format",
|
|
637
|
+
"generate": "Generate Export",
|
|
638
|
+
"applicable_events": "Applicable audit events"
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
"custom_domain": {
|
|
642
|
+
"title": "Custom Domain",
|
|
643
|
+
"subtitle": "Use your own domain name for the Moraya workspace.",
|
|
644
|
+
"upgrade_required": "Custom domain requires the Enterprise plan.",
|
|
645
|
+
"hostname": "Your Domain",
|
|
646
|
+
"cname_target": "CNAME Target",
|
|
647
|
+
"dns_record": "DNS Record to Add",
|
|
648
|
+
"dns_hint": "Add this CNAME record to your DNS provider and wait for propagation (up to 48h).",
|
|
649
|
+
"save": "Save & Verify",
|
|
650
|
+
"verifying_hint": "Verification in progress. DNS propagation may take up to 48 hours."
|
|
651
|
+
},
|
|
652
|
+
"custom_ai": {
|
|
653
|
+
"title": "Custom AI Endpoint",
|
|
654
|
+
"subtitle": "Connect your own OpenAI-compatible LLM endpoint.",
|
|
655
|
+
"upgrade_required": "Custom AI endpoints require the Enterprise plan.",
|
|
656
|
+
"add_provider": "Add Provider",
|
|
657
|
+
"provider_name": "Provider Name",
|
|
658
|
+
"base_url": "Base URL",
|
|
659
|
+
"api_key_ref": "API Key Reference (Keychain ID)",
|
|
660
|
+
"models_csv": "Models (comma-separated)",
|
|
661
|
+
"add": "Add Provider",
|
|
662
|
+
"saved_providers": "Saved Providers",
|
|
663
|
+
"context_window": "Context window",
|
|
664
|
+
"models": "models",
|
|
665
|
+
"openai_compatible": "OpenAI-compatible",
|
|
666
|
+
"custom_format": "Custom format"
|
|
667
|
+
},
|
|
668
|
+
"data_residency": {
|
|
669
|
+
"title": "Data Residency",
|
|
670
|
+
"subtitle": "Control where your organization's data is stored and processed.",
|
|
671
|
+
"upgrade_required": "Data residency control requires the Enterprise plan.",
|
|
672
|
+
"primary_region": "Primary Region",
|
|
673
|
+
"allowed_regions": "Allowed Regions",
|
|
674
|
+
"restrict_cross_region": "Restrict cross-region data transfers",
|
|
675
|
+
"filter_by_compliance": "Filter by Compliance Standard",
|
|
676
|
+
"all": "All",
|
|
677
|
+
"requirements": "Legal Requirements",
|
|
678
|
+
"save_policy": "Save Policy",
|
|
679
|
+
"policy_saved": "Policy saved"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
"entitlement": {
|
|
683
|
+
"__mt": true,
|
|
684
|
+
"connect": "Connect",
|
|
685
|
+
"personal": "Personal",
|
|
686
|
+
"team": "Team",
|
|
687
|
+
"enterprise": "Enterprise",
|
|
688
|
+
"current_plan": "Current plan",
|
|
689
|
+
"upgrade": "Upgrade"
|
|
690
|
+
},
|
|
691
|
+
"errors": {
|
|
692
|
+
"ai_not_configured": "AI कॉन्फ़िगर नहीं है।",
|
|
693
|
+
"ai_request_failed": "AI अनुरोध विफल",
|
|
694
|
+
"chat_request_failed": "चैट अनुरोध विफल",
|
|
695
|
+
"unknown_command": "अज्ञात AI कमांड: {command}",
|
|
696
|
+
"auth": {
|
|
697
|
+
"picora_token_expired": "Session expired. Please sign in again.",
|
|
698
|
+
"picora_plan_expired": "Your Picora plan has expired. Please renew or upgrade.",
|
|
699
|
+
"oauth_state_missing": "Login session not found. Please try again.",
|
|
700
|
+
"csrf_state_mismatch": "Security check failed. Please try again."
|
|
701
|
+
},
|
|
702
|
+
"storage": {
|
|
703
|
+
"network_offline": "You're offline. Changes saved locally.",
|
|
704
|
+
"conflict_detected": "Someone else edited this note. Please resolve the conflict.",
|
|
705
|
+
"not_found": "Note not found.",
|
|
706
|
+
"access_denied": "Access denied.",
|
|
707
|
+
"too_large": "File is too large.",
|
|
708
|
+
"quota_exceeded": "Storage quota exceeded.",
|
|
709
|
+
"rate_limited": "Too many requests. Please wait.",
|
|
710
|
+
"server_error": "Server error. Please try again."
|
|
711
|
+
},
|
|
712
|
+
"editor": {
|
|
713
|
+
"mount_failed": "Editor failed to load. Please refresh the page."
|
|
714
|
+
},
|
|
715
|
+
"browser": {
|
|
716
|
+
"unsupported": "Your browser is not supported. Please use Chrome 96+, Firefox 95+, or Safari 14+."
|
|
717
|
+
},
|
|
718
|
+
"internal": {
|
|
719
|
+
"unknown": "An unexpected error occurred."
|
|
720
|
+
},
|
|
721
|
+
"ai": {
|
|
722
|
+
"e2e_proxy_blocked": "Moraya proxy AI is not available in E2E mode. Please use your own API key.",
|
|
723
|
+
"e2e_rag_blocked": "Server-side RAG requires Cloud KMS mode."
|
|
724
|
+
},
|
|
725
|
+
"kms": {
|
|
726
|
+
"gcp_not_implemented": "GCP KMS is not yet supported."
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
"explorer": {
|
|
730
|
+
"__mt": true,
|
|
731
|
+
"title": "Files",
|
|
732
|
+
"filter_placeholder": "Filter notes...",
|
|
733
|
+
"empty": "No notes yet",
|
|
734
|
+
"no_results": "No matching notes",
|
|
735
|
+
"new_note": "New note",
|
|
736
|
+
"new_folder": "New folder",
|
|
737
|
+
"rename": "Rename",
|
|
738
|
+
"delete": "Delete",
|
|
739
|
+
"favorite": "Add to favorites",
|
|
740
|
+
"unfavorite": "Remove from favorites",
|
|
741
|
+
"context_menu": "File options",
|
|
742
|
+
"tags": "Tags",
|
|
743
|
+
"no_tags": "No tags found",
|
|
744
|
+
"untagged": "Untagged"
|
|
745
|
+
},
|
|
746
|
+
"export": {
|
|
747
|
+
"export_as": "{format} के रूप में निर्यात करें",
|
|
748
|
+
"pdf": "PDF",
|
|
749
|
+
"html": "HTML (शैलियों सहित)",
|
|
750
|
+
"html_plain": "HTML (शैलियों के बिना)",
|
|
751
|
+
"image": "चित्र (PNG)",
|
|
752
|
+
"doc": "Word (.doc)",
|
|
753
|
+
"rtf": "RTF",
|
|
754
|
+
"epub": "Epub",
|
|
755
|
+
"latex": "LaTeX",
|
|
756
|
+
"mediawiki": "MediaWiki",
|
|
757
|
+
"rst": "reStructuredText",
|
|
758
|
+
"textile": "Textile",
|
|
759
|
+
"opml": "OPML",
|
|
760
|
+
"progress": {
|
|
761
|
+
"preparing": "तैयारी…",
|
|
762
|
+
"rendering": "रेंडर हो रहा है…",
|
|
763
|
+
"paginating": "पेज विभाजन ({current}/{total})",
|
|
764
|
+
"writing": "लिखा जा रहा है…",
|
|
765
|
+
"done": "पूर्ण"
|
|
766
|
+
},
|
|
767
|
+
"fallback": {
|
|
768
|
+
"notice": "कम्पैट मोड"
|
|
769
|
+
},
|
|
770
|
+
"error": {
|
|
771
|
+
"generic": "निर्यात विफल",
|
|
772
|
+
"timeout": "निर्यात समय समाप्त",
|
|
773
|
+
"subprocess_failed": "उप-प्रक्रिया विफल",
|
|
774
|
+
"native_api_failed": "नेटिव प्रिंट विफल"
|
|
775
|
+
}
|
|
776
|
+
},
|
|
777
|
+
"fulltext_search": {
|
|
778
|
+
"__mt": true,
|
|
779
|
+
"title": "Hybrid Search",
|
|
780
|
+
"placeholder": "Search notes, memories, workflows...",
|
|
781
|
+
"clear": "Clear",
|
|
782
|
+
"filters": "Filters",
|
|
783
|
+
"filter_time": "Time",
|
|
784
|
+
"filter_source": "Source",
|
|
785
|
+
"filter_tags": "Tags",
|
|
786
|
+
"time_all": "All time",
|
|
787
|
+
"time_today": "Today",
|
|
788
|
+
"time_7d": "Last 7 days",
|
|
789
|
+
"time_30d": "Last 30 days",
|
|
790
|
+
"time_90d": "Last 90 days",
|
|
791
|
+
"source_all": "All sources",
|
|
792
|
+
"source_note": "Notes",
|
|
793
|
+
"source_memory": "Memory",
|
|
794
|
+
"source_workflow": "Workflows",
|
|
795
|
+
"cross_kb_hint": "Upgrade for cross-KB search",
|
|
796
|
+
"tab_results": "Results",
|
|
797
|
+
"tab_history": "History",
|
|
798
|
+
"tab_saved": "Saved",
|
|
799
|
+
"save_search": "Save search",
|
|
800
|
+
"save_name_prompt": "Name this saved search",
|
|
801
|
+
"searching": "Searching...",
|
|
802
|
+
"no_results": "No results found",
|
|
803
|
+
"start_typing": "Type to search",
|
|
804
|
+
"history_empty": "No search history",
|
|
805
|
+
"saved_empty": "No saved searches",
|
|
806
|
+
"clear_history": "Clear history",
|
|
807
|
+
"hint_navigate": "Navigate",
|
|
808
|
+
"hint_open": "Open",
|
|
809
|
+
"hint_close": "Close"
|
|
810
|
+
},
|
|
811
|
+
"git": {
|
|
812
|
+
"bind_title": "Git रिपॉजिटरी लिंक करें",
|
|
813
|
+
"repo_url": "रिपॉजिटरी URL",
|
|
814
|
+
"branch": "ब्रांच",
|
|
815
|
+
"token": "व्यक्तिगत एक्सेस टोकन",
|
|
816
|
+
"token_hint": "व्यक्तिगत एक्सेस टोकन या API कुंजी। OS Keychain में सुरक्षित रूप से संग्रहीत।",
|
|
817
|
+
"auth_method": "प्रमाणीकरण विधि",
|
|
818
|
+
"auth_token": "एक्सेस टोकन",
|
|
819
|
+
"auth_password": "उपयोगकर्ता नाम और पासवर्ड",
|
|
820
|
+
"auth_ssh": "SSH कुंजी",
|
|
821
|
+
"username": "उपयोगकर्ता नाम",
|
|
822
|
+
"password": "पासवर्ड",
|
|
823
|
+
"ssh_key_path": "SSH निजी कुंजी पथ",
|
|
824
|
+
"ssh_passphrase": "SSH पासफ़्रेज़",
|
|
825
|
+
"ssh_key_path_hint": "SSH निजी कुंजी का पूर्ण पथ (जैसे ~/.ssh/id_ed25519)",
|
|
826
|
+
"ssh_passphrase_hint": "यदि कुंजी में पासफ़्रेज़ नहीं है तो खाली छोड़ें",
|
|
827
|
+
"error_username_required": "उपयोगकर्ता नाम आवश्यक है",
|
|
828
|
+
"error_password_required": "पासवर्ड आवश्यक है",
|
|
829
|
+
"error_ssh_key_required": "SSH कुंजी पथ आवश्यक है",
|
|
830
|
+
"mode_clone": "स्थानीय निर्देशिका में क्लोन करें",
|
|
831
|
+
"mode_push": "स्थानीय सामग्री को रिमोट पर पुश करें",
|
|
832
|
+
"mode_connect": "मौजूदा रिपॉजिटरी से कनेक्ट करें",
|
|
833
|
+
"detecting": "पता लगा रहे हैं...",
|
|
834
|
+
"auto_commit": "सेव पर ऑटो-कमिट",
|
|
835
|
+
"auto_sync": "पृष्ठभूमि में ऑटो-सिंक",
|
|
836
|
+
"sync_interval": "सिंक अंतराल",
|
|
837
|
+
"minutes": "मिनट",
|
|
838
|
+
"confirm_bind": "रिपॉजिटरी लिंक करें",
|
|
839
|
+
"error_url_required": "रिपॉजिटरी URL आवश्यक है",
|
|
840
|
+
"error_token_required": "एक्सेस टोकन आवश्यक है",
|
|
841
|
+
"bind": "Git रिपॉजिटरी लिंक करें",
|
|
842
|
+
"unbind": "Git अनलिंक करें",
|
|
843
|
+
"unbind_title": "Git रिपॉजिटरी अनलिंक करें",
|
|
844
|
+
"unbind_confirm": "\"{name}\" से Git रिपॉजिटरी अनलिंक करें? स्थानीय फ़ाइलें रखी जाएँगी।",
|
|
845
|
+
"synced": "सिंक हो गया",
|
|
846
|
+
"ahead": "पुश करना है",
|
|
847
|
+
"behind": "पुल करना है",
|
|
848
|
+
"syncing": "सिंक हो रहा है...",
|
|
849
|
+
"committing": "कमिट हो रहा है...",
|
|
850
|
+
"sync_error": "सिंक विफल",
|
|
851
|
+
"sync_now": "अभी सिंक करें",
|
|
852
|
+
"not_installed": "Git इंस्टॉल नहीं है"
|
|
853
|
+
},
|
|
854
|
+
"history": {
|
|
855
|
+
"tab_label": "History",
|
|
856
|
+
"title": "Commit history of {filename}",
|
|
857
|
+
"export_btn": "Export",
|
|
858
|
+
"view_snapshot": "View Snapshot",
|
|
859
|
+
"compare_with_current": "Compare with Current",
|
|
860
|
+
"compare_with_prev": "Compare with Previous",
|
|
861
|
+
"back_to_list": "← Back to History",
|
|
862
|
+
"blame_toggle": "Show Author Tracking",
|
|
863
|
+
"blame_not_supported_visual": "Blame is only available in Source Mode. Press ⌘/ to switch.",
|
|
864
|
+
"blame_uncommitted": "uncommitted",
|
|
865
|
+
"loading": "Loading…",
|
|
866
|
+
"showing_last": "Showing the last {count} commits",
|
|
867
|
+
"renamed_from": "↪ from {oldPath}",
|
|
868
|
+
"empty": {
|
|
869
|
+
"no_git": "This knowledge base is not linked to Git",
|
|
870
|
+
"no_git_hint": "History requires Git sync support",
|
|
871
|
+
"no_git_action": "Link a Git repository",
|
|
872
|
+
"no_commits": "This file has no commit history yet",
|
|
873
|
+
"no_commits_hint": "Save and sync to Git to view history",
|
|
874
|
+
"no_commits_action": "Save and commit now",
|
|
875
|
+
"error": "Failed to load Git history",
|
|
876
|
+
"error_hint": "Please check repository status",
|
|
877
|
+
"error_retry": "Retry"
|
|
878
|
+
},
|
|
879
|
+
"snapshot": {
|
|
880
|
+
"label": "Snapshot @ {hash}",
|
|
881
|
+
"notice": "This is a historical snapshot (read-only)",
|
|
882
|
+
"copy": "Copy snapshot",
|
|
883
|
+
"compare": "Compare with Current",
|
|
884
|
+
"restore": "Restore this version",
|
|
885
|
+
"confirm_restore": "Restoring will replace the editor content with this snapshot. After saving, a new commit will be created. Continue?"
|
|
886
|
+
},
|
|
887
|
+
"dirty_confirm": "The current document has unsaved changes. Continue anyway?",
|
|
888
|
+
"continue_anyway": "Continue",
|
|
889
|
+
"save_first": "Save first",
|
|
890
|
+
"cancel": "Cancel",
|
|
891
|
+
"merge_blocked": "Repository is in the middle of a merge. Resolve conflicts first."
|
|
892
|
+
},
|
|
893
|
+
"image_ctx": {
|
|
894
|
+
"__mt": true,
|
|
895
|
+
"copy_url": "Copy URL",
|
|
896
|
+
"replace": "Replace Image",
|
|
897
|
+
"edit_alt": "Edit Alt Text",
|
|
898
|
+
"resize": "Resize",
|
|
899
|
+
"delete": "Delete Image",
|
|
900
|
+
"alt_label": "Alt Text",
|
|
901
|
+
"alt_placeholder": "Describe the image...",
|
|
902
|
+
"alt_hint": "Improves accessibility and SEO",
|
|
903
|
+
"save_alt": "Save"
|
|
904
|
+
},
|
|
905
|
+
"image_dialog": {
|
|
906
|
+
"title": "चित्र डालें",
|
|
907
|
+
"url_tab": "URL",
|
|
908
|
+
"file_tab": "स्थानीय फ़ाइल",
|
|
909
|
+
"url_placeholder": "https://example.com/image.png",
|
|
910
|
+
"alt_placeholder": "चित्र विवरण (वैकल्पिक)",
|
|
911
|
+
"select_file": "चित्र चुनें...",
|
|
912
|
+
"no_file_selected": "कोई फ़ाइल नहीं चुनी गई",
|
|
913
|
+
"insert": "डालें",
|
|
914
|
+
"cancel": "रद्द करें"
|
|
915
|
+
},
|
|
916
|
+
"image_gen": {
|
|
917
|
+
"title": "AI इमेज जनरेशन",
|
|
918
|
+
"step1_title": "इमेज मोड",
|
|
919
|
+
"step2_title": "चित्र जनरेट करें",
|
|
920
|
+
"step3_title": "लेख में डालें",
|
|
921
|
+
"generating_prompts": "प्रॉम्प्ट जनरेट हो रहे हैं...",
|
|
922
|
+
"content_too_short": "इमेज जनरेशन के लिए लेख सामग्री बहुत छोटी है।",
|
|
923
|
+
"style_label": "शैली",
|
|
924
|
+
"count_label": "संख्या",
|
|
925
|
+
"style_auto": "ऑटो",
|
|
926
|
+
"style_photo": "फ़ोटो",
|
|
927
|
+
"style_illustration": "चित्रण",
|
|
928
|
+
"style_flat": "फ़्लैट",
|
|
929
|
+
"style_ink": "स्याही चित्र",
|
|
930
|
+
"style_watercolor": "जल रंग",
|
|
931
|
+
"style_isometric": "आइसोमेट्रिक",
|
|
932
|
+
"style_infographic": "इन्फ़ोग्राफ़िक",
|
|
933
|
+
"style_editorial": "संपादकीय",
|
|
934
|
+
"style_cartoon": "कार्टून",
|
|
935
|
+
"style_render": "3D रेंडर",
|
|
936
|
+
"style_sketch": "स्केच",
|
|
937
|
+
"style_blueprint": "ब्लूप्रिंट",
|
|
938
|
+
"style_clay": "क्ले मॉडल",
|
|
939
|
+
"style_wireframe": "वायरफ़्रेम",
|
|
940
|
+
"style_exploded": "एक्सप्लोडेड दृश्य",
|
|
941
|
+
"style_section": "क्रॉस सेक्शन",
|
|
942
|
+
"style_cad": "CAD ड्रॉइंग",
|
|
943
|
+
"style_prototype": "प्रोटोटाइप",
|
|
944
|
+
"style_anime": "एनिमे",
|
|
945
|
+
"style_comic": "कॉमिक",
|
|
946
|
+
"style_cinematic": "सिनेमाई",
|
|
947
|
+
"style_pixel": "पिक्सेल आर्ट",
|
|
948
|
+
"style_noir": "फ़िल्म नॉयर",
|
|
949
|
+
"style_manga": "मंगा",
|
|
950
|
+
"style_realistic": "यथार्थवादी",
|
|
951
|
+
"style_studio": "स्टूडियो",
|
|
952
|
+
"style_lifestyle": "लाइफ़स्टाइल",
|
|
953
|
+
"style_flatlay": "फ़्लैट ले",
|
|
954
|
+
"style_macro": "मैक्रो",
|
|
955
|
+
"style_minimalist": "न्यूनतावादी",
|
|
956
|
+
"style_packaging": "पैकेजिंग",
|
|
957
|
+
"style_outdoor": "आउटडोर",
|
|
958
|
+
"style_mood": "मूड",
|
|
959
|
+
"style_abstract": "अमूर्त",
|
|
960
|
+
"style_texture": "बनावट",
|
|
961
|
+
"style_gradient": "ग्रेडिएंट",
|
|
962
|
+
"style_collage": "कोलाज",
|
|
963
|
+
"style_vintage": "विंटेज",
|
|
964
|
+
"style_botanical": "वनस्पति",
|
|
965
|
+
"style_geometric": "ज्यामितीय",
|
|
966
|
+
"style_ethereal": "ईथरीय",
|
|
967
|
+
"style_brutalist": "ब्रूटलिस्ट",
|
|
968
|
+
"generate": "जनरेट करें",
|
|
969
|
+
"next": "अगला",
|
|
970
|
+
"back": "पीछे",
|
|
971
|
+
"insert_confirm": "डालें",
|
|
972
|
+
"insert_paragraph": "संबंधित अनुच्छेद के बाद डालें (अनुशंसित)",
|
|
973
|
+
"insert_end": "लेख के अंत में डालें",
|
|
974
|
+
"insert_replace": "लेख में चित्र बदलें",
|
|
975
|
+
"insert_clipboard": "Markdown क्लिपबोर्ड में कॉपी करें",
|
|
976
|
+
"selected": "{count} चयनित",
|
|
977
|
+
"completed": "चित्र जनरेट हो गए",
|
|
978
|
+
"step_description": "लेख के चित्र जनरेट करें",
|
|
979
|
+
"mode_article": "लेख",
|
|
980
|
+
"mode_design": "डिज़ाइन",
|
|
981
|
+
"mode_storyboard": "स्टोरीबोर्ड",
|
|
982
|
+
"mode_product": "उत्पाद",
|
|
983
|
+
"mode_moodboard": "मूडबोर्ड",
|
|
984
|
+
"mode_portrait": "पोर्ट्रेट",
|
|
985
|
+
"style_portrait": "पोर्ट्रेट",
|
|
986
|
+
"style_headshot": "हेडशॉट",
|
|
987
|
+
"style_fullbody": "पूर्ण शरीर",
|
|
988
|
+
"style_fashion": "फ़ैशन",
|
|
989
|
+
"style_street": "स्ट्रीट",
|
|
990
|
+
"style_glamour": "ग्लैमर",
|
|
991
|
+
"style_environmental": "पर्यावरणीय",
|
|
992
|
+
"style_candid": "कैंडिड",
|
|
993
|
+
"style_group": "समूह",
|
|
994
|
+
"pre_defined_detected": "दस्तावेज़ में {count} पूर्व-निर्धारित प्रॉम्प्ट पाए गए",
|
|
995
|
+
"use_predefined": "पूर्व-निर्धारित प्रॉम्प्ट उपयोग करें"
|
|
996
|
+
},
|
|
997
|
+
"image_host": {
|
|
998
|
+
"title": "इमेज होस्टिंग",
|
|
999
|
+
"provider": "प्रदाता",
|
|
1000
|
+
"smms": "SM.MS",
|
|
1001
|
+
"imgur": "Imgur",
|
|
1002
|
+
"github": "GitHub रिपॉजिटरी",
|
|
1003
|
+
"custom": "कस्टम API",
|
|
1004
|
+
"api_token": "API Token",
|
|
1005
|
+
"api_token_placeholder": "API token दर्ज करें",
|
|
1006
|
+
"custom_endpoint": "अपलोड Endpoint",
|
|
1007
|
+
"custom_endpoint_placeholder": "https://your-api.com/upload",
|
|
1008
|
+
"custom_headers": "कस्टम Headers (JSON)",
|
|
1009
|
+
"custom_url_template": "परिणाम URL टेम्पलेट",
|
|
1010
|
+
"custom_url_template_placeholder": "https://example.com/i/{id}",
|
|
1011
|
+
"custom_url_template_hint": "प्लेसहोल्डर: {id}, {storageKey}, {filename}, {url}। URL फ़ील्ड स्वतः पहचानने के लिए खाली छोड़ें।",
|
|
1012
|
+
"github_repo_url": "रिपॉजिटरी URL",
|
|
1013
|
+
"github_repo_url_placeholder": "https://github.com/user/images",
|
|
1014
|
+
"github_branch": "ब्रांच",
|
|
1015
|
+
"github_dir": "चित्र निर्देशिका",
|
|
1016
|
+
"github_token": "Personal Access Token",
|
|
1017
|
+
"github_token_placeholder": "ghp_xxxxxxxxxxxx",
|
|
1018
|
+
"github_cdn": "URL प्रारूप",
|
|
1019
|
+
"github_cdn_raw": "raw.githubusercontent.com",
|
|
1020
|
+
"github_cdn_jsdelivr": "jsDelivr CDN",
|
|
1021
|
+
"import_from_publish": "प्रकाशन लक्ष्य से आयात करें",
|
|
1022
|
+
"auto_upload": "पेस्ट/ड्रॉप पर चित्र ऑटो-अपलोड करें",
|
|
1023
|
+
"test_upload": "अपलोड परीक्षण",
|
|
1024
|
+
"test": "परीक्षण",
|
|
1025
|
+
"testing": "परीक्षण हो रहा है...",
|
|
1026
|
+
"success": "अपलोड सफल!",
|
|
1027
|
+
"failed": "अपलोड विफल",
|
|
1028
|
+
"add_target": "इमेज होस्ट जोड़ें",
|
|
1029
|
+
"target_name": "नाम",
|
|
1030
|
+
"target_name_placeholder": "जैसे, मेरा ब्लॉग CDN",
|
|
1031
|
+
"settings_empty": "कोई इमेज होस्टिंग लक्ष्य कॉन्फ़िगर नहीं है",
|
|
1032
|
+
"settings_hint": "ऑटो-अपलोड सक्षम करने के लिए इमेज होस्टिंग सेवा जोड़ें।",
|
|
1033
|
+
"default": "डिफ़ॉल्ट",
|
|
1034
|
+
"set_default": "डिफ़ॉल्ट सेट करें",
|
|
1035
|
+
"gitlab": "GitLab रिपॉजिटरी",
|
|
1036
|
+
"git_custom": "कस्टम Git (Gitea/Forgejo)",
|
|
1037
|
+
"qiniu": "Qiniu Kodo",
|
|
1038
|
+
"aliyun_oss": "Aliyun OSS",
|
|
1039
|
+
"tencent_cos": "Tencent COS",
|
|
1040
|
+
"aws_s3": "AWS S3",
|
|
1041
|
+
"google_gcs": "Google Cloud Storage",
|
|
1042
|
+
"group_api": "API होस्टिंग",
|
|
1043
|
+
"group_git": "Git रिपॉजिटरी",
|
|
1044
|
+
"group_oss": "ऑब्जेक्ट स्टोरेज",
|
|
1045
|
+
"gitlab_repo_url": "रिपॉजिटरी URL",
|
|
1046
|
+
"gitlab_branch": "ब्रांच",
|
|
1047
|
+
"gitlab_dir": "चित्र निर्देशिका",
|
|
1048
|
+
"gitlab_token": "Personal Access Token",
|
|
1049
|
+
"gitlab_token_placeholder": "glpat-xxxxxxxxxxxx",
|
|
1050
|
+
"git_custom_repo_url": "रिपॉजिटरी URL",
|
|
1051
|
+
"git_custom_branch": "ब्रांच",
|
|
1052
|
+
"git_custom_dir": "चित्र निर्देशिका",
|
|
1053
|
+
"git_custom_token": "Access Token",
|
|
1054
|
+
"git_custom_token_placeholder": "Token दर्ज करें",
|
|
1055
|
+
"oss_access_key": "Access Key",
|
|
1056
|
+
"oss_access_key_placeholder": "Access Key ID दर्ज करें",
|
|
1057
|
+
"oss_secret_key": "Secret Key",
|
|
1058
|
+
"oss_secret_key_placeholder": "Secret Key दर्ज करें",
|
|
1059
|
+
"oss_bucket": "Bucket",
|
|
1060
|
+
"oss_bucket_placeholder": "जैसे my-images-bucket",
|
|
1061
|
+
"oss_region": "क्षेत्र",
|
|
1062
|
+
"oss_region_placeholder": "जैसे cn-east-1, us-east-1",
|
|
1063
|
+
"select_region": "क्षेत्र चुनें",
|
|
1064
|
+
"oss_endpoint": "कस्टम Endpoint (वैकल्पिक)",
|
|
1065
|
+
"oss_endpoint_placeholder": "जैसे https://s3.custom.com",
|
|
1066
|
+
"oss_cdn_domain": "CDN डोमेन (वैकल्पिक)",
|
|
1067
|
+
"oss_cdn_domain_placeholder": "जैसे https://cdn.example.com",
|
|
1068
|
+
"oss_path_prefix": "पथ उपसर्ग (वैकल्पिक)",
|
|
1069
|
+
"oss_path_prefix_placeholder": "जैसे images/blog/",
|
|
1070
|
+
"required": "आवश्यक",
|
|
1071
|
+
"qiniu_cdn_required": "Qiniu को सुलभ छवि URLs बनाने के लिए एक CDN डोमेन की आवश्यकता है।",
|
|
1072
|
+
"picora": "Picora",
|
|
1073
|
+
"picora_one_click": "वन-क्लिक इम्पोर्ट",
|
|
1074
|
+
"picora_import_title": "Picora से इम्पोर्ट करें",
|
|
1075
|
+
"picora_import_hint": "Picora कंसोल खोलें और किसी भी API Key के बगल में \"Moraya में इम्पोर्ट करें\" क्लिक करें। या नीचे API Key मैन्युअल रूप से दर्ज करें।",
|
|
1076
|
+
"picora_open_console": "Picora कंसोल खोलें",
|
|
1077
|
+
"picora_manual_entry": "मेरे पास पहले से API Key है — मैन्युअल रूप से दर्ज करें",
|
|
1078
|
+
"picora_verifying": "Picora से सत्यापन हो रहा है…",
|
|
1079
|
+
"picora_verify_failed": "सत्यापन विफल। कृपया टोकन जांचें और पुनः प्रयास करें।",
|
|
1080
|
+
"picora_import_success": "Picora इम्पोर्ट किया गया ({email})",
|
|
1081
|
+
"picora_featured_badge": "अनुशंसित",
|
|
1082
|
+
"picora_api_url": "Picora एंडपॉइंट",
|
|
1083
|
+
"picora_api_url_placeholder": "https://api.picora.me/v1/images",
|
|
1084
|
+
"picora_img_domain": "CDN डोमेन",
|
|
1085
|
+
"picora_img_domain_placeholder": "https://media.picora.me",
|
|
1086
|
+
"picora_api_key": "API Key",
|
|
1087
|
+
"picora_api_key_placeholder": "sk_live_...",
|
|
1088
|
+
"picora_user_email": "Picora खाता",
|
|
1089
|
+
"picora_token_preview": "टोकन पूर्वावलोकन",
|
|
1090
|
+
"picora_confirm_import": "इम्पोर्ट की पुष्टि करें",
|
|
1091
|
+
"picora_import_invalid": "अमान्य इम्पोर्ट लिंक — कृपया Picora कंसोल से पुनः प्रयास करें।",
|
|
1092
|
+
"picora_verify": "सत्यापित करें",
|
|
1093
|
+
"picora_hero_desc": "हमारा SaaS इमेज होस्ट · 5 मिनट में वन-क्लिक सेटअप",
|
|
1094
|
+
"other_providers": "अन्य प्रदाता",
|
|
1095
|
+
"picora_api_key_keychain": "सिस्टम कीचेन में संग्रहीत · प्रतिस्थापित करने के लिए नई कुंजी दर्ज करें",
|
|
1096
|
+
"picora_key_migrated_toast": "{count} Picora API कुंजी सिस्टम कीचेन में स्थानांतरित की गईं।"
|
|
1097
|
+
},
|
|
1098
|
+
"image_menu": {
|
|
1099
|
+
"resize": "आकार बदलें",
|
|
1100
|
+
"upload": "इमेज होस्ट पर अपलोड करें",
|
|
1101
|
+
"edit_alt": "विवरण संपादित करें",
|
|
1102
|
+
"copy_url": "चित्र URL कॉपी करें",
|
|
1103
|
+
"copy_image": "चित्र कॉपी करें",
|
|
1104
|
+
"open_in_browser": "ब्राउज़र में चित्र खोलें",
|
|
1105
|
+
"save_as": "चित्र इस रूप में सहेजें...",
|
|
1106
|
+
"delete": "चित्र हटाएँ",
|
|
1107
|
+
"original_size": "मूल आकार"
|
|
1108
|
+
},
|
|
1109
|
+
"kb": {
|
|
1110
|
+
"index_all": "सभी दस्तावेज़ इंडेक्स करें",
|
|
1111
|
+
"index_file": "फ़ाइल इंडेक्स करें",
|
|
1112
|
+
"indexing": "इंडेक्स हो रहा है...",
|
|
1113
|
+
"index_complete": "इंडेक्स पूर्ण",
|
|
1114
|
+
"search_placeholder": "ज्ञान आधार खोजें...",
|
|
1115
|
+
"no_index": "कोई इंडेक्स नहीं मिला। इंडेक्स बनाने के लिए ज्ञान आधार पर राइट-क्लिक करें।",
|
|
1116
|
+
"stale_index": "इंडेक्स पुराना है। पिछली इंडेक्सिंग के बाद {count} फ़ाइलें बदली गई हैं।",
|
|
1117
|
+
"dimensions": "आयाम",
|
|
1118
|
+
"auto_index": "सहेजते समय स्वचालित इंडेक्स",
|
|
1119
|
+
"provider": "एम्बेडिंग प्रदाता",
|
|
1120
|
+
"model": "एम्बेडिंग मॉडल",
|
|
1121
|
+
"delete_index": "इंडेक्स हटाएं",
|
|
1122
|
+
"reindex_all": "सभी पुन: इंडेक्स करें",
|
|
1123
|
+
"delete_confirm": "क्या आप वाकई इंडेक्स हटाना चाहते हैं?",
|
|
1124
|
+
"use_same_as_ai": "AI चैट के समान सेटिंग्स उपयोग करें",
|
|
1125
|
+
"online_model": "ऑनलाइन मॉडल",
|
|
1126
|
+
"dimension_warning": "इस मॉडल के लिए अधिकतम: {max}। उपयोग में: {actual}।",
|
|
1127
|
+
"status": {
|
|
1128
|
+
"indexed": "इंडेक्स किया गया ({chunks} खंड, {files} फ़ाइलें)",
|
|
1129
|
+
"not_indexed": "इंडेक्स नहीं किया गया",
|
|
1130
|
+
"stale": "{count} फ़ाइलें बदली गईं"
|
|
1131
|
+
},
|
|
1132
|
+
"progress": {
|
|
1133
|
+
"scanning": "फ़ाइलें स्कैन हो रही हैं...",
|
|
1134
|
+
"chunking": "दस्तावेज़ विभाजित हो रहे हैं... ({current}/{total})",
|
|
1135
|
+
"embedding": "एम्बेडिंग बन रही हैं... ({current}/{total})",
|
|
1136
|
+
"indexing": "इंडेक्स बन रहा है...",
|
|
1137
|
+
"done": "पूर्ण"
|
|
1138
|
+
},
|
|
1139
|
+
"provider_no_embedding": "वर्तमान AI चैट प्रदाता एम्बेडिंग का समर्थन नहीं करता। कृपया ऊपर एक एम्बेडिंग प्रदाता चुनें।",
|
|
1140
|
+
"local_models": "स्थानीय मॉडल",
|
|
1141
|
+
"download_model": "डाउनलोड",
|
|
1142
|
+
"delete_model": "मॉडल हटाएं",
|
|
1143
|
+
"select_local_model": "डाउनलोड किया हुआ मॉडल चुनें",
|
|
1144
|
+
"no_local_models": "कोई मॉडल डाउनलोड नहीं हुआ। नीचे एक डाउनलोड करें।",
|
|
1145
|
+
"loading": "Loading knowledge base...",
|
|
1146
|
+
"empty": "No knowledge base found.",
|
|
1147
|
+
"create_in_picora": "Create a KB in Picora",
|
|
1148
|
+
"select_note": "Select a note to edit",
|
|
1149
|
+
"untitled": "Untitled"
|
|
1150
|
+
},
|
|
1151
|
+
"kb_sync": {
|
|
1152
|
+
"card": {
|
|
1153
|
+
"bind": "☁ Picora Sync",
|
|
1154
|
+
"settings": "☁ Bound · Settings"
|
|
1155
|
+
},
|
|
1156
|
+
"bind_dialog": {
|
|
1157
|
+
"title": "Bind Picora Sync — {name}",
|
|
1158
|
+
"step": "Step {current} / {total}",
|
|
1159
|
+
"step1_title": "Select Picora account",
|
|
1160
|
+
"step2_title": "Link or create cloud KB",
|
|
1161
|
+
"step3_title": "Sync strategy",
|
|
1162
|
+
"step4_title": "Preview first sync (dry-run)",
|
|
1163
|
+
"no_picora": "No Picora accounts found. Please add one in Settings → Hosting first.",
|
|
1164
|
+
"loading_kbs": "Loading cloud KBs…",
|
|
1165
|
+
"create_new": "Create new cloud KB",
|
|
1166
|
+
"link_existing": "Link to existing cloud KB",
|
|
1167
|
+
"kb_name": "Name",
|
|
1168
|
+
"kb_slug": "Slug (URL-friendly ID)",
|
|
1169
|
+
"select_kb": "Select a cloud KB…",
|
|
1170
|
+
"back": "← Back",
|
|
1171
|
+
"next": "Next →",
|
|
1172
|
+
"start_sync": "Start Sync ✓",
|
|
1173
|
+
"binding": "Binding…",
|
|
1174
|
+
"previewing": "Scanning local files…",
|
|
1175
|
+
"will_upload": "↑ Upload to cloud ({n} items)",
|
|
1176
|
+
"will_download": "↓ Download to local ({n} items)",
|
|
1177
|
+
"will_delete": "⊘ Delete ({n} items)",
|
|
1178
|
+
"skipped": "⚠ Skipped — exceeds size limit ({n} items)",
|
|
1179
|
+
"first_bind_hint": "No conflicts detected. All local files will be uploaded.",
|
|
1180
|
+
"confirm_label": "I understand — my local KB will be the initial authority",
|
|
1181
|
+
"link_existing_instead": "इसके बजाय मौजूदा KB लिंक करें"
|
|
1182
|
+
},
|
|
1183
|
+
"strategy": {
|
|
1184
|
+
"mode": "Trigger",
|
|
1185
|
+
"mode_manual": "Manual only",
|
|
1186
|
+
"mode_on_save": "On save (3s delay)",
|
|
1187
|
+
"mode_interval": "Scheduled",
|
|
1188
|
+
"mode_startup": "On startup & close",
|
|
1189
|
+
"interval60": "Every 1 minute",
|
|
1190
|
+
"interval300": "Every 5 minutes",
|
|
1191
|
+
"interval900": "Every 15 minutes",
|
|
1192
|
+
"interval1800": "Every 30 minutes",
|
|
1193
|
+
"scope": "Scope",
|
|
1194
|
+
"scope_md_only": "Markdown files only (.md / .markdown)",
|
|
1195
|
+
"scope_md_rules": "Markdown + rule files (MORAYA.md / CLAUDE.md / .mdx)",
|
|
1196
|
+
"scope_all": "All text files including hidden directories",
|
|
1197
|
+
"conflict": "Conflict policy",
|
|
1198
|
+
"conflict_prompt": "Prompt me (recommended)",
|
|
1199
|
+
"conflict_local": "Prefer local",
|
|
1200
|
+
"conflict_remote": "Prefer remote"
|
|
1201
|
+
},
|
|
1202
|
+
"settings": {
|
|
1203
|
+
"global_switch": "Enable KB auto-sync on this machine",
|
|
1204
|
+
"global_switch_hint": "When off, all scheduled syncs are paused. Manual \"Sync Now\" still works.",
|
|
1205
|
+
"last_sync": "Last sync",
|
|
1206
|
+
"never": "Never",
|
|
1207
|
+
"unbound": "Not bound to Picora",
|
|
1208
|
+
"sync_now": "Sync Now",
|
|
1209
|
+
"syncing": "Syncing…",
|
|
1210
|
+
"edit_strategy": "Edit strategy",
|
|
1211
|
+
"unbind": "Unbind",
|
|
1212
|
+
"unbind_title": "Unbind Picora Sync",
|
|
1213
|
+
"unbind_confirm": "Remove Picora sync binding for \"{name}\"? Cloud data is preserved.",
|
|
1214
|
+
"view_conflicts": "Conflicts",
|
|
1215
|
+
"bind": "Bind to Picora",
|
|
1216
|
+
"no_kbs": "No knowledge bases added yet."
|
|
1217
|
+
},
|
|
1218
|
+
"conflict": {
|
|
1219
|
+
"title": "Conflict Resolution — {name} ({n} items)",
|
|
1220
|
+
"no_conflicts": "No conflicts to resolve.",
|
|
1221
|
+
"local": "Local version",
|
|
1222
|
+
"remote": "Cloud version",
|
|
1223
|
+
"no_preview": "(no preview)",
|
|
1224
|
+
"keep_local": "Keep local (overwrite cloud)",
|
|
1225
|
+
"keep_remote": "Pull cloud (overwrite local)",
|
|
1226
|
+
"keep_both": "Keep both (cloud copy saved as .conflict.md)",
|
|
1227
|
+
"skip": "Skip",
|
|
1228
|
+
"apply_one": "Apply this",
|
|
1229
|
+
"apply_all": "Apply all selected ({n})"
|
|
1230
|
+
},
|
|
1231
|
+
"statusbar": {
|
|
1232
|
+
"tooltip": "KB Sync status — click for details",
|
|
1233
|
+
"error_label": "सिंक त्रुटि:"
|
|
1234
|
+
},
|
|
1235
|
+
"sync_now": "अभी सिंक करें",
|
|
1236
|
+
"error": {
|
|
1237
|
+
"target_missing": "Picora खाता नहीं मिला — कृपया इस ज्ञान आधार को पुनः जोड़ें या सेटिंग में खाता पुनर्स्थापित करें।"
|
|
1238
|
+
},
|
|
1239
|
+
"trash": {
|
|
1240
|
+
"title": "रीसायकल बिन",
|
|
1241
|
+
"toast_deleted": "Picora ने {count} फ़ाइल(ें) हटा दीं। रीसायकल बिन में ले जाई गईं।",
|
|
1242
|
+
"view": "देखें",
|
|
1243
|
+
"restore_all": "सभी पुनर्स्थापित करें",
|
|
1244
|
+
"restore_success": "{count} फ़ाइल(ें) पुनर्स्थापित की गईं।",
|
|
1245
|
+
"restore_failed": "कुछ फ़ाइलें पुनर्स्थापित नहीं हो सकीं।",
|
|
1246
|
+
"restore_conflict_title": "फ़ाइल पहले से मौजूद है",
|
|
1247
|
+
"restore_conflict_body": "{path} पहले से मौजूद है। अधिलेखित करें?",
|
|
1248
|
+
"overwrite": "अधिलेखित करें",
|
|
1249
|
+
"cancel": "रद्द करें",
|
|
1250
|
+
"filter_kb_all": "सभी KB",
|
|
1251
|
+
"filter_time7d": "पिछले 7 दिन",
|
|
1252
|
+
"filter_time30d": "पिछले 30 दिन",
|
|
1253
|
+
"filter_time_all": "सम्पूर्ण समय",
|
|
1254
|
+
"empty_state": "रीसायकल बिन खाली है।",
|
|
1255
|
+
"loading": "लोड हो रहा है…",
|
|
1256
|
+
"restore": "पुनर्स्थापित करें",
|
|
1257
|
+
"delete_forever": "हमेशा के लिए हटाएं",
|
|
1258
|
+
"delete_forever_confirm": "{path} को हमेशा के लिए हटाएं? यह वापस नहीं किया जा सकता।",
|
|
1259
|
+
"purge_all": "बिन खाली करें",
|
|
1260
|
+
"purge_all_confirm": "{days} दिन से पुरानी सभी प्रविष्टियाँ हटाएँ?",
|
|
1261
|
+
"purge_result": "{files} फ़ाइल(ें) साफ़, {size} खाली।",
|
|
1262
|
+
"auto_purge_hint": "7 दिन से पुरानी प्रविष्टियाँ स्वतः हट जाती हैं।",
|
|
1263
|
+
"entry_deleted_at": "{date} पर हटाया गया",
|
|
1264
|
+
"kb_unknown": "अज्ञात KB"
|
|
1265
|
+
}
|
|
1266
|
+
},
|
|
1267
|
+
"knowledge_base": {
|
|
1268
|
+
"title": "ज्ञान आधार",
|
|
1269
|
+
"add": "ज्ञान आधार जोड़ें",
|
|
1270
|
+
"remove": "हटाएँ",
|
|
1271
|
+
"rename": "नाम बदलें",
|
|
1272
|
+
"manage": "ज्ञान आधार प्रबंधित करें...",
|
|
1273
|
+
"empty": "कोई ज्ञान आधार कॉन्फ़िगर नहीं है",
|
|
1274
|
+
"empty_hint": "त्वरित स्विचिंग के लिए ज्ञान आधार के रूप में एक फ़ोल्डर जोड़ें।",
|
|
1275
|
+
"delete_confirm": "\"{name}\" को ज्ञान आधार से हटाएँ? फ़ोल्डर स्वयं हटाया नहीं जाएगा।",
|
|
1276
|
+
"switch_to": "ज्ञान आधार बदलें",
|
|
1277
|
+
"save_hint": "यह फ़ोल्डर आपके ज्ञान आधार में नहीं है।",
|
|
1278
|
+
"save_as_kb": "ज्ञान आधार के रूप में सहेजें"
|
|
1279
|
+
},
|
|
1280
|
+
"link": {
|
|
1281
|
+
"open": "लिंक खोलें",
|
|
1282
|
+
"remove": "लिंक हटाएं"
|
|
1283
|
+
},
|
|
1284
|
+
"mcp": {
|
|
1285
|
+
"title": "MCP servers",
|
|
1286
|
+
"tabs": {
|
|
1287
|
+
"servers": "सर्वर",
|
|
1288
|
+
"publish": "प्रकाशन",
|
|
1289
|
+
"sync": "सिंक",
|
|
1290
|
+
"marketplace": "मार्केट"
|
|
1291
|
+
},
|
|
1292
|
+
"ai_services": {
|
|
1293
|
+
"empty": "कोई AI-निर्मित सेवाएँ नहीं",
|
|
1294
|
+
"hint": "AI चैट के दौरान MCP सेवाएँ बना सकता है। इसे किसी API के साथ इंटरैक्ट करने के लिए कहें!",
|
|
1295
|
+
"node_required": "Node.js 18+ आवश्यक",
|
|
1296
|
+
"checking_node": "Node.js की जाँच हो रही है...",
|
|
1297
|
+
"temp": "अस्थायी",
|
|
1298
|
+
"saved": "सहेजा गया",
|
|
1299
|
+
"view_code": "कोड",
|
|
1300
|
+
"tools": "{count} टूल",
|
|
1301
|
+
"service_created": "AI ने \"{name}\" सेवा बनाई जिसमें {count} टूल हैं",
|
|
1302
|
+
"service_saved": "सेवा \"{name}\" सहेजी गई",
|
|
1303
|
+
"service_removed": "सेवा \"{name}\" हटाई गई",
|
|
1304
|
+
"launch_confirm_title": "AI सेवा सुरक्षा चेतावनी",
|
|
1305
|
+
"launch_confirm_msg": "AI ने एक MCP सेवा जनरेट की है जिसे स्वचालित रूप से जनरेट किया गया कोड चलाना है:\n सेवा: {name}\n टूल: {tools}\n\nयह कोड एक स्थानीय Node.js प्रक्रिया में चलेगा।\nकृपया पुष्टि करें कि आप इस AI-जनरेटेड सेवा कोड पर विश्वास करते हैं।",
|
|
1306
|
+
"launch_confirm_ok": "चलाएँ",
|
|
1307
|
+
"launch_confirm_cancel": "रद्द करें"
|
|
1308
|
+
},
|
|
1309
|
+
"servers": {
|
|
1310
|
+
"empty": "कोई MCP सर्वर कॉन्फ़िगर नहीं है",
|
|
1311
|
+
"local_mcp": "लोकल MCP",
|
|
1312
|
+
"add_server": "सर्वर जोड़ें",
|
|
1313
|
+
"add_server_plus": "+ सर्वर जोड़ें",
|
|
1314
|
+
"connected": "कनेक्ट है",
|
|
1315
|
+
"disconnected": "डिस्कनेक्ट है",
|
|
1316
|
+
"server_name": "सर्वर नाम",
|
|
1317
|
+
"server_url": "सर्वर URL (जैसे, http://localhost:3000/mcp)",
|
|
1318
|
+
"http": "HTTP",
|
|
1319
|
+
"sse": "SSE (Server-Sent Events)",
|
|
1320
|
+
"stdio": "stdio (लोकल प्रक्रिया)",
|
|
1321
|
+
"command": "कमांड",
|
|
1322
|
+
"command_placeholder": "कमांड (जैसे, npx, node, python)",
|
|
1323
|
+
"args_placeholder": "तर्क (जैसे, -y @modelcontextprotocol/server-filesystem /path)",
|
|
1324
|
+
"env_placeholder": "ENV_KEY=value (प्रति पंक्ति एक)",
|
|
1325
|
+
"presets": "रिमोट MCP",
|
|
1326
|
+
"presets_hint": "लोकप्रिय MCP सर्वर एक क्लिक में जोड़ें",
|
|
1327
|
+
"preset_desc": {
|
|
1328
|
+
"filesystem": "स्थानीय फ़ाइलें पढ़ें, खोजें और प्रबंधित करें",
|
|
1329
|
+
"fetch": "वेब पेज लाएँ और Markdown में बदलें",
|
|
1330
|
+
"git": "Git रिपॉजिटरी पढ़ें और खोजें",
|
|
1331
|
+
"memory": "AI मेमोरी के लिए स्थायी ज्ञान ग्राफ़",
|
|
1332
|
+
"puppeteer": "ब्राउज़र ऑटोमेशन और वेब स्क्रैपिंग",
|
|
1333
|
+
"sqlite": "SQLite डेटाबेस क्वेरी और प्रबंधन",
|
|
1334
|
+
"slack": "Slack चैनल और संदेश पढ़ें और खोजें",
|
|
1335
|
+
"google_maps": "जियोकोडिंग, दिशा-निर्देश और स्थान खोज",
|
|
1336
|
+
"sequential_thinking": "चरणबद्ध तर्क और समस्या समाधान",
|
|
1337
|
+
"everything": "Everything के माध्यम से Windows फ़ाइल खोज"
|
|
1338
|
+
},
|
|
1339
|
+
"preset_env_title": "पर्यावरण चर",
|
|
1340
|
+
"preset_env_desc": {
|
|
1341
|
+
"slack_bot_token": "Slack Bot OAuth Token (xoxb-...)",
|
|
1342
|
+
"slack_team_id": "Slack टीम/कार्यक्षेत्र ID (वैकल्पिक)",
|
|
1343
|
+
"google_maps_api_key": "Google Maps API कुंजी"
|
|
1344
|
+
},
|
|
1345
|
+
"preset_add": "जोड़ें और कनेक्ट करें",
|
|
1346
|
+
"form_mode": "फ़ॉर्म",
|
|
1347
|
+
"json_mode": "JSON",
|
|
1348
|
+
"json_placeholder": "JSON कॉन्फ़िग पेस्ट करें, जैसे:\n{\n \"mcpServers\": {\n \"name\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \"@.../server-xxx\"]\n }\n }\n}",
|
|
1349
|
+
"json_no_config": "कोई मान्य MCP सर्वर कॉन्फ़िग नहीं मिला",
|
|
1350
|
+
"json_parse_error": "पार्स त्रुटि",
|
|
1351
|
+
"launch_confirm_title": "सुरक्षा चेतावनी",
|
|
1352
|
+
"launch_confirm_msg": "बाहरी प्रोग्राम लॉन्च करने वाला है:\n कमांड: {command}\n तर्क: {args}\n\nयह MCP सर्वर आपके उपयोगकर्ता अनुमतियों के साथ चलेगा और स्थानीय फ़ाइलों और नेटवर्क तक पहुँच सकता है।\nकृपया पुष्टि करें कि यह MCP सर्वर किसी विश्वसनीय स्रोत से है।",
|
|
1353
|
+
"launch_confirm_ok": "लॉन्च करें",
|
|
1354
|
+
"launch_confirm_cancel": "रद्द करें",
|
|
1355
|
+
"auto_approve": "MCP लॉन्च ऑटो-अनुमोदित करें",
|
|
1356
|
+
"auto_approve_hint": "MCP सर्वर कनेक्ट करते और AI-जनरेटेड सेवाएँ लॉन्च करते समय सुरक्षा पुष्टि छोड़ें। अविश्वसनीय स्रोतों के लिए अनुशंसित नहीं।",
|
|
1357
|
+
"error_name_required": "सर्वर नाम आवश्यक है",
|
|
1358
|
+
"error_command_required": "कमांड आवश्यक है",
|
|
1359
|
+
"error_url_required": "URL आवश्यक है"
|
|
1360
|
+
},
|
|
1361
|
+
"publish": {
|
|
1362
|
+
"empty": "कोई प्रकाशन लक्ष्य कॉन्फ़िगर नहीं है",
|
|
1363
|
+
"hint": "पहले प्रकाशन क्षमताओं वाला MCP सर्वर कनेक्ट करें।",
|
|
1364
|
+
"button": "प्रकाशित करें",
|
|
1365
|
+
"publishing": "प्रकाशित हो रहा है...",
|
|
1366
|
+
"published": "प्रकाशित! {info}",
|
|
1367
|
+
"failed": "विफल: {message}",
|
|
1368
|
+
"error": "त्रुटि: {message}"
|
|
1369
|
+
},
|
|
1370
|
+
"sync": {
|
|
1371
|
+
"empty": "कोई सिंक कॉन्फ़िगरेशन नहीं",
|
|
1372
|
+
"hint": "पहले MCP सर्वर कनेक्ट करें, फिर सिंक कॉन्फ़िगरेशन जोड़ें।",
|
|
1373
|
+
"sync_now": "अभी सिंक करें",
|
|
1374
|
+
"add_sync": "+ सिंक जोड़ें",
|
|
1375
|
+
"name": "कॉन्फ़िगरेशन नाम",
|
|
1376
|
+
"server": "MCP सर्वर",
|
|
1377
|
+
"remote_path": "रिमोट पथ",
|
|
1378
|
+
"local_path": "स्थानीय पथ",
|
|
1379
|
+
"direction": "दिशा",
|
|
1380
|
+
"push": "पुश (स्थानीय → रिमोट)",
|
|
1381
|
+
"pull": "पुल (रिमोट → स्थानीय)",
|
|
1382
|
+
"bidirectional": "द्विदिशात्मक",
|
|
1383
|
+
"last_sync": "अंतिम सिंक: {time}",
|
|
1384
|
+
"syncing": "सिंक हो रहा है...",
|
|
1385
|
+
"success": "सिंक पूर्ण",
|
|
1386
|
+
"error": "सिंक त्रुटि: {message}"
|
|
1387
|
+
},
|
|
1388
|
+
"marketplace": {
|
|
1389
|
+
"title": "मार्केट",
|
|
1390
|
+
"search": "MCP सर्वर खोजें...",
|
|
1391
|
+
"source": "स्रोत",
|
|
1392
|
+
"source_official": "आधिकारिक",
|
|
1393
|
+
"source_lobehub": "LobeHub",
|
|
1394
|
+
"source_smithery": "Smithery",
|
|
1395
|
+
"install": "इंस्टॉल करें",
|
|
1396
|
+
"install_and_connect": "इंस्टॉल और कनेक्ट करें",
|
|
1397
|
+
"installing": "इंस्टॉल हो रहा है...",
|
|
1398
|
+
"installed": "इंस्टॉल है",
|
|
1399
|
+
"view_details": "विवरण",
|
|
1400
|
+
"load_more": "और लोड करें",
|
|
1401
|
+
"no_results": "कोई MCP सर्वर नहीं मिला",
|
|
1402
|
+
"network_error": "लोड करने में विफल, नेटवर्क जाँचें",
|
|
1403
|
+
"retry": "पुनः प्रयास करें",
|
|
1404
|
+
"env_vars": "एनवायरनमेंट वेरिएबल",
|
|
1405
|
+
"env_required": "(आवश्यक)",
|
|
1406
|
+
"popularity": "उपयोग",
|
|
1407
|
+
"installs": "इंस्टॉल / उपयोग",
|
|
1408
|
+
"verified": "सत्यापित",
|
|
1409
|
+
"cancel": "रद्द करें"
|
|
1410
|
+
},
|
|
1411
|
+
"subtitle": "Connect to Model Context Protocol servers to give the AI agent tools and resources.",
|
|
1412
|
+
"settings_card_label": "MCP servers",
|
|
1413
|
+
"empty_state": {
|
|
1414
|
+
"title": "No MCP servers configured",
|
|
1415
|
+
"body": "Add a remote SSE or HTTP MCP server URL. Mobile builds intentionally do not spawn local processes — see the bridging guide below for how to expose a local MCP server (e.g. via Tailscale tailnet or an SSH tunnel) as a remote URL.",
|
|
1416
|
+
"cta": "Add server"
|
|
1417
|
+
},
|
|
1418
|
+
"list": {
|
|
1419
|
+
"add_button": "Add server",
|
|
1420
|
+
"status": {
|
|
1421
|
+
"connected": "Connected",
|
|
1422
|
+
"connecting": "Connecting…",
|
|
1423
|
+
"disconnected": "Disconnected",
|
|
1424
|
+
"error": "Error"
|
|
1425
|
+
},
|
|
1426
|
+
"tool_count": "{count} tools",
|
|
1427
|
+
"resource_count": "{count} resources",
|
|
1428
|
+
"last_connected": "Last connected {when}",
|
|
1429
|
+
"help_button": "How do I connect?"
|
|
1430
|
+
},
|
|
1431
|
+
"edit": {
|
|
1432
|
+
"title_new": "Add MCP server",
|
|
1433
|
+
"title_edit": "Edit MCP server",
|
|
1434
|
+
"name_label": "Name",
|
|
1435
|
+
"name_placeholder": "e.g. WeChat publisher",
|
|
1436
|
+
"transport_label": "Transport",
|
|
1437
|
+
"transport_sse": "SSE (Server-Sent Events)",
|
|
1438
|
+
"transport_http": "HTTP (Streamable)",
|
|
1439
|
+
"url_label": "URL",
|
|
1440
|
+
"url_placeholder_sse": "https://example.com/mcp/sse",
|
|
1441
|
+
"url_placeholder_http": "https://example.com/mcp",
|
|
1442
|
+
"headers_label": "HTTP headers (optional)",
|
|
1443
|
+
"headers_add": "Add header",
|
|
1444
|
+
"header_key_placeholder": "Authorization",
|
|
1445
|
+
"header_value_placeholder": "Bearer …",
|
|
1446
|
+
"enabled_label": "Enable on startup",
|
|
1447
|
+
"save_button": "Save",
|
|
1448
|
+
"cancel_button": "Cancel",
|
|
1449
|
+
"delete_button": "Delete server",
|
|
1450
|
+
"delete_confirm": "Remove this MCP server? Saved tools and any open connection will be cleared.",
|
|
1451
|
+
"validation": {
|
|
1452
|
+
"name_required": "Name is required.",
|
|
1453
|
+
"url_required": "URL is required.",
|
|
1454
|
+
"url_invalid": "URL must start with http:// or https://"
|
|
1455
|
+
}
|
|
1456
|
+
},
|
|
1457
|
+
"detail": {
|
|
1458
|
+
"title": "Server details",
|
|
1459
|
+
"reconnect_button": "Reconnect",
|
|
1460
|
+
"disconnect_button": "Disconnect",
|
|
1461
|
+
"edit_button": "Edit",
|
|
1462
|
+
"tools_heading": "Tools ({count})",
|
|
1463
|
+
"resources_heading": "Resources ({count})",
|
|
1464
|
+
"no_tools": "No tools exposed yet. Connect first.",
|
|
1465
|
+
"no_resources": "No resources exposed.",
|
|
1466
|
+
"error_heading": "Last error",
|
|
1467
|
+
"transport_label": "Transport: {transport}",
|
|
1468
|
+
"url_label": "URL: {url}"
|
|
1469
|
+
},
|
|
1470
|
+
"help": {
|
|
1471
|
+
"title": "How to bridge a local MCP server",
|
|
1472
|
+
"intro": "Mobile builds only speak to remote MCP servers over SSE or HTTP. Local stdio servers must be exposed via an external bridge — Moraya does not embed Tailscale, an SSH tunnel, or any other bridging tool.",
|
|
1473
|
+
"tailscale": {
|
|
1474
|
+
"heading": "Via your own LAN (e.g. Tailscale tailnet)",
|
|
1475
|
+
"body": "Run your stdio MCP server on a laptop with a public-from-your-device hostname, then add a server here with a URL like http://laptop-name.your-tailnet.ts.net:3030/sse. The hostname is whatever your VPN / LAN provides — Moraya does not detect it for you."
|
|
1476
|
+
},
|
|
1477
|
+
"tunnel": {
|
|
1478
|
+
"heading": "Via a remote tunnel (e.g. SSH or Termex)",
|
|
1479
|
+
"body": "Forward a remote server's MCP port to a URL you can reach from the phone, then paste that URL here. Same shape as a local LAN URL — Moraya treats every remote endpoint identically."
|
|
1480
|
+
},
|
|
1481
|
+
"security": {
|
|
1482
|
+
"heading": "Security",
|
|
1483
|
+
"body": "URLs and headers are stored locally on this device. Headers are sent on every request — use a short-lived token if you connect to anything outside your private network. Plain http:// URLs may require an NSAppTransportSecurity exception on iOS; HTTPS is recommended whenever possible."
|
|
1484
|
+
},
|
|
1485
|
+
"close_button": "Got it"
|
|
1486
|
+
},
|
|
1487
|
+
"errors": {
|
|
1488
|
+
"connect_failed": "Failed to connect to {name}: {message}",
|
|
1489
|
+
"tool_call_failed": "Tool call failed: {message}",
|
|
1490
|
+
"server_not_connected": "Server is not connected.",
|
|
1491
|
+
"tool_not_found": "Tool not found on any connected server."
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1494
|
+
"media": {
|
|
1495
|
+
"__mt": true,
|
|
1496
|
+
"upload_title": "Media Uploads",
|
|
1497
|
+
"uploading": "Uploading",
|
|
1498
|
+
"upload_done": "Uploaded",
|
|
1499
|
+
"upload_error": "Upload failed",
|
|
1500
|
+
"compressed_from": "Compressed",
|
|
1501
|
+
"compress_auto": "Auto-compress images > 1MB",
|
|
1502
|
+
"size_limit_exceeded": "File exceeds size limit for your plan",
|
|
1503
|
+
"mime_not_allowed": "File type not supported",
|
|
1504
|
+
"quota_warn": "This note has over 10MB of media",
|
|
1505
|
+
"quota_hard": "Media quota exceeded (100MB per note)",
|
|
1506
|
+
"quota_title": "Media Usage",
|
|
1507
|
+
"paste_title": "Paste Media"
|
|
1508
|
+
},
|
|
1509
|
+
"memory": {
|
|
1510
|
+
"__mt": true,
|
|
1511
|
+
"title": "Long-Term Memory",
|
|
1512
|
+
"upgrade_required": "Long-term memory requires Personal plan or above.",
|
|
1513
|
+
"health_title": "Memory Health",
|
|
1514
|
+
"settings_title": "Memory Settings",
|
|
1515
|
+
"half_life_label": "Memory half-life",
|
|
1516
|
+
"half_life_never": "Never (no decay)",
|
|
1517
|
+
"days": "days",
|
|
1518
|
+
"export_import": "Export / Import",
|
|
1519
|
+
"memories_title": "Memories",
|
|
1520
|
+
"search_placeholder": "Search memories...",
|
|
1521
|
+
"filter_all": "All types",
|
|
1522
|
+
"kind_preference": "Preference",
|
|
1523
|
+
"kind_project": "Project",
|
|
1524
|
+
"kind_fact": "Fact",
|
|
1525
|
+
"no_memories": "No memories yet. Use /memorize in chat to add one.",
|
|
1526
|
+
"edit": "Edit",
|
|
1527
|
+
"delete": "Delete",
|
|
1528
|
+
"enable": "Enable",
|
|
1529
|
+
"disable": "Disable",
|
|
1530
|
+
"save": "Save",
|
|
1531
|
+
"cancel": "Cancel",
|
|
1532
|
+
"weight": "Weight",
|
|
1533
|
+
"danger_zone": "Danger Zone",
|
|
1534
|
+
"reset_all": "Reset all memories",
|
|
1535
|
+
"reset_confirm_instruction": "Type RESET to confirm deleting all memories. This cannot be undone.",
|
|
1536
|
+
"confirm_reset": "Delete all memories",
|
|
1537
|
+
"export_title": "Export Memories",
|
|
1538
|
+
"export_hint": "Download all your memories as a JSON file for backup or migration.",
|
|
1539
|
+
"export_btn": "Export memories",
|
|
1540
|
+
"export_invalid_format": "Invalid memory export format.",
|
|
1541
|
+
"import_title": "Import Memories",
|
|
1542
|
+
"import_hint": "Import memories from a previously exported JSON file.",
|
|
1543
|
+
"choose_file": "Choose file (.json)",
|
|
1544
|
+
"import_placeholder": "Or paste JSON here...",
|
|
1545
|
+
"import_btn": "Import",
|
|
1546
|
+
"import_success": "Memories imported successfully.",
|
|
1547
|
+
"memorize_ack": "Memory saved.",
|
|
1548
|
+
"forget_ack": "Memory forgotten.",
|
|
1549
|
+
"forget_not_found": "No matching memories found.",
|
|
1550
|
+
"private_mode_on": "Private mode on — this conversation will not be extracted.",
|
|
1551
|
+
"extract_queued": "{n} memory/memories pending your review.",
|
|
1552
|
+
"conflict_detected": "Conflict detected with existing memory.",
|
|
1553
|
+
"upgrade_memory": "Upgrade to Personal to unlock long-term memory."
|
|
1554
|
+
},
|
|
1555
|
+
"menu": {
|
|
1556
|
+
"file": "फ़ाइल",
|
|
1557
|
+
"edit": "संपादन",
|
|
1558
|
+
"paragraph": "अनुच्छेद",
|
|
1559
|
+
"format": "प्रारूप",
|
|
1560
|
+
"view": "दृश्य",
|
|
1561
|
+
"window": "विंडो",
|
|
1562
|
+
"help": "सहायता",
|
|
1563
|
+
"new": "नया",
|
|
1564
|
+
"new_window": "नई विंडो",
|
|
1565
|
+
"open": "खोलें...",
|
|
1566
|
+
"save": "सहेजें",
|
|
1567
|
+
"save_as": "इस रूप में सहेजें...",
|
|
1568
|
+
"export": "निर्यात",
|
|
1569
|
+
"export_html": "HTML",
|
|
1570
|
+
"export_pdf": "PDF",
|
|
1571
|
+
"export_image": "चित्र (PNG)",
|
|
1572
|
+
"export_doc": "Word (.doc)",
|
|
1573
|
+
"heading1": "शीर्षक 1",
|
|
1574
|
+
"heading2": "शीर्षक 2",
|
|
1575
|
+
"heading3": "शीर्षक 3",
|
|
1576
|
+
"heading4": "शीर्षक 4",
|
|
1577
|
+
"heading5": "शीर्षक 5",
|
|
1578
|
+
"heading6": "शीर्षक 6",
|
|
1579
|
+
"table": "तालिका",
|
|
1580
|
+
"code_block": "कोड ब्लॉक",
|
|
1581
|
+
"math_block": "गणित ब्लॉक",
|
|
1582
|
+
"quote": "उद्धरण",
|
|
1583
|
+
"bullet_list": "बुलेट सूची",
|
|
1584
|
+
"ordered_list": "क्रमांकित सूची",
|
|
1585
|
+
"task_list": "कार्य सूची",
|
|
1586
|
+
"horizontal_rule": "क्षैतिज रेखा",
|
|
1587
|
+
"bold": "बोल्ड",
|
|
1588
|
+
"italic": "इटैलिक",
|
|
1589
|
+
"strikethrough": "स्ट्राइकथ्रू",
|
|
1590
|
+
"code": "कोड",
|
|
1591
|
+
"link": "लिंक",
|
|
1592
|
+
"image": "चित्र",
|
|
1593
|
+
"visual_mode": "विज़ुअल मोड",
|
|
1594
|
+
"source_mode": "सोर्स मोड",
|
|
1595
|
+
"split_mode": "स्प्लिट मोड",
|
|
1596
|
+
"toggle_sidebar": "साइडबार टॉगल करें",
|
|
1597
|
+
"toggle_aipanel": "AI पैनल टॉगल करें",
|
|
1598
|
+
"toggle_outline": "रूपरेखा टॉगल करें",
|
|
1599
|
+
"zoom_in": "ज़ूम इन",
|
|
1600
|
+
"zoom_out": "ज़ूम आउट",
|
|
1601
|
+
"actual_size": "वास्तविक आकार",
|
|
1602
|
+
"find": "खोजें",
|
|
1603
|
+
"replace": "बदलें",
|
|
1604
|
+
"changelog": "परिवर्तन लॉग",
|
|
1605
|
+
"privacy_policy": "गोपनीयता नीति",
|
|
1606
|
+
"official_website": "आधिकारिक वेबसाइट",
|
|
1607
|
+
"about_moraya": "Moraya के बारे में",
|
|
1608
|
+
"feedback": "प्रतिक्रिया",
|
|
1609
|
+
"settings": "सेटिंग्स...",
|
|
1610
|
+
"version_info": "संस्करण जानकारी",
|
|
1611
|
+
"workflow": "वर्कफ़्लो",
|
|
1612
|
+
"seo_optimization": "SEO अनुकूलन",
|
|
1613
|
+
"ai_image_generation": "AI छवि निर्माण",
|
|
1614
|
+
"publish": "प्रकाशित करें",
|
|
1615
|
+
"mcp_tools": "MCP उपकरण",
|
|
1616
|
+
"no_mcptools": "कोई MCP उपकरण कनेक्ट नहीं है"
|
|
1617
|
+
},
|
|
1618
|
+
"mermaid": {
|
|
1619
|
+
"loading": "डायग्राम लोड हो रहा है...",
|
|
1620
|
+
"error": "डायग्राम रेंडर विफल",
|
|
1621
|
+
"edit": "संपादित करें",
|
|
1622
|
+
"preview": "पूर्वावलोकन",
|
|
1623
|
+
"empty": "रिक्त डायग्राम"
|
|
1624
|
+
},
|
|
1625
|
+
"mfa": {
|
|
1626
|
+
"__mt": true,
|
|
1627
|
+
"title": "Multi-Factor Authentication",
|
|
1628
|
+
"description": "Configure MFA requirements for team members.",
|
|
1629
|
+
"policy": "MFA Policy",
|
|
1630
|
+
"allowed_types": "Allowed MFA Methods",
|
|
1631
|
+
"grace_period": "Grace Period",
|
|
1632
|
+
"grace_period_hint": "Hours new members have to enroll in MFA after joining.",
|
|
1633
|
+
"hours": "hours",
|
|
1634
|
+
"required_banner": "MFA is required. All members must enroll before accessing team resources.",
|
|
1635
|
+
"save": "Save MFA Settings",
|
|
1636
|
+
"saved_success": "MFA settings saved."
|
|
1637
|
+
},
|
|
1638
|
+
"migration": {
|
|
1639
|
+
"__mt": true,
|
|
1640
|
+
"title": "KB Migration",
|
|
1641
|
+
"subtitle": "Move your knowledge base to a different storage provider",
|
|
1642
|
+
"new_migration": "New Migration",
|
|
1643
|
+
"wizard_title": "New Migration Wizard",
|
|
1644
|
+
"kb_id": "KB ID",
|
|
1645
|
+
"kb_name": "KB Name",
|
|
1646
|
+
"provider": "Provider",
|
|
1647
|
+
"bucket": "Bucket",
|
|
1648
|
+
"prefix": "Prefix",
|
|
1649
|
+
"source": "Source",
|
|
1650
|
+
"target": "Target",
|
|
1651
|
+
"encryption_mode": "Encryption Mode",
|
|
1652
|
+
"dry_run_label": "Dry run (simulate only, no files copied)",
|
|
1653
|
+
"dry_run_badge": "Dry Run",
|
|
1654
|
+
"dry_run_start": "Start Dry Run",
|
|
1655
|
+
"start_migration": "Start Migration",
|
|
1656
|
+
"cancel": "Cancel",
|
|
1657
|
+
"files": "files",
|
|
1658
|
+
"errors": "Errors",
|
|
1659
|
+
"started": "Started",
|
|
1660
|
+
"rollback_deadline": "Rollback deadline",
|
|
1661
|
+
"rollback": "Rollback",
|
|
1662
|
+
"download_log": "Download Log",
|
|
1663
|
+
"history_title": "Migration History",
|
|
1664
|
+
"history_empty": "No migrations yet",
|
|
1665
|
+
"loading": "Loading...",
|
|
1666
|
+
"confirm_delete": "Delete this migration session?"
|
|
1667
|
+
},
|
|
1668
|
+
"mobile": {
|
|
1669
|
+
"__mt": true,
|
|
1670
|
+
"tab": {
|
|
1671
|
+
"nav_label": "Primary navigation",
|
|
1672
|
+
"edit": "Edit",
|
|
1673
|
+
"ai": "AI",
|
|
1674
|
+
"files": "Knowledge Base",
|
|
1675
|
+
"settings": "Settings"
|
|
1676
|
+
},
|
|
1677
|
+
"appbar": {
|
|
1678
|
+
"menu": "Open sidebar",
|
|
1679
|
+
"more": "More actions",
|
|
1680
|
+
"toggle_ai_pane": "Toggle AI pane",
|
|
1681
|
+
"untitled": "Untitled"
|
|
1682
|
+
},
|
|
1683
|
+
"overflow": {
|
|
1684
|
+
"mode_label": "Mode",
|
|
1685
|
+
"mode_visual": "Visual",
|
|
1686
|
+
"mode_source": "Source",
|
|
1687
|
+
"search": "Find & Replace",
|
|
1688
|
+
"outline": "Outline",
|
|
1689
|
+
"export": "Export",
|
|
1690
|
+
"share": "Share"
|
|
1691
|
+
},
|
|
1692
|
+
"format": {
|
|
1693
|
+
"bold": "Bold",
|
|
1694
|
+
"italic": "Italic",
|
|
1695
|
+
"heading": "Heading",
|
|
1696
|
+
"list": "List",
|
|
1697
|
+
"code": "Code",
|
|
1698
|
+
"link": "Link",
|
|
1699
|
+
"link_prompt": "Enter URL",
|
|
1700
|
+
"image": "Image"
|
|
1701
|
+
},
|
|
1702
|
+
"ai": {
|
|
1703
|
+
"title": "AI",
|
|
1704
|
+
"placeholder": "Ask anything or describe what you want to write…",
|
|
1705
|
+
"send": "Send",
|
|
1706
|
+
"voice": "Voice",
|
|
1707
|
+
"model": "Model",
|
|
1708
|
+
"empty_state": "Your AI conversations will appear here.",
|
|
1709
|
+
"thinking": "Thinking…",
|
|
1710
|
+
"clear": "Clear conversation",
|
|
1711
|
+
"clear_confirm": "Clear all messages?",
|
|
1712
|
+
"cleared": "बातचीत साफ़ की गई",
|
|
1713
|
+
"clear_undone": "संदेश पुनर्स्थापित",
|
|
1714
|
+
"stub_response": "Hi! I'm a placeholder response. The real AI provider will be wired up in v0.68.",
|
|
1715
|
+
"not_configured_title": "AI is not configured yet",
|
|
1716
|
+
"not_configured_text": "Add an API key or pick a local model in Settings → AI to start chatting.",
|
|
1717
|
+
"not_configured": "AI is not configured. Open Settings to set up an AI model?",
|
|
1718
|
+
"configure_now": "Set up",
|
|
1719
|
+
"stop": "Stop",
|
|
1720
|
+
"error_prefix": "Error",
|
|
1721
|
+
"pick_model": "Switch AI model",
|
|
1722
|
+
"no_providers": "No AI providers configured yet. Tap “Set up” to add one.",
|
|
1723
|
+
"conversations": "Conversations",
|
|
1724
|
+
"new_chat": "New chat",
|
|
1725
|
+
"no_conversations": "No conversations yet. Tap “New chat” to start.",
|
|
1726
|
+
"no_matches": "No conversations match your search.",
|
|
1727
|
+
"search_placeholder": "Search conversations…",
|
|
1728
|
+
"attach_image": "Attach image",
|
|
1729
|
+
"remove_attachment": "Remove attachment",
|
|
1730
|
+
"attached_image": "Attached image",
|
|
1731
|
+
"compressing": "Compressing…",
|
|
1732
|
+
"copy": "Copy",
|
|
1733
|
+
"sync_syncing": "Syncing with Picora…",
|
|
1734
|
+
"sync_idle": "Synced with Picora",
|
|
1735
|
+
"sync_offline": "Offline (will retry)",
|
|
1736
|
+
"sync_error": "Sync error — check connection",
|
|
1737
|
+
"sync_disabled": "Sync disabled",
|
|
1738
|
+
"mention_title": "Mention a note",
|
|
1739
|
+
"mention_search": "Search your notes…",
|
|
1740
|
+
"no_notes": "No notes yet — open one from the Files tab.",
|
|
1741
|
+
"insert_action": "Insert",
|
|
1742
|
+
"insert_title": "Insert into note",
|
|
1743
|
+
"insert_append": "Append to current note",
|
|
1744
|
+
"insert_append_sub": "Add this AI reply to the doc you have open in the Edit tab.",
|
|
1745
|
+
"insert_new": "Create new note",
|
|
1746
|
+
"insert_new_sub": "Make a new doc from this AI reply and open it.",
|
|
1747
|
+
"insert_no_active": "No document is open in the Edit tab.",
|
|
1748
|
+
"insert_failed": "Could not write the note — check storage permissions.",
|
|
1749
|
+
"insert_append_ok": "Appended to current note.",
|
|
1750
|
+
"insert_new_ok": "New note created.",
|
|
1751
|
+
"export": "Export / Share",
|
|
1752
|
+
"export_failed": "Could not export this conversation.",
|
|
1753
|
+
"export_ok": "Conversation exported.",
|
|
1754
|
+
"rag_used": "Referenced {n} past message(s)",
|
|
1755
|
+
"rag_on_title": "History RAG enabled — past conversations may be used as context",
|
|
1756
|
+
"citations_title": "{n} reference(s)",
|
|
1757
|
+
"citations_empty": "No citations attached to this message.",
|
|
1758
|
+
"params_title": "Generation parameters",
|
|
1759
|
+
"params_hint": "Override AI generation settings for this conversation only. Leave blank to use the provider default.",
|
|
1760
|
+
"params_save": "Save",
|
|
1761
|
+
"params_reset": "Reset to defaults",
|
|
1762
|
+
"param_temperature": "Temperature",
|
|
1763
|
+
"param_temperature_sub": "0 = deterministic · 1 = balanced · 2 = creative",
|
|
1764
|
+
"param_max_tokens": "Max output tokens",
|
|
1765
|
+
"param_max_tokens_sub": "Hard cap on the model's reply length",
|
|
1766
|
+
"param_top_p": "Top-P",
|
|
1767
|
+
"param_top_p_sub": "Nucleus sampling threshold (0–1)",
|
|
1768
|
+
"param_stop": "Stop sequences",
|
|
1769
|
+
"param_stop_sub": "Model halts when about to emit any of these. Comma-separated; use \\n for newline.",
|
|
1770
|
+
"param_stop_placeholder": "\\n\\n###, END",
|
|
1771
|
+
"presets_label": "Presets",
|
|
1772
|
+
"preset_save_as": "Save current as preset",
|
|
1773
|
+
"preset_save_prompt": "Name this preset:",
|
|
1774
|
+
"preset_delete_confirm": "Delete preset \"{name}\"?",
|
|
1775
|
+
"preset_delete_aria": "Delete preset",
|
|
1776
|
+
"preset_deleted": "प्रीसेट \"{name}\" हटाया गया",
|
|
1777
|
+
"preset_restored": "प्रीसेट पुनर्स्थापित",
|
|
1778
|
+
"preset_picker_title": "Pick a preset",
|
|
1779
|
+
"preset_picker_hint": "Switch tone for this conversation. For fine-tuning, use the ⚙ gear.",
|
|
1780
|
+
"preset_picker_custom_note": "Currently using custom values — open ⚙ to view or save them as a preset.",
|
|
1781
|
+
"preset_custom_label": "Custom",
|
|
1782
|
+
"retry_title": "Retry this reply",
|
|
1783
|
+
"retry_action": "Retry",
|
|
1784
|
+
"retry_as_is": "Retry with current params",
|
|
1785
|
+
"retry_with_preset": "Or try a different preset",
|
|
1786
|
+
"retry_done": "Reply regenerating",
|
|
1787
|
+
"retry_undone": "Original reply restored",
|
|
1788
|
+
"undo": "Undo",
|
|
1789
|
+
"presets": {
|
|
1790
|
+
"default": {
|
|
1791
|
+
"label": "Default"
|
|
1792
|
+
},
|
|
1793
|
+
"precise": {
|
|
1794
|
+
"label": "Precise"
|
|
1795
|
+
},
|
|
1796
|
+
"balanced": {
|
|
1797
|
+
"label": "Balanced"
|
|
1798
|
+
},
|
|
1799
|
+
"creative": {
|
|
1800
|
+
"label": "Creative"
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1803
|
+
"default": "Default",
|
|
1804
|
+
"quick_actions_header": "Start with",
|
|
1805
|
+
"workflows_header": "Workflows",
|
|
1806
|
+
"wf_steps": "steps",
|
|
1807
|
+
"wf": {
|
|
1808
|
+
"summarize-then-translate": {
|
|
1809
|
+
"name": "Summarize → Translate",
|
|
1810
|
+
"desc": "TL;DR the input, then translate the summary."
|
|
1811
|
+
},
|
|
1812
|
+
"translate-then-polish": {
|
|
1813
|
+
"name": "Translate → Polish",
|
|
1814
|
+
"desc": "Translate input, then smooth the translation."
|
|
1815
|
+
},
|
|
1816
|
+
"step": {
|
|
1817
|
+
"summarize": "Summarizing",
|
|
1818
|
+
"translate": "Translating",
|
|
1819
|
+
"polish": "Polishing",
|
|
1820
|
+
"tone": "Tone",
|
|
1821
|
+
"length": "Length",
|
|
1822
|
+
"article": "Writing article",
|
|
1823
|
+
"cover": "Cover image",
|
|
1824
|
+
"target_lang": "Target language",
|
|
1825
|
+
"dictate": "Dictation",
|
|
1826
|
+
"structurize": "Structuring"
|
|
1827
|
+
},
|
|
1828
|
+
"write-article": {
|
|
1829
|
+
"name": "Write article + cover",
|
|
1830
|
+
"desc": "Topic → tone/length → article → AI cover",
|
|
1831
|
+
"ask_tone": "What tone should the article take?",
|
|
1832
|
+
"ask_length": "How long should it be?",
|
|
1833
|
+
"cover_hint": "Generating a cover image…"
|
|
1834
|
+
},
|
|
1835
|
+
"translate": {
|
|
1836
|
+
"name": "Translate",
|
|
1837
|
+
"desc": "Translate text into a target language",
|
|
1838
|
+
"ask_lang": "Translate into which language?"
|
|
1839
|
+
},
|
|
1840
|
+
"voice-transcribe": {
|
|
1841
|
+
"name": "Voice → note",
|
|
1842
|
+
"desc": "Dictate, then structure into a note",
|
|
1843
|
+
"hint": "Tap done when you finish speaking."
|
|
1844
|
+
},
|
|
1845
|
+
"tone": {
|
|
1846
|
+
"general": "General",
|
|
1847
|
+
"marketing": "Marketing",
|
|
1848
|
+
"technical": "Technical",
|
|
1849
|
+
"story": "Story"
|
|
1850
|
+
},
|
|
1851
|
+
"length": {
|
|
1852
|
+
"short": "Short (~500)",
|
|
1853
|
+
"medium": "Medium (~1500)",
|
|
1854
|
+
"long": "Long (~3000)"
|
|
1855
|
+
},
|
|
1856
|
+
"lang": {
|
|
1857
|
+
"en": "English",
|
|
1858
|
+
"zh": "Chinese",
|
|
1859
|
+
"ja": "Japanese",
|
|
1860
|
+
"ko": "Korean"
|
|
1861
|
+
},
|
|
1862
|
+
"cancel": "Cancel",
|
|
1863
|
+
"listening": "Listening…",
|
|
1864
|
+
"stt_done": "Done",
|
|
1865
|
+
"generating_cover": "Generating cover…",
|
|
1866
|
+
"cover_failed": "Cover generation failed",
|
|
1867
|
+
"skip_cover": "Skip cover",
|
|
1868
|
+
"regenerate": "Regenerate",
|
|
1869
|
+
"insert_with_cover": "Insert article + cover",
|
|
1870
|
+
"no_image_provider": "No image provider — set one up in Settings → Image generation."
|
|
1871
|
+
},
|
|
1872
|
+
"tpl": {
|
|
1873
|
+
"screenshot-to-md": {
|
|
1874
|
+
"name": "Image → Markdown",
|
|
1875
|
+
"desc": "Convert a screenshot, photo, or chart to clean Markdown.",
|
|
1876
|
+
"input": "Add a caption or leave empty — the model uses your image."
|
|
1877
|
+
},
|
|
1878
|
+
"summarize-current": {
|
|
1879
|
+
"name": "Summarize note",
|
|
1880
|
+
"desc": "TL;DR + key terms of the doc open in the Edit tab.",
|
|
1881
|
+
"input": "Optional focus: “key claims only”, “as bullet list”…"
|
|
1882
|
+
},
|
|
1883
|
+
"continue-writing": {
|
|
1884
|
+
"name": "Continue writing",
|
|
1885
|
+
"desc": "Pick up where you left off in the current doc.",
|
|
1886
|
+
"input": "Optional steering: tone, length, next section…"
|
|
1887
|
+
},
|
|
1888
|
+
"translate-zh-en": {
|
|
1889
|
+
"name": "Translate ZH ↔ EN",
|
|
1890
|
+
"desc": "Auto-detects source language. Preserves Markdown.",
|
|
1891
|
+
"input": "Paste the text to translate."
|
|
1892
|
+
}
|
|
1893
|
+
},
|
|
1894
|
+
"rename": "Rename",
|
|
1895
|
+
"rename_prompt": "New title",
|
|
1896
|
+
"delete_confirm": "Delete “{title}”? This cannot be undone.",
|
|
1897
|
+
"conv_deleted": "Deleted “{title}”",
|
|
1898
|
+
"conv_restored": "Conversation restored",
|
|
1899
|
+
"usage_tooltip": "Prompt tokens ↑ Completion tokens ↓",
|
|
1900
|
+
"budget_warn_confirm": "You are nearing your monthly AI budget. Send anyway?",
|
|
1901
|
+
"budget_over_confirm": "You are OVER your monthly AI budget. Send anyway?",
|
|
1902
|
+
"bulk_import": "Import all",
|
|
1903
|
+
"bulk_export": "Export all",
|
|
1904
|
+
"import_ok": "Imported {n} conversation(s).",
|
|
1905
|
+
"import_empty": "No conversations in that file.",
|
|
1906
|
+
"import_failed": "Import failed: {err}",
|
|
1907
|
+
"compose": "Compose article",
|
|
1908
|
+
"commands_title": "Commands",
|
|
1909
|
+
"more_actions": "More actions",
|
|
1910
|
+
"commands_empty": "No matching commands.",
|
|
1911
|
+
"voice_dictate": "Voice input",
|
|
1912
|
+
"voice_stop": "Stop",
|
|
1913
|
+
"voice_read_aloud": "Read aloud",
|
|
1914
|
+
"voice_local_badge": "On-device",
|
|
1915
|
+
"voice_permission_denied": "Microphone or speech permission denied. Enable it in Settings to use voice.",
|
|
1916
|
+
"voice_start_failed": "Could not start voice input.",
|
|
1917
|
+
"voice_speak_failed": "Could not read this message aloud."
|
|
1918
|
+
},
|
|
1919
|
+
"files": {
|
|
1920
|
+
"title": "Knowledge Base",
|
|
1921
|
+
"kb": "Knowledge Bases",
|
|
1922
|
+
"tree": "All Notes",
|
|
1923
|
+
"recent": "Recent",
|
|
1924
|
+
"favorites": "Favorites",
|
|
1925
|
+
"open_local": "Open from device",
|
|
1926
|
+
"open_local_failed": "Could not open this file. Make sure it's a text or Markdown file.",
|
|
1927
|
+
"new": "New document",
|
|
1928
|
+
"no_recent": "No recently opened documents.",
|
|
1929
|
+
"no_favorites": "No favorites yet. Star a document from the editor to add it here.",
|
|
1930
|
+
"empty": "No notes yet. Tap “New document” or “Open from device” to start.",
|
|
1931
|
+
"loading": "Loading…",
|
|
1932
|
+
"new_kb": "New knowledge base",
|
|
1933
|
+
"kb_name_placeholder": "Knowledge base name",
|
|
1934
|
+
"create": "Create",
|
|
1935
|
+
"cancel": "Cancel",
|
|
1936
|
+
"kb_create_failed": "Could not create the knowledge base."
|
|
1937
|
+
},
|
|
1938
|
+
"media": {
|
|
1939
|
+
"title": "Cloud images",
|
|
1940
|
+
"search": "Search images",
|
|
1941
|
+
"loading": "Loading…",
|
|
1942
|
+
"empty": "No cloud images yet.",
|
|
1943
|
+
"insert": "Insert cloud image"
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1946
|
+
"notifications": {
|
|
1947
|
+
"__mt": true,
|
|
1948
|
+
"title": "Push Notifications",
|
|
1949
|
+
"subtitle": "Receive alerts when your AI tasks finish or collaborators @ you.",
|
|
1950
|
+
"unsupported": "This browser does not support push notifications.",
|
|
1951
|
+
"permission_status": "Permission",
|
|
1952
|
+
"permission_denied": "Notification permission denied.",
|
|
1953
|
+
"denied_hint": "Open your browser settings to re-enable notifications.",
|
|
1954
|
+
"enable": "Enable",
|
|
1955
|
+
"disable": "Disable",
|
|
1956
|
+
"no_token": "Failed to obtain a device token.",
|
|
1957
|
+
"device_registered": "This device is registered:",
|
|
1958
|
+
"registered_devices": "Registered devices",
|
|
1959
|
+
"no_devices": "No devices registered yet.",
|
|
1960
|
+
"revoke": "Revoke",
|
|
1961
|
+
"revoke_confirm": "Revoke this device? It will stop receiving push notifications immediately.",
|
|
1962
|
+
"platform": {
|
|
1963
|
+
"web": "Web",
|
|
1964
|
+
"ios": "iOS",
|
|
1965
|
+
"android": "Android",
|
|
1966
|
+
"desktop": "Desktop",
|
|
1967
|
+
"unknown": "Unknown"
|
|
1968
|
+
},
|
|
1969
|
+
"registered_at": "Registered {date}",
|
|
1970
|
+
"last_seen": "Last seen {date}",
|
|
1971
|
+
"error_register": "Could not register this device.",
|
|
1972
|
+
"error_list": "Could not load device list."
|
|
1973
|
+
},
|
|
1974
|
+
"offline": {
|
|
1975
|
+
"__mt": true,
|
|
1976
|
+
"cache_enabled": "Offline cache enabled",
|
|
1977
|
+
"cache_disabled": "Offline cache disabled",
|
|
1978
|
+
"cache_size": "{size} cached",
|
|
1979
|
+
"cache_note_count": "{count} notes cached",
|
|
1980
|
+
"cache_expired": "Cache expired",
|
|
1981
|
+
"note_cached": "Note cached for offline",
|
|
1982
|
+
"note_evicted": "Note evicted from cache",
|
|
1983
|
+
"offline_banner": "You are offline. Showing cached content.",
|
|
1984
|
+
"cache_settings": "Offline Cache Settings",
|
|
1985
|
+
"max_notes": "Max cached notes"
|
|
1986
|
+
},
|
|
1987
|
+
"outline": {
|
|
1988
|
+
"empty": "No headings found",
|
|
1989
|
+
"title": "Outline",
|
|
1990
|
+
"expand": "Expand",
|
|
1991
|
+
"collapse": "Collapse"
|
|
1992
|
+
},
|
|
1993
|
+
"perf": {
|
|
1994
|
+
"__mt": true,
|
|
1995
|
+
"memory_warning": "High memory usage detected ({percent}%)",
|
|
1996
|
+
"memory_critical": "Critical memory usage ({percent}%)",
|
|
1997
|
+
"memory_trend_growing": "Memory growing",
|
|
1998
|
+
"memory_trend_stable": "Memory stable",
|
|
1999
|
+
"memory_trend_shrinking": "Memory shrinking",
|
|
2000
|
+
"vitals_score": "Performance score: {score}",
|
|
2001
|
+
"vitals_good": "Good",
|
|
2002
|
+
"vitals_needs_improvement": "Needs improvement",
|
|
2003
|
+
"vitals_poor": "Poor"
|
|
2004
|
+
},
|
|
2005
|
+
"permissions": {
|
|
2006
|
+
"__mt": true,
|
|
2007
|
+
"paste_title": "Allow Clipboard Access?",
|
|
2008
|
+
"paste_desc": "Moraya wants to read image data from your clipboard. This is used only when you paste an image.",
|
|
2009
|
+
"allow_once": "Allow Once",
|
|
2010
|
+
"allow_always": "Always Allow",
|
|
2011
|
+
"deny": "Deny",
|
|
2012
|
+
"granted": "Clipboard access granted",
|
|
2013
|
+
"denied": "Clipboard access denied",
|
|
2014
|
+
"revoke": "Revoke Permission"
|
|
2015
|
+
},
|
|
2016
|
+
"plugin_action": {
|
|
2017
|
+
"title": "प्लगइन चलाएं",
|
|
2018
|
+
"run_action": "चलाएं",
|
|
2019
|
+
"invoking": "चल रहा है...",
|
|
2020
|
+
"success": "प्लगइन लागू हुआ",
|
|
2021
|
+
"no_changes": "कोई बदलाव नहीं",
|
|
2022
|
+
"no_plugins": "कोई चालू प्लगइन नहीं"
|
|
2023
|
+
},
|
|
2024
|
+
"plugins": {
|
|
2025
|
+
"tabs": {
|
|
2026
|
+
"preset": "अंतर्निहित",
|
|
2027
|
+
"installed": "इंस्टॉल है",
|
|
2028
|
+
"market": "मार्केटप्लेस"
|
|
2029
|
+
},
|
|
2030
|
+
"installed": {
|
|
2031
|
+
"empty": "अभी कोई Plugin इंस्टॉल नहीं है।"
|
|
2032
|
+
},
|
|
2033
|
+
"sandbox": {
|
|
2034
|
+
"label": "Sandbox स्तर",
|
|
2035
|
+
"sandbox": "Sandboxed (JS)",
|
|
2036
|
+
"local": "लोकल (नेटवर्क रहित)",
|
|
2037
|
+
"system": "सिस्टम (नेटवर्क एक्सेस)"
|
|
2038
|
+
},
|
|
2039
|
+
"permissions": {
|
|
2040
|
+
"label": "अनुमतियाँ"
|
|
2041
|
+
},
|
|
2042
|
+
"market": {
|
|
2043
|
+
"search": "Plugin खोजें...",
|
|
2044
|
+
"refresh": "ताज़ा करें",
|
|
2045
|
+
"cat_all": "सभी",
|
|
2046
|
+
"cached": "कैश्ड परिणाम दिखा रहे हैं",
|
|
2047
|
+
"loading": "मार्केटप्लेस लोड हो रहा है...",
|
|
2048
|
+
"empty": "कोई Plugin नहीं मिला",
|
|
2049
|
+
"install": "इंस्टॉल करें",
|
|
2050
|
+
"installed": "इंस्टॉल है",
|
|
2051
|
+
"installing": "इंस्टॉल हो रहा है..."
|
|
2052
|
+
},
|
|
2053
|
+
"install": {
|
|
2054
|
+
"from_file": ".zip से इंस्टॉल करें",
|
|
2055
|
+
"url_placeholder": "GitHub रिपो URL (https://github.com/…)",
|
|
2056
|
+
"validate": "आयात करें",
|
|
2057
|
+
"confirm_url": "URL से Plugin इंस्टॉल करें?",
|
|
2058
|
+
"author": "लेखक",
|
|
2059
|
+
"permissions": "अनुमतियाँ",
|
|
2060
|
+
"no_permissions": "कोई अनुमति नहीं",
|
|
2061
|
+
"fetching_release": "रिलीज़ जानकारी प्राप्त की जा रही है...",
|
|
2062
|
+
"downloading": "डाउनलोड हो रहा है..."
|
|
2063
|
+
},
|
|
2064
|
+
"verified": "सत्यापित",
|
|
2065
|
+
"enable": "सक्षम करें",
|
|
2066
|
+
"disable": "अक्षम करें",
|
|
2067
|
+
"uninstall": "अनइंस्टॉल करें",
|
|
2068
|
+
"changelog": "परिवर्तन लॉग",
|
|
2069
|
+
"view_source": "स्रोत",
|
|
2070
|
+
"blacklisted": "ब्लैकलिस्ट किया गया",
|
|
2071
|
+
"blacklist_warning": "सुरक्षा समस्या के कारण इस Plugin को ब्लैकलिस्ट किया गया है। कृपया इसे अनइंस्टॉल करें।",
|
|
2072
|
+
"process_error": "Plugin प्रक्रिया क्रैश हो गई। पुनः आरंभ करने के लिए टॉगल करें।",
|
|
2073
|
+
"error": {
|
|
2074
|
+
"platform_not_supported": "आपके प्लेटफ़ॉर्म के लिए कोई डाउनलोड उपलब्ध नहीं है।"
|
|
2075
|
+
},
|
|
2076
|
+
"preset": {
|
|
2077
|
+
"initializing": "लोड हो रहा है...",
|
|
2078
|
+
"download": "डाउनलोड",
|
|
2079
|
+
"retry": "पुनः प्रयास",
|
|
2080
|
+
"ready": "सक्षम",
|
|
2081
|
+
"downloading": "डाउनलोड हो रहा है...",
|
|
2082
|
+
"loading": "लोड हो रहा है...",
|
|
2083
|
+
"error": "त्रुटि",
|
|
2084
|
+
"large_bundle": "बड़ा बंडल (>500 KB) — डाउनलोड में कुछ समय लग सकता है",
|
|
2085
|
+
"cancel": "रद्द करें",
|
|
2086
|
+
"delete": "हटाएं"
|
|
2087
|
+
}
|
|
2088
|
+
},
|
|
2089
|
+
"publish": {
|
|
2090
|
+
"settings_empty": "कोई प्रकाशन लक्ष्य कॉन्फ़िगर नहीं है",
|
|
2091
|
+
"settings_hint": "अपने लेख प्रकाशित करने के लिए GitHub रिपॉजिटरी या कस्टम API endpoint जोड़ें।",
|
|
2092
|
+
"add_target": "लक्ष्य जोड़ें",
|
|
2093
|
+
"edit_target": "संपादित करें",
|
|
2094
|
+
"delete_target": "हटाएँ",
|
|
2095
|
+
"test_connection": "कनेक्शन परीक्षण",
|
|
2096
|
+
"github": "GitHub रिपॉजिटरी",
|
|
2097
|
+
"custom_api": "कस्टम API",
|
|
2098
|
+
"target_name": "नाम",
|
|
2099
|
+
"target_name_placeholder": "जैसे, मेरा ब्लॉग",
|
|
2100
|
+
"repo_url": "रिपॉजिटरी URL",
|
|
2101
|
+
"repo_url_placeholder": "https://github.com/user/blog",
|
|
2102
|
+
"branch": "ब्रांच",
|
|
2103
|
+
"articles_dir": "लेख निर्देशिका",
|
|
2104
|
+
"articles_dir_placeholder": "content/posts/",
|
|
2105
|
+
"images_dir": "चित्र निर्देशिका",
|
|
2106
|
+
"images_dir_placeholder": "static/images/",
|
|
2107
|
+
"token": "Personal Access Token",
|
|
2108
|
+
"token_placeholder": "ghp_xxxxxxxxxxxx",
|
|
2109
|
+
"front_matter_template": "Front Matter टेम्पलेट",
|
|
2110
|
+
"endpoint": "API Endpoint",
|
|
2111
|
+
"endpoint_placeholder": "https://api.example.com/articles",
|
|
2112
|
+
"method": "HTTP Method",
|
|
2113
|
+
"headers": "Headers (JSON)",
|
|
2114
|
+
"body_template": "Body टेम्पलेट",
|
|
2115
|
+
"template_presets": "टेम्पलेट प्रीसेट",
|
|
2116
|
+
"preset_hugo": "Hugo",
|
|
2117
|
+
"preset_hexo": "Hexo",
|
|
2118
|
+
"preset_astro": "Astro",
|
|
2119
|
+
"preset_custom": "कस्टम",
|
|
2120
|
+
"file_name_pattern": "फ़ाइल नाम पैटर्न",
|
|
2121
|
+
"file_name_preset": "नाम प्रीसेट",
|
|
2122
|
+
"file_name_preview": "पूर्वावलोकन",
|
|
2123
|
+
"preset_simple": "सरल (फ़ाइलनाम)",
|
|
2124
|
+
"preset_date_slug": "दिनांक + Slug",
|
|
2125
|
+
"preset_date_filename": "दिनांक + फ़ाइलनाम",
|
|
2126
|
+
"preset_year_month": "वर्ष/माह/Slug",
|
|
2127
|
+
"file_name_variables": "चर: {{date}}, {{year}}, {{month}}, {{day}}, {{slug}}, {{filename}}, {{title}}",
|
|
2128
|
+
"rss_section": "RSS फ़ीड",
|
|
2129
|
+
"rss_enable": "RSS फ़ीड जनरेट करें",
|
|
2130
|
+
"rss_enable_hint": "प्रकाशन करते समय feed.xml स्वचालित रूप से अपडेट करें",
|
|
2131
|
+
"rss_feed_path": "फ़ीड फ़ाइल पथ",
|
|
2132
|
+
"rss_feed_path_placeholder": "feed.xml",
|
|
2133
|
+
"rss_site_url": "साइट URL",
|
|
2134
|
+
"rss_site_url_placeholder": "https://myblog.com",
|
|
2135
|
+
"rss_feed_title": "फ़ीड शीर्षक",
|
|
2136
|
+
"rss_feed_title_placeholder": "मेरा ब्लॉग",
|
|
2137
|
+
"rss_feed_description": "फ़ीड विवरण",
|
|
2138
|
+
"rss_feed_description_placeholder": "लेख जिनके बारे में...",
|
|
2139
|
+
"rss_language": "भाषा",
|
|
2140
|
+
"rss_author_name": "लेखक",
|
|
2141
|
+
"rss_author_name_placeholder": "जॉन डो",
|
|
2142
|
+
"rss_max_items": "फ़ीड में अधिकतम आइटम",
|
|
2143
|
+
"rss_include_full_content": "फ़ीड में पूर्ण लेख सामग्री शामिल करें",
|
|
2144
|
+
"rss_feed_endpoint": "RSS फ़ीड Endpoint",
|
|
2145
|
+
"rss_feed_endpoint_placeholder": "https://api.example.com/rss",
|
|
2146
|
+
"rss_update_failed": "RSS फ़ीड अपडेट विफल",
|
|
2147
|
+
"progress_title": "प्रकाशित हो रहा है...",
|
|
2148
|
+
"progress_publishing": "अपलोड हो रहा है...",
|
|
2149
|
+
"progress_rss": "RSS अपडेट हो रहा है...",
|
|
2150
|
+
"progress_done": "पूर्ण",
|
|
2151
|
+
"progress_failed": "विफल",
|
|
2152
|
+
"enable_seo": "SEO अनुकूलन",
|
|
2153
|
+
"enable_seohint": "प्रकाशन से पहले शीर्षक, अंश, टैग और मेटा विवरण बनाएं",
|
|
2154
|
+
"next_seo": "अगला: SEO →",
|
|
2155
|
+
"back_to_targets": "वापस",
|
|
2156
|
+
"seo_no_provider": "कोई AI प्रदाता कॉन्फ़िगर नहीं है। कृपया सेटिंग्स में AI प्रदाता कॉन्फ़िगर करें।"
|
|
2157
|
+
},
|
|
2158
|
+
"pwa": {
|
|
2159
|
+
"__mt": true,
|
|
2160
|
+
"install_prompt": "Install Moraya Web for a better experience.",
|
|
2161
|
+
"install": "Install",
|
|
2162
|
+
"dismiss": "Not now",
|
|
2163
|
+
"update_available": "A new version is available.",
|
|
2164
|
+
"refresh": "Refresh"
|
|
2165
|
+
},
|
|
2166
|
+
"quickopen": {
|
|
2167
|
+
"__mt": true,
|
|
2168
|
+
"title": "Quick Open",
|
|
2169
|
+
"placeholder": "Search notes...",
|
|
2170
|
+
"no_results": "No notes found",
|
|
2171
|
+
"hint_enter": "↵ Open",
|
|
2172
|
+
"hint_cmd_enter": "⌘↵ Open in new tab"
|
|
2173
|
+
},
|
|
2174
|
+
"rag": {
|
|
2175
|
+
"__mt": true,
|
|
2176
|
+
"title": "AI Knowledge Search (RAG)",
|
|
2177
|
+
"mode_label": "Search Mode",
|
|
2178
|
+
"mode_disabled": "Disabled",
|
|
2179
|
+
"mode_client": "Client-side (E2E compatible)",
|
|
2180
|
+
"mode_server": "Server-side (faster, KMS required)",
|
|
2181
|
+
"index_status": "Index Status",
|
|
2182
|
+
"indexed_notes": "Indexed notes",
|
|
2183
|
+
"rebuild_index": "Rebuild Full Index",
|
|
2184
|
+
"pause_rebuild": "Pause",
|
|
2185
|
+
"rebuilding": "Rebuilding index...",
|
|
2186
|
+
"search_settings": "Search Settings",
|
|
2187
|
+
"top_k_label": "Results (top-K)",
|
|
2188
|
+
"threshold_label": "Min. similarity",
|
|
2189
|
+
"sources_label": "Sources",
|
|
2190
|
+
"sources_count": "{n} note excerpts",
|
|
2191
|
+
"jump_to_source": "Jump to note →",
|
|
2192
|
+
"no_sources": "No sources",
|
|
2193
|
+
"server_mode_warning": "Server mode lets Moraya temporarily decrypt your notes for indexing. Requires Cloud KMS.",
|
|
2194
|
+
"model_version": "Model version",
|
|
2195
|
+
"upgrade_for_cross_kb": "Upgrade to Personal to search across all your knowledge bases."
|
|
2196
|
+
},
|
|
2197
|
+
"review": {
|
|
2198
|
+
"panel_title": "समीक्षाएं",
|
|
2199
|
+
"tab_label": "समीक्षा",
|
|
2200
|
+
"no_reviews": "अभी कोई समीक्षा नहीं",
|
|
2201
|
+
"no_reviews_hint": "संपादक में पाठ चुनें और समीक्षा जोड़ने के लिए ⌘⇧R का उपयोग करें।",
|
|
2202
|
+
"not_git_bound": "Git रिपॉजिटरी से नहीं जुड़ा",
|
|
2203
|
+
"not_git_bound_hint": "सहयोगी समीक्षाओं के लिए ज्ञान आधार को Git रिपॉजिटरी से लिंक करें।",
|
|
2204
|
+
"bind_git_btn": "Git रिपॉजिटरी लिंक करें",
|
|
2205
|
+
"open_count": "खुला",
|
|
2206
|
+
"resolved_count": "हल किया गया",
|
|
2207
|
+
"add_review": "समीक्षा जोड़ें",
|
|
2208
|
+
"reply": "जवाब दें",
|
|
2209
|
+
"resolve": "Resolve",
|
|
2210
|
+
"wontfix": "ठीक नहीं होगा",
|
|
2211
|
+
"reanchor": "पुनः एंकर करें",
|
|
2212
|
+
"mark_resolved": "हल के रूप में चिह्नित करें",
|
|
2213
|
+
"resolved": "हल किया गया",
|
|
2214
|
+
"wontfix_label": "ठीक नहीं होगा",
|
|
2215
|
+
"unanchored": "स्थिति खो गई",
|
|
2216
|
+
"relocated": "स्थिति बदल गई",
|
|
2217
|
+
"verified_prompt": "अंतिम सत्यापन के बाद दस्तावेज़ बदल गया है। समीक्षित के रूप में चिह्नित करें?",
|
|
2218
|
+
"mark_verified": "समीक्षित के रूप में चिह्नित करें",
|
|
2219
|
+
"lock_self": "आप इस फ़ाइल को संपादित कर रहे हैं",
|
|
2220
|
+
"lock_other": "इस फ़ाइल को संपादित कर रहे हैं",
|
|
2221
|
+
"lock_expiry": "मिनट शेष",
|
|
2222
|
+
"view_readonly": "केवल-पढ़ें दृश्य",
|
|
2223
|
+
"force_unlock": "अनलॉक करने के लिए बाध्य करें",
|
|
2224
|
+
"select_text_first": "पहले कृपया पाठ चुनें",
|
|
2225
|
+
"source_mode_limit_hint": "समीक्षाएं केवल विज़ुअल मोड में उपलब्ध हैं",
|
|
2226
|
+
"default_comment": "",
|
|
2227
|
+
"ai_improve": "AI Improve",
|
|
2228
|
+
"ai_summary": "AI Summary",
|
|
2229
|
+
"ai_review": "AI Review",
|
|
2230
|
+
"ai_respond": "AI Suggest",
|
|
2231
|
+
"ai_in_progress": "AI is analyzing the document…",
|
|
2232
|
+
"ai_cancel": "Cancel",
|
|
2233
|
+
"ai_no_results": "AI generated no review suggestions",
|
|
2234
|
+
"ai_invalid_filtered": "{count} review(s) had invalid format and were skipped",
|
|
2235
|
+
"ai_author_badge": "AI",
|
|
2236
|
+
"ai_hint_from_tool": "AI returned reviews via tool call",
|
|
2237
|
+
"ai_hint_from_json": "AI returned reviews via JSON fallback",
|
|
2238
|
+
"ai_hint_failed": "This model does not support AI Review. Switch to Claude / GPT-4 / Gemini.",
|
|
2239
|
+
"ai_disclaimer_title": "Enable AI Review — Data Use Notice",
|
|
2240
|
+
"ai_disclaimer_body": "AI Review will send the entire current document and all review comments to your selected AI provider:",
|
|
2241
|
+
"ai_disclaimer_body_details": "Reviews may include team members' names and internal discussion. Please confirm this knowledge base is suitable for cloud processing.",
|
|
2242
|
+
"ai_disclaimer_local_hint": "Want to keep everything local? Switch to an Ollama provider — all processing happens on this machine.",
|
|
2243
|
+
"ai_disclaimer_switch_local": "Switch to local provider",
|
|
2244
|
+
"ai_disclaimer_confirm": "I understand, enable AI Review",
|
|
2245
|
+
"ai_disclaimer_dont_ask": "Don't ask again for this provider",
|
|
2246
|
+
"dimension_logic": "Logic",
|
|
2247
|
+
"dimension_expression": "Expression",
|
|
2248
|
+
"dimension_fact": "Fact",
|
|
2249
|
+
"dimension_structure": "Structure",
|
|
2250
|
+
"ai_inflight_cancelled": "AI Review cancelled because the active file changed",
|
|
2251
|
+
"ai_merge_blocked": "Repository is in the middle of a merge. Resolve conflicts first.",
|
|
2252
|
+
"title": "Reviews",
|
|
2253
|
+
"no_open": "No open reviews.",
|
|
2254
|
+
"resolved_section": "Resolved",
|
|
2255
|
+
"add_comment": "Add a comment…",
|
|
2256
|
+
"send": "Send",
|
|
2257
|
+
"orphaned": "orphaned",
|
|
2258
|
+
"type_suggest": "Suggestion",
|
|
2259
|
+
"type_question": "Question",
|
|
2260
|
+
"type_approve": "Approved",
|
|
2261
|
+
"type_reject": "Rejected",
|
|
2262
|
+
"ai_review_unavailable": "AI Review requires Cloud KMS encryption mode.",
|
|
2263
|
+
"close": "Close"
|
|
2264
|
+
},
|
|
2265
|
+
"search": {
|
|
2266
|
+
"find_placeholder": "Find...",
|
|
2267
|
+
"replace_placeholder": "Replace with...",
|
|
2268
|
+
"no_results": "No results",
|
|
2269
|
+
"case_sensitive": "केस मिलाएँ",
|
|
2270
|
+
"replace": "Replace",
|
|
2271
|
+
"replace_all": "Replace All",
|
|
2272
|
+
"regex": "रेगुलर एक्सप्रेशन का उपयोग करें",
|
|
2273
|
+
"regex_error": "अमान्य रेगुलर एक्सप्रेशन",
|
|
2274
|
+
"match_status": "{current} / {total}",
|
|
2275
|
+
"toggle_regex": "Toggle regular expression",
|
|
2276
|
+
"toggle_case": "Toggle case-sensitive",
|
|
2277
|
+
"prev": "Previous match",
|
|
2278
|
+
"next": "Next match",
|
|
2279
|
+
"open_replace": "Open replace",
|
|
2280
|
+
"close_replace": "Close replace",
|
|
2281
|
+
"close": "Close search",
|
|
2282
|
+
"invalid_regex": "Invalid regular expression"
|
|
2283
|
+
},
|
|
2284
|
+
"security": {
|
|
2285
|
+
"__mt": true,
|
|
2286
|
+
"title": "Security",
|
|
2287
|
+
"encryption_mode_label": "Encryption Mode",
|
|
2288
|
+
"mode_none": "None",
|
|
2289
|
+
"mode_e2e": "E2E Client Encryption",
|
|
2290
|
+
"mode_kms": "Cloud KMS",
|
|
2291
|
+
"setup_title": "Set Up E2E Encryption",
|
|
2292
|
+
"setup_subtitle": "Your notes will be encrypted before leaving your device. Moraya cannot read your notes.",
|
|
2293
|
+
"passphrase_label": "Passphrase",
|
|
2294
|
+
"passphrase_confirm_label": "Confirm Passphrase",
|
|
2295
|
+
"passphrase_strength_weak": "Too weak",
|
|
2296
|
+
"passphrase_strength_fair": "Fair",
|
|
2297
|
+
"passphrase_strength_strong": "Strong",
|
|
2298
|
+
"passphrase_strength_very_strong": "Very strong",
|
|
2299
|
+
"passphrase_min_length": "Minimum 12 characters",
|
|
2300
|
+
"passphrase_mismatch": "Passphrases do not match",
|
|
2301
|
+
"passphrase_too_weak": "Passphrase is too weak. Use a longer, more complex phrase.",
|
|
2302
|
+
"warning_no_recovery": "⚠️ If you forget your passphrase and lose your recovery code, your data cannot be recovered. Moraya has no backup.",
|
|
2303
|
+
"recovery_code_title": "Your Recovery Code",
|
|
2304
|
+
"recovery_code_subtitle": "Write down these 12 words. You will need them if you forget your passphrase.",
|
|
2305
|
+
"recovery_confirm_instruction": "Enter word #{n} to confirm you wrote it down:",
|
|
2306
|
+
"recovery_confirm_correct": "Correct! Enter word #{n}:",
|
|
2307
|
+
"recovery_confirm_wrong": "Wrong word. Try again.",
|
|
2308
|
+
"recovery_complete": "Recovery code confirmed.",
|
|
2309
|
+
"i_have_written_down": "I have written down my recovery code",
|
|
2310
|
+
"unlock_title": "Unlock Your Notes",
|
|
2311
|
+
"unlock_subtitle": "Enter your passphrase to decrypt your notes.",
|
|
2312
|
+
"unlock_button": "Unlock",
|
|
2313
|
+
"unlock_failed": "Wrong passphrase. Please try again.",
|
|
2314
|
+
"unlock_remember_device": "Remember this device for 7 days",
|
|
2315
|
+
"migrate_title": "Upgrade to Cloud KMS",
|
|
2316
|
+
"migrate_subtitle": "Your notes will be re-encrypted using your cloud KMS. Moraya can use your KMS to assist with AI features.",
|
|
2317
|
+
"migrate_warning": "This is a one-way migration. You cannot revert to E2E mode without exporting and re-importing all data.",
|
|
2318
|
+
"migrate_confirm": "I understand and want to proceed",
|
|
2319
|
+
"migrate_progress": "Migrating {completed}/{total} notes...",
|
|
2320
|
+
"migrate_done": "Migration complete!",
|
|
2321
|
+
"migrate_failed": "Migration failed. Your original data is unchanged.",
|
|
2322
|
+
"kms_provider_label": "KMS Provider",
|
|
2323
|
+
"kms_key_arn_label": "Key ARN / Key ID",
|
|
2324
|
+
"kms_role_arn_label": "Role ARN (for AssumeRole)",
|
|
2325
|
+
"kms_verify": "Verify KMS Connection",
|
|
2326
|
+
"kms_verified": "KMS connection verified",
|
|
2327
|
+
"kms_verify_failed": "KMS connection failed",
|
|
2328
|
+
"back": "Back",
|
|
2329
|
+
"next": "Next",
|
|
2330
|
+
"save": "Save",
|
|
2331
|
+
"cancel": "Cancel",
|
|
2332
|
+
"setup_complete": "E2E encryption enabled",
|
|
2333
|
+
"deriving_key": "Deriving encryption key...",
|
|
2334
|
+
"encrypting": "Encrypting notes...",
|
|
2335
|
+
"current_mode": "Current mode: {mode}",
|
|
2336
|
+
"last_unlock": "Last unlocked: {time}",
|
|
2337
|
+
"use_recovery_code": "Use recovery code instead",
|
|
2338
|
+
"recovery_unlock_title": "Recover Access",
|
|
2339
|
+
"recovery_unlock_subtitle": "Enter your 12-word recovery code to regain access.",
|
|
2340
|
+
"recovery_code_input": "Recovery Code (12 words, space-separated)",
|
|
2341
|
+
"recovery_unlock_button": "Recover",
|
|
2342
|
+
"set_new_passphrase": "Set New Passphrase"
|
|
2343
|
+
},
|
|
2344
|
+
"seo": {
|
|
2345
|
+
"title": "SEO अनुकूलन",
|
|
2346
|
+
"generating": "लेख का विश्लेषण हो रहा है...",
|
|
2347
|
+
"titles": "शीर्षक उम्मीदवार",
|
|
2348
|
+
"custom_title": "कस्टम शीर्षक...",
|
|
2349
|
+
"excerpt": "सारांश",
|
|
2350
|
+
"tags": "टैग",
|
|
2351
|
+
"add_tag": "टैग जोड़ें...",
|
|
2352
|
+
"slug": "URL Slug",
|
|
2353
|
+
"meta_description": "Meta विवरण",
|
|
2354
|
+
"regenerate": "पुनः जनरेट करें",
|
|
2355
|
+
"apply": "लागू करें",
|
|
2356
|
+
"retry": "पुनः प्रयास करें",
|
|
2357
|
+
"content_too_short": "SEO विश्लेषण के लिए लेख सामग्री बहुत छोटी है।",
|
|
2358
|
+
"completed": "SEO अनुकूलित",
|
|
2359
|
+
"step_description": "शीर्षक, सारांश और टैग जनरेट करें"
|
|
2360
|
+
},
|
|
2361
|
+
"sessions": {
|
|
2362
|
+
"__mt": true,
|
|
2363
|
+
"title": "Active Sessions",
|
|
2364
|
+
"active_sessions": "Active Sessions",
|
|
2365
|
+
"anomaly_alerts": "Security Alerts",
|
|
2366
|
+
"current": "Current",
|
|
2367
|
+
"last_active": "Last active",
|
|
2368
|
+
"revoke": "Revoke",
|
|
2369
|
+
"revoking": "Revoking…",
|
|
2370
|
+
"confirm_revoke": "Revoke this session?",
|
|
2371
|
+
"yes": "Yes",
|
|
2372
|
+
"no": "Cancel",
|
|
2373
|
+
"dismiss": "Dismiss",
|
|
2374
|
+
"just_now": "Just now",
|
|
2375
|
+
"hours_ago": "h ago",
|
|
2376
|
+
"days_ago": "d ago"
|
|
2377
|
+
},
|
|
2378
|
+
"settings": {
|
|
2379
|
+
"title": "Settings",
|
|
2380
|
+
"tabs": {
|
|
2381
|
+
"general": "सामान्य",
|
|
2382
|
+
"editor": "एडिटर",
|
|
2383
|
+
"appearance": "रूप-रंग",
|
|
2384
|
+
"ai": "चैट",
|
|
2385
|
+
"image_ai": "इमेज AI",
|
|
2386
|
+
"mcp": "MCP",
|
|
2387
|
+
"image": "होस्टिंग",
|
|
2388
|
+
"publish": "प्रकाशन",
|
|
2389
|
+
"voice": "वॉयस AI",
|
|
2390
|
+
"knowledge_base": "ज्ञान आधार",
|
|
2391
|
+
"plugins": "Plugin",
|
|
2392
|
+
"kb_sync": "KB सिंक",
|
|
2393
|
+
"picora": "Picora",
|
|
2394
|
+
"export": "निर्यात",
|
|
2395
|
+
"shortcuts": "शॉर्टकट"
|
|
2396
|
+
},
|
|
2397
|
+
"groups": {
|
|
2398
|
+
"general": "सामान्य",
|
|
2399
|
+
"ai": "AI सेटिंग्स",
|
|
2400
|
+
"extensions": "एक्सटेंशन",
|
|
2401
|
+
"knowledge_base": "ज्ञान आधार",
|
|
2402
|
+
"picora": "Picora"
|
|
2403
|
+
},
|
|
2404
|
+
"tab_desc": {
|
|
2405
|
+
"image": "इमेज अपलोड के लिए क्लाउड स्टोरेज प्रदाता कॉन्फ़िगर करें।",
|
|
2406
|
+
"publish": "ब्लॉग, GitHub Pages या RSS जैसे प्रकाशन गंतव्य कॉन्फ़िगर करें।",
|
|
2407
|
+
"export": "PDF निर्यात कॉन्फ़िगर करें — पृष्ठ आकार, मार्जिन, फ़ॉन्ट और सामग्री टॉगल।"
|
|
2408
|
+
},
|
|
2409
|
+
"language": {
|
|
2410
|
+
"label": "भाषा",
|
|
2411
|
+
"system": "सिस्टम के अनुसार"
|
|
2412
|
+
},
|
|
2413
|
+
"theme": {
|
|
2414
|
+
"label": "थीम",
|
|
2415
|
+
"system": "सिस्टम के अनुसार",
|
|
2416
|
+
"light": "लाइट",
|
|
2417
|
+
"dark": "डार्क"
|
|
2418
|
+
},
|
|
2419
|
+
"appearance": {
|
|
2420
|
+
"theme_section": "थीम",
|
|
2421
|
+
"dark_mode_section": "डार्क मोड",
|
|
2422
|
+
"font_section": "फ़ॉन्ट",
|
|
2423
|
+
"separate_dark_theme": "डार्क मोड के लिए अलग थीम उपयोग करें",
|
|
2424
|
+
"dark_theme": "डार्क मोड थीम",
|
|
2425
|
+
"dark_mode_label": "रूप-रंग"
|
|
2426
|
+
},
|
|
2427
|
+
"font_size": {
|
|
2428
|
+
"label": "फ़ॉन्ट आकार"
|
|
2429
|
+
},
|
|
2430
|
+
"auto_save": {
|
|
2431
|
+
"label": "ऑटो सेव",
|
|
2432
|
+
"interval": "ऑटो सेव अंतराल"
|
|
2433
|
+
},
|
|
2434
|
+
"remember_last_folder": "पिछला खोला हुआ फ़ोल्डर याद रखें",
|
|
2435
|
+
"show_cloud_insert_entries": "क्लाउड इन्सर्ट मेनू आइटम दिखाएं",
|
|
2436
|
+
"show_cloud_insert_entries_desc": "फ़ॉर्मेट मेनू और राइट-क्लिक मेनू में 'क्लाउड छवि/ऑडियो/वीडियो डालें' विकल्प जोड़ें।",
|
|
2437
|
+
"rules_history_count": "MORAYA.md इतिहास संस्करण",
|
|
2438
|
+
"rules_history_count_hint": "प्रति नियम फ़ाइल सहेजे जाने वाले इतिहास संस्करणों की संख्या (डिफ़ॉल्ट: 10)",
|
|
2439
|
+
"editor": {
|
|
2440
|
+
"line_width": "एडिटर पंक्ति चौड़ाई",
|
|
2441
|
+
"tab_size": "Tab आकार",
|
|
2442
|
+
"show_line_numbers": "सोर्स मोड में पंक्ति संख्या दिखाएँ"
|
|
2443
|
+
},
|
|
2444
|
+
"version": "Moraya v{version}",
|
|
2445
|
+
"permissions": {
|
|
2446
|
+
"mcp_title": "MCP अनुमतियाँ",
|
|
2447
|
+
"ai_title": "AI सेटिंग्स",
|
|
2448
|
+
"ai_max_tokens": "अधिकतम आउटपुट Token",
|
|
2449
|
+
"ai_max_tokens_hint": "AI प्रति उत्तर अधिकतम कितने Token उत्पन्न कर सकता है। अधिक मान लंबे उत्तर और टूल कॉल की अनुमति देता है, लेकिन अधिक खर्च होता है।",
|
|
2450
|
+
"ai_tool_result_max_chars": "टूल परिणाम अधिकतम अक्षर",
|
|
2451
|
+
"ai_tool_result_max_chars_hint": "प्रत्येक MCP टूल परिणाम से रखे जाने वाले अधिकतम अक्षर। बड़े मान अधिक विवरण बनाए रखते हैं लेकिन अधिक संदर्भ का उपभोग करते हैं।",
|
|
2452
|
+
"ai_max_tool_rounds": "अधिकतम टूल कॉलिंग राउंड",
|
|
2453
|
+
"ai_max_tool_rounds_hint": "AI एक वार्तालाप चरण में अधिकतम कितने टूल कॉल राउंड कर सकता है। जटिल बहु-चरणीय कार्यों के लिए इसे बढ़ाएँ।"
|
|
2454
|
+
},
|
|
2455
|
+
"voice": {
|
|
2456
|
+
"providers": "स्पीच प्रदाता",
|
|
2457
|
+
"add_provider": "प्रदाता जोड़ें",
|
|
2458
|
+
"edit_provider": "प्रदाता संपादित करें",
|
|
2459
|
+
"no_providers": "कोई स्पीच प्रदाता कॉन्फ़िगर नहीं है।",
|
|
2460
|
+
"provider": "प्रदाता",
|
|
2461
|
+
"api_key": "API Key",
|
|
2462
|
+
"api_key_optional": "AWS के लिए वैकल्पिक (Access Key का उपयोग करें)",
|
|
2463
|
+
"aws_access_key": "AWS Access Key ID",
|
|
2464
|
+
"aws_secret_key": "AWS Secret Access Key",
|
|
2465
|
+
"region": "क्षेत्र",
|
|
2466
|
+
"model": "मॉडल",
|
|
2467
|
+
"model_placeholder": "मॉडल नाम दर्ज करें",
|
|
2468
|
+
"endpoint_id_placeholder": "Inference endpoint ID दर्ज करें",
|
|
2469
|
+
"language": "भाषा",
|
|
2470
|
+
"lang_auto": "स्वतः पहचान",
|
|
2471
|
+
"lang_multi": "बहु-भाषा",
|
|
2472
|
+
"base_url": "कस्टम WebSocket URL",
|
|
2473
|
+
"test_connection": "कनेक्शन परीक्षण",
|
|
2474
|
+
"testing": "परीक्षण हो रहा है...",
|
|
2475
|
+
"test_ok": "कनेक्ट हो गया",
|
|
2476
|
+
"test_failed": "कनेक्शन विफल",
|
|
2477
|
+
"set_active": "डिफ़ॉल्ट सेट करें",
|
|
2478
|
+
"active": "डिफ़ॉल्ट",
|
|
2479
|
+
"custom": "कस्टम",
|
|
2480
|
+
"storage": "भंडारण",
|
|
2481
|
+
"recording_backup_dir": "रिकॉर्डिंग बैकअप",
|
|
2482
|
+
"recording_backup_hint": "प्रत्येक सत्र के बाद पूर्ण रिकॉर्डिंग WAV फ़ाइलों के रूप में सहेजें।",
|
|
2483
|
+
"voice_sync_dir": "वॉइस प्रोफ़ाइल सिंक निर्देशिका",
|
|
2484
|
+
"voice_sync_hint": "क्लाउड स्टोरेज (जैसे iCloud, Dropbox) के माध्यम से वॉइस प्रोफ़ाइल सिंक करें। फ़ोल्डर चुनने के लिए बदलें बटन का उपयोग करें — मौजूदा प्रोफ़ाइल स्वचालित रूप से माइग्रेट होंगी।",
|
|
2485
|
+
"sync_default": "ऐप डेटा (डिफ़ॉल्ट)",
|
|
2486
|
+
"disabled": "अक्षम",
|
|
2487
|
+
"migrating_profiles": "माइग्रेट हो रहा है...",
|
|
2488
|
+
"migration_failed": "माइग्रेशन विफल",
|
|
2489
|
+
"profiles": "वॉइस प्रोफ़ाइल",
|
|
2490
|
+
"no_profiles": "अभी कोई वॉइस प्रोफ़ाइल नहीं है। ट्रांसक्रिप्शन सत्र के बाद ये स्वचालित रूप से बनाई जाती हैं।",
|
|
2491
|
+
"naming": {
|
|
2492
|
+
"male": "पुरुष {n}",
|
|
2493
|
+
"female": "महिला {n}",
|
|
2494
|
+
"bystander": "दर्शक {n}",
|
|
2495
|
+
"speaker": "वक्ता {n}"
|
|
2496
|
+
},
|
|
2497
|
+
"providers_hint": "वॉइस ट्रांसक्रिप्शन के लिए स्पीच प्रोवाइडर कॉन्फ़िगर करें।"
|
|
2498
|
+
},
|
|
2499
|
+
"image_host": {
|
|
2500
|
+
"picora": {
|
|
2501
|
+
"moved_hint": "Picora सेटिंग्स अब Picora टैब में हैं।",
|
|
2502
|
+
"jump_to_tab": "Picora टैब पर जाएं"
|
|
2503
|
+
},
|
|
2504
|
+
"subtitle_suffix": "Picora-विशिष्ट विकल्प Picora टैब में हैं।"
|
|
2505
|
+
},
|
|
2506
|
+
"picora": {
|
|
2507
|
+
"account": {
|
|
2508
|
+
"title": "Picora खाते",
|
|
2509
|
+
"add": "Picora खाता जोड़ें",
|
|
2510
|
+
"add_first": "शुरू करें",
|
|
2511
|
+
"empty": "अभी तक कोई Picora खाता नहीं। क्लाउड मीडिया सम्मिलन और KB सिंक सक्षम करने के लिए अपना खाता कनेक्ट करें।",
|
|
2512
|
+
"set_default": "डिफ़ॉल्ट सेट करें",
|
|
2513
|
+
"test": "कनेक्शन परीक्षण",
|
|
2514
|
+
"edit": "संपादित करें",
|
|
2515
|
+
"remove": "हटाएं",
|
|
2516
|
+
"quota": "कोटा",
|
|
2517
|
+
"unknown_email": "(कोई ईमेल नहीं)",
|
|
2518
|
+
"no_endpoint": "(कोई endpoint नहीं)",
|
|
2519
|
+
"in_use": "{n} में उपयोग में",
|
|
2520
|
+
"quota_loading": "कोटा लोड हो रहा है…",
|
|
2521
|
+
"quota_unavailable": "कोटा अनुपलब्ध — पुनः प्रयास के लिए ↻ दबाएं",
|
|
2522
|
+
"data_point_na": "डेटा बिंदु अनुपलब्ध",
|
|
2523
|
+
"needs_picora_v017": "Picora v0.17.1+ आवश्यक",
|
|
2524
|
+
"not_activated": "अभी तक Picora प्लान सक्रिय नहीं किया गया।",
|
|
2525
|
+
"activate": "प्लान सक्रिय करें",
|
|
2526
|
+
"remove_confirm_title": "Picora खाता हटाएं",
|
|
2527
|
+
"remove_confirm_body": "हटाने वाले हैं: {email}",
|
|
2528
|
+
"cascade_default": "यह डिफ़ॉल्ट Picora खाता है — एक नया डिफ़ॉल्ट स्वचालित रूप से चुना जाएगा।",
|
|
2529
|
+
"cascade_image_host": "यह डिफ़ॉल्ट इमेज होस्ट है — डिफ़ॉल्ट साफ़ हो जाएगा।",
|
|
2530
|
+
"cascade_kb_bindings": "{n} ज्ञान आधार अनबाउंड हो जाएंगे। क्लाउड डेटा Picora पर सुरक्षित है।",
|
|
2531
|
+
"cloud_data_preserved": "केवल स्थानीय कॉन्फ़िगरेशन हटाया जाएगा। Picora पर क्लाउड डेटा सुरक्षित है।",
|
|
2532
|
+
"confirm_remove": "हटाएं"
|
|
2533
|
+
},
|
|
2534
|
+
"edit_title": "Picora खाता संपादित करें",
|
|
2535
|
+
"kb_sync": {
|
|
2536
|
+
"title": "ज्ञान आधार सिंक",
|
|
2537
|
+
"open_manager": "KB सिंक सेटिंग्स खोलें",
|
|
2538
|
+
"empty": "अभी तक कोई ज्ञान आधार नहीं।",
|
|
2539
|
+
"missing_target": "(लक्ष्य लापता)",
|
|
2540
|
+
"never": "कभी सिंक नहीं",
|
|
2541
|
+
"error": "सिंक त्रुटि",
|
|
2542
|
+
"unbound_label": "Picora से बाउंड नहीं:",
|
|
2543
|
+
"bind_action": "डिफ़ॉल्ट से बाइंड करें"
|
|
2544
|
+
},
|
|
2545
|
+
"resources": {
|
|
2546
|
+
"title": "क्लाउड संसाधन ब्राउज़र",
|
|
2547
|
+
"tabs": {
|
|
2548
|
+
"image": "छवियां",
|
|
2549
|
+
"audio": "ऑडियो",
|
|
2550
|
+
"video": "वीडियो"
|
|
2551
|
+
}
|
|
2552
|
+
},
|
|
2553
|
+
"advanced": {
|
|
2554
|
+
"title": "उन्नत",
|
|
2555
|
+
"img_domain": "डिफ़ॉल्ट सम्मिलन डोमेन",
|
|
2556
|
+
"img_domain_hint": "Picora छवियां सम्मिलित करते समय सार्वजनिक URL उपसर्ग के रूप में उपयोग किया जाता है।",
|
|
2557
|
+
"rewrite_base64": "अपलोड पर दस्तावेज़ों में base64 छवियों को Picora CDN पर ऑटो-रीराइट करें",
|
|
2558
|
+
"sidebar_pin": "मुख्य साइडबार में Picora शॉर्टकट दिखाएं",
|
|
2559
|
+
"debug": "डिबग लॉगिंग सक्षम करें"
|
|
2560
|
+
},
|
|
2561
|
+
"banner": "नया Picora टैब आ गया। सभी Picora सेटिंग्स यहां स्थानांतरित कर दी गई हैं; इमेज होस्टिंग टैब अभी भी काम करता है।",
|
|
2562
|
+
"banner_dismiss": "समझ गया",
|
|
2563
|
+
"welcome": {
|
|
2564
|
+
"title": "Picora में स्वागत है — आपके मीडिया का एक घर",
|
|
2565
|
+
"body": "अपने स्वयं के Picora खाते पर छवियां, ऑडियो, वीडियो और Markdown दस्तावेज़ होस्ट करें। उपकरणों में ज्ञान आधार सिंक करें और एक क्लिक के साथ संपादक से क्लाउड संपत्तियां सम्मिलित करें।",
|
|
2566
|
+
"one_click": "एक-क्लिक आयात (अनुशंसित)",
|
|
2567
|
+
"manual": "मैन्युअल रूप से जोड़ें",
|
|
2568
|
+
"or": "या",
|
|
2569
|
+
"register": "खाता नहीं है? Picora रजिस्टर करें"
|
|
2570
|
+
},
|
|
2571
|
+
"quota": {
|
|
2572
|
+
"images": "छवियां",
|
|
2573
|
+
"docs": "दस्तावेज़",
|
|
2574
|
+
"audio": "ऑडियो",
|
|
2575
|
+
"videos": "वीडियो",
|
|
2576
|
+
"kbs": "KBs"
|
|
2577
|
+
},
|
|
2578
|
+
"plan": {
|
|
2579
|
+
"none": "निष्क्रिय",
|
|
2580
|
+
"trial": "परीक्षण",
|
|
2581
|
+
"pro": "Pro",
|
|
2582
|
+
"pro_plus": "Pro+"
|
|
2583
|
+
}
|
|
2584
|
+
},
|
|
2585
|
+
"export": {
|
|
2586
|
+
"paper_size": "कागज़ का आकार",
|
|
2587
|
+
"paper_a4": "A4",
|
|
2588
|
+
"paper_letter": "Letter",
|
|
2589
|
+
"paper_legal": "Legal",
|
|
2590
|
+
"paper_a3": "A3",
|
|
2591
|
+
"paper_a5": "A5",
|
|
2592
|
+
"orientation": "अभिमुखीकरण",
|
|
2593
|
+
"orientation_portrait": "लंबवत",
|
|
2594
|
+
"orientation_landscape": "क्षैतिज",
|
|
2595
|
+
"margins": "मार्जिन (mm)",
|
|
2596
|
+
"margins_top": "ऊपर",
|
|
2597
|
+
"margins_right": "दाएँ",
|
|
2598
|
+
"margins_bottom": "नीचे",
|
|
2599
|
+
"margins_left": "बाएँ",
|
|
2600
|
+
"header_footer": "हेडर और फ़ुटर",
|
|
2601
|
+
"header_enabled": "हेडर सक्षम करें",
|
|
2602
|
+
"footer_enabled": "फ़ुटर सक्षम करें",
|
|
2603
|
+
"template_hint": "प्लेसहोल्डर: {title} {page} {total} {date}",
|
|
2604
|
+
"typography": "टाइपोग्राफी",
|
|
2605
|
+
"font_family": "फ़ॉन्ट",
|
|
2606
|
+
"font_family_placeholder": "सिस्टम डिफ़ॉल्ट",
|
|
2607
|
+
"font_size": "फ़ॉन्ट आकार",
|
|
2608
|
+
"content": "सामग्री",
|
|
2609
|
+
"enable_highlight": "कोड सिंटैक्स हाइलाइटिंग",
|
|
2610
|
+
"enable_math": "गणित (KaTeX)",
|
|
2611
|
+
"enable_mermaid": "Mermaid आरेख",
|
|
2612
|
+
"advanced": "उन्नत",
|
|
2613
|
+
"auto_fallback": "विफलता पर स्वतः कम्पैट मोड पर वापस जाएँ",
|
|
2614
|
+
"auto_fallback_hint": "जब नेटिव प्रिंट पथ विफल हो, canvas आधारित पथ से पुनः प्रयास करें. त्रुटियाँ दिखाने और उपयोगकर्ता को मैन्युअली पुनः प्रयास कराने के लिए अक्षम करें."
|
|
2615
|
+
},
|
|
2616
|
+
"account": "Account",
|
|
2617
|
+
"devices": "Devices",
|
|
2618
|
+
"about": "About",
|
|
2619
|
+
"select_section": "Select a settings section from the left.",
|
|
2620
|
+
"ai": {
|
|
2621
|
+
"title": "AI",
|
|
2622
|
+
"cloud_providers": "Cloud Providers",
|
|
2623
|
+
"local_models": "On-device Models",
|
|
2624
|
+
"add": "Add",
|
|
2625
|
+
"edit": "Edit provider",
|
|
2626
|
+
"delete": "Delete",
|
|
2627
|
+
"delete_confirm": "Delete this provider configuration?",
|
|
2628
|
+
"provider_deleted": "Deleted “{label}”",
|
|
2629
|
+
"provider_restored": "Provider restored",
|
|
2630
|
+
"save": "Save",
|
|
2631
|
+
"test": "Test",
|
|
2632
|
+
"testing": "Testing…",
|
|
2633
|
+
"test_ok": "Connection OK",
|
|
2634
|
+
"test_auth_error": "Auth failed — check API key",
|
|
2635
|
+
"test_network_error": "Network error",
|
|
2636
|
+
"test_rate_limited": "Rate limited — try later",
|
|
2637
|
+
"test_unsupported": "Unsupported response",
|
|
2638
|
+
"test_not_configured": "Not configured",
|
|
2639
|
+
"provider": "Provider",
|
|
2640
|
+
"label": "Label",
|
|
2641
|
+
"api_key": "API Key",
|
|
2642
|
+
"api_key_hint": "Stored only on this device.",
|
|
2643
|
+
"base_url": "Base URL (optional)",
|
|
2644
|
+
"base_url_hint": "Custom OpenAI-compatible endpoint, e.g. Ollama: http://192.168.1.10:11434/v1",
|
|
2645
|
+
"default_model": "Default model",
|
|
2646
|
+
"active": "Active",
|
|
2647
|
+
"set_active": "Use",
|
|
2648
|
+
"status_ready": "Ready",
|
|
2649
|
+
"status_not_configured": "Not configured",
|
|
2650
|
+
"empty_cloud": "No cloud providers configured. Tap “Add” to set up OpenAI, Claude, Gemini, DeepSeek, or any OpenAI-compatible endpoint.",
|
|
2651
|
+
"cloud_hint": "Your API keys are stored locally and sent directly to the provider — Moraya never sees them.",
|
|
2652
|
+
"rag": {
|
|
2653
|
+
"title": "History Reference (RAG)",
|
|
2654
|
+
"enabled": "Reference past conversations",
|
|
2655
|
+
"topk": "Snippets per send",
|
|
2656
|
+
"hint": "When on, Moraya finds up to N relevant snippets from your past AI chats and includes them as context. Off by default — increases token usage. Keyword-based search (no embeddings yet)."
|
|
2657
|
+
},
|
|
2658
|
+
"local": {
|
|
2659
|
+
"free_space": "Device free space",
|
|
2660
|
+
"unknown": "Unknown",
|
|
2661
|
+
"estimate_hint": "Estimated from browser quota.",
|
|
2662
|
+
"native_probe_failed": "Could not read native device free space; showing browser estimate.",
|
|
2663
|
+
"browser_only_hint": "On-device models are available only inside the Moraya iOS / Android app.",
|
|
2664
|
+
"browser_only_footer": "Open this page inside the Moraya mobile app to download and run on-device models.",
|
|
2665
|
+
"mobile_only": "On-device models are only available in the Moraya iOS / Android app.",
|
|
2666
|
+
"download": "Download",
|
|
2667
|
+
"cancel": "Cancel",
|
|
2668
|
+
"use": "Use",
|
|
2669
|
+
"delete": "Delete",
|
|
2670
|
+
"delete_confirm": "Delete {name} from this device?",
|
|
2671
|
+
"delete_failed": "Delete failed: {err}",
|
|
2672
|
+
"download_failed": "Download failed: {err}",
|
|
2673
|
+
"now_active": "{name} is now your active AI model.",
|
|
2674
|
+
"installed": "Installed",
|
|
2675
|
+
"too_big": "Too large",
|
|
2676
|
+
"fit_warn_inline": "This download will use more than 70% of your free space.",
|
|
2677
|
+
"fit_warn": "This model ({size}) will use over 70% of your free space and may slow iOS. Continue?",
|
|
2678
|
+
"fit_block": "Not enough free space for this model ({size}).",
|
|
2679
|
+
"engine_pending_title": "Inference engine pending Xcode setup",
|
|
2680
|
+
"engine_pending_text": "Models can be downloaded today. To run them, link MLX-Swift via Xcode → File → Add Package Dependencies (https://github.com/ml-explore/mlx-swift + mlx-swift-examples), or run `ruby scripts/add-mlx-spm.rb` in moraya-mobile/. The plugin auto-detects the link and activates.",
|
|
2681
|
+
"wifi_only": "Wi-Fi only downloads",
|
|
2682
|
+
"on_wifi": "Connected via Wi-Fi.",
|
|
2683
|
+
"on_cellular_blocked": "On cellular — downloads paused. Toggle off to allow.",
|
|
2684
|
+
"on_cellular_ok": "On cellular — downloads allowed.",
|
|
2685
|
+
"offline": "No network connection.",
|
|
2686
|
+
"cellular_blocked": "Downloads are blocked on cellular. Connect to Wi-Fi or turn off “Wi-Fi only”.",
|
|
2687
|
+
"update": "Update",
|
|
2688
|
+
"update_confirm": "Update {name}? The current copy will be deleted and the latest version downloaded."
|
|
2689
|
+
},
|
|
2690
|
+
"custom_templates": "Custom AI Templates",
|
|
2691
|
+
"empty_templates": "No custom templates yet. Tap “Add” to create a reusable system prompt.",
|
|
2692
|
+
"templates_hint": "Your templates appear in the AI tab’s empty-state quick actions alongside the built-ins.",
|
|
2693
|
+
"custom_workflows": "Custom AI Workflows",
|
|
2694
|
+
"empty_workflows": "No custom workflows yet. Tap “Add” to chain multiple AI steps.",
|
|
2695
|
+
"workflows_hint": "Workflows run their steps sequentially, feeding each step’s output into the next.",
|
|
2696
|
+
"wf": {
|
|
2697
|
+
"add": "New workflow",
|
|
2698
|
+
"edit": "Edit workflow",
|
|
2699
|
+
"name_placeholder": "e.g. Translate then bullet-summarize",
|
|
2700
|
+
"desc_placeholder": "Shown under the tile in the AI tab",
|
|
2701
|
+
"step_label_placeholder": "Step label (e.g. “Translate”)",
|
|
2702
|
+
"step_system_placeholder": "System prompt for this step",
|
|
2703
|
+
"input_tpl_hint": "Use {prev} for the previous step's output and {input} for the user's first message.",
|
|
2704
|
+
"add_step": "Add step",
|
|
2705
|
+
"remove_step": "Remove step",
|
|
2706
|
+
"required_name": "Workflow needs a name.",
|
|
2707
|
+
"required_steps": "Workflow needs at least one step with a system prompt.",
|
|
2708
|
+
"delete_confirm": "Delete this workflow?",
|
|
2709
|
+
"deleted": "Deleted “{name}”",
|
|
2710
|
+
"restored": "Workflow restored"
|
|
2711
|
+
},
|
|
2712
|
+
"tpl": {
|
|
2713
|
+
"add": "New template",
|
|
2714
|
+
"edit": "Edit template",
|
|
2715
|
+
"icon": "Icon",
|
|
2716
|
+
"name": "Name",
|
|
2717
|
+
"name_placeholder": "e.g. Code reviewer",
|
|
2718
|
+
"desc": "Short description",
|
|
2719
|
+
"desc_placeholder": "Shown under the tile",
|
|
2720
|
+
"system_prompt": "System prompt",
|
|
2721
|
+
"system_prompt_placeholder": "Behavior guidance the model receives at the start of every conversation using this template.",
|
|
2722
|
+
"requires_image": "Open image picker on tap",
|
|
2723
|
+
"requires_doc": "Auto-mention the open doc",
|
|
2724
|
+
"auto_insert": "Auto-open “Insert into note” when finished",
|
|
2725
|
+
"save": "Save",
|
|
2726
|
+
"delete": "Delete",
|
|
2727
|
+
"delete_confirm": "Delete this template?",
|
|
2728
|
+
"deleted": "Deleted “{name}”",
|
|
2729
|
+
"restored": "Template restored",
|
|
2730
|
+
"required_fields": "Name and system prompt are required.",
|
|
2731
|
+
"import": "Import",
|
|
2732
|
+
"export": "Export",
|
|
2733
|
+
"import_merge_confirm": "Import {n} template(s) and append to your library?",
|
|
2734
|
+
"import_empty": "The file contains no templates.",
|
|
2735
|
+
"import_failed": "Import failed: {err}"
|
|
2736
|
+
},
|
|
2737
|
+
"usage": {
|
|
2738
|
+
"title": "AI Usage",
|
|
2739
|
+
"loading": "Reading conversations…",
|
|
2740
|
+
"empty": "No AI calls this month yet — usage shows up after your first reply.",
|
|
2741
|
+
"tokens": "Tokens",
|
|
2742
|
+
"conversations": "Conversations",
|
|
2743
|
+
"cost": "Cost",
|
|
2744
|
+
"by_model": "By model",
|
|
2745
|
+
"history": "Previous months"
|
|
2746
|
+
},
|
|
2747
|
+
"budget": {
|
|
2748
|
+
"title": "Monthly Budget",
|
|
2749
|
+
"edit": "Edit",
|
|
2750
|
+
"done": "Done",
|
|
2751
|
+
"no_limit": "No monthly limit set.",
|
|
2752
|
+
"usd_limit": "USD limit / month",
|
|
2753
|
+
"cny_limit": "CNY limit / month",
|
|
2754
|
+
"alert_threshold": "Warn at (0–1)",
|
|
2755
|
+
"hint": "Setting either currency to 0 disables that cap. Warn threshold 0 disables warnings."
|
|
2756
|
+
}
|
|
2757
|
+
},
|
|
2758
|
+
"mcp": "MCP servers",
|
|
2759
|
+
"image_gen": {
|
|
2760
|
+
"title": "Image generation",
|
|
2761
|
+
"providers": "Providers",
|
|
2762
|
+
"add": "Add",
|
|
2763
|
+
"edit": "Edit image provider",
|
|
2764
|
+
"delete": "Delete",
|
|
2765
|
+
"save": "Save",
|
|
2766
|
+
"provider": "Provider",
|
|
2767
|
+
"label": "Label",
|
|
2768
|
+
"api_key": "API Key",
|
|
2769
|
+
"api_key_hint": "Stored only on this device. BYO key — never sent to Moraya servers.",
|
|
2770
|
+
"base_url": "Base URL (optional)",
|
|
2771
|
+
"base_url_hint": "Override for OpenAI-compatible image endpoints (Together AI, Cloudflare AI Gateway, on-prem proxies).",
|
|
2772
|
+
"default_model": "Default model",
|
|
2773
|
+
"active": "Active",
|
|
2774
|
+
"set_active": "Use",
|
|
2775
|
+
"status_ready": "Ready",
|
|
2776
|
+
"status_no_key": "No API key",
|
|
2777
|
+
"empty": "No image providers configured. Tap “Add” to set up OpenAI DALL-E or Doubao Seedream.",
|
|
2778
|
+
"hint": "Image-gen providers power workflow `ai.image` nodes and the upcoming Compose Article flow. Configure at least one to enable cover-image generation.",
|
|
2779
|
+
"style": {
|
|
2780
|
+
"section": "Style presets",
|
|
2781
|
+
"add": "Add",
|
|
2782
|
+
"edit": "Edit style preset",
|
|
2783
|
+
"delete": "Delete",
|
|
2784
|
+
"save": "Save",
|
|
2785
|
+
"label": "Label",
|
|
2786
|
+
"label_placeholder": "e.g. Moody noir",
|
|
2787
|
+
"suffix": "Style suffix",
|
|
2788
|
+
"suffix_placeholder": "Appended to “Cover illustration for: <title>. ”",
|
|
2789
|
+
"suffix_hint": "Describe lighting, palette, mood, aspect ratio — anything the model should remember for this style.",
|
|
2790
|
+
"hint": "These presets apply when you tap one in the Compose Cover step. Built-in presets stay available even after you edit them.",
|
|
2791
|
+
"builtin": "Built-in",
|
|
2792
|
+
"builtin_note": "This is a built-in preset. Your changes save as an override and can be reset by deleting (built-ins cannot be removed)."
|
|
2793
|
+
}
|
|
2794
|
+
},
|
|
2795
|
+
"publish": {
|
|
2796
|
+
"title": "Publish targets",
|
|
2797
|
+
"section": "Targets",
|
|
2798
|
+
"add": "Add",
|
|
2799
|
+
"edit": "Edit publish target",
|
|
2800
|
+
"delete": "Delete",
|
|
2801
|
+
"save": "Save",
|
|
2802
|
+
"icon": "Icon",
|
|
2803
|
+
"label": "Label",
|
|
2804
|
+
"label_placeholder": "WeChat 公众号 (主号)",
|
|
2805
|
+
"mcp_tool": "MCP tool",
|
|
2806
|
+
"mcp_tool_hint": "Bare name (`publish`) or namespaced (`mcp.<server-id>.<tool>`). Configure the MCP server itself in Settings → MCP.",
|
|
2807
|
+
"arg_template": "Argument template (JSON)",
|
|
2808
|
+
"arg_template_hint": "Use {title} {body} {topic} {coverKey} {coverPrompt} placeholders. Strings are JSON-escaped before substitution.",
|
|
2809
|
+
"empty": "No publish targets configured. Tap “Add” to wire a target to an MCP tool.",
|
|
2810
|
+
"hint": "Each target points at one MCP tool — e.g. a WeChat 公众号 bridge, a Substack webhook, or your own remote MCP. Compose’s Send menu lists every target."
|
|
2811
|
+
},
|
|
2812
|
+
"voiceai": {
|
|
2813
|
+
"title": "Voice AI",
|
|
2814
|
+
"engine": "Voice engine",
|
|
2815
|
+
"engine_local": "Local (on-device)",
|
|
2816
|
+
"engine_local_desc": "Speech recognition and read-aloud run entirely on your device — no network, no API keys.",
|
|
2817
|
+
"recommended": "Recommended",
|
|
2818
|
+
"external_soon": "External cloud voice — coming soon.",
|
|
2819
|
+
"unavailable": "On-device voice isn't available here — it requires the iOS app.",
|
|
2820
|
+
"stt_section": "Speech input",
|
|
2821
|
+
"stt_locale": "Recognition language",
|
|
2822
|
+
"stt_locale_device": "Follow device",
|
|
2823
|
+
"tts_section": "Read aloud",
|
|
2824
|
+
"auto_speak": "Auto-read AI replies",
|
|
2825
|
+
"voice_label": "Voice",
|
|
2826
|
+
"voice_default": "System default",
|
|
2827
|
+
"enhanced": "Enhanced",
|
|
2828
|
+
"rate": "Speed",
|
|
2829
|
+
"test": "Test voice",
|
|
2830
|
+
"test_sample": "Hello, I'm Moraya's on-device voice assistant."
|
|
2831
|
+
}
|
|
2832
|
+
},
|
|
2833
|
+
"shortcuts": {
|
|
2834
|
+
"title": "Keyboard Shortcuts",
|
|
2835
|
+
"intro": "All keyboard shortcuts in Moraya. Entries marked 🔒 are managed by the native menu and will become user-configurable in a later version.",
|
|
2836
|
+
"ai_chat_behavior": {
|
|
2837
|
+
"title": "AI Chat — Enter Key Behavior",
|
|
2838
|
+
"intro": "Choose how the Enter key behaves in the AI chat input.",
|
|
2839
|
+
"sends_action": "sends message",
|
|
2840
|
+
"newline_action": "newline",
|
|
2841
|
+
"mod_enter_send": {
|
|
2842
|
+
"label": "Cmd/Ctrl + Enter से भेजें"
|
|
2843
|
+
},
|
|
2844
|
+
"enter_send": {
|
|
2845
|
+
"label": "Enter sends"
|
|
2846
|
+
},
|
|
2847
|
+
"default_badge": "डिफ़ॉल्ट"
|
|
2848
|
+
},
|
|
2849
|
+
"categories": {
|
|
2850
|
+
"file": "File",
|
|
2851
|
+
"edit": "Edit",
|
|
2852
|
+
"paragraph": "Paragraph",
|
|
2853
|
+
"format": "Format",
|
|
2854
|
+
"view": "View",
|
|
2855
|
+
"ai_chat": "AI Chat",
|
|
2856
|
+
"workflow": "Workflow",
|
|
2857
|
+
"mcp": "MCP"
|
|
2858
|
+
},
|
|
2859
|
+
"actions": {
|
|
2860
|
+
"file": {
|
|
2861
|
+
"new": "New Document",
|
|
2862
|
+
"new_window": "New Window",
|
|
2863
|
+
"open": "Open File",
|
|
2864
|
+
"save": "Save",
|
|
2865
|
+
"save_as": "Save As",
|
|
2866
|
+
"export_html": "Export HTML",
|
|
2867
|
+
"export_pdf": "PDF निर्यात करें",
|
|
2868
|
+
"export_image": "छवि निर्यात करें",
|
|
2869
|
+
"export_doc": "Word निर्यात करें"
|
|
2870
|
+
},
|
|
2871
|
+
"edit": {
|
|
2872
|
+
"undo": "Undo",
|
|
2873
|
+
"redo": "Redo",
|
|
2874
|
+
"find": "Find",
|
|
2875
|
+
"replace": "Replace"
|
|
2876
|
+
},
|
|
2877
|
+
"paragraph": {
|
|
2878
|
+
"h1": "Heading 1",
|
|
2879
|
+
"h2": "Heading 2",
|
|
2880
|
+
"h3": "Heading 3",
|
|
2881
|
+
"h4": "Heading 4",
|
|
2882
|
+
"h5": "Heading 5",
|
|
2883
|
+
"h6": "Heading 6",
|
|
2884
|
+
"code_block": "Code Block",
|
|
2885
|
+
"quote": "Block Quote"
|
|
2886
|
+
},
|
|
2887
|
+
"format": {
|
|
2888
|
+
"bold": "Bold",
|
|
2889
|
+
"italic": "Italic",
|
|
2890
|
+
"strike": "Strikethrough",
|
|
2891
|
+
"code": "Inline Code",
|
|
2892
|
+
"link": "Link",
|
|
2893
|
+
"insert_image": "Insert Image"
|
|
2894
|
+
},
|
|
2895
|
+
"view": {
|
|
2896
|
+
"toggle_mode": "Toggle Visual / Source",
|
|
2897
|
+
"toggle_split": "Toggle Split Mode",
|
|
2898
|
+
"toggle_sidebar": "Toggle Sidebar",
|
|
2899
|
+
"toggle_aipanel": "Toggle AI Panel",
|
|
2900
|
+
"toggle_outline": "Toggle Outline",
|
|
2901
|
+
"open_settings": "Open Settings",
|
|
2902
|
+
"zoom_in": "Zoom In",
|
|
2903
|
+
"zoom_out": "Zoom Out",
|
|
2904
|
+
"zoom_reset": "Reset Zoom"
|
|
2905
|
+
},
|
|
2906
|
+
"workflow": {
|
|
2907
|
+
"quick_open": "Quick Open",
|
|
2908
|
+
"command_palette": "Command Palette"
|
|
2909
|
+
},
|
|
2910
|
+
"ai_chat": {
|
|
2911
|
+
"send": "Send AI Message",
|
|
2912
|
+
"newline": "Insert Newline"
|
|
2913
|
+
}
|
|
2914
|
+
},
|
|
2915
|
+
"locked_hint": "Managed by the native menu — not customizable here yet",
|
|
2916
|
+
"locked_footnote": "🔒 indicates the shortcut is provided by the OS-native menu and is not customizable in this version.",
|
|
2917
|
+
"editor": {
|
|
2918
|
+
"prompt": "कोई भी कुंजी संयोजन दबाएँ… (Esc से रद्द करें)",
|
|
2919
|
+
"needs_modifier": "कम से कम एक संशोधक कुंजी आवश्यक (Cmd, Ctrl, Alt या Shift)",
|
|
2920
|
+
"conflict": "पहले से ही दूसरे शॉर्टकट द्वारा उपयोग में",
|
|
2921
|
+
"save": "सहेजें",
|
|
2922
|
+
"cancel": "रद्द करें",
|
|
2923
|
+
"edit_hint": "नया शॉर्टकट रिकॉर्ड करने के लिए क्लिक करें",
|
|
2924
|
+
"reset_to_default": "डिफ़ॉल्ट पर रीसेट",
|
|
2925
|
+
"customized": "अनुकूलित",
|
|
2926
|
+
"customized_short": "कस्टम",
|
|
2927
|
+
"reset_conflict": "डिफ़ॉल्ट किसी अन्य कस्टम शॉर्टकट से टकराता है — पहले उसे बदलें।",
|
|
2928
|
+
"sync_failed": "सिस्टम मेनू अपडेट नहीं हो सका",
|
|
2929
|
+
"sync_failed_short": "सिंक विफल",
|
|
2930
|
+
"unbound": "अनसेट",
|
|
2931
|
+
"reset_all": "सभी रीसेट करें",
|
|
2932
|
+
"reset_all_hint": "सभी शॉर्टकट को डिफ़ॉल्ट पर पुनर्स्थापित करें",
|
|
2933
|
+
"reset_all_confirm": "क्या आप सभी {count} कस्टम शॉर्टकट को डिफ़ॉल्ट पर रीसेट करना चाहते हैं?",
|
|
2934
|
+
"reset_short": "डिफ़ॉल्ट"
|
|
2935
|
+
},
|
|
2936
|
+
"edit_hint": "सुझाव: डैश्ड बॉर्डर और ✎ आइकन वाली पंक्तियों को कुंजियों पर क्लिक करके फिर से रिकॉर्ड किया जा सकता है। अन्य शॉर्टकट (🔒) सिस्टम मेन्यू द्वारा प्रबंधित हैं और इस संस्करण में अनुकूलित नहीं किए जा सकते।",
|
|
2937
|
+
"mcp": {
|
|
2938
|
+
"intro": "स्थापित MCP सर्वर और उनके द्वारा प्रदर्शित टूल्स के लिए कीबोर्ड शॉर्टकट बाँधें।",
|
|
2939
|
+
"empty": "पहले «सेटिंग्स → MCP» से MCP सर्वर स्थापित करें, फिर शॉर्टकट बाँधें।",
|
|
2940
|
+
"add_tool": "MCP टूल शॉर्टकट जोड़ें",
|
|
2941
|
+
"remove_tool": "यह MCP टूल शॉर्टकट हटाएँ",
|
|
2942
|
+
"remove_tool_short": "हटाएँ",
|
|
2943
|
+
"remove_stale": "अमान्य बाइंडिंग हटाएँ",
|
|
2944
|
+
"remove_stale_short": "हटाएँ",
|
|
2945
|
+
"server_kind_short": "सर्वर",
|
|
2946
|
+
"server_kind_hint": "MCP सर्वर कनेक्शन को टॉगल करता है",
|
|
2947
|
+
"tool_kind_short": "टूल",
|
|
2948
|
+
"tool_kind_hint": "AI पैनल खोलकर सहायक से इस टूल का उपयोग करने को कहता है",
|
|
2949
|
+
"stale_short": "अनुपलब्ध",
|
|
2950
|
+
"stale_hint": "इस बाइंडिंग का MCP सर्वर या टूल अब स्थापित नहीं है",
|
|
2951
|
+
"server_gone": "MCP सर्वर अब स्थापित नहीं है",
|
|
2952
|
+
"unavailable": "MCP टूल अनुपलब्ध",
|
|
2953
|
+
"toggled": {
|
|
2954
|
+
"on": "{name} सक्षम",
|
|
2955
|
+
"off": "{name} अक्षम"
|
|
2956
|
+
},
|
|
2957
|
+
"dialog": {
|
|
2958
|
+
"title": "MCP टूल शॉर्टकट जोड़ें",
|
|
2959
|
+
"server_label": "MCP सर्वर",
|
|
2960
|
+
"tool_label": "टूल",
|
|
2961
|
+
"tool_placeholder": "टूल चुनें…",
|
|
2962
|
+
"no_tools_for_server": "इस सर्वर के पास अभी कोई टूल नहीं है — पहले MCP सेटिंग्स में जुड़ें।",
|
|
2963
|
+
"duplicate_error": "इस टूल के लिए शॉर्टकट पहले से मौजूद है।",
|
|
2964
|
+
"add": "जोड़ें",
|
|
2965
|
+
"cancel": "रद्द करें"
|
|
2966
|
+
}
|
|
2967
|
+
}
|
|
2968
|
+
},
|
|
2969
|
+
"sidebar": {
|
|
2970
|
+
"title": "Sidebar",
|
|
2971
|
+
"open_folder": "फ़ोल्डर खोलें",
|
|
2972
|
+
"no_folder": "कोई फ़ोल्डर नहीं खुला है",
|
|
2973
|
+
"create_kb": "ज्ञान आधार बनाएँ",
|
|
2974
|
+
"empty_dir": "इस निर्देशिका में कोई फ़ाइल नहीं है",
|
|
2975
|
+
"kb_settings": "ज्ञान आधार सेटिंग्स",
|
|
2976
|
+
"tree_view": "ट्री दृश्य",
|
|
2977
|
+
"list_view": "सूची दृश्य",
|
|
2978
|
+
"search": "फ़ाइलें खोजें...",
|
|
2979
|
+
"context_menu": {
|
|
2980
|
+
"new_file": "नई फ़ाइल",
|
|
2981
|
+
"new_folder": "नया फ़ोल्डर",
|
|
2982
|
+
"search_files": "खोजें",
|
|
2983
|
+
"refresh": "ताज़ा करें",
|
|
2984
|
+
"rename": "नाम बदलें",
|
|
2985
|
+
"duplicate": "प्रतिलिपि बनाएँ",
|
|
2986
|
+
"delete": "हटाएँ",
|
|
2987
|
+
"copy_path": "पथ कॉपी करें",
|
|
2988
|
+
"reveal_in_finder": "Finder में दिखाएँ",
|
|
2989
|
+
"reveal_in_explorer": "Explorer में दिखाएँ",
|
|
2990
|
+
"history_versions": "इतिहास संस्करण"
|
|
2991
|
+
},
|
|
2992
|
+
"history": {
|
|
2993
|
+
"title": "संस्करण इतिहास",
|
|
2994
|
+
"empty": "कोई सहेजा हुआ संस्करण नहीं",
|
|
2995
|
+
"restore": "पुनर्स्थापित करें",
|
|
2996
|
+
"restore_confirm": "इस संस्करण को पुनर्स्थापित करें? MORAYA.md की वर्तमान सामग्री बदल दी जाएगी।"
|
|
2997
|
+
},
|
|
2998
|
+
"new_file_prompt": "फ़ाइल का नाम दर्ज करें",
|
|
2999
|
+
"new_folder_prompt": "फ़ोल्डर का नाम दर्ज करें",
|
|
3000
|
+
"rename_prompt": "नया नाम दर्ज करें",
|
|
3001
|
+
"reserved_dir_title": "आरक्षित नाम",
|
|
3002
|
+
"reserved_dir_name": "\"images\" एक आरक्षित निर्देशिका नाम है। कृपया कोई अन्य नाम चुनें।",
|
|
3003
|
+
"delete_confirm": "क्या आप वाकई \"{name}\" को हटाना चाहते हैं? यह क्रिया पूर्ववत नहीं की जा सकती।",
|
|
3004
|
+
"views": "Sidebar views",
|
|
3005
|
+
"knowledge_bases": "Knowledge Bases",
|
|
3006
|
+
"explorer": "Files",
|
|
3007
|
+
"kb_list": "Knowledge base list",
|
|
3008
|
+
"tag_view": "Tags",
|
|
3009
|
+
"open": "Open sidebar",
|
|
3010
|
+
"close": "Close sidebar",
|
|
3011
|
+
"local_workspace": "Local"
|
|
3012
|
+
},
|
|
3013
|
+
"sso": {
|
|
3014
|
+
"__mt": true,
|
|
3015
|
+
"title": "Single Sign-On",
|
|
3016
|
+
"description": "Configure SSO to let team members authenticate via your identity provider.",
|
|
3017
|
+
"enable_sso": "Enable SSO",
|
|
3018
|
+
"require_sso": "Require SSO for all members",
|
|
3019
|
+
"oidc": "OIDC / OAuth 2.0",
|
|
3020
|
+
"saml": "SAML 2.0",
|
|
3021
|
+
"provider": "Identity Provider",
|
|
3022
|
+
"custom_provider": "Custom",
|
|
3023
|
+
"issuer": "Issuer URL",
|
|
3024
|
+
"client_id": "Client ID",
|
|
3025
|
+
"client_secret": "Client Secret",
|
|
3026
|
+
"scopes": "Scopes",
|
|
3027
|
+
"idp_metadata_url": "IdP Metadata URL",
|
|
3028
|
+
"sp_entity_id": "SP Entity ID",
|
|
3029
|
+
"sp_acs_url": "ACS URL",
|
|
3030
|
+
"signing_cert": "Signing Certificate",
|
|
3031
|
+
"save": "Save SSO Configuration",
|
|
3032
|
+
"saved_success": "SSO configuration saved."
|
|
3033
|
+
},
|
|
3034
|
+
"stale_dmg": {
|
|
3035
|
+
"title": "पुरानी डिस्क इमेज साफ़ करें",
|
|
3036
|
+
"body": "पुराने Moraya डिस्क इमेज अभी भी माउंट हैं। उन्हें माउंट छोड़ने से \"इसके साथ खोलें\" मेनू में कई संस्करण दिखाई देते हैं। क्या उन्हें अभी निकालें?",
|
|
3037
|
+
"eject_all": "सभी निकालें",
|
|
3038
|
+
"skip": "अभी नहीं",
|
|
3039
|
+
"partial_failure": "कुछ डिस्क इमेज निकाली नहीं जा सकीं:"
|
|
3040
|
+
},
|
|
3041
|
+
"statusbar": {
|
|
3042
|
+
"words": "शब्द",
|
|
3043
|
+
"characters": "अक्षर",
|
|
3044
|
+
"format": "Markdown",
|
|
3045
|
+
"source_mode": "सोर्स",
|
|
3046
|
+
"visual_mode": "विज़ुअल",
|
|
3047
|
+
"split_mode": "स्प्लिट",
|
|
3048
|
+
"publish_workflow": "AI वर्कफ़्लो",
|
|
3049
|
+
"ai_tooltip": "AI"
|
|
3050
|
+
},
|
|
3051
|
+
"storage": {
|
|
3052
|
+
"__mt": true,
|
|
3053
|
+
"title": "Storage",
|
|
3054
|
+
"connected_providers": "Connected Providers",
|
|
3055
|
+
"connect_provider": "Connect Provider",
|
|
3056
|
+
"primary": "Primary",
|
|
3057
|
+
"set_primary": "Set as Primary",
|
|
3058
|
+
"remove": "Remove",
|
|
3059
|
+
"edit": "Edit",
|
|
3060
|
+
"verify": "Verify Connection",
|
|
3061
|
+
"verifying": "Verifying...",
|
|
3062
|
+
"verify_success": "Connection verified",
|
|
3063
|
+
"verify_failed": "Verification failed",
|
|
3064
|
+
"no_providers": "No storage providers connected.",
|
|
3065
|
+
"connect_prompt": "Connect your own cloud storage to keep full control of your data.",
|
|
3066
|
+
"picora_default": "Picora is your storage provider (Connect plan)",
|
|
3067
|
+
"upgrade_for_byoc": "Upgrade to Personal to connect your own storage.",
|
|
3068
|
+
"step_choose": "Choose Provider",
|
|
3069
|
+
"step_setup": "Setup Script",
|
|
3070
|
+
"step_credentials": "Enter Credentials",
|
|
3071
|
+
"step_verify": "Verify",
|
|
3072
|
+
"step_name": "Name & Save",
|
|
3073
|
+
"provider_label": "Provider",
|
|
3074
|
+
"bucket_label": "Bucket Name",
|
|
3075
|
+
"region_label": "Region",
|
|
3076
|
+
"access_key_label": "Access Key ID",
|
|
3077
|
+
"secret_key_label": "Secret Access Key",
|
|
3078
|
+
"role_arn_label": "Role ARN (for STS)",
|
|
3079
|
+
"account_id_label": "Account ID",
|
|
3080
|
+
"key_id_label": "Key ID",
|
|
3081
|
+
"application_key_label": "Application Key",
|
|
3082
|
+
"binding_label": "Display Name",
|
|
3083
|
+
"copy_script": "Copy Script",
|
|
3084
|
+
"copy_policy": "Copy Policy JSON",
|
|
3085
|
+
"copied": "Copied!",
|
|
3086
|
+
"back": "Back",
|
|
3087
|
+
"next": "Next",
|
|
3088
|
+
"save": "Save",
|
|
3089
|
+
"health_ok": "Healthy",
|
|
3090
|
+
"health_degraded": "Degraded",
|
|
3091
|
+
"health_failed": "Failed",
|
|
3092
|
+
"health_unknown": "Unknown",
|
|
3093
|
+
"access_denied": "Access denied.",
|
|
3094
|
+
"bucket_not_found": "Bucket not found.",
|
|
3095
|
+
"bucket_exists": "Bucket already exists.",
|
|
3096
|
+
"clock_skew": "System clock is out of sync. Please check your date/time settings.",
|
|
3097
|
+
"b2_no_sts_warning": "Backblaze B2 does not support STS. Credentials are stored in session only. Enable E2E encryption (v0.43) for better security.",
|
|
3098
|
+
"r2_token_info": "Create an API Token in Cloudflare Dashboard with R2 Read/Write permissions for this bucket."
|
|
3099
|
+
},
|
|
3100
|
+
"table": {
|
|
3101
|
+
"insert_row_above": "ऊपर पंक्ति डालें",
|
|
3102
|
+
"insert_row_below": "नीचे पंक्ति डालें",
|
|
3103
|
+
"delete_row": "पंक्ति हटाएँ",
|
|
3104
|
+
"insert_col_left": "बाएँ स्तंभ डालें",
|
|
3105
|
+
"insert_col_right": "दाएँ स्तंभ डालें",
|
|
3106
|
+
"delete_col": "स्तंभ हटाएँ",
|
|
3107
|
+
"align_left": "बाएँ संरेखित करें",
|
|
3108
|
+
"align_center": "केंद्र संरेखित करें",
|
|
3109
|
+
"align_right": "दाएँ संरेखित करें",
|
|
3110
|
+
"copy_table": "तालिका कॉपी करें",
|
|
3111
|
+
"format_table_source": "तालिका स्रोत फ़ॉर्मेट करें",
|
|
3112
|
+
"delete_table": "तालिका हटाएं",
|
|
3113
|
+
"copied": "तालिका कॉपी की गई",
|
|
3114
|
+
"formatted_copied": "फ़ॉर्मेटेड तालिका कॉपी की गई"
|
|
3115
|
+
},
|
|
3116
|
+
"tabs": {
|
|
3117
|
+
"external_change_title": "फ़ाइल बाहरी रूप से बदली गई",
|
|
3118
|
+
"external_change_msg": "\"{fileName}\" को Moraya के बाहर संशोधित किया गया है।",
|
|
3119
|
+
"keep_local": "स्थानीय परिवर्तन रखें",
|
|
3120
|
+
"load_from_disk": "डिस्क से लोड करें",
|
|
3121
|
+
"unsaved_title": "सहेजे नहीं गए परिवर्तन",
|
|
3122
|
+
"unsaved_msg": "\"{fileName}\" में सहेजे नहीं गए परिवर्तन हैं।",
|
|
3123
|
+
"save": "सहेजें",
|
|
3124
|
+
"discard": "छोड़ें",
|
|
3125
|
+
"new_tab": "New Tab",
|
|
3126
|
+
"close": "Close Tab",
|
|
3127
|
+
"close_others": "Close Other Tabs",
|
|
3128
|
+
"close_to_right": "Close Tabs to the Right",
|
|
3129
|
+
"close_all": "Close All Tabs",
|
|
3130
|
+
"dirty_confirm": "This tab has unsaved changes. Discard and close?",
|
|
3131
|
+
"discard_close": "Discard & Close",
|
|
3132
|
+
"readonly_banner": "Another tab is editing this note. This tab is read-only.",
|
|
3133
|
+
"takeover": "Take Over",
|
|
3134
|
+
"open_count": "tabs open",
|
|
3135
|
+
"no_tabs": "No open tabs",
|
|
3136
|
+
"upgrade_tabs": "Upgrade to Personal to open multiple tabs.",
|
|
3137
|
+
"rename": "Rename",
|
|
3138
|
+
"rename_placeholder": "Document name",
|
|
3139
|
+
"dirty_dot": "Unsaved changes"
|
|
3140
|
+
},
|
|
3141
|
+
"team": {
|
|
3142
|
+
"__mt": true,
|
|
3143
|
+
"title": "Team Knowledge Bases",
|
|
3144
|
+
"create": "New Team KB",
|
|
3145
|
+
"no_kbs": "You don't have any team knowledge bases yet.",
|
|
3146
|
+
"create_first": "Create your first team KB",
|
|
3147
|
+
"members": "members",
|
|
3148
|
+
"open": "Open",
|
|
3149
|
+
"settings": "Settings",
|
|
3150
|
+
"encryption_kms": "Cloud KMS (AI Review enabled)",
|
|
3151
|
+
"encryption_e2e": "E2E Encryption (AI Review disabled)",
|
|
3152
|
+
"wizard_title": "Create Team Knowledge Base",
|
|
3153
|
+
"step_info": "Name",
|
|
3154
|
+
"step_provider": "Storage",
|
|
3155
|
+
"step_members": "Members",
|
|
3156
|
+
"step_encryption": "Encryption",
|
|
3157
|
+
"step_confirm": "Confirm",
|
|
3158
|
+
"kb_name_label": "Team KB Name",
|
|
3159
|
+
"kb_name_placeholder": "e.g. Engineering Docs",
|
|
3160
|
+
"provider_label": "Provider",
|
|
3161
|
+
"bucket_label": "Bucket",
|
|
3162
|
+
"prefix_label": "Prefix (optional)",
|
|
3163
|
+
"invite_emails_label": "Email addresses (comma-separated)",
|
|
3164
|
+
"invite_role_label": "Role",
|
|
3165
|
+
"mode_kms_name": "Cloud KMS",
|
|
3166
|
+
"mode_kms_desc": "AI Review and server-side features enabled.",
|
|
3167
|
+
"mode_e2e_name": "End-to-End",
|
|
3168
|
+
"mode_e2e_desc": "Maximum privacy. AI Review not available.",
|
|
3169
|
+
"confirm_summary": "Confirm & Create",
|
|
3170
|
+
"creating": "Creating…",
|
|
3171
|
+
"create_kb": "Create Team KB"
|
|
3172
|
+
},
|
|
3173
|
+
"templates": {
|
|
3174
|
+
"gallery": {
|
|
3175
|
+
"title": "AI सहायक",
|
|
3176
|
+
"search": "टेम्पलेट खोजें...",
|
|
3177
|
+
"back": "पीछे",
|
|
3178
|
+
"start": "शुरू करें"
|
|
3179
|
+
},
|
|
3180
|
+
"my_templates": {
|
|
3181
|
+
"name": "मेरे टेम्पलेट",
|
|
3182
|
+
"desc": "आपके द्वारा आयातित या बनाए गए कस्टम टेम्पलेट"
|
|
3183
|
+
},
|
|
3184
|
+
"manage": {
|
|
3185
|
+
"title": "टेम्पलेट प्रबंधित करें",
|
|
3186
|
+
"import": "टेम्पलेट आयात करें",
|
|
3187
|
+
"export": "टेम्पलेट निर्यात करें",
|
|
3188
|
+
"manage": "टेम्पलेट प्रबंधित करें",
|
|
3189
|
+
"delete": "हटाएं",
|
|
3190
|
+
"delete_confirm": "पुष्टि करें?",
|
|
3191
|
+
"import_success": "{count} टेम्पलेट आयातित",
|
|
3192
|
+
"export_success": "टेम्पलेट सफलतापूर्वक निर्यात किए गए",
|
|
3193
|
+
"no_custom_templates": "अभी तक कोई कस्टम टेम्पलेट नहीं",
|
|
3194
|
+
"source_global": "वैश्विक",
|
|
3195
|
+
"source_kb": "ज्ञानकोष",
|
|
3196
|
+
"invalid_format": "अमान्य टेम्पलेट प्रारूप",
|
|
3197
|
+
"select_templates": "निर्यात के लिए टेम्पलेट चुनें"
|
|
3198
|
+
},
|
|
3199
|
+
"error": {
|
|
3200
|
+
"no_document": "कृपया पहले कुछ सामग्री लिखें",
|
|
3201
|
+
"no_selection": "कृपया पहले कुछ पाठ चुनें",
|
|
3202
|
+
"no_content": "कृपया पहले कुछ सामग्री लिखें या पाठ चुनें"
|
|
3203
|
+
},
|
|
3204
|
+
"writing": {
|
|
3205
|
+
"name": "लेखन",
|
|
3206
|
+
"desc": "AI-संचालित लेखन, संपादन और सारांश",
|
|
3207
|
+
"free": {
|
|
3208
|
+
"name": "स्वतंत्र लेखन",
|
|
3209
|
+
"desc": "विषय दर्ज करें और AI सामग्री जनरेट करे",
|
|
3210
|
+
"hint": "लेखन विषय या निर्देश दर्ज करें..."
|
|
3211
|
+
},
|
|
3212
|
+
"continue": {
|
|
3213
|
+
"name": "लिखना जारी रखें",
|
|
3214
|
+
"desc": "दस्तावेज़ के अंत से जारी रखें"
|
|
3215
|
+
},
|
|
3216
|
+
"outline": {
|
|
3217
|
+
"name": "रूपरेखा बनाएँ",
|
|
3218
|
+
"desc": "लेख की रूपरेखा तैयार करें",
|
|
3219
|
+
"hint": "लेख का विषय दर्ज करें..."
|
|
3220
|
+
},
|
|
3221
|
+
"summarize": {
|
|
3222
|
+
"name": "सारांश",
|
|
3223
|
+
"desc": "चयनित पाठ या पूरे दस्तावेज़ का सारांश बनाएँ"
|
|
3224
|
+
},
|
|
3225
|
+
"improve": {
|
|
3226
|
+
"name": "सुधारें",
|
|
3227
|
+
"desc": "लेखन की गुणवत्ता बढ़ाएँ"
|
|
3228
|
+
},
|
|
3229
|
+
"simplify": {
|
|
3230
|
+
"name": "सरल करें",
|
|
3231
|
+
"desc": "जटिल पाठ को सरल बनाएँ"
|
|
3232
|
+
},
|
|
3233
|
+
"expand": {
|
|
3234
|
+
"name": "विस्तार करें",
|
|
3235
|
+
"desc": "अधिक विवरण और स्पष्टीकरण जोड़ें"
|
|
3236
|
+
},
|
|
3237
|
+
"fix_grammar": {
|
|
3238
|
+
"name": "व्याकरण ठीक करें",
|
|
3239
|
+
"desc": "व्याकरण और वर्तनी की त्रुटियाँ ठीक करें"
|
|
3240
|
+
}
|
|
3241
|
+
},
|
|
3242
|
+
"translation": {
|
|
3243
|
+
"name": "अनुवाद",
|
|
3244
|
+
"desc": "बहु-भाषा अनुवाद और स्थानीयकरण",
|
|
3245
|
+
"auto": {
|
|
3246
|
+
"name": "स्मार्ट अनुवाद",
|
|
3247
|
+
"desc": "भाषा स्वतः पहचानें और अनुवाद करें"
|
|
3248
|
+
},
|
|
3249
|
+
"to_target": {
|
|
3250
|
+
"name": "अनुवाद करें...",
|
|
3251
|
+
"desc": "लक्ष्य भाषा चुनें और अनुवाद करें"
|
|
3252
|
+
},
|
|
3253
|
+
"explain": {
|
|
3254
|
+
"name": "अनुवाद और व्याख्या",
|
|
3255
|
+
"desc": "शब्द-दर-शब्द व्याख्या सहित अनुवाद करें"
|
|
3256
|
+
},
|
|
3257
|
+
"polish": {
|
|
3258
|
+
"name": "स्थानीयकरण",
|
|
3259
|
+
"desc": "अनुवाद को अधिक स्वाभाविक बनाएँ"
|
|
3260
|
+
},
|
|
3261
|
+
"compare": {
|
|
3262
|
+
"name": "बहु-संस्करण",
|
|
3263
|
+
"desc": "विभिन्न अनुवाद शैलियाँ प्रदान करें"
|
|
3264
|
+
},
|
|
3265
|
+
"target_lang": "लक्ष्य भाषा",
|
|
3266
|
+
"lang": {
|
|
3267
|
+
"en": "अंग्रेज़ी",
|
|
3268
|
+
"zh_cn": "सरलीकृत चीनी",
|
|
3269
|
+
"zh_hant": "पारंपरिक चीनी",
|
|
3270
|
+
"ja": "जापानी",
|
|
3271
|
+
"ko": "कोरियाई",
|
|
3272
|
+
"ar": "अरबी",
|
|
3273
|
+
"de": "जर्मन",
|
|
3274
|
+
"es": "स्पेनिश",
|
|
3275
|
+
"fr": "फ़्रेंच",
|
|
3276
|
+
"hi": "हिन्दी",
|
|
3277
|
+
"pt": "पुर्तगाली",
|
|
3278
|
+
"ru": "रूसी"
|
|
3279
|
+
}
|
|
3280
|
+
},
|
|
3281
|
+
"student": {
|
|
3282
|
+
"name": "अध्ययन सहायक",
|
|
3283
|
+
"desc": "सीखना, नोट्स लेना, अवधारणा समझना",
|
|
3284
|
+
"explain": {
|
|
3285
|
+
"name": "अवधारणा समझाएँ",
|
|
3286
|
+
"desc": "किसी अवधारणा को सरल शब्दों में समझाएँ",
|
|
3287
|
+
"hint": "समझाने के लिए अवधारणा दर्ज करें..."
|
|
3288
|
+
},
|
|
3289
|
+
"notes": {
|
|
3290
|
+
"name": "अध्ययन नोट्स",
|
|
3291
|
+
"desc": "सामग्री को संरचित नोट्स में व्यवस्थित करें"
|
|
3292
|
+
},
|
|
3293
|
+
"flashcard": {
|
|
3294
|
+
"name": "फ़्लैशकार्ड",
|
|
3295
|
+
"desc": "सामग्री से प्रश्न-उत्तर फ़्लैशकार्ड निकालें"
|
|
3296
|
+
},
|
|
3297
|
+
"mindmap": {
|
|
3298
|
+
"name": "माइंड मैप",
|
|
3299
|
+
"desc": "Markdown माइंड मैप जनरेट करें"
|
|
3300
|
+
},
|
|
3301
|
+
"essay_outline": {
|
|
3302
|
+
"name": "निबंध रूपरेखा",
|
|
3303
|
+
"desc": "निबंध की रूपरेखा तैयार करें",
|
|
3304
|
+
"hint": "निबंध का विषय दर्ज करें..."
|
|
3305
|
+
},
|
|
3306
|
+
"reading": {
|
|
3307
|
+
"name": "पठन विश्लेषण",
|
|
3308
|
+
"desc": "पाठ सामग्री का गहन विश्लेषण"
|
|
3309
|
+
},
|
|
3310
|
+
"formula": {
|
|
3311
|
+
"name": "सूत्र व्युत्पन्न",
|
|
3312
|
+
"desc": "गणित सूत्र व्युत्पन्न चरण दिखाएँ",
|
|
3313
|
+
"hint": "सूत्र का नाम या सामग्री दर्ज करें..."
|
|
3314
|
+
},
|
|
3315
|
+
"compare": {
|
|
3316
|
+
"name": "अवधारणा तुलना",
|
|
3317
|
+
"desc": "दो अवधारणाओं की साथ-साथ तुलना करें",
|
|
3318
|
+
"hint": "दो अवधारणाएँ दर्ज करें (जैसे, TCP vs UDP)..."
|
|
3319
|
+
}
|
|
3320
|
+
},
|
|
3321
|
+
"kids": {
|
|
3322
|
+
"name": "बच्चों की शिक्षा",
|
|
3323
|
+
"desc": "कहानियाँ, मज़ेदार शिक्षा, इंटरैक्टिव खेल",
|
|
3324
|
+
"story": {
|
|
3325
|
+
"name": "बच्चों की कहानी",
|
|
3326
|
+
"desc": "कीवर्ड से कहानी जनरेट करें",
|
|
3327
|
+
"hint": "कहानी के कीवर्ड दर्ज करें (जैसे, खरगोश जंगल साहसिक)..."
|
|
3328
|
+
},
|
|
3329
|
+
"poem": {
|
|
3330
|
+
"name": "बालगीत",
|
|
3331
|
+
"desc": "किसी विषय पर तुकबंदी बनाएँ",
|
|
3332
|
+
"hint": "विषय दर्ज करें..."
|
|
3333
|
+
},
|
|
3334
|
+
"why": {
|
|
3335
|
+
"name": "क्यों? क्यों? क्यों?",
|
|
3336
|
+
"desc": "AI अंतहीन 'क्यों' सवालों के जवाब देता है"
|
|
3337
|
+
},
|
|
3338
|
+
"alphabet": {
|
|
3339
|
+
"name": "वर्णमाला मज़ा",
|
|
3340
|
+
"desc": "इंटरैक्टिव अक्षर सीखना"
|
|
3341
|
+
},
|
|
3342
|
+
"math_game": {
|
|
3343
|
+
"name": "गणित खेल",
|
|
3344
|
+
"desc": "मज़ेदार इंटरैक्टिव अंकगणित"
|
|
3345
|
+
},
|
|
3346
|
+
"riddle": {
|
|
3347
|
+
"name": "पहेलियाँ",
|
|
3348
|
+
"desc": "AI बच्चों के लिए पहेलियाँ देता है"
|
|
3349
|
+
},
|
|
3350
|
+
"draw_text": {
|
|
3351
|
+
"name": "चित्र कथा",
|
|
3352
|
+
"desc": "एक दृश्य का वर्णन करें, AI कहानी लिखे",
|
|
3353
|
+
"hint": "एक दृश्य का वर्णन करें..."
|
|
3354
|
+
},
|
|
3355
|
+
"knowledge": {
|
|
3356
|
+
"name": "रोचक तथ्य",
|
|
3357
|
+
"desc": "प्रकृति, विज्ञान, पशु विश्वकोश"
|
|
3358
|
+
}
|
|
3359
|
+
},
|
|
3360
|
+
"marketing": {
|
|
3361
|
+
"name": "मार्केटिंग",
|
|
3362
|
+
"desc": "सोशल मीडिया, विज्ञापन और SEO कॉपीराइटिंग",
|
|
3363
|
+
"xiaohongshu": {
|
|
3364
|
+
"name": "Xiaohongshu पोस्ट",
|
|
3365
|
+
"desc": "लाइफ़स्टाइल-समीक्षा शैली की पोस्ट जनरेट करें",
|
|
3366
|
+
"hint": "उत्पाद या विषय दर्ज करें..."
|
|
3367
|
+
},
|
|
3368
|
+
"twitter": {
|
|
3369
|
+
"name": "Twitter/X पोस्ट",
|
|
3370
|
+
"desc": "ट्वीट-शैली सामग्री जनरेट करें",
|
|
3371
|
+
"hint": "विषय दर्ज करें..."
|
|
3372
|
+
},
|
|
3373
|
+
"slogan": {
|
|
3374
|
+
"name": "विज्ञापन नारा",
|
|
3375
|
+
"desc": "आकर्षक ब्रांड नारे जनरेट करें",
|
|
3376
|
+
"hint": "ब्रांड या उत्पाद दर्ज करें..."
|
|
3377
|
+
},
|
|
3378
|
+
"email": {
|
|
3379
|
+
"name": "मार्केटिंग ईमेल",
|
|
3380
|
+
"desc": "दर्शकों और टोन के अनुसार ईमेल कॉन्फ़िगर करें",
|
|
3381
|
+
"hint": "ईमेल सामग्री का वर्णन करें..."
|
|
3382
|
+
},
|
|
3383
|
+
"seo_article": {
|
|
3384
|
+
"name": "SEO लेख",
|
|
3385
|
+
"desc": "SEO-अनुकूलित सामग्री जनरेट करें",
|
|
3386
|
+
"hint": "लक्ष्य कीवर्ड दर्ज करें..."
|
|
3387
|
+
},
|
|
3388
|
+
"product_desc": {
|
|
3389
|
+
"name": "उत्पाद विवरण",
|
|
3390
|
+
"desc": "आकर्षक उत्पाद कॉपी जनरेट करें",
|
|
3391
|
+
"hint": "उत्पाद जानकारी दर्ज करें..."
|
|
3392
|
+
},
|
|
3393
|
+
"tone": "टोन",
|
|
3394
|
+
"tone.formal": "औपचारिक",
|
|
3395
|
+
"tone.friendly": "मित्रवत",
|
|
3396
|
+
"tone.urgent": "तत्काल",
|
|
3397
|
+
"tone.humorous": "हास्यपूर्ण"
|
|
3398
|
+
},
|
|
3399
|
+
"professional": {
|
|
3400
|
+
"name": "व्यावसायिक",
|
|
3401
|
+
"desc": "ईमेल, रिपोर्ट, बैठक नोट्स",
|
|
3402
|
+
"email": {
|
|
3403
|
+
"name": "व्यावसायिक ईमेल",
|
|
3404
|
+
"desc": "परिदृश्य और टोन के अनुसार ईमेल कॉन्फ़िगर करें",
|
|
3405
|
+
"hint": "ईमेल सामग्री का वर्णन करें..."
|
|
3406
|
+
},
|
|
3407
|
+
"meeting": {
|
|
3408
|
+
"name": "बैठक नोट्स",
|
|
3409
|
+
"desc": "नोट्स को औपचारिक कार्यवृत्त में व्यवस्थित करें"
|
|
3410
|
+
},
|
|
3411
|
+
"report": {
|
|
3412
|
+
"name": "कार्य रिपोर्ट",
|
|
3413
|
+
"desc": "साप्ताहिक/मासिक/तिमाही रिपोर्ट जनरेट करें",
|
|
3414
|
+
"hint": "रिपोर्ट के मुख्य बिंदु दर्ज करें..."
|
|
3415
|
+
},
|
|
3416
|
+
"review": {
|
|
3417
|
+
"name": "कोड रिव्यू",
|
|
3418
|
+
"desc": "कोड की समीक्षा करें और सुधार सुझाएँ"
|
|
3419
|
+
},
|
|
3420
|
+
"resume": {
|
|
3421
|
+
"name": "रिज़्यूमे पॉलिश",
|
|
3422
|
+
"desc": "STAR विधि से रिज़्यूमे अनुकूलित करें"
|
|
3423
|
+
},
|
|
3424
|
+
"prd": {
|
|
3425
|
+
"name": "PRD दस्तावेज़",
|
|
3426
|
+
"desc": "उत्पाद आवश्यकता दस्तावेज़ जनरेट करें",
|
|
3427
|
+
"hint": "सुविधा विवरण दर्ज करें..."
|
|
3428
|
+
},
|
|
3429
|
+
"tone": "टोन",
|
|
3430
|
+
"tone.concise": "संक्षिप्त",
|
|
3431
|
+
"report_type": "रिपोर्ट प्रकार",
|
|
3432
|
+
"report_type.weekly": "साप्ताहिक",
|
|
3433
|
+
"report_type.monthly": "मासिक",
|
|
3434
|
+
"report_type.quarterly": "तिमाही"
|
|
3435
|
+
},
|
|
3436
|
+
"personal": {
|
|
3437
|
+
"name": "व्यक्तिगत विकास",
|
|
3438
|
+
"desc": "डायरी, लक्ष्य, निर्णय लेना",
|
|
3439
|
+
"journal": {
|
|
3440
|
+
"name": "डायरी सहायक",
|
|
3441
|
+
"desc": "मार्गदर्शित डायरी लेखन और चिंतन",
|
|
3442
|
+
"hint": "आज क्या हुआ?..."
|
|
3443
|
+
},
|
|
3444
|
+
"goal": {
|
|
3445
|
+
"name": "लक्ष्य विभाजन",
|
|
3446
|
+
"desc": "लक्ष्यों को कार्रवाई योग्य चरणों में विभाजित करें",
|
|
3447
|
+
"hint": "अपना लक्ष्य दर्ज करें..."
|
|
3448
|
+
},
|
|
3449
|
+
"habit": {
|
|
3450
|
+
"name": "आदत निर्माता",
|
|
3451
|
+
"desc": "आदत-निर्माण योजना बनाएँ",
|
|
3452
|
+
"hint": "वह आदत दर्ज करें जो आप बनाना चाहते हैं..."
|
|
3453
|
+
},
|
|
3454
|
+
"decision": {
|
|
3455
|
+
"name": "निर्णय विश्लेषण",
|
|
3456
|
+
"desc": "निर्णयों के लिए लाभ/हानि विश्लेषण",
|
|
3457
|
+
"hint": "अपने विकल्पों का वर्णन करें..."
|
|
3458
|
+
},
|
|
3459
|
+
"book_notes": {
|
|
3460
|
+
"name": "पुस्तक नोट्स",
|
|
3461
|
+
"desc": "सामग्री को पठन नोट्स में व्यवस्थित करें"
|
|
3462
|
+
}
|
|
3463
|
+
},
|
|
3464
|
+
"games_cn": {
|
|
3465
|
+
"name": "चीनी खेल",
|
|
3466
|
+
"desc": "कविता खेल, मुहावरा श्रृंखला, पहेलियाँ",
|
|
3467
|
+
"feihualing": {
|
|
3468
|
+
"name": "कविता चुनौती",
|
|
3469
|
+
"desc": "दिए गए अक्षर वाली कविताएँ बारी-बारी सुनाएँ"
|
|
3470
|
+
},
|
|
3471
|
+
"chengyu_chain": {
|
|
3472
|
+
"name": "मुहावरा श्रृंखला",
|
|
3473
|
+
"desc": "अंतिम/पहले अक्षर से मुहावरे जोड़ें"
|
|
3474
|
+
},
|
|
3475
|
+
"riddle": {
|
|
3476
|
+
"name": "पहेलियाँ",
|
|
3477
|
+
"desc": "AI सुराग देता है, आप उत्तर बताएँ"
|
|
3478
|
+
},
|
|
3479
|
+
"lantern_riddle": {
|
|
3480
|
+
"name": "लालटेन पहेलियाँ",
|
|
3481
|
+
"desc": "अक्षर-आधारित पहेली पज़ल"
|
|
3482
|
+
},
|
|
3483
|
+
"poetry_fill": {
|
|
3484
|
+
"name": "कविता रिक्त स्थान",
|
|
3485
|
+
"desc": "कविताओं से छूटे शब्द भरें"
|
|
3486
|
+
},
|
|
3487
|
+
"story_chain": {
|
|
3488
|
+
"name": "कहानी श्रृंखला",
|
|
3489
|
+
"desc": "बारी-बारी कहानी आगे बढ़ाएँ"
|
|
3490
|
+
},
|
|
3491
|
+
"character_game": {
|
|
3492
|
+
"name": "अक्षर अनुमान",
|
|
3493
|
+
"desc": "सुरागों से चीनी अक्षर का अनुमान लगाएँ"
|
|
3494
|
+
},
|
|
3495
|
+
"brain_teaser": {
|
|
3496
|
+
"name": "दिमागी पहेलियाँ",
|
|
3497
|
+
"desc": "मज़ेदार दिमागी पहेली पज़ल"
|
|
3498
|
+
},
|
|
3499
|
+
"couplet": {
|
|
3500
|
+
"name": "दोहे",
|
|
3501
|
+
"desc": "AI पहली पंक्ति देता है, आप मिलाएँ"
|
|
3502
|
+
},
|
|
3503
|
+
"word_explain": {
|
|
3504
|
+
"name": "शब्द बूझो",
|
|
3505
|
+
"desc": "AI वर्णन करता है, आप शब्द बताएँ"
|
|
3506
|
+
},
|
|
3507
|
+
"ancient_text": {
|
|
3508
|
+
"name": "शास्त्रीय चीनी",
|
|
3509
|
+
"desc": "शास्त्रीय को आधुनिक चीनी में अनुवाद करें"
|
|
3510
|
+
},
|
|
3511
|
+
"homophone": {
|
|
3512
|
+
"name": "समध्वनि शब्द",
|
|
3513
|
+
"desc": "समध्वनि श्लेष चुनौती"
|
|
3514
|
+
}
|
|
3515
|
+
},
|
|
3516
|
+
"games_en": {
|
|
3517
|
+
"name": "अंग्रेज़ी खेल",
|
|
3518
|
+
"desc": "Word Chain, Hangman, Trivia और अधिक",
|
|
3519
|
+
"word_chain": {
|
|
3520
|
+
"name": "Word Chain",
|
|
3521
|
+
"desc": "अंतिम अक्षर से अगला शब्द शुरू करें"
|
|
3522
|
+
},
|
|
3523
|
+
"twenty_questions": {
|
|
3524
|
+
"name": "20 Questions",
|
|
3525
|
+
"desc": "20 हाँ/नहीं सवालों में वस्तु का अनुमान लगाएँ"
|
|
3526
|
+
},
|
|
3527
|
+
"hangman": {
|
|
3528
|
+
"name": "Hangman",
|
|
3529
|
+
"desc": "अक्षर-दर-अक्षर शब्द का अनुमान लगाएँ"
|
|
3530
|
+
},
|
|
3531
|
+
"story_builder": {
|
|
3532
|
+
"name": "Story Builder",
|
|
3533
|
+
"desc": "बारी-बारी कहानी बनाएँ"
|
|
3534
|
+
},
|
|
3535
|
+
"word_association": {
|
|
3536
|
+
"name": "Word Association",
|
|
3537
|
+
"desc": "मुक्त साहचर्य शब्द श्रृंखला"
|
|
3538
|
+
},
|
|
3539
|
+
"riddles": {
|
|
3540
|
+
"name": "Riddles",
|
|
3541
|
+
"desc": "अंग्रेज़ी पहेलियाँ हल करें"
|
|
3542
|
+
},
|
|
3543
|
+
"trivia": {
|
|
3544
|
+
"name": "Trivia Quiz",
|
|
3545
|
+
"desc": "सामान्य ज्ञान प्रश्न"
|
|
3546
|
+
},
|
|
3547
|
+
"rhyme_time": {
|
|
3548
|
+
"name": "Rhyme Time",
|
|
3549
|
+
"desc": "तुकबंदी शब्दों से कहानियाँ बनाएँ"
|
|
3550
|
+
},
|
|
3551
|
+
"acronym": {
|
|
3552
|
+
"name": "Acronym Game",
|
|
3553
|
+
"desc": "यादृच्छिक संक्षिप्त रूपों के अर्थ बनाएँ"
|
|
3554
|
+
},
|
|
3555
|
+
"taboo": {
|
|
3556
|
+
"name": "Taboo",
|
|
3557
|
+
"desc": "वर्जित शब्दों के बिना वर्णन करें"
|
|
3558
|
+
},
|
|
3559
|
+
"sentence_builder": {
|
|
3560
|
+
"name": "Sentence Builder",
|
|
3561
|
+
"desc": "दिए गए शब्दों से सबसे लंबा वाक्य बनाएँ"
|
|
3562
|
+
},
|
|
3563
|
+
"emoji_story": {
|
|
3564
|
+
"name": "Emoji Story",
|
|
3565
|
+
"desc": "इमोजी का उपयोग करके कहानियाँ सुनाएँ"
|
|
3566
|
+
}
|
|
3567
|
+
},
|
|
3568
|
+
"quiz": {
|
|
3569
|
+
"name": "प्रश्नोत्तरी और अभ्यास",
|
|
3570
|
+
"desc": "AI-जनरेटेड प्रश्न स्कोरिंग सहित",
|
|
3571
|
+
"practice": {
|
|
3572
|
+
"name": "सार्वभौमिक प्रश्नोत्तरी",
|
|
3573
|
+
"desc": "विषय और कठिनाई चुनें, AI आपसे प्रश्न पूछता है"
|
|
3574
|
+
},
|
|
3575
|
+
"direction": "विषय",
|
|
3576
|
+
"dir": {
|
|
3577
|
+
"programming": "प्रोग्रामिंग",
|
|
3578
|
+
"math": "गणित",
|
|
3579
|
+
"english": "अंग्रेज़ी",
|
|
3580
|
+
"science": "विज्ञान",
|
|
3581
|
+
"history": "इतिहास",
|
|
3582
|
+
"interview": "साक्षात्कार तैयारी",
|
|
3583
|
+
"custom": "कस्टम विषय"
|
|
3584
|
+
},
|
|
3585
|
+
"difficulty": "कठिनाई",
|
|
3586
|
+
"diff": {
|
|
3587
|
+
"easy": "आसान",
|
|
3588
|
+
"medium": "मध्यम",
|
|
3589
|
+
"hard": "कठिन"
|
|
3590
|
+
}
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3593
|
+
"theme": {
|
|
3594
|
+
"__mt": true,
|
|
3595
|
+
"title": "Appearance",
|
|
3596
|
+
"mode_title": "Color Mode",
|
|
3597
|
+
"mode_light": "Light",
|
|
3598
|
+
"mode_dark": "Dark",
|
|
3599
|
+
"mode_system": "System",
|
|
3600
|
+
"custom_title": "Custom Themes",
|
|
3601
|
+
"custom_new": "New Theme",
|
|
3602
|
+
"custom_export": "Export",
|
|
3603
|
+
"custom_import": "Import",
|
|
3604
|
+
"custom_delete": "Delete",
|
|
3605
|
+
"custom_activate": "Activate",
|
|
3606
|
+
"custom_deactivate": "Deactivate",
|
|
3607
|
+
"custom_edit": "Edit",
|
|
3608
|
+
"editor_title": "Theme Editor",
|
|
3609
|
+
"name_label": "Theme Name",
|
|
3610
|
+
"no_custom": "No custom themes yet. Create one below.",
|
|
3611
|
+
"groups_base": "Base Colors",
|
|
3612
|
+
"groups_editor": "Editor",
|
|
3613
|
+
"groups_ui": "UI Components",
|
|
3614
|
+
"groups_code": "Code Block",
|
|
3615
|
+
"saved": "Save",
|
|
3616
|
+
"import_error": "Invalid theme file. Please use a valid Moraya theme JSON."
|
|
3617
|
+
},
|
|
3618
|
+
"titlebar": {
|
|
3619
|
+
"unsaved": "सहेजा नहीं गया",
|
|
3620
|
+
"minimize": "छोटा करें",
|
|
3621
|
+
"maximize": "बड़ा करें",
|
|
3622
|
+
"close": "बंद करें",
|
|
3623
|
+
"new_file": "नई फ़ाइल",
|
|
3624
|
+
"open_file": "फ़ाइल खोलें..."
|
|
3625
|
+
},
|
|
3626
|
+
"transcription": {
|
|
3627
|
+
"title": "ट्रांसक्रिप्शन",
|
|
3628
|
+
"recording": "रिकॉर्डिंग",
|
|
3629
|
+
"connecting": "कनेक्ट हो रहा है...",
|
|
3630
|
+
"paused": "रुका हुआ",
|
|
3631
|
+
"stopping": "रोक रहा है...",
|
|
3632
|
+
"idle": "तैयार",
|
|
3633
|
+
"start": "शुरू करें",
|
|
3634
|
+
"stop": "रोकें",
|
|
3635
|
+
"pause": "रोकें",
|
|
3636
|
+
"resume": "जारी रखें",
|
|
3637
|
+
"back": "चैट पर वापस जाएँ",
|
|
3638
|
+
"empty_idle": "रिकॉर्डिंग और ट्रांसक्रिप्शन शुरू करने के लिए शुरू करें पर क्लिक करें।",
|
|
3639
|
+
"empty_waiting": "भाषण की प्रतीक्षा...",
|
|
3640
|
+
"summarize_with_ai": "AI से सारांश बनाएँ",
|
|
3641
|
+
"save_as_doc": "दस्तावेज़ के रूप में सहेजें",
|
|
3642
|
+
"summarize_prompt": "कृपया निम्नलिखित ट्रांसक्रिप्ट से बैठक का सारांश तैयार करें। मुख्य चर्चा बिंदुओं, लिए गए निर्णयों और कार्रवाई मदों की पहचान करें। Markdown के रूप में प्रारूपित करें।",
|
|
3643
|
+
"no_speech_config": "कोई स्पीच प्रदाता कॉन्फ़िगर नहीं है। कृपया सेटिंग्स → आवाज़ में एक जोड़ें।",
|
|
3644
|
+
"no_speech_config_hint": "स्पीच प्रदाता (जैसे Deepgram) जोड़ने के लिए सेटिंग्स → आवाज़ पर जाएँ।",
|
|
3645
|
+
"go_to_voice_settings": "आवाज़ सेटिंग्स खोलें"
|
|
3646
|
+
},
|
|
3647
|
+
"update": {
|
|
3648
|
+
"title": "संस्करण जानकारी",
|
|
3649
|
+
"current_version": "वर्तमान संस्करण",
|
|
3650
|
+
"latest_version": "नवीनतम संस्करण",
|
|
3651
|
+
"checking": "अपडेट की जाँच हो रही है...",
|
|
3652
|
+
"up_to_date": "आप नवीनतम संस्करण चला रहे हैं!",
|
|
3653
|
+
"check_failed": "अपडेट जाँच विफल",
|
|
3654
|
+
"release_notes": "नया क्या है",
|
|
3655
|
+
"no_asset": "आपके प्लेटफ़ॉर्म के लिए कोई इंस्टॉलर उपलब्ध नहीं है। कृपया मैन्युअल रूप से डाउनलोड करें।",
|
|
3656
|
+
"upgrade": "अपग्रेड करें",
|
|
3657
|
+
"retry": "पुनः प्रयास करें",
|
|
3658
|
+
"view_release": "रिलीज़ देखें",
|
|
3659
|
+
"downloading": "डाउनलोड हो रहा है...",
|
|
3660
|
+
"download_failed": "डाउनलोड विफल",
|
|
3661
|
+
"install_launched": "इंस्टॉलर लॉन्च हो गया। Moraya शीघ्र ही बंद होगा।",
|
|
3662
|
+
"new_version_available": "नया संस्करण उपलब्ध है! अपग्रेड करने के लिए क्लिक करें।"
|
|
3663
|
+
},
|
|
3664
|
+
"voice": {
|
|
3665
|
+
"__mt": true,
|
|
3666
|
+
"title": "Voice Capture",
|
|
3667
|
+
"provider": "Provider",
|
|
3668
|
+
"language": "Language",
|
|
3669
|
+
"doubao": "Doubao (Realtime)",
|
|
3670
|
+
"start": "Record",
|
|
3671
|
+
"stop": "Stop",
|
|
3672
|
+
"processing": "Processing...",
|
|
3673
|
+
"transcript": "Transcript",
|
|
3674
|
+
"words": "words",
|
|
3675
|
+
"structurize": "AI Structurize",
|
|
3676
|
+
"view_history": "View History",
|
|
3677
|
+
"untitled": "Untitled",
|
|
3678
|
+
"key_points": "Key Points",
|
|
3679
|
+
"action_items": "Action Items",
|
|
3680
|
+
"save_note": "Save Note",
|
|
3681
|
+
"discard": "Discard",
|
|
3682
|
+
"quota_exceeded": "Monthly voice quota exceeded. Upgrade or wait until next month.",
|
|
3683
|
+
"quota_near": "You are near your monthly voice limit.",
|
|
3684
|
+
"history": {
|
|
3685
|
+
"title": "Voice History",
|
|
3686
|
+
"new_capture": "+ New Recording",
|
|
3687
|
+
"search_placeholder": "Search transcripts...",
|
|
3688
|
+
"no_results": "No transcripts match your search.",
|
|
3689
|
+
"empty": "No recordings yet. Start capturing your voice!",
|
|
3690
|
+
"reprocess": "Re-process",
|
|
3691
|
+
"delete": "Delete"
|
|
3692
|
+
}
|
|
3693
|
+
},
|
|
3694
|
+
"welcome": {
|
|
3695
|
+
"title": "Moraya में आपका स्वागत है",
|
|
3696
|
+
"subtitle": "एक न्यूनतम, AI-सक्षम Markdown एडिटर।",
|
|
3697
|
+
"features_title": "विशेषताएँ",
|
|
3698
|
+
"feature_wysiwyg": "**WYSIWYG** Markdown संपादन",
|
|
3699
|
+
"feature_math": "गणित सूत्र समर्थन: $E = mc^2$",
|
|
3700
|
+
"feature_themes": "डार्क और लाइट थीम",
|
|
3701
|
+
"feature_ai": "AI-संचालित लेखन सहायक",
|
|
3702
|
+
"feature_mcp": "प्रकाशन और सिंक के लिए MCP प्रोटोकॉल",
|
|
3703
|
+
"feature_lightweight": "हल्का (~5MB इंस्टॉलर)",
|
|
3704
|
+
"math_title": "गणित उदाहरण",
|
|
3705
|
+
"code_title": "कोड उदाहरण",
|
|
3706
|
+
"table_title": "तालिका उदाहरण",
|
|
3707
|
+
"table_feature": "विशेषता",
|
|
3708
|
+
"table_status": "स्थिति",
|
|
3709
|
+
"table_done": "पूर्ण",
|
|
3710
|
+
"start_writing": "यहाँ अपने विचार लिखना शुरू करें...",
|
|
3711
|
+
"tip": "**सुझाव:** AI सहायक पैनल टॉगल करने के लिए `Cmd+I` दबाएँ।",
|
|
3712
|
+
"shortcuts_title": "कीबोर्ड शॉर्टकट",
|
|
3713
|
+
"shortcut_save": "`Cmd+S` — दस्तावेज़ सहेजें",
|
|
3714
|
+
"shortcut_open": "`Cmd+O` — फ़ाइल खोलें",
|
|
3715
|
+
"shortcut_new": "`Cmd+N` — नया दस्तावेज़",
|
|
3716
|
+
"shortcut_toggle_mode": "`Cmd+/` — विज़ुअल/सोर्स मोड टॉगल करें",
|
|
3717
|
+
"shortcut_split_mode": "`Cmd+Shift+/` — स्प्लिट मोड टॉगल करें",
|
|
3718
|
+
"shortcut_sidebar": "`Cmd+\\` — साइडबार टॉगल करें",
|
|
3719
|
+
"shortcut_settings": "`Cmd+,` — सेटिंग्स खोलें",
|
|
3720
|
+
"shortcut_ai": "`Cmd+Shift+I` — AI पैनल टॉगल करें",
|
|
3721
|
+
"shortcut_export": "`Cmd+Shift+E` — HTML के रूप में निर्यात करें",
|
|
3722
|
+
"blockquote_title": "उद्धरण उदाहरण",
|
|
3723
|
+
"blockquote_content": "लिखने की कला उसे खोजने की कला है जिसमें आप विश्वास करते हैं। — गुस्ताव फ़्लॉबेर",
|
|
3724
|
+
"advanced_math_title": "उन्नत गणित",
|
|
3725
|
+
"list_title": "नेस्टेड सूची उदाहरण",
|
|
3726
|
+
"list_item1": "शुरुआत करें",
|
|
3727
|
+
"list_item1a": "ऐप्लिकेशन इंस्टॉल करें",
|
|
3728
|
+
"list_item1b": "अपनी प्राथमिकताएँ कॉन्फ़िगर करें",
|
|
3729
|
+
"list_item1c": "लिखना शुरू करें",
|
|
3730
|
+
"list_item2": "उन्नत विशेषताएँ",
|
|
3731
|
+
"list_item2a": "AI-संचालित लेखन सहायता",
|
|
3732
|
+
"list_item2b": "MCP प्रोटोकॉल एकीकरण",
|
|
3733
|
+
"list_item2c": "विभिन्न निर्यात प्रारूप",
|
|
3734
|
+
"list_item3": "अनुकूलन",
|
|
3735
|
+
"list_item3a": "थीम और रूप-रंग",
|
|
3736
|
+
"list_item3b": "एडिटर सेटिंग्स",
|
|
3737
|
+
"list_item3c": "कीबोर्ड शॉर्टकट",
|
|
3738
|
+
"paragraph_title": "Moraya के बारे में",
|
|
3739
|
+
"paragraph1": "Moraya एक आधुनिक, हल्का Markdown एडिटर है जो Rust और Tauri के साथ बनाया गया है। यह टेक्स्ट एडिटर की सरलता को WYSIWYG इंटरफ़ेस की शक्ति के साथ जोड़ता है, आपको दोनों दुनिया का सर्वश्रेष्ठ देता है।",
|
|
3740
|
+
"paragraph2": "\"Moraya\" नाम \"mora\" (लैटिन में \"एक क्षण\") और \"ya\" (चीनी में \"सुंदरता\") को मिलाकर बना है, जो लेखन के सुंदर क्षणों का प्रतीक है।",
|
|
3741
|
+
"paragraph3": "चाहे आप तकनीकी दस्तावेज़, ब्लॉग पोस्ट, शैक्षणिक पेपर, या व्यक्तिगत नोट्स लिख रहे हों, Moraya एक विचलन-मुक्त वातावरण प्रदान करता है जो आपको सबसे महत्वपूर्ण चीज़ पर ध्यान केंद्रित करने देता है — आपकी सामग्री।",
|
|
3742
|
+
"hr_title": "क्षैतिज रेखाएँ",
|
|
3743
|
+
"hr_description": "आप अपने दस्तावेज़ के विभिन्न अनुभागों को अलग करने के लिए क्षैतिज रेखाओं का उपयोग कर सकते हैं:"
|
|
3744
|
+
},
|
|
3745
|
+
"workflow": {
|
|
3746
|
+
"title": "AI वर्कफ़्लो",
|
|
3747
|
+
"seo_step": "SEO अनुकूलन",
|
|
3748
|
+
"image_gen_step": "AI चित्र",
|
|
3749
|
+
"publish_step": "प्रकाशन",
|
|
3750
|
+
"publish_desc": "लक्ष्य प्लेटफ़ॉर्म पर पुश करें",
|
|
3751
|
+
"optional_above": "ऊपर के चरण वैकल्पिक हैं",
|
|
3752
|
+
"select_targets": "प्रकाशन लक्ष्य चुनें",
|
|
3753
|
+
"confirm_publish": "प्रकाशित करें",
|
|
3754
|
+
"publishing": "प्रकाशित हो रहा है...",
|
|
3755
|
+
"publish_success": "सफलतापूर्वक प्रकाशित!",
|
|
3756
|
+
"publish_failed": "प्रकाशन विफल",
|
|
3757
|
+
"mcp_entry": "AI MCP",
|
|
3758
|
+
"mcp_server_count": "सेवाएँ कनेक्ट हैं",
|
|
3759
|
+
"mcp_tool_count": "टूल",
|
|
3760
|
+
"list": {
|
|
3761
|
+
"title": "Workflows",
|
|
3762
|
+
"new_workflow": "New Workflow",
|
|
3763
|
+
"empty_state": "Automate your notes with AI workflows",
|
|
3764
|
+
"no_workflows": "No workflows yet",
|
|
3765
|
+
"run_now": "Run Now",
|
|
3766
|
+
"last_run": "Last run",
|
|
3767
|
+
"never_run": "Never run",
|
|
3768
|
+
"enable": "Enable",
|
|
3769
|
+
"disable": "Disable",
|
|
3770
|
+
"delete": "Delete",
|
|
3771
|
+
"confirm_delete": "Delete this workflow?",
|
|
3772
|
+
"locked_custom": "Custom workflows require Personal plan or above"
|
|
3773
|
+
},
|
|
3774
|
+
"trigger": {
|
|
3775
|
+
"cron": "Scheduled",
|
|
3776
|
+
"manual": "Manual",
|
|
3777
|
+
"note_event": "Note Event",
|
|
3778
|
+
"webhook": "Webhook"
|
|
3779
|
+
},
|
|
3780
|
+
"status": {
|
|
3781
|
+
"running": "Running",
|
|
3782
|
+
"completed": "Completed",
|
|
3783
|
+
"failed": "Failed",
|
|
3784
|
+
"paused": "Paused",
|
|
3785
|
+
"cancelled": "Cancelled",
|
|
3786
|
+
"enabled": "Enabled",
|
|
3787
|
+
"disabled": "Disabled"
|
|
3788
|
+
},
|
|
3789
|
+
"edit": {
|
|
3790
|
+
"title_new": "New Workflow",
|
|
3791
|
+
"title_edit": "Edit Workflow",
|
|
3792
|
+
"save": "Save",
|
|
3793
|
+
"run": "Run",
|
|
3794
|
+
"cancel": "Cancel",
|
|
3795
|
+
"yaml_label": "Workflow YAML",
|
|
3796
|
+
"yaml_placeholder": "Enter workflow YAML...",
|
|
3797
|
+
"nodes_label": "Nodes",
|
|
3798
|
+
"valid": "Valid",
|
|
3799
|
+
"invalid": "Invalid",
|
|
3800
|
+
"engine_client": "Client Engine",
|
|
3801
|
+
"engine_server": "Server Engine (KMS required)",
|
|
3802
|
+
"unsaved_changes": "You have unsaved changes"
|
|
3803
|
+
},
|
|
3804
|
+
"history": {
|
|
3805
|
+
"title": "Execution History",
|
|
3806
|
+
"no_runs": "No runs yet",
|
|
3807
|
+
"trigger": "Trigger",
|
|
3808
|
+
"started": "Started",
|
|
3809
|
+
"duration": "Duration",
|
|
3810
|
+
"status": "Status",
|
|
3811
|
+
"workflow": "Workflow",
|
|
3812
|
+
"node_results": "Node Results",
|
|
3813
|
+
"node_id": "Node",
|
|
3814
|
+
"error_detail": "Error"
|
|
3815
|
+
},
|
|
3816
|
+
"market": {
|
|
3817
|
+
"title": "Workflow Templates",
|
|
3818
|
+
"templates": "Built-in Templates",
|
|
3819
|
+
"use_template": "Use Template",
|
|
3820
|
+
"export": "Export Workflow",
|
|
3821
|
+
"export_select": "Select workflow to export",
|
|
3822
|
+
"import": "Import Workflow",
|
|
3823
|
+
"import_placeholder": "Paste workflow YAML here...",
|
|
3824
|
+
"import_btn": "Import",
|
|
3825
|
+
"import_success": "Workflow imported successfully",
|
|
3826
|
+
"import_error": "Invalid workflow YAML",
|
|
3827
|
+
"search_placeholder": "Search templates..."
|
|
3828
|
+
},
|
|
3829
|
+
"templates": {
|
|
3830
|
+
"daily_summary": {
|
|
3831
|
+
"name": "Daily Summary",
|
|
3832
|
+
"description": "Automatically summarize your notes every evening"
|
|
3833
|
+
},
|
|
3834
|
+
"note_translation": {
|
|
3835
|
+
"name": "Note Translation",
|
|
3836
|
+
"description": "Translate notes to another language on demand"
|
|
3837
|
+
},
|
|
3838
|
+
"auto_tagging": {
|
|
3839
|
+
"name": "Auto Tagging",
|
|
3840
|
+
"description": "Automatically tag newly created notes with AI"
|
|
3841
|
+
},
|
|
3842
|
+
"weekly_review": {
|
|
3843
|
+
"name": "Weekly Review",
|
|
3844
|
+
"description": "Generate a weekly reflection every Sunday evening"
|
|
3845
|
+
},
|
|
3846
|
+
"knowledge_graph": {
|
|
3847
|
+
"name": "Knowledge Graph",
|
|
3848
|
+
"description": "Extract entities and relationships from all notes"
|
|
3849
|
+
}
|
|
3850
|
+
},
|
|
3851
|
+
"nodes": {
|
|
3852
|
+
"ai_call": "AI Call",
|
|
3853
|
+
"rag_search": "RAG Search",
|
|
3854
|
+
"transform": "Transform",
|
|
3855
|
+
"if": "Condition",
|
|
3856
|
+
"notes_write": "Write Note",
|
|
3857
|
+
"notify": "Notify",
|
|
3858
|
+
"tool_call": "Tool Call"
|
|
3859
|
+
},
|
|
3860
|
+
"quota": {
|
|
3861
|
+
"exceeded": "Workflow quota exceeded",
|
|
3862
|
+
"daily_limit": "Daily run limit reached",
|
|
3863
|
+
"ai_quota": "AI call quota exceeded"
|
|
3864
|
+
},
|
|
3865
|
+
"safety": {
|
|
3866
|
+
"write_permission_title": "Allow Workflow to Write Notes?",
|
|
3867
|
+
"write_permission_body": "Workflow \"{{ name }}\" wants to create or modify notes.",
|
|
3868
|
+
"allow_once": "Allow Once",
|
|
3869
|
+
"allow_always": "Always Allow",
|
|
3870
|
+
"deny": "Deny"
|
|
3871
|
+
}
|
|
3872
|
+
}
|
|
3873
|
+
}
|