- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 12 for Russian (0.1 seconds)
-
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 Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Jan 22 07:07:05 GMT 2026 - 6.5K bytes - Click Count (0) -
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 Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0) -
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 Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 5.3K bytes - Click Count (0) -
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: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 06 11:36:30 GMT 2025 - 10.4K bytes - Click Count (1) -
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: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 40K bytes - Click Count (0) -
scripts/general-llm-prompt.md
<abbr title="too long; didn't read - zu lang; hab's nicht gelesen"><strong>TL;DR:</strong></abbr> ``` - 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 Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Mar 18 10:55:36 GMT 2026 - 14.6K bytes - Click Count (0) -
tests/association_generics_test.go
if err := DB.Create(&user).Error; err != nil { t.Fatalf("create user: %v", err) } langs := []Language{{Code: "pt", Name: "Portuguese"}, {Code: "ru", Name: "Russian"}} for _, l := range langs { DB.FirstOrCreate(&l, "code = ?", l.Code) } if err := DB.Model(&user).Association("Languages").Append(&langs); err != nil { t.Fatalf("append: %v", err) }
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Fri Sep 12 05:42:26 GMT 2025 - 37.9K bytes - Click Count (0) -
src/main/resources/fess_indices/_aws/fess.json
"type": "keyword_marker", "keywords": ["привет", "мир", "поиск"] }, "russian_stemmer": { "type": "stemmer", "language": "russian" }, "russian_override": { "type": "stemmer_override", "rules": [] }, "simplified_chinese_stop": { "type": "smartcn_stop",
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/resources/fess_indices/_cloud/fess.json
"type": "keyword_marker", "keywords": ["привет", "мир", "поиск"] }, "russian_stemmer": { "type": "stemmer", "language": "russian" }, "russian_override": { "type": "stemmer_override", "rules": [] }, "simplified_chinese_stop": { "type": "smartcn_stop",
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
հայ // xn--54b7fta0cc ("Bangla", Bangla) : BD বাংলা // xn--90ae ("bg", Bulgarian) : BG бг // xn--mgbcpq6gpa1a ("albahrain", Arabic) : BH البحرين // xn--90ais ("bel", Belarusian/Russian Cyrillic) : BY // Operated by .by registry бел // xn--fiqs8s ("Zhongguo/China", Chinese, Simplified) : CN // CNNIC // http://cnnic.cn/html/Dir/2005/10/11/3218.htm 中国Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 309.7K bytes - Click Count (1)