i18n support
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"pageAssist": "Page Assist",
|
||||
"selectAModel": "Select a Model",
|
||||
"save": "Save",
|
||||
"saved": "Saved",
|
||||
"cancel": "Cancel",
|
||||
@@ -45,5 +47,6 @@
|
||||
},
|
||||
"submit": "Submit",
|
||||
"noData": "No data",
|
||||
"noHistory": "No chat history"
|
||||
"noHistory": "No chat history",
|
||||
"chatWithCurrentPage": "Chat with current page"
|
||||
}
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"newChat": "New Chat",
|
||||
"selectAModel": "Select a Model",
|
||||
"selectAPrompt": "Select a Prompt",
|
||||
"githubRepository": "GitHub Repository",
|
||||
"settings": "Settings",
|
||||
@@ -9,207 +8,5 @@
|
||||
"somethingWentWrong": "Something went wrong",
|
||||
"validationSelectModel": "Please select a model to continue",
|
||||
"deleteHistoryConfirmation": "Are you sure you want to delete this history?",
|
||||
"editHistoryTitle": "Enter a new title",
|
||||
"generalSettings": {
|
||||
"title": "General Settings",
|
||||
"heading": "Web UI Settings",
|
||||
"settings": {
|
||||
"speechRecognitionLang": {
|
||||
"label": "Speech Recognition Language",
|
||||
"placeholder": "Select a language"
|
||||
},
|
||||
"language": {
|
||||
"label": "Language",
|
||||
"placeholder": "Select a language"
|
||||
},
|
||||
"darkMode": {
|
||||
"label": "Change Theme",
|
||||
"options": {
|
||||
"light": "Light",
|
||||
"dark": "Dark"
|
||||
}
|
||||
},
|
||||
"searchMode": {
|
||||
"label": "Perform Simple Internet Search"
|
||||
},
|
||||
"deleteChatHistory": {
|
||||
"label": "Delete Chat History",
|
||||
"button": "Delete",
|
||||
"confirm": "Are you sure you want to delete your chat history? This action cannot be undone."
|
||||
}
|
||||
}
|
||||
},
|
||||
"manageModels": {
|
||||
"title": "Manage Models",
|
||||
"addBtn": "Add New Model",
|
||||
"columns": {
|
||||
"name": "Name",
|
||||
"digest": "Digest",
|
||||
"modifiedAt": "Modified At",
|
||||
"size": "Size",
|
||||
"actions": "Actions"
|
||||
},
|
||||
"expandedColumns": {
|
||||
"parentModel": "Parent Model",
|
||||
"format": "Format",
|
||||
"family": "Family",
|
||||
"parameterSize": "Parameter Size",
|
||||
"quantizationLevel": "Quantization Level"
|
||||
},
|
||||
"tooltip": {
|
||||
"delete": "Delete Model",
|
||||
"repull": "Re-Pull Model"
|
||||
},
|
||||
"confirm": {
|
||||
"delete": "Are you sure you want to delete this model?",
|
||||
"repull": "Are you sure you want to re-pull this model?"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Add New Model",
|
||||
"placeholder": "Enter Model Name",
|
||||
"pull": "Pull Model"
|
||||
},
|
||||
"notification": {
|
||||
"pullModel": "Pulling Model",
|
||||
"pullModelDescription": "Pulling {{modelName}} model. For more details, check the extension icon.",
|
||||
"success": "Success",
|
||||
"error": "Error",
|
||||
"successDescription": "Successfully pulled the model",
|
||||
"successDeleteDescription": "Successfully deleted the model",
|
||||
"someError": "Something went wrong. Please try again later"
|
||||
}
|
||||
},
|
||||
"managePrompts": {
|
||||
"title": "Manage Prompts",
|
||||
"addBtn": "Add New Prompt",
|
||||
"columns": {
|
||||
"title": "Title",
|
||||
"prompt": "Prompt",
|
||||
"type": "Prompt Type",
|
||||
"actions": "Actions"
|
||||
},
|
||||
"systemPrompt": "System Prompt",
|
||||
"quickPrompt": "Quick Prompt",
|
||||
"tooltip": {
|
||||
"delete": "Delete Prompt",
|
||||
"edit": "Edit Prompt"
|
||||
},
|
||||
"confirm": {
|
||||
"delete": "Are you sure you want to delete this prompt? This action cannot be undone."
|
||||
},
|
||||
"modal": {
|
||||
"addTitle": "Add New Prompt",
|
||||
"editTitle": "Edit Prompt"
|
||||
},
|
||||
"form": {
|
||||
"title": {
|
||||
"label": "Title",
|
||||
"placeholder": "My Awesome Prompt",
|
||||
"required": "Please enter a title"
|
||||
},
|
||||
"prompt": {
|
||||
"label": "Prompt",
|
||||
"placeholder": "Enter Prompt",
|
||||
"required": "Please enter a prompt",
|
||||
"help": "You can use {key} as variable in your prompt."
|
||||
},
|
||||
"isSystem": {
|
||||
"label": "Is System Prompt"
|
||||
},
|
||||
"btnSave": {
|
||||
"saving": "Adding Prompt...",
|
||||
"save": "Add Prompt"
|
||||
},
|
||||
"btnEdit": {
|
||||
"saving": "Updating Prompt...",
|
||||
"save": "Update Prompt"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"addSuccess": "Prompt Added",
|
||||
"addSuccessDesc": "Prompt has been added successfully",
|
||||
"error": "Error",
|
||||
"someError": "Something went wrong. Please try again later",
|
||||
"updatedSuccess": "Prompt Updated",
|
||||
"updatedSuccessDesc": "Prompt has been updated successfully",
|
||||
"deletedSuccess": "Prompt Deleted",
|
||||
"deletedSuccessDesc": "Prompt has been deleted successfully"
|
||||
}
|
||||
},
|
||||
"manageShare": {
|
||||
"title": "Manage Share",
|
||||
"heading": "Configure Page Share URL",
|
||||
"form": {
|
||||
"url": {
|
||||
"label": "Page Share URL",
|
||||
"placeholder": "Enter Page Share URL",
|
||||
"required": "Please input your Page Share URL!",
|
||||
"help": "For privacy reasons, you can self-host the page share and provide the URL here. <anchor>Learn More</anchor>."
|
||||
}
|
||||
},
|
||||
"webshare": {
|
||||
"heading": "Web Share",
|
||||
"columns": {
|
||||
"title": "Title",
|
||||
"url": "URL",
|
||||
"actions": "Actions"
|
||||
},
|
||||
"tooltip": {
|
||||
"delete": "Delete Share"
|
||||
},
|
||||
"confirm": {
|
||||
"delete": "Are you sure you want to delete this share? This action cannot be undone."
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"pageShareSuccess": "Page Share URL updated successfully",
|
||||
"someError": "Something went wrong. Please try again later",
|
||||
"webShareDeleteSuccess": "Web Share deleted successfully"
|
||||
}
|
||||
},
|
||||
"ollamaSettings": {
|
||||
"title": "Ollama Settings",
|
||||
"heading": "Configure Ollama",
|
||||
"settings": {
|
||||
"ollamaUrl": {
|
||||
"label": "Ollama URL",
|
||||
"placeholder": "Enter Ollama URL"
|
||||
},
|
||||
"ragSettings": {
|
||||
"label": "RAG Settings",
|
||||
"model": {
|
||||
"label": "Embedding Model",
|
||||
"required": "Please select a model",
|
||||
"help": "Highly recommended to use embedding models like `nomic-embed-text`.",
|
||||
"placeholder": "Select a model"
|
||||
},
|
||||
"chunkSize": {
|
||||
"label": "Chunk Size",
|
||||
"placeholder": "Enter Chunk Size",
|
||||
"required": "Please enter a chunk size"
|
||||
},
|
||||
"chunkOverlap": {
|
||||
"label": "Chunk Overlap",
|
||||
"placeholder": "Enter Chunk Overlap",
|
||||
"required": "Please enter a chunk overlap"
|
||||
}
|
||||
},
|
||||
"prompt": {
|
||||
"label": "Configure RAG Prompt",
|
||||
"option1": "Normal",
|
||||
"option2": "Web",
|
||||
"alert": "Configuring the system prompt here is deprecated. Please use the Manage Prompts section to add or edit prompts. This section will be removed in a future release",
|
||||
"systemPrompt": "System Prompt",
|
||||
"systemPromptPlaceholder": "Enter System Prompt",
|
||||
"webSearchPrompt": "Web Search Prompt",
|
||||
"webSearchPromptHelp": "Do not remove `{search_results}` from the prompt.",
|
||||
"webSearchPromptError": "Please enter a web search prompt",
|
||||
"webSearchPromptPlaceholder": "Enter Web Search Prompt",
|
||||
"webSearchFollowUpPrompt": "Web Search Follow Up Prompt",
|
||||
"webSearchFollowUpPromptHelp": "Do not remove `{chat_history}` and `{question}` from the prompt.",
|
||||
"webSearchFollowUpPromptError": "Please input your Web Search Follow Up Prompt!",
|
||||
"webSearchFollowUpPromptPlaceholder": "Your Web Search Follow Up Prompt"
|
||||
}
|
||||
}
|
||||
}
|
||||
"editHistoryTitle": "Enter a new title"
|
||||
}
|
||||
207
src/assets/locale/en/settings.json
Normal file
207
src/assets/locale/en/settings.json
Normal file
@@ -0,0 +1,207 @@
|
||||
{
|
||||
"generalSettings": {
|
||||
"title": "General Settings",
|
||||
"heading": "Web UI Settings",
|
||||
"settings": {
|
||||
"speechRecognitionLang": {
|
||||
"label": "Speech Recognition Language",
|
||||
"placeholder": "Select a language"
|
||||
},
|
||||
"language": {
|
||||
"label": "Language",
|
||||
"placeholder": "Select a language"
|
||||
},
|
||||
"darkMode": {
|
||||
"label": "Change Theme",
|
||||
"options": {
|
||||
"light": "Light",
|
||||
"dark": "Dark"
|
||||
}
|
||||
},
|
||||
"searchMode": {
|
||||
"label": "Perform Simple Internet Search"
|
||||
},
|
||||
"deleteChatHistory": {
|
||||
"label": "Delete Chat History",
|
||||
"button": "Delete",
|
||||
"confirm": "Are you sure you want to delete your chat history? This action cannot be undone."
|
||||
}
|
||||
}
|
||||
},
|
||||
"manageModels": {
|
||||
"title": "Manage Models",
|
||||
"addBtn": "Add New Model",
|
||||
"columns": {
|
||||
"name": "Name",
|
||||
"digest": "Digest",
|
||||
"modifiedAt": "Modified At",
|
||||
"size": "Size",
|
||||
"actions": "Actions"
|
||||
},
|
||||
"expandedColumns": {
|
||||
"parentModel": "Parent Model",
|
||||
"format": "Format",
|
||||
"family": "Family",
|
||||
"parameterSize": "Parameter Size",
|
||||
"quantizationLevel": "Quantization Level"
|
||||
},
|
||||
"tooltip": {
|
||||
"delete": "Delete Model",
|
||||
"repull": "Re-Pull Model"
|
||||
},
|
||||
"confirm": {
|
||||
"delete": "Are you sure you want to delete this model?",
|
||||
"repull": "Are you sure you want to re-pull this model?"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Add New Model",
|
||||
"placeholder": "Enter Model Name",
|
||||
"pull": "Pull Model"
|
||||
},
|
||||
"notification": {
|
||||
"pullModel": "Pulling Model",
|
||||
"pullModelDescription": "Pulling {{modelName}} model. For more details, check the extension icon.",
|
||||
"success": "Success",
|
||||
"error": "Error",
|
||||
"successDescription": "Successfully pulled the model",
|
||||
"successDeleteDescription": "Successfully deleted the model",
|
||||
"someError": "Something went wrong. Please try again later"
|
||||
}
|
||||
},
|
||||
"managePrompts": {
|
||||
"title": "Manage Prompts",
|
||||
"addBtn": "Add New Prompt",
|
||||
"option1": "Normal",
|
||||
"option2": "RAG",
|
||||
"questionPrompt": "Question Prompt",
|
||||
"columns": {
|
||||
"title": "Title",
|
||||
"prompt": "Prompt",
|
||||
"type": "Prompt Type",
|
||||
"actions": "Actions"
|
||||
},
|
||||
"systemPrompt": "System Prompt",
|
||||
"quickPrompt": "Quick Prompt",
|
||||
"tooltip": {
|
||||
"delete": "Delete Prompt",
|
||||
"edit": "Edit Prompt"
|
||||
},
|
||||
"confirm": {
|
||||
"delete": "Are you sure you want to delete this prompt? This action cannot be undone."
|
||||
},
|
||||
"modal": {
|
||||
"addTitle": "Add New Prompt",
|
||||
"editTitle": "Edit Prompt"
|
||||
},
|
||||
"form": {
|
||||
"title": {
|
||||
"label": "Title",
|
||||
"placeholder": "My Awesome Prompt",
|
||||
"required": "Please enter a title"
|
||||
},
|
||||
"prompt": {
|
||||
"label": "Prompt",
|
||||
"placeholder": "Enter Prompt",
|
||||
"required": "Please enter a prompt",
|
||||
"help": "You can use {key} as variable in your prompt."
|
||||
},
|
||||
"isSystem": {
|
||||
"label": "Is System Prompt"
|
||||
},
|
||||
"btnSave": {
|
||||
"saving": "Adding Prompt...",
|
||||
"save": "Add Prompt"
|
||||
},
|
||||
"btnEdit": {
|
||||
"saving": "Updating Prompt...",
|
||||
"save": "Update Prompt"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"addSuccess": "Prompt Added",
|
||||
"addSuccessDesc": "Prompt has been added successfully",
|
||||
"error": "Error",
|
||||
"someError": "Something went wrong. Please try again later",
|
||||
"updatedSuccess": "Prompt Updated",
|
||||
"updatedSuccessDesc": "Prompt has been updated successfully",
|
||||
"deletedSuccess": "Prompt Deleted",
|
||||
"deletedSuccessDesc": "Prompt has been deleted successfully"
|
||||
}
|
||||
},
|
||||
"manageShare": {
|
||||
"title": "Manage Share",
|
||||
"heading": "Configure Page Share URL",
|
||||
"form": {
|
||||
"url": {
|
||||
"label": "Page Share URL",
|
||||
"placeholder": "Enter Page Share URL",
|
||||
"required": "Please input your Page Share URL!",
|
||||
"help": "For privacy reasons, you can self-host the page share and provide the URL here. <anchor>Learn More</anchor>."
|
||||
}
|
||||
},
|
||||
"webshare": {
|
||||
"heading": "Web Share",
|
||||
"columns": {
|
||||
"title": "Title",
|
||||
"url": "URL",
|
||||
"actions": "Actions"
|
||||
},
|
||||
"tooltip": {
|
||||
"delete": "Delete Share"
|
||||
},
|
||||
"confirm": {
|
||||
"delete": "Are you sure you want to delete this share? This action cannot be undone."
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"pageShareSuccess": "Page Share URL updated successfully",
|
||||
"someError": "Something went wrong. Please try again later",
|
||||
"webShareDeleteSuccess": "Web Share deleted successfully"
|
||||
}
|
||||
},
|
||||
"ollamaSettings": {
|
||||
"title": "Ollama Settings",
|
||||
"heading": "Configure Ollama",
|
||||
"settings": {
|
||||
"ollamaUrl": {
|
||||
"label": "Ollama URL",
|
||||
"placeholder": "Enter Ollama URL"
|
||||
},
|
||||
"ragSettings": {
|
||||
"label": "RAG Settings",
|
||||
"model": {
|
||||
"label": "Embedding Model",
|
||||
"required": "Please select a model",
|
||||
"help": "Highly recommended to use embedding models like `nomic-embed-text`.",
|
||||
"placeholder": "Select a model"
|
||||
},
|
||||
"chunkSize": {
|
||||
"label": "Chunk Size",
|
||||
"placeholder": "Enter Chunk Size",
|
||||
"required": "Please enter a chunk size"
|
||||
},
|
||||
"chunkOverlap": {
|
||||
"label": "Chunk Overlap",
|
||||
"placeholder": "Enter Chunk Overlap",
|
||||
"required": "Please enter a chunk overlap"
|
||||
}
|
||||
},
|
||||
"prompt": {
|
||||
"label": "Configure RAG Prompt",
|
||||
"option1": "Normal",
|
||||
"option2": "Web",
|
||||
"alert": "Configuring the system prompt here is deprecated. Please use the Manage Prompts section to add or edit prompts. This section will be removed in a future release",
|
||||
"systemPrompt": "System Prompt",
|
||||
"systemPromptPlaceholder": "Enter System Prompt",
|
||||
"webSearchPrompt": "Web Search Prompt",
|
||||
"webSearchPromptHelp": "Do not remove `{search_results}` from the prompt.",
|
||||
"webSearchPromptError": "Please enter a web search prompt",
|
||||
"webSearchPromptPlaceholder": "Enter Web Search Prompt",
|
||||
"webSearchFollowUpPrompt": "Web Search Follow Up Prompt",
|
||||
"webSearchFollowUpPromptHelp": "Do not remove `{chat_history}` and `{question}` from the prompt.",
|
||||
"webSearchFollowUpPromptError": "Please input your Web Search Follow Up Prompt!",
|
||||
"webSearchFollowUpPromptPlaceholder": "Your Web Search Follow Up Prompt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
5
src/assets/locale/en/sidepanel.json
Normal file
5
src/assets/locale/en/sidepanel.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"tooltip": {
|
||||
"embed": "It may take a few minutes to embed the page. Please wait..."
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"pageAssist": "പേജ് ആസിസ്റ്റ്",
|
||||
"selectAModel": "ഒരു മോഡല് തിരഞ്ഞെടുക്കുക",
|
||||
"save": "സേവ് ചെയ്യുക",
|
||||
"saved": "സംരക്ഷിച്ചു",
|
||||
"saved": "സേവ് ചെയ്തു",
|
||||
"cancel": "റദ്ദാക്കുക",
|
||||
"retry": "വീണ്ടും ശ്രമിക്കുക",
|
||||
"share": {
|
||||
@@ -45,5 +47,6 @@
|
||||
},
|
||||
"submit": "സമർപ്പിക്കുക",
|
||||
"noData": "ഡാറ്റ ലഭ്യമല്ല",
|
||||
"noHistory": "ചാറ്റ് ചരിത്രം ലഭ്യമല്ല"
|
||||
"noHistory": "ചാറ്റ് ചരിത്രം ലഭ്യമല്ല",
|
||||
"chatWithCurrentPage": "നിലവിലെ പേജിനുമായി ചാറ്റ് ചെയ്യുക"
|
||||
}
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"newChat": "പുതിയ ചാറ്റ്",
|
||||
"selectAModel": "ഒരു മോഡല് തിരഞ്ഞെടുക്കുക",
|
||||
"selectAPrompt": "ഒരു പ്രോംപ്റ്റ് തിരഞ്ഞെടുക്കുക",
|
||||
"githubRepository": "ഗിറ്റ്ഹബ് റെപ്പോസിറ്ററി",
|
||||
"settings": "ക്രമീകരണങ്ങള്",
|
||||
@@ -9,207 +8,5 @@
|
||||
"somethingWentWrong": "എന്തോ തെറ്റായി",
|
||||
"deleteHistoryConfirmation": "നിങ്ങളുടെ ചാറ്റ് ചരിത്രം ഇല്ലാതാക്കണമെന്ന് തീർച്ചയാണോ?",
|
||||
"editHistoryTitle": "ചാറ്റ് title എഡിറ്റുചെയ്യുക",
|
||||
"validationSelectModel": "തുടരുന്നതിന് ഒരു മോഡല് തിരഞ്ഞെടുക്കുക",
|
||||
"generalSettings": {
|
||||
"title": "പൊതുവായ ക്രമീകരണങ്ങള്",
|
||||
"heading": "വെബ് UI ക്രമീകരണങ്ങള്",
|
||||
"settings": {
|
||||
"speechRecognitionLang": {
|
||||
"label": "സംഭാഷണ തിരിച്ചറിയല് ഭാഷ",
|
||||
"placeholder": "ഒരു ഭാഷ തിരഞ്ഞെടുക്കുക"
|
||||
},
|
||||
"language": {
|
||||
"label": "ഭാഷ",
|
||||
"placeholder": "ഒരു ഭാഷ തിരഞ്ഞെടുക്കുക"
|
||||
},
|
||||
"darkMode": {
|
||||
"label": "തീം മാറ്റുക",
|
||||
"options": {
|
||||
"light": "ലൈറ്റ്",
|
||||
"dark": "ഡാര്ക്ക്"
|
||||
}
|
||||
},
|
||||
"searchMode": {
|
||||
"label": "സാധാരണ ഇന്റർനെറ്റ് അന്വേഷണം നടത്തുക"
|
||||
},
|
||||
"deleteChatHistory": {
|
||||
"label": "ചാറ്റ് ചരിത്രം ഇല്ലാതാക്കുക",
|
||||
"button": "ഇല്ലാതാക്കുക",
|
||||
"confirm": "നിങ്ങളുടെ ചാറ്റ് ചരിത്രം ഇല്ലാതാക്കണമെന്ന് തീർച്ചയാണോ? ഈ പ്രവർത്തനം പിന്നീട് പിൻവലിക്കാനാകില്ല."
|
||||
}
|
||||
}
|
||||
},
|
||||
"manageModels": {
|
||||
"title": "മോഡലുകള് കൈകാര്യം ചെയ്യുക",
|
||||
"addBtn": "പുതിയ മോഡല് ചേര്ക്കുക",
|
||||
"columns": {
|
||||
"name": "പേര്",
|
||||
"digest": "ഡൈജസ്റ്റ്",
|
||||
"modifiedAt": "അവസാനമായി പരിഷ്കരിച്ചത്",
|
||||
"size": "വലുപ്പം",
|
||||
"actions": "പ്രവർത്തനങ്ങൾ"
|
||||
},
|
||||
"expandedColumns": {
|
||||
"parentModel": "പാരന്റ് മോഡല്",
|
||||
"format": "ഫോര്മാറ്റ്",
|
||||
"family": "കുടുംബം",
|
||||
"parameterSize": "പാരാമീറ്റര് വലുപ്പം",
|
||||
"quantizationLevel": "ക്വാണ്ടൈസേഷന് ലെവല്"
|
||||
},
|
||||
"tooltip": {
|
||||
"delete": "മോഡല് ഇല്ലാതാക്കുക",
|
||||
"repull": "മോഡല് വീണ്ടും ലഭ്യമാക്കുക"
|
||||
},
|
||||
"confirm": {
|
||||
"delete": "ഈ മോഡല് ഇല്ലാതാക്കണമെന്ന് തീർച്ചയാണോ?",
|
||||
"repull": "ഈ മോഡല് വീണ്ടും ലഭ്യമാക്കണമെന്ന് തീർച്ചയാണോ?"
|
||||
},
|
||||
"modal": {
|
||||
"title": "പുതിയ മോഡല് ചേര്ക്കുക",
|
||||
"placeholder": "മോഡല് പേര് നല്കുക",
|
||||
"pull": "മോഡല് ലഭ്യമാക്കുക"
|
||||
},
|
||||
"notification": {
|
||||
"pullModel": "മോഡല് ലഭ്യമാക്കുന്നു",
|
||||
"pullModelDescription": "{{modelName}} മോഡല് ലഭ്യമാക്കുന്നു. കൂടുതല് വിവരങ്ങള്ക്കായി എക്സ്റ്റെന്ഷന് ഐക്കണ് പരിശോധിക്കുക.",
|
||||
"success": "വിജയം",
|
||||
"error": "പിശക്",
|
||||
"successDescription": "മോഡല് വിജയകരമായി ലഭ്യമാക്കി",
|
||||
"successDeleteDescription": "മോഡല് വിജയകരമായി ഇല്ലാതാക്കി",
|
||||
"someError": "എന്തോ തെറ്റായി. ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക"
|
||||
}
|
||||
},
|
||||
"managePrompts": {
|
||||
"title": "പ്രോംപ്റ്റുകള് കൈകാര്യം ചെയ്യുക",
|
||||
"addBtn": "പുതിയ പ്രോംപ്റ്റ് ചേര്ക്കുക",
|
||||
"columns": {
|
||||
"title": "തലക്കെട്ട്",
|
||||
"prompt": "പ്രോംപ്റ്റ്",
|
||||
"type": "പ്രോംപ്റ്റ് തരം",
|
||||
"actions": "പ്രവർത്തനങ്ങൾ"
|
||||
},
|
||||
"systemPrompt": "സിസ്റ്റം പ്രോംപ്റ്റ്",
|
||||
"quickPrompt": "വേഗത്തിലുള്ള പ്രോംപ്റ്റ്",
|
||||
"tooltip": {
|
||||
"delete": "പ്രോംപ്റ്റ് ഇല്ലാതാക്കുക",
|
||||
"edit": "പ്രോംപ്റ്റ് എഡിറ്റുചെയ്യുക"
|
||||
},
|
||||
"confirm": {
|
||||
"delete": "ഈ പ്രോംപ്റ്റ് ഇല്ലാതാക്കണമെന്ന് തീർച്ചയാണോ? ഈ പ്രവർത്തനം പിന്നീട് പിൻവലിക്കാനാകില്ല."
|
||||
},
|
||||
"modal": {
|
||||
"addTitle": "പുതിയ പ്രോംപ്റ്റ് ചേര്ക്കുക",
|
||||
"editTitle": "പ്രോംപ്റ്റ് എഡിറ്റുചെയ്യുക"
|
||||
},
|
||||
"form": {
|
||||
"title": {
|
||||
"label": "തലക്കെട്ട്",
|
||||
"placeholder": "എന്റെ അതുല്യമായ പ്രോംപ്റ്റ്",
|
||||
"required": "ദയവായി ഒരു തലക്കെട്ട് നല്കുക"
|
||||
},
|
||||
"prompt": {
|
||||
"label": "പ്രോംപ്റ്റ്",
|
||||
"placeholder": "പ്രോംപ്റ്റ് നല്കുക",
|
||||
"required": "ദയവായി ഒരു പ്രോംപ്റ്റ് നല്കുക",
|
||||
"help": "നിങ്ങള്ക്ക് {key} എന്ന രീതിയില് പ്രോംപ്റ്റില് വേരിയബിളുകള് ഉപയോഗിക്കാവുന്നതാണ്."
|
||||
},
|
||||
"isSystem": {
|
||||
"label": "സിസ്റ്റം പ്രോംപ്റ്റ് ആണോ"
|
||||
},
|
||||
"btnSave": {
|
||||
"saving": "പ്രോംപ്റ്റ് ചേര്ക്കുന്നു...",
|
||||
"save": "പ്രോംപ്റ്റ് ചേര്ക്കുക"
|
||||
},
|
||||
"btnEdit": {
|
||||
"saving": "പ്രോംപ്റ്റ് അപ്ഡേറ്റ് ചെയ്യുന്നു...",
|
||||
"save": "പ്രോംപ്റ്റ് അപ്ഡേറ്റ് ചെയ്യുക"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"addSuccess": "പ്രോംപ്റ്റ് ചേർത്തു",
|
||||
"addSuccessDesc": "പ്രോംപ്റ്റ് വിജയകരമായി ചേർത്തു",
|
||||
"error": "പിശക്",
|
||||
"someError": "എന്തോ തെറ്റായി. ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക",
|
||||
"updatedSuccess": "പ്രോംപ്റ്റ് അപ്ഡേറ്റ് ചെയ്തു",
|
||||
"updatedSuccessDesc": "പ്രോംപ്റ്റ് വിജയകരമായി അപ്ഡേറ്റ് ചെയ്തു",
|
||||
"deletedSuccess": "പ്രോംപ്റ്റ് ഇല്ലാതാക്കി",
|
||||
"deletedSuccessDesc": "പ്രോംപ്റ്റ് വിജയകരമായി ഇല്ലാതാക്കി"
|
||||
}
|
||||
},
|
||||
"manageShare": {
|
||||
"title": "പങ്കിടുന്നത് കൈകാര്യം ചെയ്യുക",
|
||||
"heading": "പേജ് പങ്കിടാനുള്ള URL കോൺഫിഗർ ചെയ്യുക",
|
||||
"form": {
|
||||
"url": {
|
||||
"label": "പേജ് പങ്കിടാനുള്ള URL",
|
||||
"placeholder": "പേജ് പങ്കിടാനുള്ള URL നല്കുക",
|
||||
"required": "ദയവായി നിങ്ങളുടെ പേജ് പങ്കിടാനുള്ള URL നല്കുക!",
|
||||
"help": "സ്വകാര്യതക്കായി, നിങ്ങള്ക്ക് സ്വന്തമായി പേജ് പങ്കിടുന്ന സൗകര്യം ഹോസ്റ്റ് ചെയ്യാനും അവിടെയുള്ള URL ഇവിടെ നല്കാനും കഴിയും. <anchor>കൂടുതല് അറിയുക</anchor>."
|
||||
}
|
||||
},
|
||||
"webshare": {
|
||||
"heading": "വെബ് പങ്കിടല്",
|
||||
"columns": {
|
||||
"title": "തലക്കെട്ട്",
|
||||
"url": "URL",
|
||||
"actions": "പ്രവർത്തനങ്ങൾ"
|
||||
},
|
||||
"tooltip": {
|
||||
"delete": "പങ്കിടല് ഇല്ലാതാക്കുക"
|
||||
},
|
||||
"confirm": {
|
||||
"delete": "ഈ പങ്കിടല് ഇല്ലാതാക്കണമെന്ന് തീർച്ചയാണോ? ഈ പ്രവർത്തനം പിന്നീട് പിൻവലിക്കാനാകില്ല."
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"pageShareSuccess": "പേജ് പങ്കിടാനുള്ള URL വിജയകരമായി അപ്ഡേറ്റ് ചെയ്തു",
|
||||
"someError": "എന്തോ തെറ്റായി. ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക",
|
||||
"webShareDeleteSuccess": "വെബ് പങ്കിടല് വിജയകരമായി ഇല്ലാതാക്കി"
|
||||
}
|
||||
},
|
||||
"ollamaSettings": {
|
||||
"title": "ഒല്ലാമാ ക്രമീകരണങ്ങള്",
|
||||
"heading": "ഒല്ലാമാ കോൺഫിഗർ ചെയ്യുക",
|
||||
"settings": {
|
||||
"ollamaUrl": {
|
||||
"label": "ഒല്ലാമാ URL",
|
||||
"placeholder": "ഒല്ലാമാ URL നല്കുക"
|
||||
},
|
||||
"ragSettings": {
|
||||
"label": "RAG ക്രമീകരണങ്ങള്",
|
||||
"model": {
|
||||
"label": "എംബെഡിംഗ് മോഡല്",
|
||||
"required": "ദയവായി ഒരു മോഡല് തിരഞ്ഞെടുക്കുക",
|
||||
"help": "`nomic-embed-text` പോലുള്ള എംബെഡിംഗ് മോഡലുകള് ഉപയോഗിക്കുന്നത് വളരെ നന്നായിരിക്കും.",
|
||||
"placeholder": "ഒരു മോഡല് തിരഞ്ഞെടുക്കുക"
|
||||
},
|
||||
"chunkSize": {
|
||||
"label": "ചങ്ക് വലുപ്പം",
|
||||
"placeholder": "ചങ്ക് വലുപ്പം നല്കുക",
|
||||
"required": "ദയവായി ചങ്ക് വലുപ്പം നല്കുക"
|
||||
},
|
||||
"chunkOverlap": {
|
||||
"label": "ചങ്ക് ഓവര്ലാപ്പ്",
|
||||
"placeholder": "ചങ്ക് ഓവര്ലാപ്പ് നല്കുക",
|
||||
"required": "ദയവായി ചങ്ക് ഓവര്ലാപ്പ് നല്കുക"
|
||||
}
|
||||
},
|
||||
"prompt": {
|
||||
"label": "RAG പ്രോംപ്റ്റ് കോൺഫിഗർ ചെയ്യുക",
|
||||
"option1": "സാധാരണ",
|
||||
"option2": "വെബ്",
|
||||
"alert": "സിസ്റ്റം പ്രോംപ്റ്റ് ഇവിടെ കോൺഫിഗർ ചെയ്യുന്നത് പഴയൗഖികമായി. ദയവായി പ്രോംപ്റ്റുകള് ചേര്ക്കാനോ എഡിറ്റുചെയ്യാനോ മാനേജ് പ്രോംപ്റ്റ്സ് സെക്ഷന് ഉപയോഗിക്കുക. ഈ സെക്ഷന് ഭാവിയില് നീക്കം ചെയ്യപ്പെടും.",
|
||||
"systemPrompt": "സിസ്റ്റം പ്രോംപ്റ്റ്",
|
||||
"systemPromptPlaceholder": "സിസ്റ്റം പ്രോംപ്റ്റ് നല്കുക",
|
||||
"webSearchPrompt": "വെബ് തിരയല് പ്രോംപ്റ്റ്",
|
||||
"webSearchPromptHelp": "പ്രോംപ്റ്റില് നിന്ന് `{search_results}` നീക്കം ചെയ്യരുത്.",
|
||||
"webSearchPromptError": "ദയവായി ഒരു വെബ് തിരയല് പ്രോംപ്റ്റ് നല്കുക",
|
||||
"webSearchPromptPlaceholder": "വെബ് തിരയല് പ്രോംപ്റ്റ് നല്കുക",
|
||||
"webSearchFollowUpPrompt": "വെബ് തിരയല് തുടര്പ്രോംപ്റ്റ്",
|
||||
"webSearchFollowUpPromptHelp": "പ്രോംപ്റ്റില് നിന്ന് `{chat_history}` യും `{question}` യും നീക്കം ചെയ്യരുത്.",
|
||||
"webSearchFollowUpPromptError": "ദയവായി നിങ്ങളുടെ വെബ് തിരയല് തുടര്പ്രോംപ്റ്റ് നല്കുക!",
|
||||
"webSearchFollowUpPromptPlaceholder": "നിങ്ങളുടെ വെബ് തിരയല് തുടര്പ്രോംപ്റ്റ്"
|
||||
}
|
||||
}
|
||||
}
|
||||
"validationSelectModel": "തുടരുന്നതിന് ഒരു മോഡല് തിരഞ്ഞെടുക്കുക"
|
||||
}
|
||||
207
src/assets/locale/ml/settings.json
Normal file
207
src/assets/locale/ml/settings.json
Normal file
@@ -0,0 +1,207 @@
|
||||
{
|
||||
"generalSettings": {
|
||||
"title": "പൊതുവായ ക്രമീകരണങ്ങള്",
|
||||
"heading": "വെബ് UI ക്രമീകരണങ്ങള്",
|
||||
"settings": {
|
||||
"speechRecognitionLang": {
|
||||
"label": "സംഭാഷണ തിരിച്ചറിയല് ഭാഷ",
|
||||
"placeholder": "ഒരു ഭാഷ തിരഞ്ഞെടുക്കുക"
|
||||
},
|
||||
"language": {
|
||||
"label": "ഭാഷ",
|
||||
"placeholder": "ഒരു ഭാഷ തിരഞ്ഞെടുക്കുക"
|
||||
},
|
||||
"darkMode": {
|
||||
"label": "തീം മാറ്റുക",
|
||||
"options": {
|
||||
"light": "ലൈറ്റ്",
|
||||
"dark": "ഡാര്ക്ക്"
|
||||
}
|
||||
},
|
||||
"searchMode": {
|
||||
"label": "സാധാരണ ഇന്റർനെറ്റ് അന്വേഷണം നടത്തുക"
|
||||
},
|
||||
"deleteChatHistory": {
|
||||
"label": "ചാറ്റ് ചരിത്രം ഇല്ലാതാക്കുക",
|
||||
"button": "ഇല്ലാതാക്കുക",
|
||||
"confirm": "നിങ്ങളുടെ ചാറ്റ് ചരിത്രം ഇല്ലാതാക്കണമെന്ന് തീർച്ചയാണോ? ഈ പ്രവർത്തനം പിന്നീട് പിൻവലിക്കാനാകില്ല."
|
||||
}
|
||||
}
|
||||
},
|
||||
"manageModels": {
|
||||
"title": "മോഡലുകള് കൈകാര്യം ചെയ്യുക",
|
||||
"addBtn": "പുതിയ മോഡല് ചേര്ക്കുക",
|
||||
"columns": {
|
||||
"name": "പേര്",
|
||||
"digest": "ഡൈജസ്റ്റ്",
|
||||
"modifiedAt": "അവസാനമായി പരിഷ്കരിച്ചത്",
|
||||
"size": "വലുപ്പം",
|
||||
"actions": "പ്രവർത്തനങ്ങൾ"
|
||||
},
|
||||
"expandedColumns": {
|
||||
"parentModel": "പാരന്റ് മോഡല്",
|
||||
"format": "ഫോര്മാറ്റ്",
|
||||
"family": "കുടുംബം",
|
||||
"parameterSize": "പാരാമീറ്റര് വലുപ്പം",
|
||||
"quantizationLevel": "ക്വാണ്ടൈസേഷന് ലെവല്"
|
||||
},
|
||||
"tooltip": {
|
||||
"delete": "മോഡല് ഇല്ലാതാക്കുക",
|
||||
"repull": "മോഡല് വീണ്ടും ലഭ്യമാക്കുക"
|
||||
},
|
||||
"confirm": {
|
||||
"delete": "ഈ മോഡല് ഇല്ലാതാക്കണമെന്ന് തീർച്ചയാണോ?",
|
||||
"repull": "ഈ മോഡല് വീണ്ടും ലഭ്യമാക്കണമെന്ന് തീർച്ചയാണോ?"
|
||||
},
|
||||
"modal": {
|
||||
"title": "പുതിയ മോഡല് ചേര്ക്കുക",
|
||||
"placeholder": "മോഡല് പേര് നല്കുക",
|
||||
"pull": "മോഡല് ലഭ്യമാക്കുക"
|
||||
},
|
||||
"notification": {
|
||||
"pullModel": "മോഡല് ലഭ്യമാക്കുന്നു",
|
||||
"pullModelDescription": "{{modelName}} മോഡല് ലഭ്യമാക്കുന്നു. കൂടുതല് വിവരങ്ങള്ക്കായി എക്സ്റ്റെന്ഷന് ഐക്കണ് പരിശോധിക്കുക.",
|
||||
"success": "വിജയം",
|
||||
"error": "പിശക്",
|
||||
"successDescription": "മോഡല് വിജയകരമായി ലഭ്യമാക്കി",
|
||||
"successDeleteDescription": "മോഡല് വിജയകരമായി ഇല്ലാതാക്കി",
|
||||
"someError": "എന്തോ തെറ്റായി. ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക"
|
||||
}
|
||||
},
|
||||
"managePrompts": {
|
||||
"title": "പ്രോംപ്റ്റുകള് കൈകാര്യം ചെയ്യുക",
|
||||
"addBtn": "പുതിയ പ്രോംപ്റ്റ് ചേര്ക്കുക",
|
||||
"columns": {
|
||||
"title": "തലക്കെട്ട്",
|
||||
"prompt": "പ്രോംപ്റ്റ്",
|
||||
"type": "പ്രോംപ്റ്റ് തരം",
|
||||
"actions": "പ്രവർത്തനങ്ങൾ"
|
||||
},
|
||||
"option1": "സാധാരണ",
|
||||
"option2": "RAG",
|
||||
"questionPrompt": "ചോദ്യ പ്രോംപ്റ്റ്",
|
||||
"systemPrompt": "സിസ്റ്റം പ്രോംപ്റ്റ്",
|
||||
"quickPrompt": "വേഗത്തിലുള്ള പ്രോംപ്റ്റ്",
|
||||
"tooltip": {
|
||||
"delete": "പ്രോംപ്റ്റ് ഇല്ലാതാക്കുക",
|
||||
"edit": "പ്രോംപ്റ്റ് എഡിറ്റുചെയ്യുക"
|
||||
},
|
||||
"confirm": {
|
||||
"delete": "ഈ പ്രോംപ്റ്റ് ഇല്ലാതാക്കണമെന്ന് തീർച്ചയാണോ? ഈ പ്രവർത്തനം പിന്നീട് പിൻവലിക്കാനാകില്ല."
|
||||
},
|
||||
"modal": {
|
||||
"addTitle": "പുതിയ പ്രോംപ്റ്റ് ചേര്ക്കുക",
|
||||
"editTitle": "പ്രോംപ്റ്റ് എഡിറ്റുചെയ്യുക"
|
||||
},
|
||||
"form": {
|
||||
"title": {
|
||||
"label": "തലക്കെട്ട്",
|
||||
"placeholder": "എന്റെ അതുല്യമായ പ്രോംപ്റ്റ്",
|
||||
"required": "ദയവായി ഒരു തലക്കെട്ട് നല്കുക"
|
||||
},
|
||||
"prompt": {
|
||||
"label": "പ്രോംപ്റ്റ്",
|
||||
"placeholder": "പ്രോംപ്റ്റ് നല്കുക",
|
||||
"required": "ദയവായി ഒരു പ്രോംപ്റ്റ് നല്കുക",
|
||||
"help": "നിങ്ങള്ക്ക് {key} എന്ന രീതിയില് പ്രോംപ്റ്റില് വേരിയബിളുകള് ഉപയോഗിക്കാവുന്നതാണ്."
|
||||
},
|
||||
"isSystem": {
|
||||
"label": "സിസ്റ്റം പ്രോംപ്റ്റ് ആണോ"
|
||||
},
|
||||
"btnSave": {
|
||||
"saving": "പ്രോംപ്റ്റ് ചേര്ക്കുന്നു...",
|
||||
"save": "പ്രോംപ്റ്റ് ചേര്ക്കുക"
|
||||
},
|
||||
"btnEdit": {
|
||||
"saving": "പ്രോംപ്റ്റ് അപ്ഡേറ്റ് ചെയ്യുന്നു...",
|
||||
"save": "പ്രോംപ്റ്റ് അപ്ഡേറ്റ് ചെയ്യുക"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"addSuccess": "പ്രോംപ്റ്റ് ചേർത്തു",
|
||||
"addSuccessDesc": "പ്രോംപ്റ്റ് വിജയകരമായി ചേർത്തു",
|
||||
"error": "പിശക്",
|
||||
"someError": "എന്തോ തെറ്റായി. ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക",
|
||||
"updatedSuccess": "പ്രോംപ്റ്റ് അപ്ഡേറ്റ് ചെയ്തു",
|
||||
"updatedSuccessDesc": "പ്രോംപ്റ്റ് വിജയകരമായി അപ്ഡേറ്റ് ചെയ്തു",
|
||||
"deletedSuccess": "പ്രോംപ്റ്റ് ഇല്ലാതാക്കി",
|
||||
"deletedSuccessDesc": "പ്രോംപ്റ്റ് വിജയകരമായി ഇല്ലാതാക്കി"
|
||||
}
|
||||
},
|
||||
"manageShare": {
|
||||
"title": "പങ്കിടുന്നത് കൈകാര്യം ചെയ്യുക",
|
||||
"heading": "പേജ് പങ്കിടാനുള്ള URL കോൺഫിഗർ ചെയ്യുക",
|
||||
"form": {
|
||||
"url": {
|
||||
"label": "പേജ് പങ്കിടാനുള്ള URL",
|
||||
"placeholder": "പേജ് പങ്കിടാനുള്ള URL നല്കുക",
|
||||
"required": "ദയവായി നിങ്ങളുടെ പേജ് പങ്കിടാനുള്ള URL നല്കുക!",
|
||||
"help": "സ്വകാര്യതക്കായി, നിങ്ങള്ക്ക് സ്വന്തമായി പേജ് പങ്കിടുന്ന സൗകര്യം ഹോസ്റ്റ് ചെയ്യാനും അവിടെയുള്ള URL ഇവിടെ നല്കാനും കഴിയും. <anchor>കൂടുതല് അറിയുക</anchor>."
|
||||
}
|
||||
},
|
||||
"webshare": {
|
||||
"heading": "വെബ് പങ്കിടല്",
|
||||
"columns": {
|
||||
"title": "തലക്കെട്ട്",
|
||||
"url": "URL",
|
||||
"actions": "പ്രവർത്തനങ്ങൾ"
|
||||
},
|
||||
"tooltip": {
|
||||
"delete": "പങ്കിടല് ഇല്ലാതാക്കുക"
|
||||
},
|
||||
"confirm": {
|
||||
"delete": "ഈ പങ്കിടല് ഇല്ലാതാക്കണമെന്ന് തീർച്ചയാണോ? ഈ പ്രവർത്തനം പിന്നീട് പിൻവലിക്കാനാകില്ല."
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"pageShareSuccess": "പേജ് പങ്കിടാനുള്ള URL വിജയകരമായി അപ്ഡേറ്റ് ചെയ്തു",
|
||||
"someError": "എന്തോ തെറ്റായി. ദയവായി പിന്നീട് വീണ്ടും ശ്രമിക്കുക",
|
||||
"webShareDeleteSuccess": "വെബ് പങ്കിടല് വിജയകരമായി ഇല്ലാതാക്കി"
|
||||
}
|
||||
},
|
||||
"ollamaSettings": {
|
||||
"title": "ഒല്ലാമാ ക്രമീകരണങ്ങള്",
|
||||
"heading": "ഒല്ലാമാ കോൺഫിഗർ ചെയ്യുക",
|
||||
"settings": {
|
||||
"ollamaUrl": {
|
||||
"label": "ഒല്ലാമാ URL",
|
||||
"placeholder": "ഒല്ലാമാ URL നല്കുക"
|
||||
},
|
||||
"ragSettings": {
|
||||
"label": "RAG ക്രമീകരണങ്ങള്",
|
||||
"model": {
|
||||
"label": "എംബെഡിംഗ് മോഡല്",
|
||||
"required": "ദയവായി ഒരു മോഡല് തിരഞ്ഞെടുക്കുക",
|
||||
"help": "`nomic-embed-text` പോലുള്ള എംബെഡിംഗ് മോഡലുകള് ഉപയോഗിക്കുന്നത് വളരെ നന്നായിരിക്കും.",
|
||||
"placeholder": "ഒരു മോഡല് തിരഞ്ഞെടുക്കുക"
|
||||
},
|
||||
"chunkSize": {
|
||||
"label": "ചങ്ക് വലുപ്പം",
|
||||
"placeholder": "ചങ്ക് വലുപ്പം നല്കുക",
|
||||
"required": "ദയവായി ചങ്ക് വലുപ്പം നല്കുക"
|
||||
},
|
||||
"chunkOverlap": {
|
||||
"label": "ചങ്ക് ഓവര്ലാപ്പ്",
|
||||
"placeholder": "ചങ്ക് ഓവര്ലാപ്പ് നല്കുക",
|
||||
"required": "ദയവായി ചങ്ക് ഓവര്ലാപ്പ് നല്കുക"
|
||||
}
|
||||
},
|
||||
"prompt": {
|
||||
"label": "RAG പ്രോംപ്റ്റ് കോൺഫിഗർ ചെയ്യുക",
|
||||
"option1": "സാധാരണ",
|
||||
"option2": "വെബ്",
|
||||
"alert": "സിസ്റ്റം പ്രോംപ്റ്റ് ഇവിടെ കോൺഫിഗർ ചെയ്യുന്നത് പഴയൗഖികമായി. ദയവായി പ്രോംപ്റ്റുകള് ചേര്ക്കാനോ എഡിറ്റുചെയ്യാനോ മാനേജ് പ്രോംപ്റ്റ്സ് സെക്ഷന് ഉപയോഗിക്കുക. ഈ സെക്ഷന് ഭാവിയില് നീക്കം ചെയ്യപ്പെടും.",
|
||||
"systemPrompt": "സിസ്റ്റം പ്രോംപ്റ്റ്",
|
||||
"systemPromptPlaceholder": "സിസ്റ്റം പ്രോംപ്റ്റ് നല്കുക",
|
||||
"webSearchPrompt": "വെബ് തിരയല് പ്രോംപ്റ്റ്",
|
||||
"webSearchPromptHelp": "പ്രോംപ്റ്റില് നിന്ന് `{search_results}` നീക്കം ചെയ്യരുത്.",
|
||||
"webSearchPromptError": "ദയവായി ഒരു വെബ് തിരയല് പ്രോംപ്റ്റ് നല്കുക",
|
||||
"webSearchPromptPlaceholder": "വെബ് തിരയല് പ്രോംപ്റ്റ് നല്കുക",
|
||||
"webSearchFollowUpPrompt": "വെബ് തിരയല് തുടര്പ്രോംപ്റ്റ്",
|
||||
"webSearchFollowUpPromptHelp": "പ്രോംപ്റ്റില് നിന്ന് `{chat_history}` യും `{question}` യും നീക്കം ചെയ്യരുത്.",
|
||||
"webSearchFollowUpPromptError": "ദയവായി നിങ്ങളുടെ വെബ് തിരയല് തുടര്പ്രോംപ്റ്റ് നല്കുക!",
|
||||
"webSearchFollowUpPromptPlaceholder": "നിങ്ങളുടെ വെബ് തിരയല് തുടര്പ്രോംപ്റ്റ്"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
6
src/assets/locale/ml/sidepanel.json
Normal file
6
src/assets/locale/ml/sidepanel.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"tooltip": {
|
||||
"embed": "പേജ് പ്രോസസ്സ് ചെയ്യുന്നതിന് കുറച്ച് മിനിറ്റുകൾ എടുത്തേക്കാം. കാത്തിരിക്കൂ.."
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user