feat(i18n): support chinese language #679
                
     Open
            
            
          
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
PR Checklist
Please check if your PR fulfills the following requirements:
This pull request adds support for the Chinese (
zh) language across the application's internationalization (i18n) system. It introduces Chinese translations for all major UI sections, updates locale lists to include Chinese, and ensures the language is recognized as a supported locale.Chinese language support:
Added comprehensive Chinese (
zh) translations for all major UI components, including dashboard, sidebar, presets, bottom bar, not found page, and common UI elements in files such asdashboard.ts,sidebar.ts,presets.ts,bottombar.ts,notFound.ts, andui.ts. [1] [2] [3] [4] [5] [6]Integrated the new Chinese translations into the main locale configuration in
index.ts, ensuring all UI strings are available in Chinese.Locale recognition and configuration:
Updated all locale name lists in
index.tsto include Chinese translations for language names in Italian, English, German, and Spanish contexts. [1] [2] [3] [4]Added
zhto the list of supported locales inlocales.ts, allowing the application to recognize and switch to Chinese.deimage/blob/main/CONTRIBUTING.md#commitPR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information