mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 03:10:15 +01:00
🌑 style(File Manager): Localize and Update Dark Mode Stylings (#2155)
* 🌑 style: Update Dark Mode Stylings for File Manager * 🌐 feat: localize file manager text * 🌐 feat: file panel table localization
This commit is contained in:
parent
1ee2c32a67
commit
e0dd0381b2
8 changed files with 135 additions and 68 deletions
|
|
@ -3,6 +3,9 @@
|
|||
// file deepcode ignore HardcodedNonCryptoSecret: No hardcoded secrets present in this file
|
||||
|
||||
export default {
|
||||
com_files_no_results: 'No results.',
|
||||
com_files_filter: 'Filter files...',
|
||||
com_files_number_selected: '{0} of {1} file(s) selected',
|
||||
com_sidepanel_select_assistant: 'Select an Assistant',
|
||||
com_sidepanel_assistant_builder: 'Assistant Builder',
|
||||
com_sidepanel_attach_files: 'Attach Files',
|
||||
|
|
@ -49,7 +52,15 @@ export default {
|
|||
'May occasionally produce harmful instructions or biased content',
|
||||
com_ui_limitation_limited_2021: 'Limited knowledge of world and events after 2021',
|
||||
com_ui_experimental: 'Experimental Features',
|
||||
com_ui_ascending: 'Asc',
|
||||
com_ui_descending: 'Desc',
|
||||
com_ui_show_all: 'Show All',
|
||||
com_ui_name: 'Name',
|
||||
com_ui_date: 'Date',
|
||||
com_ui_storage: 'Storage',
|
||||
com_ui_context: 'Context',
|
||||
com_ui_size: 'Size',
|
||||
com_ui_host: 'Host',
|
||||
com_ui_instructions: 'Instructions',
|
||||
com_ui_description: 'Description',
|
||||
com_ui_error: 'Error',
|
||||
|
|
@ -93,7 +104,13 @@ export default {
|
|||
com_ui_revoke_info: 'Revoke all user provided credentials',
|
||||
com_ui_confirm_action: 'Confirm Action',
|
||||
com_ui_chats: 'chats',
|
||||
com_ui_avatar: 'Avatar',
|
||||
com_ui_unknown: 'Unknown',
|
||||
com_ui_image_gen: 'Image Gen',
|
||||
com_ui_assistant: 'Assistant',
|
||||
com_ui_assistants: 'Assistants',
|
||||
com_ui_attachment: 'Attachment',
|
||||
com_ui_assistants_output: 'Assistants Output',
|
||||
com_ui_delete: 'Delete',
|
||||
com_ui_create: 'Create',
|
||||
com_ui_delete_conversation: 'Delete chat?',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue