Dictionary

Addition to Speed Calls

Pada tanggal 12 Desember 2018. Lihat %(latest_version_link).

Skrip ini tidak untuk dipasang secara langsung. Ini adalah pustaka skrip lain untuk disertakan dengan direktif meta // @require https://update.sleazyfork.org/scripts/375278/653161/Dictionary.js

  1. function spGetTranslations( value )
  2. {
  3. switch( value ){
  4. case "notícias":
  5. return spTranslations.pt;
  6. case "welcome":
  7. return spTranslations.en;
  8. default:
  9. return spTranslations.en;
  10. }
  11. }
  12.  
  13. var spTranslations = {
  14. en: {
  15. call_everyone: 'Call everyone',
  16. 9999: 'Dont Call',
  17. 24: 'Wazzup call',
  18. 61: 'SMS friendly text',
  19. 58: 'SMS funny pic',
  20. 26: 'Prank call',
  21. 162: 'Birthday call',
  22. 171: 'Thank You call'
  23. }
  24. };