Merge branch 'master' into dependabot/npm_and_yarn/app/jimp-0.10.3
This commit is contained in:
commit
b70a5d0053
|
@ -342,21 +342,22 @@ blockquote:before,
|
||||||
#left-menu {
|
#left-menu {
|
||||||
width: 230px;
|
width: 230px;
|
||||||
}
|
}
|
||||||
#left-menu div {
|
#left-menu a {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
color: var(--color);
|
||||||
}
|
}
|
||||||
#left-menu div:hover {
|
#left-menu a:hover {
|
||||||
background-color: var(--beforehover);
|
background-color: var(--beforehover);
|
||||||
}
|
}
|
||||||
#left-menu span {
|
#left-menu span {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
#left-menu div.active {
|
#left-menu a.active {
|
||||||
background-color: var(--emphasized);
|
background-color: var(--emphasized);
|
||||||
}
|
}
|
||||||
#right-menu {
|
#right-menu {
|
||||||
|
@ -376,6 +377,7 @@ blockquote:before,
|
||||||
width: 170px;
|
width: 170px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
color: var(--color);
|
||||||
}
|
}
|
||||||
#tltype .type span {
|
#tltype .type span {
|
||||||
width: calc(100% - 30px);
|
width: calc(100% - 30px);
|
||||||
|
@ -514,6 +516,13 @@ textarea {
|
||||||
#pageSrcInput {
|
#pageSrcInput {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
}
|
}
|
||||||
|
.voice {
|
||||||
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
|
position: absolute !important;
|
||||||
|
height: 1px;
|
||||||
|
width: 1px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
#pageSrc {
|
#pageSrc {
|
||||||
|
|
|
@ -559,7 +559,7 @@ p:not(:last-child) {
|
||||||
z-index: 500;
|
z-index: 500;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 40px 60px 1fr 24px;
|
grid-template-columns: 40px 65px 1fr 24px;
|
||||||
grid-template-rows: 30px 30px;
|
grid-template-rows: 30px 30px;
|
||||||
grid-template-areas: 'notice notice_name notice_name a2' 'notice a1 sta a3' 'notf-box notf-box notf-box notf-box';
|
grid-template-areas: 'notice notice_name notice_name a2' 'notice a1 sta a3' 'notf-box notf-box notf-box notf-box';
|
||||||
}
|
}
|
||||||
|
|
|
@ -115,6 +115,13 @@ $(function($) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//Ctrl+K:メニュー開閉
|
||||||
|
if (event.metaKey || event.ctrlKey) {
|
||||||
|
if (e.keyCode === 75) {
|
||||||
|
menu()
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
//Ctrl+Space:読み込み
|
//Ctrl+Space:読み込み
|
||||||
if (event.metaKey || event.ctrlKey) {
|
if (event.metaKey || event.ctrlKey) {
|
||||||
if (e.keyCode === 32) {
|
if (e.keyCode === 32) {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
function dirMenu() {
|
function dirMenu() {
|
||||||
$("#dir-contents").html("");
|
$("#dir-contents").html("");
|
||||||
directory();
|
directory();
|
||||||
$("#left-menu div").removeClass("active");
|
$("#left-menu a").removeClass("active");
|
||||||
$("#dirMenu").addClass("active");
|
$("#dirMenu").addClass("active");
|
||||||
$(".menu-content").addClass("hide");
|
$(".menu-content").addClass("hide");
|
||||||
$("#dir-box").removeClass("hide");
|
$("#dir-box").removeClass("hide");
|
||||||
|
|
|
@ -101,7 +101,7 @@ function delreset(tlid) {
|
||||||
}
|
}
|
||||||
/*ワードフィルター機能*/
|
/*ワードフィルター機能*/
|
||||||
function filterMenu() {
|
function filterMenu() {
|
||||||
$('#left-menu div').removeClass('active')
|
$('#left-menu a').removeClass('active')
|
||||||
$('#filterMenu').addClass('active')
|
$('#filterMenu').addClass('active')
|
||||||
$('.menu-content').addClass('hide')
|
$('.menu-content').addClass('hide')
|
||||||
$('#filter-box').removeClass('hide')
|
$('#filter-box').removeClass('hide')
|
||||||
|
@ -180,6 +180,9 @@ function makeNewFilter() {
|
||||||
if ($('#conv_filter:checked').val()) {
|
if ($('#conv_filter:checked').val()) {
|
||||||
cont.push('thread')
|
cont.push('thread')
|
||||||
}
|
}
|
||||||
|
if ($('#prof_filter:checked').val()) {
|
||||||
|
cont.push('profiles')
|
||||||
|
}
|
||||||
if (!cont.length) {
|
if (!cont.length) {
|
||||||
$('#filtered-words').html('Error:' + lang.lang_filter_errordegree)
|
$('#filtered-words').html('Error:' + lang.lang_filter_errordegree)
|
||||||
}
|
}
|
||||||
|
@ -229,6 +232,7 @@ function makeNewFilter() {
|
||||||
$('#local_filter').prop('checked', false)
|
$('#local_filter').prop('checked', false)
|
||||||
$('#notf_filter').prop('checked', false)
|
$('#notf_filter').prop('checked', false)
|
||||||
$('#conv_filter').prop('checked', false)
|
$('#conv_filter').prop('checked', false)
|
||||||
|
$('#prof_filter').prop('checked', false)
|
||||||
$('#except_filter').prop('checked', false)
|
$('#except_filter').prop('checked', false)
|
||||||
$('#wholeword_filter').prop('checked', false)
|
$('#wholeword_filter').prop('checked', false)
|
||||||
$('#days_filter').val('0')
|
$('#days_filter').val('0')
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
function listMenu() {
|
function listMenu() {
|
||||||
$('#left-menu div').removeClass('active')
|
$('#left-menu a').removeClass('active')
|
||||||
$('#listMenu').addClass('active')
|
$('#listMenu').addClass('active')
|
||||||
$('.menu-content').addClass('hide')
|
$('.menu-content').addClass('hide')
|
||||||
$('#list-box').removeClass('hide')
|
$('#list-box').removeClass('hide')
|
||||||
|
|
|
@ -241,7 +241,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
noticeavatar = toot.account.avatar_static
|
noticeavatar = toot.account.avatar_static
|
||||||
}
|
}
|
||||||
noticeavatar = `<a onclick="udg('${toot.account.id}','${acct_id}');" user="${toot.account.acct}" class="udg">
|
noticeavatar = `<a onclick="udg('${toot.account.id}','${acct_id}');" user="${toot.account.acct}" class="udg">
|
||||||
<img draggable="false" src="${noticeavatar}" width="20" class="notf-icon prof-img" user="${toot.account.acct}">
|
<img draggable="false" src="${noticeavatar}" width="20" class="notf-icon prof-img" user="${toot.account.acct}" alt="">
|
||||||
</a>`
|
</a>`
|
||||||
if (toot.type == 'mention') {
|
if (toot.type == 'mention') {
|
||||||
var what = lang.lang_parse_mentioned
|
var what = lang.lang_parse_mentioned
|
||||||
|
@ -268,15 +268,15 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
} else {
|
} else {
|
||||||
var notfFilHide = ''
|
var notfFilHide = ''
|
||||||
}
|
}
|
||||||
var noticetext = `<i class="fas fa-filter pointer big-text ${notfFilHide}"
|
var noticetext = `<span onclick="notfFilter('${toot.account.id}','${tlid}');" class=" pointer big-text ${notfFilHide}"><i class="fas fa-filter"
|
||||||
onclick="notfFilter('${toot.account.id}','${tlid}');" title="${lang.lang_parse_notffilter}">
|
title="${lang.lang_parse_notffilter}">
|
||||||
</i>
|
</i><span class="voice">${lang.lang_parse_notffilter}</span></span>
|
||||||
<span class="cbadge cbadge-hover" title="${date(toot.created_at, 'absolute')}(${
|
<span class="cbadge cbadge-hover" title="${date(toot.created_at, 'absolute')}(${
|
||||||
lang.lang_parse_notftime
|
lang.lang_parse_notftime
|
||||||
})">
|
})" aria-hidden="true"><i class="far fa-clock"></i>
|
||||||
<i class="far fa-clock"></i>
|
|
||||||
${date(toot.created_at, datetype)}
|
${date(toot.created_at, datetype)}
|
||||||
</span>
|
</span>
|
||||||
|
<span class="voice">${date(toot.created_at, 'absolute')}(${lang.lang_parse_notftime})</span>
|
||||||
<i class="big-text fas ${icon}"></i>
|
<i class="big-text fas ${icon}"></i>
|
||||||
<a onclick="udg('${toot.account.id}','${acct_id}')" class="pointer grey-text">
|
<a onclick="udg('${toot.account.id}','${acct_id}')" class="pointer grey-text">
|
||||||
${dis_name}(@${toot.account.acct})
|
${dis_name}(@${toot.account.acct})
|
||||||
|
@ -393,7 +393,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
} else {
|
} else {
|
||||||
noticeavatar = toot.account.avatar_static
|
noticeavatar = toot.account.avatar_static
|
||||||
}
|
}
|
||||||
noticeavatar = `<a onclick="udg('${toot.account.id}','${acct_id}');" user="${toot.account.acct}" class="notf-icon udg">
|
noticeavatar = `<a onclick="udg('${toot.account.id}','${acct_id}');" user="${toot.account.acct}" class="notf-icon udg" aria-hidden="true">
|
||||||
<img draggable="false" src="${noticeavatar}" width="20" class="prof-img"
|
<img draggable="false" src="${noticeavatar}" width="20" class="prof-img"
|
||||||
user="${toot.account.acct}" onerror="this.src=\'../../img/loading.svg\'">
|
user="${toot.account.acct}" onerror="this.src=\'../../img/loading.svg\'">
|
||||||
</a>`
|
</a>`
|
||||||
|
@ -518,7 +518,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
var spoil = escapeHTML(toot.spoiler_text)
|
var spoil = escapeHTML(toot.spoiler_text)
|
||||||
var spoiler = 'cw cw_hide'
|
var spoiler = 'cw cw_hide'
|
||||||
var api_spoil = 'gray'
|
var api_spoil = 'gray'
|
||||||
var spoiler_show = `<a href="#" onclick="cw_show(this)" class="nex parsed cw_btn">${lang.lang_parse_cwshow}</a><br>`
|
var spoiler_show = `<a href="#" onclick="cw_show(this)" class="nex parsed cw_btn">${lang.lang_parse_cwshow}<span class="voice">${lang.lang_parse_cwshow_acc}</span></a><br>`
|
||||||
} else {
|
} else {
|
||||||
if (content) {
|
if (content) {
|
||||||
var ct1 = content.split('</p>').length + content.split('<br />').length - 2
|
var ct1 = content.split('</p>').length + content.split('<br />').length - 2
|
||||||
|
@ -576,7 +576,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (urls) {
|
if (urls) {
|
||||||
var analyze = `<a onclick="additionalIndv('${tlid}','${acct_id}','${id}')" class="add-show pointer">
|
var analyze = `<a onclick="additionalIndv('${tlid}','${acct_id}','${id}')" class="add-show pointer" aria-hidden="true">
|
||||||
${lang.lang_parse_url}
|
${lang.lang_parse_url}
|
||||||
</a><br>`
|
</a><br>`
|
||||||
} else {
|
} else {
|
||||||
|
@ -621,7 +621,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
viewer +
|
viewer +
|
||||||
`<a onclick="imgv('${id}','${key2}','${acct_id}')" id="${id}'-image-${key2}"
|
`<a onclick="imgv('${id}','${key2}','${acct_id}')" id="${id}'-image-${key2}"
|
||||||
data-url="${url}" data-type="video" class="img-parsed">
|
data-url="${url}" data-type="video" class="img-parsed">
|
||||||
<video src="${purl}" class="${sense} toot-img pointer" style="max-width:100%;" loop="true">
|
<video src="${purl}" class="${sense} toot-img pointer" style="max-width:100%;" loop="true" alt="attached media">
|
||||||
</a></span>`
|
</a></span>`
|
||||||
} else {
|
} else {
|
||||||
if (media.type == 'unknown') {
|
if (media.type == 'unknown') {
|
||||||
|
@ -634,7 +634,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
viewer +
|
viewer +
|
||||||
'<audio src="' +
|
'<audio src="' +
|
||||||
url +
|
url +
|
||||||
'" class="pointer" style="width:100%;" controls></span>'
|
'" class="pointer" style="width:100%;" controls alt="attached media"></span>'
|
||||||
} else {
|
} else {
|
||||||
if (media.description) {
|
if (media.description) {
|
||||||
var desc = media.description
|
var desc = media.description
|
||||||
|
@ -652,7 +652,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
id="${id}-image-${key2}" data-url="${url}" data-original="${remote_url}" data-type="${media.type}"
|
id="${id}-image-${key2}" data-url="${url}" data-original="${remote_url}" data-type="${media.type}"
|
||||||
class="img-parsed img-link" style="width:calc(${cwdt}% - 1px); height:${imh};">
|
class="img-parsed img-link" style="width:calc(${cwdt}% - 1px); height:${imh};">
|
||||||
<img draggable="false" src="${purl}" class="${sense} toot-img pointer"
|
<img draggable="false" src="${purl}" class="${sense} toot-img pointer"
|
||||||
onerror="this.src=\'../../img/loading.svg\'" title="${escapeHTML(desc)}">
|
onerror="this.src=\'../../img/loading.svg\'" title="${escapeHTML(desc)}" alt="${escapeHTML(desc)}">
|
||||||
${nsfwmes}
|
${nsfwmes}
|
||||||
</a>`
|
</a>`
|
||||||
}
|
}
|
||||||
|
@ -683,7 +683,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
if (toot.account.acct != mention.acct) {
|
if (toot.account.acct != mention.acct) {
|
||||||
mentions =
|
mentions =
|
||||||
mentions +
|
mentions +
|
||||||
`<a onclick="udg('${mention.id}',' ${acct_id}')" class="pointer">@${mention.acct}</a> `
|
`<a onclick="udg('${mention.id}',' ${acct_id}')" class="pointer" aria-hidden="true">@${mention.acct}</a> `
|
||||||
to_mention.push(mention.acct)
|
to_mention.push(mention.acct)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -724,7 +724,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
)}
|
)}
|
||||||
">Pin</a>${featured}</span> `
|
">Pin</a>${featured}</span> `
|
||||||
})
|
})
|
||||||
tags = '<div style="float:right">' + tags + '</div>'
|
tags = '<div style="float:right" aria-hidden="true">' + tags + '</div>'
|
||||||
}
|
}
|
||||||
//リプ数
|
//リプ数
|
||||||
if (toot.replies_count || toot.replies_count === 0) {
|
if (toot.replies_count || toot.replies_count === 0) {
|
||||||
|
@ -739,29 +739,29 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
var vis = ''
|
var vis = ''
|
||||||
var visen = toot.visibility
|
var visen = toot.visibility
|
||||||
if (visen == 'public') {
|
if (visen == 'public') {
|
||||||
var vis = `<i class="text-darken-3 material-icons gray sml vis-data pointer"
|
var vis = `<span onclick="staCopy('${id}')"><i class="text-darken-3 material-icons gray sml vis-data pointer"
|
||||||
title="${lang.lang_parse_public}(${lang.lang_parse_clickcopy})" data-vis="public" onclick="staCopy('${id}')">
|
title="${lang.lang_parse_public}(${lang.lang_parse_clickcopy})" data-vis="public" aria-hidden="true">
|
||||||
public
|
public
|
||||||
</i>`
|
</i><span class="voice">${lang.lang_parse_public} ${lang.lang_toot}(${lang.lang_parse_clickcopy})</span></span>`
|
||||||
var can_rt = ''
|
var can_rt = ''
|
||||||
} else if (visen == 'unlisted') {
|
} else if (visen == 'unlisted') {
|
||||||
var vis = `<i class="text-darken-3 material-icons blue-text sml vis-data pointer"
|
var vis = `<span onclick="staCopy('${id}')"><i class="text-darken-3 material-icons blue-text sml vis-data pointer"
|
||||||
title="${lang.lang_parse_unlisted}(${lang.lang_parse_clickcopy})" data-vis="public" onclick="staCopy('${id}')">
|
title="${lang.lang_parse_unlisted}(${lang.lang_parse_clickcopy})" data-vis="public" aria-hidden="true">
|
||||||
lock_open
|
lock_open
|
||||||
</i>`
|
</i><span class="voice">${lang.lang_parse_unlisted} ${lang.lang_toot}(${lang.lang_parse_clickcopy})</span></span>`
|
||||||
var can_rt = ''
|
var can_rt = ''
|
||||||
} else if (visen == 'private') {
|
} else if (visen == 'private') {
|
||||||
var vis = `<i class="text-darken-3 material-icons orange-text sml vis-data pointer"
|
var vis = `<span onclick="staCopy('${id}')"><i class="text-darken-3 material-icons orange-text sml vis-data pointer"
|
||||||
title="${lang.lang_parse_private}(${lang.lang_parse_clickcopy})" data-vis="public" onclick="staCopy('${id}')">
|
title="${lang.lang_parse_private}(${lang.lang_parse_clickcopy})" data-vis="public" aria-hidden="true">
|
||||||
lock
|
lock
|
||||||
</i>`
|
</i><span class="voice">${lang.lang_parse_private} ${lang.lang_toot}(${lang.lang_parse_clickcopy})</span></span>`
|
||||||
|
|
||||||
var can_rt = 'unvisible'
|
var can_rt = 'unvisible'
|
||||||
} else if (visen == 'direct') {
|
} else if (visen == 'direct') {
|
||||||
var vis = `<i class="text-darken-3 material-icons red-text sml vis-data pointer"
|
var vis = `<span onclick="staCopy('${id}')"><i class="text-darken-3 material-icons red-text sml vis-data pointer"
|
||||||
title="${lang.lang_parse_direct}(${lang.lang_parse_clickcopy})" data-vis="public" onclick="staCopy('${id}')">
|
title="${lang.lang_parse_direct}(${lang.lang_parse_clickcopy})" data-vis="public" aria-hidden="true">
|
||||||
mail
|
mail
|
||||||
</i>`
|
</i><span class="voice">${lang.lang_parse_direct} ${lang.lang_toot}(${lang.lang_parse_clickcopy})</span></span>`
|
||||||
var can_rt = 'unvisible'
|
var can_rt = 'unvisible'
|
||||||
}
|
}
|
||||||
if (toot.account.acct == localStorage.getItem('user_' + acct_id)) {
|
if (toot.account.acct == localStorage.getItem('user_' + acct_id)) {
|
||||||
|
@ -904,7 +904,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
var trans = `<div class="">
|
var trans = `<div class="">
|
||||||
<a onclick="trans('${toot.language}','${lang.language}', $(this))"
|
<a onclick="trans('${toot.language}','${lang.language}', $(this))"
|
||||||
class="waves-effect waves-dark btn-flat actct" style="padding:0">
|
class="waves-effect waves-dark btn-flat actct" style="padding:0">
|
||||||
<i class="material-icons">g_translate</i>${lang.lang_parse_trans}
|
<i class="material-icons" aria-hidden="true">g_translate</i>${lang.lang_parse_trans}
|
||||||
</a>
|
</a>
|
||||||
</div>`
|
</div>`
|
||||||
} else {
|
} else {
|
||||||
|
@ -929,7 +929,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
for (var i = 0; i < tickerdata.length; i++) {
|
for (var i = 0; i < tickerdata.length; i++) {
|
||||||
var value = tickerdata[i]
|
var value = tickerdata[i]
|
||||||
if (value.domain == thisdomain) {
|
if (value.domain == thisdomain) {
|
||||||
var tickerdom = `<div style="user-select:none;cursor:default;background:linear-gradient(90deg, ${
|
var tickerdom = `<div aria-hidden="true" style="user-select:none;cursor:default;background:linear-gradient(90deg, ${
|
||||||
value.bg
|
value.bg
|
||||||
}, transparent 96%) !important; color:${
|
}, transparent 96%) !important; color:${
|
||||||
value.text
|
value.text
|
||||||
|
@ -1007,7 +1007,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
<div class="area-icon grid">
|
<div class="area-icon grid">
|
||||||
<a onclick="udg('${toot.account.id}','${acct_id}');" user="${toot.account.acct}" class="udg">
|
<a onclick="udg('${toot.account.id}','${acct_id}');" user="${toot.account.acct}" class="udg">
|
||||||
<img draggable="false" src="${avatar}" width="40" class="prof-img"
|
<img draggable="false" src="${avatar}" width="40" class="prof-img"
|
||||||
user="${toot.account.acct}" onerror="this.src='../../img/loading.svg'"/>
|
user="${toot.account.acct}" onerror="this.src='../../img/loading.svg'" alt="" />
|
||||||
</a>
|
</a>
|
||||||
${noticeavatar}
|
${noticeavatar}
|
||||||
</div>
|
</div>
|
||||||
|
@ -1021,7 +1021,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
<div class="flex-time">
|
<div class="flex-time">
|
||||||
<span class="cbadge cbadge-hover pointer waves-effect" onclick="tootUriCopy('${toot.url}');"
|
<span class="cbadge cbadge-hover pointer waves-effect" onclick="tootUriCopy('${toot.url}');"
|
||||||
title="${date(toot.created_at, 'absolute')}(${lang.lang_parse_clickcopyurl})">
|
title="${date(toot.created_at, 'absolute')}(${lang.lang_parse_clickcopyurl})">
|
||||||
<i class="far fa-clock"></i>${date(toot.created_at, datetype)}
|
<i class="far fa-clock"></i><span class="voice">posted at </span>${date(toot.created_at, datetype)}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1056,6 +1056,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
class="waves-effect waves-dark btn-flat actct rep-btn"
|
class="waves-effect waves-dark btn-flat actct rep-btn"
|
||||||
data-men="${to_mention}" data-visen="${visen}" style="padding:0" title="${lang.lang_parse_replyto}">
|
data-men="${to_mention}" data-visen="${visen}" style="padding:0" title="${lang.lang_parse_replyto}">
|
||||||
<i class="fas fa-share"></i>
|
<i class="fas fa-share"></i>
|
||||||
|
<span class="voice">${lang.lang_parse_replyto} </span>
|
||||||
<span class="rep_ct">${replyct}</span>
|
<span class="rep_ct">${replyct}</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1065,6 +1066,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
}','${acct_id}','${tlid}')" class="waves-effect waves-dark btn-flat actct bt-btn"
|
}','${acct_id}','${tlid}')" class="waves-effect waves-dark btn-flat actct bt-btn"
|
||||||
style="padding:0" title="${lang.lang_parse_bt}">
|
style="padding:0" title="${lang.lang_parse_bt}">
|
||||||
<i class="fas fa-retweet ${if_rt} rt_${toot.id}"></i>
|
<i class="fas fa-retweet ${if_rt} rt_${toot.id}"></i>
|
||||||
|
<span class="voice">${lang.lang_parse_bt} </span>
|
||||||
<span class="rt_ct">${toot.reblogs_count}</span>
|
<span class="rt_ct">${toot.reblogs_count}</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1072,6 +1074,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
<a onclick="qt('${toot.id}','${acct_id}','${toot.account.acct}','${toot.url}')"
|
<a onclick="qt('${toot.id}','${acct_id}','${toot.account.acct}','${toot.url}')"
|
||||||
class="waves-effect waves-dark btn-flat actct" style="padding:0" title="${lang.lang_parse_quote}">
|
class="waves-effect waves-dark btn-flat actct" style="padding:0" title="${lang.lang_parse_quote}">
|
||||||
<i class="text-darken-3 fas fa-quote-right"></i>
|
<i class="text-darken-3 fas fa-quote-right"></i>
|
||||||
|
<span class="voice">${lang.lang_parse_quote} </span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="action ${disp['bkm']} ${noauth} ${bkmClass}">
|
<div class="action ${disp['bkm']} ${noauth} ${bkmClass}">
|
||||||
|
@ -1079,6 +1082,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
class="waves-effect waves-dark btn-flat actct bkm-btn" style="padding:0"
|
class="waves-effect waves-dark btn-flat actct bkm-btn" style="padding:0"
|
||||||
title="${lang.lang_parse_bookmark}">
|
title="${lang.lang_parse_bookmark}">
|
||||||
<i class="fas text-darken-3 fa-bookmark bkm_${toot.id} ${if_bkm}"></i>
|
<i class="fas text-darken-3 fa-bookmark bkm_${toot.id} ${if_bkm}"></i>
|
||||||
|
<span class="voice">${lang.lang_parse_bookmark} </span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="action ${disp['fav']} ${noauth}">
|
<div class="action ${disp['fav']} ${noauth}">
|
||||||
|
@ -1087,6 +1091,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
title="${lang.lang_parse_fav}">
|
title="${lang.lang_parse_fav}">
|
||||||
<i class="fas text-darken-3 fa-star${if_fav} fav_${uniqueid}"></i>
|
<i class="fas text-darken-3 fa-star${if_fav} fav_${uniqueid}"></i>
|
||||||
<span class="fav_ct">${toot.favourites_count}</span>
|
<span class="fav_ct">${toot.favourites_count}</span>
|
||||||
|
<span class="voice">${lang.lang_parse_fav} </span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1094,14 +1099,16 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
<div class="action ${noauth}">
|
<div class="action ${noauth}">
|
||||||
<a onclick="toggleAction($(this), ${menuct * 39 + 6})"
|
<a onclick="toggleAction($(this), ${menuct * 39 + 6})"
|
||||||
class="ctxMenu waves-effect waves-dark btn-flat" style="padding:0">
|
class="ctxMenu waves-effect waves-dark btn-flat" style="padding:0">
|
||||||
<i class="text-darken-3 material-icons act-icon">expand_more</i>
|
<i class="text-darken-3 material-icons act-icon" aria-hidden="true">expand_more</i>
|
||||||
|
<span class="voice">Other actions</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="action ${noauth}">
|
<div class="action ${noauth}">
|
||||||
<a onclick="details('${toot.id}','${acct_id}','${tlid}','normal')"
|
<a onclick="details('${toot.id}','${acct_id}','${tlid}','normal')"
|
||||||
class="waves-effect waves-dark btn-flat details ${dmHide}" style="padding:0"
|
class="waves-effect waves-dark btn-flat details ${dmHide}" style="padding:0"
|
||||||
title="${lang.lang_parse_detail}">
|
title="${lang.lang_parse_detail}">
|
||||||
<i class="text-darken-3 material-icons">menu_open</i></a>
|
<i class="text-darken-3 material-icons" aria-hidden="true">menu_open</i></a>
|
||||||
|
<span class="voice">${lang.lang_parse_detail}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="contextMenu hide z-depth-4">
|
<div class="contextMenu hide z-depth-4">
|
||||||
|
@ -1131,7 +1138,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
<div class="${if_mine}">
|
<div class="${if_mine}">
|
||||||
<button onclick="redraft('${uniqueid}','${acct_id}')" class="waves-effect waves-dark btn-flat actct"
|
<button onclick="redraft('${uniqueid}','${acct_id}')" class="waves-effect waves-dark btn-flat actct"
|
||||||
style="padding:0">
|
style="padding:0">
|
||||||
<i class="material-icons">redo</i>${lang.lang_parse_redraft}
|
<i class="material-icons" aria-hidden="true">redo</i>${lang.lang_parse_redraft}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
${trans}
|
${trans}
|
||||||
|
@ -1185,10 +1192,10 @@ function userparse(obj, auth, acct_id, tlid, popup) {
|
||||||
var locked = ''
|
var locked = ''
|
||||||
}
|
}
|
||||||
if (auth == 'request') {
|
if (auth == 'request') {
|
||||||
var authhtml = `<i class="material-icons gray pointer" onclick="request('${toot.id}','authorize','${acct_id}')" title="Accept">
|
var authhtml = `<i class="material-icons gray pointer" onclick="request('${toot.id}','authorize','${acct_id}')" title="Accept" aria-hidden="true">
|
||||||
person_add
|
person_add
|
||||||
</i>
|
</i>
|
||||||
<i class="material-icons gray pointer" onclick="request('${toot.id}','reject','${acct_id}')" title="Reject">
|
<i class="material-icons gray pointer" onclick="request('${toot.id}','reject','${acct_id}')" title="Reject" aria-hidden="true">
|
||||||
person_add_disabled
|
person_add_disabled
|
||||||
</i>`
|
</i>`
|
||||||
} else {
|
} else {
|
||||||
|
@ -1279,7 +1286,7 @@ function userparse(obj, auth, acct_id, tlid, popup) {
|
||||||
}
|
}
|
||||||
var latest = date(toot.last_status_at, 'relative')
|
var latest = date(toot.last_status_at, 'relative')
|
||||||
if (toot.last_status_at) {
|
if (toot.last_status_at) {
|
||||||
var latesthtml = `<div class="cbadge" style="width:100px;">Last:${latest}</div>`
|
var latesthtml = `<div class="cbadge" style="width:100px;">Last <span class="voice">toot</span>: ${latest}</div>`
|
||||||
} else {
|
} else {
|
||||||
var latesthtml = ''
|
var latesthtml = ''
|
||||||
}
|
}
|
||||||
|
@ -1296,6 +1303,7 @@ function userparse(obj, auth, acct_id, tlid, popup) {
|
||||||
class="prof-img"
|
class="prof-img"
|
||||||
user="${toot.acct}"
|
user="${toot.acct}"
|
||||||
onerror="this.src='../../img/loading.svg'"
|
onerror="this.src='../../img/loading.svg'"
|
||||||
|
alt=""
|
||||||
/>
|
/>
|
||||||
</a></div>
|
</a></div>
|
||||||
<div class="area-display_name">
|
<div class="area-display_name">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
function searchMenu() {
|
function searchMenu() {
|
||||||
$('#src-contents').html('')
|
$('#src-contents').html('')
|
||||||
trend()
|
trend()
|
||||||
$('#left-menu div').removeClass('active')
|
$('#left-menu a').removeClass('active')
|
||||||
$('#searchMenu').addClass('active')
|
$('#searchMenu').addClass('active')
|
||||||
$('.menu-content').addClass('hide')
|
$('.menu-content').addClass('hide')
|
||||||
$('#src-box').removeClass('hide')
|
$('#src-box').removeClass('hide')
|
||||||
|
|
|
@ -198,3 +198,28 @@ function tagFeature(name, acct_id) {
|
||||||
M.toast({ html: 'Complete: ' + escapeHTML(name), displayLength: 3000 })
|
M.toast({ html: 'Complete: ' + escapeHTML(name), displayLength: 3000 })
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
//タグのフィルタ
|
||||||
|
function addTag(id) {
|
||||||
|
var columns = JSON.parse(localStorage.getItem('column'))
|
||||||
|
var column = columns[id]
|
||||||
|
if(!column.data.name) {
|
||||||
|
var name = column.data
|
||||||
|
} else {
|
||||||
|
var name = column.data.name
|
||||||
|
}
|
||||||
|
var col = localStorage.getItem('column')
|
||||||
|
var o = JSON.parse(col)
|
||||||
|
var obj = o[id]
|
||||||
|
obj.data = {
|
||||||
|
'name': name,
|
||||||
|
'all': $(`#all_tm-${id}`).val(),
|
||||||
|
'any': $(`#any_tm-${id}`).val(),
|
||||||
|
'none': $(`#none_tm-${id}`).val(),
|
||||||
|
}
|
||||||
|
o[id] = obj
|
||||||
|
var json = JSON.stringify(o)
|
||||||
|
console.log(json)
|
||||||
|
localStorage.setItem('column',json)
|
||||||
|
columnReload(id, 'tag')
|
||||||
|
}
|
||||||
|
|
||||||
|
|
360
app/js/tl/tl.js
360
app/js/tl/tl.js
|
@ -10,10 +10,18 @@ function tl(type, data, acct_id, tlid, delc, voice, mode) {
|
||||||
if (tlid == 'add') {
|
if (tlid == 'add') {
|
||||||
console.log('add new column')
|
console.log('add new column')
|
||||||
var newtab = $('.box').length
|
var newtab = $('.box').length
|
||||||
|
if (type == 'tag') {
|
||||||
|
data = {
|
||||||
|
name: data,
|
||||||
|
any: [],
|
||||||
|
all: [],
|
||||||
|
none: [],
|
||||||
|
}
|
||||||
|
}
|
||||||
var add = {
|
var add = {
|
||||||
domain: acct_id,
|
domain: acct_id,
|
||||||
type: type,
|
type: type,
|
||||||
data: data
|
data: data,
|
||||||
}
|
}
|
||||||
var multi = localStorage.getItem('column')
|
var multi = localStorage.getItem('column')
|
||||||
var obj = JSON.parse(multi)
|
var obj = JSON.parse(multi)
|
||||||
|
@ -35,7 +43,11 @@ function tl(type, data, acct_id, tlid, delc, voice, mode) {
|
||||||
if (type == 'mix' && localStorage.getItem('mode_' + domain) != 'misskey') {
|
if (type == 'mix' && localStorage.getItem('mode_' + domain) != 'misskey') {
|
||||||
//Integratedなら飛ばす
|
//Integratedなら飛ばす
|
||||||
$('#notice_' + tlid).text(
|
$('#notice_' + tlid).text(
|
||||||
'Integrated TL(' + localStorage.getItem('user_' + acct_id) + '@' + domain + ')'
|
'Integrated TL(' +
|
||||||
|
localStorage.getItem('user_' + acct_id) +
|
||||||
|
'@' +
|
||||||
|
domain +
|
||||||
|
')'
|
||||||
)
|
)
|
||||||
$('#notice_icon_' + tlid).text('merge_type')
|
$('#notice_icon_' + tlid).text('merge_type')
|
||||||
mixtl(acct_id, tlid, 'integrated', delc, voice)
|
mixtl(acct_id, tlid, 'integrated', delc, voice)
|
||||||
|
@ -43,7 +55,11 @@ function tl(type, data, acct_id, tlid, delc, voice, mode) {
|
||||||
} else if (type == 'plus') {
|
} else if (type == 'plus') {
|
||||||
//Local+なら飛ばす
|
//Local+なら飛ばす
|
||||||
$('#notice_' + tlid).text(
|
$('#notice_' + tlid).text(
|
||||||
'Local+ TL(' + localStorage.getItem('user_' + acct_id) + '@' + domain + ')'
|
'Local+ TL(' +
|
||||||
|
localStorage.getItem('user_' + acct_id) +
|
||||||
|
'@' +
|
||||||
|
domain +
|
||||||
|
')'
|
||||||
)
|
)
|
||||||
$('#notice_icon_' + tlid).text('people_outline')
|
$('#notice_icon_' + tlid).text('people_outline')
|
||||||
mixtl(acct_id, tlid, 'plus', delc, voice)
|
mixtl(acct_id, tlid, 'plus', delc, voice)
|
||||||
|
@ -52,7 +68,12 @@ function tl(type, data, acct_id, tlid, delc, voice, mode) {
|
||||||
//通知なら飛ばす
|
//通知なら飛ばす
|
||||||
notf(acct_id, tlid, 'direct')
|
notf(acct_id, tlid, 'direct')
|
||||||
$('#notice_' + tlid).text(
|
$('#notice_' + tlid).text(
|
||||||
cap(type, data, acct_id) + '(' + localStorage.getItem('user_' + acct_id) + '@' + domain + ')'
|
cap(type, data, acct_id) +
|
||||||
|
'(' +
|
||||||
|
localStorage.getItem('user_' + acct_id) +
|
||||||
|
'@' +
|
||||||
|
domain +
|
||||||
|
')'
|
||||||
)
|
)
|
||||||
$('#notice_icon_' + tlid).text('notifications')
|
$('#notice_icon_' + tlid).text('notifications')
|
||||||
return
|
return
|
||||||
|
@ -60,13 +81,18 @@ function tl(type, data, acct_id, tlid, delc, voice, mode) {
|
||||||
//ブックマークなら飛ばす
|
//ブックマークなら飛ばす
|
||||||
getBookmark(acct_id, tlid)
|
getBookmark(acct_id, tlid)
|
||||||
$('#notice_' + tlid).text(
|
$('#notice_' + tlid).text(
|
||||||
cap(type, data, acct_id) + '(' + localStorage.getItem('user_' + acct_id) + '@' + domain + ')'
|
cap(type, data, acct_id) +
|
||||||
|
'(' +
|
||||||
|
localStorage.getItem('user_' + acct_id) +
|
||||||
|
'@' +
|
||||||
|
domain +
|
||||||
|
')'
|
||||||
)
|
)
|
||||||
$('#notice_icon_' + tlid).text('bookmark')
|
$('#notice_icon_' + tlid).text('bookmark')
|
||||||
return
|
return
|
||||||
} else if (type == 'home') {
|
} else if (type == 'home') {
|
||||||
//ホームならお知らせ「も」取りに行く
|
//ホームならお知らせ「も」取りに行く
|
||||||
announ(acct_id, tlid);
|
announ(acct_id, tlid)
|
||||||
}
|
}
|
||||||
localStorage.setItem('now', type)
|
localStorage.setItem('now', type)
|
||||||
todo(cap(type) + ' TL Loading...')
|
todo(cap(type) + ' TL Loading...')
|
||||||
|
@ -74,14 +100,19 @@ function tl(type, data, acct_id, tlid, delc, voice, mode) {
|
||||||
if (type != 'noauth') {
|
if (type != 'noauth') {
|
||||||
var hdr = {
|
var hdr = {
|
||||||
'content-type': 'application/json',
|
'content-type': 'application/json',
|
||||||
Authorization: 'Bearer ' + at
|
Authorization: 'Bearer ' + at,
|
||||||
}
|
}
|
||||||
$('#notice_' + tlid).text(
|
$('#notice_' + tlid).text(
|
||||||
cap(type, data, acct_id) + '(' + localStorage.getItem('user_' + acct_id) + '@' + domain + ')'
|
cap(type, data, acct_id) +
|
||||||
|
'(' +
|
||||||
|
localStorage.getItem('user_' + acct_id) +
|
||||||
|
'@' +
|
||||||
|
domain +
|
||||||
|
')'
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
var hdr = {
|
var hdr = {
|
||||||
'content-type': 'application/json'
|
'content-type': 'application/json',
|
||||||
}
|
}
|
||||||
domain = acct_id
|
domain = acct_id
|
||||||
$('#notice_' + tlid).text('Glance TL(' + domain + ')')
|
$('#notice_' + tlid).text('Glance TL(' + domain + ')')
|
||||||
|
@ -110,7 +141,7 @@ function tl(type, data, acct_id, tlid, delc, voice, mode) {
|
||||||
var i = {
|
var i = {
|
||||||
method: method,
|
method: method,
|
||||||
headers: hdr,
|
headers: hdr,
|
||||||
body: JSON.stringify(req)
|
body: JSON.stringify(req),
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
var misskey = false
|
var misskey = false
|
||||||
|
@ -129,26 +160,26 @@ function tl(type, data, acct_id, tlid, delc, voice, mode) {
|
||||||
var method = 'GET'
|
var method = 'GET'
|
||||||
var i = {
|
var i = {
|
||||||
method: method,
|
method: method,
|
||||||
headers: hdr
|
headers: hdr,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(['Try to get timeline of ' + tlid, start])
|
console.log(['Try to get timeline of ' + tlid, start])
|
||||||
fetch(start, i)
|
fetch(start, i)
|
||||||
.then(function(response) {
|
.then(function (response) {
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
response.text().then(function(text) {
|
response.text().then(function (text) {
|
||||||
setLog(response.url, response.status, text)
|
setLog(response.url, response.status, text)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
return response.json()
|
return response.json()
|
||||||
})
|
})
|
||||||
.catch(function(error) {
|
.catch(function (error) {
|
||||||
todo(error)
|
todo(error)
|
||||||
setLog(start, 'JSON', error)
|
setLog(start, 'JSON', error)
|
||||||
console.error(error)
|
console.error(error)
|
||||||
})
|
})
|
||||||
.then(function(json) {
|
.then(function (json) {
|
||||||
console.log(['Result of getting timeline of ' + tlid, json])
|
console.log(['Result of getting timeline of ' + tlid, json])
|
||||||
$('#landing_' + tlid).hide()
|
$('#landing_' + tlid).hide()
|
||||||
var mute = getFilterTypeByAcct(acct_id, type)
|
var mute = getFilterTypeByAcct(acct_id, type)
|
||||||
|
@ -190,8 +221,13 @@ function reload(type, cc, acct_id, tlid, data, mute, delc, voice, mode) {
|
||||||
if (localStorage.getItem('mode_' + domain) == 'misskey') {
|
if (localStorage.getItem('mode_' + domain) == 'misskey') {
|
||||||
var misskey = true
|
var misskey = true
|
||||||
var key = localStorage.getItem('misskey_wss_' + acct_id)
|
var key = localStorage.getItem('misskey_wss_' + acct_id)
|
||||||
var send = '{"type":"connect","body":{"channel":"' + typePs(type) + '","id":"' + tlid + '"}}'
|
var send =
|
||||||
var mskyset = setInterval(function() {
|
'{"type":"connect","body":{"channel":"' +
|
||||||
|
typePs(type) +
|
||||||
|
'","id":"' +
|
||||||
|
tlid +
|
||||||
|
'"}}'
|
||||||
|
var mskyset = setInterval(function () {
|
||||||
if (misskeywsstate[key]) {
|
if (misskeywsstate[key]) {
|
||||||
misskeyws[key].send(send)
|
misskeyws[key].send(send)
|
||||||
clearInterval(mskyset)
|
clearInterval(mskyset)
|
||||||
|
@ -209,12 +245,16 @@ function reload(type, cc, acct_id, tlid, data, mute, delc, voice, mode) {
|
||||||
} else if (type == 'pub') {
|
} else if (type == 'pub') {
|
||||||
var start = wss + '/api/v1/streaming/?stream=public&access_token=' + at
|
var start = wss + '/api/v1/streaming/?stream=public&access_token=' + at
|
||||||
} else if (type == 'pub-media') {
|
} else if (type == 'pub-media') {
|
||||||
var start = wss + '/api/v1/streaming/?stream=public:media&access_token=' + at
|
var start =
|
||||||
|
wss + '/api/v1/streaming/?stream=public:media&access_token=' + at
|
||||||
} else if (type == 'local') {
|
} else if (type == 'local') {
|
||||||
var start = wss + '/api/v1/streaming/?stream=public:local&access_token=' + at
|
var start =
|
||||||
|
wss + '/api/v1/streaming/?stream=public:local&access_token=' + at
|
||||||
} else if (type == 'local-media') {
|
} else if (type == 'local-media') {
|
||||||
var start =
|
var start =
|
||||||
wss + '/api/v1/streaming/?stream=public:local:media&only_media=true&access_token=' + at
|
wss +
|
||||||
|
'/api/v1/streaming/?stream=public:local:media&only_media=true&access_token=' +
|
||||||
|
at
|
||||||
} else if (type == 'tag') {
|
} else if (type == 'tag') {
|
||||||
if (type == 'tag') {
|
if (type == 'tag') {
|
||||||
var tag = localStorage.getItem('tag-range')
|
var tag = localStorage.getItem('tag-range')
|
||||||
|
@ -222,28 +262,38 @@ function reload(type, cc, acct_id, tlid, data, mute, delc, voice, mode) {
|
||||||
data = data + '&local=true'
|
data = data + '&local=true'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var start = wss + '/api/v1/streaming/?stream=hashtag&tag=' + data + '&access_token=' + at
|
var start =
|
||||||
|
wss +
|
||||||
|
'/api/v1/streaming/?stream=hashtag&tag=' +
|
||||||
|
data +
|
||||||
|
'&access_token=' +
|
||||||
|
at
|
||||||
} else if (type == 'noauth') {
|
} else if (type == 'noauth') {
|
||||||
var start = 'wss://' + acct_id + '/api/v1/streaming/?stream=public:local'
|
var start = 'wss://' + acct_id + '/api/v1/streaming/?stream=public:local'
|
||||||
} else if (type == 'list') {
|
} else if (type == 'list') {
|
||||||
var start = wss + '/api/v1/streaming/?stream=list&list=' + data + '&access_token=' + at
|
var start =
|
||||||
|
wss +
|
||||||
|
'/api/v1/streaming/?stream=list&list=' +
|
||||||
|
data +
|
||||||
|
'&access_token=' +
|
||||||
|
at
|
||||||
} else if (type == 'dm') {
|
} else if (type == 'dm') {
|
||||||
var start = wss + '/api/v1/streaming/?stream=direct&access_token=' + at
|
var start = wss + '/api/v1/streaming/?stream=direct&access_token=' + at
|
||||||
}
|
}
|
||||||
var wsid = websocket.length
|
var wsid = websocket.length
|
||||||
localStorage.setItem('wss_' + tlid, wsid)
|
localStorage.setItem('wss_' + tlid, wsid)
|
||||||
websocket[wsid] = new WebSocket(start)
|
websocket[wsid] = new WebSocket(start)
|
||||||
websocket[wsid].onopen = function(mess) {
|
websocket[wsid].onopen = function (mess) {
|
||||||
console.table({
|
console.table({
|
||||||
tlid: tlid,
|
tlid: tlid,
|
||||||
type: 'Connect Streaming API' + type,
|
type: 'Connect Streaming API' + type,
|
||||||
domain: domain,
|
domain: domain,
|
||||||
message: [mess]
|
message: [mess],
|
||||||
})
|
})
|
||||||
errorct = 0
|
errorct = 0
|
||||||
$('#notice_icon_' + tlid).removeClass('red-text')
|
$('#notice_icon_' + tlid).removeClass('red-text')
|
||||||
}
|
}
|
||||||
websocket[wsid].onmessage = function(mess) {
|
websocket[wsid].onmessage = function (mess) {
|
||||||
console.log([tlid + ':Receive Streaming API:', JSON.parse(mess.data)])
|
console.log([tlid + ':Receive Streaming API:', JSON.parse(mess.data)])
|
||||||
if (misskey) {
|
if (misskey) {
|
||||||
if (JSON.parse(mess.data).type == 'note') {
|
if (JSON.parse(mess.data).type == 'note') {
|
||||||
|
@ -254,7 +304,7 @@ function reload(type, cc, acct_id, tlid, data, mute, delc, voice, mode) {
|
||||||
websocketNotf[acct_id].send(
|
websocketNotf[acct_id].send(
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
type: 'capture',
|
type: 'capture',
|
||||||
id: obj.id
|
id: obj.id,
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
var templete = misskeyParse([obj], type, acct_id, tlid, '', mute)
|
var templete = misskeyParse([obj], type, acct_id, tlid, '', mute)
|
||||||
|
@ -273,26 +323,40 @@ function reload(type, cc, acct_id, tlid, data, mute, delc, voice, mode) {
|
||||||
if (typeA == 'delete') {
|
if (typeA == 'delete') {
|
||||||
var obj = JSON.parse(mess.data).payload
|
var obj = JSON.parse(mess.data).payload
|
||||||
if (delc == 'true') {
|
if (delc == 'true') {
|
||||||
$('#timeline_' + tlid + ' [unique-id=' + JSON.parse(mess.data).payload + ']').addClass(
|
$(
|
||||||
'emphasized'
|
'#timeline_' +
|
||||||
)
|
tlid +
|
||||||
$('#timeline_' + tlid + ' [unique-id=' + JSON.parse(mess.data).payload + ']').addClass(
|
' [unique-id=' +
|
||||||
'by_delcatch'
|
JSON.parse(mess.data).payload +
|
||||||
)
|
']'
|
||||||
|
).addClass('emphasized')
|
||||||
|
$(
|
||||||
|
'#timeline_' +
|
||||||
|
tlid +
|
||||||
|
' [unique-id=' +
|
||||||
|
JSON.parse(mess.data).payload +
|
||||||
|
']'
|
||||||
|
).addClass('by_delcatch')
|
||||||
} else {
|
} else {
|
||||||
$('[unique-id=' + JSON.parse(mess.data).payload + ']').hide()
|
$('[unique-id=' + JSON.parse(mess.data).payload + ']').hide()
|
||||||
$('[unique-id=' + JSON.parse(mess.data).payload + ']').remove()
|
$('[unique-id=' + JSON.parse(mess.data).payload + ']').remove()
|
||||||
}
|
}
|
||||||
} else if (typeA == 'update' || typeA == 'conversation') {
|
} else if (typeA == 'update' || typeA == 'conversation') {
|
||||||
if (!$('#unread_' + tlid + ' .material-icons').hasClass('teal-text')) {
|
if (
|
||||||
|
!$('#unread_' + tlid + ' .material-icons').hasClass('teal-text')
|
||||||
|
) {
|
||||||
//markers show中はダメ
|
//markers show中はダメ
|
||||||
var obj = JSON.parse(JSON.parse(mess.data).payload)
|
var obj = JSON.parse(JSON.parse(mess.data).payload)
|
||||||
if ($('#timeline_' + tlid + ' [toot-id=' + obj.id + ']').length < 1) {
|
if (
|
||||||
|
$('#timeline_' + tlid + ' [toot-id=' + obj.id + ']').length < 1
|
||||||
|
) {
|
||||||
if (voice) {
|
if (voice) {
|
||||||
say(obj.content)
|
say(obj.content)
|
||||||
}
|
}
|
||||||
var templete = parse([obj], type, acct_id, tlid, '', mute, type)
|
var templete = parse([obj], type, acct_id, tlid, '', mute, type)
|
||||||
if ($('timeline_box_' + tlid + '_box .tl-box').scrollTop() === 0) {
|
if (
|
||||||
|
$('timeline_box_' + tlid + '_box .tl-box').scrollTop() === 0
|
||||||
|
) {
|
||||||
$('#timeline_' + tlid).prepend(templete)
|
$('#timeline_' + tlid).prepend(templete)
|
||||||
} else {
|
} else {
|
||||||
var pool = localStorage.getItem('pool_' + tlid)
|
var pool = localStorage.getItem('pool_' + tlid)
|
||||||
|
@ -319,7 +383,7 @@ function reload(type, cc, acct_id, tlid, data, mute, delc, voice, mode) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
websocket[wsid].onerror = function(error) {
|
websocket[wsid].onerror = function (error) {
|
||||||
console.error('Error closing')
|
console.error('Error closing')
|
||||||
console.error(error)
|
console.error(error)
|
||||||
if (mode == 'error') {
|
if (mode == 'error') {
|
||||||
|
@ -334,7 +398,7 @@ function reload(type, cc, acct_id, tlid, data, mute, delc, voice, mode) {
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
websocket[wsid].onclose = function() {
|
websocket[wsid].onclose = function () {
|
||||||
console.warn('Closing ' + tlid)
|
console.warn('Closing ' + tlid)
|
||||||
if (mode == 'error') {
|
if (mode == 'error') {
|
||||||
$('#notice_icon_' + tlid).addClass('red-text')
|
$('#notice_icon_' + tlid).addClass('red-text')
|
||||||
|
@ -376,13 +440,17 @@ function moreload(type, tlid) {
|
||||||
if (sid && !moreloading) {
|
if (sid && !moreloading) {
|
||||||
if (
|
if (
|
||||||
type == 'mix' &&
|
type == 'mix' &&
|
||||||
localStorage.getItem('mode_' + localStorage.getItem('domain_' + acct_id)) != 'misskey'
|
localStorage.getItem(
|
||||||
|
'mode_' + localStorage.getItem('domain_' + acct_id)
|
||||||
|
) != 'misskey'
|
||||||
) {
|
) {
|
||||||
mixmore(tlid, 'integrated')
|
mixmore(tlid, 'integrated')
|
||||||
return
|
return
|
||||||
} else if (
|
} else if (
|
||||||
type == 'plus' &&
|
type == 'plus' &&
|
||||||
localStorage.getItem('mode_' + localStorage.getItem('domain_' + acct_id)) != 'misskey'
|
localStorage.getItem(
|
||||||
|
'mode_' + localStorage.getItem('domain_' + acct_id)
|
||||||
|
) != 'misskey'
|
||||||
) {
|
) {
|
||||||
mixmore(tlid, 'plus')
|
mixmore(tlid, 'plus')
|
||||||
return
|
return
|
||||||
|
@ -404,19 +472,19 @@ function moreload(type, tlid) {
|
||||||
var at = localStorage.getItem('acct_' + acct_id + '_at')
|
var at = localStorage.getItem('acct_' + acct_id + '_at')
|
||||||
var hdr = {
|
var hdr = {
|
||||||
'content-type': 'application/json',
|
'content-type': 'application/json',
|
||||||
Authorization: 'Bearer ' + at
|
Authorization: 'Bearer ' + at,
|
||||||
}
|
}
|
||||||
var domain = localStorage.getItem('domain_' + acct_id)
|
var domain = localStorage.getItem('domain_' + acct_id)
|
||||||
} else {
|
} else {
|
||||||
var hdr = {
|
var hdr = {
|
||||||
'content-type': 'application/json'
|
'content-type': 'application/json',
|
||||||
}
|
}
|
||||||
domain = acct_id
|
domain = acct_id
|
||||||
}
|
}
|
||||||
if (localStorage.getItem('mode_' + domain) == 'misskey') {
|
if (localStorage.getItem('mode_' + domain) == 'misskey') {
|
||||||
var misskey = true
|
var misskey = true
|
||||||
hdr = {
|
hdr = {
|
||||||
'content-type': 'application/json'
|
'content-type': 'application/json',
|
||||||
}
|
}
|
||||||
var url = misskeycom(type, data)
|
var url = misskeycom(type, data)
|
||||||
var start = 'https://' + domain + '/api/notes/' + url
|
var start = 'https://' + domain + '/api/notes/' + url
|
||||||
|
@ -439,35 +507,42 @@ function moreload(type, tlid) {
|
||||||
var i = {
|
var i = {
|
||||||
method: method,
|
method: method,
|
||||||
headers: hdr,
|
headers: hdr,
|
||||||
body: JSON.stringify(req)
|
body: JSON.stringify(req),
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
var misskey = false
|
var misskey = false
|
||||||
var start = 'https://' + domain + '/api/v1/timelines/' + com(type, data) + 'max_id=' + sid
|
var start =
|
||||||
|
'https://' +
|
||||||
|
domain +
|
||||||
|
'/api/v1/timelines/' +
|
||||||
|
com(type, data) +
|
||||||
|
'max_id=' +
|
||||||
|
sid
|
||||||
if (type == 'dm') {
|
if (type == 'dm') {
|
||||||
var start = 'https://' + domain + '/api/v1/conversations?' + 'max_id=' + sid
|
var start =
|
||||||
|
'https://' + domain + '/api/v1/conversations?' + 'max_id=' + sid
|
||||||
}
|
}
|
||||||
var method = 'GET'
|
var method = 'GET'
|
||||||
var i = {
|
var i = {
|
||||||
method: method,
|
method: method,
|
||||||
headers: hdr
|
headers: hdr,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fetch(start, i)
|
fetch(start, i)
|
||||||
.then(function(response) {
|
.then(function (response) {
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
response.text().then(function(text) {
|
response.text().then(function (text) {
|
||||||
setLog(response.url, response.status, text)
|
setLog(response.url, response.status, text)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
return response.json()
|
return response.json()
|
||||||
})
|
})
|
||||||
.catch(function(error) {
|
.catch(function (error) {
|
||||||
todo(error)
|
todo(error)
|
||||||
setLog(start, 'JSON', error)
|
setLog(start, 'JSON', error)
|
||||||
console.error(error)
|
console.error(error)
|
||||||
})
|
})
|
||||||
.then(function(json) {
|
.then(function (json) {
|
||||||
var mute = getFilterTypeByAcct(acct_id, type)
|
var mute = getFilterTypeByAcct(acct_id, type)
|
||||||
if (misskey) {
|
if (misskey) {
|
||||||
var templete = misskeyParse(json, '', acct_id, tlid, '', mute)
|
var templete = misskeyParse(json, '', acct_id, tlid, '', mute)
|
||||||
|
@ -508,12 +583,16 @@ function tlDiff(type, data, acct_id, tlid, delc, voice, mode) {
|
||||||
if (sid && !moreloading) {
|
if (sid && !moreloading) {
|
||||||
if (
|
if (
|
||||||
type == 'mix' &&
|
type == 'mix' &&
|
||||||
localStorage.getItem('mode_' + localStorage.getItem('domain_' + acct_id)) != 'misskey'
|
localStorage.getItem(
|
||||||
|
'mode_' + localStorage.getItem('domain_' + acct_id)
|
||||||
|
) != 'misskey'
|
||||||
) {
|
) {
|
||||||
return
|
return
|
||||||
} else if (
|
} else if (
|
||||||
type == 'plus' &&
|
type == 'plus' &&
|
||||||
localStorage.getItem('mode_' + localStorage.getItem('domain_' + acct_id)) != 'misskey'
|
localStorage.getItem(
|
||||||
|
'mode_' + localStorage.getItem('domain_' + acct_id)
|
||||||
|
) != 'misskey'
|
||||||
) {
|
) {
|
||||||
return
|
return
|
||||||
} else if (type == 'notf') {
|
} else if (type == 'notf') {
|
||||||
|
@ -526,19 +605,19 @@ function tlDiff(type, data, acct_id, tlid, delc, voice, mode) {
|
||||||
var at = localStorage.getItem('acct_' + acct_id + '_at')
|
var at = localStorage.getItem('acct_' + acct_id + '_at')
|
||||||
var hdr = {
|
var hdr = {
|
||||||
'content-type': 'application/json',
|
'content-type': 'application/json',
|
||||||
Authorization: 'Bearer ' + at
|
Authorization: 'Bearer ' + at,
|
||||||
}
|
}
|
||||||
var domain = localStorage.getItem('domain_' + acct_id)
|
var domain = localStorage.getItem('domain_' + acct_id)
|
||||||
} else {
|
} else {
|
||||||
var hdr = {
|
var hdr = {
|
||||||
'content-type': 'application/json'
|
'content-type': 'application/json',
|
||||||
}
|
}
|
||||||
domain = acct_id
|
domain = acct_id
|
||||||
}
|
}
|
||||||
if (localStorage.getItem('mode_' + domain) == 'misskey') {
|
if (localStorage.getItem('mode_' + domain) == 'misskey') {
|
||||||
var misskey = true
|
var misskey = true
|
||||||
hdr = {
|
hdr = {
|
||||||
'content-type': 'application/json'
|
'content-type': 'application/json',
|
||||||
}
|
}
|
||||||
var url = misskeycom(type, data)
|
var url = misskeycom(type, data)
|
||||||
var start = 'https://' + domain + '/api/notes/' + url
|
var start = 'https://' + domain + '/api/notes/' + url
|
||||||
|
@ -561,36 +640,43 @@ function tlDiff(type, data, acct_id, tlid, delc, voice, mode) {
|
||||||
var i = {
|
var i = {
|
||||||
method: method,
|
method: method,
|
||||||
headers: hdr,
|
headers: hdr,
|
||||||
body: JSON.stringify(req)
|
body: JSON.stringify(req),
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
var misskey = false
|
var misskey = false
|
||||||
var start = 'https://' + domain + '/api/v1/timelines/' + com(type, data) + 'since_id=' + sid
|
var start =
|
||||||
|
'https://' +
|
||||||
|
domain +
|
||||||
|
'/api/v1/timelines/' +
|
||||||
|
com(type, data) +
|
||||||
|
'since_id=' +
|
||||||
|
sid
|
||||||
if (type == 'dm') {
|
if (type == 'dm') {
|
||||||
var start = 'https://' + domain + '/api/v1/conversations?' + 'since_id=' + sid
|
var start =
|
||||||
|
'https://' + domain + '/api/v1/conversations?' + 'since_id=' + sid
|
||||||
}
|
}
|
||||||
var method = 'GET'
|
var method = 'GET'
|
||||||
var i = {
|
var i = {
|
||||||
method: method,
|
method: method,
|
||||||
headers: hdr
|
headers: hdr,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fetch(start, i)
|
fetch(start, i)
|
||||||
.then(function(response) {
|
.then(function (response) {
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
response.text().then(function(text) {
|
response.text().then(function (text) {
|
||||||
setLog(response.url, response.status, text)
|
setLog(response.url, response.status, text)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
return response.json()
|
return response.json()
|
||||||
})
|
})
|
||||||
.catch(function(error) {
|
.catch(function (error) {
|
||||||
todo(error)
|
todo(error)
|
||||||
setLog(start, 'JSON', error)
|
setLog(start, 'JSON', error)
|
||||||
console.error(error)
|
console.error(error)
|
||||||
})
|
})
|
||||||
.then(function(json) {
|
.then(function (json) {
|
||||||
console.log(['Result diff of TL' + tlid, json])
|
console.log(['Result diff of TL' + tlid, json])
|
||||||
if (misskey) {
|
if (misskey) {
|
||||||
var templete = misskeyParse(json, '', acct_id, tlid, '', mute)
|
var templete = misskeyParse(json, '', acct_id, tlid, '', mute)
|
||||||
|
@ -612,7 +698,7 @@ function reloadTL(type, data, acct_id, key, delc, voice) {
|
||||||
|
|
||||||
//WebSocket切断
|
//WebSocket切断
|
||||||
function tlCloser() {
|
function tlCloser() {
|
||||||
Object.keys(websocket).forEach(function(tlid) {
|
Object.keys(websocket).forEach(function (tlid) {
|
||||||
if (websocketOld[tlid]) {
|
if (websocketOld[tlid]) {
|
||||||
websocketOld[tlid].close()
|
websocketOld[tlid].close()
|
||||||
console.log('%c Close Streaming API: Old' + tlid, 'color:blue')
|
console.log('%c Close Streaming API: Old' + tlid, 'color:blue')
|
||||||
|
@ -624,27 +710,30 @@ function tlCloser() {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
websocket = []
|
websocket = []
|
||||||
Object.keys(wsHome).forEach(function(tlid) {
|
Object.keys(wsHome).forEach(function (tlid) {
|
||||||
if (wsHome[tlid]) {
|
if (wsHome[tlid]) {
|
||||||
wsHome[tlid].close()
|
wsHome[tlid].close()
|
||||||
console.log('%c Close Streaming API:Integrated Home' + tlid, 'color:blue')
|
console.log('%c Close Streaming API:Integrated Home' + tlid, 'color:blue')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
wsHome = []
|
wsHome = []
|
||||||
Object.keys(wsLocal).forEach(function(tlid) {
|
Object.keys(wsLocal).forEach(function (tlid) {
|
||||||
if (wsLocal[tlid]) {
|
if (wsLocal[tlid]) {
|
||||||
wsLocal[tlid].close()
|
wsLocal[tlid].close()
|
||||||
console.log('%c Close Streaming API:Integrated Local' + tlid, 'color:blue')
|
console.log(
|
||||||
|
'%c Close Streaming API:Integrated Local' + tlid,
|
||||||
|
'color:blue'
|
||||||
|
)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
wsLocal = []
|
wsLocal = []
|
||||||
Object.keys(websocketNotf).forEach(function(tlid) {
|
Object.keys(websocketNotf).forEach(function (tlid) {
|
||||||
if (websocketNotf[tlid]) {
|
if (websocketNotf[tlid]) {
|
||||||
websocketNotf[tlid].close()
|
websocketNotf[tlid].close()
|
||||||
console.log('%c Close Streaming API:Notf' + tlid, 'color:blue')
|
console.log('%c Close Streaming API:Notf' + tlid, 'color:blue')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
Object.keys(misskeyws).forEach(function(tlid) {
|
Object.keys(misskeyws).forEach(function (tlid) {
|
||||||
if (misskeyws[tlid]) {
|
if (misskeyws[tlid]) {
|
||||||
misskeyws[tlid].close()
|
misskeyws[tlid].close()
|
||||||
console.log('%c Close Streaming API:Misskey' + tlid, 'color:blue')
|
console.log('%c Close Streaming API:Misskey' + tlid, 'color:blue')
|
||||||
|
@ -674,7 +763,11 @@ function cap(type, data, acct_id) {
|
||||||
}
|
}
|
||||||
} else if (type == 'local-media') {
|
} else if (type == 'local-media') {
|
||||||
if (localStorage.getItem('local_' + acct_id) && !locale) {
|
if (localStorage.getItem('local_' + acct_id) && !locale) {
|
||||||
var response = localStorage.getItem('local_' + acct_id) + '(' + lang.lang_tl_media + ')'
|
var response =
|
||||||
|
localStorage.getItem('local_' + acct_id) +
|
||||||
|
'(' +
|
||||||
|
lang.lang_tl_media +
|
||||||
|
')'
|
||||||
} else {
|
} else {
|
||||||
var response = 'Local TL(Media)'
|
var response = 'Local TL(Media)'
|
||||||
}
|
}
|
||||||
|
@ -686,12 +779,22 @@ function cap(type, data, acct_id) {
|
||||||
}
|
}
|
||||||
} else if (type == 'pub-media') {
|
} else if (type == 'pub-media') {
|
||||||
if (localStorage.getItem('public_' + acct_id) && !locale) {
|
if (localStorage.getItem('public_' + acct_id) && !locale) {
|
||||||
var response = localStorage.getItem('public_' + acct_id) + '(' + lang.lang_tl_media + ')'
|
var response =
|
||||||
|
localStorage.getItem('public_' + acct_id) +
|
||||||
|
'(' +
|
||||||
|
lang.lang_tl_media +
|
||||||
|
')'
|
||||||
} else {
|
} else {
|
||||||
var response = 'Federated TL(Media)'
|
var response = 'Federated TL(Media)'
|
||||||
}
|
}
|
||||||
} else if (type == 'tag') {
|
} else if (type == 'tag') {
|
||||||
|
if (data) {
|
||||||
|
if (data.name) {
|
||||||
|
var response = '#' + escapeHTML(data.name)
|
||||||
|
} else {
|
||||||
var response = '#' + escapeHTML(data)
|
var response = '#' + escapeHTML(data)
|
||||||
|
}
|
||||||
|
}
|
||||||
} else if (type == 'list') {
|
} else if (type == 'list') {
|
||||||
var ltitle = localStorage.getItem('list_' + data + '_' + acct_id)
|
var ltitle = localStorage.getItem('list_' + data + '_' + acct_id)
|
||||||
var response = 'List(' + ltitle + ')'
|
var response = 'List(' + ltitle + ')'
|
||||||
|
@ -706,7 +809,11 @@ function cap(type, data, acct_id) {
|
||||||
} else if (type == 'dm') {
|
} else if (type == 'dm') {
|
||||||
var response = 'DM'
|
var response = 'DM'
|
||||||
} else if (type == 'mix') {
|
} else if (type == 'mix') {
|
||||||
if (localStorage.getItem('mode_' + localStorage.getItem('domain_' + acct_id)) == 'misskey') {
|
if (
|
||||||
|
localStorage.getItem(
|
||||||
|
'mode_' + localStorage.getItem('domain_' + acct_id)
|
||||||
|
) == 'misskey'
|
||||||
|
) {
|
||||||
var response = 'Social TL'
|
var response = 'Social TL'
|
||||||
} else {
|
} else {
|
||||||
var response = 'Integrated'
|
var response = 'Integrated'
|
||||||
|
@ -736,7 +843,21 @@ function com(type, data) {
|
||||||
} else if (type == 'pub-media') {
|
} else if (type == 'pub-media') {
|
||||||
return 'public?only_media=true&'
|
return 'public?only_media=true&'
|
||||||
} else if (type == 'tag') {
|
} else if (type == 'tag') {
|
||||||
return 'tag/' + data + '?'
|
if (data.name) {
|
||||||
|
var name = data.name
|
||||||
|
var all = data.all
|
||||||
|
var any = data.any
|
||||||
|
var none = data.none
|
||||||
|
} else {
|
||||||
|
var name = data
|
||||||
|
var all = ''
|
||||||
|
var any = ''
|
||||||
|
var none = ''
|
||||||
|
}
|
||||||
|
return `tag/${name}?${buildQuery('all', all)}${buildQuery(
|
||||||
|
'any',
|
||||||
|
any
|
||||||
|
)}${buildQuery('none', none)}`.slice(0, -1)
|
||||||
} else if (type == 'list') {
|
} else if (type == 'list') {
|
||||||
return 'list/' + data + '?'
|
return 'list/' + data + '?'
|
||||||
} else if (type == 'dm') {
|
} else if (type == 'dm') {
|
||||||
|
@ -897,37 +1018,50 @@ function getMarker(tlid, type, acct_id) {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
headers: {
|
headers: {
|
||||||
'content-type': 'application/json',
|
'content-type': 'application/json',
|
||||||
Authorization: 'Bearer ' + at
|
Authorization: 'Bearer ' + at,
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
.then(function(response) {
|
.then(function (response) {
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
response.text().then(function(text) {
|
response.text().then(function (text) {
|
||||||
setLog(response.url, response.status, text)
|
setLog(response.url, response.status, text)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
return response.json()
|
return response.json()
|
||||||
})
|
})
|
||||||
.catch(function(error) {
|
.catch(function (error) {
|
||||||
$('#unread_' + tlid).attr('title', lang.lang_layout_unread + ':' + lang.lang_nothing)
|
$('#unread_' + tlid).attr(
|
||||||
|
'title',
|
||||||
|
lang.lang_layout_unread + ':' + lang.lang_nothing
|
||||||
|
)
|
||||||
$('#unread_' + tlid).attr('data-id', '')
|
$('#unread_' + tlid).attr('data-id', '')
|
||||||
return false
|
return false
|
||||||
})
|
})
|
||||||
.then(function(json) {
|
.then(function (json) {
|
||||||
if (json) {
|
if (json) {
|
||||||
if (json[add]) {
|
if (json[add]) {
|
||||||
json = json[add]
|
json = json[add]
|
||||||
$('#unread_' + tlid).attr(
|
$('#unread_' + tlid).attr(
|
||||||
'title',
|
'title',
|
||||||
lang.lang_layout_unread + ':' + json.updated_at + ' v' + json.version
|
lang.lang_layout_unread +
|
||||||
|
':' +
|
||||||
|
json.updated_at +
|
||||||
|
' v' +
|
||||||
|
json.version
|
||||||
)
|
)
|
||||||
$('#unread_' + tlid).attr('data-id', json.last_read_id)
|
$('#unread_' + tlid).attr('data-id', json.last_read_id)
|
||||||
} else {
|
} else {
|
||||||
$('#unread_' + tlid).attr('title', lang.lang_layout_unread + ':' + lang.lang_nothing)
|
$('#unread_' + tlid).attr(
|
||||||
|
'title',
|
||||||
|
lang.lang_layout_unread + ':' + lang.lang_nothing
|
||||||
|
)
|
||||||
$('#unread_' + tlid).attr('data-id', '')
|
$('#unread_' + tlid).attr('data-id', '')
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$('#unread_' + tlid).attr('title', lang.lang_layout_unread + ':' + lang.lang_nothing)
|
$('#unread_' + tlid).attr(
|
||||||
|
'title',
|
||||||
|
lang.lang_layout_unread + ':' + lang.lang_nothing
|
||||||
|
)
|
||||||
$('#unread_' + tlid).attr('data-id', '')
|
$('#unread_' + tlid).attr('data-id', '')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -951,23 +1085,23 @@ function showUnread(tlid, type, acct_id) {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
headers: {
|
headers: {
|
||||||
'content-type': 'application/json',
|
'content-type': 'application/json',
|
||||||
Authorization: 'Bearer ' + at
|
Authorization: 'Bearer ' + at,
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
.then(function(response) {
|
.then(function (response) {
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
response.text().then(function(text) {
|
response.text().then(function (text) {
|
||||||
setLog(response.url, response.status, text)
|
setLog(response.url, response.status, text)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
return response.json()
|
return response.json()
|
||||||
})
|
})
|
||||||
.catch(function(error) {
|
.catch(function (error) {
|
||||||
todo(error)
|
todo(error)
|
||||||
setLog(start, 'JSON', error)
|
setLog(start, 'JSON', error)
|
||||||
console.error(error)
|
console.error(error)
|
||||||
})
|
})
|
||||||
.then(function(json) {
|
.then(function (json) {
|
||||||
if (!json || !json.length) {
|
if (!json || !json.length) {
|
||||||
columnReload(tlid, type)
|
columnReload(tlid, type)
|
||||||
}
|
}
|
||||||
|
@ -1007,23 +1141,23 @@ function ueload(tlid) {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
headers: {
|
headers: {
|
||||||
'content-type': 'application/json',
|
'content-type': 'application/json',
|
||||||
Authorization: 'Bearer ' + at
|
Authorization: 'Bearer ' + at,
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
.then(function(response) {
|
.then(function (response) {
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
response.text().then(function(text) {
|
response.text().then(function (text) {
|
||||||
setLog(response.url, response.status, text)
|
setLog(response.url, response.status, text)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
return response.json()
|
return response.json()
|
||||||
})
|
})
|
||||||
.catch(function(error) {
|
.catch(function (error) {
|
||||||
todo(error)
|
todo(error)
|
||||||
setLog(start, 'JSON', error)
|
setLog(start, 'JSON', error)
|
||||||
console.error(error)
|
console.error(error)
|
||||||
})
|
})
|
||||||
.then(function(json) {
|
.then(function (json) {
|
||||||
if (!json) {
|
if (!json) {
|
||||||
columnReload(tlid, type)
|
columnReload(tlid, type)
|
||||||
}
|
}
|
||||||
|
@ -1062,15 +1196,15 @@ function asRead(callback) {
|
||||||
var id = $('#timeline_' + i + ' .cvo:eq(0)').attr('unique-id')
|
var id = $('#timeline_' + i + ' .cvo:eq(0)').attr('unique-id')
|
||||||
var poster = {
|
var poster = {
|
||||||
home: {
|
home: {
|
||||||
last_read_id: id
|
last_read_id: id,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
var id = $('#timeline_' + i + ' .cvo:eq(0)').attr('data-notf')
|
var id = $('#timeline_' + i + ' .cvo:eq(0)').attr('data-notf')
|
||||||
var poster = {
|
var poster = {
|
||||||
notifications: {
|
notifications: {
|
||||||
last_read_id: id
|
last_read_id: id,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1083,7 +1217,7 @@ function asRead(callback) {
|
||||||
httpreq.setRequestHeader('Authorization', 'Bearer ' + at)
|
httpreq.setRequestHeader('Authorization', 'Bearer ' + at)
|
||||||
httpreq.responseType = 'json'
|
httpreq.responseType = 'json'
|
||||||
httpreq.send(JSON.stringify(poster))
|
httpreq.send(JSON.stringify(poster))
|
||||||
httpreq.onreadystatechange = function() {
|
httpreq.onreadystatechange = function () {
|
||||||
if (httpreq.readyState === 4) {
|
if (httpreq.readyState === 4) {
|
||||||
var json = httpreq.response
|
var json = httpreq.response
|
||||||
if (this.status !== 200) {
|
if (this.status !== 200) {
|
||||||
|
@ -1117,8 +1251,8 @@ function asReadEnd() {
|
||||||
onBeforeOpen: () => {
|
onBeforeOpen: () => {
|
||||||
Swal.showLoading()
|
Swal.showLoading()
|
||||||
},
|
},
|
||||||
onClose: () => {}
|
onClose: () => {},
|
||||||
}).then(result => {})
|
}).then((result) => {})
|
||||||
} else {
|
} else {
|
||||||
postMessage(['asReadComp', ''], '*')
|
postMessage(['asReadComp', ''], '*')
|
||||||
}
|
}
|
||||||
|
@ -1144,7 +1278,7 @@ function getBookmark(acct_id, tlid, more) {
|
||||||
httpreq.setRequestHeader('Authorization', 'Bearer ' + at)
|
httpreq.setRequestHeader('Authorization', 'Bearer ' + at)
|
||||||
httpreq.responseType = 'json'
|
httpreq.responseType = 'json'
|
||||||
httpreq.send()
|
httpreq.send()
|
||||||
httpreq.onreadystatechange = function() {
|
httpreq.onreadystatechange = function () {
|
||||||
if (httpreq.readyState === 4) {
|
if (httpreq.readyState === 4) {
|
||||||
var json = httpreq.response
|
var json = httpreq.response
|
||||||
if (this.status !== 200) {
|
if (this.status !== 200) {
|
||||||
|
@ -1159,7 +1293,11 @@ function getBookmark(acct_id, tlid, more) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var templete = parse(json, 'bookmark', acct_id, tlid, -1, null)
|
var templete = parse(json, 'bookmark', acct_id, tlid, -1, null)
|
||||||
templete = templete + '<div class="hide notif-marker" data-maxid="' + max_id + '"></div>'
|
templete =
|
||||||
|
templete +
|
||||||
|
'<div class="hide notif-marker" data-maxid="' +
|
||||||
|
max_id +
|
||||||
|
'"></div>'
|
||||||
if (more) {
|
if (more) {
|
||||||
$('#timeline_' + tlid).append(templete)
|
$('#timeline_' + tlid).append(templete)
|
||||||
} else {
|
} else {
|
||||||
|
@ -1183,7 +1321,7 @@ function announ(acct_id, tlid) {
|
||||||
httpreq.setRequestHeader('Authorization', 'Bearer ' + at)
|
httpreq.setRequestHeader('Authorization', 'Bearer ' + at)
|
||||||
httpreq.responseType = 'json'
|
httpreq.responseType = 'json'
|
||||||
httpreq.send()
|
httpreq.send()
|
||||||
httpreq.onreadystatechange = function() {
|
httpreq.onreadystatechange = function () {
|
||||||
if (httpreq.readyState === 4) {
|
if (httpreq.readyState === 4) {
|
||||||
var json = httpreq.response
|
var json = httpreq.response
|
||||||
if (this.status !== 200) {
|
if (this.status !== 200) {
|
||||||
|
@ -1198,7 +1336,7 @@ function announ(acct_id, tlid) {
|
||||||
}
|
}
|
||||||
ct++
|
ct++
|
||||||
}
|
}
|
||||||
if(ct > 0) {
|
if (ct > 0) {
|
||||||
$('.notf-announ_' + acct_id + '_ct').text(ct)
|
$('.notf-announ_' + acct_id + '_ct').text(ct)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
@ -1211,3 +1349,13 @@ function announ(acct_id, tlid) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//buildQuery
|
||||||
|
function buildQuery(name, data) {
|
||||||
|
if(!data || data == '') return ''
|
||||||
|
var arr = data.split(',')
|
||||||
|
var str = ''
|
||||||
|
for (var i = 0; i < arr.length; i++) {
|
||||||
|
str = str + `${name}[]=${arr[i]}&`
|
||||||
|
}
|
||||||
|
return str
|
||||||
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@ var websocketNotf = []
|
||||||
|
|
||||||
//カラム追加ボックストグル
|
//カラム追加ボックストグル
|
||||||
function addColumnMenu() {
|
function addColumnMenu() {
|
||||||
$('#left-menu div').removeClass('active')
|
$('#left-menu a').removeClass('active')
|
||||||
$('#addColumnMenu').addClass('active')
|
$('#addColumnMenu').addClass('active')
|
||||||
$('.menu-content').addClass('hide')
|
$('.menu-content').addClass('hide')
|
||||||
$('#add-box').removeClass('hide')
|
$('#add-box').removeClass('hide')
|
||||||
|
@ -292,16 +292,33 @@ function parseColumn(target, dontclose) {
|
||||||
${lang.lang_layout_excludingbt}
|
${lang.lang_layout_excludingbt}
|
||||||
<br>`
|
<br>`
|
||||||
} else if (acct.type == 'tag') {
|
} else if (acct.type == 'tag') {
|
||||||
|
if(acct.data.name) {
|
||||||
|
var name = acct.data.name
|
||||||
|
var all = acct.data.all
|
||||||
|
var any = acct.data.any
|
||||||
|
var none = acct.data.none
|
||||||
|
} else {
|
||||||
|
var name = acct.data
|
||||||
|
var all = ''
|
||||||
|
var any = ''
|
||||||
|
var none = ''
|
||||||
|
}
|
||||||
if_tag = `<div class="column-hide notf-indv-box" id="tag-box_${key}" style="padding:5px;">
|
if_tag = `<div class="column-hide notf-indv-box" id="tag-box_${key}" style="padding:5px;">
|
||||||
Base: ${acct.data}<br>
|
Base: ${name}<br>
|
||||||
<div id="tagManager-${key}"></div>
|
<div id="tagManager-${key}">
|
||||||
<button onclick="addTag('${key}')" class="btn waves-effect" style="width: 100%">Add</button>
|
all: <input type="text" id="all_tm-${key}"" value="${all}">
|
||||||
|
any: <input type="text" id="any_tm-${key}" value="${any}">
|
||||||
|
none: <input type="text" id="none_tm-${key}"" value="${none}">
|
||||||
|
</div>
|
||||||
|
<button onclick="addTag('${key}')" class="btn waves-effect" style="width: 100%">Refresh</button>
|
||||||
</div>`
|
</div>`
|
||||||
if_tag_btn = `<a onclick="setToggleTag('${key}')" class="setting nex"
|
if_tag_btn = `<a onclick="setToggleTag('${key}')" class="setting nex"
|
||||||
title="${lang.lang_layout_tagManager}" style="width:30px">
|
title="${lang.lang_layout_tagManager}" style="width:30px">
|
||||||
<i class="material-icons waves-effect nex">note_add</i>
|
<i class="material-icons waves-effect nex">note_add</i>
|
||||||
</a>`
|
</a>`
|
||||||
unread = ''
|
unread = ''
|
||||||
|
var exclude = ''
|
||||||
|
var if_notf = 'hide'
|
||||||
} else {
|
} else {
|
||||||
var exclude = ''
|
var exclude = ''
|
||||||
unread = ''
|
unread = ''
|
||||||
|
@ -357,7 +374,7 @@ function parseColumn(target, dontclose) {
|
||||||
<i class="material-icons waves-effect ${isMisRed}" id="notice_icon_${key}" ${notf_attr}
|
<i class="material-icons waves-effect ${isMisRed}" id="notice_icon_${key}" ${notf_attr}
|
||||||
style="font-size:40px; padding-top:25%;"
|
style="font-size:40px; padding-top:25%;"
|
||||||
onclick="checkStr('${acct.type}','${data}','${acct.domain}', '${key}', '${delc}','${voice}',null)"
|
onclick="checkStr('${acct.type}','${data}','${acct.domain}', '${key}', '${delc}','${voice}',null)"
|
||||||
title="${lang.lang_layout_gotop}">
|
title="${lang.lang_layout_gotop}" aria-hidden="true">
|
||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div class="area-notice_name">
|
<div class="area-notice_name">
|
||||||
|
@ -366,29 +383,33 @@ function parseColumn(target, dontclose) {
|
||||||
<div class="area-a1">
|
<div class="area-a1">
|
||||||
<a onclick="notfToggle('${acct.domain}','${key}')" class="setting nex ${if_notf}"
|
<a onclick="notfToggle('${acct.domain}','${key}')" class="setting nex ${if_notf}"
|
||||||
title="${unique_notf}" ${icnsert}>
|
title="${unique_notf}" ${icnsert}>
|
||||||
<i class="material-icons waves-effect nex notf-icon_${acct.domain}">notifications</i>
|
<i class="material-icons waves-effect nex notf-icon_${acct.domain}" aria-hidden="true">notifications</i>
|
||||||
|
<span class="voice">${unique_notf}</span>
|
||||||
</a>
|
</a>
|
||||||
<span class="cbadge hide notf-announ_${acct.domain}" style="margin-right:0"
|
<span class="cbadge hide notf-announ_${acct.domain}" style="margin-right:0"
|
||||||
onclick="notfToggle('${acct.domain}','${key}')" title="${lang.lang_layout_announ}">
|
onclick="notfToggle('${acct.domain}','${key}')" title="${lang.lang_layout_announ}">
|
||||||
<i class="fas fa-bullhorn"></i>
|
<i class="fas fa-bullhorn"></i>
|
||||||
<span class="notf-announ_${acct.domain}_ct"></span>
|
<span class="notf-announ_${acct.domain}_ct"></span>
|
||||||
|
<span class="voice">${lang.lang_layout_announ}</span>
|
||||||
</span>
|
</span>
|
||||||
${if_tag_btn}
|
${if_tag_btn}
|
||||||
</div>
|
</div>
|
||||||
<div class="area-sta">
|
<div class="area-sta">
|
||||||
<span class="new badge teal notf-reply_${acct.domain} hide" data-badge-caption="Reply">0</span>
|
<span class="new badge teal notf-reply_${acct.domain} hide" data-badge-caption="Reply" aria-hidden="true">0</span>
|
||||||
<span class="new badge yellow black-text notf-fav_${acct.domain} hide" data-badge-caption="Fav">0</span>
|
<span class="new badge yellow black-text notf-fav_${acct.domain} hide" data-badge-caption="Fav" aria-hidden="true">0</span>
|
||||||
<span class="new badge blue notf-bt_${acct.domain} hide" data-badge-caption="BT">0</span>
|
<span class="new badge blue notf-bt_${acct.domain} hide" data-badge-caption="BT" aria-hidden="true">0</span>
|
||||||
<span class="new badge orange notf-follow_${acct.domain} hide" data-badge-caption="Follow">0</span>
|
<span class="new badge orange notf-follow_${acct.domain} hide" data-badge-caption="Follow" aria-hidden="true">0</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="area-a2">
|
<div class="area-a2">
|
||||||
<a onclick="removeColumn('${key}')" class="setting nex">
|
<a onclick="removeColumn('${key}')" class="setting nex">
|
||||||
<i class="material-icons waves-effect nex" title="${lang.lang_layout_delthis}" ${icnsert}>cancel</i>
|
<i class="material-icons waves-effect nex" title="${lang.lang_layout_delthis}" ${icnsert} aria-hidden="true">cancel</i>
|
||||||
|
<span class="voice">${lang.lang_layout_delthis}</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="area-a3">
|
<div class="area-a3">
|
||||||
<a onclick="setToggle('${key}')" class="setting nex" title="${lang.lang_layout_setthis}" ${icnsert}>
|
<a onclick="setToggle('${key}')" class="setting nex" title="${lang.lang_layout_setthis}" ${icnsert}>
|
||||||
<i class="material-icons waves-effect nex">settings</i>
|
<i class="material-icons waves-effect nex" aria-hidden="true">settings</i>
|
||||||
|
<span class="voice">${lang.lang_layout_setthis}</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -33,6 +33,7 @@ function menu() {
|
||||||
$("#add-box").removeClass("hide");
|
$("#add-box").removeClass("hide");
|
||||||
$("#left-menu div").removeClass("active");
|
$("#left-menu div").removeClass("active");
|
||||||
$("#addColumnMenu").addClass("active");
|
$("#addColumnMenu").addClass("active");
|
||||||
|
$("#addColumnMenu").click();
|
||||||
} else {
|
} else {
|
||||||
$('#menu').fadeOut()
|
$('#menu').fadeOut()
|
||||||
$("#menu").removeClass("appear")
|
$("#menu").removeClass("appear")
|
||||||
|
@ -69,7 +70,7 @@ $(function () {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
function help() {
|
function help() {
|
||||||
$("#left-menu div").removeClass("active");
|
$("#left-menu a").removeClass("active");
|
||||||
$("#helpMenu").addClass("active");
|
$("#helpMenu").addClass("active");
|
||||||
$(".menu-content").addClass("hide");
|
$(".menu-content").addClass("hide");
|
||||||
$("#help-box").removeClass("hide");
|
$("#help-box").removeClass("hide");
|
||||||
|
|
|
@ -111,7 +111,7 @@ function sort() {
|
||||||
}
|
}
|
||||||
//ソートボタントグル
|
//ソートボタントグル
|
||||||
function sortMenu() {
|
function sortMenu() {
|
||||||
$("#left-menu div").removeClass("active");
|
$("#left-menu a").removeClass("active");
|
||||||
$("#sortMenu").addClass("active");
|
$("#sortMenu").addClass("active");
|
||||||
$(".menu-content").addClass("hide");
|
$(".menu-content").addClass("hide");
|
||||||
$("#sort-box").removeClass("hide");
|
$("#sort-box").removeClass("hide");
|
||||||
|
|
|
@ -56,23 +56,23 @@
|
||||||
"custom-electron-titlebar": "^3.2.2-hotfix62",
|
"custom-electron-titlebar": "^3.2.2-hotfix62",
|
||||||
"electron-dl": "^3.0.0",
|
"electron-dl": "^3.0.0",
|
||||||
"jimp": "^0.10.3",
|
"jimp": "^0.10.3",
|
||||||
"jquery": "^3.4.1",
|
"jquery": "^3.5.0",
|
||||||
"jquery-ui-dist": "^1.12.1",
|
"jquery-ui-dist": "^1.12.1",
|
||||||
"json5": "^2.1.3",
|
"json5": "^2.1.3",
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"materialize-css": "git://github.com/cutls/materialize#v1-dev",
|
"materialize-css": "git://github.com/cutls/materialize#v1-dev",
|
||||||
"sumchecker": "^3.0.1",
|
"sumchecker": "^3.0.1",
|
||||||
"sweetalert2": "^9.10.9",
|
"sweetalert2": "^9.10.12",
|
||||||
"system-font-families": "^0.4.1",
|
"system-font-families": "^0.4.1",
|
||||||
"vue": "^2.6.11"
|
"vue": "^2.6.11"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"itunes-nowplaying-mac": "git://github.com/cutls/itunes-nowplaying-mac"
|
"itunes-nowplaying-mac": "0.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chokidar": "^3.3.1",
|
"chokidar": "^3.3.1",
|
||||||
"electron": "^8.0.0",
|
"electron": "^8.0.0",
|
||||||
"electron-builder": "^22.4.1",
|
"electron-builder": "^22.5.1",
|
||||||
"electron-rebuild": "^1.10.1",
|
"electron-rebuild": "^1.10.1",
|
||||||
"readline-sync": "1.4.10"
|
"readline-sync": "1.4.10"
|
||||||
},
|
},
|
||||||
|
|
|
@ -59,8 +59,10 @@
|
||||||
<div id="add">
|
<div id="add">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s8">
|
<div class="col s8">
|
||||||
|
@@addAcct@@<br />
|
||||||
<input type="text" id="url" style="width:70%" placeholder="ex)mstdn.jp" />
|
<input type="text" id="url" style="width:70%" placeholder="ex)mstdn.jp" />
|
||||||
<div id="ins-suggest"></div>
|
<div id="ins-suggest"></div>
|
||||||
|
<button class="btn waves-effect" onclick="instance()">Login</button><br />
|
||||||
@@codesetupwarn@@<br />
|
@@codesetupwarn@@<br />
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" class="filled-in" id="linux" />
|
<input type="checkbox" class="filled-in" id="linux" />
|
||||||
|
@ -71,9 +73,8 @@
|
||||||
<input type="checkbox" class="filled-in" id="misskey" />
|
<input type="checkbox" class="filled-in" id="misskey" />
|
||||||
<span>@@thisismisskey@@</span> </label
|
<span>@@thisismisskey@@</span> </label
|
||||||
><br />
|
><br />
|
||||||
<button class="btn waves-effect" onclick="instance()">Login</button><br />
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col s4">
|
<div class="col s4" aria-hidden="true">
|
||||||
<span style="font-family:Open Sans;">Supports</span>
|
<span style="font-family:Open Sans;">Supports</span>
|
||||||
<div id="support" class="collection transparent"></div>
|
<div id="support" class="collection transparent"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1264,30 +1264,30 @@
|
||||||
</span>
|
</span>
|
||||||
<div id="menu-wrapper">
|
<div id="menu-wrapper">
|
||||||
<div id="left-menu">
|
<div id="left-menu">
|
||||||
<div class="waves-effect active" onclick="addColumnMenu()" id="addColumnMenu">
|
<a class="waves-effect active" onclick="addColumnMenu()" id="addColumnMenu">
|
||||||
<i class="material-icons">add</i><span>@@addColumn@@</span>
|
<i class="material-icons" aria-hidden="true">add</i><span>@@addColumn@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="waves-effect" onclick="sortMenu()" id="sortMenu">
|
<a class="waves-effect" onclick="sortMenu()" id="sortMenu">
|
||||||
<i class="material-icons">sort</i><span>@@sortColumns@@</span>
|
<i class="material-icons" aria-hidden="true">sort</i><span>@@sortColumns@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="waves-effect" onclick="searchMenu()" id="searchMenu">
|
<a class="waves-effect" onclick="searchMenu()" id="searchMenu">
|
||||||
<i class="material-icons">search</i><span>@@search@@</span>
|
<i class="material-icons" aria-hidden="true">search</i><span>@@search@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="waves-effect" onclick="listMenu()" id="listMenu">
|
<a class="waves-effect" onclick="listMenu()" id="listMenu">
|
||||||
<i class="material-icons">view_headline</i><span>@@list@@</span>
|
<i class="material-icons" aria-hidden="true">view_headline</i><span>@@list@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="waves-effect" onclick="dirMenu()" id="dirMenu">
|
<a class="waves-effect" onclick="dirMenu()" id="dirMenu">
|
||||||
<i class="material-icons">recent_actors</i><span>@@directory@@</span>
|
<i class="material-icons" aria-hidden="true">recent_actors</i><span>@@directory@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="waves-effect" onclick="filterMenu()" id="filterMenu">
|
<a class="waves-effect" onclick="filterMenu()" id="filterMenu">
|
||||||
<i class="material-icons">filter_list</i><span>@@filter@@</span>
|
<i class="material-icons" aria-hidden="true">filter_list</i><span>@@filter@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="waves-effect" onclick="help()" id="helpMenu">
|
<a class="waves-effect" onclick="help()" id="helpMenu">
|
||||||
<i class="material-icons">help_outline</i><span>@@helpAndLogs@@</span>
|
<i class="material-icons" aria-hidden="true">help_outline</i><span>@@helpAndLogs@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="waves-effect" onclick="location.href='index.html'">
|
<a class="waves-effect" onclick="location.href='index.html'">
|
||||||
<i class="material-icons">refresh</i><span>@@f5@@</span>
|
<i class="material-icons" aria-hidden="true">refresh</i><span>@@f5@@</span>
|
||||||
</div>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="right-menu">
|
<div id="right-menu">
|
||||||
<!--カラム追加-->
|
<!--カラム追加-->
|
||||||
|
@ -1308,46 +1308,46 @@
|
||||||
<input type="hidden" value="local" id="type-sel" />
|
<input type="hidden" value="local" id="type-sel" />
|
||||||
@@showThisTL@@
|
@@showThisTL@@
|
||||||
<div id="tltype">
|
<div id="tltype">
|
||||||
<div class="type waves-effect active" data-type="local">
|
<a class="type waves-effect active" data-type="local">
|
||||||
<div><i class="material-icons">people_outline</i></div>
|
<div><i class="material-icons" aria-hidden="true">people_outline</i></div>
|
||||||
<span>@@local@@</span>
|
<span>@@local@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="type waves-effect" data-type="local-media">
|
<a class="type waves-effect" data-type="local-media">
|
||||||
<div><i class="material-icons">perm_media</i></div>
|
<div><i class="material-icons" aria-hidden="true">perm_media</i></div>
|
||||||
<span>@@localMedia@@</span>
|
<span>@@localMedia@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="type waves-effect" data-type="home">
|
<a class="type waves-effect" data-type="home">
|
||||||
<div><i class="material-icons">home</i></div>
|
<div><i class="material-icons" aria-hidden="true">home</i></div>
|
||||||
<span>@@home@@</span>
|
<span>@@home@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="type waves-effect" data-type="pub">
|
<a class="type waves-effect" data-type="pub">
|
||||||
<div><i class="material-icons">language</i></div>
|
<div><i class="material-icons" aria-hidden="true">language</i></div>
|
||||||
<span>@@fed@@</span>
|
<span>@@fed@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="type waves-effect" data-type="pub-media">
|
<a class="type waves-effect" data-type="pub-media">
|
||||||
<div><i class="material-icons">perm_media</i></div>
|
<div><i class="material-icons" aria-hidden="true">perm_media</i></div>
|
||||||
<span>@@fedMedia@@</span>
|
<span>@@fedMedia@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="type waves-effect" data-type="dm">
|
<a class="type waves-effect" data-type="dm">
|
||||||
<div><i class="material-icons">mail_outline</i></div>
|
<div><i class="material-icons" aria-hidden="true">mail_outline</i></div>
|
||||||
<span>@@dm@@</span>
|
<span>@@dm@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="type waves-effect" data-type="mix">
|
<a class="type waves-effect" data-type="mix">
|
||||||
<div><i class="material-icons">merge_type</i></div>
|
<div><i class="material-icons" aria-hidden="true">merge_type</i></div>
|
||||||
<span>@@integratedTLDes@@</span>
|
<span>@@integratedTLDes@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="type waves-effect" data-type="plus">
|
<a class="type waves-effect" data-type="plus">
|
||||||
<div><i class="material-icons">reply</i></div>
|
<div><i class="material-icons" aria-hidden="true">reply</i></div>
|
||||||
<span>@@localPlusDes@@</span>
|
<span>@@localPlusDes@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="type waves-effect" data-type="notf">
|
<a class="type waves-effect" data-type="notf">
|
||||||
<div><i class="material-icons">notifications</i></div>
|
<div><i class="material-icons" aria-hidden="true">notifications</i></div>
|
||||||
<span>@@notf@@</span>
|
<span>@@notf@@</span>
|
||||||
</div>
|
</a>
|
||||||
<div class="type waves-effect" data-type="bookmark">
|
<a class="type waves-effect" data-type="bookmark">
|
||||||
<div><i class="material-icons">bookmark</i></div>
|
<div><i class="material-icons" aria-hidden="true">bookmark</i></div>
|
||||||
<span>@@bookmark@@</span>
|
<span>@@bookmark@@</span>
|
||||||
</div>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="noauth" class="hide">
|
<div id="noauth" class="hide">
|
||||||
|
@ -1531,6 +1531,10 @@
|
||||||
<input type="checkbox" class="filled-in" id="conv_filter" value="thread" />
|
<input type="checkbox" class="filled-in" id="conv_filter" value="thread" />
|
||||||
<span>@@conver@@</span>
|
<span>@@conver@@</span>
|
||||||
</label>
|
</label>
|
||||||
|
<label>
|
||||||
|
<input type="checkbox" class="filled-in" id="prof_filter" value="profiles" />
|
||||||
|
<span>@@prof@@</span>
|
||||||
|
</label><br />
|
||||||
@@option@@<br />
|
@@option@@<br />
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" class="filled-in" id="wholeword_filter" value="1" />
|
<input type="checkbox" class="filled-in" id="wholeword_filter" value="1" />
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "List of accounts",
|
"list": "List of accounts",
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
"add": "Add an account",
|
"add": "Add an account",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Code setup",
|
"codesetup": "Code setup",
|
||||||
"mainacct": "Main an account",
|
"mainacct": "Main an account",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filtering words",
|
"filterWord": "Filtering words",
|
||||||
"degree": "Filter contexts",
|
"degree": "Filter contexts",
|
||||||
"conver": "Conversations",
|
"conver": "Conversations",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Options",
|
"option": "Options",
|
||||||
"matchWord": "Whole word",
|
"matchWord": "Whole word",
|
||||||
"warnMatchWord": "Nice for Latin language",
|
"warnMatchWord": "Nice for Latin language",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
||||||
"lang_postimg_desc": "Description",
|
"lang_postimg_desc": "Description",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
||||||
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Cancel (will not post)",
|
"lang_post_btn1": "Cancel (will not post)",
|
||||||
"lang_post_btn2": "Make text hidden automatically",
|
"lang_post_btn2": "Make text hidden automatically",
|
||||||
"lang_post_btn3": "Continue to post",
|
"lang_post_btn3": "Continue to post",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
||||||
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
||||||
"lang_status_follow": "Follow",
|
"lang_status_follow": "Follow",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Show",
|
"lang_parse_cwshow": "Show",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "More",
|
"lang_parse_more": "More",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "List of accounts",
|
"list": "List of accounts",
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
"add": "Add an account",
|
"add": "Add an account",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Code setup",
|
"codesetup": "Code setup",
|
||||||
"mainacct": "Main an account",
|
"mainacct": "Main an account",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filtering words",
|
"filterWord": "Filtering words",
|
||||||
"degree": "Filter contexts",
|
"degree": "Filter contexts",
|
||||||
"conver": "Conversations",
|
"conver": "Conversations",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Options",
|
"option": "Options",
|
||||||
"matchWord": "Whole word",
|
"matchWord": "Whole word",
|
||||||
"warnMatchWord": "Nice for Latin language",
|
"warnMatchWord": "Nice for Latin language",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
||||||
"lang_postimg_desc": "Description",
|
"lang_postimg_desc": "Description",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
||||||
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Cancel (will not post)",
|
"lang_post_btn1": "Cancel (will not post)",
|
||||||
"lang_post_btn2": "Make text hidden automatically",
|
"lang_post_btn2": "Make text hidden automatically",
|
||||||
"lang_post_btn3": "Continue to post",
|
"lang_post_btn3": "Continue to post",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
||||||
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
||||||
"lang_status_follow": "Follow",
|
"lang_status_follow": "Follow",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Show",
|
"lang_parse_cwshow": "Show",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "More",
|
"lang_parse_more": "More",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "Списък на профилите",
|
"list": "Списък на профилите",
|
||||||
"back": "Назад",
|
"back": "Назад",
|
||||||
"add": "Добавяне на профил",
|
"add": "Добавяне на профил",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Премахнете отметката за да пропуснете влизането с код. (Вход в Mastodon от Windows или macOS) (Препоръчително: pcheck)",
|
"codesetupwarn": "Премахнете отметката за да пропуснете влизането с код. (Вход в Mastodon от Windows или macOS) (Препоръчително: pcheck)",
|
||||||
"codesetup": "Настройка на код",
|
"codesetup": "Настройка на код",
|
||||||
"mainacct": "Основен профил",
|
"mainacct": "Основен профил",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Филтриране на думи",
|
"filterWord": "Филтриране на думи",
|
||||||
"degree": "Контекстно филтриране",
|
"degree": "Контекстно филтриране",
|
||||||
"conver": "Разговори",
|
"conver": "Разговори",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Настройки",
|
"option": "Настройки",
|
||||||
"matchWord": "Цяла дума",
|
"matchWord": "Цяла дума",
|
||||||
"warnMatchWord": "Ница на латински език",
|
"warnMatchWord": "Ница на латински език",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Кликнете за да добавите описание, щракнете с десния бутон за да го изтриете",
|
"lang_postimg_delete": "Кликнете за да добавите описание, щракнете с десния бутон за да го изтриете",
|
||||||
"lang_postimg_desc": "Описание",
|
"lang_postimg_desc": "Описание",
|
||||||
"lang_postimg_leadContext": "щракнете с десния бутон върху миниатюрата за да изтриете това",
|
"lang_postimg_leadContext": "щракнете с десния бутон върху миниатюрата за да изтриете това",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "Тази раздумка не съдържа маркер по подразбиране. Тази раздумка няма да се показва в локалния TL. Продължавате?",
|
"lang_post_tagTL": "Тази раздумка не съдържа маркер по подразбиране. Тази раздумка няма да се показва в локалния TL. Продължавате?",
|
||||||
"lang_post_tagVis": "Тази раздумка (не е \"публична\") не е показана с този етикет в ТЛ.",
|
"lang_post_tagVis": "Тази раздумка (не е \"публична\") не е показана с този етикет в ТЛ.",
|
||||||
"lang_post_cwtitle": "Авто CW Сигнал",
|
"lang_post_cwtitle": "Авто CW Сигнал",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Отказ (няма да се публикува)",
|
"lang_post_btn1": "Отказ (няма да се публикува)",
|
||||||
"lang_post_btn2": "Текстът да се скрива автоматично",
|
"lang_post_btn2": "Текстът да се скрива автоматично",
|
||||||
"lang_post_btn3": "Продължете към публикуването",
|
"lang_post_btn3": "Продължете към публикуването",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "Ще отнеме минута раздумката отдалечено да стане любима.",
|
"lang_status_favWarn": "Ще отнеме минута раздумката отдалечено да стане любима.",
|
||||||
"lang_status_btWarn": "Ще отнеме минута раздумката отдалечено да бъде подсилена.",
|
"lang_status_btWarn": "Ще отнеме минута раздумката отдалечено да бъде подсилена.",
|
||||||
"lang_status_follow": "Следване",
|
"lang_status_follow": "Следване",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Покажи",
|
"lang_parse_cwshow": "Покажи",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "Още",
|
"lang_parse_more": "Още",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "List of accounts",
|
"list": "List of accounts",
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
"add": "Add an account",
|
"add": "Add an account",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Code setup",
|
"codesetup": "Code setup",
|
||||||
"mainacct": "Main an account",
|
"mainacct": "Main an account",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filtering words",
|
"filterWord": "Filtering words",
|
||||||
"degree": "Filter contexts",
|
"degree": "Filter contexts",
|
||||||
"conver": "Conversations",
|
"conver": "Conversations",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Options",
|
"option": "Options",
|
||||||
"matchWord": "Whole word",
|
"matchWord": "Whole word",
|
||||||
"warnMatchWord": "Nice for Latin language",
|
"warnMatchWord": "Nice for Latin language",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
||||||
"lang_postimg_desc": "Description",
|
"lang_postimg_desc": "Description",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
||||||
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Cancel (will not post)",
|
"lang_post_btn1": "Cancel (will not post)",
|
||||||
"lang_post_btn2": "Make text hidden automatically",
|
"lang_post_btn2": "Make text hidden automatically",
|
||||||
"lang_post_btn3": "Continue to post",
|
"lang_post_btn3": "Continue to post",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
||||||
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
||||||
"lang_status_follow": "Follow",
|
"lang_status_follow": "Follow",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Show",
|
"lang_parse_cwshow": "Show",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "More",
|
"lang_parse_more": "More",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "Seznam účtů",
|
"list": "Seznam účtů",
|
||||||
"back": "Zpět",
|
"back": "Zpět",
|
||||||
"add": "Přidat účet",
|
"add": "Přidat účet",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Nastavení kódu",
|
"codesetup": "Nastavení kódu",
|
||||||
"mainacct": "Hlavní účet",
|
"mainacct": "Hlavní účet",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filtrované slova",
|
"filterWord": "Filtrované slova",
|
||||||
"degree": "Filter contexts",
|
"degree": "Filter contexts",
|
||||||
"conver": "Konverzace",
|
"conver": "Konverzace",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Možnosti",
|
"option": "Možnosti",
|
||||||
"matchWord": "Celé slovo",
|
"matchWord": "Celé slovo",
|
||||||
"warnMatchWord": "Dobré pro jazyky v latince",
|
"warnMatchWord": "Dobré pro jazyky v latince",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
||||||
"lang_postimg_desc": "Popis",
|
"lang_postimg_desc": "Popis",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "Tento toot neobsahuje výchozí hashtag. Tento toot nebude zobrazen na výchozí časové ose. Pokračovat?",
|
"lang_post_tagTL": "Tento toot neobsahuje výchozí hashtag. Tento toot nebude zobrazen na výchozí časové ose. Pokračovat?",
|
||||||
"lang_post_tagVis": "Tento toot (ne „veřejný“ toot) není zobrazen na časové ose tohoto hashtagu.",
|
"lang_post_tagVis": "Tento toot (ne „veřejný“ toot) není zobrazen na časové ose tohoto hashtagu.",
|
||||||
"lang_post_cwtitle": "Automatické varování o obsahu",
|
"lang_post_cwtitle": "Automatické varování o obsahu",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Zrušit (příspěvek nebude publikován)",
|
"lang_post_btn1": "Zrušit (příspěvek nebude publikován)",
|
||||||
"lang_post_btn2": "Skrýt text automaticky",
|
"lang_post_btn2": "Skrýt text automaticky",
|
||||||
"lang_post_btn3": "Pokračovat k přispívání",
|
"lang_post_btn3": "Pokračovat k přispívání",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "Oblíbení vzdáleného tootu bude chvíli trvat.",
|
"lang_status_favWarn": "Oblíbení vzdáleného tootu bude chvíli trvat.",
|
||||||
"lang_status_btWarn": "Boostnutí vzdáleného tootu bude chvíli trvat.",
|
"lang_status_btWarn": "Boostnutí vzdáleného tootu bude chvíli trvat.",
|
||||||
"lang_status_follow": "Sledovat",
|
"lang_status_follow": "Sledovat",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Provedeno",
|
"lang_parse_notftime": "Provedeno",
|
||||||
"lang_parse_cwshow": "Zobrazit",
|
"lang_parse_cwshow": "Zobrazit",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Celý text:",
|
"lang_parse_fulltext": "Celý text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "Více",
|
"lang_parse_more": "Více",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "List of accounts",
|
"list": "List of accounts",
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
"add": "Add an account",
|
"add": "Add an account",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Code setup",
|
"codesetup": "Code setup",
|
||||||
"mainacct": "Main an account",
|
"mainacct": "Main an account",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filtering words",
|
"filterWord": "Filtering words",
|
||||||
"degree": "Filter contexts",
|
"degree": "Filter contexts",
|
||||||
"conver": "Conversations",
|
"conver": "Conversations",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Options",
|
"option": "Options",
|
||||||
"matchWord": "Whole word",
|
"matchWord": "Whole word",
|
||||||
"warnMatchWord": "Nice for Latin language",
|
"warnMatchWord": "Nice for Latin language",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
||||||
"lang_postimg_desc": "Description",
|
"lang_postimg_desc": "Description",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
||||||
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Cancel (will not post)",
|
"lang_post_btn1": "Cancel (will not post)",
|
||||||
"lang_post_btn2": "Make text hidden automatically",
|
"lang_post_btn2": "Make text hidden automatically",
|
||||||
"lang_post_btn3": "Continue to post",
|
"lang_post_btn3": "Continue to post",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
||||||
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
||||||
"lang_status_follow": "Follow",
|
"lang_status_follow": "Follow",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Show",
|
"lang_parse_cwshow": "Show",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "More",
|
"lang_parse_more": "More",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "Accountliste",
|
"list": "Accountliste",
|
||||||
"back": "Zurück",
|
"back": "Zurück",
|
||||||
"add": "Konto hinzufügen",
|
"add": "Konto hinzufügen",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Check if TheDesk is not working on Windows, you want to login Pleroma servers, you cannot login when it checked.",
|
"codesetupwarn": "Check if TheDesk is not working on Windows, you want to login Pleroma servers, you cannot login when it checked.",
|
||||||
"codesetup": "Code-Setup",
|
"codesetup": "Code-Setup",
|
||||||
"mainacct": "Hauptkonto",
|
"mainacct": "Hauptkonto",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filterwörter",
|
"filterWord": "Filterwörter",
|
||||||
"degree": "Kontexte filtern",
|
"degree": "Kontexte filtern",
|
||||||
"conver": "Gespräche",
|
"conver": "Gespräche",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Einstellungen",
|
"option": "Einstellungen",
|
||||||
"matchWord": "Ganze Wörter",
|
"matchWord": "Ganze Wörter",
|
||||||
"warnMatchWord": "Schön für lateinische Sprachen",
|
"warnMatchWord": "Schön für lateinische Sprachen",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Klicken, um Beschreibung hinzuzufügen, Rechtsklick zum Löschen",
|
"lang_postimg_delete": "Klicken, um Beschreibung hinzuzufügen, Rechtsklick zum Löschen",
|
||||||
"lang_postimg_desc": "Beschreibung",
|
"lang_postimg_desc": "Beschreibung",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "Dieses Tröt enthält keinen Standard-Tag. Er wird in dem lokalen Verlauf nicht angezeigt. Fortfahren?",
|
"lang_post_tagTL": "Dieses Tröt enthält keinen Standard-Tag. Er wird in dem lokalen Verlauf nicht angezeigt. Fortfahren?",
|
||||||
"lang_post_tagVis": "Dieser Tröt (nicht 'öffentlicher' Tröt) wird nicht in diesem Tag-Verlauf angezeigt.",
|
"lang_post_tagVis": "Dieser Tröt (nicht 'öffentlicher' Tröt) wird nicht in diesem Tag-Verlauf angezeigt.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Abbrechen (wird nicht gesendet)",
|
"lang_post_btn1": "Abbrechen (wird nicht gesendet)",
|
||||||
"lang_post_btn2": "Text automatisch ausblenden",
|
"lang_post_btn2": "Text automatisch ausblenden",
|
||||||
"lang_post_btn3": "Weiter mit Senden",
|
"lang_post_btn3": "Weiter mit Senden",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "Es braucht einen Moment, um ein entferntes Tröt zu favorisieren.",
|
"lang_status_favWarn": "Es braucht einen Moment, um ein entferntes Tröt zu favorisieren.",
|
||||||
"lang_status_btWarn": "Es braucht einen Moment, um ein entferntes Tröt zu verstärken.",
|
"lang_status_btWarn": "Es braucht einen Moment, um ein entferntes Tröt zu verstärken.",
|
||||||
"lang_status_follow": "Folgen",
|
"lang_status_follow": "Folgen",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s Umfrage",
|
"lang_parse_polled": "'s Umfrage",
|
||||||
"lang_parse_notftime": "Bearbeitet am",
|
"lang_parse_notftime": "Bearbeitet am",
|
||||||
"lang_parse_cwshow": "Anzeigen",
|
"lang_parse_cwshow": "Anzeigen",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Automatisches Zusammenfalten",
|
"lang_parse_autofold": "Automatisches Zusammenfalten",
|
||||||
"lang_parse_more": "Mehr",
|
"lang_parse_more": "Mehr",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Das Artwork von Spotify anhängen",
|
"postartwork": "Das Artwork von Spotify anhängen",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "Einstellungen Vorlesefunktion",
|
"tts": "Einstellungen Vorlesefunktion",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "List of accounts",
|
"list": "List of accounts",
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
"add": "Add an account",
|
"add": "Add an account",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Code setup",
|
"codesetup": "Code setup",
|
||||||
"mainacct": "Main an account",
|
"mainacct": "Main an account",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filtering words",
|
"filterWord": "Filtering words",
|
||||||
"degree": "Filter contexts",
|
"degree": "Filter contexts",
|
||||||
"conver": "Conversations",
|
"conver": "Conversations",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Options",
|
"option": "Options",
|
||||||
"matchWord": "Whole word",
|
"matchWord": "Whole word",
|
||||||
"warnMatchWord": "Nice for Latin language",
|
"warnMatchWord": "Nice for Latin language",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
||||||
"lang_postimg_desc": "Description",
|
"lang_postimg_desc": "Description",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
||||||
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Cancel (will not post)",
|
"lang_post_btn1": "Cancel (will not post)",
|
||||||
"lang_post_btn2": "Make text hidden automatically",
|
"lang_post_btn2": "Make text hidden automatically",
|
||||||
"lang_post_btn3": "Continue to post",
|
"lang_post_btn3": "Continue to post",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
||||||
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
||||||
"lang_status_follow": "Follow",
|
"lang_status_follow": "Follow",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Show",
|
"lang_parse_cwshow": "Show",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "More",
|
"lang_parse_more": "More",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "crwdns3018:0crwdne3018:0",
|
"list": "crwdns3018:0crwdne3018:0",
|
||||||
"back": "crwdns3020:0crwdne3020:0",
|
"back": "crwdns3020:0crwdne3020:0",
|
||||||
"add": "crwdns3022:0crwdne3022:0",
|
"add": "crwdns3022:0crwdne3022:0",
|
||||||
|
"addAcct": "crwdns4484:0crwdne4484:0",
|
||||||
"codesetupwarn": "crwdns3024:0crwdne3024:0",
|
"codesetupwarn": "crwdns3024:0crwdne3024:0",
|
||||||
"codesetup": "crwdns3026:0crwdne3026:0",
|
"codesetup": "crwdns3026:0crwdne3026:0",
|
||||||
"mainacct": "crwdns3028:0crwdne3028:0",
|
"mainacct": "crwdns3028:0crwdne3028:0",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "crwdns3322:0crwdne3322:0",
|
"filterWord": "crwdns3322:0crwdne3322:0",
|
||||||
"degree": "crwdns3324:0crwdne3324:0",
|
"degree": "crwdns3324:0crwdne3324:0",
|
||||||
"conver": "crwdns3326:0crwdne3326:0",
|
"conver": "crwdns3326:0crwdne3326:0",
|
||||||
|
"prof": "crwdns4488:0crwdne4488:0",
|
||||||
"option": "crwdns3328:0crwdne3328:0",
|
"option": "crwdns3328:0crwdne3328:0",
|
||||||
"matchWord": "crwdns3330:0crwdne3330:0",
|
"matchWord": "crwdns3330:0crwdne3330:0",
|
||||||
"warnMatchWord": "crwdns3332:0crwdne3332:0",
|
"warnMatchWord": "crwdns3332:0crwdne3332:0",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "crwdns4350:0crwdne4350:0",
|
"lang_postimg_delete": "crwdns4350:0crwdne4350:0",
|
||||||
"lang_postimg_desc": "crwdns4352:0crwdne4352:0",
|
"lang_postimg_desc": "crwdns4352:0crwdne4352:0",
|
||||||
"lang_postimg_leadContext": "crwdns4354:0crwdne4354:0",
|
"lang_postimg_leadContext": "crwdns4354:0crwdne4354:0",
|
||||||
|
"lang_post_syncDetail": "crwdns4476:0crwdne4476:0",
|
||||||
|
"lang_post_syncDetailText": "crwdns4478:0crwdne4478:0",
|
||||||
"lang_post_tagTL": "crwdns3526:0crwdne3526:0",
|
"lang_post_tagTL": "crwdns3526:0crwdne3526:0",
|
||||||
"lang_post_tagVis": "crwdns3528:0crwdne3528:0",
|
"lang_post_tagVis": "crwdns3528:0crwdne3528:0",
|
||||||
"lang_post_cwtitle": "crwdns3530:0crwdne3530:0",
|
"lang_post_cwtitle": "crwdns3530:0crwdne3530:0",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "crwdns3534:0crwdne3534:0",
|
"lang_post_btn1": "crwdns3534:0crwdne3534:0",
|
||||||
"lang_post_btn2": "crwdns3536:0crwdne3536:0",
|
"lang_post_btn2": "crwdns3536:0crwdne3536:0",
|
||||||
"lang_post_btn3": "crwdns3538:0crwdne3538:0",
|
"lang_post_btn3": "crwdns3538:0crwdne3538:0",
|
||||||
|
"lang_post_unfinishedMedia": "crwdns4480:0crwdne4480:0",
|
||||||
|
"lang_post_retry": "crwdns4482:0crwdne4482:0",
|
||||||
"lang_status_favWarn": "crwdns3540:0crwdne3540:0",
|
"lang_status_favWarn": "crwdns3540:0crwdne3540:0",
|
||||||
"lang_status_btWarn": "crwdns3542:0crwdne3542:0",
|
"lang_status_btWarn": "crwdns3542:0crwdne3542:0",
|
||||||
"lang_status_follow": "crwdns3544:0crwdne3544:0",
|
"lang_status_follow": "crwdns3544:0crwdne3544:0",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "crwdns3724:0crwdne3724:0",
|
"lang_parse_polled": "crwdns3724:0crwdne3724:0",
|
||||||
"lang_parse_notftime": "crwdns3726:0crwdne3726:0",
|
"lang_parse_notftime": "crwdns3726:0crwdne3726:0",
|
||||||
"lang_parse_cwshow": "crwdns3728:0crwdne3728:0",
|
"lang_parse_cwshow": "crwdns3728:0crwdne3728:0",
|
||||||
|
"lang_parse_cwshow_acc": "crwdns4486:0crwdne4486:0",
|
||||||
"lang_parse_fulltext": "crwdns3730:0crwdne3730:0",
|
"lang_parse_fulltext": "crwdns3730:0crwdne3730:0",
|
||||||
"lang_parse_autofold": "crwdns3732:0crwdne3732:0",
|
"lang_parse_autofold": "crwdns3732:0crwdne3732:0",
|
||||||
"lang_parse_more": "crwdns3734:0crwdne3734:0",
|
"lang_parse_more": "crwdns3734:0crwdne3734:0",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "crwdns4346:0{song}crwdnd4346:0{album}crwdnd4346:0{artist}crwdnd4346:0{composer}crwdnd4346:0{hz}crwdnd4346:0{bitRate}crwdnd4346:0{genre}crwdne4346:0",
|
"template2": "crwdns4346:0{song}crwdnd4346:0{album}crwdnd4346:0{artist}crwdnd4346:0{composer}crwdnd4346:0{hz}crwdnd4346:0{bitRate}crwdnd4346:0{genre}crwdne4346:0",
|
||||||
"template3": "crwdns4348:0crwdne4348:0",
|
"template3": "crwdns4348:0crwdne4348:0",
|
||||||
"postartwork": "crwdns4210:0crwdne4210:0",
|
"postartwork": "crwdns4210:0crwdne4210:0",
|
||||||
|
"searchArtwork": "crwdns4472:0crwdne4472:0",
|
||||||
|
"searchArtworkWarn": "crwdns4474:0crwdne4474:0",
|
||||||
"tts": "crwdns4212:0crwdne4212:0",
|
"tts": "crwdns4212:0crwdne4212:0",
|
||||||
"bouyomi": "crwdns4214:0crwdne4214:0",
|
"bouyomi": "crwdns4214:0crwdne4214:0",
|
||||||
"bouyomiWarn": "crwdns4216:0crwdne4216:0",
|
"bouyomiWarn": "crwdns4216:0crwdne4216:0",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list":"List of accounts",
|
"list":"List of accounts",
|
||||||
"back":"Back",
|
"back":"Back",
|
||||||
"add":"Add an account",
|
"add":"Add an account",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn":"Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn":"Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup":"Code setup",
|
"codesetup":"Code setup",
|
||||||
"mainacct":"Main an account",
|
"mainacct":"Main an account",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord":"Filtering words",
|
"filterWord":"Filtering words",
|
||||||
"degree":"Filter contexts",
|
"degree":"Filter contexts",
|
||||||
"conver":"Conversations",
|
"conver":"Conversations",
|
||||||
|
"prof":"Profiles",
|
||||||
"option":"Options",
|
"option":"Options",
|
||||||
"matchWord":"Whole word",
|
"matchWord":"Whole word",
|
||||||
"warnMatchWord":"Nice for Latin language",
|
"warnMatchWord":"Nice for Latin language",
|
||||||
|
|
|
@ -172,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Show",
|
"lang_parse_cwshow": "Show",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "More",
|
"lang_parse_more": "More",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "Lista de cuentas",
|
"list": "Lista de cuentas",
|
||||||
"back": "Volver",
|
"back": "Volver",
|
||||||
"add": "Agregar una cuenta",
|
"add": "Agregar una cuenta",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "No seleccionar para saltar el pegado de código (iniciá sesión de Mastodon en Windows o macOS) (Recomendado: pcheck)",
|
"codesetupwarn": "No seleccionar para saltar el pegado de código (iniciá sesión de Mastodon en Windows o macOS) (Recomendado: pcheck)",
|
||||||
"codesetup": "Configuración de código",
|
"codesetup": "Configuración de código",
|
||||||
"mainacct": "Establecer una cuenta",
|
"mainacct": "Establecer una cuenta",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Palabras filtradas",
|
"filterWord": "Palabras filtradas",
|
||||||
"degree": "Filtrar contextos",
|
"degree": "Filtrar contextos",
|
||||||
"conver": "Conversaciones",
|
"conver": "Conversaciones",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Configuración",
|
"option": "Configuración",
|
||||||
"matchWord": "Palabra completa",
|
"matchWord": "Palabra completa",
|
||||||
"warnMatchWord": "Útil para lenguas romances",
|
"warnMatchWord": "Útil para lenguas romances",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Hacé clic para agregar descripción, o clic secundario para eliminar esto",
|
"lang_postimg_delete": "Hacé clic para agregar descripción, o clic secundario para eliminar esto",
|
||||||
"lang_postimg_desc": "Descripción",
|
"lang_postimg_desc": "Descripción",
|
||||||
"lang_postimg_leadContext": "hacé clic secundario sobre la miniatura para eliminar esto",
|
"lang_postimg_leadContext": "hacé clic secundario sobre la miniatura para eliminar esto",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "Este toot no contiene una etiqueta predeterminada. Este toot no se mostrará en la línea temporal local. ¿Querés continuar?",
|
"lang_post_tagTL": "Este toot no contiene una etiqueta predeterminada. Este toot no se mostrará en la línea temporal local. ¿Querés continuar?",
|
||||||
"lang_post_tagVis": "Este toot (toot no público) no se muestra en la línea temporal de esta etiqueta.",
|
"lang_post_tagVis": "Este toot (toot no público) no se muestra en la línea temporal de esta etiqueta.",
|
||||||
"lang_post_cwtitle": "Alerta automática de Advertencia de contenido",
|
"lang_post_cwtitle": "Alerta automática de Advertencia de contenido",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Cancelar (no se enviará)",
|
"lang_post_btn1": "Cancelar (no se enviará)",
|
||||||
"lang_post_btn2": "Crear el texto oculto automáticamente",
|
"lang_post_btn2": "Crear el texto oculto automáticamente",
|
||||||
"lang_post_btn3": "Continuar con el envío",
|
"lang_post_btn3": "Continuar con el envío",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "Llevará un minuto marcar un toot remoto como favorito.",
|
"lang_status_favWarn": "Llevará un minuto marcar un toot remoto como favorito.",
|
||||||
"lang_status_btWarn": "Llevará un minuto retootear un toot remoto.",
|
"lang_status_btWarn": "Llevará un minuto retootear un toot remoto.",
|
||||||
"lang_status_follow": "Seguir",
|
"lang_status_follow": "Seguir",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": " hizo una encuesta",
|
"lang_parse_polled": " hizo una encuesta",
|
||||||
"lang_parse_notftime": "Enviado el",
|
"lang_parse_notftime": "Enviado el",
|
||||||
"lang_parse_cwshow": "Mostrar",
|
"lang_parse_cwshow": "Mostrar",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Tamaño de texto:",
|
"lang_parse_fulltext": "Tamaño de texto:",
|
||||||
"lang_parse_autofold": "Colapsado automáticamente",
|
"lang_parse_autofold": "Colapsado automáticamente",
|
||||||
"lang_parse_more": "Más",
|
"lang_parse_more": "Más",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS: {artist}: nombre del artista // {song}: nombre del tema // {album}: nombre del álbum // {genre}: género // {composer}: compositor // {hz}: frecuencia de muestreo // {bitRate}: tasa de transferencia",
|
"template2": "macOS: {artist}: nombre del artista // {song}: nombre del tema // {album}: nombre del álbum // {genre}: género // {composer}: compositor // {hz}: frecuencia de muestreo // {bitRate}: tasa de transferencia",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Adjuntar tapa desde Spotify",
|
"postartwork": "Adjuntar tapa desde Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "Configuración de TTS (texto hablado)",
|
"tts": "Configuración de TTS (texto hablado)",
|
||||||
"bouyomi": "Conectar BouyomiChan",
|
"bouyomi": "Conectar BouyomiChan",
|
||||||
"bouyomiWarn": "Requiere: Plugin WebSocket de BouyomiChan",
|
"bouyomiWarn": "Requiere: Plugin WebSocket de BouyomiChan",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "Lista de cuentas",
|
"list": "Lista de cuentas",
|
||||||
"back": "Atrás",
|
"back": "Atrás",
|
||||||
"add": "Agregar una cuenta",
|
"add": "Agregar una cuenta",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Desmarcarlo para omitir código de pegado. (iniciar sesión en Mastodon en Windows o macOS) (Recomendado: pcheck)",
|
"codesetupwarn": "Desmarcarlo para omitir código de pegado. (iniciar sesión en Mastodon en Windows o macOS) (Recomendado: pcheck)",
|
||||||
"codesetup": "Configuración de código",
|
"codesetup": "Configuración de código",
|
||||||
"mainacct": "Cuenta principal",
|
"mainacct": "Cuenta principal",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filtering words",
|
"filterWord": "Filtering words",
|
||||||
"degree": "Filter contexts",
|
"degree": "Filter contexts",
|
||||||
"conver": "Conversations",
|
"conver": "Conversations",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Options",
|
"option": "Options",
|
||||||
"matchWord": "Whole word",
|
"matchWord": "Whole word",
|
||||||
"warnMatchWord": "Nice for Latin language",
|
"warnMatchWord": "Nice for Latin language",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
||||||
"lang_postimg_desc": "Description",
|
"lang_postimg_desc": "Description",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
||||||
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Cancel (will not post)",
|
"lang_post_btn1": "Cancel (will not post)",
|
||||||
"lang_post_btn2": "Make text hidden automatically",
|
"lang_post_btn2": "Make text hidden automatically",
|
||||||
"lang_post_btn3": "Continue to post",
|
"lang_post_btn3": "Continue to post",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
||||||
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
||||||
"lang_status_follow": "Follow",
|
"lang_status_follow": "Follow",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Show",
|
"lang_parse_cwshow": "Show",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "More",
|
"lang_parse_more": "More",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "List of accounts",
|
"list": "List of accounts",
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
"add": "Add an account",
|
"add": "Add an account",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Code setup",
|
"codesetup": "Code setup",
|
||||||
"mainacct": "Main an account",
|
"mainacct": "Main an account",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filtering words",
|
"filterWord": "Filtering words",
|
||||||
"degree": "Filter contexts",
|
"degree": "Filter contexts",
|
||||||
"conver": "Conversations",
|
"conver": "Conversations",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Options",
|
"option": "Options",
|
||||||
"matchWord": "Whole word",
|
"matchWord": "Whole word",
|
||||||
"warnMatchWord": "Nice for Latin language",
|
"warnMatchWord": "Nice for Latin language",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
||||||
"lang_postimg_desc": "Description",
|
"lang_postimg_desc": "Description",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
||||||
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Cancel (will not post)",
|
"lang_post_btn1": "Cancel (will not post)",
|
||||||
"lang_post_btn2": "Make text hidden automatically",
|
"lang_post_btn2": "Make text hidden automatically",
|
||||||
"lang_post_btn3": "Continue to post",
|
"lang_post_btn3": "Continue to post",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
||||||
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
||||||
"lang_status_follow": "Follow",
|
"lang_status_follow": "Follow",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Show",
|
"lang_parse_cwshow": "Show",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "More",
|
"lang_parse_more": "More",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "Liste des comptes",
|
"list": "Liste des comptes",
|
||||||
"back": "Retour",
|
"back": "Retour",
|
||||||
"add": "Ajouter un compte",
|
"add": "Ajouter un compte",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Code setup",
|
"codesetup": "Code setup",
|
||||||
"mainacct": "Main an account",
|
"mainacct": "Main an account",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filtering words",
|
"filterWord": "Filtering words",
|
||||||
"degree": "Filter contexts",
|
"degree": "Filter contexts",
|
||||||
"conver": "Conversations",
|
"conver": "Conversations",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Options",
|
"option": "Options",
|
||||||
"matchWord": "Whole word",
|
"matchWord": "Whole word",
|
||||||
"warnMatchWord": "Nice for Latin language",
|
"warnMatchWord": "Nice for Latin language",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
||||||
"lang_postimg_desc": "Description",
|
"lang_postimg_desc": "Description",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
||||||
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Cancel (will not post)",
|
"lang_post_btn1": "Cancel (will not post)",
|
||||||
"lang_post_btn2": "Make text hidden automatically",
|
"lang_post_btn2": "Make text hidden automatically",
|
||||||
"lang_post_btn3": "Continue to post",
|
"lang_post_btn3": "Continue to post",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
||||||
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
||||||
"lang_status_follow": "Suivre",
|
"lang_status_follow": "Suivre",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Afficher",
|
"lang_parse_cwshow": "Afficher",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "Plus",
|
"lang_parse_more": "Plus",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "List of accounts",
|
"list": "List of accounts",
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
"add": "Add an account",
|
"add": "Add an account",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Code setup",
|
"codesetup": "Code setup",
|
||||||
"mainacct": "Main an account",
|
"mainacct": "Main an account",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filtering words",
|
"filterWord": "Filtering words",
|
||||||
"degree": "Filter contexts",
|
"degree": "Filter contexts",
|
||||||
"conver": "Conversations",
|
"conver": "Conversations",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Options",
|
"option": "Options",
|
||||||
"matchWord": "Whole word",
|
"matchWord": "Whole word",
|
||||||
"warnMatchWord": "Nice for Latin language",
|
"warnMatchWord": "Nice for Latin language",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
||||||
"lang_postimg_desc": "Description",
|
"lang_postimg_desc": "Description",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
||||||
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Cancel (will not post)",
|
"lang_post_btn1": "Cancel (will not post)",
|
||||||
"lang_post_btn2": "Make text hidden automatically",
|
"lang_post_btn2": "Make text hidden automatically",
|
||||||
"lang_post_btn3": "Continue to post",
|
"lang_post_btn3": "Continue to post",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
||||||
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
||||||
"lang_status_follow": "Follow",
|
"lang_status_follow": "Follow",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Show",
|
"lang_parse_cwshow": "Show",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "More",
|
"lang_parse_more": "More",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "List of accounts",
|
"list": "List of accounts",
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
"add": "Add an account",
|
"add": "Add an account",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Code setup",
|
"codesetup": "Code setup",
|
||||||
"mainacct": "Main an account",
|
"mainacct": "Main an account",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filtering words",
|
"filterWord": "Filtering words",
|
||||||
"degree": "Filter contexts",
|
"degree": "Filter contexts",
|
||||||
"conver": "Conversations",
|
"conver": "Conversations",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Options",
|
"option": "Options",
|
||||||
"matchWord": "Whole word",
|
"matchWord": "Whole word",
|
||||||
"warnMatchWord": "Nice for Latin language",
|
"warnMatchWord": "Nice for Latin language",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
||||||
"lang_postimg_desc": "Description",
|
"lang_postimg_desc": "Description",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
||||||
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Cancel (will not post)",
|
"lang_post_btn1": "Cancel (will not post)",
|
||||||
"lang_post_btn2": "Make text hidden automatically",
|
"lang_post_btn2": "Make text hidden automatically",
|
||||||
"lang_post_btn3": "Continue to post",
|
"lang_post_btn3": "Continue to post",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
||||||
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
||||||
"lang_status_follow": "Follow",
|
"lang_status_follow": "Follow",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Show",
|
"lang_parse_cwshow": "Show",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "More",
|
"lang_parse_more": "More",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "List of accounts",
|
"list": "List of accounts",
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
"add": "Add an account",
|
"add": "Add an account",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Code setup",
|
"codesetup": "Code setup",
|
||||||
"mainacct": "Main an account",
|
"mainacct": "Main an account",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filtering words",
|
"filterWord": "Filtering words",
|
||||||
"degree": "Filter contexts",
|
"degree": "Filter contexts",
|
||||||
"conver": "Conversations",
|
"conver": "Conversations",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Options",
|
"option": "Options",
|
||||||
"matchWord": "Whole word",
|
"matchWord": "Whole word",
|
||||||
"warnMatchWord": "Nice for Latin language",
|
"warnMatchWord": "Nice for Latin language",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
||||||
"lang_postimg_desc": "Description",
|
"lang_postimg_desc": "Description",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
||||||
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Cancel (will not post)",
|
"lang_post_btn1": "Cancel (will not post)",
|
||||||
"lang_post_btn2": "Make text hidden automatically",
|
"lang_post_btn2": "Make text hidden automatically",
|
||||||
"lang_post_btn3": "Continue to post",
|
"lang_post_btn3": "Continue to post",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
||||||
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
||||||
"lang_status_follow": "Follow",
|
"lang_status_follow": "Follow",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Show",
|
"lang_parse_cwshow": "Show",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "More",
|
"lang_parse_more": "More",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -138,6 +138,7 @@
|
||||||
"listLocale":"一覧",
|
"listLocale":"一覧",
|
||||||
"degree":"適応範囲",
|
"degree":"適応範囲",
|
||||||
"conver":"会話",
|
"conver":"会話",
|
||||||
|
"prof":"プロフィール",
|
||||||
"option":"オプション",
|
"option":"オプション",
|
||||||
"matchWord":"単語マッチ",
|
"matchWord":"単語マッチ",
|
||||||
"warnMatchWord":"非ラテン系の文字列では「単語マッチ」はせん方がええで。(これはフリかも知れん)",
|
"warnMatchWord":"非ラテン系の文字列では「単語マッチ」はせん方がええで。(これはフリかも知れん)",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list":"アカウント一覧",
|
"list":"アカウント一覧",
|
||||||
"back":"戻る",
|
"back":"戻る",
|
||||||
"add":"アカウントを追加",
|
"add":"アカウントを追加",
|
||||||
|
"addAcct": "次のボックスにログインしたいサーバのドメインを入力してください。",
|
||||||
"codesetupwarn":"チェックを外すとコード貼り付けをスキップできます。(<u>Mastodon</u>にWindowsやmacOSからログインする場合)失敗する場合はチェックを入れてください。",
|
"codesetupwarn":"チェックを外すとコード貼り付けをスキップできます。(<u>Mastodon</u>にWindowsやmacOSからログインする場合)失敗する場合はチェックを入れてください。",
|
||||||
"codesetup":"コードセットアップ",
|
"codesetup":"コードセットアップ",
|
||||||
"mainacct":"メインアカウント",
|
"mainacct":"メインアカウント",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"listLocale":"一覧",
|
"listLocale":"一覧",
|
||||||
"degree":"適応範囲",
|
"degree":"適応範囲",
|
||||||
"conver":"会話",
|
"conver":"会話",
|
||||||
|
"prof":"プロフィール",
|
||||||
"option":"オプション",
|
"option":"オプション",
|
||||||
"matchWord":"単語マッチ",
|
"matchWord":"単語マッチ",
|
||||||
"warnMatchWord":"非ラテン系の文字列では「単語マッチ」は推奨されません。",
|
"warnMatchWord":"非ラテン系の文字列では「単語マッチ」は推奨されません。",
|
||||||
|
|
|
@ -173,6 +173,7 @@
|
||||||
"lang_parse_polled": "のアンケート",
|
"lang_parse_polled": "のアンケート",
|
||||||
"lang_parse_notftime": "通知された時間",
|
"lang_parse_notftime": "通知された時間",
|
||||||
"lang_parse_cwshow": "見る",
|
"lang_parse_cwshow": "見る",
|
||||||
|
"lang_parse_cwshow_acc": "これはコンテントワーニングが付与されたトゥートです。全文を見るにはクリックしてください。",
|
||||||
"lang_parse_fulltext": "以下全文",
|
"lang_parse_fulltext": "以下全文",
|
||||||
"lang_parse_autofold": "自動折り畳み",
|
"lang_parse_autofold": "自動折り畳み",
|
||||||
"lang_parse_more": "続き...",
|
"lang_parse_more": "続き...",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "List of accounts",
|
"list": "List of accounts",
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
"add": "Add an account",
|
"add": "Add an account",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Code setup",
|
"codesetup": "Code setup",
|
||||||
"mainacct": "Main an account",
|
"mainacct": "Main an account",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filtering words",
|
"filterWord": "Filtering words",
|
||||||
"degree": "Filter contexts",
|
"degree": "Filter contexts",
|
||||||
"conver": "Conversations",
|
"conver": "Conversations",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Options",
|
"option": "Options",
|
||||||
"matchWord": "Whole word",
|
"matchWord": "Whole word",
|
||||||
"warnMatchWord": "Nice for Latin language",
|
"warnMatchWord": "Nice for Latin language",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
||||||
"lang_postimg_desc": "Description",
|
"lang_postimg_desc": "Description",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
||||||
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Cancel (will not post)",
|
"lang_post_btn1": "Cancel (will not post)",
|
||||||
"lang_post_btn2": "Make text hidden automatically",
|
"lang_post_btn2": "Make text hidden automatically",
|
||||||
"lang_post_btn3": "Continue to post",
|
"lang_post_btn3": "Continue to post",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
||||||
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
||||||
"lang_status_follow": "Follow",
|
"lang_status_follow": "Follow",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Show",
|
"lang_parse_cwshow": "Show",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "More",
|
"lang_parse_more": "More",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "Kontoliste",
|
"list": "Kontoliste",
|
||||||
"back": "Tilbake",
|
"back": "Tilbake",
|
||||||
"add": "Legg til en konto",
|
"add": "Legg til en konto",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Kodeoppsett",
|
"codesetup": "Kodeoppsett",
|
||||||
"mainacct": "Sett som hovedkonto",
|
"mainacct": "Sett som hovedkonto",
|
||||||
|
|
|
@ -1,187 +1,188 @@
|
||||||
{
|
{
|
||||||
"draghere": "Dra hit for å laste opp",
|
"draghere": "Drag here to upload",
|
||||||
"close": "Lukk",
|
"close": "Close",
|
||||||
"webSrc": "Search on Web",
|
"webSrc": "Search on Web",
|
||||||
"tsSrc": "Search on tootsearch",
|
"tsSrc": "Search on tootsearch",
|
||||||
"showSelectProf": "Vis profil til den valgte kontoen",
|
"showSelectProf": "Show profile of the selecting account",
|
||||||
"closethisbox": "Lukk denne boksen",
|
"closethisbox": "Close this box",
|
||||||
"toot": "Toot",
|
"toot": "Toot",
|
||||||
"post-new": "Post ny",
|
"post-new": "Post new",
|
||||||
"nsfwDes": "Merk media som sensitivt",
|
"nsfwDes": "Mark media as sensitive",
|
||||||
"cwDes": "Gjem tekst bak advarsel",
|
"cwDes": "Hide text behind warning",
|
||||||
"selfile": "Legg ved..",
|
"selfile": "Attach..",
|
||||||
"insertEmoji": "Emojis",
|
"insertEmoji": "Emojis",
|
||||||
"NPSpotify": "Spiller nå(Spotify)",
|
"NPSpotify": "NowPlaying(Spotify)",
|
||||||
"NPiTunes": "Spiller nå(macOS)",
|
"NPiTunes": "NowPlaying(macOS)",
|
||||||
"schedule": "Planlagt toot",
|
"schedule": "Scheduled toot",
|
||||||
"postat": "Post dette ved",
|
"postat": "Post at",
|
||||||
"scheduleWarn": "2.7.0~ Minimum time gap:5min(clock on the server may not be accurate.)",
|
"scheduleWarn": "2.7.0~ Minimum time gap:5min(clock on the server may not be accurate.)",
|
||||||
"clearToot": "Clear toot box",
|
"clearToot": "Clear toot box",
|
||||||
"replyMode": "Svar",
|
"replyMode": "Reply",
|
||||||
"no": "Nei",
|
"no": "No",
|
||||||
"yes": "Ja",
|
"yes": "Yes",
|
||||||
"temp": "Legg til filer",
|
"temp": "Attaching files",
|
||||||
"nothing": "Ingen",
|
"nothing": "None",
|
||||||
"stamp": "Stamp",
|
"stamp": "Stamp",
|
||||||
"stampWarn": "Your acct(aa@bb.cc) is printed on the right-bottom of the uploaded image",
|
"stampWarn": "Your acct(aa@bb.cc) is printed on the right-bottom of the uploaded image",
|
||||||
"vis": "Adjust status privacy",
|
"vis": "Adjust status privacy",
|
||||||
"cwtext": "Advarselstekst",
|
"cwtext": "Warning text",
|
||||||
"selectVis": "Adjust status privacy",
|
"selectVis": "Adjust status privacy",
|
||||||
"publicJP": "",
|
"publicJP": "",
|
||||||
"unlistedJP": "",
|
"unlistedJP": "",
|
||||||
"privateJP": "",
|
"privateJP": "",
|
||||||
"localJP": "Kun lokalt",
|
"localJP": "Local only",
|
||||||
"sectoot": "Secondary Toot",
|
"sectoot": "Secondary Toot",
|
||||||
"directJP": "",
|
"directJP": "",
|
||||||
"emojiWarn": "",
|
"emojiWarn": "",
|
||||||
"emojiInsertWarn": "Noen emojier kan ikke settes inn.",
|
"emojiInsertWarn": "Some emojis are not able to be inserted.",
|
||||||
"refreshEmoji": "Oppdater emoji-liste",
|
"refreshEmoji": "Refresh emojis list",
|
||||||
"closeThisBox": "Lukk denne boksen",
|
"closeThisBox": "Close this box",
|
||||||
"showThisEmoji": " vises.",
|
"showThisEmoji": " are shown.",
|
||||||
"customEmoji": "Tilpassede emojier",
|
"customEmoji": "Custom emojis",
|
||||||
"peopleEmoji": "Emojier av mennesker",
|
"peopleEmoji": "Emojis of people",
|
||||||
"natureEmoji": "Naturemojier",
|
"natureEmoji": "Emojis of nature",
|
||||||
"foodEmoji": "Matemojier",
|
"foodEmoji": "Emojis of foods",
|
||||||
"activityEmoji": "Aktivitetsemojier",
|
"activityEmoji": "Emojis of activities",
|
||||||
"placeEmoji": "Stedsemojier",
|
"placeEmoji": "Emojis of places",
|
||||||
"thingsEmoji": "Verktøyemojier",
|
"thingsEmoji": "Emojis of tools",
|
||||||
"symbolEmoji": "Symbolemojier",
|
"symbolEmoji": "Emojis of symbols",
|
||||||
"flagsEmoji": "Flaggemojier",
|
"flagsEmoji": "Emojis of flags",
|
||||||
"poll": "Spørreundersøkelse",
|
"poll": "Poll",
|
||||||
"pollDdisabled": "Spørreundersøkelser: Avslått",
|
"pollDdisabled": "Polls: Disabled",
|
||||||
"pollProvider": "Provider of Poll",
|
"pollProvider": "Provider of Poll",
|
||||||
"polluntil": "Hide 'votes' count until people vote it.",
|
"polluntil": "Hide 'votes' count until people vote it.",
|
||||||
"choice": "Valg",
|
"choice": "Choice",
|
||||||
"pollmulti": "Merk flere",
|
"pollmulti": "Multiple select",
|
||||||
"expires_in": "Utgår om...(sek)",
|
"expires_in": "Expires in...(sec)",
|
||||||
"contextBefore": "Sammenheng før denne tooten",
|
"contextBefore": "Context before this toot",
|
||||||
"thisToot": "Denne tooten",
|
"thisToot": "This toot",
|
||||||
"contextAfter": "Sammenheng etter denne tooten",
|
"contextAfter": "Context after this toot",
|
||||||
"beforeLTL": "Lokal tidslinje før denne tooten",
|
"beforeLTL": "Local TL before this toot",
|
||||||
"beforeUTL": "Brukertidslinje før denne tooten",
|
"beforeUTL": "User TL before this toot",
|
||||||
"afterLTL": "Lokal tidslinje etter denne tooten)",
|
"afterLTL": "Local TL after this toot)",
|
||||||
"afterUTL": "Brukertidslinje før denne tooten",
|
"afterUTL": "User TL before this toot",
|
||||||
"afterFTL": "Federated TL after this toot",
|
"afterFTL": "Federated TL after this toot",
|
||||||
"favedPeople": "Folk som favorittmarkerte den",
|
"favedPeople": "People who favourited it",
|
||||||
"btedPeople": "Folk som dyttet den",
|
"btedPeople": "People who boosted it",
|
||||||
"useOtherAcct1": "Bruk annen konto",
|
"useOtherAcct1": "Use other account",
|
||||||
"useOtherAcct2": ":unfav and unBT are disabled.",
|
"useOtherAcct2": ":unfav and unBT are disabled.",
|
||||||
"btWithVis": "Dytt med synlighet",
|
"btWithVis": "Boost with visibility",
|
||||||
"reply": "Svar",
|
"reply": "Reply",
|
||||||
"bt": "Dytt",
|
"bt": "Boost",
|
||||||
"favRegist": "Favorittmarker",
|
"favRegist": "Favourite",
|
||||||
"openBrowser": "Åpne i nettleser",
|
"openBrowser": "Open in browser",
|
||||||
"screenshot": "Ta skjermbilde",
|
"screenshot": "Take a screenshot",
|
||||||
"copyURL": "Kopier bildeadressen",
|
"copyURL": "Copy the URL",
|
||||||
"embed": "Bygg inn",
|
"embed": "Embed",
|
||||||
"toots": "Toots",
|
"toots": "Toots",
|
||||||
"follow": "Følg",
|
"follow": "Follow",
|
||||||
"follower": "Følger",
|
"follower": "Follower",
|
||||||
"timeline": "Tidslinje",
|
"timeline": "Timeline",
|
||||||
"operateOtherAcct": "Kryss-konto",
|
"operateOtherAcct": "Cross-account",
|
||||||
"list": "Liste",
|
"list": "List",
|
||||||
"makeNew": "Lagre",
|
"makeNew": "Save",
|
||||||
"blocks": "Blokker",
|
"blocks": "Blocks",
|
||||||
"mutes": "Demp",
|
"mutes": "Mutes",
|
||||||
"block": "Blokker",
|
"block": "Block",
|
||||||
"mute": "Stille",
|
"mute": "Mute",
|
||||||
"domainBlock": "Domeneblokkering",
|
"domainBlock": "Domain block",
|
||||||
"editProf": "Rediger profil",
|
"editProf": "Edit profile",
|
||||||
"change": "Lagre",
|
"change": "Save",
|
||||||
"followReq": "Følgeforespørsler",
|
"followReq": "Follow requests",
|
||||||
"likeHimOrHer": "Resembling",
|
"likeHimOrHer": "Resembling",
|
||||||
"endorse": "Fremhev profil",
|
"endorse": "Feature on profile",
|
||||||
"openinbrowser": "Åpne i nettleser",
|
"openinbrowser": "Open in browser",
|
||||||
"mainacct": "Sett som hovedkonto",
|
"mainacct": "Set it an main account",
|
||||||
"frc": "Foreslå",
|
"frc": "Suggest",
|
||||||
"more": "Mer",
|
"more": "More",
|
||||||
"revoverJP": " til ",
|
"revoverJP": " to ",
|
||||||
"warnUseOtherAcct": "Kunne ikke slutte å følge",
|
"warnUseOtherAcct": "(Unable to unfollow)",
|
||||||
"revoverJPde": "",
|
"revoverJPde": "",
|
||||||
"or": "eller",
|
"or": "or",
|
||||||
"openProf": "Vis profil",
|
"openProf": "Show profile",
|
||||||
"warnListRegist": "Følg for å legge til denne brukeren til lister.",
|
"warnListRegist": "Follow to add this user to lists.",
|
||||||
"blockDomain": "Add blocking domain",
|
"blockDomain": "Add blocking domain",
|
||||||
"name": "Visningsnavn",
|
"name": "Display name",
|
||||||
"note": "Merknad",
|
"note": "Note",
|
||||||
"editProfImg": "Endre avatar",
|
"editProfImg": "Change avataor",
|
||||||
"editHeader": "Change header image",
|
"editHeader": "Change header image",
|
||||||
"blocked": "Du er blokkert. Hvorfor?",
|
"blocked": "You are blocked. Why?",
|
||||||
"likeUserDes": "Get people resembling this user.",
|
"likeUserDes": "Get people resembling this user.",
|
||||||
"get": "Hent",
|
"get": "Get",
|
||||||
"historyBack": "Tilbake",
|
"historyBack": "Back",
|
||||||
"empUser": "Emphasize this user",
|
"empUser": "Emphasize this user",
|
||||||
"supportme": "Støtt TheDesk!",
|
"supportme": "Support TheDesk!",
|
||||||
"TheDeskDes": "TheDesk has no ad, you need no charge to unlock premium features. We need your friendly support!",
|
"TheDeskDes": "TheDesk has no ad, you need no charge to unlock premium features. We need your friendly support!",
|
||||||
"PatreonSupport": "Støtt på Patreon",
|
"PatreonSupport": "Support on Patreon",
|
||||||
"PixivSupport": "Støtt på Pixiv FANBOX",
|
"PixivSupport": "Support on Pixiv FANBOX",
|
||||||
"AWLSupport": "Amazon-ønskeliste",
|
"AWLSupport": "Amazon Wish List",
|
||||||
"SendAmazonGift1": "Gi meg et Amazon-gavekort:",
|
"SendAmazonGift1": "Give me Amazon Gift Card:",
|
||||||
"SendAmazonGift2": "",
|
"SendAmazonGift2": "",
|
||||||
"monthly": "Månedlig",
|
"monthly": "Monthly",
|
||||||
"once": "En gang",
|
"once": "Once",
|
||||||
"local": "Lokal",
|
"local": "Local",
|
||||||
"localMedia": "Lokal(Media)",
|
"localMedia": "Local(Media)",
|
||||||
"home": "Hjem",
|
"home": "Home",
|
||||||
"fed": "Federert",
|
"fed": "Federated",
|
||||||
"fedMedia": "Federert(Media)",
|
"fedMedia": "Federated(Media)",
|
||||||
"dm": "Direktemelding",
|
"dm": "Direct Message",
|
||||||
"integratedTLDes": "Integrert(Lokalt/Hjem)",
|
"integratedTLDes": "Integrated(Local/Home)",
|
||||||
"localPlusDes": "LTL+Reply+BT",
|
"localPlusDes": "LTL+Reply+BT",
|
||||||
"notf": "Varsler",
|
"notf": "Notifications",
|
||||||
"bookmark": "Bokmerke",
|
"bookmark": "Bookmarks",
|
||||||
"showThisTL": "Vis denne tidslinjen:",
|
"showThisTL": "Show this TL:",
|
||||||
"webviewWarn": "TweetDeck with customed TJDeck(<a href='https://gist.github.com/cutls/8787a55d2c1c53274e68a427966046a6' target='_blank'>Code</a>/<a href='https://gist.github.com/totoraj930/d1394dadb51d75666a76829f61e7280c' target='_blank'>TJDeck</a>). Keyboard shortcuts will irritate you. When you feel so, you check 'Prefer WebView' on top of the column.",
|
"webviewWarn": "TweetDeck with customed TJDeck(<a href='https://gist.github.com/cutls/8787a55d2c1c53274e68a427966046a6' target='_blank'>Code</a>/<a href='https://gist.github.com/totoraj930/d1394dadb51d75666a76829f61e7280c' target='_blank'>TJDeck</a>). Keyboard shortcuts will irritate you. When you feel so, you check 'Prefer WebView' on top of the column.",
|
||||||
"add": "Legg til",
|
"add": "Add",
|
||||||
"search": "Søk",
|
"search": "Search",
|
||||||
"sortSet": "Sorter",
|
"sortSet": "Sort",
|
||||||
"selectAcct": "Konto(Rull for å vise alle)",
|
"selectAcct": "Account(Scroll to show all)",
|
||||||
"listLocale": "Liste",
|
"listLocale": "List",
|
||||||
"filterWord": "Filtering words",
|
"filterWord": "Filtering words",
|
||||||
"degree": "Filtert innhold",
|
"degree": "Filter contexts",
|
||||||
"conver": "Samtaler",
|
"conver": "Conversations",
|
||||||
"option": "Alternativer",
|
"prof": "Profiles",
|
||||||
"matchWord": "Hele ord",
|
"option": "Options",
|
||||||
"warnMatchWord": "Godt for latin språk",
|
"matchWord": "Whole word",
|
||||||
"except": "Slipp i stedet for å gjemme",
|
"warnMatchWord": "Nice for Latin language",
|
||||||
|
"except": "Drop instead of hide",
|
||||||
"exceptWorn": "Filtered toots will disappear irreversibly, even if filter is later removed",
|
"exceptWorn": "Filtered toots will disappear irreversibly, even if filter is later removed",
|
||||||
"avalableBefore": "Utløper etter",
|
"avalableBefore": "Expire after",
|
||||||
"warnAvBefore": "Unset or \"0\" means \"Never\"",
|
"warnAvBefore": "Unset or \"0\" means \"Never\"",
|
||||||
"warnAvBefore2": "Denne verdien kan inneholde feil",
|
"warnAvBefore2": "This value may contain some error",
|
||||||
"unlimited": "Aldri",
|
"unlimited": "Never",
|
||||||
"days": "dag(er)",
|
"days": "day(s)",
|
||||||
"hours": "time(r)",
|
"hours": "hour(s)",
|
||||||
"mins": "minutt(er)",
|
"mins": "minute(s)",
|
||||||
"secs": "sekund(er)",
|
"secs": "second(s)",
|
||||||
"warnOnIntegratedTL": "Integrated TL/Plus TL will hide both Home-filtering words and Local-filtering words.",
|
"warnOnIntegratedTL": "Integrated TL/Plus TL will hide both Home-filtering words and Local-filtering words.",
|
||||||
"helloTheDesk": "Internal error: please clear all data(at setting page) <b>All data will be deleted.</b>",
|
"helloTheDesk": "Internal error: please clear all data(at setting page) <b>All data will be deleted.</b>",
|
||||||
"addColumn": "Legg til en kolonne",
|
"addColumn": "Add a column",
|
||||||
"sortColumns": "Sorter",
|
"sortColumns": "Sort",
|
||||||
"acctMan": "Kontoadministrasjon",
|
"acctMan": "Account Manager",
|
||||||
"filter": "Filter",
|
"filter": "Filter",
|
||||||
"setting": "Innstillinger",
|
"setting": "Preferences",
|
||||||
"reverse": "Toot button layout reverse",
|
"reverse": "Toot button layout reverse",
|
||||||
"f5": "Last inn tidslinje på nytt",
|
"f5": "Reload TL",
|
||||||
"nanoDes": "Den minste Mastodon,",
|
"nanoDes": "The smallest Mastodon,",
|
||||||
"verTips": "Versjon",
|
"verTips": "Version",
|
||||||
"clockTips": "Klokke",
|
"clockTips": "Clock",
|
||||||
"ramTips": "Minnestatus",
|
"ramTips": "RAM status",
|
||||||
"changeTips": "Skift ut tips",
|
"changeTips": "Change Tips",
|
||||||
"helpAndLogs": "Hjelp & Logg",
|
"helpAndLogs": "Help & Log",
|
||||||
"help": "Hjelp",
|
"help": "Help",
|
||||||
"contactwithlog": "If you tell me bugs(not working or something) with this log, I can detect what is wrong more easily.",
|
"contactwithlog": "If you tell me bugs(not working or something) with this log, I can detect what is wrong more easily.",
|
||||||
"about": "Om TheDesk",
|
"about": "About TheDesk",
|
||||||
"hereAddColumns": "<- Legg til tidslinje",
|
"hereAddColumns": "<- Add TL",
|
||||||
"foundBug": "I found a bug",
|
"foundBug": "I found a bug",
|
||||||
"show": "Vis",
|
"show": "Show",
|
||||||
"directory": "Mapper",
|
"directory": "Directory",
|
||||||
"active": "Nylig aktive",
|
"active": "Recently active",
|
||||||
"newcomer": "Nykommere",
|
"newcomer": "New arrivals",
|
||||||
"local_only": "Kun lokalt",
|
"local_only": "Local only",
|
||||||
"menu": "Menu",
|
"menu": "Menu",
|
||||||
"demoBottomBtns": "Velkomstguide",
|
"demoBottomBtns": "Welcome guide",
|
||||||
"lookAtBottom": "Se på bunnen av dette vinduet. Her er noen tips om det.",
|
"lookAtBottom": "Look at the bottom of this window. Here is some tips about it.",
|
||||||
"acctManDesc": "Legg til flere kontoer og logg dem ut.",
|
"acctManDesc": "Add more accounts and logout them.",
|
||||||
"settingDesc": "Many and many preferences here. You will couldn't check it all!",
|
"settingDesc": "Many and many preferences here. You will couldn't check it all!",
|
||||||
"nanoDescPlus": "Mini window client(experimental)",
|
"nanoDescPlus": "Mini window client(experimental)",
|
||||||
"menuDesc": "All daily TheDesk and Mastodon tuning like <b>add and sort columns</b>, <b>list and filter check</b>."
|
"menuDesc": "All daily TheDesk and Mastodon tuning like <b>add and sort columns</b>, <b>list and filter check</b>."
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Klikk for å legge til beskrivelse, høyreklikk for å slette dette",
|
"lang_postimg_delete": "Klikk for å legge til beskrivelse, høyreklikk for å slette dette",
|
||||||
"lang_postimg_desc": "Beskrivelse",
|
"lang_postimg_desc": "Beskrivelse",
|
||||||
"lang_postimg_leadContext": "høyreklikk forhåndsvisningen for å slette dette",
|
"lang_postimg_leadContext": "høyreklikk forhåndsvisningen for å slette dette",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
||||||
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Avbryt (vil ikke publisere)",
|
"lang_post_btn1": "Avbryt (vil ikke publisere)",
|
||||||
"lang_post_btn2": "Make text hidden automatically",
|
"lang_post_btn2": "Make text hidden automatically",
|
||||||
"lang_post_btn3": "Fortsett å poste",
|
"lang_post_btn3": "Fortsett å poste",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "Det vil ta en stund å favorittmarkere en fjern toot.",
|
"lang_status_favWarn": "Det vil ta en stund å favorittmarkere en fjern toot.",
|
||||||
"lang_status_btWarn": "Det vil ta en stund å dytte en fjern toot.",
|
"lang_status_btWarn": "Det vil ta en stund å dytte en fjern toot.",
|
||||||
"lang_status_follow": "Følg",
|
"lang_status_follow": "Følg",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s spørreundersøkelse",
|
"lang_parse_polled": "'s spørreundersøkelse",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Vis",
|
"lang_parse_cwshow": "Vis",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "Mer",
|
"lang_parse_more": "Mer",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "List of accounts",
|
"list": "List of accounts",
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
"add": "Add an account",
|
"add": "Add an account",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Code setup",
|
"codesetup": "Code setup",
|
||||||
"mainacct": "Main an account",
|
"mainacct": "Main an account",
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
"filterWord": "Filtering words",
|
"filterWord": "Filtering words",
|
||||||
"degree": "Filter contexts",
|
"degree": "Filter contexts",
|
||||||
"conver": "Conversations",
|
"conver": "Conversations",
|
||||||
|
"prof": "Profiles",
|
||||||
"option": "Options",
|
"option": "Options",
|
||||||
"matchWord": "Whole word",
|
"matchWord": "Whole word",
|
||||||
"warnMatchWord": "Nice for Latin language",
|
"warnMatchWord": "Nice for Latin language",
|
||||||
|
|
|
@ -60,6 +60,8 @@
|
||||||
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
"lang_postimg_delete": "Click to add description, right-click to delete this",
|
||||||
"lang_postimg_desc": "Description",
|
"lang_postimg_desc": "Description",
|
||||||
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
"lang_postimg_leadContext": "right-click the thumbnail to delete this",
|
||||||
|
"lang_post_syncDetail": "Upload media synchronously",
|
||||||
|
"lang_post_syncDetailText": "Click each picture icon to get the thumbnail. If you can get, the media you uploaded are completely processed.",
|
||||||
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
"lang_post_tagTL": "This toot does not contain a default tag. This toot will not be shown on Local TL. Continue?",
|
||||||
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
"lang_post_tagVis": "This toot(not 'public' toot) is not shown on this tag's TL.",
|
||||||
"lang_post_cwtitle": "Auto CW Alert",
|
"lang_post_cwtitle": "Auto CW Alert",
|
||||||
|
@ -67,6 +69,8 @@
|
||||||
"lang_post_btn1": "Cancel (will not post)",
|
"lang_post_btn1": "Cancel (will not post)",
|
||||||
"lang_post_btn2": "Make text hidden automatically",
|
"lang_post_btn2": "Make text hidden automatically",
|
||||||
"lang_post_btn3": "Continue to post",
|
"lang_post_btn3": "Continue to post",
|
||||||
|
"lang_post_unfinishedMedia": "The server has not finished processing your media. Retry.",
|
||||||
|
"lang_post_retry": "Retry",
|
||||||
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
"lang_status_favWarn": "It will take a miunte to favourite a remote toot.",
|
||||||
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
"lang_status_btWarn": "It will take a miunte to boost a remote toot.",
|
||||||
"lang_status_follow": "Follow",
|
"lang_status_follow": "Follow",
|
||||||
|
@ -168,6 +172,7 @@
|
||||||
"lang_parse_polled": "'s poll",
|
"lang_parse_polled": "'s poll",
|
||||||
"lang_parse_notftime": "Actioned at",
|
"lang_parse_notftime": "Actioned at",
|
||||||
"lang_parse_cwshow": "Show",
|
"lang_parse_cwshow": "Show",
|
||||||
|
"lang_parse_cwshow_acc": "This is a post with content warning. click to show the whole content",
|
||||||
"lang_parse_fulltext": "Full size text:",
|
"lang_parse_fulltext": "Full size text:",
|
||||||
"lang_parse_autofold": "Auto folded",
|
"lang_parse_autofold": "Auto folded",
|
||||||
"lang_parse_more": "More",
|
"lang_parse_more": "More",
|
||||||
|
|
|
@ -173,6 +173,8 @@
|
||||||
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
"template2": "macOS:{song}:Song name/{album}:Album name/{artist}:Artist name/composer:{composer}/spampling rate:{hz}/bit rate:{bitRate}/genre:{genre}",
|
||||||
"template3": "",
|
"template3": "",
|
||||||
"postartwork": "Attach an Artwork of Spotify",
|
"postartwork": "Attach an Artwork of Spotify",
|
||||||
|
"searchArtwork": "If the song has no artwork, automatic complete it(macOS)",
|
||||||
|
"searchArtworkWarn": "If you nowplaying an non-artwork song, get one which seems nice through API. If you do not like the completed artwork, you can right-click it to delete.",
|
||||||
"tts": "TTS(text to speech) Preferences",
|
"tts": "TTS(text to speech) Preferences",
|
||||||
"bouyomi": "BouyomiChan connect",
|
"bouyomi": "BouyomiChan connect",
|
||||||
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
"bouyomiWarn": "Require: BouyomiChan WebSocket Plugin",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"list": "List of accounts",
|
"list": "List of accounts",
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
"add": "Add an account",
|
"add": "Add an account",
|
||||||
|
"addAcct": "Fill the instance domain (like mastodon.social)",
|
||||||
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
"codesetupwarn": "Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)",
|
||||||
"codesetup": "Code setup",
|
"codesetup": "Code setup",
|
||||||
"mainacct": "Main an account",
|
"mainacct": "Main an account",
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user