trans_SpeedCalling

Translations necessary for SpeedCalling script

このスクリプトは単体で利用できません。右のようなメタデータを含むスクリプトから、ライブラリとして読み込まれます: // @require https://update.greatest.deepsurf.us/scripts/9992/53257/trans_SpeedCalling.js

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
/*
 * ########## AREA: FUNCTIONS AREA
 * #############################################################
*/

var trans_SpeedCalling = {
    pt: {
		call_everyone:		'Ligar para todos',
		9999:				'Não telefonar',
		121:				'Fofocar ao telefone',
		24:				'Ligar para papear',
		61:				'Mandar mensagem no celular',
		58:				'Mandar foto engraçada por MMS',
		26:				'Passar trote',
		25:				'Ligar para namorar',
		73:				'Ligar para flertar',
		74:				'Flertar por SMS'
    },
    en: {
		call_everyone :		'Call everyone',
		9999:				'Dont Call',
		121:				'Gossip on the phone',
		24:				'Wazzup call',
		61:				'SMS friendly text',
		58:				'SMS funny pic',
		26:				'Prank call',
		25:				'Lover call',
		73:				'Flirty Phone call',
		74:				'Flirty SMS',
    }
};