mirror of
https://github.com/documize/community.git
synced 2025-08-05 13:35:25 +02:00
i18n page strings
This commit is contained in:
parent
4ab48cc67d
commit
59dc6ea991
29 changed files with 125 additions and 107 deletions
|
@ -2,8 +2,7 @@
|
|||
<Layout::MasterToolbar>
|
||||
<div class="zone-1">
|
||||
{{#ui/ui-toolbar dark=false light=false raised=false large=false bordered=false}}
|
||||
{{ui/ui-toolbar-button themed=true uppercase=true
|
||||
icon=constants.Icon.ArrowLeft label=(localize 'spaces') onClick=(action "onBack")}}
|
||||
{{ui/ui-toolbar-button themed=true uppercase=true icon=constants.Icon.ArrowLeft label=(localize 'spaces') onClick=(action "onBack")}}
|
||||
{{/ui/ui-toolbar}}
|
||||
</div>
|
||||
<div class="zone-2" />
|
||||
|
@ -42,7 +41,7 @@
|
|||
|
||||
<Layout::Grid::Content>
|
||||
{{#if (eq model.folder.labelId "")}}
|
||||
<div class="space-label">Unclassified</div>
|
||||
<div class="space-label">{{localize 'label_unclassified'}}</div>
|
||||
{{else}}
|
||||
<div class="space-label" style={{{model.label.bgColor}}}>{{model.label.name}}</div>
|
||||
{{#if (gt model.labelSpaces.length 1)}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue