1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-23 01:27:14 +02:00

Adding missing translations to search #579

This commit is contained in:
Patrik J. Braun 2023-01-08 17:41:17 +01:00
parent c4e670b1e1
commit ce8c40a08f
17 changed files with 647 additions and 127 deletions

View File

@ -249,7 +249,7 @@ export class ConfigDiagnostics {
settings.SearchQuery
)
) {
throw new Error('SearchQuery is not valid');
throw new Error('SearchQuery is not valid. Got: ' + JSON.stringify(sp.parse(sp.stringify(settings.SearchQuery))));
}
}

View File

@ -71,6 +71,7 @@
id="searchField"
name="searchField"
placeholder="Search text"
i18n-placeholder
class="form-control"
[(ngModel)]="AsTextQuery.text"
(change)="onChange()"

View File

@ -51,7 +51,7 @@ import { AutoCompleteRenderItem } from '../AutoCompleteRenderItem';
export class GallerySearchFieldBaseComponent
implements ControlValueAccessor, Validator, OnDestroy
{
@Input() placeholder = 'Search';
@Input() placeholder = $localize`Search`;
@Output() search = new EventEmitter<void>();
@ViewChild('SearchField', { static: false }) searchField: ElementRef;

View File

@ -44,12 +44,12 @@
class="btn btn-secondary me-2" type="button"
[disabled]="rawSearchText == ''"
(click)="openSaveSearchModal(saveSearchModal)">
<span class="oi oi-folder"></span> Save
<span class="oi oi-folder"></span> <ng-container i18n>Save</ng-container>
</button>
<button class="btn btn-primary" type="button"
[routerLink]="['/search', HTMLSearchQuery]"
(click)="hideSearchModal()">
<span class="oi oi-magnifying-glass"></span> Search
<span class="oi oi-magnifying-glass"></span> <ng-container i18n>Search</ng-container>
</button>
</div>
</div>
@ -69,7 +69,7 @@
<form #saveSearchPanelForm="ngForm" class="form-horizontal">
<div class="mb-1">
<label for="saveSearchName">Album name</label>
<label for="saveSearchName" i18n>Album name</label>
<input
id="saveSearchName"
name="saveSearchName"
@ -89,7 +89,7 @@
<button class="btn btn-primary" type="button"
[disabled]="saveSearchName == ''"
(click)="saveSearch()">
<span class="oi oi-folder"></span> Save as album
<span class="oi oi-folder"></span> <ng-container i18n>Save as album</ng-container>
</button>
</div>
</div>

View File

@ -1920,10 +1920,18 @@
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
<context context-type="linenumber">48</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts</context>
<context context-type="linenumber">54</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">26,27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">52</context>
</context-group>
<target>搜索</target>
</trans-unit>
<trans-unit id="5813867925497374051" datatype="html">
@ -2922,11 +2930,19 @@
</context-group>
<target>至少这么多</target>
</trans-unit>
<trans-unit id="3548274206254483489" datatype="html">
<source>Search text</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">73</context>
</context-group>
<target>Search text</target>
</trans-unit>
<trans-unit id="5203279511751768967" datatype="html">
<source>From</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">104</context>
<context context-type="linenumber">105</context>
</context-group>
<target>从</target>
</trans-unit>
@ -2934,7 +2950,7 @@
<source>From date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">118</context>
<context context-type="linenumber">119</context>
</context-group>
<target>从日期</target>
</trans-unit>
@ -2942,7 +2958,7 @@
<source>To date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">130</context>
<context context-type="linenumber">131</context>
</context-group>
<target>迄今为止</target>
</trans-unit>
@ -2950,11 +2966,11 @@
<source>Minimum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">142</context>
<context context-type="linenumber">143</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">171</context>
<context context-type="linenumber">172</context>
</context-group>
<target>最低评分</target>
</trans-unit>
@ -2962,11 +2978,11 @@
<source>Maximum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">156</context>
<context context-type="linenumber">157</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">188</context>
<context context-type="linenumber">189</context>
</context-group>
<target>最高评分</target>
</trans-unit>
@ -2974,7 +2990,7 @@
<source>Portrait</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">210</context>
<context context-type="linenumber">211</context>
</context-group>
<target>垂直</target>
</trans-unit>
@ -2982,7 +2998,7 @@
<source>Landscape</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">211</context>
<context context-type="linenumber">212</context>
</context-group>
<target>水平</target>
</trans-unit>
@ -3006,6 +3022,14 @@
<x id="INTERPOLATION" equiv-text="r}}"/>
</target>
</trans-unit>
<trans-unit id="3768927257183755959" datatype="html">
<source>Save</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<target>保存</target>
</trans-unit>
<trans-unit id="5466947574428856253" datatype="html">
<source>Save search to album</source>
<context-group purpose="location">
@ -3014,6 +3038,22 @@
</context-group>
<target>保存搜索到相册.</target>
</trans-unit>
<trans-unit id="8002146750272130034" datatype="html">
<source>Album name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">72,73</context>
</context-group>
<target>Album name</target>
</trans-unit>
<trans-unit id="4606777540690493351" datatype="html">
<source>Save as album</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">92</context>
</context-group>
<target>Save as album</target>
</trans-unit>
<trans-unit id="7419704019640008953" datatype="html">
<source>Share</source>
<context-group purpose="location">

View File

@ -1920,10 +1920,18 @@
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
<context context-type="linenumber">48</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts</context>
<context context-type="linenumber">54</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">26,27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">52</context>
</context-group>
<target>Suche</target>
</trans-unit>
<trans-unit id="5813867925497374051" datatype="html">
@ -2922,11 +2930,19 @@
</context-group>
<target>Mindestens so viele</target>
</trans-unit>
<trans-unit id="3548274206254483489" datatype="html">
<source>Search text</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">73</context>
</context-group>
<target>Search text</target>
</trans-unit>
<trans-unit id="5203279511751768967" datatype="html">
<source>From</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">104</context>
<context context-type="linenumber">105</context>
</context-group>
<target>von</target>
</trans-unit>
@ -2934,7 +2950,7 @@
<source>From date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">118</context>
<context context-type="linenumber">119</context>
</context-group>
<target>von Datum</target>
</trans-unit>
@ -2942,7 +2958,7 @@
<source>To date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">130</context>
<context context-type="linenumber">131</context>
</context-group>
<target>bis Datum</target>
</trans-unit>
@ -2950,11 +2966,11 @@
<source>Minimum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">142</context>
<context context-type="linenumber">143</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">171</context>
<context context-type="linenumber">172</context>
</context-group>
<target>Mindestbewertung</target>
</trans-unit>
@ -2962,11 +2978,11 @@
<source>Maximum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">156</context>
<context context-type="linenumber">157</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">188</context>
<context context-type="linenumber">189</context>
</context-group>
<target>Höchstbewertung</target>
</trans-unit>
@ -2974,7 +2990,7 @@
<source>Portrait</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">210</context>
<context context-type="linenumber">211</context>
</context-group>
<target>Porträt</target>
</trans-unit>
@ -2982,7 +2998,7 @@
<source>Landscape</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">211</context>
<context context-type="linenumber">212</context>
</context-group>
<target>Landschaft</target>
</trans-unit>
@ -3006,6 +3022,14 @@
<x id="INTERPOLATION" equiv-text="r}}"/>
</target>
</trans-unit>
<trans-unit id="3768927257183755959" datatype="html">
<source>Save</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<target>Speichern</target>
</trans-unit>
<trans-unit id="5466947574428856253" datatype="html">
<source>Save search to album</source>
<context-group purpose="location">
@ -3014,6 +3038,22 @@
</context-group>
<target>Save search to album</target>
</trans-unit>
<trans-unit id="8002146750272130034" datatype="html">
<source>Album name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">72,73</context>
</context-group>
<target>Album name</target>
</trans-unit>
<trans-unit id="4606777540690493351" datatype="html">
<source>Save as album</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">92</context>
</context-group>
<target>Save as album</target>
</trans-unit>
<trans-unit id="7419704019640008953" datatype="html">
<source>Share</source>
<context-group purpose="location">

View File

@ -1920,10 +1920,18 @@
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
<context context-type="linenumber">48</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts</context>
<context context-type="linenumber">54</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">26,27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">52</context>
</context-group>
<target>Search</target>
</trans-unit>
<trans-unit id="5813867925497374051" datatype="html">
@ -2922,11 +2930,19 @@
</context-group>
<target>At least this many</target>
</trans-unit>
<trans-unit id="3548274206254483489" datatype="html">
<source>Search text</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">73</context>
</context-group>
<target>Search text</target>
</trans-unit>
<trans-unit id="5203279511751768967" datatype="html">
<source>From</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">104</context>
<context context-type="linenumber">105</context>
</context-group>
<target>From</target>
</trans-unit>
@ -2934,7 +2950,7 @@
<source>From date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">118</context>
<context context-type="linenumber">119</context>
</context-group>
<target>From date</target>
</trans-unit>
@ -2942,7 +2958,7 @@
<source>To date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">130</context>
<context context-type="linenumber">131</context>
</context-group>
<target>To date</target>
</trans-unit>
@ -2950,11 +2966,11 @@
<source>Minimum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">142</context>
<context context-type="linenumber">143</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">171</context>
<context context-type="linenumber">172</context>
</context-group>
<target>Minimum Rating</target>
</trans-unit>
@ -2962,11 +2978,11 @@
<source>Maximum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">156</context>
<context context-type="linenumber">157</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">188</context>
<context context-type="linenumber">189</context>
</context-group>
<target>Maximum Rating</target>
</trans-unit>
@ -2974,7 +2990,7 @@
<source>Portrait</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">210</context>
<context context-type="linenumber">211</context>
</context-group>
<target>Portrait</target>
</trans-unit>
@ -2982,7 +2998,7 @@
<source>Landscape</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">211</context>
<context context-type="linenumber">212</context>
</context-group>
<target>Landscape</target>
</trans-unit>
@ -3006,6 +3022,14 @@
<x id="INTERPOLATION" equiv-text="r}}"/>
</target>
</trans-unit>
<trans-unit id="3768927257183755959" datatype="html">
<source>Save</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<target>Save</target>
</trans-unit>
<trans-unit id="5466947574428856253" datatype="html">
<source>Save search to album</source>
<context-group purpose="location">
@ -3014,6 +3038,22 @@
</context-group>
<target>Save search to album</target>
</trans-unit>
<trans-unit id="8002146750272130034" datatype="html">
<source>Album name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">72,73</context>
</context-group>
<target>Album name</target>
</trans-unit>
<trans-unit id="4606777540690493351" datatype="html">
<source>Save as album</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">92</context>
</context-group>
<target>Save as album</target>
</trans-unit>
<trans-unit id="7419704019640008953" datatype="html">
<source>Share</source>
<context-group purpose="location">

View File

@ -1920,10 +1920,18 @@
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
<context context-type="linenumber">48</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts</context>
<context context-type="linenumber">54</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">26,27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">52</context>
</context-group>
<target>Buscar</target>
</trans-unit>
<trans-unit id="5813867925497374051" datatype="html">
@ -2922,11 +2930,19 @@
</context-group>
<target>At least this many</target>
</trans-unit>
<trans-unit id="3548274206254483489" datatype="html">
<source>Search text</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">73</context>
</context-group>
<target>Search text</target>
</trans-unit>
<trans-unit id="5203279511751768967" datatype="html">
<source>From</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">104</context>
<context context-type="linenumber">105</context>
</context-group>
<target>From</target>
</trans-unit>
@ -2934,7 +2950,7 @@
<source>From date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">118</context>
<context context-type="linenumber">119</context>
</context-group>
<target>From date</target>
</trans-unit>
@ -2942,7 +2958,7 @@
<source>To date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">130</context>
<context context-type="linenumber">131</context>
</context-group>
<target>To date</target>
</trans-unit>
@ -2950,11 +2966,11 @@
<source>Minimum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">142</context>
<context context-type="linenumber">143</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">171</context>
<context context-type="linenumber">172</context>
</context-group>
<target>Minimum Rating</target>
</trans-unit>
@ -2962,11 +2978,11 @@
<source>Maximum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">156</context>
<context context-type="linenumber">157</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">188</context>
<context context-type="linenumber">189</context>
</context-group>
<target>Maximum Rating</target>
</trans-unit>
@ -2974,7 +2990,7 @@
<source>Portrait</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">210</context>
<context context-type="linenumber">211</context>
</context-group>
<target>Vertical</target>
</trans-unit>
@ -2982,7 +2998,7 @@
<source>Landscape</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">211</context>
<context context-type="linenumber">212</context>
</context-group>
<target>Horizontal</target>
</trans-unit>
@ -3006,6 +3022,14 @@
<x id="INTERPOLATION" equiv-text="r}}"/>
</target>
</trans-unit>
<trans-unit id="3768927257183755959" datatype="html">
<source>Save</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<target>Guardar</target>
</trans-unit>
<trans-unit id="5466947574428856253" datatype="html">
<source>Save search to album</source>
<context-group purpose="location">
@ -3014,6 +3038,22 @@
</context-group>
<target>Save search to album</target>
</trans-unit>
<trans-unit id="8002146750272130034" datatype="html">
<source>Album name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">72,73</context>
</context-group>
<target>Album name</target>
</trans-unit>
<trans-unit id="4606777540690493351" datatype="html">
<source>Save as album</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">92</context>
</context-group>
<target>Save as album</target>
</trans-unit>
<trans-unit id="7419704019640008953" datatype="html">
<source>Share</source>
<context-group purpose="location">

View File

@ -1920,10 +1920,18 @@
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
<context context-type="linenumber">48</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts</context>
<context context-type="linenumber">54</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">26,27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">52</context>
</context-group>
<target>Recherche</target>
</trans-unit>
<trans-unit id="5813867925497374051" datatype="html">
@ -2922,11 +2930,19 @@
</context-group>
<target>Au moins ce nombre</target>
</trans-unit>
<trans-unit id="3548274206254483489" datatype="html">
<source>Search text</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">73</context>
</context-group>
<target>Search text</target>
</trans-unit>
<trans-unit id="5203279511751768967" datatype="html">
<source>From</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">104</context>
<context context-type="linenumber">105</context>
</context-group>
<target>De</target>
</trans-unit>
@ -2934,7 +2950,7 @@
<source>From date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">118</context>
<context context-type="linenumber">119</context>
</context-group>
<target>De (date)</target>
</trans-unit>
@ -2942,7 +2958,7 @@
<source>To date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">130</context>
<context context-type="linenumber">131</context>
</context-group>
<target>À (date)</target>
</trans-unit>
@ -2950,11 +2966,11 @@
<source>Minimum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">142</context>
<context context-type="linenumber">143</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">171</context>
<context context-type="linenumber">172</context>
</context-group>
<target>Classement minimum</target>
</trans-unit>
@ -2962,11 +2978,11 @@
<source>Maximum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">156</context>
<context context-type="linenumber">157</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">188</context>
<context context-type="linenumber">189</context>
</context-group>
<target>Classement maximum</target>
</trans-unit>
@ -2974,7 +2990,7 @@
<source>Portrait</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">210</context>
<context context-type="linenumber">211</context>
</context-group>
<target>Portrait</target>
</trans-unit>
@ -2982,7 +2998,7 @@
<source>Landscape</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">211</context>
<context context-type="linenumber">212</context>
</context-group>
<target>Paysage</target>
</trans-unit>
@ -3006,6 +3022,14 @@
<x id="INTERPOLATION" equiv-text="r}}"/>
</target>
</trans-unit>
<trans-unit id="3768927257183755959" datatype="html">
<source>Save</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<target>Enregistrer</target>
</trans-unit>
<trans-unit id="5466947574428856253" datatype="html">
<source>Save search to album</source>
<context-group purpose="location">
@ -3014,6 +3038,22 @@
</context-group>
<target>Sauvegarder la recherche dans l'album</target>
</trans-unit>
<trans-unit id="8002146750272130034" datatype="html">
<source>Album name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">72,73</context>
</context-group>
<target>Album name</target>
</trans-unit>
<trans-unit id="4606777540690493351" datatype="html">
<source>Save as album</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">92</context>
</context-group>
<target>Save as album</target>
</trans-unit>
<trans-unit id="7419704019640008953" datatype="html">
<source>Share</source>
<context-group purpose="location">

View File

@ -1920,10 +1920,18 @@
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
<context context-type="linenumber">48</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts</context>
<context context-type="linenumber">54</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">26,27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">52</context>
</context-group>
<target>Keresés</target>
</trans-unit>
<trans-unit id="5813867925497374051" datatype="html">
@ -2922,11 +2930,19 @@
</context-group>
<target>Legalább ennyi</target>
</trans-unit>
<trans-unit id="3548274206254483489" datatype="html">
<source>Search text</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">73</context>
</context-group>
<target>Search text</target>
</trans-unit>
<trans-unit id="5203279511751768967" datatype="html">
<source>From</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">104</context>
<context context-type="linenumber">105</context>
</context-group>
<target>Ettől</target>
</trans-unit>
@ -2934,7 +2950,7 @@
<source>From date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">118</context>
<context context-type="linenumber">119</context>
</context-group>
<target>Ettől a dátumtól</target>
</trans-unit>
@ -2942,7 +2958,7 @@
<source>To date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">130</context>
<context context-type="linenumber">131</context>
</context-group>
<target>Eddig</target>
</trans-unit>
@ -2950,11 +2966,11 @@
<source>Minimum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">142</context>
<context context-type="linenumber">143</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">171</context>
<context context-type="linenumber">172</context>
</context-group>
<target>Min értékelés</target>
</trans-unit>
@ -2962,11 +2978,11 @@
<source>Maximum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">156</context>
<context context-type="linenumber">157</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">188</context>
<context context-type="linenumber">189</context>
</context-group>
<target>Max értékelés</target>
</trans-unit>
@ -2974,7 +2990,7 @@
<source>Portrait</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">210</context>
<context context-type="linenumber">211</context>
</context-group>
<target>Álló</target>
</trans-unit>
@ -2982,7 +2998,7 @@
<source>Landscape</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">211</context>
<context context-type="linenumber">212</context>
</context-group>
<target>Fekvő</target>
</trans-unit>
@ -3006,6 +3022,14 @@
<x id="INTERPOLATION" equiv-text="r}}"/>
</target>
</trans-unit>
<trans-unit id="3768927257183755959" datatype="html">
<source>Save</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<target>Mentés</target>
</trans-unit>
<trans-unit id="5466947574428856253" datatype="html">
<source>Save search to album</source>
<context-group purpose="location">
@ -3014,6 +3038,22 @@
</context-group>
<target>Keresés albumba mentése</target>
</trans-unit>
<trans-unit id="8002146750272130034" datatype="html">
<source>Album name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">72,73</context>
</context-group>
<target>Album név</target>
</trans-unit>
<trans-unit id="4606777540690493351" datatype="html">
<source>Save as album</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">92</context>
</context-group>
<target>Mentés albumként</target>
</trans-unit>
<trans-unit id="7419704019640008953" datatype="html">
<source>Share</source>
<context-group purpose="location">

View File

@ -1920,10 +1920,18 @@
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
<context context-type="linenumber">48</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts</context>
<context context-type="linenumber">54</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">26,27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">52</context>
</context-group>
<target>Cari</target>
</trans-unit>
<trans-unit id="5813867925497374051" datatype="html">
@ -2922,11 +2930,19 @@
</context-group>
<target>Sedikitnya sejumlah ini</target>
</trans-unit>
<trans-unit id="3548274206254483489" datatype="html">
<source>Search text</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">73</context>
</context-group>
<target>Search text</target>
</trans-unit>
<trans-unit id="5203279511751768967" datatype="html">
<source>From</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">104</context>
<context context-type="linenumber">105</context>
</context-group>
<target>Dari</target>
</trans-unit>
@ -2934,7 +2950,7 @@
<source>From date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">118</context>
<context context-type="linenumber">119</context>
</context-group>
<target>Dari tanggal</target>
</trans-unit>
@ -2942,7 +2958,7 @@
<source>To date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">130</context>
<context context-type="linenumber">131</context>
</context-group>
<target>Sampai tanggal</target>
</trans-unit>
@ -2950,11 +2966,11 @@
<source>Minimum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">142</context>
<context context-type="linenumber">143</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">171</context>
<context context-type="linenumber">172</context>
</context-group>
<target>Rating minimal</target>
</trans-unit>
@ -2962,11 +2978,11 @@
<source>Maximum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">156</context>
<context context-type="linenumber">157</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">188</context>
<context context-type="linenumber">189</context>
</context-group>
<target>Rating maximal</target>
</trans-unit>
@ -2974,7 +2990,7 @@
<source>Portrait</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">210</context>
<context context-type="linenumber">211</context>
</context-group>
<target>Potret</target>
</trans-unit>
@ -2982,7 +2998,7 @@
<source>Landscape</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">211</context>
<context context-type="linenumber">212</context>
</context-group>
<target>Datar</target>
</trans-unit>
@ -3006,6 +3022,14 @@
<x id="INTERPOLATION" equiv-text="r}}"/>
</target>
</trans-unit>
<trans-unit id="3768927257183755959" datatype="html">
<source>Save</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<target>Simpan</target>
</trans-unit>
<trans-unit id="5466947574428856253" datatype="html">
<source>Save search to album</source>
<context-group purpose="location">
@ -3014,6 +3038,22 @@
</context-group>
<target>Simpan pencarian pada album</target>
</trans-unit>
<trans-unit id="8002146750272130034" datatype="html">
<source>Album name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">72,73</context>
</context-group>
<target>Album name</target>
</trans-unit>
<trans-unit id="4606777540690493351" datatype="html">
<source>Save as album</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">92</context>
</context-group>
<target>Save as album</target>
</trans-unit>
<trans-unit id="7419704019640008953" datatype="html">
<source>Share</source>
<context-group purpose="location">

View File

@ -1920,10 +1920,18 @@
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
<context context-type="linenumber">48</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts</context>
<context context-type="linenumber">54</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">26,27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">52</context>
</context-group>
<target state="translated">Cerca</target>
</trans-unit>
<trans-unit id="5813867925497374051" datatype="html">
@ -2922,11 +2930,19 @@
</context-group>
<target>At least this many</target>
</trans-unit>
<trans-unit id="3548274206254483489" datatype="html">
<source>Search text</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">73</context>
</context-group>
<target>Search text</target>
</trans-unit>
<trans-unit id="5203279511751768967" datatype="html">
<source>From</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">104</context>
<context context-type="linenumber">105</context>
</context-group>
<target state="translated">Duplicati</target>
</trans-unit>
@ -2934,7 +2950,7 @@
<source>From date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">118</context>
<context context-type="linenumber">119</context>
</context-group>
<target>From date</target>
</trans-unit>
@ -2942,7 +2958,7 @@
<source>To date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">130</context>
<context context-type="linenumber">131</context>
</context-group>
<target>To date</target>
</trans-unit>
@ -2950,11 +2966,11 @@
<source>Minimum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">142</context>
<context context-type="linenumber">143</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">171</context>
<context context-type="linenumber">172</context>
</context-group>
<target>Minimum Rating</target>
</trans-unit>
@ -2962,11 +2978,11 @@
<source>Maximum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">156</context>
<context context-type="linenumber">157</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">188</context>
<context context-type="linenumber">189</context>
</context-group>
<target>Maximum Rating</target>
</trans-unit>
@ -2974,7 +2990,7 @@
<source>Portrait</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">210</context>
<context context-type="linenumber">211</context>
</context-group>
<target state="translated">Verticale</target>
</trans-unit>
@ -2982,7 +2998,7 @@
<source>Landscape</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">211</context>
<context context-type="linenumber">212</context>
</context-group>
<target state="translated">Orizzontale</target>
</trans-unit>
@ -3006,6 +3022,14 @@
<x id="INTERPOLATION" equiv-text="r}}"/>
</target>
</trans-unit>
<trans-unit id="3768927257183755959" datatype="html">
<source>Save</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<target state="translated">Salva</target>
</trans-unit>
<trans-unit id="5466947574428856253" datatype="html">
<source>Save search to album</source>
<context-group purpose="location">
@ -3014,6 +3038,22 @@
</context-group>
<target>Save search to album</target>
</trans-unit>
<trans-unit id="8002146750272130034" datatype="html">
<source>Album name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">72,73</context>
</context-group>
<target>Album name</target>
</trans-unit>
<trans-unit id="4606777540690493351" datatype="html">
<source>Save as album</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">92</context>
</context-group>
<target>Save as album</target>
</trans-unit>
<trans-unit id="7419704019640008953" datatype="html">
<source>Share</source>
<context-group purpose="location">

View File

@ -1920,10 +1920,18 @@
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
<context context-type="linenumber">48</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts</context>
<context context-type="linenumber">54</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">26,27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">52</context>
</context-group>
<target>Zoeken</target>
</trans-unit>
<trans-unit id="5813867925497374051" datatype="html">
@ -2922,11 +2930,19 @@
</context-group>
<target>Minstens zoveel</target>
</trans-unit>
<trans-unit id="3548274206254483489" datatype="html">
<source>Search text</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">73</context>
</context-group>
<target>Search text</target>
</trans-unit>
<trans-unit id="5203279511751768967" datatype="html">
<source>From</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">104</context>
<context context-type="linenumber">105</context>
</context-group>
<target>Vanaf</target>
</trans-unit>
@ -2934,7 +2950,7 @@
<source>From date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">118</context>
<context context-type="linenumber">119</context>
</context-group>
<target>Vanaf datum</target>
</trans-unit>
@ -2942,7 +2958,7 @@
<source>To date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">130</context>
<context context-type="linenumber">131</context>
</context-group>
<target>Tot datum</target>
</trans-unit>
@ -2950,11 +2966,11 @@
<source>Minimum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">142</context>
<context context-type="linenumber">143</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">171</context>
<context context-type="linenumber">172</context>
</context-group>
<target>Minimale beoordeling</target>
</trans-unit>
@ -2962,11 +2978,11 @@
<source>Maximum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">156</context>
<context context-type="linenumber">157</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">188</context>
<context context-type="linenumber">189</context>
</context-group>
<target>Maximale beoordeling</target>
</trans-unit>
@ -2974,7 +2990,7 @@
<source>Portrait</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">210</context>
<context context-type="linenumber">211</context>
</context-group>
<target>Staand</target>
</trans-unit>
@ -2982,7 +2998,7 @@
<source>Landscape</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">211</context>
<context context-type="linenumber">212</context>
</context-group>
<target>Liggend</target>
</trans-unit>
@ -3006,6 +3022,14 @@
<x id="INTERPOLATION" equiv-text="r}}"/>
</target>
</trans-unit>
<trans-unit id="3768927257183755959" datatype="html">
<source>Save</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<target>Opslaan</target>
</trans-unit>
<trans-unit id="5466947574428856253" datatype="html">
<source>Save search to album</source>
<context-group purpose="location">
@ -3014,6 +3038,22 @@
</context-group>
<target>Zoekopdracht opslaan als album</target>
</trans-unit>
<trans-unit id="8002146750272130034" datatype="html">
<source>Album name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">72,73</context>
</context-group>
<target>Album name</target>
</trans-unit>
<trans-unit id="4606777540690493351" datatype="html">
<source>Save as album</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">92</context>
</context-group>
<target>Save as album</target>
</trans-unit>
<trans-unit id="7419704019640008953" datatype="html">
<source>Share</source>
<context-group purpose="location">
@ -3269,8 +3309,7 @@
<context context-type="sourcefile">src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html</context>
<context context-type="linenumber">1,5</context>
</context-group>
<target> It seems that you are running the application in a Docker container. This setting should not be changed in docker. Make sure, that you know what you are doing.
</target>
<target>It seems that you are running the application in a Docker container. This setting should not be changed in docker. Make sure, that you know what you are doing.</target>
</trans-unit>
<trans-unit id="5769292297914455214" datatype="html">
<source>Disabled</source>

View File

@ -1920,10 +1920,18 @@
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
<context context-type="linenumber">48</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts</context>
<context context-type="linenumber">54</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">26,27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">52</context>
</context-group>
<target>Szukaj</target>
</trans-unit>
<trans-unit id="5813867925497374051" datatype="html">
@ -2922,11 +2930,19 @@
</context-group>
<target>Co najmniej</target>
</trans-unit>
<trans-unit id="3548274206254483489" datatype="html">
<source>Search text</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">73</context>
</context-group>
<target>Search text</target>
</trans-unit>
<trans-unit id="5203279511751768967" datatype="html">
<source>From</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">104</context>
<context context-type="linenumber">105</context>
</context-group>
<target>Od</target>
</trans-unit>
@ -2934,7 +2950,7 @@
<source>From date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">118</context>
<context context-type="linenumber">119</context>
</context-group>
<target>Od daty</target>
</trans-unit>
@ -2942,7 +2958,7 @@
<source>To date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">130</context>
<context context-type="linenumber">131</context>
</context-group>
<target>Do daty</target>
</trans-unit>
@ -2950,11 +2966,11 @@
<source>Minimum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">142</context>
<context context-type="linenumber">143</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">171</context>
<context context-type="linenumber">172</context>
</context-group>
<target>Minimalna ocena</target>
</trans-unit>
@ -2962,11 +2978,11 @@
<source>Maximum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">156</context>
<context context-type="linenumber">157</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">188</context>
<context context-type="linenumber">189</context>
</context-group>
<target>Maksymalna ocena</target>
</trans-unit>
@ -2974,7 +2990,7 @@
<source>Portrait</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">210</context>
<context context-type="linenumber">211</context>
</context-group>
<target>Tryb portret</target>
</trans-unit>
@ -2982,7 +2998,7 @@
<source>Landscape</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">211</context>
<context context-type="linenumber">212</context>
</context-group>
<target>Tryb krajobraz</target>
</trans-unit>
@ -3006,6 +3022,14 @@
<x id="INTERPOLATION" equiv-text="r}}"/>
</target>
</trans-unit>
<trans-unit id="3768927257183755959" datatype="html">
<source>Save</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<target>Zapisz</target>
</trans-unit>
<trans-unit id="5466947574428856253" datatype="html">
<source>Save search to album</source>
<context-group purpose="location">
@ -3014,6 +3038,22 @@
</context-group>
<target>Save search to album</target>
</trans-unit>
<trans-unit id="8002146750272130034" datatype="html">
<source>Album name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">72,73</context>
</context-group>
<target>Album name</target>
</trans-unit>
<trans-unit id="4606777540690493351" datatype="html">
<source>Save as album</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">92</context>
</context-group>
<target>Save as album</target>
</trans-unit>
<trans-unit id="7419704019640008953" datatype="html">
<source>Share</source>
<context-group purpose="location">

View File

@ -1920,10 +1920,18 @@
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
<context context-type="linenumber">48</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts</context>
<context context-type="linenumber">54</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">26,27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">52</context>
</context-group>
<target>Căutare</target>
</trans-unit>
<trans-unit id="5813867925497374051" datatype="html">
@ -2922,11 +2930,19 @@
</context-group>
<target>At least this many</target>
</trans-unit>
<trans-unit id="3548274206254483489" datatype="html">
<source>Search text</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">73</context>
</context-group>
<target>Search text</target>
</trans-unit>
<trans-unit id="5203279511751768967" datatype="html">
<source>From</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">104</context>
<context context-type="linenumber">105</context>
</context-group>
<target>From</target>
</trans-unit>
@ -2934,7 +2950,7 @@
<source>From date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">118</context>
<context context-type="linenumber">119</context>
</context-group>
<target>From date</target>
</trans-unit>
@ -2942,7 +2958,7 @@
<source>To date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">130</context>
<context context-type="linenumber">131</context>
</context-group>
<target>To date</target>
</trans-unit>
@ -2950,11 +2966,11 @@
<source>Minimum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">142</context>
<context context-type="linenumber">143</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">171</context>
<context context-type="linenumber">172</context>
</context-group>
<target>Minimum Rating</target>
</trans-unit>
@ -2962,11 +2978,11 @@
<source>Maximum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">156</context>
<context context-type="linenumber">157</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">188</context>
<context context-type="linenumber">189</context>
</context-group>
<target>Maximum Rating</target>
</trans-unit>
@ -2974,7 +2990,7 @@
<source>Portrait</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">210</context>
<context context-type="linenumber">211</context>
</context-group>
<target>Portret</target>
</trans-unit>
@ -2982,7 +2998,7 @@
<source>Landscape</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">211</context>
<context context-type="linenumber">212</context>
</context-group>
<target>Peisaj</target>
</trans-unit>
@ -3006,6 +3022,14 @@
<x id="INTERPOLATION" equiv-text="r}}"/>
</target>
</trans-unit>
<trans-unit id="3768927257183755959" datatype="html">
<source>Save</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<target>Salvare</target>
</trans-unit>
<trans-unit id="5466947574428856253" datatype="html">
<source>Save search to album</source>
<context-group purpose="location">
@ -3014,6 +3038,22 @@
</context-group>
<target>Save search to album</target>
</trans-unit>
<trans-unit id="8002146750272130034" datatype="html">
<source>Album name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">72,73</context>
</context-group>
<target>Album name</target>
</trans-unit>
<trans-unit id="4606777540690493351" datatype="html">
<source>Save as album</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">92</context>
</context-group>
<target>Save as album</target>
</trans-unit>
<trans-unit id="7419704019640008953" datatype="html">
<source>Share</source>
<context-group purpose="location">

View File

@ -1920,10 +1920,18 @@
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
<context context-type="linenumber">48</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts</context>
<context context-type="linenumber">54</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">26,27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">52</context>
</context-group>
<target>Поиск</target>
</trans-unit>
<trans-unit id="5813867925497374051" datatype="html">
@ -2922,11 +2930,19 @@
</context-group>
<target>At least this many</target>
</trans-unit>
<trans-unit id="3548274206254483489" datatype="html">
<source>Search text</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">73</context>
</context-group>
<target>Search text</target>
</trans-unit>
<trans-unit id="5203279511751768967" datatype="html">
<source>From</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">104</context>
<context context-type="linenumber">105</context>
</context-group>
<target>From</target>
</trans-unit>
@ -2934,7 +2950,7 @@
<source>From date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">118</context>
<context context-type="linenumber">119</context>
</context-group>
<target>From date</target>
</trans-unit>
@ -2942,7 +2958,7 @@
<source>To date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">130</context>
<context context-type="linenumber">131</context>
</context-group>
<target>To date</target>
</trans-unit>
@ -2950,11 +2966,11 @@
<source>Minimum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">142</context>
<context context-type="linenumber">143</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">171</context>
<context context-type="linenumber">172</context>
</context-group>
<target>Minimum Rating</target>
</trans-unit>
@ -2962,11 +2978,11 @@
<source>Maximum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">156</context>
<context context-type="linenumber">157</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">188</context>
<context context-type="linenumber">189</context>
</context-group>
<target>Maximum Rating</target>
</trans-unit>
@ -2974,7 +2990,7 @@
<source>Portrait</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">210</context>
<context context-type="linenumber">211</context>
</context-group>
<target>Вертикальная</target>
</trans-unit>
@ -2982,7 +2998,7 @@
<source>Landscape</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">211</context>
<context context-type="linenumber">212</context>
</context-group>
<target>Горизонтальная</target>
</trans-unit>
@ -3006,6 +3022,14 @@
<x id="INTERPOLATION" equiv-text="r}}"/>
</target>
</trans-unit>
<trans-unit id="3768927257183755959" datatype="html">
<source>Save</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<target>Сохранить</target>
</trans-unit>
<trans-unit id="5466947574428856253" datatype="html">
<source>Save search to album</source>
<context-group purpose="location">
@ -3014,6 +3038,22 @@
</context-group>
<target>Save search to album</target>
</trans-unit>
<trans-unit id="8002146750272130034" datatype="html">
<source>Album name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">72,73</context>
</context-group>
<target>Album name</target>
</trans-unit>
<trans-unit id="4606777540690493351" datatype="html">
<source>Save as album</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">92</context>
</context-group>
<target>Save as album</target>
</trans-unit>
<trans-unit id="7419704019640008953" datatype="html">
<source>Share</source>
<context-group purpose="location">

View File

@ -1920,10 +1920,18 @@
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
<context context-type="linenumber">48</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts</context>
<context context-type="linenumber">54</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">26,27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">52</context>
</context-group>
<target>Sök</target>
</trans-unit>
<trans-unit id="5813867925497374051" datatype="html">
@ -2922,11 +2930,19 @@
</context-group>
<target>Åtminstone så här många</target>
</trans-unit>
<trans-unit id="3548274206254483489" datatype="html">
<source>Search text</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">73</context>
</context-group>
<target>Search text</target>
</trans-unit>
<trans-unit id="5203279511751768967" datatype="html">
<source>From</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">104</context>
<context context-type="linenumber">105</context>
</context-group>
<target>Från</target>
</trans-unit>
@ -2934,7 +2950,7 @@
<source>From date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">118</context>
<context context-type="linenumber">119</context>
</context-group>
<target>Från datum</target>
</trans-unit>
@ -2942,7 +2958,7 @@
<source>To date</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">130</context>
<context context-type="linenumber">131</context>
</context-group>
<target>Hittills</target>
</trans-unit>
@ -2950,11 +2966,11 @@
<source>Minimum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">142</context>
<context context-type="linenumber">143</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">171</context>
<context context-type="linenumber">172</context>
</context-group>
<target>Lägsta betyg</target>
</trans-unit>
@ -2962,11 +2978,11 @@
<source>Maximum Rating</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">156</context>
<context context-type="linenumber">157</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">188</context>
<context context-type="linenumber">189</context>
</context-group>
<target>Maximalt betyg</target>
</trans-unit>
@ -2974,7 +2990,7 @@
<source>Portrait</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">210</context>
<context context-type="linenumber">211</context>
</context-group>
<target>Porträtt</target>
</trans-unit>
@ -2982,7 +2998,7 @@
<source>Landscape</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html</context>
<context context-type="linenumber">211</context>
<context context-type="linenumber">212</context>
</context-group>
<target>Landskap</target>
</trans-unit>
@ -3006,6 +3022,14 @@
<x id="INTERPOLATION" equiv-text="r}}"/>
</target>
</trans-unit>
<trans-unit id="3768927257183755959" datatype="html">
<source>Save</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<target>Spara</target>
</trans-unit>
<trans-unit id="5466947574428856253" datatype="html">
<source>Save search to album</source>
<context-group purpose="location">
@ -3014,6 +3038,22 @@
</context-group>
<target>Save search to album</target>
</trans-unit>
<trans-unit id="8002146750272130034" datatype="html">
<source>Album name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">72,73</context>
</context-group>
<target>Album name</target>
</trans-unit>
<trans-unit id="4606777540690493351" datatype="html">
<source>Save as album</source>
<context-group purpose="location">
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
<context context-type="linenumber">92</context>
</context-group>
<target>Save as album</target>
</trans-unit>
<trans-unit id="7419704019640008953" datatype="html">
<source>Share</source>
<context-group purpose="location">