Sleazy Fork is available in English.

Dictionary

Addition to Speed Calls

2018-12-07 일자. 최신 버전을 확인하세요.

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

질문, 리뷰하거나, 이 스크립트를 신고하세요.
function spGetTranslations( value )
{
    switch( value ){
	case "notícias":
	    return spTranslations.pt;
	case "welcome":
	    return spTranslations.en;
	default:
	    return spTranslations.en;
    }	
}

var spTranslations = {

    en: {
	call_everyone:		'Call everyone',
	9999:			'Dont Call',
	25:			'Dirty Call',
	73:			'Flirty Phone call',
	74:			'Flirty SMS'
	24:			'Wazzup call',
 	61:			'SMS friendly text',
 	58:			'SMS funny pic',
	26:			'Prank call',
	25:			'Lover call',


    }
};