Sleazy Fork is available in English.

Dictionary

Addition to Speed Calls

目前為 2018-12-08 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.sleazyfork.org/scripts/375278/651723/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',
	24:			'Wazzup call',
 	61:			'SMS friendly text', 
 	58:			'SMS funny pic',
	26:			'Prank call',
    162:        'Birthday call'
    }
};