Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 24 for Translate (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. scripts/translate.py

    
    @app.command()
    def commands_json(
        command: Annotated[str | None, typer.Option(envvar="COMMAND")] = None,
    ) -> None:
        available_commands = [
            "translate-page",
            "translate-lang",
            "update-outdated",
            "add-missing",
            "update-and-add",
            "remove-removable",
        ]
        default_commands = [
            "remove-removable",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:37:41 GMT 2026
    - 15.8K bytes
    - Click Count (0)
  2. scripts/general-llm-prompt.md

    Examples of how to translate a heading:
    
    Source (English):
    
    ```
    ## Alternative API docs { #alternative-api-docs }
    ```
    
    Result (Spanish):
    
    ```
    ## Documentación de la API alternativa { #alternative-api-docs }
    ```
    
    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)
  3. docs/en/docs/management-tasks.md

    ## Merge Translation PRs
    
    Translations are generated automatically with LLMs and scripts.
    
    There's one GitHub Action that can be manually run to add or update translations for a language: [`translate.yml`](https://github.com/fastapi/fastapi/actions/workflows/translate.yml).
    
    For these language translation PRs, confirm that:
    
    * The PR was automated (authored by @tiangolo), not made by another user.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:59:26 GMT 2026
    - 10.7K bytes
    - Click Count (0)
  4. docs/ja/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:07:17 GMT 2026
    - 13.5K bytes
    - Click Count (0)
  5. docs/en/docs/contributing.md

    To check the 2-letter code for the language you want to translate, you can use the table [List of ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes).
    
    #### Request a New Language
    
    Let's say that you want to request translations for a language that is not yet translated, not even some pages. For example, Latin.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:59:26 GMT 2026
    - 10.6K bytes
    - Click Count (0)
  6. android/guava/src/com/google/common/hash/BloomFilter.java

     * @author Kevin Bourrillion
     * @since 11.0 (thread-safe since 23.0)
     */
    @Beta
    public final class BloomFilter<T extends @Nullable Object> implements Predicate<T>, Serializable {
      /**
       * A strategy to translate T instances, to {@code numHashFunctions} bit indexes.
       *
       * <p>Implementations should be collections of pure functions (i.e. stateless).
       */
      interface Strategy extends Serializable {
    
        /**
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 10 22:28:12 GMT 2026
    - 27.6K bytes
    - Click Count (0)
  7. impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java

                    PlexusConfiguration config = XmlPlexusConfiguration.toPlexusConfiguration(dom);
                    configProps.put("aether.transport.wagon.config." + server.getId(), config);
    
                    // Translate to proper resolver configuration properties as well (as Plexus XML above is Wagon specific
                    // only) but support only configuration/httpConfiguration/all, see
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Mar 19 13:42:58 GMT 2026
    - 25.8K bytes
    - Click Count (0)
  8. docs/tr/docs/_llm-test.md

    * Bu dokümanın hedeflediğiniz dile sıfırdan yeni bir çevirisini yapın (örneğin `translate.py` içindeki `translate-page` komutu). Bu, çeviriyi `docs/{language code}/docs/_llm-test.md` altında oluşturur.
    * Çeviride her şeyin yolunda olup olmadığını kontrol edin.
    * Gerekirse dile özel prompt'u, genel prompt'u veya İngilizce dokümanı iyileştirin.
    * Ardından çeviride kalan sorunları elle düzeltin; böylece iyi bir çeviri elde edin.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 11.1K bytes
    - Click Count (0)
  9. src/main/webapp/js/purify.min.js

    load","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),P=i(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","b...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 22.7K bytes
    - Click Count (0)
  10. docs/pt/docs/_llm-test.md

    * Tenha um prompt específico do idioma – `docs/{language code}/llm-prompt.md`.
    * Faça uma tradução nova deste documento para o seu idioma de destino (veja, por exemplo, o comando `translate-page` do `translate.py`). Isso criará a tradução em `docs/{language code}/docs/_llm-test.md`.
    * Verifique se está tudo certo na tradução.
    * Se necessário, melhore seu prompt específico do idioma, o prompt geral ou o documento em inglês.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 12.1K bytes
    - Click Count (0)
Back to Top