Home » Orçamento

Orçamento online rápido e gratuito

Obtenha o orçamento mais rápido para o seu projeto de idioma usando nosso formulário de orçamento online gratuito abaixo. Todas as informações serão consideradas confidenciais. Comece seu projeto hoje mesmo com nossos preços altamente competitivos, níveis superiores de qualidade e tempos de entrega rápidos.
'); event.preventDefault(); if (myDropzone.getQueuedFiles().length > 0) { myDropzone.processQueue(); } else { sendFormWithoutFiles(myDropzone); } }); //send all the form data along with the files: this.on("sendingmultiple", function(data, xhr, formData) { var fields = $('#quoteForm :input').serializeArray(); jQuery.each( fields, function( i, field ) { formData.append(field.name, field.value); }); }); this.on("successmultiple", function(file, responseMessage) { responseManager(this, responseMessage); switch ('pt-br') { case 'en': location.href = "https://www.trustedtranslations.com/thanks?zf_lang=pt-br" break; case 'es': location.href = "https://www.trustedtranslations.com/es/gracias?zf_lang=pt-br" break; case 'fr': location.href = "https://www.trustedtranslations.com/fr/merci?zf_lang=pt-br" break; case 'de': location.href = "https://www.trustedtranslations.com/de/dankeschon?zf_lang=pt-br" break; case 'pt-br': location.href = "https://www.trustedtranslations.com/pt-br/obrigado?zf_lang=pt-br" break; case 'nl': location.href = "https://www.trustedtranslations.com/nl/bedankt?zf_lang=pt-br" break; case 'ja': location.href = "https://www.trustedtranslations.com/ja/thanks?zf_lang=pt-br" break; case 'ru': location.href = "https://www.trustedtranslations.com/ru/thanks?zf_lang=pt-br" break; case 'zh-hans': location.href = "https://www.trustedtranslations.com/zh-hans/thanks?zf_lang=pt-br" break; case 'ar': location.href = "https://www.trustedtranslations.com/ar/thanks?zf_lang=pt-br" break; case 'ko': location.href = "https://www.trustedtranslations.com/ko/thanks?zf_lang=pt-br" break; default: location.href = "https://www.trustedtranslations.com/thanks?zf_lang=pt-br" } }); this.on("maxfilesreached", function(file, responseMessage) { $('.error-generated').remove(); var labelError = ""; $(labelError).insertAfter( "#myDropzone"); }); this.on("removedfile", function(file, responseMessage) { $('.error-generated').remove(); if (myDropzone.files.length > 10 ) { var labelError = ""; $(labelError).insertAfter("#myDropzone"); } }); this.on("success", function(file, responseMessage) { responseManager(this, responseMessage); switch ('pt-br') { case 'en': location.href = "https://www.trustedtranslations.com/thanks?zf_lang=pt-br" break; case 'es': location.href = "https://www.trustedtranslations.com/es/gracias?zf_lang=pt-br" break; case 'fr': location.href = "https://www.trustedtranslations.com/fr/merci?zf_lang=pt-br" break; case 'de': location.href = "https://www.trustedtranslations.com/de/dankeschon?zf_lang=pt-br" break; case 'pt-br': location.href = "https://www.trustedtranslations.com/pt-br/obrigado?zf_lang=pt-br" break; case 'nl': location.href = "https://www.trustedtranslations.com/nl/bedankt?zf_lang=pt-br" break; case 'ja': location.href = "https://www.trustedtranslations.com/ja/thanks?zf_lang=pt-br" break; case 'ru': location.href = "https://www.trustedtranslations.com/ru/thanks?zf_lang=pt-br" break; case 'zh-hans': location.href = "https://www.trustedtranslations.com/zh-hans/thanks?zf_lang=pt-br" break; case 'ar': location.href = "https://www.trustedtranslations.com/ar/thanks?zf_lang=pt-br" break; case 'ko': location.href = "https://www.trustedtranslations.com/ko/thanks?zf_lang=pt-br" break; default: location.href = "https://www.trustedtranslations.com/thanks?zf_lang=pt-br" } }); } }); function responseManager(dropZone, responseMessage) { if (responseMessage.data){ window.location.href = responseMessage.data.redirect; } else if(responseMessage.error){ dropZone.removeAllFiles(); grecaptcha.reset(); $('#sendForm').prop('disabled', true); $('.error-generated').remove(); var labelError = ""; $(labelError).insertAfter( "#"+responseMessage.error.field ); } else { dropZone.removeAllFiles(); grecaptcha.reset(); $('#sendForm').prop('disabled', true); } } function sendFormWithoutFiles(dropZone){ let formToProcess = $('#quoteForm'); $.ajax({ type : 'POST', data: formToProcess.serialize(), url: formToProcess.attr("action"), cache : false, async: false, success : function(response) { responseManager(dropZone, response); switch ('pt-br') { case 'en': location.href = "https://www.trustedtranslations.com/thanks?zf_lang=pt-br" break; case 'es': location.href = "https://www.trustedtranslations.com/es/gracias?zf_lang=pt-br" break; case 'fr': location.href = "https://www.trustedtranslations.com/fr/merci?zf_lang=pt-br" break; case 'de': location.href = "https://www.trustedtranslations.com/de/dankeschon?zf_lang=pt-br" break; case 'pt-br': location.href = "https://www.trustedtranslations.com/pt-br/obrigado?zf_lang=pt-br" break; case 'nl': location.href = "https://www.trustedtranslations.com/nl/bedankt?zf_lang=pt-br" break; case 'ja': location.href = "https://www.trustedtranslations.com/ja/thanks?zf_lang=pt-br" break; case 'ru': location.href = "https://www.trustedtranslations.com/ru/thanks?zf_lang=pt-br" break; case 'zh-hans': location.href = "https://www.trustedtranslations.com/zh-hans/thanks?zf_lang=pt-br" break; case 'ar': location.href = "https://www.trustedtranslations.com/ar/thanks?zf_lang=pt-br" break; case 'ko': location.href = "https://www.trustedtranslations.com/ko/thanks?zf_lang=pt-br" break; default: location.href = "https://www.trustedtranslations.com/thanks?zf_lang=pt-br" } }, error : function(jqXHR, status, error) { dropZone.removeAllFiles(); grecaptcha.reset(); $('#sendForm').prop('disabled', true); } }); }

Nota 4,9 de um máximo de 5 em mais de 2 mil avaliações verificadas

Patricia was a great person to work with. Very fast turnaround time and answered all of my questions.
Katie N.
Very fast and efficient. Spoke with Kevin at all time and was very responsive. Will use them again. Thank you guys
aurore c.
We use Trusted Translations on a regular basis. Speedy work, always on time! Thank you!
Thomas E.
I've used this company to translate personal documentation. Great price, super fast turnaround.
Montserrat ..
Excellent service! Very fast, and they always responded to my questions immediately. Thanks!
Sheri S.
Prompt, professional, and reasonably priced--I would certainly use them again!
Courtney N.
Very professional! on time delivery, good service! Will definitely come again!!
Huang A.
The team has helped a variety of requests for us and is usually very fast with the turnaround.
Elisa V.
Incredibly professional and tactful from the start to the end. I would recommend this company for translations.
Audrey D.
4.9 Stars - Based on 2000 User Reviews
Call Now