Home » 报价

快速和免费的在线报价

使用下方免费在线报价表为您的语言项目获取最快的报价。所有信息将始终保密。凭借极具竞争力的价格、卓越的质量水准和快速的周转时间,立即开始您的项目。
'); 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 ('zh-hans') { case 'en': location.href = "https://www.trustedtranslations.com/thanks?zf_lang=zh-hans" break; case 'es': location.href = "https://www.trustedtranslations.com/es/gracias?zf_lang=zh-hans" break; case 'fr': location.href = "https://www.trustedtranslations.com/fr/merci?zf_lang=zh-hans" break; case 'de': location.href = "https://www.trustedtranslations.com/de/dankeschon?zf_lang=zh-hans" break; case 'pt-br': location.href = "https://www.trustedtranslations.com/pt-br/obrigado?zf_lang=zh-hans" break; case 'nl': location.href = "https://www.trustedtranslations.com/nl/bedankt?zf_lang=zh-hans" break; case 'ja': location.href = "https://www.trustedtranslations.com/ja/thanks?zf_lang=zh-hans" break; case 'ru': location.href = "https://www.trustedtranslations.com/ru/thanks?zf_lang=zh-hans" break; case 'zh-hans': location.href = "https://www.trustedtranslations.com/zh-hans/thanks?zf_lang=zh-hans" break; case 'ar': location.href = "https://www.trustedtranslations.com/ar/thanks?zf_lang=zh-hans" break; case 'ko': location.href = "https://www.trustedtranslations.com/ko/thanks?zf_lang=zh-hans" break; default: location.href = "https://www.trustedtranslations.com/thanks?zf_lang=zh-hans" } }); 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 ('zh-hans') { case 'en': location.href = "https://www.trustedtranslations.com/thanks?zf_lang=zh-hans" break; case 'es': location.href = "https://www.trustedtranslations.com/es/gracias?zf_lang=zh-hans" break; case 'fr': location.href = "https://www.trustedtranslations.com/fr/merci?zf_lang=zh-hans" break; case 'de': location.href = "https://www.trustedtranslations.com/de/dankeschon?zf_lang=zh-hans" break; case 'pt-br': location.href = "https://www.trustedtranslations.com/pt-br/obrigado?zf_lang=zh-hans" break; case 'nl': location.href = "https://www.trustedtranslations.com/nl/bedankt?zf_lang=zh-hans" break; case 'ja': location.href = "https://www.trustedtranslations.com/ja/thanks?zf_lang=zh-hans" break; case 'ru': location.href = "https://www.trustedtranslations.com/ru/thanks?zf_lang=zh-hans" break; case 'zh-hans': location.href = "https://www.trustedtranslations.com/zh-hans/thanks?zf_lang=zh-hans" break; case 'ar': location.href = "https://www.trustedtranslations.com/ar/thanks?zf_lang=zh-hans" break; case 'ko': location.href = "https://www.trustedtranslations.com/ko/thanks?zf_lang=zh-hans" break; default: location.href = "https://www.trustedtranslations.com/thanks?zf_lang=zh-hans" } }); } }); 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 ('zh-hans') { case 'en': location.href = "https://www.trustedtranslations.com/thanks?zf_lang=zh-hans" break; case 'es': location.href = "https://www.trustedtranslations.com/es/gracias?zf_lang=zh-hans" break; case 'fr': location.href = "https://www.trustedtranslations.com/fr/merci?zf_lang=zh-hans" break; case 'de': location.href = "https://www.trustedtranslations.com/de/dankeschon?zf_lang=zh-hans" break; case 'pt-br': location.href = "https://www.trustedtranslations.com/pt-br/obrigado?zf_lang=zh-hans" break; case 'nl': location.href = "https://www.trustedtranslations.com/nl/bedankt?zf_lang=zh-hans" break; case 'ja': location.href = "https://www.trustedtranslations.com/ja/thanks?zf_lang=zh-hans" break; case 'ru': location.href = "https://www.trustedtranslations.com/ru/thanks?zf_lang=zh-hans" break; case 'zh-hans': location.href = "https://www.trustedtranslations.com/zh-hans/thanks?zf_lang=zh-hans" break; case 'ar': location.href = "https://www.trustedtranslations.com/ar/thanks?zf_lang=zh-hans" break; case 'ko': location.href = "https://www.trustedtranslations.com/ko/thanks?zf_lang=zh-hans" break; default: location.href = "https://www.trustedtranslations.com/thanks?zf_lang=zh-hans" } }, error : function(jqXHR, status, error) { dropZone.removeAllFiles(); grecaptcha.reset(); $('#sendForm').prop('disabled', true); } }); }

2,000 多条经核实的评论,评分为 4.9/5

Very professional! on time delivery, good service! Will definitely come again!!
Huang A.
Patricia was a great person to work with. Very fast turnaround time and answered all of my questions.
Katie N.
Excellent service! Very fast, and they always responded to my questions immediately. Thanks!
Sheri S.
Incredibly professional and tactful from the start to the end. I would recommend this company for translations.
Audrey D.
The team has helped a variety of requests for us and is usually very fast with the turnaround.
Elisa V.
I've used this company to translate personal documentation. Great price, super fast turnaround.
Montserrat ..
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.
Prompt, professional, and reasonably priced--I would certainly use them again!
Courtney N.
4.9 Stars - Based on 2000 User Reviews
Call Now