Sleazy Fork is available in English.

Dictionary

Addition to Speed Calls

2018-12-07 기준 버전입니다. 최신 버전을 확인하세요.

이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.sleazyfork.org/scripts/375278/651635/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',
        165:                    'Romantic call',
 	61:			'SMS friendly text',
 	58:			'SMS funny pic',
	26:			'Prank call',
        162:                    'Birthday Call'

    }
};