{
  "chat_page": {
    "root_path_not_found_tips": "Please provide the root path!",
    "tab_presets": "Presets",
    "tab_chat": "Chat",
    "tab_files": "Files",
    "tab_settings": "Settings",
    "tab_about": "About",
    "tab_file_editor": "Editor",
    "file_empty_tips": "Please select a file to edit",
    "continue_inputting_prompt": "Please continue",
    "copy_btn": "Copy",
    "insert_btn": "Insert",
    "diff_btn": "Diff",
    "edit_btn": "Edit",
    "retry_btn": "Retry",
    "regenerate_btn": "Regenerate",
    "stop_btn": "Stop",
    "delete_btn": "Delete",
    "send_btn": "Send",
    "continue_btn": "Continue",
    "chat_tree_btn": "Chats",
    "file_tree_btn": "Files",
    "settings_btn": "Settings",
    "clear_history_btn": "Clear History",
    "pre_chat_btn": "Pre Chat",
    "next_chat_btn": "Next Chat",
    "new_chat_btn": "New Chat",
    "chat_id_not_found_tips": "Please select a chat or new a chat!",
    "delete_chat_btn": "Delete Chat",
    "refresh_btn": "Refresh",
    "filter_btn": "Filter",
    "pin_up_btn": "Pin Up",
    "close_btn": "Close",
    "cancel_btn": "Cancel",
    "ok_btn": "Confirm",
    "close_sidebar_btn": "Close Sidebar",
    "open_sidebar_btn": "Open Sidebar",
    "search_placeholder": "Search...",
    "file_tree_top_tokens_tips": "<FileNumWrapper>{{fileNum}}</FileNumWrapper> Files <TokenNumWrapper>{{tokenNum}}</TokenNumWrapper> Tokens.",
    "file_tree_top_clear_checked_btn": "Clear Checked",
    "search_files_placeholder": "Search files...",
    "no_gpt_files_tips": "There is no <Badge>xxx.gpt.md</Badge> file in the current directory.",
    "ask_for_create_gpt_file_tips": "Do you want to create a <Badge>{{fileName}}</Badge> file?",
    "confirm_create_btn": "Confirm",
    "settings_general": "General",
    "settings_language": "Language",
    "settings_theme": "Theme",
    "settings_config": "Config",
    "settings_proxy": "Proxy",
    "settings_tab_settings": "Settings",
    "settings_tab_config_info": "Config Info",
    "settings_tab_about": "About",
    "settings_tab_notifications": "Notifications",
    "override_model_type": "Override Model Type",
    "default": "Default",
    "override_settings": "Override Settings",
    "override_all_settings": "Override All Settings",
    "context_settings": "Context Settings",
    "context_settings_system_prompt_as_user_prompt_tips": "Send System Prompt as message, useful for APIs that don't support System Prompt",
    "context_settings_selected_text_checkbox_tips": "Selected Text As Prompt <TokenNumWrapper>{{tokenNum}}</TokenNumWrapper> Tokens.",
    "context_settings_opening_ide_file_contents_checkbox_tips": "Opening IDE File Contents As Prompt <FileNumWrapper>{{fileNum}}</FileNumWrapper> Files <TokenNumWrapper>{{tokenNum}}</TokenNumWrapper> Tokens.",
    "context_settings_active_ide_file_contents_checkbox_tips": "Active IDE File Contents As Prompt <TokenNumWrapper>{{tokenNum}}</TokenNumWrapper> Tokens.",
    "context_settings_selected_files_checkbox_label": "Selected Files As Prompt. Current Selected <FileNumWrapper>{{fileNum}}</FileNumWrapper> Files <TokenNumWrapper>{{tokenNum}}</TokenNumWrapper> Tokens.",
    "context_settings_all_file_paths_checkbox_label": "All File Path As Prompt <TokenNumWrapper>{{tokenNum}}</TokenNumWrapper> Tokens.",
    "model_settings_btn": "Model Settings",
    "model_name": "Model Name",
    "temperature": "Temperature",
    "max_tokens": "Max Reply Tokens",
    "top_p": "Top P",
    "top_k": "Top K",
    "frequency_penalty": "Frequency Penalty",
    "presence_penalty": "Presence Penalty",
    "version": "Version",
    "github": "Github",
    "reward": "Reward",
    "contributors": "Contributors",
    "buy_me_a_coffee": "buy me a coffee",
    "third_party_api_providers": "Third-Party API Providers",
    "custom": "Custom",
    "anthropic_api_key": "Anthropic API Key",
    "anthropic_api_key_placeholder": "Please input Anthropic API Key",
    "anthropic_api_base_path": "Anthropic API Base Path",
    "openai_api_key": "OpenAI API Key",
    "openai_api_key_placeholder": "Please input OpenAI API Key",
    "openai_api_base_path": "OpenAI API Base Path",
    "openai_access_token": "OpenAI Access Token",
    "openai_access_token_placeholder": "if you don't have openai api key, please provide access token",
    "openai_get_access_token_tips": "You can open here to got the access token: ",
    "for_example": "For example",
    "proxy_url": "Proxy URL",
    "save_btn": "Save",
    "do_not_save_btn": "Don't Save",
    "disabled_save_secrets_config_btn": "You can't save outside localhost",
    "toast_save_success": "Save success!",
    "toast_save_error": "Save error!",
    "toast_create_success": "Create success!",
    "toast_create_error": "Create error!",
    "toast_copy_success": "Copied!",
    "toast_selected_files_as_prompt_reopened": "Selected Files As Prompt Has Reopened!",
    "monaco_switch_language_tips": "Switch To Language",
    "file_editor_forgot_save_tips_title": "Do you want to save changes to {{fileName}}?",
    "file_editor_forgot_save_tips_content": "Your changes will be lost if you don't save them."
  }
}