Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 17 for Russian (0.04 seconds)

  1. docs/ru/llm-prompt.md

    Translate to Russian (русский язык).
    
    Language code: ru.
    
    ---
    
    Use a neutral tone (not overly formal or informal).
    
    Use correct Russian grammar — appropriate cases, suffixes, and endings depending on context.
    
    For the following technical terms, use these specific translations to ensure consistency and clarity across the documentation:
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Oct 06 11:09:58 GMT 2025
    - 6K bytes
    - Click Count (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/internal/idn/PunycodeTest.kt

        // (H) Korean (Hangul syllables)
        testEncodeDecode(
          unicode = "세계의모든사람들이한국어를이해한다면얼마나좋을까",
          punycode = "xn--989aomsvi5e83db1d2a355cv1e0vak1dwrv93d5xbh15a0dt30a5jpsd879ccm6fea98c",
        )
    
        // (I) Russian (Cyrillic)
        testEncodeDecode(
          unicode = "почемужеонинеговорятпорусски",
          punycode = "xn--b1abfaaepdrnnbgefbadotcwatmq2g4l",
        )
    
        // (J) Spanish
        testEncodeDecode(
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 5.3K bytes
    - Click Count (0)
  3. docs/en/docs/release-notes.md

    * 🌐 Add Russian translation for `docs/ru/docs/tutorial/security/oauth2-jwt.md`. PR [#10601](https://github.com/fastapi/fastapi/pull/10601) by [@AlertRED](https://github.com/AlertRED).
    * 🌐 Add Russian translation for `docs/ru/docs/tutorial/security/simple-oauth2.md`. PR [#10599](https://github.com/fastapi/fastapi/pull/10599) by [@AlertRED](https://github.com/AlertRED).
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 19:06:15 GMT 2025
    - 586.7K bytes
    - Click Count (0)
  4. src/main/resources/fess_indices/fess.json

              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}ru/protwords.txt"
            },
            "russian_stemmer": {
              "type":       "stemmer",
              "language":   "russian"
            },
            "russian_override": {
              "type":       "stemmer_override",
              "rules_path": "${fess.dictionary.path}ru/stemmer_override.txt"
            },
            "simplified_chinese_stop": {
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Fri Jun 06 14:17:42 GMT 2025
    - 39.8K bytes
    - Click Count (0)
  5. ADDING_NEW_LANGUAGE.md

    2. **Search/Analysis Support** (40+ languages): Language-specific text analysis for search indexing
    
    Currently supported UI languages: German, English, Spanish, French, Italian, Japanese, Korean, Dutch, Polish, Brazilian Portuguese, Russian, Simplified Chinese, and Traditional Chinese.
    
    ## File Structure
    
    Language resource files are located in:
    ```
    src/main/resources/
    ├── fess_label.properties           # Base English labels (fallback)
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 06 11:36:30 GMT 2025
    - 10.4K bytes
    - Click Count (1)
  6. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

          "russian_keywords": {
            "type":       "keyword_marker",
            "keywords": ["привет", "мир", "поиск"]
          },
          "russian_stemmer": {
            "type":       "stemmer",
            "language":   "russian"
          },
          "spanish_stop": {
            "type":       "stop",
            "stopwords":  "_spanish_"
          },
          "spanish_keywords": {
            "type":       "keyword_marker",
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 57.4K bytes
    - Click Count (1)
  7. scripts/translate.py

            »»»
    
    1.1) If the language to which you translate mostly uses the letters of the ASCII char set (for example Spanish, French, German, but not Russian, Chinese) and if the translation of the full phrase is identical to, or starts with the same letters as the original full phrase, then only give the translation of the full phrase.
    
    Conversion scheme:
    
        Source (English):
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 19:05:53 GMT 2025
    - 34.1K bytes
    - Click Count (0)
  8. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          "russian_keywords": {
            "type":       "keyword_marker",
            "keywords": ["привет", "мир", "поиск"]
          },
          "russian_stemmer": {
            "type":       "stemmer",
            "language":   "russian"
          },
          "spanish_stop": {
            "type":       "stop",
            "stopwords":  "_spanish_"
          },
          "spanish_keywords": {
            "type":       "keyword_marker",
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Wed Mar 24 12:55:37 GMT 2021
    - 57.4K bytes
    - Click Count (0)
  9. src/main/resources/suggest_indices/suggest_analyzer.json

            "type":       "keyword_marker",
            "keywords_path": "${fess.dictionary.path}ru/protwords.txt"
          },
          "russian_stemmer": {
            "type":       "stemmer",
            "language":   "russian"
          },
          "spanish_stop": {
            "type":       "stop",
            "stopwords":  "_spanish_"
          },
          "spanish_keywords": {
            "type":       "keyword_marker",
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu May 23 05:09:51 GMT 2019
    - 57.7K bytes
    - Click Count (0)
  10. src/main/resources/suggest_indices/suggest_analyzer.json

          },
          "russian_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["привет"]
          },
          "russian_stemmer": {
            "type":       "stemmer",
            "language":   "russian"
          },
          "spanish_stop": {
            "type":       "stop",
            "stopwords":  "_spanish_"
          },
          "spanish_keywords": {
            "type":       "keyword_marker",
    Created: Sat Dec 20 13:04:59 GMT 2025
    - Last Modified: Thu Oct 03 02:51:59 GMT 2019
    - 57.3K bytes
    - Click Count (3)
Back to Top