Dictionary

Addition to Speed Calls

이 스크립트는 직접 설치해서 쓰는 게 아닙니다. 다른 스크립트가 메타 명령 // @require https://update.sleazyfork.org/scripts/375278/657908/Dictionary.js(으)로 포함하여 쓰는 라이브러리입니다.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
  1. function spGetTranslations( value )
  2. {
  3. switch( value ){
  4. case "welcome":
  5. return spTranslations.en;
  6. default:
  7. return spTranslations.en;
  8. }
  9. }
  10.  
  11. var spTranslations = {
  12. en: {
  13. call_everyone: 'Call everyone',
  14. 9999: 'Dont Call',
  15. 24: 'Wazzup call',
  16. 61: 'SMS friendly text',
  17. 58: 'SMS funny pic',
  18. 26: 'Prank call',
  19. 162: 'Birthday call',
  20. 171: 'Thank You call'
  21. }
  22. };