1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 13:05:23 +02:00

i18n doc strings

This commit is contained in:
McMatts 2022-03-09 15:20:16 -05:00
parent 371706fb49
commit bca7794c00
9 changed files with 50 additions and 32 deletions

View file

@ -1,4 +1,4 @@
<div class="title center">table of contents</div>
<div class="title center">{{localize 'toc'}}</div>
{{#if canEdit}}
<div class="document-sidebar-toc">
<div class="controls {{if state.actionablePage "current-page"}}">
@ -29,11 +29,11 @@
title={{item.page.title}}>
<span class="numbering">{{item.page.numbering}}</span>
{{#if (or item.userHasChangePending userHasNewPagePending)}}
<span class="color-red-600" title="Pending changes">[*]&nbsp;</span>
<span class="color-red-600" title={{localize 'approval_pending'}}>[*]&nbsp;</span>
{{/if}}
{{#if (or permissions.documentApprove roles.documentApprove)}}
{{#if item.changeAwaitingReview}}
<span class="color-green-700" title="Awaiting approval">[*]&nbsp;</span>
<span class="color-green-700" title={{localize 'approval_awaiting'}}>[*]&nbsp;</span>
{{/if}}
{{/if}}
{{item.page.title}}