mastodon-timeline-widget/mastodon.widget-jp.js
nicobo 52646c40bd ~ merge from i18n_export_all
+ link on images to open them
~ lots of changes in CSS to adopt nicolabs.net style
2018-10-25 21:54:57 +02:00

25 lines
762 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 : "クリックして表示"
,title : "Latest toots" // TODO : translate
,byAuthor : "by" // TODO : translate
,loading : "loading..." // TODO : translate
,error : "ERROR" // TODO : translate
,viewOn : "View on" // TODO : translate
};