Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for Translate (0.05 sec)

  1. scripts/translate.py

    Examples of how to translate a heading:
    
        Source (English):
    
            «««
            ## Alternative API docs { #alternative-api-docs }
            »»»
    
        Result (Spanish):
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:05:53 UTC 2025
    - 34.1K bytes
    - Viewed (0)
  2. docs/en/docs/contributing.md

    </div>
    
    #### Translation specific tips and guidelines
    
    * Translate only the Markdown documents (`.md`). Do not translate the code examples at `./docs_src`.
    
    * In code blocks within the Markdown document, translate comments (`# a comment`), but leave the rest unchanged.
    
    * Do not change anything enclosed in "``" (inline code).
    
    * In lines starting with `///` translate only the text part after `|`. Leave the rest unchanged.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Sep 21 11:29:04 UTC 2025
    - 15.1K bytes
    - Viewed (0)
  3. docs/de/llm-prompt.md

    
    ### Headings
    
    1) Translate headings using the infinite form.
    
    Examples:
    
        Source (English):
    
            «««
            ## Create a Project { #create-a-project }
            »»»
    
        Translate with (German):
    
            «««
            ## Ein Projekt erstellen { #create-a-project }
            »»»
    
        Do NOT translate with (German):
    
            «««
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 09:39:53 UTC 2025
    - 11.9K bytes
    - Viewed (0)
  4. docs/en/docs/_llm-test.md

    * Do a fresh translation of this document into your desired target language (see e.g. the `translate-page` command of the `translate.py`). This will create the translation under `docs/{language code}/docs/_llm-test.md`.
    * Check if things are okay in the translation.
    * If necessary, improve your language specific prompt, the general prompt, or the English document.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 11 14:48:47 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  5. 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.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 10:17:03 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  6. docs/ru/docs/_llm-test.md

    * Выполните новый перевод этого документа на нужный целевой язык (см., например, команду `translate-page` в `translate.py`). Это создаст перевод в `docs/{language code}/docs/_llm-test.md`.
    * Проверьте, всё ли в порядке в переводе.
    * При необходимости улучшите ваш языковой специфичный промпт, общий промпт или английский документ.
    * Затем вручную исправьте оставшиеся проблемы в переводе, чтобы он был хорошим.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 11 21:25:03 UTC 2025
    - 17.5K bytes
    - Viewed (0)
  7. docs/de/docs/_llm-test.md

    So verwenden:
    
    * Einen sprachspezifischen Prompt haben – `docs/{language code}/llm-prompt.md`.
    * Eine frische Übersetzung dieses Dokuments in die gewünschte Zielsprache durchführen (siehe z. B. das Kommando `translate-page` der `translate.py`). Dadurch wird die Übersetzung unter `docs/{language code}/docs/_llm-test.md` erstellt.
    * Prüfen Sie, ob in der Übersetzung alles in Ordnung ist.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 07:17:04 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  8. ADDING_NEW_LANGUAGE.md

    # 2. Copy base files
    cp fess_label_en.properties fess_label_sv.properties
    cp fess_message_en.properties fess_message_sv.properties
    
    # 3. Translate files (use your text editor)
    # Edit fess_label_sv.properties - translate all ~1,056 entries
    # Edit fess_message_sv.properties - translate all ~200 entries
    
    # 4. Update configuration (ensure 'sv' is in supported.languages)
    # Edit fess_config.properties line 202
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 06 11:36:30 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  9. docs/es/docs/_llm-test.md

    Úsalo de la siguiente manera:
    
    * Ten un prompt específico del idioma – `docs/{language code}/llm-prompt.md`.
    * Haz una traducción fresca de este documento a tu idioma destino (mira, por ejemplo, el comando `translate-page` de `translate.py`). Esto creará la traducción en `docs/{language code}/docs/_llm-test.md`.
    * Comprueba si todo está bien en la traducción.
    * Si es necesario, mejora tu prompt específico del idioma, el prompt general, o el documento en inglés.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:16:35 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  10. compat/maven-compat/src/main/java/org/apache/maven/project/interpolation/AbstractStringBasedModelInterpolator.java

            // MNG-1927, MNG-2124, MNG-3355:
            // If the build section is present and the project directory is non-null, we should make
            // sure interpolation of the directories below uses translated paths.
            // Afterward, we'll double back and translate any paths that weren't covered during interpolation via the
            // code below...
            translatedPrefixes.add("build.directory");
            translatedPrefixes.add("build.outputDirectory");
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 13.6K bytes
    - Viewed (0)
Back to top