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:
parent
c4e670b1e1
commit
ce8c40a08f
@ -249,7 +249,7 @@ export class ConfigDiagnostics {
|
|||||||
settings.SearchQuery
|
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))));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -71,6 +71,7 @@
|
|||||||
id="searchField"
|
id="searchField"
|
||||||
name="searchField"
|
name="searchField"
|
||||||
placeholder="Search text"
|
placeholder="Search text"
|
||||||
|
i18n-placeholder
|
||||||
class="form-control"
|
class="form-control"
|
||||||
[(ngModel)]="AsTextQuery.text"
|
[(ngModel)]="AsTextQuery.text"
|
||||||
(change)="onChange()"
|
(change)="onChange()"
|
||||||
|
@ -51,7 +51,7 @@ import { AutoCompleteRenderItem } from '../AutoCompleteRenderItem';
|
|||||||
export class GallerySearchFieldBaseComponent
|
export class GallerySearchFieldBaseComponent
|
||||||
implements ControlValueAccessor, Validator, OnDestroy
|
implements ControlValueAccessor, Validator, OnDestroy
|
||||||
{
|
{
|
||||||
@Input() placeholder = 'Search';
|
@Input() placeholder = $localize`Search`;
|
||||||
@Output() search = new EventEmitter<void>();
|
@Output() search = new EventEmitter<void>();
|
||||||
|
|
||||||
@ViewChild('SearchField', { static: false }) searchField: ElementRef;
|
@ViewChild('SearchField', { static: false }) searchField: ElementRef;
|
||||||
|
@ -44,12 +44,12 @@
|
|||||||
class="btn btn-secondary me-2" type="button"
|
class="btn btn-secondary me-2" type="button"
|
||||||
[disabled]="rawSearchText == ''"
|
[disabled]="rawSearchText == ''"
|
||||||
(click)="openSaveSearchModal(saveSearchModal)">
|
(click)="openSaveSearchModal(saveSearchModal)">
|
||||||
<span class="oi oi-folder"></span> Save
|
<span class="oi oi-folder"></span> <ng-container i18n>Save</ng-container>
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-primary" type="button"
|
<button class="btn btn-primary" type="button"
|
||||||
[routerLink]="['/search', HTMLSearchQuery]"
|
[routerLink]="['/search', HTMLSearchQuery]"
|
||||||
(click)="hideSearchModal()">
|
(click)="hideSearchModal()">
|
||||||
<span class="oi oi-magnifying-glass"></span> Search
|
<span class="oi oi-magnifying-glass"></span> <ng-container i18n>Search</ng-container>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -69,7 +69,7 @@
|
|||||||
<form #saveSearchPanelForm="ngForm" class="form-horizontal">
|
<form #saveSearchPanelForm="ngForm" class="form-horizontal">
|
||||||
|
|
||||||
<div class="mb-1">
|
<div class="mb-1">
|
||||||
<label for="saveSearchName">Album name</label>
|
<label for="saveSearchName" i18n>Album name</label>
|
||||||
<input
|
<input
|
||||||
id="saveSearchName"
|
id="saveSearchName"
|
||||||
name="saveSearchName"
|
name="saveSearchName"
|
||||||
@ -89,7 +89,7 @@
|
|||||||
<button class="btn btn-primary" type="button"
|
<button class="btn btn-primary" type="button"
|
||||||
[disabled]="saveSearchName == ''"
|
[disabled]="saveSearchName == ''"
|
||||||
(click)="saveSearch()">
|
(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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1920,10 +1920,18 @@
|
|||||||
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
||||||
<context context-type="linenumber">48</context>
|
<context context-type="linenumber">48</context>
|
||||||
</context-group>
|
</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-group purpose="location">
|
||||||
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
||||||
<context context-type="linenumber">26,27</context>
|
<context context-type="linenumber">26,27</context>
|
||||||
</context-group>
|
</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>
|
<target>搜索</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="5813867925497374051" datatype="html">
|
<trans-unit id="5813867925497374051" datatype="html">
|
||||||
@ -2922,11 +2930,19 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>至少这么多</target>
|
<target>至少这么多</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5203279511751768967" datatype="html">
|
||||||
<source>From</source>
|
<source>From</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>从</target>
|
<target>从</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2934,7 +2950,7 @@
|
|||||||
<source>From date</source>
|
<source>From date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>从日期</target>
|
<target>从日期</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2942,7 +2958,7 @@
|
|||||||
<source>To date</source>
|
<source>To date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>迄今为止</target>
|
<target>迄今为止</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2950,11 +2966,11 @@
|
|||||||
<source>Minimum Rating</source>
|
<source>Minimum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>最低评分</target>
|
<target>最低评分</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2962,11 +2978,11 @@
|
|||||||
<source>Maximum Rating</source>
|
<source>Maximum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>最高评分</target>
|
<target>最高评分</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2974,7 +2990,7 @@
|
|||||||
<source>Portrait</source>
|
<source>Portrait</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>垂直</target>
|
<target>垂直</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2982,7 +2998,7 @@
|
|||||||
<source>Landscape</source>
|
<source>Landscape</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>水平</target>
|
<target>水平</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -3006,6 +3022,14 @@
|
|||||||
<x id="INTERPOLATION" equiv-text="r}}"/>
|
<x id="INTERPOLATION" equiv-text="r}}"/>
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5466947574428856253" datatype="html">
|
||||||
<source>Save search to album</source>
|
<source>Save search to album</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -3014,6 +3038,22 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>保存搜索到相册.</target>
|
<target>保存搜索到相册.</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="7419704019640008953" datatype="html">
|
||||||
<source>Share</source>
|
<source>Share</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
|
@ -1920,10 +1920,18 @@
|
|||||||
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
||||||
<context context-type="linenumber">48</context>
|
<context context-type="linenumber">48</context>
|
||||||
</context-group>
|
</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-group purpose="location">
|
||||||
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
||||||
<context context-type="linenumber">26,27</context>
|
<context context-type="linenumber">26,27</context>
|
||||||
</context-group>
|
</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>
|
<target>Suche</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="5813867925497374051" datatype="html">
|
<trans-unit id="5813867925497374051" datatype="html">
|
||||||
@ -2922,11 +2930,19 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Mindestens so viele</target>
|
<target>Mindestens so viele</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5203279511751768967" datatype="html">
|
||||||
<source>From</source>
|
<source>From</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>von</target>
|
<target>von</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2934,7 +2950,7 @@
|
|||||||
<source>From date</source>
|
<source>From date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>von Datum</target>
|
<target>von Datum</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2942,7 +2958,7 @@
|
|||||||
<source>To date</source>
|
<source>To date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>bis Datum</target>
|
<target>bis Datum</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2950,11 +2966,11 @@
|
|||||||
<source>Minimum Rating</source>
|
<source>Minimum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Mindestbewertung</target>
|
<target>Mindestbewertung</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2962,11 +2978,11 @@
|
|||||||
<source>Maximum Rating</source>
|
<source>Maximum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Höchstbewertung</target>
|
<target>Höchstbewertung</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2974,7 +2990,7 @@
|
|||||||
<source>Portrait</source>
|
<source>Portrait</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Porträt</target>
|
<target>Porträt</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2982,7 +2998,7 @@
|
|||||||
<source>Landscape</source>
|
<source>Landscape</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Landschaft</target>
|
<target>Landschaft</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -3006,6 +3022,14 @@
|
|||||||
<x id="INTERPOLATION" equiv-text="r}}"/>
|
<x id="INTERPOLATION" equiv-text="r}}"/>
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5466947574428856253" datatype="html">
|
||||||
<source>Save search to album</source>
|
<source>Save search to album</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -3014,6 +3038,22 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Save search to album</target>
|
<target>Save search to album</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="7419704019640008953" datatype="html">
|
||||||
<source>Share</source>
|
<source>Share</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
|
@ -1920,10 +1920,18 @@
|
|||||||
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
||||||
<context context-type="linenumber">48</context>
|
<context context-type="linenumber">48</context>
|
||||||
</context-group>
|
</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-group purpose="location">
|
||||||
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
||||||
<context context-type="linenumber">26,27</context>
|
<context context-type="linenumber">26,27</context>
|
||||||
</context-group>
|
</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>
|
<target>Search</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="5813867925497374051" datatype="html">
|
<trans-unit id="5813867925497374051" datatype="html">
|
||||||
@ -2922,11 +2930,19 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>At least this many</target>
|
<target>At least this many</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5203279511751768967" datatype="html">
|
||||||
<source>From</source>
|
<source>From</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>From</target>
|
<target>From</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2934,7 +2950,7 @@
|
|||||||
<source>From date</source>
|
<source>From date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>From date</target>
|
<target>From date</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2942,7 +2958,7 @@
|
|||||||
<source>To date</source>
|
<source>To date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>To date</target>
|
<target>To date</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2950,11 +2966,11 @@
|
|||||||
<source>Minimum Rating</source>
|
<source>Minimum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Minimum Rating</target>
|
<target>Minimum Rating</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2962,11 +2978,11 @@
|
|||||||
<source>Maximum Rating</source>
|
<source>Maximum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Maximum Rating</target>
|
<target>Maximum Rating</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2974,7 +2990,7 @@
|
|||||||
<source>Portrait</source>
|
<source>Portrait</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Portrait</target>
|
<target>Portrait</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2982,7 +2998,7 @@
|
|||||||
<source>Landscape</source>
|
<source>Landscape</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Landscape</target>
|
<target>Landscape</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -3006,6 +3022,14 @@
|
|||||||
<x id="INTERPOLATION" equiv-text="r}}"/>
|
<x id="INTERPOLATION" equiv-text="r}}"/>
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5466947574428856253" datatype="html">
|
||||||
<source>Save search to album</source>
|
<source>Save search to album</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -3014,6 +3038,22 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Save search to album</target>
|
<target>Save search to album</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="7419704019640008953" datatype="html">
|
||||||
<source>Share</source>
|
<source>Share</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
|
@ -1920,10 +1920,18 @@
|
|||||||
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
||||||
<context context-type="linenumber">48</context>
|
<context context-type="linenumber">48</context>
|
||||||
</context-group>
|
</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-group purpose="location">
|
||||||
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
||||||
<context context-type="linenumber">26,27</context>
|
<context context-type="linenumber">26,27</context>
|
||||||
</context-group>
|
</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>
|
<target>Buscar</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="5813867925497374051" datatype="html">
|
<trans-unit id="5813867925497374051" datatype="html">
|
||||||
@ -2922,11 +2930,19 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>At least this many</target>
|
<target>At least this many</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5203279511751768967" datatype="html">
|
||||||
<source>From</source>
|
<source>From</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>From</target>
|
<target>From</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2934,7 +2950,7 @@
|
|||||||
<source>From date</source>
|
<source>From date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>From date</target>
|
<target>From date</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2942,7 +2958,7 @@
|
|||||||
<source>To date</source>
|
<source>To date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>To date</target>
|
<target>To date</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2950,11 +2966,11 @@
|
|||||||
<source>Minimum Rating</source>
|
<source>Minimum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Minimum Rating</target>
|
<target>Minimum Rating</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2962,11 +2978,11 @@
|
|||||||
<source>Maximum Rating</source>
|
<source>Maximum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Maximum Rating</target>
|
<target>Maximum Rating</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2974,7 +2990,7 @@
|
|||||||
<source>Portrait</source>
|
<source>Portrait</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Vertical</target>
|
<target>Vertical</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2982,7 +2998,7 @@
|
|||||||
<source>Landscape</source>
|
<source>Landscape</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Horizontal</target>
|
<target>Horizontal</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -3006,6 +3022,14 @@
|
|||||||
<x id="INTERPOLATION" equiv-text="r}}"/>
|
<x id="INTERPOLATION" equiv-text="r}}"/>
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5466947574428856253" datatype="html">
|
||||||
<source>Save search to album</source>
|
<source>Save search to album</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -3014,6 +3038,22 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Save search to album</target>
|
<target>Save search to album</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="7419704019640008953" datatype="html">
|
||||||
<source>Share</source>
|
<source>Share</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
|
@ -1920,10 +1920,18 @@
|
|||||||
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
||||||
<context context-type="linenumber">48</context>
|
<context context-type="linenumber">48</context>
|
||||||
</context-group>
|
</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-group purpose="location">
|
||||||
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
||||||
<context context-type="linenumber">26,27</context>
|
<context context-type="linenumber">26,27</context>
|
||||||
</context-group>
|
</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>
|
<target>Recherche</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="5813867925497374051" datatype="html">
|
<trans-unit id="5813867925497374051" datatype="html">
|
||||||
@ -2922,11 +2930,19 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Au moins ce nombre</target>
|
<target>Au moins ce nombre</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5203279511751768967" datatype="html">
|
||||||
<source>From</source>
|
<source>From</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>De</target>
|
<target>De</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2934,7 +2950,7 @@
|
|||||||
<source>From date</source>
|
<source>From date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>De (date)</target>
|
<target>De (date)</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2942,7 +2958,7 @@
|
|||||||
<source>To date</source>
|
<source>To date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>À (date)</target>
|
<target>À (date)</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2950,11 +2966,11 @@
|
|||||||
<source>Minimum Rating</source>
|
<source>Minimum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Classement minimum</target>
|
<target>Classement minimum</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2962,11 +2978,11 @@
|
|||||||
<source>Maximum Rating</source>
|
<source>Maximum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Classement maximum</target>
|
<target>Classement maximum</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2974,7 +2990,7 @@
|
|||||||
<source>Portrait</source>
|
<source>Portrait</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Portrait</target>
|
<target>Portrait</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2982,7 +2998,7 @@
|
|||||||
<source>Landscape</source>
|
<source>Landscape</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Paysage</target>
|
<target>Paysage</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -3006,6 +3022,14 @@
|
|||||||
<x id="INTERPOLATION" equiv-text="r}}"/>
|
<x id="INTERPOLATION" equiv-text="r}}"/>
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5466947574428856253" datatype="html">
|
||||||
<source>Save search to album</source>
|
<source>Save search to album</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -3014,6 +3038,22 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Sauvegarder la recherche dans l'album</target>
|
<target>Sauvegarder la recherche dans l'album</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="7419704019640008953" datatype="html">
|
||||||
<source>Share</source>
|
<source>Share</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
|
@ -1920,10 +1920,18 @@
|
|||||||
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
||||||
<context context-type="linenumber">48</context>
|
<context context-type="linenumber">48</context>
|
||||||
</context-group>
|
</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-group purpose="location">
|
||||||
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
||||||
<context context-type="linenumber">26,27</context>
|
<context context-type="linenumber">26,27</context>
|
||||||
</context-group>
|
</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>
|
<target>Keresés</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="5813867925497374051" datatype="html">
|
<trans-unit id="5813867925497374051" datatype="html">
|
||||||
@ -2922,11 +2930,19 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Legalább ennyi</target>
|
<target>Legalább ennyi</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5203279511751768967" datatype="html">
|
||||||
<source>From</source>
|
<source>From</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Ettől</target>
|
<target>Ettől</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2934,7 +2950,7 @@
|
|||||||
<source>From date</source>
|
<source>From date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Ettől a dátumtól</target>
|
<target>Ettől a dátumtól</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2942,7 +2958,7 @@
|
|||||||
<source>To date</source>
|
<source>To date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Eddig</target>
|
<target>Eddig</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2950,11 +2966,11 @@
|
|||||||
<source>Minimum Rating</source>
|
<source>Minimum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Min értékelés</target>
|
<target>Min értékelés</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2962,11 +2978,11 @@
|
|||||||
<source>Maximum Rating</source>
|
<source>Maximum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Max értékelés</target>
|
<target>Max értékelés</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2974,7 +2990,7 @@
|
|||||||
<source>Portrait</source>
|
<source>Portrait</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Álló</target>
|
<target>Álló</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2982,7 +2998,7 @@
|
|||||||
<source>Landscape</source>
|
<source>Landscape</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Fekvő</target>
|
<target>Fekvő</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -3006,6 +3022,14 @@
|
|||||||
<x id="INTERPOLATION" equiv-text="r}}"/>
|
<x id="INTERPOLATION" equiv-text="r}}"/>
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5466947574428856253" datatype="html">
|
||||||
<source>Save search to album</source>
|
<source>Save search to album</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -3014,6 +3038,22 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Keresés albumba mentése</target>
|
<target>Keresés albumba mentése</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="7419704019640008953" datatype="html">
|
||||||
<source>Share</source>
|
<source>Share</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
|
@ -1920,10 +1920,18 @@
|
|||||||
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
||||||
<context context-type="linenumber">48</context>
|
<context context-type="linenumber">48</context>
|
||||||
</context-group>
|
</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-group purpose="location">
|
||||||
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
||||||
<context context-type="linenumber">26,27</context>
|
<context context-type="linenumber">26,27</context>
|
||||||
</context-group>
|
</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>
|
<target>Cari</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="5813867925497374051" datatype="html">
|
<trans-unit id="5813867925497374051" datatype="html">
|
||||||
@ -2922,11 +2930,19 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Sedikitnya sejumlah ini</target>
|
<target>Sedikitnya sejumlah ini</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5203279511751768967" datatype="html">
|
||||||
<source>From</source>
|
<source>From</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Dari</target>
|
<target>Dari</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2934,7 +2950,7 @@
|
|||||||
<source>From date</source>
|
<source>From date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Dari tanggal</target>
|
<target>Dari tanggal</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2942,7 +2958,7 @@
|
|||||||
<source>To date</source>
|
<source>To date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Sampai tanggal</target>
|
<target>Sampai tanggal</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2950,11 +2966,11 @@
|
|||||||
<source>Minimum Rating</source>
|
<source>Minimum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Rating minimal</target>
|
<target>Rating minimal</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2962,11 +2978,11 @@
|
|||||||
<source>Maximum Rating</source>
|
<source>Maximum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Rating maximal</target>
|
<target>Rating maximal</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2974,7 +2990,7 @@
|
|||||||
<source>Portrait</source>
|
<source>Portrait</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Potret</target>
|
<target>Potret</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2982,7 +2998,7 @@
|
|||||||
<source>Landscape</source>
|
<source>Landscape</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Datar</target>
|
<target>Datar</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -3006,6 +3022,14 @@
|
|||||||
<x id="INTERPOLATION" equiv-text="r}}"/>
|
<x id="INTERPOLATION" equiv-text="r}}"/>
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5466947574428856253" datatype="html">
|
||||||
<source>Save search to album</source>
|
<source>Save search to album</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -3014,6 +3038,22 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Simpan pencarian pada album</target>
|
<target>Simpan pencarian pada album</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="7419704019640008953" datatype="html">
|
||||||
<source>Share</source>
|
<source>Share</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
|
@ -1920,10 +1920,18 @@
|
|||||||
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
||||||
<context context-type="linenumber">48</context>
|
<context context-type="linenumber">48</context>
|
||||||
</context-group>
|
</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-group purpose="location">
|
||||||
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
||||||
<context context-type="linenumber">26,27</context>
|
<context context-type="linenumber">26,27</context>
|
||||||
</context-group>
|
</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>
|
<target state="translated">Cerca</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="5813867925497374051" datatype="html">
|
<trans-unit id="5813867925497374051" datatype="html">
|
||||||
@ -2922,11 +2930,19 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>At least this many</target>
|
<target>At least this many</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5203279511751768967" datatype="html">
|
||||||
<source>From</source>
|
<source>From</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target state="translated">Duplicati</target>
|
<target state="translated">Duplicati</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2934,7 +2950,7 @@
|
|||||||
<source>From date</source>
|
<source>From date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>From date</target>
|
<target>From date</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2942,7 +2958,7 @@
|
|||||||
<source>To date</source>
|
<source>To date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>To date</target>
|
<target>To date</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2950,11 +2966,11 @@
|
|||||||
<source>Minimum Rating</source>
|
<source>Minimum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Minimum Rating</target>
|
<target>Minimum Rating</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2962,11 +2978,11 @@
|
|||||||
<source>Maximum Rating</source>
|
<source>Maximum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Maximum Rating</target>
|
<target>Maximum Rating</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2974,7 +2990,7 @@
|
|||||||
<source>Portrait</source>
|
<source>Portrait</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target state="translated">Verticale</target>
|
<target state="translated">Verticale</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2982,7 +2998,7 @@
|
|||||||
<source>Landscape</source>
|
<source>Landscape</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target state="translated">Orizzontale</target>
|
<target state="translated">Orizzontale</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -3006,6 +3022,14 @@
|
|||||||
<x id="INTERPOLATION" equiv-text="r}}"/>
|
<x id="INTERPOLATION" equiv-text="r}}"/>
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5466947574428856253" datatype="html">
|
||||||
<source>Save search to album</source>
|
<source>Save search to album</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -3014,6 +3038,22 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Save search to album</target>
|
<target>Save search to album</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="7419704019640008953" datatype="html">
|
||||||
<source>Share</source>
|
<source>Share</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
|
@ -1920,10 +1920,18 @@
|
|||||||
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
||||||
<context context-type="linenumber">48</context>
|
<context context-type="linenumber">48</context>
|
||||||
</context-group>
|
</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-group purpose="location">
|
||||||
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
||||||
<context context-type="linenumber">26,27</context>
|
<context context-type="linenumber">26,27</context>
|
||||||
</context-group>
|
</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>
|
<target>Zoeken</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="5813867925497374051" datatype="html">
|
<trans-unit id="5813867925497374051" datatype="html">
|
||||||
@ -2922,11 +2930,19 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Minstens zoveel</target>
|
<target>Minstens zoveel</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5203279511751768967" datatype="html">
|
||||||
<source>From</source>
|
<source>From</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Vanaf</target>
|
<target>Vanaf</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2934,7 +2950,7 @@
|
|||||||
<source>From date</source>
|
<source>From date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Vanaf datum</target>
|
<target>Vanaf datum</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2942,7 +2958,7 @@
|
|||||||
<source>To date</source>
|
<source>To date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Tot datum</target>
|
<target>Tot datum</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2950,11 +2966,11 @@
|
|||||||
<source>Minimum Rating</source>
|
<source>Minimum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Minimale beoordeling</target>
|
<target>Minimale beoordeling</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2962,11 +2978,11 @@
|
|||||||
<source>Maximum Rating</source>
|
<source>Maximum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Maximale beoordeling</target>
|
<target>Maximale beoordeling</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2974,7 +2990,7 @@
|
|||||||
<source>Portrait</source>
|
<source>Portrait</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Staand</target>
|
<target>Staand</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2982,7 +2998,7 @@
|
|||||||
<source>Landscape</source>
|
<source>Landscape</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Liggend</target>
|
<target>Liggend</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -3006,6 +3022,14 @@
|
|||||||
<x id="INTERPOLATION" equiv-text="r}}"/>
|
<x id="INTERPOLATION" equiv-text="r}}"/>
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5466947574428856253" datatype="html">
|
||||||
<source>Save search to album</source>
|
<source>Save search to album</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -3014,6 +3038,22 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Zoekopdracht opslaan als album</target>
|
<target>Zoekopdracht opslaan als album</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="7419704019640008953" datatype="html">
|
||||||
<source>Share</source>
|
<source>Share</source>
|
||||||
<context-group purpose="location">
|
<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="sourcefile">src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html</context>
|
||||||
<context context-type="linenumber">1,5</context>
|
<context context-type="linenumber">1,5</context>
|
||||||
</context-group>
|
</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>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>
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="5769292297914455214" datatype="html">
|
<trans-unit id="5769292297914455214" datatype="html">
|
||||||
<source>Disabled</source>
|
<source>Disabled</source>
|
||||||
|
@ -1920,10 +1920,18 @@
|
|||||||
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
||||||
<context context-type="linenumber">48</context>
|
<context context-type="linenumber">48</context>
|
||||||
</context-group>
|
</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-group purpose="location">
|
||||||
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
||||||
<context context-type="linenumber">26,27</context>
|
<context context-type="linenumber">26,27</context>
|
||||||
</context-group>
|
</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>
|
<target>Szukaj</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="5813867925497374051" datatype="html">
|
<trans-unit id="5813867925497374051" datatype="html">
|
||||||
@ -2922,11 +2930,19 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Co najmniej</target>
|
<target>Co najmniej</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5203279511751768967" datatype="html">
|
||||||
<source>From</source>
|
<source>From</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Od</target>
|
<target>Od</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2934,7 +2950,7 @@
|
|||||||
<source>From date</source>
|
<source>From date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Od daty</target>
|
<target>Od daty</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2942,7 +2958,7 @@
|
|||||||
<source>To date</source>
|
<source>To date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Do daty</target>
|
<target>Do daty</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2950,11 +2966,11 @@
|
|||||||
<source>Minimum Rating</source>
|
<source>Minimum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Minimalna ocena</target>
|
<target>Minimalna ocena</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2962,11 +2978,11 @@
|
|||||||
<source>Maximum Rating</source>
|
<source>Maximum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Maksymalna ocena</target>
|
<target>Maksymalna ocena</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2974,7 +2990,7 @@
|
|||||||
<source>Portrait</source>
|
<source>Portrait</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Tryb portret</target>
|
<target>Tryb portret</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2982,7 +2998,7 @@
|
|||||||
<source>Landscape</source>
|
<source>Landscape</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Tryb krajobraz</target>
|
<target>Tryb krajobraz</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -3006,6 +3022,14 @@
|
|||||||
<x id="INTERPOLATION" equiv-text="r}}"/>
|
<x id="INTERPOLATION" equiv-text="r}}"/>
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5466947574428856253" datatype="html">
|
||||||
<source>Save search to album</source>
|
<source>Save search to album</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -3014,6 +3038,22 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Save search to album</target>
|
<target>Save search to album</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="7419704019640008953" datatype="html">
|
||||||
<source>Share</source>
|
<source>Share</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
|
@ -1920,10 +1920,18 @@
|
|||||||
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
||||||
<context context-type="linenumber">48</context>
|
<context context-type="linenumber">48</context>
|
||||||
</context-group>
|
</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-group purpose="location">
|
||||||
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
||||||
<context context-type="linenumber">26,27</context>
|
<context context-type="linenumber">26,27</context>
|
||||||
</context-group>
|
</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>
|
<target>Căutare</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="5813867925497374051" datatype="html">
|
<trans-unit id="5813867925497374051" datatype="html">
|
||||||
@ -2922,11 +2930,19 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>At least this many</target>
|
<target>At least this many</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5203279511751768967" datatype="html">
|
||||||
<source>From</source>
|
<source>From</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>From</target>
|
<target>From</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2934,7 +2950,7 @@
|
|||||||
<source>From date</source>
|
<source>From date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>From date</target>
|
<target>From date</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2942,7 +2958,7 @@
|
|||||||
<source>To date</source>
|
<source>To date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>To date</target>
|
<target>To date</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2950,11 +2966,11 @@
|
|||||||
<source>Minimum Rating</source>
|
<source>Minimum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Minimum Rating</target>
|
<target>Minimum Rating</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2962,11 +2978,11 @@
|
|||||||
<source>Maximum Rating</source>
|
<source>Maximum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Maximum Rating</target>
|
<target>Maximum Rating</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2974,7 +2990,7 @@
|
|||||||
<source>Portrait</source>
|
<source>Portrait</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Portret</target>
|
<target>Portret</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2982,7 +2998,7 @@
|
|||||||
<source>Landscape</source>
|
<source>Landscape</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Peisaj</target>
|
<target>Peisaj</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -3006,6 +3022,14 @@
|
|||||||
<x id="INTERPOLATION" equiv-text="r}}"/>
|
<x id="INTERPOLATION" equiv-text="r}}"/>
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5466947574428856253" datatype="html">
|
||||||
<source>Save search to album</source>
|
<source>Save search to album</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -3014,6 +3038,22 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Save search to album</target>
|
<target>Save search to album</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="7419704019640008953" datatype="html">
|
||||||
<source>Share</source>
|
<source>Share</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
|
@ -1920,10 +1920,18 @@
|
|||||||
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
||||||
<context context-type="linenumber">48</context>
|
<context context-type="linenumber">48</context>
|
||||||
</context-group>
|
</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-group purpose="location">
|
||||||
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
||||||
<context context-type="linenumber">26,27</context>
|
<context context-type="linenumber">26,27</context>
|
||||||
</context-group>
|
</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>
|
<target>Поиск</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="5813867925497374051" datatype="html">
|
<trans-unit id="5813867925497374051" datatype="html">
|
||||||
@ -2922,11 +2930,19 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>At least this many</target>
|
<target>At least this many</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5203279511751768967" datatype="html">
|
||||||
<source>From</source>
|
<source>From</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>From</target>
|
<target>From</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2934,7 +2950,7 @@
|
|||||||
<source>From date</source>
|
<source>From date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>From date</target>
|
<target>From date</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2942,7 +2958,7 @@
|
|||||||
<source>To date</source>
|
<source>To date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>To date</target>
|
<target>To date</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2950,11 +2966,11 @@
|
|||||||
<source>Minimum Rating</source>
|
<source>Minimum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Minimum Rating</target>
|
<target>Minimum Rating</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2962,11 +2978,11 @@
|
|||||||
<source>Maximum Rating</source>
|
<source>Maximum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Maximum Rating</target>
|
<target>Maximum Rating</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2974,7 +2990,7 @@
|
|||||||
<source>Portrait</source>
|
<source>Portrait</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Вертикальная</target>
|
<target>Вертикальная</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2982,7 +2998,7 @@
|
|||||||
<source>Landscape</source>
|
<source>Landscape</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Горизонтальная</target>
|
<target>Горизонтальная</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -3006,6 +3022,14 @@
|
|||||||
<x id="INTERPOLATION" equiv-text="r}}"/>
|
<x id="INTERPOLATION" equiv-text="r}}"/>
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5466947574428856253" datatype="html">
|
||||||
<source>Save search to album</source>
|
<source>Save search to album</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -3014,6 +3038,22 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Save search to album</target>
|
<target>Save search to album</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="7419704019640008953" datatype="html">
|
||||||
<source>Share</source>
|
<source>Share</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
|
@ -1920,10 +1920,18 @@
|
|||||||
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
<context context-type="sourcefile">src/frontend/app/ui/EnumTranslations.ts</context>
|
||||||
<context context-type="linenumber">48</context>
|
<context context-type="linenumber">48</context>
|
||||||
</context-group>
|
</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-group purpose="location">
|
||||||
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
<context context-type="sourcefile">src/frontend/app/ui/gallery/search/search.gallery.component.html</context>
|
||||||
<context context-type="linenumber">26,27</context>
|
<context context-type="linenumber">26,27</context>
|
||||||
</context-group>
|
</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>
|
<target>Sök</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="5813867925497374051" datatype="html">
|
<trans-unit id="5813867925497374051" datatype="html">
|
||||||
@ -2922,11 +2930,19 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Åtminstone så här många</target>
|
<target>Åtminstone så här många</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5203279511751768967" datatype="html">
|
||||||
<source>From</source>
|
<source>From</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Från</target>
|
<target>Från</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2934,7 +2950,7 @@
|
|||||||
<source>From date</source>
|
<source>From date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Från datum</target>
|
<target>Från datum</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2942,7 +2958,7 @@
|
|||||||
<source>To date</source>
|
<source>To date</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Hittills</target>
|
<target>Hittills</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2950,11 +2966,11 @@
|
|||||||
<source>Minimum Rating</source>
|
<source>Minimum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Lägsta betyg</target>
|
<target>Lägsta betyg</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2962,11 +2978,11 @@
|
|||||||
<source>Maximum Rating</source>
|
<source>Maximum Rating</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Maximalt betyg</target>
|
<target>Maximalt betyg</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2974,7 +2990,7 @@
|
|||||||
<source>Portrait</source>
|
<source>Portrait</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Porträtt</target>
|
<target>Porträtt</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -2982,7 +2998,7 @@
|
|||||||
<source>Landscape</source>
|
<source>Landscape</source>
|
||||||
<context-group purpose="location">
|
<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="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>
|
</context-group>
|
||||||
<target>Landskap</target>
|
<target>Landskap</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@ -3006,6 +3022,14 @@
|
|||||||
<x id="INTERPOLATION" equiv-text="r}}"/>
|
<x id="INTERPOLATION" equiv-text="r}}"/>
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="5466947574428856253" datatype="html">
|
||||||
<source>Save search to album</source>
|
<source>Save search to album</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
@ -3014,6 +3038,22 @@
|
|||||||
</context-group>
|
</context-group>
|
||||||
<target>Save search to album</target>
|
<target>Save search to album</target>
|
||||||
</trans-unit>
|
</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">
|
<trans-unit id="7419704019640008953" datatype="html">
|
||||||
<source>Share</source>
|
<source>Share</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
|
Loading…
Reference in New Issue
Block a user