يمكن ترجمة الأدوات إلى اللغات التالية:
لغة | culture-slug |
---|---|
العربية | ar |
البنغالية | bn |
الصينية | zh |
الكرواتية | hr |
الإنجليزية | en |
الفرنسية | fr |
شيخوخة | de |
الهندية | hi |
الهنغارية | hu |
الإندونيسية | id |
الإيطالية | it |
اليابانية | ja |
الكورية | ko |
البولندية | pl |
يأخذ | pt |
الروسية | ru |
الإسبانية | es |
التركية | tr |
الأوكرانية | uk |
الفيتنامية | vi |
شيخوخة | de |
الهندية | hi |
الهنغارية | hu |
الإندونيسية | id |
الإيطالية | it |
اليابانية | ja |
الكورية | ko |
البولندية | pl |
يأخذ | pt |
الروسية | ru |
الإسبانية | es |
التركية | tr |
الأوكرانية | uk |
الفيتنامية | vi |
عند تغيير اللغة في عناصر واجهة المستخدم ، قم بتغيير مصدر إطار iframe وفقًا لهذا النموذج:
https://pc-builds.com/{culture-slug}/embed/{widget-type} // For example {culture-slug} is replaced with "es" for Spanish
قم بتضمين الآلة الحاسبة الخاصة بنا باستخدام هذا الرمز.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/ar/embed/bottleneck-calculator"
id="pc-builds-bottleneck-calculator"
onload="LoadPCBuildsIFrame('pc-builds-bottleneck-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
قم بتضمين الإطارات الخاصة بنا في الآلة الحاسبة باستخدام هذا الرمز.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/ar/embed/fps-calculator"
id="pc-builds-fps-calculator"
onload="LoadPCBuildsIFrame('pc-builds-fps-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
قم بتضمين حاسبة عنق الزجاجة في اللعبة باستخدام هذا الرمز.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/ar/embed/games-bottleneck-calculator"
id="pc-builds-games-bottleneck-calculator"
onload="LoadPCBuildsIFrame('pc-builds-games-bottleneck-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
قم بتضمين حاسبة وحدة إمداد الطاقة الخاصة بنا باستخدام هذا الرمز.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/ar/embed/psu-calculator"
id="pc-builds-psu-calculator"
onload="LoadPCBuildsIFrame('pc-builds-psu-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
عرض تضمين لمقارنة المعالج باستخدام هذا الرمز.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/ar/embed/compare-processors"
id="pc-builds-compare-processors"
onload="LoadPCBuildsIFrame('pc-builds-compare-processors');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
عرض تضمين لمقارنة بطاقة الرسوميات باستخدام هذا الرمز.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/ar/embed/compare-graphic-cards"
id="pc-builds-compare-graphic-cards"
onload="LoadPCBuildsIFrame('pc-builds-compare-graphic-cards');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>