SpellCheck.js 512 B

123456789101112131415161718192021
  1. define(
  2. "dojox/editor/plugins/nls/tr/SpellCheck", //begin v1.x content
  3. ({
  4. widgetLabel: "Toplu Yazım Denetimi",
  5. unfound: "Bulunamadı",
  6. skip: "Atla",
  7. skipAll: "Tümünü Atla",
  8. toDic: "Sözlüğe ekle",
  9. suggestions: "Öneriler",
  10. replace: "Değiştir",
  11. replaceWith: "Şununla Değiştir",
  12. replaceAll: "Tümünü Değiştir",
  13. cancel: "İptal",
  14. msg: "Yazım hatası bulunamadı",
  15. iSkip: "Bunu atla",
  16. iSkipAll: "Buna benzeyenlerin tümünü atla",
  17. iMsg: "Yazım önerisi yok"
  18. })
  19. //end v1.x content
  20. );