mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
Support localization for Nav components (#688)
* init localization * Update defaul to en * Fix merge issue and import path. * Set default to en * Change jsx to tsx * Update the password max length string. * Remove languageContext as using the recoil instead. * Add localization to component endpoints pages * Revert default to en after testing. * Update LoginForm.tsx * Fix translation. * Make lint happy * Merge (#1) * Create deploy.yml * Add localization support for endpoint pages components (#667) * init localization * Update defaul to en * Fix merge issue and import path. * Set default to en * Change jsx to tsx * Update the password max length string. * Remove languageContext as using the recoil instead. * Add localization to component endpoints pages * Revert default to en after testing. * Update LoginForm.tsx * Fix translation. * Make lint happy * Add a restart to melisearch in docker-compose.yml (#684) * Oauth fixes for Cognito (#686) * Add a restart to melisearch in docker-compose.yml * Oauth fixes for Cognito * Use the username or email for full name from oath if not provided --------- Co-authored-by: Donavan <snark@hey.com> * Italian localization support for endpoint (#687) --------- Co-authored-by: Danny Avila <110412045+danny-avila@users.noreply.github.com> Co-authored-by: Donavan Stanley <donavan.stanley@gmail.com> Co-authored-by: Donavan <snark@hey.com> Co-authored-by: Marco Beretta <81851188+Berry-13@users.noreply.github.com> * Translate Nav pages * Fix npm test --------- Co-authored-by: Danny Avila <110412045+danny-avila@users.noreply.github.com> Co-authored-by: Donavan Stanley <donavan.stanley@gmail.com> Co-authored-by: Donavan <snark@hey.com> Co-authored-by: Marco Beretta <81851188+Berry-13@users.noreply.github.com>
This commit is contained in:
parent
3b865fbc59
commit
1e49b7ecb1
22 changed files with 346 additions and 130 deletions
|
|
@ -132,7 +132,6 @@ export default {
|
|||
com_endpoint_plug_skip_completion: 'Skip Completion',
|
||||
com_endpoint_disabled_with_tools: 'disabled with tools',
|
||||
com_endpoint_disabled_with_tools_placeholder: 'Disabled with Tools Selected',
|
||||
com_endpoint_plug_set_custom_name_for_gpt_placeholder: 'Set a custom name for ChatGPT.',
|
||||
com_endpoint_plug_set_custom_instructions_for_gpt_placeholder:
|
||||
'Set custom instructions to include in System Message. Default: none',
|
||||
com_endpoint_set_custom_name: 'Set a custom name, in case you can find this preset',
|
||||
|
|
@ -148,4 +147,40 @@ export default {
|
|||
com_endpoint_export: 'Export',
|
||||
com_endpoint_save_as_preset: 'Save As Preset',
|
||||
com_endpoint_not_implemented: 'Not implemented',
|
||||
com_endpoint_edit_preset: 'Edit Preset',
|
||||
com_endpoint_view_options: 'View Options',
|
||||
com_endpoint_my_preset: 'My Preset',
|
||||
com_endpoint_agent_model: 'Agent Model (Recommended: GPT-3.5)',
|
||||
com_endpoint_completion_model: 'Completion Model (Recommended: GPT-4)',
|
||||
com_endpoint_func_hover: 'Enable use of Plugins as OpenAI Functions',
|
||||
com_endpoint_skip_hover:
|
||||
'Enable skipping the completion step, which reviews the final answer and generated steps',
|
||||
com_nav_export_filename: 'Filename',
|
||||
com_nav_export_filename_placeholder: 'Set the filename',
|
||||
com_nav_export_type: 'Type',
|
||||
com_nav_export_include_endpoint_options: 'Include endpoint options',
|
||||
com_nav_enabled: 'Enabled',
|
||||
com_nav_not_supported: 'Not Supported',
|
||||
com_nav_export_all_message_branches: 'Export all message branches',
|
||||
com_nav_export_recursive_or_sequential: 'Recursive or sequential?',
|
||||
com_nav_export_recursive: 'Recursive',
|
||||
com_nav_export_conversation: 'Export conversation',
|
||||
com_nav_theme: 'Theme',
|
||||
com_nav_theme_system: 'System',
|
||||
com_nav_theme_dark: 'Dark',
|
||||
com_nav_theme_light: 'Light',
|
||||
com_nav_clear: 'Clear',
|
||||
com_nav_clear_all_chats: 'Clear all chats',
|
||||
com_nav_confirm_clear: 'Confirm Clear',
|
||||
com_nav_close_sidebar: 'Close sidebar',
|
||||
com_nav_open_sidebar: 'Open sidebar',
|
||||
com_nav_log_out: 'Log out',
|
||||
com_nav_user: 'USER',
|
||||
com_nav_clear_conversation: 'Clear conversations',
|
||||
com_nav_clear_conversation_confirm_message:
|
||||
'Are you sure you want to clear all conversations? This is irreversible.',
|
||||
com_nav_help_faq: 'Help & FAQ',
|
||||
com_nav_settings: 'Settings',
|
||||
com_nav_search_placeholder: 'Search messages',
|
||||
com_nav_setting_general: 'General',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue