mastodon-timeline-widget/mastodon.widget-jp.js

20 lines
518 B
JavaScript

/**
* Mastodon User Timeline Widget
* Copyright (c) 2017 有限会社アゼット
* ライセンスに関して、LICENSEファイルを参照下さい。
* see license file for details.
*
* @author Azet <http://www.azet.jp>
* @version 1.03
*/
//===========================
// text properties override
//===========================
MastodonApi.text = {
spoilerBtnClosed : "もっと見る"
,spoilerBtnOpened : "隠す"
,nsfwLabel : "閲覧注意"
,nsfwViewMsg : "クリックして表示"
};