2024-03-24 21:00:00 +05:30
{
"generalSettings" : {
"title" : "General Settings" ,
"settings" : {
2024-03-31 15:57:56 +05:30
"heading" : "Web UI Settings" ,
2024-03-24 21:00:00 +05:30
"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"
}
}
2024-03-31 15:57:56 +05:30
} ,
"webSearch" : {
"heading" : "Manage Web Search" ,
"searchMode" : {
"label" : "Perform Simple Internet Search"
} ,
"provider" : {
"label" : "Search Engine" ,
"placeholder" : "Select a search engine"
} ,
"totalSearchResults" : {
"label" : "Total Search Results" ,
"placeholder" : "Enter Total Search Results"
}
2024-03-31 16:36:27 +05:30
} ,
"system" : {
"heading" : "System Settings" ,
"deleteChatHistory" : {
"label" : "Delete Chat History" ,
"button" : "Delete" ,
"confirm" : "Are you sure you want to delete your chat history? This action cannot be undone."
} ,
"export" : {
2024-05-08 13:42:59 +05:30
"label" : "Export Chat History, Knowledge Base, and Prompts" ,
2024-03-31 16:36:27 +05:30
"button" : "Export Data" ,
"success" : "Export Success"
} ,
"import" : {
2024-05-08 13:42:59 +05:30
"label" : "Import Chat History, Knowledge Base, and Prompts" ,
2024-03-31 16:36:27 +05:30
"button" : "Import Data" ,
"success" : "Import Success" ,
"error" : "Import Error"
}
2024-04-14 00:42:47 +05:30
} ,
"tts" : {
"heading" : "Text-to-Speech Settings" ,
"ttsEnabled" : {
"label" : "Enable Text-to-Speech"
} ,
"ttsProvider" : {
"label" : "Text-to-Speech Provider" ,
"placeholder" : "Select a provider"
} ,
"ttsVoice" : {
"label" : "Text-to-Speech Voice" ,
"placeholder" : "Select a voice"
} ,
"ssmlEnabled" : {
"label" : "Enable SSML (Speech Synthesis Markup Language)"
}
2024-03-24 21:00:00 +05:30
}
} ,
"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."
2024-04-30 20:43:53 +05:30
} ,
"label" : "Manage Page Share" ,
2024-05-14 12:52:39 +05:30
"description" : "Enable or disable the page share feature"
2024-03-24 21:00:00 +05:30
} ,
"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"
2024-05-12 23:54:48 +05:30
} ,
"advanced" : {
"label" : "Advance Ollama URL Configuration" ,
"urlRewriteEnabled" : {
"label" : "Enable or Disable Custom Origin URL"
} ,
"rewriteUrl" : {
"label" : "Custom Origin URL" ,
"placeholder" : "Enter Custom Origin URL"
} ,
"help" : "If you have connection issues with Ollama on Page Assist, you can configure a custom origin URL. To learn more about the configuration, <anchor>click here</anchor>."
2024-03-24 21:00:00 +05:30
}
}
2024-03-31 00:36:12 +05:30
} ,
"manageSearch" : {
2024-03-31 15:57:56 +05:30
"title" : "Manage Web Search" ,
2024-03-31 00:36:12 +05:30
"heading" : "Configure Web Search"
2024-03-31 20:16:26 +05:30
} ,
"about" : {
"title" : "About" ,
"heading" : "About" ,
"chromeVersion" : "Page Assist Version" ,
"ollamaVersion" : "Ollama Version" ,
"support" : "You can support the Page Assist project by donating or sponsoring through the following platforms:" ,
"koFi" : "Support on Ko-fi" ,
"githubSponsor" : "Sponsor on GitHub" ,
"githubRepo" : "GitHub Repository"
2024-04-05 20:28:29 +05:30
} ,
"manageKnowledge" : {
"title" : "Manage Knowledge" ,
"heading" : "Configure Knowledge Base"
2024-03-24 21:00:00 +05:30
}
}