diff --git a/MANPAGE.md b/MANPAGE.md
index 3416fce1..9c9cc181 100644
--- a/MANPAGE.md
+++ b/MANPAGE.md
@@ -86,6 +86,8 @@ App CLI options:
--Gallery-Themes-availableThemes Adds these css settings as it is to the end of the body tag of the page. (default: [{"name":"classic","theme":":root nav.navbar {\n--bs-navbar-color: rgba(255, 255, 255, 0.55);\n--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);\n--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);\n--bs-navbar-active-color: #fff;\n--bs-navbar-brand-color: #fff;\n--bs-navbar-brand-hover-color: #fff;\n--bs-bg-opacity: 1;\nbackground-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;\n}"}])
--Gallery-InlineBlogStartsOpen Makes inline blog (*.md files content) auto-open. (default: false)
--Gallery-TopBlogStartsOpen Makes top blog (*.md files content) auto-open. (default: false)
+ --Gallery-AutoUpdate-enable Enable auto polling for new photos and videos in the gallery. (default: false)
+ --Gallery-AutoUpdate-interval Frequency of the auto polling in seconds. (default: 60)
--Media-Video-enabled (default: true)
--Media-Video-supportedFormatsWithTranscoding Video formats that are supported after transcoding (with the built-in ffmpeg support). (default: ["avi","mkv","mov","wmv","flv","mts","m2ts","mpg","3gp","m4v","mpeg","vob","divx","xvid","ts"])
--Media-Video-supportedFormats Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp (default: ["mp4","webm","ogv","ogg"])
@@ -148,7 +150,7 @@ App CLI options:
--Map-mapboxAccessToken MapBox needs an access token to work, create one at https://www.mapbox.com. (default: '')
--Map-customLayers The map module will use these urls to fetch the map tiles. (default: [{"name":"street","url":"","darkLayer":false}])
--Map-maxPreviewMarkers Maximum number of markers to be shown on the map preview on the gallery page. (default: 50)
- --Map-MapPathGroupConfig Markers are grouped and themed by these settings (default: [{"name":"Transportation","matchers":[{"matchers":["flight","flying"],"theme":{"color":"var(--bs-orange)","dashArray":"4 8","svgIcon":{"viewBox":"0 0 567 512","items":""}}},{"matchers":["drive","driving"],"theme":{"color":"var(--bs-orange)","dashArray":"4 8","svgIcon":{"viewBox":"0 0 640 512","items":""}}},{"matchers":["ship","sailing","cruise"],"theme":{"color":"var(--bs-orange)","dashArray":"4 8","svgIcon":{"viewBox":"0 0 576 512","items":""}}}]},{"name":"Sport","matchers":[{"matchers":["(\b|_|-)run"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 417 512","items":""}}},{"matchers":["(\b|_|-)walk"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 320 512","items":""}}},{"matchers":["(\b|_|-)hike","(\b|_|-)hiking"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 384 512","items":""}}},{"matchers":["(\b|_|-)bike","(\b|_|-)biking","(\b|_|-)cycling"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 640 512","items":""}}},{"matchers":["(\b|_|-)skiing","(\b|_|-)ski"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 512 512","items":""}}}]},{"name":"Other paths","matchers":[{"matchers":[],"theme":{"color":"var(--bs-secondary)","dashArray":"","svgIcon":{"viewBox":"0 0 512 512","items":""}}}]}])
+ --Map-MapPathGroupConfig Markers are grouped and themed by these settings (default: [{"name":"Transportation","matchers":[{"matchers":["flight","flying"],"theme":{"color":"var(--bs-orange)","dashArray":"4 8","svgIcon":{"viewBox":"0 0 567 512","items":""}}},{"matchers":["drive","driving"],"theme":{"color":"var(--bs-orange)","dashArray":"4 8","svgIcon":{"viewBox":"0 0 640 512","items":""}}},{"matchers":["ship","sailing","cruise"],"theme":{"color":"var(--bs-orange)","dashArray":"4 8","svgIcon":{"viewBox":"0 0 576 512","items":""}}}]},{"name":"Sport","matchers":[{"matchers":["(\b|_|-)run"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 417 512","items":""}}},{"matchers":["(\b|_|-)walk"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 320 512","items":""}}},{"matchers":["(\b|_|-)hike","(\b|_|-)hiking"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 384 512","items":""}}},{"matchers":["(\b|_|-)bike","(\b|_|-)biking","(\b|_|-)cycling"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 640 512","items":""}}},{"matchers":["(\b|_|-)skiing","(\b|_|-)ski"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 512 512","items":""}}}]},{"name":"Other paths","matchers":[{"matchers":[],"theme":{"color":"var(--bs-secondary)","dashArray":"","svgIcon":{"viewBox":"","items":""}}}]}])
--Map-bendLongPathsTrigger Map will bend the path if two points are this far apart on latititude axes. This intended to bend flight if only the end and the start points are given. (default: 0.5)
--Faces-enabled (default: true)
--Faces-keywordsToPersons If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only. (default: true)
@@ -247,6 +249,8 @@ Environmental variables:
Gallery-Themes-availableThemes Adds these css settings as it is to the end of the body tag of the page. (default: [{"name":"classic","theme":":root nav.navbar {\n--bs-navbar-color: rgba(255, 255, 255, 0.55);\n--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);\n--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);\n--bs-navbar-active-color: #fff;\n--bs-navbar-brand-color: #fff;\n--bs-navbar-brand-hover-color: #fff;\n--bs-bg-opacity: 1;\nbackground-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;\n}"}])
Gallery-InlineBlogStartsOpen Makes inline blog (*.md files content) auto-open. (default: false)
Gallery-TopBlogStartsOpen Makes top blog (*.md files content) auto-open. (default: false)
+ Gallery-AutoUpdate-enable Enable auto polling for new photos and videos in the gallery. (default: false)
+ Gallery-AutoUpdate-interval Frequency of the auto polling in seconds. (default: 60)
Media-Video-enabled (default: true)
Media-Video-supportedFormatsWithTranscoding Video formats that are supported after transcoding (with the built-in ffmpeg support). (default: ["avi","mkv","mov","wmv","flv","mts","m2ts","mpg","3gp","m4v","mpeg","vob","divx","xvid","ts"])
Media-Video-supportedFormats Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp (default: ["mp4","webm","ogv","ogg"])
@@ -309,7 +313,7 @@ Environmental variables:
Map-mapboxAccessToken MapBox needs an access token to work, create one at https://www.mapbox.com. (default: '')
Map-customLayers The map module will use these urls to fetch the map tiles. (default: [{"name":"street","url":"","darkLayer":false}])
Map-maxPreviewMarkers Maximum number of markers to be shown on the map preview on the gallery page. (default: 50)
- Map-MapPathGroupConfig Markers are grouped and themed by these settings (default: [{"name":"Transportation","matchers":[{"matchers":["flight","flying"],"theme":{"color":"var(--bs-orange)","dashArray":"4 8","svgIcon":{"viewBox":"0 0 567 512","items":""}}},{"matchers":["drive","driving"],"theme":{"color":"var(--bs-orange)","dashArray":"4 8","svgIcon":{"viewBox":"0 0 640 512","items":""}}},{"matchers":["ship","sailing","cruise"],"theme":{"color":"var(--bs-orange)","dashArray":"4 8","svgIcon":{"viewBox":"0 0 576 512","items":""}}}]},{"name":"Sport","matchers":[{"matchers":["(\b|_|-)run"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 417 512","items":""}}},{"matchers":["(\b|_|-)walk"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 320 512","items":""}}},{"matchers":["(\b|_|-)hike","(\b|_|-)hiking"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 384 512","items":""}}},{"matchers":["(\b|_|-)bike","(\b|_|-)biking","(\b|_|-)cycling"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 640 512","items":""}}},{"matchers":["(\b|_|-)skiing","(\b|_|-)ski"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 512 512","items":""}}}]},{"name":"Other paths","matchers":[{"matchers":[],"theme":{"color":"var(--bs-secondary)","dashArray":"","svgIcon":{"viewBox":"0 0 512 512","items":""}}}]}])
+ Map-MapPathGroupConfig Markers are grouped and themed by these settings (default: [{"name":"Transportation","matchers":[{"matchers":["flight","flying"],"theme":{"color":"var(--bs-orange)","dashArray":"4 8","svgIcon":{"viewBox":"0 0 567 512","items":""}}},{"matchers":["drive","driving"],"theme":{"color":"var(--bs-orange)","dashArray":"4 8","svgIcon":{"viewBox":"0 0 640 512","items":""}}},{"matchers":["ship","sailing","cruise"],"theme":{"color":"var(--bs-orange)","dashArray":"4 8","svgIcon":{"viewBox":"0 0 576 512","items":""}}}]},{"name":"Sport","matchers":[{"matchers":["(\b|_|-)run"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 417 512","items":""}}},{"matchers":["(\b|_|-)walk"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 320 512","items":""}}},{"matchers":["(\b|_|-)hike","(\b|_|-)hiking"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 384 512","items":""}}},{"matchers":["(\b|_|-)bike","(\b|_|-)biking","(\b|_|-)cycling"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 640 512","items":""}}},{"matchers":["(\b|_|-)skiing","(\b|_|-)ski"],"theme":{"color":"var(--bs-primary)","dashArray":"","svgIcon":{"viewBox":"0 0 512 512","items":""}}}]},{"name":"Other paths","matchers":[{"matchers":[],"theme":{"color":"var(--bs-secondary)","dashArray":"","svgIcon":{"viewBox":"","items":""}}}]}])
Map-bendLongPathsTrigger Map will bend the path if two points are this far apart on latititude axes. This intended to bend flight if only the end and the start points are given. (default: 0.5)
Faces-enabled (default: true)
Faces-keywordsToPersons If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only. (default: true)
@@ -518,7 +522,14 @@ Environmental variables:
"//[InlineBlogStartsOpen]": "Makes inline blog (*.md files content) auto-open.",
"InlineBlogStartsOpen": false,
"//[TopBlogStartsOpen]": "Makes top blog (*.md files content) auto-open.",
- "TopBlogStartsOpen": false
+ "TopBlogStartsOpen": false,
+ "//[AutoUpdate]": "makes the gallery poll the backend for new photos in the given directory or search",
+ "AutoUpdate": {
+ "//[enable]": "Enable auto polling for new photos and videos in the gallery.",
+ "enable": false,
+ "//[interval]": "Frequency of the auto polling in seconds.",
+ "interval": 60
+ }
},
"Media": {
"//[Video]": "Video support uses ffmpeg. ffmpeg and ffprobe binaries need to be available in the PATH or the @ffmpeg-installer/ffmpeg and @ffprobe-installer/ffprobe optional node packages need to be installed.",
@@ -918,7 +929,7 @@ Environmental variables:
"//[svgIcon]": "Set the icon of the map marker pin.",
"svgIcon": {
"//[viewBox]": "SVG path viewBox. See: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox",
- "viewBox": "0 0 512 512",
+ "viewBox": "",
"//[items]": "Content elements (paths, circles, rects) of the SVG icon. Icons used on the map: fontawesome.com/icons.",
"items": ""
}
diff --git a/src/frontend/translate/messages.cn.xlf b/src/frontend/translate/messages.cn.xlf
index aa4d66b1..12798f4d 100644
--- a/src/frontend/translate/messages.cn.xlf
+++ b/src/frontend/translate/messages.cn.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359视频
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366照片
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Extensions
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225启用
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg 图标
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951默认幻灯片放映速度
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956幻灯片中显示照片的默认时间间隔.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965如果启用,灯箱将始终默认显示标题,而不仅仅是悬停时.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973如果启用,灯箱将始终默认显示面孔,而不仅仅是悬停时.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978循环播放视频
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981如果启用,灯箱将默认循环播放视频.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996放大后加载全分辨率图像.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999启用在 ligthbox(预览)中缩放时加载全分辨率图像.
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030主题名称
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035主题
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087将这些 css 设置按原样添加到页面 body 标签的末尾.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055启用主题和颜色模式.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062默认主题模式
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065设置应用程序使用的默认主题模式.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072选定主题
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076选择网站使用的主题.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083选定的主题 css
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110缓存
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113缓存目录内容和搜索结果以获得更好的性能.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118基于滚动的缩略图生成
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121那些在屏幕上可见的缩略图获得更高的优先级.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127按日期排序目录
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130如果启用, 目录将和照片一样按日期排序, 否则按名称排序.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148滚动缩略图优先
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151视图中的缩略图将首先渲染.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156导航栏
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164标题优先命名
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167显示 EXIF 数据中的标题 (IPTC 120) 标签而不是文件名.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174灯箱
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184主题
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 使用 Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) 设计 (css, 布局). 在黑暗模式下它设置 'data-bs-theme="dark"' 到 <html> 充分利用 Bootstrap 的颜色模式.有关主题的更多信息,请参阅: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193内联博客开始开放
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203顶级博客开始开放
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234转码支持的格式
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247无需转码即可支持的格式
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252无需转码即可支持的视频格式.浏览器支持的格式: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265地图图标大小
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269图标大小(用于地图).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275人物缩略图大小
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279人物(脸部)缩略图大小.
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314支持的照片格式
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318支持的照片格式.浏览器需要原生支持这些格式.sharp (libvips) 软件包也应该能够转换这些格式..
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345启用 GPX 压缩
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350启用有损(基于增量时间和距离.过于频繁的点将被删除)GPX 压缩.
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377*.gpx 文件
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382读取 *.gpx 文件并将它们渲染在地图上.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Markdown 文件
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401读取目录中的 *.md 文件并在地图旁边显示.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407*.pg2conf 文件
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411读取 *.pg2conf 文件(您可以使用它进行自定义排序和保存的搜索(相册)).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417支持的格式
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421该应用程序将读取并处理这些文件.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438覆盖关键字
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442如果照片具有相同的面部(人)名称和关键字, 应用程序将删除重复项, 仅保留面部.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447朝向右边的人脸
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450为(最喜欢的)人脸加注星标所需的最低权限.
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455面孔列表朝右
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458显示“面孔”选项卡所需的最低权限.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468页面标题
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476页面公共url地址
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484如果您在子URL下访问画廊(例如: http://mydomain.com/myGallery), 请在此处进行设置. 如果不生效,可能是你漏掉了开头的'/'.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486基础url地址
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499Api 路径
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512自定义 HTML 头
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547密码保护
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549启用用户管理,通过登录密码保护图库.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555默认用户权限
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560密码保护禁用时的默认用户权限.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601相册
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624地图
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640随机图片
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644此功能允许您生成“随机照片”网址.该网址会返回从您的图库中随机选择的照片.您可以将该网址与第三方应用程序(例如随机更改桌面背景)一起使用.注意:在当前实现中,随机链接也需要登录.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141找不到位置
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143未知服务器错误
diff --git a/src/frontend/translate/messages.da.xlf b/src/frontend/translate/messages.da.xlf
index 2b4aecb3..e4fe5834 100644
--- a/src/frontend/translate/messages.da.xlf
+++ b/src/frontend/translate/messages.da.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Video
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Foto
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Udvidelser
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Aktivér
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg ikon
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Standard slideshow hastighed
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Standard tidsinterval til visning af foto i slideshows.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965Lightbox viser altid overskrift, ikke kun ved "mouse over", hvis denne indstilling er aktiveret.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973Lightbox viser altid ansigtsmarkeringer, ikke kun ved "mouse over", hvis denne indstilling er aktiveret.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Genafspil videoer
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981Lightbox genafspiller videoer som standard, hvis denne indstilling er aktiveret.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Indlæs billedet i fuld opløsning ved zoom.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Aktivér indlæsning af det fulde billede, når der zoomes i lightbox (preview).
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030Temaets navn
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Tema
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Tilføj disse css-indstillinger som er der, til slutingen af <body> tagget for galleriets html-kode.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Aktivér tema og farveindstillinger.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Indstillinger for standard-tema
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Ændr indstillinger for standard-tema.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Valgt tema
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076Valgt tema til galleriet.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Valgt tema css
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Cache
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Gemmer mappeindhold og søgersultater i cachen, for bedre ydeevne.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118Scroll-baseret generering af miniaturebilleder
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121Miniaturebilleder der vises på skærmen får højere prioritet.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Sorter mapper efter dato
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130Mapper sorteres efter dato, ellers efter navn. En mappes dato er sidste ændringsdato, ikke oprettelsesdato for det ældste foto.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148Prioritér miniaturebilleder ved scrolling
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151De miniaturebilleder der er synlige, vil blive renderet først.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigationsbar
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Navngiv først ud fra overskrift
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Vis overskrift (IPTC 120 Caption) fra EXIF dataen i stedet for filnavne.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Lightbox
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Tema
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 bruger Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) til tema/design (css, layout). In mørk tilstand sættes 'data-bs-theme="dark"' i <html>-koden for at udnytte bootstrap's farveindstillinger. Læs mere om temaer her: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Inline blog starter åbnet
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Top blog starter åben
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Understøttede formater med konvertering
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Understøttede formater uden konvertering
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Videoformater der understøttes uden konvertering. Browser-understøttede formater: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Ikonstørrelse på kort
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Ikonstørrelse (på kort).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Størrelser på miniaturebilleder for personer
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Størrelser på miniaturebilleder for personer (ansigter).
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Understøttede fotoformater
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Fotoformater der er understøttet. Browseren skal have indbygget understøttelser for disse formater. Derudover bør Sharp (libvips) pakken kunne konvertere disse formater.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Aktivér GPX komprimering
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Aktiverer upræcis GPX komprimering (baseret på forskel i tid og afstand. Punkter fjernes for ofte).
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377*.gpx filer
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Læser *.gpx filer og viser dem på kortet.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Markdown filer
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Læser *.md filer i en mappe og viser indholdet ved siden af kortet.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407*.pg2conf filer
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Læser *.pg2conf filer (Du kan bruge dette til skræddersyet sortering og gemte søgninger).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Understøttede formater
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421Applikationen vil læse og processere disse filer.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Overstyr nøgleord
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442Hvis et foto har samme ansigt (person), navn og nøgleord, fjernes dubletterne fra galleriet, men ansigterne beholdes.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Rettighed til favorit-markering af ansigt
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Krævet rettighed til at favorit-markere et ansigt.
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Ansigtsliste-rettigheder
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Minimum højde før ansigtsfane er synlig.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Galleri-titel
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476Galleriets offentlige URL
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484Hvis du tilgår applikationen via en sti (f.eks.: http://mydomain.com/myGallery), så indstil stien her. Hvis det ikke virker, kan det være at du mangler '/' i starten af stien.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486URL base
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499API sti
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512Skræddersyet HTML Head
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Adgangskodebeskyttelse
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Aktiverer brugerhåndtering, med adgangskodebeskyttelse ved log ind.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Standard brugerrettigheder
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Standard brugerrettigheder, når adgangskodebeskyttelse er deaktiveret.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Kort
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Tilfældigt foto
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644Denne komponent gør det muligt at generere URL'er af billeder tilfældigt udvalgt fra dit galleri. Du kan bruger URL'en med andre applikationer til f.eks. at have skrivebordsbaggrund der skifter tilfældigt. NB: For nuværende kræver et URL til tilfældigt billede login.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Kan ikke finde lokation
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Ukendt serverfejl
diff --git a/src/frontend/translate/messages.de.xlf b/src/frontend/translate/messages.de.xlf
index d2fec445..8fdf6848 100644
--- a/src/frontend/translate/messages.de.xlf
+++ b/src/frontend/translate/messages.de.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Video
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Foto
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Extensions
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Aktivieren
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg Icon
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Standard-Geschwindigkeit der Slideshow
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Default time interval for displaying a photo in the slide show.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965If enabled, lightbox will always show caption by default, not only on hover.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973If enabled, lightbox will always show faces by default, not only on hover.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Endloswiedergabe von Videos
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981If enabled, lightbox will loop videos by default.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Load full resolution image on zoom.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Ermöglicht das Laden des Bildes in voller Auflösung beim Zoomen in die Ligthbox (Vorschau).
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030Name of the theme
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Theme
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Adds these css settings as it is to the end of the body tag of the page.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Enable themes and color modes.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Default theme mode
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Sets the default theme mode that is used for the application.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Selected theme
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076Selected theme to use on the site.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Selected theme css
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Zwischenspeicher
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Zwischenspeicherte Verzeichnisinhalte und Suchergebnisse für eine bessere Leistung.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118scrollbasierte Erstellung von Vorschaubilder
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121Diese Vorschaubilder erhalten eine höhere Priorität, die auf dem Bildschirm sichtbar sind.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Verzeichnisse nach Datum sortieren
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130Wenn aktiviert, werden Verzeichnisse nach Datum sortiert, wie Fotos, ansonsten nach Namen. Das Verzeichnisdatum ist die letzte Änderungszeit dieses Verzeichnisses und nicht das Erstellungsdatum des ältesten Fotos.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148On scroll thumbnail prioritising
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151Those thumbnails will be rendered first that are in view.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigationsleiste
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Bildbeschriftung, erste Benennung
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Zeigen Sie die Beschriftungs-Tags (IPTC 120) aus den EXIF-Daten anstelle der Dateinamen an.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Lightbox
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Themes
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Inline blog starts open
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Top blog starts open
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Supported formats with transcoding
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Supported formats without transcoding
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Map Icon size
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Symbolgröße (wird auf Karten verwendet).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Person thumbnail size
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Person (face) thumbnail size.
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Supported photo formats
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Enable GPX compressing
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377*.gpx files
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Reads *.gpx files and renders them on the map.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Markdown files
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Reads *.md files in a directory and shows the next to the map.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407*.pg2conf files
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Supported formats
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421The app will read and process these files.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Schlüsselwörter überschreiben
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442Wenn ein Foto denselben Gesichts- (Personen-) Namen und dasselbe Schlüsselwort hat, entfernt die App das Duplikat und behält nur das Gesicht bei.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Gesicht mit der rechten Hauptrolle (Face starring right)
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Erforderliches Mindestrecht, um ein Gesicht zu markieren (Favorit).
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Face listing right
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Required minimum right to show the faces tab.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Seitentitel
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476öffentliche URL der Seite
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484Wenn Sie unter einer Sub-URL (z. B. http://mydomain.com/myGallery) auf die Galerie zugreifen, legen Sie diese hier fest. Wenn es nicht funktioniert, fehlt möglicherweise das '/' am Anfang der URL.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486Basis-URL
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499Api path
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512Custom HTML Head
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Passwortschutz
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Aktiviert die Nutzerverwaltung incl. Anmeldung zum Passwort-Schutz von Galerien.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Default user right
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Default user right when password protection is disabled.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Karte
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Zufallsbild
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644Hiermit werden Adresse für 'Zufallsbilder' erstellt. Diese Adresse liefern ein zufüllig ausgewähltes Bild Ihrer Galerie. Die Adresse kann Drittanwendungen wie bspw. für zufällig veränderndem Bildschirmhintergrund verwendet werden. Hinweis: In der aktuellen Implentierung erfordern Zufallsbilder auch eine Anmeldung.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Cannot find location
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Unknown server error
diff --git a/src/frontend/translate/messages.en.xlf b/src/frontend/translate/messages.en.xlf
index 2e7d1390..ec6adc20 100644
--- a/src/frontend/translate/messages.en.xlf
+++ b/src/frontend/translate/messages.en.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Video
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Photo
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Extensions
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Enable
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg Icon
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Default slideshow speed
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Default time interval for displaying a photo in the slide show.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965If enabled, lightbox will always show caption by default, not only on hover.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973If enabled, lightbox will always show faces by default, not only on hover.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Loop Videos
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981If enabled, lightbox will loop videos by default.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Load full resolution image on zoom.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Enables loading the full resolution image on zoom in the ligthbox (preview).
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030Name of the theme
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Theme
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Adds these css settings as it is to the end of the body tag of the page.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Enable themes and color modes.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Default theme mode
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Sets the default theme mode that is used for the application.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Selected theme
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076Selected theme to use on the site.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Selected theme css
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Cache
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Caches directory contents and search results for better performance.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118Scroll based thumbnail generation
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121Those thumbnails get higher priority that are visible on the screen.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Sort directories by date
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148On scroll thumbnail prioritising
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151Those thumbnails will be rendered first that are in view.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigation bar
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Caption first naming
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Lightbox
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Themes
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Inline blog starts open
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Top blog starts open
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Supported formats with transcoding
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Supported formats without transcoding
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Map Icon size
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Icon size (used on maps).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Person thumbnail size
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Person (face) thumbnail size.
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Supported photo formats
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Enable GPX compressing
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377*.gpx files
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Reads *.gpx files and renders them on the map.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Markdown files
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Reads *.md files in a directory and shows the next to the map.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407*.pg2conf files
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Supported formats
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421The app will read and process these files.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Override keywords
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Face starring right
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Required minimum right to star (favourite) a face.
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Face listing right
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Required minimum right to show the faces tab.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Page title
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476Page public url
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486Url Base
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499Api path
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512Custom HTML Head
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Password protection
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Enables user management with login to password protect the gallery.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Default user right
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Default user right when password protection is disabled.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Map
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Random photo
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Cannot find location
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Unknown server error
diff --git a/src/frontend/translate/messages.es.xlf b/src/frontend/translate/messages.es.xlf
index 14739f62..9396efcf 100644
--- a/src/frontend/translate/messages.es.xlf
+++ b/src/frontend/translate/messages.es.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Vídeo
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Foto
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Extensions
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Enable
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg Icon
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Default slideshow speed
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Default time interval for displaying a photo in the slide show.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965If enabled, lightbox will always show caption by default, not only on hover.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973If enabled, lightbox will always show faces by default, not only on hover.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Loop Videos
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981If enabled, lightbox will loop videos by default.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Load full resolution image on zoom.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Enables loading the full resolution image on zoom in the ligthbox (preview).
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030Name of the theme
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Theme
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Adds these css settings as it is to the end of the body tag of the page.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Enable themes and color modes.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Default theme mode
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Sets the default theme mode that is used for the application.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Selected theme
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076Selected theme to use on the site.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Selected theme css
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Caché
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Almacena el contenido de los directorios y los resultados de las búsquedas para un rendimiento mejor.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118Generación de miniaturas basada en el desplazamiento
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121Estas miniaturas tienen una mayor prioridad al ser visibles en la pantalla.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Sort directories by date
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148On scroll thumbnail prioritising
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151Those thumbnails will be rendered first that are in view.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigation bar
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Usar metadatos en el nombre
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Muestras las etiquetas de texto de los datos EXIF (IPTC 120) en lugar del nombre de los ficheros.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Lightbox
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Themes
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Inline blog starts open
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Top blog starts open
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Supported formats with transcoding
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Supported formats without transcoding
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Map Icon size
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Tamaño del icono (usado en mapas).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Person thumbnail size
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Person (face) thumbnail size.
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Supported photo formats
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Enable GPX compressing
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377*.gpx files
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Reads *.gpx files and renders them on the map.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Markdown files
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Reads *.md files in a directory and shows the next to the map.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407*.pg2conf files
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Supported formats
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421The app will read and process these files.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Sobreescribir las palabras clave
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442Si una imagen tiene la misma cara (persona), nombre y palabras clave, la aplicación elimina los duplicados manteniendo la cara únicamente.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Permiso para destacar cara
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Mínimo permiso requerido para destacar (poner como favorita) una cara.
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Face listing right
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Required minimum right to show the faces tab.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Título de la página
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476URL pública
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484Si se accede a la galería desde una subdirección (like: http://mydomain.com/myGallery), establecela aquí. Si no funciona, se puede omitir el '/' del inicio de la URL.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486URL Base
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499Api path
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512Custom HTML Head
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Protección con contraseña
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Enables user management with login to password protect the gallery.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Default user right
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Default user right when password protection is disabled.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Mapa
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Random photo
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Cannot find location
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Unknown server error
diff --git a/src/frontend/translate/messages.fr.xlf b/src/frontend/translate/messages.fr.xlf
index 96dd3603..9ef47437 100644
--- a/src/frontend/translate/messages.fr.xlf
+++ b/src/frontend/translate/messages.fr.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Vidéo
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Photo
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Extensions
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Enable
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg Icon
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Default slideshow speed
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Default time interval for displaying a photo in the slide show.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965If enabled, lightbox will always show caption by default, not only on hover.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973If enabled, lightbox will always show faces by default, not only on hover.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Loop Videos
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981If enabled, lightbox will loop videos by default.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Load full resolution image on zoom.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Permet de charger l'image en pleine résolution lors du zoom dans la lightbox (aperçu).
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030Name of the theme
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Theme
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Adds these css settings as it is to the end of the body tag of the page.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Enable themes and color modes.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Default theme mode
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Sets the default theme mode that is used for the application.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Selected theme
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076Selected theme to use on the site.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Selected theme css
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Cache
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Met en cache le contenu des répertoires et les résultats des recherches pour une meilleure performance.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118Génération de vignettes basées sur le défilement
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121Les vignettes visibles à l'écran ont une priorité plus élevée.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Trier les répertoires par date
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130Si cette option est activée, les répertoires seront triés par date, comme les photos, sinon par nom. La date du répertoire est la date de dernière modification de ce répertoire et non la date de création de la photo la plus ancienne.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148On scroll thumbnail prioritising
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151Those thumbnails will be rendered first that are in view.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigation bar
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Légende du premier nom
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Affichez les balises Légende (IPTC 120) à partir des données EXIF au lieu des noms de fichiers.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Lightbox
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Themes
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Inline blog starts open
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Top blog starts open
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Supported formats with transcoding
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Supported formats without transcoding
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Map Icon size
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Taille des icônes (sur la carte).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Person thumbnail size
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Person (face) thumbnail size.
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Supported photo formats
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Enable GPX compressing
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377Fichiers *.gpx
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Lit les fichiers *.gpx et les affiche sur la carte.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Fichiers markdown
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Lit les fichiers *.md et les affiche sur la carte.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407Fichiers *.pg2conf
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Supported formats
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421The app will read and process these files.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Outrepasser mots-clés
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442Si une photo comporte le même visage (personne), le même nom et le même mot-clé, l'application supprime le doublon et ne conserve que le visage.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Permission de mettre une visage en favori
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Permission minimale requise pour mettre un visage en favori.
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Face listing right
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Required minimum right to show the faces tab.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Titre de la page
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476URL publique de la page
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484Si vous accédez à la galerie sous une sous-URL (comme : http://mydomain.com/myGallery), mettez-le ici. Si cela ne fonctionne pas, il se peut qu'il manque le '/' au début de l'url.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486URL de base
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499Api path
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512Custom HTML Head
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Protection par mot de passe
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Enables user management with login to password protect the gallery.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Default user right
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Default user right when password protection is disabled.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Carte
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Random photo
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Cannot find location
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Unknown server error
diff --git a/src/frontend/translate/messages.hu.xlf b/src/frontend/translate/messages.hu.xlf
index cf529a56..8a61666c 100644
--- a/src/frontend/translate/messages.hu.xlf
+++ b/src/frontend/translate/messages.hu.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Videó
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Fotó
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Extensions
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Engedélyezve
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg Icon
@@ -2214,11 +2214,43 @@
Jobb alsó felirat
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Alapértelmezett vetitési sebesség
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Alapértelmezett sebesség amivel a képek változnak vetítéskor.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965Ha engedélyezett, a lightbox mindig mutatja majd az képaláírás alapból, nem csak ha felé viszed az egeret.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973Ha engedélyezett, a lightbox mindig mutatja majd az arcokat alapból, nem csak ha felé viszed az egeret.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Végtelenített videó lejátszás
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981Ha engedélyezett, a lightbox végtelenítve fogja lejátszani a videókat.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990Ha engedélyezve van, a lightbox az első fotótól indul, amikor elérte az utolsót.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Teljes méret nagyításkor.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Engedélyezi, hogy a nagyításkor az eredeti képméretet töltse be az app.
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Teljes kép betöltése, ha az előnézetek túl kicsik
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008Ha engedélyezve van, a lightbox a teljes felbontású képet tölti be, ha az összes elérhető előnézeti bélyegkép túl kicsi az aktuális nézethez.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018ezeket állítja be a szöveg (felirat, helyszín stb.) testreszabásához a lightboxban, amelyek mindig láthatók a fotó felett (nem az információs panelen).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030A téma neve
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Téma
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Hozzáadja ezeket a CSS-beállításokat az oldal törzscímkéjének végéhez.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Témák és színmódok engedélyezése.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Alapértelmezett téma mód
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Beállítja az alkalmazáshoz használt alapértelmezett témamódot.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Kiválasztott téma
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076A weboldalon használandó kiválasztott téma.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Kiválasztott téma CSS
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Gyorsítótár
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Cache-eli a mappa tartalmát és a keresési eredményeket a jobb teljesítmény érdekében.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118Görgetés alapú thumbnail generálás
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121Azok a thumbnailok magasabb prioritást kapnak, amelyek láthatóak a képernyőn.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Mappák dátum szerinti rendezése
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130Ha engedélyezve van, a mappák dátum szerint lesznek listázva, mint a képek, egyébként név szerint. Mappa dátuma ay utolsó módosítási dátum nem a legfiatalabb kép ideje.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Az időbélyeg eltolódásainak figyelmen kívül hagyása (helyi idő használata)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139Ha engedélyezve van, az időbélyeg-eltolásokat figyelmen kívül hagyja a rendszer, ami azt jelenti, hogy a képek helyi idejét használja a kereséshez, rendezéshez és csoportosításhoz. Ha le van tiltva, a globális időt használja, és az időbélyeg nélküli képeket UTC-ben lévőnek tekinti (eltolás +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148Görgetés alapú priorizálás.
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151Azok a thunbnailek leszenek elsőszőr megjelenítve amelyek éppen láthatóak a képernyőn.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigációs sáv
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Képaláírás alapú elnevezés
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Fájl nev helyett a képaláírás (IPTC 120) címkét mutatja, amit az EXIF-adatokból nyert ki.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Lightbox
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Fotó- és videóelőnézeti ablak.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Témák
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188A Pigallery2 a Bootstrap 5.3-at (https://getbootstrap.com/docs/5.3) használja a tervezéshez (css, elrendezés). Sötét módban a 'data-bs-theme="dark"' értékét a <html>-re állítja, hogy kihasználhassa a bootstrap színmódjait. A témázásról bővebben itt olvashat: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Nyitott oldalközi blogok
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Automatikusan megnyitja az oldalközi blogokat (*.md fájlokat).
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Nyitott felső blogok
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Automatikusan megnyitja a felső blogokat (*.md fájlokat).
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Konvertálással támogatott formátumok
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Konvertálással nélül támogatott formátumok
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Azok a videó formátumok amelyek konvertálással nélkül is támogatottak. Böngészők ezeket a formátumokat támogatják: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Térkép ikon mérete
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Képek ikonmérete (amik a térképen jelennek meg).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Személyek thumbnail mérete
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Személyek (arcok) thumbnail-jainak mérete.
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Támogatott formátumok
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Támogatott kép formátumok. Böngészőnek támogatnia kell ezeket a formátumokat. Illetve sharp (libvips) csomagoknek is támogatni kell ezeket a formátumokat.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Engedélyezi a GPX tömörítést
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Engedélyezi a veszteséges (idő és elmoydulás alapú. Tól gyakori pontok el lesznek távolítva) GPX tömörítést.
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377*.gpx fájlok
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Beolvassa és megjelníti a térképen a *.gpx fájlokat.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Markdown fájlok
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Beolvassa a *.md fájlokat és megjleníti a térkép melett.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407*.pg2conf fájlok
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Beolvassa a *.pg2conf fájlokat (személyreszabott rendezésre és mentett keresésre (Albumok) tudod használni).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Támogatott fromátumok
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421Az alkalmazás ezeket a fájlokat fogja feldolgozni.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Kép tag felülírása
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442Ha létezik arc (személy) és kép tag ugyanazzal a nézzel, csak az arc-ot mutatja.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Arc csillagozási jog
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Legalább ennyi joggal kell rendelkeznie hogy csillagozza (kedvencezze) valaki az arcokat.
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Arc listázási jog
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Legalább ilyen jog szükséges az arcok fül megjelenítéséhez.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Oldal címe
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476Oldal nyilvános url-je
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484Ha al domain alól nyitod meg az oldalt (pl: http://mydomain.com/myGallery), azt itt állítsd be. Ha nem működik, lehet hogy hiányzik a '/' az elejéről.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486Al cím
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499Api útvonal
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512Egyedi HTML Head
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Jelszavas védelem
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Engedélyezi a felhasználó kezelést hogy jelszavasan védje a galériát.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Alapértelmezett felhasználó joga
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Alapértelmezett felhasználó joga, ha a jelszavas védelem ki van kapcsolva.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Térkép
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Véletlen kép
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644Ez a modul a 'véletlenszerű fotó' url generálását engedelyezi. Az url egy véletlen fotót ad vissza a galériából. Harmadik fél által készített alkalmazásokhoz használhatód. Pl véletlenszerűen változó háttérkép.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Poyíció nem található
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Ismeretlen szerverhiba
diff --git a/src/frontend/translate/messages.id.xlf b/src/frontend/translate/messages.id.xlf
index 64be3338..37c85599 100644
--- a/src/frontend/translate/messages.id.xlf
+++ b/src/frontend/translate/messages.id.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Video
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Foto
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Extensions
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Enable
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg Icon
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Default slideshow speed
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Default time interval for displaying a photo in the slide show.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965If enabled, lightbox will always show caption by default, not only on hover.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973If enabled, lightbox will always show faces by default, not only on hover.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Loop Videos
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981If enabled, lightbox will loop videos by default.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Load full resolution image on zoom.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Ijinkan muat resolusi penuh gambar saat perbesar di lightbox (tinjauan).
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030Name of the theme
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Theme
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Adds these css settings as it is to the end of the body tag of the page.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Enable themes and color modes.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Default theme mode
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Sets the default theme mode that is used for the application.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Selected theme
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076Selected theme to use on the site.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Selected theme css
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Cache
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Cache isi direktori dan hasil pencarian untuk performa lebih baik.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118Gulir berdasar generaso gambar mini.
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121Gambar mini mendapat prioriti lebih tinggi akan terlihat pada layar.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Urut direktori berdasar tanggal
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130Jika diizinkan, direktori diurut berdasar tanggal daripada nama. Tanggal direktori adalah tanggal terakhir modifikasi bukan tanggal penciptaan foto tertua.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148On scroll thumbnail prioritising
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151Those thumbnails will be rendered first that are in view.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigation bar
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Caption first naming
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Tunjukan tag judul (IPTC 120) dari data EXIF daripada nama file.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Lightbox
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Themes
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Inline blog starts open
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Top blog starts open
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Supported formats with transcoding
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Supported formats without transcoding
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Map Icon size
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Ukuran ikon (dipakai pada).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Person thumbnail size
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Person (face) thumbnail size.
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Supported photo formats
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Enable GPX compressing
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377file *.gpx
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Baca file *.gpx dan render pada peta.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397file Markdown
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Baca file *.md di direktori and tunjukkan sebelah peta.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407file *.pg2conf
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Supported formats
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421The app will read and process these files.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Timpa katakunci
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442Jika sebuah foto terdapat wajah dan kata kunci yang sama, aplikasi menghapus duplikasi, dan menyimpan wajah saja.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Face starring right
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Required minimum right to star (favourite) a face.
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Face listing right
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Required minimum right to show the faces tab.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Judul halaman
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476URL halaman publik
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484Jika anda mengakses galery dari sub-URL (contoh: http://mydomain.com/myGallery), atur disini. Jika tidak bekerja, mungkin anda melewatkan '/' pada awal URL.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486Basis URL
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499Api path
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512HTML Head kustom
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Proteksi password
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Enables user management with login to password protect the gallery.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Default user right
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Default user right when password protection is disabled.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Peta
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Random photo
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Cannot find location
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Unknown server error
diff --git a/src/frontend/translate/messages.it.xlf b/src/frontend/translate/messages.it.xlf
index ff64bf1f..a2199fab 100644
--- a/src/frontend/translate/messages.it.xlf
+++ b/src/frontend/translate/messages.it.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Video
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Foto
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Extensions
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Enable
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg Icon
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Default slideshow speed
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Default time interval for displaying a photo in the slide show.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965If enabled, lightbox will always show caption by default, not only on hover.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973If enabled, lightbox will always show faces by default, not only on hover.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Loop Videos
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981If enabled, lightbox will loop videos by default.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Load full resolution image on zoom.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Enables loading the full resolution image on zoom in the ligthbox (preview).
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030Name of the theme
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Theme
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Adds these css settings as it is to the end of the body tag of the page.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Enable themes and color modes.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Default theme mode
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Sets the default theme mode that is used for the application.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Selected theme
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076Selected theme to use on the site.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Selected theme css
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Cache
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Memorizza nella cache i contenuti delle directory e i risultati della ricerca per migliorare le prestazioni.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118Generazione di anteprime basata sullo scorrimento
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121Queste miniature hanno una priorità più alta e sono visibili sullo schermo.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Sort directories by date
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148On scroll thumbnail prioritising
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151Those thumbnails will be rendered first that are in view.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigation bar
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Denomina con didascalia
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Mostra i tag delle didascalie (IPTC 120) dai dati EXIF invece dei nomi dei file.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Lightbox
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Themes
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Inline blog starts open
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Top blog starts open
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Supported formats with transcoding
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Supported formats without transcoding
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Map Icon size
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Dimensione icona (usato sulle mappe).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Person thumbnail size
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Person (face) thumbnail size.
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Supported photo formats
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Enable GPX compressing
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377*.gpx files
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Reads *.gpx files and renders them on the map.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Markdown files
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Reads *.md files in a directory and shows the next to the map.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407*.pg2conf files
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Supported formats
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421The app will read and process these files.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Ignorare le parole chiave
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442Se una foto ha lo stesso volto (persona) nome e parola chiave, l'applicazione rimuove il duplicato, mantenendo solo il volto.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Ruoli che possono rendere preferita una faccia
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Required minimum right to star (favourite) a face.
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Face listing right
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Required minimum right to show the faces tab.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Titolo pagina
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476URL pubblica
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484Se accedi alla galleria sotto un sub URL (come: http://esempio.it/LeMieFoto), impostalo qui. Se non funziona ti sarai dimenticato la '/' all'inizio dell'URL.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486Url Base
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499Api path
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512Custom HTML Head
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Protezione con password
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Enables user management with login to password protect the gallery.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Default user right
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Default user right when password protection is disabled.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Mappa
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Random photo
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Cannot find location
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Unknown server error
diff --git a/src/frontend/translate/messages.nl.xlf b/src/frontend/translate/messages.nl.xlf
index 01038560..39f39eb6 100644
--- a/src/frontend/translate/messages.nl.xlf
+++ b/src/frontend/translate/messages.nl.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Video
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Foto
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Extensions
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Inschakelen
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg Icoon
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Standaard diavoorstelling snelheid
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Standaard tijdsinterval voor het weergeven van een foto in de diavoorstelling.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965Als aangezet, zal de lightbox altijd de caption laten zien.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973Als aangezet, zal de lightbox altijd de gezichten laten zien.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Loop video's
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981s aangezet, zal de lightbox altijd de video's loopen.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Laad volledige foto in bij uitvergroten.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Schakel inladen van de volledige foto in bij uitvergroten in de lightbox (voorbeeldweergave).
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030Naam van het thema
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Thema
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Voegt deze css settings toe aan het einde van de body tag van de pagina.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Zet thema's en kleur modi aan.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Standaard thema modus
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Stel de standaard thema modus in voor de app.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Geselecteerd thema
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076Selecteer thema wat wordt gebruikt door de site.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Selecteer thema css
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Cache
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Cached mapinhoud en zoekresultaten voor betere prestaties.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118Op scrollen gebaseerde voorbeeldafbeelding generatie.
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121Miniatuurfoto's die in beeld zijn krijgen voorrang om gegenereerd te worden.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Sorteer mappen op datum
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130Indien ingeschakeld worden mappen gesorteerd op datum, net als foto's, anders op naam. De mapdatum is de laatste aanpassingsdatum van de map, niet de aanmaakdatum van de oudste foto.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148Op scrollen gebaseerde voorbeeldafbeeldingen.
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151Miniatuurfoto's die in beeld zijn krijgen voorrang om weergegeven te worden.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigatiebalk
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Caption eerst naamgeving
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Laat de 'caption' (IPTC 120) tags van de EXIF data zien in plaats van de bestandsnamen.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Lightbox
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Themas
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 gebruikt Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) voor het design (css, layout). In donker modus wordt 'data-bs-theme="dark"' gezet in de <html> om gebruik te maken van bootstrap's kleurmodi. Voor themas, lees meer op: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Inline blog begint geopend
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Bovenste blog starts geopend
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Ondersteunde bestandsformaten met transcodering
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Ondersteunde formaten zonder transcodering
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Bestandsformaten voor video die worden ondersteund zonder transcodering. Door de browsers ondersteunde formaten: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Kaart icoon afmetingen
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Icoon afmetingen (gebruikt op kaarten).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Persoon voorbeeldafbeelding afmetingen
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Persoon (gezicht) voorbeeldafbeelding afmetingen.
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Ondersteunde bestandsformaten voor foto's
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Ondersteunde bestandsformaten voor foto's. De internetbrowser moet deze bestandsformaten ook ondersteunen. Ook moet het sharp (libvips) package deze bestandsformaten kunnen converteren.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Schakel GPX compressie in
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Schakel 'lossy' GPX compressie in (gebaseerd op tijd- en afstandsverschil. Te veel voorkomende punten worden verwijderd).
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377*.gpx bestanden
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Laad *.gpx bestanden in en laat ze zien op de kaart.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Markdown bestanden
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Laad *.md bestanden in een map in en laat ze zien op de kaart.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407*.pg2conf bestanden
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Leest *.pg2conf bestanden (kan ook worden gebruikt voor aangepast sorteren en opgeslagen zoekopdrachten (albums)).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Ondersteunde bestandsformaten
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421De app zal deze bestanden lezen en verwerken.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Overschrijf sleutelwoorden
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442Als een foto hetzelfde gezicht (persoon) naam en sleutelwoord heeft, zal de app de dubbele verwijderen en alleen het gezicht bewaren.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Gezicht 'starring' rechten
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Vereiste minimale rechten voor het 'starren' van een gezicht.
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Gezicht weergave rechten
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Vereiste minimale rechten voor het weergeven van het gezichten tabblad.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Pagina titel
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476Publieke URL van pagina
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484Als de pagina via een sub url (zoals: http://mydomain.com/myGallery) wordt gebruikt, stel deze dan hier in, anders mist misschien de '/' aan het begin van de URL.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486URL base
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499API pad
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512Aangepaste HTML HEAD
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Wachtwoordbeveiliging
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Schakelt gebruikersbeheer met wachtwoordbeveiliging in om de galerij te beschermen.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Standaard gebruikersrechten
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Standaard gebruikersrechten wanneer gebruikersbeheer met wachtwoordbeveiliging is uitgeschakeld.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Kaart
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Willekeurige foto
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644Hiermee kunnen 'willekeurige foto' URLs worden gemaakt. Deze URL geeft een willekeurige foto uit de galerij. Deze URL kan worden gebruikt met andere applicaties zoals willekeurige desktop achtergronden. Opmerking: met de huidige implementatie is het nodig om ingelogd te zijn voor de willekeurige foto.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Kan locatie niet vinden
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Onbekende serverfout
diff --git a/src/frontend/translate/messages.pl.xlf b/src/frontend/translate/messages.pl.xlf
index 2f198838..e1021eb9 100644
--- a/src/frontend/translate/messages.pl.xlf
+++ b/src/frontend/translate/messages.pl.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Wideo
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Zdjęcie
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Extensions
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Enable
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg Icon
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Default slideshow speed
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Default time interval for displaying a photo in the slide show.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965If enabled, lightbox will always show caption by default, not only on hover.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973If enabled, lightbox will always show faces by default, not only on hover.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Loop Videos
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981If enabled, lightbox will loop videos by default.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Load full resolution image on zoom.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Uaktywnia ładowanie oryginalnego obrazu o pełnej rozdzielczości przy powiększaniu w podglądzie.
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030Name of the theme
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Theme
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Adds these css settings as it is to the end of the body tag of the page.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Enable themes and color modes.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Default theme mode
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Sets the default theme mode that is used for the application.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Selected theme
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076Selected theme to use on the site.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Selected theme css
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Pamięć podręczna
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Zapamiętuje zawartość katalogów i wyniki wyszukiwania w pamięci dla poprawienia wydajności.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118Miniatury obrazów generowane przy przewijaniu
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121Miniatury obrazów widocznych na ekranie będą generowane z większym priorytetem.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Sortuj katalogi według daty
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130Uaktywnij aby sortować katalogi według daty (tak jak zdjęcia), w przeciwnym wypadku katalogi będą sortowane według nazwy. Data katalogu odpowiada dacie jego ostatniej modyfikacji, a nie dacie dodania najnowszego zdjęcia.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148On scroll thumbnail prioritising
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151Those thumbnails will be rendered first that are in view.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigation bar
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Używaj podpisów obrazów jako nazw
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Pokazuj wartość podpis (IPTC 120) z metadanych EXIF obrazu zamiast nazwy pliku.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Lightbox
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Themes
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Inline blog starts open
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Top blog starts open
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Supported formats with transcoding
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Supported formats without transcoding
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Map Icon size
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Wielkość ikon (na mapach).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Person thumbnail size
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Person (face) thumbnail size.
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Supported photo formats
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Enable GPX compressing
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377*.gpx files
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Reads *.gpx files and renders them on the map.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Markdown files
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Reads *.md files in a directory and shows the next to the map.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407*.pg2conf files
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Supported formats
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421The app will read and process these files.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Nadpisz słowa kluczowe
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442Jeśli obraz ma tę samą nazwę osoby (rozpoznawanie twarzy) i słowo kluczowe, aplikacja usunie zduplikowane słowo kluczowe.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Uprawnienia dodawania twarzy do ulubionych
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Minimalne uprawnienia do dodawania twarzy do ulubionych.
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Face listing right
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Required minimum right to show the faces tab.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Tytuł strony
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476Publiczny adres strony (URL)
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484Jeśli dostęp do galerii zawiera ścieżkę w adresie (np. http://mydomain.com/myGallery), zdefiniuj ją tutaj. Pamiętaj o dodaniu '/' na początku URL.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486Adres bazowy
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499Api path
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512Custom HTML Head
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Ochrona hasłem
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Enables user management with login to password protect the gallery.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Default user right
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Default user right when password protection is disabled.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Mapa
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Random photo
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Cannot find location
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Unknown server error
diff --git a/src/frontend/translate/messages.pt-br.xlf b/src/frontend/translate/messages.pt-br.xlf
index 579f8828..c6a10f05 100644
--- a/src/frontend/translate/messages.pt-br.xlf
+++ b/src/frontend/translate/messages.pt-br.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Video
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Photo
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Extensions
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Enable
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg Icon
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Default slideshow speed
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Default time interval for displaying a photo in the slide show.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965If enabled, lightbox will always show caption by default, not only on hover.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973If enabled, lightbox will always show faces by default, not only on hover.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Loop Videos
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981If enabled, lightbox will loop videos by default.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Load full resolution image on zoom.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Enables loading the full resolution image on zoom in the ligthbox (preview).
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030Name of the theme
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Theme
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Adds these css settings as it is to the end of the body tag of the page.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Enable themes and color modes.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Default theme mode
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Sets the default theme mode that is used for the application.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Selected theme
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076Selected theme to use on the site.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Selected theme css
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Cache
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Caches directory contents and search results for better performance.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118Scroll based thumbnail generation
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121Those thumbnails get higher priority that are visible on the screen.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Sort directories by date
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148On scroll thumbnail prioritising
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151Those thumbnails will be rendered first that are in view.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigation bar
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Caption first naming
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Lightbox
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Themes
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Inline blog starts open
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Top blog starts open
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Supported formats with transcoding
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Supported formats without transcoding
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Map Icon size
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Icon size (used on maps).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Person thumbnail size
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Person (face) thumbnail size.
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Supported photo formats
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Enable GPX compressing
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377*.gpx files
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Reads *.gpx files and renders them on the map.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Markdown files
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Reads *.md files in a directory and shows the next to the map.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407*.pg2conf files
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Supported formats
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421The app will read and process these files.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Override keywords
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Face starring right
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Required minimum right to star (favourite) a face.
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Face listing right
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Required minimum right to show the faces tab.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Page title
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476Page public url
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486Url Base
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499Api path
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512Custom HTML Head
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Password protection
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Enables user management with login to password protect the gallery.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Default user right
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Default user right when password protection is disabled.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Map
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Random photo
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Cannot find location
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Unknown server error
diff --git a/src/frontend/translate/messages.ro.xlf b/src/frontend/translate/messages.ro.xlf
index 38e22749..033a8597 100644
--- a/src/frontend/translate/messages.ro.xlf
+++ b/src/frontend/translate/messages.ro.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Video
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Photo
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Extensions
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Enable
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg Icon
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Default slideshow speed
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Default time interval for displaying a photo in the slide show.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965If enabled, lightbox will always show caption by default, not only on hover.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973If enabled, lightbox will always show faces by default, not only on hover.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Loop Videos
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981If enabled, lightbox will loop videos by default.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Load full resolution image on zoom.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Enables loading the full resolution image on zoom in the ligthbox (preview).
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030Name of the theme
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Theme
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Adds these css settings as it is to the end of the body tag of the page.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Enable themes and color modes.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Default theme mode
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Sets the default theme mode that is used for the application.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Selected theme
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076Selected theme to use on the site.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Selected theme css
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Cache
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Caches directory contents and search results for better performance.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118Generarea miniaturii după derulare
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121Those thumbnails get higher priority that are visible on the screen.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Sort directories by date
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148On scroll thumbnail prioritising
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151Those thumbnails will be rendered first that are in view.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigation bar
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Primul nume al legendei
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Afișați etichetele din legendă (IPTC 120) din datele EXIF în loc de numele fișierelor.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Lightbox
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Themes
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Inline blog starts open
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Top blog starts open
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Supported formats with transcoding
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Supported formats without transcoding
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Map Icon size
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Icon size (used on maps).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Person thumbnail size
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Person (face) thumbnail size.
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Supported photo formats
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Enable GPX compressing
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377*.gpx files
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Reads *.gpx files and renders them on the map.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Markdown files
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Reads *.md files in a directory and shows the next to the map.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407*.pg2conf files
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Supported formats
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421The app will read and process these files.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Suprascrieți cuvintele cheie
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442Dacă o fotografie are aceeași față (persoană) și cuvânt cheie, aplicația elimină dublura, păstrând doar fața.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Dreptul de a stela fețe
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Required minimum right to star (favourite) a face.
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Face listing right
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Required minimum right to show the faces tab.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Titlul paginii
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476URL-ul public al paginii
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486Baza URL
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499Api path
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512Custom HTML Head
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Protecție cu parolă
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Enables user management with login to password protect the gallery.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Default user right
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Default user right when password protection is disabled.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Hartă
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Random photo
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Cannot find location
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Unknown server error
diff --git a/src/frontend/translate/messages.ru.xlf b/src/frontend/translate/messages.ru.xlf
index e1da6665..5c13e918 100644
--- a/src/frontend/translate/messages.ru.xlf
+++ b/src/frontend/translate/messages.ru.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Видео
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Photo
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Extensions
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Enable
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg Icon
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Default slideshow speed
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Default time interval for displaying a photo in the slide show.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965If enabled, lightbox will always show caption by default, not only on hover.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973If enabled, lightbox will always show faces by default, not only on hover.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Loop Videos
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981If enabled, lightbox will loop videos by default.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Load full resolution image on zoom.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Enables loading the full resolution image on zoom in the ligthbox (preview).
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030Name of the theme
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Theme
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Adds these css settings as it is to the end of the body tag of the page.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Enable themes and color modes.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Default theme mode
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Sets the default theme mode that is used for the application.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Selected theme
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076Selected theme to use on the site.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Selected theme css
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Кэш
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Caches directory contents and search results for better performance.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118Генерация миниатюр на лету, во время прокрутки
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121Those thumbnails get higher priority that are visible on the screen.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Sort directories by date
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148On scroll thumbnail prioritising
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151Those thumbnails will be rendered first that are in view.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigation bar
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Заголовок перед именем
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Показывать заголовки тегов из EXIF(IPTC 120) вместо имен файлов.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Lightbox
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Themes
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Inline blog starts open
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Top blog starts open
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Supported formats with transcoding
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Supported formats without transcoding
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Map Icon size
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Icon size (used on maps).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Person thumbnail size
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Person (face) thumbnail size.
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Supported photo formats
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Enable GPX compressing
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377*.gpx files
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Reads *.gpx files and renders them on the map.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Markdown files
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Reads *.md files in a directory and shows the next to the map.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407*.pg2conf files
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Supported formats
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421The app will read and process these files.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Override keywords
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Face starring right
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Required minimum right to star (favourite) a face.
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Face listing right
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Required minimum right to show the faces tab.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Заголовок страницы
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476Публичный URL
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486Path
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499Api path
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512Custom HTML Head
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Защита паролем
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Enables user management with login to password protect the gallery.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Default user right
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Default user right when password protection is disabled.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Карта
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Random photo
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Cannot find location
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Unknown server error
diff --git a/src/frontend/translate/messages.sk.xlf b/src/frontend/translate/messages.sk.xlf
index b1a02c7a..c4fc892f 100644
--- a/src/frontend/translate/messages.sk.xlf
+++ b/src/frontend/translate/messages.sk.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Video
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Fotografia
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Rozšírenia
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Povoliť
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg ikona
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Predvolená rýchlosť prezentácie
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Predvolený časový interval pre zobrazenie fotografie počas prezentácie.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965Ak je zapnuté, Svetelná tabuľa bude vždy zobrazovať popisok, nielen po prejdení myšou.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973Ak je zapnuté, na Svetelnej tabuli budú zobrazené tváre vždy, nielen pri prechode myšou.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Opakovať videá v slučke
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981Ak je zapnuté, Svetelná tabuľa bude štandardne prehrávať videá v slučke.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Pri priblížení načítať obrázok v plnom rozlíšení.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Povolí načítanie obrázka v plnom rozlíšení pri priblížení na Svetelnej tabuli (náhľad).
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030Názov motívu
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Motív
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Pridá tieto CSS nastavenia tak, ako ich zadáte na stránku, za koniec značky „body“.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Povolí motívy a režimy farieb.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Predvolený režim motívu
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Nastaví predvolený režim motívu, ktorý bude aplikácia používať.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Zvolený motív
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076Zvolený motív, ktorý sa má na webovej stránke použiť.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Zvolený motív CSS
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Vyrovnávacia pamäť
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Na dosiahnutie vyššieho výkonu ukladať obsah adresárov a výsledky hľadaní do vyrovnávacej pamäte.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118Generovať miniatúry pri posúvaní
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121Miniatúry, ktoré sú zobrazené na obrazovke majú vyššiu prioritu.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Triediť adresáre podľa dátumu
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130Ak je zapnuté, adresáre budú zoradené podľa dátumu, rovnako ako fotografie. V opačnom prípade budú radené podľa názvu. Dátum adresára je čas poslednej zmeny adresára, nie čas vytvorenia najstaršej fotografie.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148Prioritizovať miniatúry pri posúvaní
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151Miniatúry, ktoré sú v aktuálnom zobrazení budú vykreslené ako prvé.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigačná lišta
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Uprednostniť popisky pred menom súboru
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Zobrazovať značky popiskov (IPTC 120) z EXIF údajov miesto názvov súborov.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Svetelná tabuľa
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Motívy
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 používa Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) na dizajn (CSS, rozloženie). V tmavom režime nastavuje 'data-bs-theme="dark"' na <html>, čím sa využijú výhody farebných režimov bootstrap. Pre viac informácií o ladení motívov navštívte https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Vložený blog začína otvorený
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Vrchný blog začína otvorený
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Podporované formáty pre prekódovanie
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Formáty podporované bez prekódovania
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Video formáty podporované aj bez prekódovania. Formáty podporované prehliadačmi: https://www.w3schools.com/html/html5_video.asp.
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Veľkosť ikon na mape
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Veľkosť ikon (použitých na mapách).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Veľkosť miniatúry osoby
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Veľkosť miniatúry osoby (tváre).
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Podporované formáty fotografií
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Formáty fotografií, ktoré sú podporované. Prehliadač musí tieto formáty podporovať natívne. Takisto by ste mali nainštalovať balíček sharp (libvips), aby bolo možné tieto formáty previesť.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Povoliť kompresiu GPX
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Povolí stratovú (na základe rozdielu času a vzdialenosti – príliš časté body sú odstránené ) kompresiu GPX.
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377Súbory *.gpx
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Načítava súbory *.gpx a zobrazuje ich na mape.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Súbory markdown (*.md)
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Načítava súbory *.md v adresári a zobrazuje ich vedľa mapy.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407Súbory *.pg2conf
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Načítava súbory *.pg2conf (Môžete ich použiť pre vlastné triedenia a uložené hľadania (albumy)).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Podporované formáty
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421Aplikácia bude načítavať a spracovávať tieto súbory.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Prepisovať kľúčové slová
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442Ak fotografia obsahuje rovnaké meno tváre (človeka) a kľúčového slova, aplikácia duplicitu odstráni a ponechá iba tvár.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Oprávnenie na pridanie hviezdičky
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Minimálne vyžadované práva na označenie tváre hviezdičkou (obľúbené).
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Oprávnenie na zobrazenie tvárí
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Minimálne vyžadované práva na zobrazenie panela tvárí.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Názov stránky
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476Verejná URL adresa stránky
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484Ak pristupujete ku galérii cez podstránku (napríklad: http://mojadomena.com/myGallery), nastavte ju tu. Ak to nefunguje, skúste vynechať lomku ('/') na začiatku adresy.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486Začiatok URL adresy
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499Cesta k API
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512Vlastná HTML hlavička
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Ochrana heslom
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Zapne správu používateľov a prihlasovanie. Týmto vašu galériu ochránite heslom.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Predvolené oprávnenia používateľa
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Predvolené oprávnenia používateľa, keď je vypnutá ochrana heslom.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Mapa
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Náhodná fotografia
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644Toto nastavenie vám umožní generovať URL adresy s „Náhodnou fotografiou“. Táto adresa vráti náhodnú fotografiu z vašej galérie. Môžete ju využiť v aplikáciach tretích strán napríklad pre zmenu pozadia plochy. Poznámka: pri aktuálnej implementácii náhodný odkaz takisto vyžaduje prihlásenie.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Nedokážem nájsť umiestnenie
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Neznáma chyba servera
diff --git a/src/frontend/translate/messages.sv.xlf b/src/frontend/translate/messages.sv.xlf
index bec2c0fa..6a69c630 100644
--- a/src/frontend/translate/messages.sv.xlf
+++ b/src/frontend/translate/messages.sv.xlf
@@ -130,7 +130,7 @@
src/common/config/public/ClientConfig.ts
- 1006
+ 1028src/frontend/app/ui/settings/extension-installer/extension-installer.component.html
@@ -462,7 +462,7 @@
src/common/config/public/ClientConfig.ts
- 1357
+ 1388src/frontend/app/model/backendtext.service.ts
@@ -890,7 +890,7 @@
src/common/config/public/ClientConfig.ts
- 1328
+ 1359Video
@@ -910,7 +910,7 @@
src/common/config/public/ClientConfig.ts
- 1335
+ 1366Foto
@@ -1098,7 +1098,7 @@
src/common/config/public/ClientConfig.ts
- 1620
+ 1651Extensions
@@ -1234,11 +1234,11 @@
src/common/config/public/ClientConfig.ts
- 1399
+ 1430src/common/config/public/ClientConfig.ts
- 1538
+ 1569src/frontend/app/ui/settings/template/template.component.html
@@ -1510,11 +1510,11 @@
src/common/config/public/ClientConfig.ts
- 1030
+ 1052src/common/config/public/ClientConfig.ts
- 1194
+ 1225Enable
@@ -1766,7 +1766,7 @@
src/common/config/public/ClientConfig.ts
- 1494
+ 1525Svg Icon
@@ -2214,11 +2214,43 @@
Bottom right subtitle
+
+ Enable auto update
+
+ src/common/config/public/ClientConfig.ts
+ 928
+
+ Enable auto update
+
+
+ Enable auto polling for new photos and videos in the gallery.
+
+ src/common/config/public/ClientConfig.ts
+ 932
+
+ Enable auto polling for new photos and videos in the gallery.
+
+
+ Interval
+
+ src/common/config/public/ClientConfig.ts
+ 938
+
+ Interval
+
+
+ Frequency of the auto polling in seconds.
+
+ src/common/config/public/ClientConfig.ts
+ 941
+
+ Frequency of the auto polling in seconds.
+ Default slideshow speedsrc/common/config/public/ClientConfig.ts
- 929
+ 951Default slideshow speed
@@ -2226,7 +2258,7 @@
Default time interval for displaying a photo in the slide show.src/common/config/public/ClientConfig.ts
- 934
+ 956Default time interval for displaying a photo in the slide show.
@@ -2234,7 +2266,7 @@
Always show captionssrc/common/config/public/ClientConfig.ts
- 940
+ 962src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2246,7 +2278,7 @@
If enabled, lightbox will always show caption by default, not only on hover.src/common/config/public/ClientConfig.ts
- 943
+ 965If enabled, lightbox will always show caption by default, not only on hover.
@@ -2254,7 +2286,7 @@
Always show facessrc/common/config/public/ClientConfig.ts
- 948
+ 970src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2266,7 +2298,7 @@
If enabled, lightbox will always show faces by default, not only on hover.src/common/config/public/ClientConfig.ts
- 951
+ 973If enabled, lightbox will always show faces by default, not only on hover.
@@ -2274,7 +2306,7 @@
Loop Videossrc/common/config/public/ClientConfig.ts
- 956
+ 978Loop Videos
@@ -2282,7 +2314,7 @@
If enabled, lightbox will loop videos by default.src/common/config/public/ClientConfig.ts
- 959
+ 981If enabled, lightbox will loop videos by default.
@@ -2290,7 +2322,7 @@
Loop Slideshowsrc/common/config/public/ClientConfig.ts
- 965
+ 987src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
@@ -2302,7 +2334,7 @@
If enabled, lightbox will start from the first photo when it reached the last one.src/common/config/public/ClientConfig.ts
- 968
+ 990If enabled, lightbox will start from the first photo when it reached the last one.
@@ -2310,7 +2342,7 @@
Load full resolution image on zoom.src/common/config/public/ClientConfig.ts
- 974
+ 996Load full resolution image on zoom.
@@ -2318,7 +2350,7 @@
Enables loading the full resolution image on zoom in the ligthbox (preview).src/common/config/public/ClientConfig.ts
- 977
+ 999Enables loading the full resolution image on zoom in the ligthbox (preview).
@@ -2326,7 +2358,7 @@
Load full image if previews are too smallsrc/common/config/public/ClientConfig.ts
- 983
+ 1005Load full image if previews are too small
@@ -2334,7 +2366,7 @@
When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.src/common/config/public/ClientConfig.ts
- 986
+ 1008When enabled, the lightbox will load the full resolution image if all available preview thumbnails are too small for the current view.
@@ -2342,7 +2374,7 @@
Titlessrc/common/config/public/ClientConfig.ts
- 992
+ 1014Titles
@@ -2350,7 +2382,7 @@
Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).src/common/config/public/ClientConfig.ts
- 996
+ 1018Set these to customize the text (caption, location, etc.) in the lightbox that are always visible over the photo (not in the info panel).
@@ -2358,7 +2390,7 @@
Name of the themesrc/common/config/public/ClientConfig.ts
- 1008
+ 1030Name of the theme
@@ -2366,7 +2398,7 @@
Themesrc/common/config/public/ClientConfig.ts
- 1013
+ 1035Theme
@@ -2374,11 +2406,11 @@
Adds these css settings as it is to the end of the body tag of the page.src/common/config/public/ClientConfig.ts
- 1015
+ 1037src/common/config/public/ClientConfig.ts
- 1065
+ 1087Adds these css settings as it is to the end of the body tag of the page.
@@ -2386,7 +2418,7 @@
Enable themes and color modes.src/common/config/public/ClientConfig.ts
- 1033
+ 1055Enable themes and color modes.
@@ -2394,7 +2426,7 @@
Default theme modesrc/common/config/public/ClientConfig.ts
- 1040
+ 1062Default theme mode
@@ -2402,7 +2434,7 @@
Sets the default theme mode that is used for the application.src/common/config/public/ClientConfig.ts
- 1043
+ 1065Sets the default theme mode that is used for the application.
@@ -2410,7 +2442,7 @@
Selected themesrc/common/config/public/ClientConfig.ts
- 1050
+ 1072Selected theme
@@ -2418,7 +2450,7 @@
Selected theme to use on the site.src/common/config/public/ClientConfig.ts
- 1054
+ 1076Selected theme to use on the site.
@@ -2426,7 +2458,7 @@
Selected theme csssrc/common/config/public/ClientConfig.ts
- 1061
+ 1083Selected theme css
@@ -2434,7 +2466,7 @@
Cachesrc/common/config/public/ClientConfig.ts
- 1088
+ 1110Cache
@@ -2442,7 +2474,7 @@
Caches directory contents and search results for better performance.src/common/config/public/ClientConfig.ts
- 1091
+ 1113Cachar mappinnehåll och sökresultat för bättre prestanda.
@@ -2450,7 +2482,7 @@
Scroll based thumbnail generationsrc/common/config/public/ClientConfig.ts
- 1096
+ 1118Bläddringsbaserad miniatyrgenerering
@@ -2458,7 +2490,7 @@
Those thumbnails get higher priority that are visible on the screen.src/common/config/public/ClientConfig.ts
- 1099
+ 1121De miniatyrer som syns på skärmen får högre prioritet.
@@ -2466,7 +2498,7 @@
Sort directories by datesrc/common/config/public/ClientConfig.ts
- 1105
+ 1127Sort directories by date
@@ -2474,7 +2506,7 @@
If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.src/common/config/public/ClientConfig.ts
- 1108
+ 1130If enabled, directories will be sorted by date, like photos, otherwise by name. Directory date is the last modification time of that directory not the creation date of the oldest photo.
@@ -2482,7 +2514,7 @@
Ignore timestamp offsets (use local time)src/common/config/public/ClientConfig.ts
- 1114
+ 1136Ignore timestamp offsets (use local time)
@@ -2490,7 +2522,7 @@
If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).src/common/config/public/ClientConfig.ts
- 1117
+ 1139If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).
@@ -2498,7 +2530,7 @@
On scroll thumbnail prioritisingsrc/common/config/public/ClientConfig.ts
- 1126
+ 1148On scroll thumbnail prioritising
@@ -2506,7 +2538,7 @@
Those thumbnails will be rendered first that are in view.src/common/config/public/ClientConfig.ts
- 1129
+ 1151Those thumbnails will be rendered first that are in view.
@@ -2514,7 +2546,7 @@
Navigation barsrc/common/config/public/ClientConfig.ts
- 1134
+ 1156Navigation bar
@@ -2522,7 +2554,7 @@
Caption first namingsrc/common/config/public/ClientConfig.ts
- 1142
+ 1164Namngvning med bildtext i första hand
@@ -2530,7 +2562,7 @@
Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.src/common/config/public/ClientConfig.ts
- 1145
+ 1167Visa taggarna för bildtext (IPTC 120) från EXIF-data istället för filnamnen.
@@ -2538,7 +2570,7 @@
Lightboxsrc/common/config/public/ClientConfig.ts
- 1152
+ 1174Lightbox
@@ -2546,7 +2578,7 @@
Photo and video preview window.src/common/config/public/ClientConfig.ts
- 1156
+ 1178Photo and video preview window.
@@ -2554,7 +2586,7 @@
Themessrc/common/config/public/ClientConfig.ts
- 1162
+ 1184Themes
@@ -2562,7 +2594,7 @@
Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/src/common/config/public/ClientConfig.ts
- 1166
+ 1188Pigallery2 uses Bootstrap 5.3 (https://getbootstrap.com/docs/5.3) for design (css, layout). In dark mode it sets 'data-bs-theme="dark"' to the <html> to take advantage bootstrap's color modes. For theming, read more at: https://getbootstrap.com/docs/5.3/customize/color-modes/
@@ -2570,7 +2602,7 @@
Inline blog starts opensrc/common/config/public/ClientConfig.ts
- 1171
+ 1193Inline blog starts open
@@ -2578,7 +2610,7 @@
Makes inline blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1175
+ 1197Makes inline blog (*.md files content) auto-open.
@@ -2586,7 +2618,7 @@
Top blog starts opensrc/common/config/public/ClientConfig.ts
- 1181
+ 1203Top blog starts open
@@ -2594,15 +2626,31 @@
Makes top blog (*.md files content) auto-open.src/common/config/public/ClientConfig.ts
- 1185
+ 1207Makes top blog (*.md files content) auto-open.
+
+ Auto update
+
+ src/common/config/public/ClientConfig.ts
+ 1213
+
+ Auto update
+
+
+ makes the gallery poll the backend for new photos in the given directory or search
+
+ src/common/config/public/ClientConfig.ts
+ 1216
+
+ makes the gallery poll the backend for new photos in the given directory or search
+ Supported formats with transcodingsrc/common/config/public/ClientConfig.ts
- 1203
+ 1234Supported formats with transcoding
@@ -2610,7 +2658,7 @@
Video formats that are supported after transcoding (with the built-in ffmpeg support).src/common/config/public/ClientConfig.ts
- 1208
+ 1239Video formats that are supported after transcoding (with the built-in ffmpeg support).
@@ -2618,7 +2666,7 @@
Supported formats without transcodingsrc/common/config/public/ClientConfig.ts
- 1216
+ 1247Supported formats without transcoding
@@ -2626,7 +2674,7 @@
Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.aspsrc/common/config/public/ClientConfig.ts
- 1221
+ 1252Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp
@@ -2634,7 +2682,7 @@
Map Icon sizesrc/common/config/public/ClientConfig.ts
- 1234
+ 1265Map Icon size
@@ -2642,7 +2690,7 @@
Icon size (used on maps).src/common/config/public/ClientConfig.ts
- 1238
+ 1269Ikonstorlek (på kartan).
@@ -2650,7 +2698,7 @@
Person thumbnail sizesrc/common/config/public/ClientConfig.ts
- 1244
+ 1275Person thumbnail size
@@ -2658,7 +2706,7 @@
Person (face) thumbnail size.src/common/config/public/ClientConfig.ts
- 1248
+ 1279Person (face) thumbnail size.
@@ -2666,7 +2714,7 @@
Thumbnail and photo preview sizessrc/common/config/public/ClientConfig.ts
- 1254
+ 1285Thumbnail and photo preview sizes
@@ -2674,7 +2722,7 @@
Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.src/common/config/public/ClientConfig.ts
- 1258
+ 1289Size of the thumbnails and photo previews. The best matching size will be used (smaller for photo and video thumbnail, bigger for photo preview). More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will be 240 pixels.
@@ -2682,7 +2730,7 @@
Concurrent photo generation limitsrc/common/config/public/ClientConfig.ts
- 1272
+ 1303Concurrent photo generation limit
@@ -2690,7 +2738,7 @@
Supported photo formatssrc/common/config/public/ClientConfig.ts
- 1283
+ 1314Supported photo formats
@@ -2698,7 +2746,7 @@
Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.src/common/config/public/ClientConfig.ts
- 1287
+ 1318Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats.
@@ -2706,7 +2754,7 @@
Enable GPX compressingsrc/common/config/public/ClientConfig.ts
- 1314
+ 1345Enable GPX compressing
@@ -2714,7 +2762,7 @@
Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.src/common/config/public/ClientConfig.ts
- 1319
+ 1350Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
@@ -2722,7 +2770,7 @@
*.gpx filessrc/common/config/public/ClientConfig.ts
- 1346
+ 1377*.gpx files
@@ -2730,7 +2778,7 @@
Reads *.gpx files and renders them on the map.src/common/config/public/ClientConfig.ts
- 1351
+ 1382Reads *.gpx files and renders them on the map.
@@ -2738,7 +2786,7 @@
Markdown filessrc/common/config/public/ClientConfig.ts
- 1366
+ 1397Markdown files
@@ -2746,7 +2794,7 @@
Reads *.md files in a directory and shows the next to the map.src/common/config/public/ClientConfig.ts
- 1370
+ 1401Reads *.md files in a directory and shows the next to the map.
@@ -2754,7 +2802,7 @@
*.pg2conf filessrc/common/config/public/ClientConfig.ts
- 1376
+ 1407*.pg2conf files
@@ -2762,7 +2810,7 @@
Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).src/common/config/public/ClientConfig.ts
- 1380
+ 1411Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
@@ -2770,7 +2818,7 @@
Supported formatssrc/common/config/public/ClientConfig.ts
- 1386
+ 1417Supported formats
@@ -2778,7 +2826,7 @@
The app will read and process these files.src/common/config/public/ClientConfig.ts
- 1390
+ 1421The app will read and process these files.
@@ -2786,7 +2834,7 @@
Override keywordssrc/common/config/public/ClientConfig.ts
- 1407
+ 1438Åsidosätt sökord
@@ -2794,7 +2842,7 @@
If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.src/common/config/public/ClientConfig.ts
- 1411
+ 1442Om ett foto har samma ansiktsnamn (person) och nyckelord tar appen bort dubbletten och behåller bara ansiktsnamnet.
@@ -2802,7 +2850,7 @@
Face starring rightsrc/common/config/public/ClientConfig.ts
- 1416
+ 1447Rättighet att stjärnmarkera ett ansikte
@@ -2810,7 +2858,7 @@
Required minimum right to star (favourite) a face.src/common/config/public/ClientConfig.ts
- 1419
+ 1450Nödvändig minimirätt att stjärna (favorit) ett ansikte.
@@ -2818,7 +2866,7 @@
Face listing rightsrc/common/config/public/ClientConfig.ts
- 1424
+ 1455Face listing right
@@ -2826,7 +2874,7 @@
Required minimum right to show the faces tab.src/common/config/public/ClientConfig.ts
- 1427
+ 1458Required minimum right to show the faces tab.
@@ -2834,7 +2882,7 @@
Page titlesrc/common/config/public/ClientConfig.ts
- 1437
+ 1468Sidtitel
@@ -2842,7 +2890,7 @@
If you access the page from local network it's good to know the public url for creating sharing link.src/common/config/public/ClientConfig.ts
- 1443
+ 1474If you access the page from local network it's good to know the public url for creating sharing link.
@@ -2850,7 +2898,7 @@
Page public urlsrc/common/config/public/ClientConfig.ts
- 1445
+ 1476Publik url till sidan
@@ -2858,7 +2906,7 @@
If you access the gallery under a sub url (like: http://mydomain.com/myGallery), set it here. If it is not working you might miss the '/' from the beginning of the url.src/common/config/public/ClientConfig.ts
- 1453
+ 1484Om du ansluter via en sub-url (som http://mydomain.com/myGallery), ange det här. Om det inte fungerar kan du ha missat '/' i början av url:en.
@@ -2866,7 +2914,7 @@
Url Basesrc/common/config/public/ClientConfig.ts
- 1455
+ 1486Webbadress
@@ -2874,7 +2922,7 @@
Api pathsrc/common/config/public/ClientConfig.ts
- 1468
+ 1499Api path
@@ -2882,7 +2930,7 @@
Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).src/common/config/public/ClientConfig.ts
- 1479
+ 1510Injects the content of this between the <head></head> HTML tags of the app. (You can use it to add analytics or custom code to the app).
@@ -2890,7 +2938,7 @@
Custom HTML Headsrc/common/config/public/ClientConfig.ts
- 1481
+ 1512Custom HTML Head
@@ -2898,7 +2946,7 @@
Sets the icon of the app. Rendered icons are cached in the tmp folder.src/common/config/public/ClientConfig.ts
- 1499
+ 1530Sets the icon of the app. Rendered icons are cached in the tmp folder.
@@ -2906,7 +2954,7 @@
Password protectionsrc/common/config/public/ClientConfig.ts
- 1516
+ 1547Lösenordsskydd
@@ -2914,7 +2962,7 @@
Enables user management with login to password protect the gallery.src/common/config/public/ClientConfig.ts
- 1518
+ 1549Enables user management with login to password protect the gallery.
@@ -2922,7 +2970,7 @@
Default user rightsrc/common/config/public/ClientConfig.ts
- 1524
+ 1555Default user right
@@ -2930,7 +2978,7 @@
Default user right when password protection is disabled.src/common/config/public/ClientConfig.ts
- 1529
+ 1560Default user right when password protection is disabled.
@@ -2938,7 +2986,7 @@
Gallerysrc/common/config/public/ClientConfig.ts
- 1556
+ 1587src/frontend/app/ui/EnumTranslations.ts
@@ -2958,7 +3006,7 @@
Albumsrc/common/config/public/ClientConfig.ts
- 1570
+ 1601Album
@@ -2966,7 +3014,7 @@
Searchsrc/common/config/public/ClientConfig.ts
- 1582
+ 1613src/frontend/app/ui/EnumTranslations.ts
@@ -2994,7 +3042,7 @@
Mapsrc/common/config/public/ClientConfig.ts
- 1593
+ 1624Karta
@@ -3002,7 +3050,7 @@
Facessrc/common/config/public/ClientConfig.ts
- 1601
+ 1632src/frontend/app/ui/EnumTranslations.ts
@@ -3034,7 +3082,7 @@
Random photosrc/common/config/public/ClientConfig.ts
- 1609
+ 1640Random photo
@@ -3042,7 +3090,7 @@
This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.src/common/config/public/ClientConfig.ts
- 1613
+ 1644This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login.
@@ -4174,7 +4222,7 @@
Cannot find locationsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 123
+ 141Cannot find location
@@ -4182,7 +4230,7 @@
Unknown server errorsrc/frontend/app/ui/gallery/contentLoader.service.ts
- 125
+ 143Unknown server error