V1 e V2 (Archivio)

circle-info

Vecchia configurazione per la versione 0.7.x e <= 0.8.6-alpha

Versione Pro

  • Impostazioni ➜ Traduzione ➜ Motori MT ➜ Personalizzato ➜ Configura ➜ Passa l'editor a Codice

Versione Pubblica

  • Impostazioni ➜ Traduzione Automatica ➜ Traduttori ➜ Personalizzato ➜ Configura ➜ Passa l'editor a Codice


Metodo di Web Scraping

  • lang: oggetto

    • source: array[]

    • target: array[]

  • config: oggetto

    • method: stringa

    • initialURL: stringa

    • scrapeURL: stringa

    • encodeURI: booleano

    • encodeURIComponent: booleano

    • querySelector: stringa

    • querySelectorAll: stringa

    • queryProperty: stringa

    • evaluateInterval: numero

    • evaluateTimeOut: numero

    • waitingTimeOut: booleano *Deprecato

    • evaluateRepeated: booleano *Deprecato


HTTP GET

  • lang: oggetto

    • source: array[]

    • target: array[]

  • config: oggetto

    • method: stringa

    • getURL: stringa

    • getOptions: oggetto

    • encodeURI: booleano

    • encodeURIComponent: booleano

    • responseParse: booleano

    • responseType: stringa

    • responseQuery: stringa


HTTP POST

  • lang: oggetto

    • source: array[]

    • target: array[]

  • config: oggetto

    • method: stringa

    • postURL: stringa

    • postOptions: oggetto

    • postData: oggetto

    • encodeURI: booleano

    • encodeURIComponent: booleano

    • responseParse: booleano

    • responseType: stringa

    • responseQuery: stringa