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:
parent
371706fb49
commit
bca7794c00
9 changed files with 50 additions and 32 deletions
|
@ -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">[*] </span>
|
||||
<span class="color-red-600" title={{localize 'approval_pending'}}>[*] </span>
|
||||
{{/if}}
|
||||
{{#if (or permissions.documentApprove roles.documentApprove)}}
|
||||
{{#if item.changeAwaitingReview}}
|
||||
<span class="color-green-700" title="Awaiting approval">[*] </span>
|
||||
<span class="color-green-700" title={{localize 'approval_awaiting'}}>[*] </span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{item.page.title}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue