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

20 lines
518 B
JavaScript
Raw Normal View History

/**
* 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 : "クリックして表示"
};