Dictionary

Addition to Speed Calls

2018/12/08時点のページです。最新版はこちら。

このスクリプトは単体で利用できません。右のようなメタデータを含むスクリプトから、ライブラリとして読み込まれます: // @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'
    }
};