From ce8c40a08f12a32352cca3719cee7d05a69a3939 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Sun, 8 Jan 2023 17:41:17 +0100 Subject: [PATCH] Adding missing translations to search #579 --- .../model/diagnostics/ConfigDiagnostics.ts | 2 +- .../query-entry.search.gallery.component.html | 1 + .../search-field-base.gallery.component.ts | 2 +- .../search/search.gallery.component.html | 8 +-- src/frontend/translate/messages.cn.xlf | 58 ++++++++++++++--- src/frontend/translate/messages.de.xlf | 58 ++++++++++++++--- src/frontend/translate/messages.en.xlf | 58 ++++++++++++++--- src/frontend/translate/messages.es.xlf | 58 ++++++++++++++--- src/frontend/translate/messages.fr.xlf | 58 ++++++++++++++--- src/frontend/translate/messages.hu.xlf | 60 +++++++++++++++--- src/frontend/translate/messages.id.xlf | 58 ++++++++++++++--- src/frontend/translate/messages.it.xlf | 58 ++++++++++++++--- src/frontend/translate/messages.nl.xlf | 63 +++++++++++++++---- src/frontend/translate/messages.pl.xlf | 58 ++++++++++++++--- src/frontend/translate/messages.ro.xlf | 58 ++++++++++++++--- src/frontend/translate/messages.ru.xlf | 58 ++++++++++++++--- src/frontend/translate/messages.sv.xlf | 58 ++++++++++++++--- 17 files changed, 647 insertions(+), 127 deletions(-) diff --git a/src/backend/model/diagnostics/ConfigDiagnostics.ts b/src/backend/model/diagnostics/ConfigDiagnostics.ts index 903556bb..799dd09b 100644 --- a/src/backend/model/diagnostics/ConfigDiagnostics.ts +++ b/src/backend/model/diagnostics/ConfigDiagnostics.ts @@ -249,7 +249,7 @@ export class ConfigDiagnostics { settings.SearchQuery ) ) { - throw new Error('SearchQuery is not valid'); + throw new Error('SearchQuery is not valid. Got: ' + JSON.stringify(sp.parse(sp.stringify(settings.SearchQuery)))); } } diff --git a/src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html b/src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html index cf026c5a..8125172f 100644 --- a/src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html +++ b/src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html @@ -71,6 +71,7 @@ id="searchField" name="searchField" placeholder="Search text" + i18n-placeholder class="form-control" [(ngModel)]="AsTextQuery.text" (change)="onChange()" diff --git a/src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts b/src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts index ba3ccf21..ecfdd945 100644 --- a/src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts +++ b/src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts @@ -51,7 +51,7 @@ import { AutoCompleteRenderItem } from '../AutoCompleteRenderItem'; export class GallerySearchFieldBaseComponent implements ControlValueAccessor, Validator, OnDestroy { - @Input() placeholder = 'Search'; + @Input() placeholder = $localize`Search`; @Output() search = new EventEmitter(); @ViewChild('SearchField', { static: false }) searchField: ElementRef; diff --git a/src/frontend/app/ui/gallery/search/search.gallery.component.html b/src/frontend/app/ui/gallery/search/search.gallery.component.html index c5a1e85c..3f7a7fd6 100644 --- a/src/frontend/app/ui/gallery/search/search.gallery.component.html +++ b/src/frontend/app/ui/gallery/search/search.gallery.component.html @@ -44,12 +44,12 @@ class="btn btn-secondary me-2" type="button" [disabled]="rawSearchText == ''" (click)="openSaveSearchModal(saveSearchModal)"> - Save + Save @@ -69,7 +69,7 @@
- + - Save as album + Save as album
diff --git a/src/frontend/translate/messages.cn.xlf b/src/frontend/translate/messages.cn.xlf index 3be5d1b9..57fb6d66 100644 --- a/src/frontend/translate/messages.cn.xlf +++ b/src/frontend/translate/messages.cn.xlf @@ -1920,10 +1920,18 @@ src/frontend/app/ui/EnumTranslations.ts 48 + + src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts + 54 + src/frontend/app/ui/gallery/search/search.gallery.component.html 26,27 + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 52 + 搜索 @@ -2922,11 +2930,19 @@ 至少这么多 + + Search text + + src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html + 73 + + Search text + From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 104 + 105 @@ -2934,7 +2950,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 118 + 119 从日期 @@ -2942,7 +2958,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 130 + 131 迄今为止 @@ -2950,11 +2966,11 @@ Minimum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 142 + 143 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 171 + 172 最低评分 @@ -2962,11 +2978,11 @@ Maximum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 156 + 157 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 188 + 189 最高评分 @@ -2974,7 +2990,7 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 210 + 211 垂直 @@ -2982,7 +2998,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 211 + 212 水平 @@ -3006,6 +3022,14 @@ + + Save + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 47 + + 保存 + Save search to album @@ -3014,6 +3038,22 @@ 保存搜索到相册. + + Album name + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 72,73 + + Album name + + + Save as album + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 92 + + Save as album + Share diff --git a/src/frontend/translate/messages.de.xlf b/src/frontend/translate/messages.de.xlf index a8d941ec..3a501a64 100644 --- a/src/frontend/translate/messages.de.xlf +++ b/src/frontend/translate/messages.de.xlf @@ -1920,10 +1920,18 @@ src/frontend/app/ui/EnumTranslations.ts 48 + + src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts + 54 + src/frontend/app/ui/gallery/search/search.gallery.component.html 26,27 + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 52 + Suche @@ -2922,11 +2930,19 @@ Mindestens so viele + + Search text + + src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html + 73 + + Search text + From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 104 + 105 von @@ -2934,7 +2950,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 118 + 119 von Datum @@ -2942,7 +2958,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 130 + 131 bis Datum @@ -2950,11 +2966,11 @@ Minimum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 142 + 143 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 171 + 172 Mindestbewertung @@ -2962,11 +2978,11 @@ Maximum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 156 + 157 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 188 + 189 Höchstbewertung @@ -2974,7 +2990,7 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 210 + 211 Porträt @@ -2982,7 +2998,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 211 + 212 Landschaft @@ -3006,6 +3022,14 @@ + + Save + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 47 + + Speichern + Save search to album @@ -3014,6 +3038,22 @@ Save search to album + + Album name + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 72,73 + + Album name + + + Save as album + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 92 + + Save as album + Share diff --git a/src/frontend/translate/messages.en.xlf b/src/frontend/translate/messages.en.xlf index 9c8a5146..43eafc34 100644 --- a/src/frontend/translate/messages.en.xlf +++ b/src/frontend/translate/messages.en.xlf @@ -1920,10 +1920,18 @@ src/frontend/app/ui/EnumTranslations.ts 48 + + src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts + 54 + src/frontend/app/ui/gallery/search/search.gallery.component.html 26,27 + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 52 + Search @@ -2922,11 +2930,19 @@ At least this many + + Search text + + src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html + 73 + + Search text + From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 104 + 105 From @@ -2934,7 +2950,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 118 + 119 From date @@ -2942,7 +2958,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 130 + 131 To date @@ -2950,11 +2966,11 @@ Minimum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 142 + 143 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 171 + 172 Minimum Rating @@ -2962,11 +2978,11 @@ Maximum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 156 + 157 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 188 + 189 Maximum Rating @@ -2974,7 +2990,7 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 210 + 211 Portrait @@ -2982,7 +2998,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 211 + 212 Landscape @@ -3006,6 +3022,14 @@ + + Save + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 47 + + Save + Save search to album @@ -3014,6 +3038,22 @@ Save search to album + + Album name + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 72,73 + + Album name + + + Save as album + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 92 + + Save as album + Share diff --git a/src/frontend/translate/messages.es.xlf b/src/frontend/translate/messages.es.xlf index 98948d21..fd9ec8aa 100644 --- a/src/frontend/translate/messages.es.xlf +++ b/src/frontend/translate/messages.es.xlf @@ -1920,10 +1920,18 @@ src/frontend/app/ui/EnumTranslations.ts 48 + + src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts + 54 + src/frontend/app/ui/gallery/search/search.gallery.component.html 26,27 + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 52 + Buscar @@ -2922,11 +2930,19 @@ At least this many + + Search text + + src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html + 73 + + Search text + From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 104 + 105 From @@ -2934,7 +2950,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 118 + 119 From date @@ -2942,7 +2958,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 130 + 131 To date @@ -2950,11 +2966,11 @@ Minimum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 142 + 143 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 171 + 172 Minimum Rating @@ -2962,11 +2978,11 @@ Maximum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 156 + 157 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 188 + 189 Maximum Rating @@ -2974,7 +2990,7 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 210 + 211 Vertical @@ -2982,7 +2998,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 211 + 212 Horizontal @@ -3006,6 +3022,14 @@ + + Save + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 47 + + Guardar + Save search to album @@ -3014,6 +3038,22 @@ Save search to album + + Album name + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 72,73 + + Album name + + + Save as album + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 92 + + Save as album + Share diff --git a/src/frontend/translate/messages.fr.xlf b/src/frontend/translate/messages.fr.xlf index 0187e449..c0ae53e8 100644 --- a/src/frontend/translate/messages.fr.xlf +++ b/src/frontend/translate/messages.fr.xlf @@ -1920,10 +1920,18 @@ src/frontend/app/ui/EnumTranslations.ts 48 + + src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts + 54 + src/frontend/app/ui/gallery/search/search.gallery.component.html 26,27 + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 52 + Recherche @@ -2922,11 +2930,19 @@ Au moins ce nombre + + Search text + + src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html + 73 + + Search text + From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 104 + 105 De @@ -2934,7 +2950,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 118 + 119 De (date) @@ -2942,7 +2958,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 130 + 131 À (date) @@ -2950,11 +2966,11 @@ Minimum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 142 + 143 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 171 + 172 Classement minimum @@ -2962,11 +2978,11 @@ Maximum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 156 + 157 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 188 + 189 Classement maximum @@ -2974,7 +2990,7 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 210 + 211 Portrait @@ -2982,7 +2998,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 211 + 212 Paysage @@ -3006,6 +3022,14 @@ + + Save + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 47 + + Enregistrer + Save search to album @@ -3014,6 +3038,22 @@ Sauvegarder la recherche dans l'album + + Album name + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 72,73 + + Album name + + + Save as album + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 92 + + Save as album + Share diff --git a/src/frontend/translate/messages.hu.xlf b/src/frontend/translate/messages.hu.xlf index 4c25d450..ac17e61d 100644 --- a/src/frontend/translate/messages.hu.xlf +++ b/src/frontend/translate/messages.hu.xlf @@ -1920,10 +1920,18 @@ src/frontend/app/ui/EnumTranslations.ts 48 + + src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts + 54 + src/frontend/app/ui/gallery/search/search.gallery.component.html 26,27 + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 52 + Keresés @@ -2922,11 +2930,19 @@ Legalább ennyi + + Search text + + src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html + 73 + + Search text + From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 104 + 105 Ettől @@ -2934,7 +2950,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 118 + 119 Ettől a dátumtól @@ -2942,7 +2958,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 130 + 131 Eddig @@ -2950,11 +2966,11 @@ Minimum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 142 + 143 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 171 + 172 Min értékelés @@ -2962,11 +2978,11 @@ Maximum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 156 + 157 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 188 + 189 Max értékelés @@ -2974,7 +2990,7 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 210 + 211 Álló @@ -2982,7 +2998,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 211 + 212 Fekvő @@ -3006,6 +3022,14 @@ + + Save + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 47 + + Mentés + Save search to album @@ -3014,6 +3038,22 @@ Keresés albumba mentése + + Album name + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 72,73 + + Album név + + + Save as album + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 92 + + Mentés albumként + Share @@ -3894,4 +3934,4 @@ - \ No newline at end of file + diff --git a/src/frontend/translate/messages.id.xlf b/src/frontend/translate/messages.id.xlf index d7a80045..206ea57c 100644 --- a/src/frontend/translate/messages.id.xlf +++ b/src/frontend/translate/messages.id.xlf @@ -1920,10 +1920,18 @@ src/frontend/app/ui/EnumTranslations.ts 48 + + src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts + 54 + src/frontend/app/ui/gallery/search/search.gallery.component.html 26,27 + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 52 + Cari @@ -2922,11 +2930,19 @@ Sedikitnya sejumlah ini + + Search text + + src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html + 73 + + Search text + From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 104 + 105 Dari @@ -2934,7 +2950,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 118 + 119 Dari tanggal @@ -2942,7 +2958,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 130 + 131 Sampai tanggal @@ -2950,11 +2966,11 @@ Minimum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 142 + 143 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 171 + 172 Rating minimal @@ -2962,11 +2978,11 @@ Maximum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 156 + 157 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 188 + 189 Rating maximal @@ -2974,7 +2990,7 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 210 + 211 Potret @@ -2982,7 +2998,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 211 + 212 Datar @@ -3006,6 +3022,14 @@ + + Save + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 47 + + Simpan + Save search to album @@ -3014,6 +3038,22 @@ Simpan pencarian pada album + + Album name + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 72,73 + + Album name + + + Save as album + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 92 + + Save as album + Share diff --git a/src/frontend/translate/messages.it.xlf b/src/frontend/translate/messages.it.xlf index 61154898..c434747e 100644 --- a/src/frontend/translate/messages.it.xlf +++ b/src/frontend/translate/messages.it.xlf @@ -1920,10 +1920,18 @@ src/frontend/app/ui/EnumTranslations.ts 48 + + src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts + 54 + src/frontend/app/ui/gallery/search/search.gallery.component.html 26,27 + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 52 + Cerca @@ -2922,11 +2930,19 @@ At least this many + + Search text + + src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html + 73 + + Search text + From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 104 + 105 Duplicati @@ -2934,7 +2950,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 118 + 119 From date @@ -2942,7 +2958,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 130 + 131 To date @@ -2950,11 +2966,11 @@ Minimum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 142 + 143 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 171 + 172 Minimum Rating @@ -2962,11 +2978,11 @@ Maximum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 156 + 157 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 188 + 189 Maximum Rating @@ -2974,7 +2990,7 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 210 + 211 Verticale @@ -2982,7 +2998,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 211 + 212 Orizzontale @@ -3006,6 +3022,14 @@ + + Save + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 47 + + Salva + Save search to album @@ -3014,6 +3038,22 @@ Save search to album + + Album name + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 72,73 + + Album name + + + Save as album + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 92 + + Save as album + Share diff --git a/src/frontend/translate/messages.nl.xlf b/src/frontend/translate/messages.nl.xlf index 07e60701..b82de500 100644 --- a/src/frontend/translate/messages.nl.xlf +++ b/src/frontend/translate/messages.nl.xlf @@ -1920,10 +1920,18 @@ src/frontend/app/ui/EnumTranslations.ts 48 + + src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts + 54 + src/frontend/app/ui/gallery/search/search.gallery.component.html 26,27 + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 52 + Zoeken @@ -2922,11 +2930,19 @@ Minstens zoveel + + Search text + + src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html + 73 + + Search text + From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 104 + 105 Vanaf @@ -2934,7 +2950,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 118 + 119 Vanaf datum @@ -2942,7 +2958,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 130 + 131 Tot datum @@ -2950,11 +2966,11 @@ Minimum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 142 + 143 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 171 + 172 Minimale beoordeling @@ -2962,11 +2978,11 @@ Maximum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 156 + 157 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 188 + 189 Maximale beoordeling @@ -2974,7 +2990,7 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 210 + 211 Staand @@ -2982,7 +2998,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 211 + 212 Liggend @@ -3006,6 +3022,14 @@ + + Save + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 47 + + Opslaan + Save search to album @@ -3014,6 +3038,22 @@ Zoekopdracht opslaan als album + + Album name + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 72,73 + + Album name + + + Save as album + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 92 + + Save as album + Share @@ -3260,7 +3300,7 @@ src/frontend/app/ui/settings/sharings-list/sharings-list.component.html 39,40 - No sharing was created. + No sharing was created. 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. @@ -3269,8 +3309,7 @@ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html 1,5 - 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. - + 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. Disabled diff --git a/src/frontend/translate/messages.pl.xlf b/src/frontend/translate/messages.pl.xlf index a0b75deb..d242341e 100644 --- a/src/frontend/translate/messages.pl.xlf +++ b/src/frontend/translate/messages.pl.xlf @@ -1920,10 +1920,18 @@ src/frontend/app/ui/EnumTranslations.ts 48 + + src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts + 54 + src/frontend/app/ui/gallery/search/search.gallery.component.html 26,27 + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 52 + Szukaj @@ -2922,11 +2930,19 @@ Co najmniej + + Search text + + src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html + 73 + + Search text + From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 104 + 105 Od @@ -2934,7 +2950,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 118 + 119 Od daty @@ -2942,7 +2958,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 130 + 131 Do daty @@ -2950,11 +2966,11 @@ Minimum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 142 + 143 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 171 + 172 Minimalna ocena @@ -2962,11 +2978,11 @@ Maximum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 156 + 157 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 188 + 189 Maksymalna ocena @@ -2974,7 +2990,7 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 210 + 211 Tryb portret @@ -2982,7 +2998,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 211 + 212 Tryb krajobraz @@ -3006,6 +3022,14 @@ + + Save + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 47 + + Zapisz + Save search to album @@ -3014,6 +3038,22 @@ Save search to album + + Album name + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 72,73 + + Album name + + + Save as album + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 92 + + Save as album + Share diff --git a/src/frontend/translate/messages.ro.xlf b/src/frontend/translate/messages.ro.xlf index 6b89b7e0..d7fdcc67 100644 --- a/src/frontend/translate/messages.ro.xlf +++ b/src/frontend/translate/messages.ro.xlf @@ -1920,10 +1920,18 @@ src/frontend/app/ui/EnumTranslations.ts 48 + + src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts + 54 + src/frontend/app/ui/gallery/search/search.gallery.component.html 26,27 + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 52 + Căutare @@ -2922,11 +2930,19 @@ At least this many + + Search text + + src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html + 73 + + Search text + From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 104 + 105 From @@ -2934,7 +2950,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 118 + 119 From date @@ -2942,7 +2958,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 130 + 131 To date @@ -2950,11 +2966,11 @@ Minimum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 142 + 143 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 171 + 172 Minimum Rating @@ -2962,11 +2978,11 @@ Maximum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 156 + 157 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 188 + 189 Maximum Rating @@ -2974,7 +2990,7 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 210 + 211 Portret @@ -2982,7 +2998,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 211 + 212 Peisaj @@ -3006,6 +3022,14 @@ + + Save + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 47 + + Salvare + Save search to album @@ -3014,6 +3038,22 @@ Save search to album + + Album name + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 72,73 + + Album name + + + Save as album + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 92 + + Save as album + Share diff --git a/src/frontend/translate/messages.ru.xlf b/src/frontend/translate/messages.ru.xlf index e50452c1..0e893644 100644 --- a/src/frontend/translate/messages.ru.xlf +++ b/src/frontend/translate/messages.ru.xlf @@ -1920,10 +1920,18 @@ src/frontend/app/ui/EnumTranslations.ts 48 + + src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts + 54 + src/frontend/app/ui/gallery/search/search.gallery.component.html 26,27 + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 52 + Поиск @@ -2922,11 +2930,19 @@ At least this many + + Search text + + src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html + 73 + + Search text + From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 104 + 105 From @@ -2934,7 +2950,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 118 + 119 From date @@ -2942,7 +2958,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 130 + 131 To date @@ -2950,11 +2966,11 @@ Minimum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 142 + 143 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 171 + 172 Minimum Rating @@ -2962,11 +2978,11 @@ Maximum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 156 + 157 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 188 + 189 Maximum Rating @@ -2974,7 +2990,7 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 210 + 211 Вертикальная @@ -2982,7 +2998,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 211 + 212 Горизонтальная @@ -3006,6 +3022,14 @@ + + Save + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 47 + + Сохранить + Save search to album @@ -3014,6 +3038,22 @@ Save search to album + + Album name + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 72,73 + + Album name + + + Save as album + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 92 + + Save as album + Share diff --git a/src/frontend/translate/messages.sv.xlf b/src/frontend/translate/messages.sv.xlf index 8ee9f299..40fda609 100644 --- a/src/frontend/translate/messages.sv.xlf +++ b/src/frontend/translate/messages.sv.xlf @@ -1920,10 +1920,18 @@ src/frontend/app/ui/EnumTranslations.ts 48 + + src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts + 54 + src/frontend/app/ui/gallery/search/search.gallery.component.html 26,27 + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 52 + Sök @@ -2922,11 +2930,19 @@ Åtminstone så här många + + Search text + + src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html + 73 + + Search text + From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 104 + 105 Från @@ -2934,7 +2950,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 118 + 119 Från datum @@ -2942,7 +2958,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 130 + 131 Hittills @@ -2950,11 +2966,11 @@ Minimum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 142 + 143 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 171 + 172 Lägsta betyg @@ -2962,11 +2978,11 @@ Maximum Rating src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 156 + 157 src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 188 + 189 Maximalt betyg @@ -2974,7 +2990,7 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 210 + 211 Porträtt @@ -2982,7 +2998,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 211 + 212 Landskap @@ -3006,6 +3022,14 @@ + + Save + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 47 + + Spara + Save search to album @@ -3014,6 +3038,22 @@ Save search to album + + Album name + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 72,73 + + Album name + + + Save as album + + src/frontend/app/ui/gallery/search/search.gallery.component.html + 92 + + Save as album + Share