<i18nextpath="Showing results {%0%}-{%1%} on {%2%}">
{{((page-1)*paginateBy)+1}}
{{((page-1)*paginateBy)+result.results.length}}
{{result.count}}
</i18next>
{{$t('Showing results {%start%}-{%end%} on {%total%}',{start:((page-1)*paginateBy)+1,end:((page-1)*paginateBy)+result.results.length,total:result.count})}}
<span:data-tooltip="$t('This indicate if the remote library granted you access')"><iclass="question circle icon"></i></span>
</td>
<td>
<templatev-if="object.follow.approved === null">
<iclass="loading icon"></i> Pending approval
...
...
@@ -34,7 +37,10 @@
</td>
</tr>
<tr>
<td>Federation</td>
<td>
Federation
<span:data-tooltip="$t('Use this flag to enable/disable federation with this library')"><iclass="question circle icon"></i></span>
</td>
<td>
<divclass="ui toggle checkbox">
<input
...
...
@@ -47,7 +53,10 @@
</td>
</tr>
<tr>
<td>Auto importing</td>
<td>
Auto importing
<span:data-tooltip="$t('When enabled, auto importing will automatically import new tracks published in this library')"><iclass="question circle icon"></i></span>