WPMU DEV in your language

Translations

Translation of Hummingbird: Turkish

1 64 65 66 67 68 119
Prio Original string Translation
You can use %s to inform the browser that your page intends to establish a connection to another origin and that you’d like the process to start as soon as possible. As an example, if your page is fetching multiple resources from another origin say https://example.com, you can add the following code inside the <head>. Sayfanızın başka bir orjinalle bağlantı kurma niyetini ve mümkün olduğunca çabuk ileme başlamak için tarayıcıyı %s kullanarak bilgilendirebilirsiniz. Örnek olarak, eğer sayfanız https://example.com orjinalinden bir den fazla kaynak yüklüyorsa, şu kodu <head> içerisine ekleyebilirsiniz. Details

You can use %s to inform the browser that your page intends to establish a connection to another origin and that you’d like the process to start as soon as possible. As an example, if your page is fetching multiple resources from another origin say https://example.com, you can add the following code inside the <head>.

Sayfanızın başka bir orjinalle bağlantı kurma niyetini ve mümkün olduğunca çabuk ileme başlamak için tarayıcıyı %s kullanarak bilgilendirebilirsiniz. Örnek olarak, eğer sayfanız https://example.com orjinalinden bir den fazla kaynak yüklüyorsa, şu kodu <head> içerisine ekleyebilirsiniz.
Login to your account for contributing to translations.

Meta

Status:
current
Comment:
translators: %s – preconnect attribute
Date added (GMT):
2019-06-26 08:49:56
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-rel-preconnect.php:78
Priority:
normal
More links:
You can potentially save %dms by pre-connecting to the origin of following resources. Şu kaynakların orjinallerine önceden bağlanarak potansiyel olarak %dms kazanabilirsiniz. Details

You can potentially save %dms by pre-connecting to the origin of following resources.

Şu kaynakların orjinallerine önceden bağlanarak potansiyel olarak %dms kazanabilirsiniz.
Login to your account for contributing to translations.

Meta

Status:
current
Comment:
translators: %d – number of ms
Date added (GMT):
2019-06-26 08:50:52
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-rel-preconnect.php:43
Priority:
normal
More links:
Nice! No issues found. Güzel! Herhangi bir hata bulunmadı. Details

Nice! No issues found.

Güzel! Herhangi bir hata bulunmadı.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-06-26 08:51:04
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-rel-preconnect.php:38
Priority:
normal
More links:
Establishing a connection with a third-party origin often involves significant time as it involves DNS lookups, redirects, and several round trips. Whenever your site needs to fetch resources from a third-party origin such as a CDN, you should consider pre-connecting to that origin to make your application feel snappier. Üçüncü parti orjinalle bağlantı kurmak DNS araması, yyeniden yönlendirme ve bir kaç ziyaretten dolayı sıklıkla farkedilir zaman alabilir. Siteniz ne zaman üçüncü parti orjinalden kaynağa ihtiyaç duysa CDN gibi, uygulamanızı daha çabuk hissettirmek için o orjinallere önceden bağlantıyı düşünmelisiniz. Details

Establishing a connection with a third-party origin often involves significant time as it involves DNS lookups, redirects, and several round trips. Whenever your site needs to fetch resources from a third-party origin such as a CDN, you should consider pre-connecting to that origin to make your application feel snappier.

Üçüncü parti orjinalle bağlantı kurmak DNS araması, yyeniden yönlendirme ve bir kaç ziyaretten dolayı sıklıkla farkedilir zaman alabilir. Siteniz ne zaman üçüncü parti orjinalden kaynağa ihtiyaç duysa CDN gibi, uygulamanızı daha çabuk hissettirmek için o orjinallere önceden bağlantıyı düşünmelisiniz.
Login to your account for contributing to translations.

Meta

Status:
current
Comment:
translators: % – <link rel=preload>
Date added (GMT):
2019-06-26 08:57:25
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-rel-preconnect.php:22
Priority:
normal
More links:
Optimize Images Görselleri Optimize Et Details

Optimize Images

Görselleri Optimize Et
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-06-26 08:57:35
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-optimized-images.php:98
Priority:
normal
More links:
Lastly, images should be displaying at the same size as their container. There is a setting in Smush to 'Detect incorrectly sized image'. Enable this feature and check your key pages to ensure images are being output correctly - this will highlight images you may be serving too large, or too small. Son olarak, görseller kapsayıcısı ile aynı boyutlarda gösterilmelidir. Smush'da 'yanlış boyutlandırılmış görseli tespit et' ayarı vardır. Bu özelliği etkinleştirin ve görsellerin doğru olarak çıktığından emin olmak için anahtar sayfalarınızı kontrol edin - çok büyük yada çok küçük sunduğunuz görseller belirtilecektir. Details

Lastly, images should be displaying at the same size as their container. There is a setting in Smush to 'Detect incorrectly sized image'. Enable this feature and check your key pages to ensure images are being output correctly - this will highlight images you may be serving too large, or too small.

Son olarak, görseller kapsayıcısı ile aynı boyutlarda gösterilmelidir. Smush'da 'yanlış boyutlandırılmış görseli tespit et' ayarı vardır. Bu özelliği etkinleştirin ve görsellerin doğru olarak çıktığından emin olmak için anahtar sayfalarınızı kontrol edin - çok büyük yada çok küçük sunduğunuz görseller belirtilecektir.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-06-26 10:44:10
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-optimized-images.php:93
Priority:
normal
More links:
If you are a WPMU DEV member you get access to the pro features of Smush including double the compression, the ability to serve your images via the WPMU DEV CDN, and an option to serve images to WebP. If you're a serious user, Smush Pro could be an ideal option for you. Eğer WPMU DEV üyesi iseniz Smush'ın iki kat sıkıştırma, görsellerinizi WPMU DEV CDN ile sunma ve görselleri WebP gormatında sunma gibi pro özelliklere erişiminiz vardır. Eğer ciddi kullanıcıysanız, Smush Pro sizin için ideal seçenek olabilir. Details

If you are a WPMU DEV member you get access to the pro features of Smush including double the compression, the ability to serve your images via the WPMU DEV CDN, and an option to serve images to WebP. If you're a serious user, Smush Pro could be an ideal option for you.

Eğer WPMU DEV üyesi iseniz Smush'ın iki kat sıkıştırma, görsellerinizi WPMU DEV CDN ile sunma ve görselleri WebP gormatında sunma gibi pro özelliklere erişiminiz vardır. Eğer ciddi kullanıcıysanız, Smush Pro sizin için ideal seçenek olabilir.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-06-26 10:51:36
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-optimized-images.php:91
Priority:
normal
More links:
Next, switch to the Directory Smush tab and start a directory smush. Find your active theme, select it and proceed to optimize all the images in your theme. Sonra, Dizin Sıkıştırma sekmesine gidin ve dizin sıkıştırmayı başlatın. Aktif temanızı bulun, seçin ve temanızdaki tüm görselleri optimize etmek için devam edin. Details

Next, switch to the Directory Smush tab and start a directory smush. Find your active theme, select it and proceed to optimize all the images in your theme.

Sonra, Dizin Sıkıştırma sekmesine gidin ve dizin sıkıştırmayı başlatın. Aktif temanızı bulun, seçin ve temanızdaki tüm görselleri optimize etmek için devam edin.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-06-26 10:53:23
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-optimized-images.php:89
Priority:
normal
More links:
Install the plugin and follow the instructions to get set up. Once you've chosen your desired settings, smush all your existing images to ensure they are compressed. Eklentiyi yükleyin ve kurmak için talimatları takip edin. İstediğiniz ayarları seçtikten sonra, sıkıştırıldıklarından emin olmak için var olan tüm görsellerinizi sıkıştırın. Details

Install the plugin and follow the instructions to get set up. Once you've chosen your desired settings, smush all your existing images to ensure they are compressed.

Eklentiyi yükleyin ve kurmak için talimatları takip edin. İstediğiniz ayarları seçtikten sonra, sıkıştırıldıklarından emin olmak için var olan tüm görsellerinizi sıkıştırın.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-06-26 11:25:18
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-optimized-images.php:88
Priority:
normal
More links:
To reduce the size of your images, you need to compress them to remove unused data without reducing the quality. The popular %1$sSmush%2$s plugin offers automatic bulk optimization to help you improve your score. Görsellerinizin boyutunu azaltmak için, kaliteyi azaltmadan kullanılmayan verileri kaldırarak onları sıkıştırmanız gerekiyor. Popüler %1$sSmush%2$s eklentisi puanınızı geliştirmek için otomatik toplu sıkıştırma sunar. Details

To reduce the size of your images, you need to compress them to remove unused data without reducing the quality. The popular %1$sSmush%2$s plugin offers automatic bulk optimization to help you improve your score.

Görsellerinizin boyutunu azaltmak için, kaliteyi azaltmadan kullanılmayan verileri kaldırarak onları sıkıştırmanız gerekiyor. Popüler %1$sSmush%2$s eklentisi puanınızı geliştirmek için otomatik toplu sıkıştırma sunar.
Login to your account for contributing to translations.

Meta

Status:
current
Comment:
translators: %1$s – link to Smush page, %2$s – closing a tag
Date added (GMT):
2019-06-26 11:26:54
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-optimized-images.php:81
Priority:
normal
More links:
You can potentially save %dms by compressing the following images without losing any visual quality. Şu görselleri sıkıştırarak herhangi bir görsel kalite kaybetmeden potansiyel olarak %dms kazanabilirsiniz. Details

You can potentially save %dms by compressing the following images without losing any visual quality.

Şu görselleri sıkıştırarak herhangi bir görsel kalite kaybetmeden potansiyel olarak %dms kazanabilirsiniz.
Login to your account for contributing to translations.

Meta

Status:
current
Comment:
translators: %d – number of ms
Date added (GMT):
2019-06-26 11:29:49
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-optimized-images.php:38
Priority:
normal
More links:
Nice! We couldn't find any unoptimized image. Güzel! Herhangi bir optimize edilmemiş görsel bulamadık. Details

Nice! We couldn't find any unoptimized image.

Güzel! Herhangi bir optimize edilmemiş görsel bulamadık.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-06-26 11:30:05
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-optimized-images.php:33
Priority:
normal
More links:
Images are an important asset to a visually entertaining website, however they also are the biggest contributor to slowing down website load times. Optimizing and compressing the images will result in faster page load times and happier customers, nice! Görseller websitenizde görsel olarak eğlendirici önemli dosyalardır, ancak websitenizin yüklenme süresini yavaşlatan en önemli faktörlerden de birisidir. Görselleri optimize etmek ve sıkıştırmak daha hızlı sayfa yüklenmeleri ve daha mutlu müşteriler sağlar, güzel! Details

Images are an important asset to a visually entertaining website, however they also are the biggest contributor to slowing down website load times. Optimizing and compressing the images will result in faster page load times and happier customers, nice!

Görseller websitenizde görsel olarak eğlendirici önemli dosyalardır, ancak websitenizin yüklenme süresini yavaşlatan en önemli faktörlerden de birisidir. Görselleri optimize etmek ve sıkıştırmak daha hızlı sayfa yüklenmeleri ve daha mutlu müşteriler sağlar, güzel!
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-06-26 11:31:30
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-optimized-images.php:20
Priority:
normal
More links:
Unfortunately, there is no way to control the caching headers of external resources served from another domain. Resources from other domains mentioned in the Status section are likely being added by a plugin or your theme. You can: Ne yazıkki, başka bir alan adından sunulan harici kaynakların önbellekleme ayarlarını kontrol etmenin bir yolu yok. Durum bölümünde bahsedilen başka alan adından kaynaklar eklenti yada temanız tarafından eklenmiş olabilir. Şunları yapabilirsiniz: Details

Unfortunately, there is no way to control the caching headers of external resources served from another domain. Resources from other domains mentioned in the Status section are likely being added by a plugin or your theme. You can:

Ne yazıkki, başka bir alan adından sunulan harici kaynakların önbellekleme ayarlarını kontrol etmenin bir yolu yok. Durum bölümünde bahsedilen başka alan adından kaynaklar eklenti yada temanız tarafından eklenmiş olabilir. Şunları yapabilirsiniz:
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-06-26 11:33:12
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-long-cache-ttl.php:86
Priority:
normal
More links:
Configure Browser Caching Tarayıcı Önbelleklemeyi Ayarla Details

Configure Browser Caching

Tarayıcı Önbelleklemeyi Ayarla
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-06-26 11:33:45
Date added (local):
Calculating...
Translated by:
Oguz (oguzz)
References:
  • admin/views/performance/audits/uses-long-cache-ttl.php:81
Priority:
normal
More links:
Legend:
Current
Waiting
Rejected
Fuzzy
Old
changesrequested
With warnings
1 64 65 66 67 68 119

Export as

Translators