- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 182 for translator (0.08 seconds)
-
scripts/tests/test_translation_fixer/test_code_blocks/test_code_blocks_number_mismatch.py
expected_content = Path(f"{data_path}/translated_doc_number_gt.md").read_text( "utf-8" ) assert fixed_content == expected_content # Translated doc remains unchanged assert "Error processing docs/lang/docs/doc.md" in result.output assert ( "Number of code blocks does not match the number " "in the original document (6 vs 5)"
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 22:43:44 GMT 2026 - 1.9K bytes - Click Count (0) -
docs/en/docs/fastapi-people.md
</div> There are hundreds of other contributors, you can see them all in the [FastAPI GitHub Contributors page](https://github.com/fastapi/fastapi/graphs/contributors). ๐ท ## Top Translation Reviewers These users are the **Top Translation Reviewers**. ๐ต๏ธ Translation reviewers have the [**power to approve translations**](contributing.md#translations) of the documentation. Without them, there wouldn't be documentation in several other languages.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 9K bytes - Click Count (0) -
docs/en/mkdocs.yml
typeset: null search: null macros: include_yaml: - github_sponsors: ../en/data/github_sponsors.yml - people: ../en/data/people.yml - contributors: ../en/data/contributors.yml - translators: ../en/data/translators.yml - translation_reviewers: ../en/data/translation_reviewers.yml - skip_users: ../en/data/skip_users.yml - members: ../en/data/members.yml - sponsors_badge: ../en/data/sponsors_badge.ymlCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Apr 01 16:16:24 GMT 2026 - 9.9K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_html_links/test_html_links_number_mismatch.py
expected_content = Path(f"{data_path}/translated_doc_number_gt.md").read_text( "utf-8" ) assert fixed_content == expected_content # Translated doc remains unchanged assert "Error processing docs/lang/docs/doc.md" in result.output assert ( "Number of HTML links does not match the number " "in the original document (7 vs 6)"
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 22:43:44 GMT 2026 - 1.8K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_markdown_links/test_mkd_links_number_mismatch.py
expected_content = Path(f"{data_path}/translated_doc_number_gt.md").read_text( "utf-8" ) assert fixed_content == expected_content # Translated doc remains unchanged assert "Error processing docs/lang/docs/doc.md" in result.output assert ( "Number of markdown links does not match the number " "in the original document (7 vs 6)"
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Jan 10 22:43:44 GMT 2026 - 1.9K bytes - Click Count (0) -
docs/uk/llm-prompt.md
### Target language Translate to Ukrainian (ัะบัะฐัะฝััะบะฐ). Language code: uk. ### Grammar and tone - Use polite/formal address consistent with existing Ukrainian docs (use โะฒะธ/ะฒะฐัโ). - Keep the tone concise and technical. - Use one style of dashes. For example, if text contains "-" then use only this symbol to represent a dash. ### Headings - Follow existing Ukrainian heading style; keep headings short and instructional.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 04 16:47:51 GMT 2026 - 4K bytes - Click Count (0) -
docs/ko/docs/_llm-test.md
์ด ๋ฌธ์๋ ๋ฌธ์๋ฅผ ๋ฒ์ญํ๋ <abbr title="Large Language Model - ๋๊ท๋ชจ ์ธ์ด ๋ชจ๋ธ">LLM</abbr>์ด `scripts/translate.py`์ `general_prompt`์ `docs/{language code}/llm-prompt.md`์ ์ธ์ด๋ณ ํ๋กฌํํธ๋ฅผ ์ดํดํ๋์ง ํ ์คํธํฉ๋๋ค. ์ธ์ด๋ณ ํ๋กฌํํธ๋ `general_prompt`์ ์ถ๊ฐ๋ฉ๋๋ค. ์ฌ๊ธฐ์ ์ถ๊ฐ๋ ํ ์คํธ๋ ์ธ์ด๋ณ ํ๋กฌํํธ๋ฅผ ์ค๊ณํ๋ ๋ชจ๋ ์ฌ๋์ด ๋ณด๊ฒ ๋ฉ๋๋ค. ์ฌ์ฉ ๋ฐฉ๋ฒ์ ๋ค์๊ณผ ๊ฐ์ต๋๋ค: * ์ธ์ด๋ณ ํ๋กฌํํธ `docs/{language code}/llm-prompt.md`๋ฅผ ์ค๋นํฉ๋๋ค. * ์ด ๋ฌธ์๋ฅผ ์ํ๋ ๋์ ์ธ์ด๋ก ์๋ก ๋ฒ์ญํฉ๋๋ค(์: `translate.py`์ `translate-page` ๋ช ๋ น). ๊ทธ๋ฌ๋ฉด `docs/{language code}/docs/_llm-test.md` ์๋์ ๋ฒ์ญ์ด ์์ฑ๋ฉ๋๋ค.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.7K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/msrpc/lsarpc.java
public static final int SID_NAME_INVALID = 7; /** SID name type: unknown. */ /** SID name type: unknown. */ public static final int SID_NAME_UNKNOWN = 8; /** * LSA translated SID. */ public static class LsarTranslatedSid extends NdrObject { /** * Default constructor for LsarTranslatedSid. */ public LsarTranslatedSid() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 44.5K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/MinMaxPriorityQueueTest.java
// test without that cast to verify that using the raw Comparable works outside J2KT. @J2ktIncompatible // J2KT's translation of raw Comparable is not a supertype of Int translation public void testCreation_expectedSize() { MinMaxPriorityQueue<Integer> queue = MinMaxPriorityQueue.expectedSize(8).create(); assertEquals(8, queue.capacity());
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 13:11:08 GMT 2026 - 36.2K bytes - Click Count (0) -
gorm.go
AllowGlobalUpdate bool // QueryFields executes the SQL query with all fields of the table QueryFields bool // CreateBatchSize default create batch size CreateBatchSize int // TranslateError enabling error translation TranslateError bool // PropagateUnscoped propagate Unscoped to every other nested statement PropagateUnscoped bool // ClauseBuilders clause builder ClauseBuilders map[string]clause.ClauseBuilder
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:35:55 GMT 2026 - 13.1K bytes - Click Count (0)