الصفحة الرئيسية » السعر

عرض سعر سريع ومجاني عبر الإنترنت

احصل على أسرع عرض سعر لمشروعك اللغوي باستخدام نموذج عرض السعر المجاني عبر الإنترنت أدناه. ستبقى كل المعلومات سرية. ابدأ مشروعك اليوم بأسعارنا التنافسية للغاية ومستويات الجودة الفائقة وأوقات التسليم السريعة.

'); 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 ('ar') { case 'en': location.href = "https://www.trustedtranslations.com/thanks?zf_lang=ar" break; case 'es': location.href = "https://www.trustedtranslations.com/es/gracias?zf_lang=ar" break; case 'fr': location.href = "https://www.trustedtranslations.com/fr/merci?zf_lang=ar" break; case 'de': location.href = "https://www.trustedtranslations.com/de/dankeschon?zf_lang=ar" break; case 'pt-br': location.href = "https://www.trustedtranslations.com/pt-br/obrigado?zf_lang=ar" break; case 'nl': location.href = "https://www.trustedtranslations.com/nl/bedankt?zf_lang=ar" break; case 'ja': location.href = "https://www.trustedtranslations.com/ja/thanks?zf_lang=ar" break; case 'ru': location.href = "https://www.trustedtranslations.com/ru/thanks?zf_lang=ar" break; case 'zh-hans': location.href = "https://www.trustedtranslations.com/zh-hans/thanks?zf_lang=ar" break; case 'ar': location.href = "https://www.trustedtranslations.com/ar/thanks?zf_lang=ar" break; case 'ko': location.href = "https://www.trustedtranslations.com/ko/thanks?zf_lang=ar" break; default: location.href = "https://www.trustedtranslations.com/thanks?zf_lang=ar" } }); 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 ('ar') { case 'en': location.href = "https://www.trustedtranslations.com/thanks?zf_lang=ar" break; case 'es': location.href = "https://www.trustedtranslations.com/es/gracias?zf_lang=ar" break; case 'fr': location.href = "https://www.trustedtranslations.com/fr/merci?zf_lang=ar" break; case 'de': location.href = "https://www.trustedtranslations.com/de/dankeschon?zf_lang=ar" break; case 'pt-br': location.href = "https://www.trustedtranslations.com/pt-br/obrigado?zf_lang=ar" break; case 'nl': location.href = "https://www.trustedtranslations.com/nl/bedankt?zf_lang=ar" break; case 'ja': location.href = "https://www.trustedtranslations.com/ja/thanks?zf_lang=ar" break; case 'ru': location.href = "https://www.trustedtranslations.com/ru/thanks?zf_lang=ar" break; case 'zh-hans': location.href = "https://www.trustedtranslations.com/zh-hans/thanks?zf_lang=ar" break; case 'ar': location.href = "https://www.trustedtranslations.com/ar/thanks?zf_lang=ar" break; case 'ko': location.href = "https://www.trustedtranslations.com/ko/thanks?zf_lang=ar" break; default: location.href = "https://www.trustedtranslations.com/thanks?zf_lang=ar" } }); } }); 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 ('ar') { case 'en': location.href = "https://www.trustedtranslations.com/thanks?zf_lang=ar" break; case 'es': location.href = "https://www.trustedtranslations.com/es/gracias?zf_lang=ar" break; case 'fr': location.href = "https://www.trustedtranslations.com/fr/merci?zf_lang=ar" break; case 'de': location.href = "https://www.trustedtranslations.com/de/dankeschon?zf_lang=ar" break; case 'pt-br': location.href = "https://www.trustedtranslations.com/pt-br/obrigado?zf_lang=ar" break; case 'nl': location.href = "https://www.trustedtranslations.com/nl/bedankt?zf_lang=ar" break; case 'ja': location.href = "https://www.trustedtranslations.com/ja/thanks?zf_lang=ar" break; case 'ru': location.href = "https://www.trustedtranslations.com/ru/thanks?zf_lang=ar" break; case 'zh-hans': location.href = "https://www.trustedtranslations.com/zh-hans/thanks?zf_lang=ar" break; case 'ar': location.href = "https://www.trustedtranslations.com/ar/thanks?zf_lang=ar" break; case 'ko': location.href = "https://www.trustedtranslations.com/ko/thanks?zf_lang=ar" break; default: location.href = "https://www.trustedtranslations.com/thanks?zf_lang=ar" } }, error : function(jqXHR, status, error) { dropZone.removeAllFiles(); grecaptcha.reset(); $('#sendForm').prop('disabled', true); } }); }

Rated 4.9/5 from more than 2,000 verified reviews

Patricia was a great person to work with. Very fast turnaround time and answered all of my questions.
Katie N.
We use Trusted Translations on a regular basis. Speedy work, always on time! Thank you!
Thomas E.
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.
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.
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.
Prompt, professional, and reasonably priced--I would certainly use them again!
Courtney N.
4.9 Stars - Based on 2000 User Reviews
Call Now