Add localization strings for everything I didn't localize already
This commit is contained in:
parent
4a31ed76cd
commit
920549c43b
10 changed files with 53 additions and 26 deletions
|
|
@ -10,12 +10,12 @@
|
|||
<button
|
||||
data-action="select"
|
||||
>
|
||||
Select
|
||||
{{localize "IT.common.select"}}
|
||||
</button>
|
||||
{{else if is.multi}}
|
||||
<input
|
||||
type="checkbox"
|
||||
aria-label="Select image"
|
||||
aria-label="IT.apps.ArtBrowser.select-image"
|
||||
data-action="select"
|
||||
{{checked image.selected}}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
<div class="paginated">
|
||||
<div class="row">
|
||||
{{#if can.upload}}
|
||||
<button data-action="uploadImage">Upload Image</button>
|
||||
<button data-action="uploadImage">
|
||||
{{localize "IT.apps.ArtBrowser.upload-image"}}
|
||||
</button>
|
||||
{{/if}}
|
||||
{{#if is.multi}}
|
||||
<div class="grow"></div>
|
||||
|
|
@ -20,7 +22,7 @@
|
|||
</ul>
|
||||
{{else}}
|
||||
<span class="placeholder">
|
||||
{{ localize "" }}
|
||||
{{ localize "IT.apps.ArtBrowser.no-results" }}
|
||||
</span>
|
||||
{{/if}}
|
||||
<div class="grow"></div>
|
||||
|
|
@ -29,14 +31,14 @@
|
|||
data-action="prevPage"
|
||||
{{disabled (not has.prev)}}
|
||||
>
|
||||
Prev
|
||||
{{localize "IT.common.page.previous"}}
|
||||
</button>
|
||||
{{page}} / {{pages}}
|
||||
<button
|
||||
data-action="nextPage"
|
||||
{{disabled (not has.next)}}
|
||||
>
|
||||
Next
|
||||
{{localize "IT.common.page.next"}}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
<form autocomplete="off" class="filters">
|
||||
<p>
|
||||
{{localize "IT.apps.ArtBrowser.page-reset-warning"}}
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<label for="{{meta.idp}}-name">
|
||||
Name
|
||||
{{localize "IT.common.name"}}
|
||||
</label>
|
||||
<input
|
||||
id="{{meta.idp}}-name"
|
||||
|
|
@ -12,7 +18,7 @@
|
|||
<hr>
|
||||
|
||||
<label for="{{meta.idp}}-tags">
|
||||
Tags
|
||||
{{localize "IT.common.tags"}}
|
||||
</label>
|
||||
<string-tags
|
||||
id="{{meta.idp}}-tags"
|
||||
|
|
@ -23,7 +29,7 @@
|
|||
<hr>
|
||||
|
||||
<label for="{{meta.idp}}-artists">
|
||||
Artists
|
||||
{{localize "IT.common.artists"}}
|
||||
</label>
|
||||
<multi-select
|
||||
id="{{meta.idp}}-artists"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue