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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/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 + 1651 Extensions @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 启用 @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 图标 @@ -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 speed src/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 captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 Videos src/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 Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 主题名称 @@ -2366,7 +2398,7 @@ Theme src/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 + 1037 src/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 mode src/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 theme src/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 css src/common/config/public/ClientConfig.ts - 1061 + 1083 选定的主题 css @@ -2434,7 +2466,7 @@ Cache src/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 generation src/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 date src/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 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/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 bar src/common/config/public/ClientConfig.ts - 1134 + 1156 导航栏 @@ -2522,7 +2554,7 @@ Caption first naming src/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 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 灯箱 @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/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 + 1188 Pigallery2 使用 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 open src/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 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/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 + 1207 Makes 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 transcoding src/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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 无需转码即可支持的视频格式.浏览器支持的格式: https://www.w3schools.com/html/html5_video.asp @@ -2634,7 +2682,7 @@ Map Icon size src/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 size src/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 sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/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 compressing src/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 files src/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 files src/common/config/public/ClientConfig.ts - 1366 + 1397 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 + 1401 读取目录中的 *.md 文件并在地图旁边显示. @@ -2754,7 +2802,7 @@ *.pg2conf files src/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 formats src/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 keywords src/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 right src/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 right src/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 title src/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 + 1474 If 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 url src/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 Base src/common/config/public/ClientConfig.ts - 1455 + 1486 基础url地址 @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/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 right src/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 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 相册 @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 地图 @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/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 location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 找不到位置 @@ -4182,7 +4230,7 @@ Unknown server error src/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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/frontend/app/model/backendtext.service.ts @@ -890,7 +890,7 @@ src/common/config/public/ClientConfig.ts - 1328 + 1359 Video @@ -910,7 +910,7 @@ src/common/config/public/ClientConfig.ts - 1335 + 1366 Foto @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Udvidelser @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Aktivér @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Standard slideshow hastighed @@ -2226,7 +2258,7 @@ Default time interval for displaying a photo in the slide show. src/common/config/public/ClientConfig.ts - 934 + 956 Standard tidsinterval til visning af foto i slideshows. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 Lightbox viser altid overskrift, ikke kun ved "mouse over", hvis denne indstilling er aktiveret. @@ -2254,7 +2286,7 @@ Always show faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 Lightbox viser altid ansigtsmarkeringer, ikke kun ved "mouse over", hvis denne indstilling er aktiveret. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Genafspil videoer @@ -2282,7 +2314,7 @@ If enabled, lightbox will loop videos by default. src/common/config/public/ClientConfig.ts - 959 + 981 Lightbox genafspiller videoer som standard, hvis denne indstilling er aktiveret. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 Indlæ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 + 999 Aktivé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 small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 Temaets navn @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Tema @@ -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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Tilfø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 + 1055 Aktivér tema og farveindstillinger. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Indstillinger 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 theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Valgt tema @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 Valgt tema til galleriet. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Valgt tema css @@ -2434,7 +2466,7 @@ Cache src/common/config/public/ClientConfig.ts - 1088 + 1110 Cache @@ -2442,7 +2474,7 @@ Caches directory contents and search results for better performance. src/common/config/public/ClientConfig.ts - 1091 + 1113 Gemmer mappeindhold og søgersultater i cachen, for bedre ydeevne. @@ -2450,7 +2482,7 @@ Scroll based thumbnail generation src/common/config/public/ClientConfig.ts - 1096 + 1118 Scroll-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 + 1121 Miniaturebilleder der vises på skærmen får højere prioritet. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Sorter 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 + 1130 Mapper 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 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 Priorité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 + 1151 De miniaturebilleder der er synlige, vil blive renderet først. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigationsbar @@ -2522,7 +2554,7 @@ Caption first naming src/common/config/public/ClientConfig.ts - 1142 + 1164 Navngiv 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 + 1167 Vis overskrift (IPTC 120 Caption) fra EXIF dataen i stedet for filnavne. @@ -2538,7 +2570,7 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Lightbox @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Tema @@ -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 + 1188 Pigallery2 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 open src/common/config/public/ClientConfig.ts - 1171 + 1193 Inline blog starter åbnet @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Top blog starter åben @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Makes 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Understø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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Understø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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Videoformater der understøttes uden konvertering. Browser-understøttede formater: https://www.w3schools.com/html/html5_video.asp @@ -2634,7 +2682,7 @@ Map Icon size src/common/config/public/ClientConfig.ts - 1234 + 1265 Ikonstørrelse på kort @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Ikonstørrelse (på kort). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Størrelser på miniaturebilleder for personer @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Størrelser på miniaturebilleder for personer (ansigter). @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Understø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 + 1318 Fotoformater 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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Aktivé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 + 1350 Aktiverer upræcis GPX komprimering (baseret på forskel i tid og afstand. Punkter fjernes for ofte). @@ -2722,7 +2770,7 @@ *.gpx files src/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 + 1382 Læser *.gpx filer og viser dem på kortet. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 Markdown 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 + 1401 Læser *.md filer i en mappe og viser indholdet ved siden af kortet. @@ -2754,7 +2802,7 @@ *.pg2conf files src/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 + 1411 Læser *.pg2conf filer (Du kan bruge dette til skræddersyet sortering og gemte søgninger). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Understøttede formater @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 Applikationen vil læse og processere disse filer. @@ -2786,7 +2834,7 @@ Override keywords src/common/config/public/ClientConfig.ts - 1407 + 1438 Overstyr 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 + 1442 Hvis et foto har samme ansigt (person), navn og nøgleord, fjernes dubletterne fra galleriet, men ansigterne beholdes. @@ -2802,7 +2850,7 @@ Face starring right src/common/config/public/ClientConfig.ts - 1416 + 1447 Rettighed til favorit-markering af ansigt @@ -2810,7 +2858,7 @@ Required minimum right to star (favourite) a face. src/common/config/public/ClientConfig.ts - 1419 + 1450 Krævet rettighed til at favorit-markere et ansigt. @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Ansigtsliste-rettigheder @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Minimum højde før ansigtsfane er synlig. @@ -2834,7 +2882,7 @@ Page title src/common/config/public/ClientConfig.ts - 1437 + 1468 Galleri-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 + 1474 If 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 url src/common/config/public/ClientConfig.ts - 1445 + 1476 Galleriets 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 + 1484 Hvis 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 Base src/common/config/public/ClientConfig.ts - 1455 + 1486 URL base @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 API 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 Skræ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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/common/config/public/ClientConfig.ts - 1516 + 1547 Adgangskodebeskyttelse @@ -2914,7 +2962,7 @@ Enables user management with login to password protect the gallery. src/common/config/public/ClientConfig.ts - 1518 + 1549 Aktiverer brugerhåndtering, med adgangskodebeskyttelse ved log ind. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Standard brugerrettigheder @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Standard brugerrettigheder, når adgangskodebeskyttelse er deaktiveret. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Kort @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Tilfæ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 + 1644 Denne 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 location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Kan ikke finde lokation @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Ukendt 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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/frontend/app/model/backendtext.service.ts @@ -890,7 +890,7 @@ src/common/config/public/ClientConfig.ts - 1328 + 1359 Video @@ -910,7 +910,7 @@ src/common/config/public/ClientConfig.ts - 1335 + 1366 Foto @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Extensions @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Aktivieren @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Standard-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 + 956 Default time interval for displaying a photo in the slide show. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 If enabled, lightbox will always show caption by default, not only on hover. @@ -2254,7 +2286,7 @@ Always show faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 If enabled, lightbox will always show faces by default, not only on hover. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Endloswiedergabe von Videos @@ -2282,7 +2314,7 @@ If enabled, lightbox will loop videos by default. src/common/config/public/ClientConfig.ts - 959 + 981 If enabled, lightbox will loop videos by default. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 Load 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 + 999 Ermö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 small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 Name of the theme @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Theme @@ -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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Adds 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 + 1055 Enable themes and color modes. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Default theme mode @@ -2402,7 +2434,7 @@ Sets the default theme mode that is used for the application. src/common/config/public/ClientConfig.ts - 1043 + 1065 Sets the default theme mode that is used for the application. @@ -2410,7 +2442,7 @@ Selected theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Selected theme @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 Selected theme to use on the site. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Selected theme css @@ -2434,7 +2466,7 @@ Cache src/common/config/public/ClientConfig.ts - 1088 + 1110 Zwischenspeicher @@ -2442,7 +2474,7 @@ Caches directory contents and search results for better performance. src/common/config/public/ClientConfig.ts - 1091 + 1113 Zwischenspeicherte Verzeichnisinhalte und Suchergebnisse für eine bessere Leistung. @@ -2450,7 +2482,7 @@ Scroll based thumbnail generation src/common/config/public/ClientConfig.ts - 1096 + 1118 scrollbasierte 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 + 1121 Diese Vorschaubilder erhalten eine höhere Priorität, die auf dem Bildschirm sichtbar sind. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Verzeichnisse 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 + 1130 Wenn 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 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 On scroll thumbnail prioritising @@ -2506,7 +2538,7 @@ Those thumbnails will be rendered first that are in view. src/common/config/public/ClientConfig.ts - 1129 + 1151 Those thumbnails will be rendered first that are in view. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigationsleiste @@ -2522,7 +2554,7 @@ Caption first naming src/common/config/public/ClientConfig.ts - 1142 + 1164 Bildbeschriftung, 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 + 1167 Zeigen Sie die Beschriftungs-Tags (IPTC 120) aus den EXIF-Daten anstelle der Dateinamen an. @@ -2538,7 +2570,7 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Lightbox @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Themes @@ -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 + 1188 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/ @@ -2570,7 +2602,7 @@ Inline blog starts open src/common/config/public/ClientConfig.ts - 1171 + 1193 Inline blog starts open @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Top blog starts open @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Makes 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Supported 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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Supported 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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp @@ -2634,7 +2682,7 @@ Map Icon size src/common/config/public/ClientConfig.ts - 1234 + 1265 Map Icon size @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Symbolgröße (wird auf Karten verwendet). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Person thumbnail size @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Person (face) thumbnail size. @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Supported 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 + 1318 Photo 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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Enable 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 + 1350 Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. @@ -2722,7 +2770,7 @@ *.gpx files src/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 + 1382 Reads *.gpx files and renders them on the map. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 Markdown 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 + 1401 Reads *.md files in a directory and shows the next to the map. @@ -2754,7 +2802,7 @@ *.pg2conf files src/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 + 1411 Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Supported formats @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 The app will read and process these files. @@ -2786,7 +2834,7 @@ Override keywords src/common/config/public/ClientConfig.ts - 1407 + 1438 Schlü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 + 1442 Wenn 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 right src/common/config/public/ClientConfig.ts - 1416 + 1447 Gesicht 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 + 1450 Erforderliches Mindestrecht, um ein Gesicht zu markieren (Favorit). @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Face listing right @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Required minimum right to show the faces tab. @@ -2834,7 +2882,7 @@ Page title src/common/config/public/ClientConfig.ts - 1437 + 1468 Seitentitel @@ -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 + 1474 If 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 url src/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 + 1484 Wenn 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 Base src/common/config/public/ClientConfig.ts - 1455 + 1486 Basis-URL @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 Api 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 Custom 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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/common/config/public/ClientConfig.ts - 1516 + 1547 Passwortschutz @@ -2914,7 +2962,7 @@ Enables user management with login to password protect the gallery. src/common/config/public/ClientConfig.ts - 1518 + 1549 Aktiviert die Nutzerverwaltung incl. Anmeldung zum Passwort-Schutz von Galerien. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Default user right @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Default user right when password protection is disabled. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Karte @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Zufallsbild @@ -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 Hiermit 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 location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Cannot find location @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Unknown 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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/frontend/app/model/backendtext.service.ts @@ -890,7 +890,7 @@ src/common/config/public/ClientConfig.ts - 1328 + 1359 Video @@ -910,7 +910,7 @@ src/common/config/public/ClientConfig.ts - 1335 + 1366 Photo @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Extensions @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Enable @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Default slideshow speed @@ -2226,7 +2258,7 @@ Default time interval for displaying a photo in the slide show. src/common/config/public/ClientConfig.ts - 934 + 956 Default time interval for displaying a photo in the slide show. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 If enabled, lightbox will always show caption by default, not only on hover. @@ -2254,7 +2286,7 @@ Always show faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 If enabled, lightbox will always show faces by default, not only on hover. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Loop Videos @@ -2282,7 +2314,7 @@ If enabled, lightbox will loop videos by default. src/common/config/public/ClientConfig.ts - 959 + 981 If enabled, lightbox will loop videos by default. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 Load 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 + 999 Enables loading the full resolution image on zoom in the ligthbox (preview). @@ -2326,7 +2358,7 @@ Load full image if previews are too small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 Name of the theme @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Theme @@ -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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Adds 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 + 1055 Enable themes and color modes. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Default theme mode @@ -2402,7 +2434,7 @@ Sets the default theme mode that is used for the application. src/common/config/public/ClientConfig.ts - 1043 + 1065 Sets the default theme mode that is used for the application. @@ -2410,7 +2442,7 @@ Selected theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Selected theme @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 Selected theme to use on the site. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Selected theme css @@ -2434,7 +2466,7 @@ Cache src/common/config/public/ClientConfig.ts - 1088 + 1110 Cache @@ -2442,7 +2474,7 @@ Caches directory contents and search results for better performance. src/common/config/public/ClientConfig.ts - 1091 + 1113 Caches directory contents and search results for better performance. @@ -2450,7 +2482,7 @@ Scroll based thumbnail generation src/common/config/public/ClientConfig.ts - 1096 + 1118 Scroll 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 + 1121 Those thumbnails get higher priority that are visible on the screen. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Sort 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 + 1130 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. @@ -2482,7 +2514,7 @@ Ignore timestamp offsets (use local time) src/common/config/public/ClientConfig.ts - 1114 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 On scroll thumbnail prioritising @@ -2506,7 +2538,7 @@ Those thumbnails will be rendered first that are in view. src/common/config/public/ClientConfig.ts - 1129 + 1151 Those thumbnails will be rendered first that are in view. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigation bar @@ -2522,7 +2554,7 @@ Caption first naming src/common/config/public/ClientConfig.ts - 1142 + 1164 Caption 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 + 1167 Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. @@ -2538,7 +2570,7 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Lightbox @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Themes @@ -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 + 1188 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/ @@ -2570,7 +2602,7 @@ Inline blog starts open src/common/config/public/ClientConfig.ts - 1171 + 1193 Inline blog starts open @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Top blog starts open @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Makes 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Supported 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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Supported 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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp @@ -2634,7 +2682,7 @@ Map Icon size src/common/config/public/ClientConfig.ts - 1234 + 1265 Map Icon size @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Icon size (used on maps). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Person thumbnail size @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Person (face) thumbnail size. @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Supported 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 + 1318 Photo 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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Enable 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 + 1350 Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. @@ -2722,7 +2770,7 @@ *.gpx files src/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 + 1382 Reads *.gpx files and renders them on the map. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 Markdown 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 + 1401 Reads *.md files in a directory and shows the next to the map. @@ -2754,7 +2802,7 @@ *.pg2conf files src/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 + 1411 Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Supported formats @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 The app will read and process these files. @@ -2786,7 +2834,7 @@ Override keywords src/common/config/public/ClientConfig.ts - 1407 + 1438 Override 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 + 1442 If 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 right src/common/config/public/ClientConfig.ts - 1416 + 1447 Face starring right @@ -2810,7 +2858,7 @@ Required minimum right to star (favourite) a face. src/common/config/public/ClientConfig.ts - 1419 + 1450 Required minimum right to star (favourite) a face. @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Face listing right @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Required minimum right to show the faces tab. @@ -2834,7 +2882,7 @@ Page title src/common/config/public/ClientConfig.ts - 1437 + 1468 Page 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 + 1474 If 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 url src/common/config/public/ClientConfig.ts - 1445 + 1476 Page 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 + 1484 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. @@ -2866,7 +2914,7 @@ Url Base src/common/config/public/ClientConfig.ts - 1455 + 1486 Url Base @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 Api 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 Custom 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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/common/config/public/ClientConfig.ts - 1516 + 1547 Password protection @@ -2914,7 +2962,7 @@ Enables user management with login to password protect the gallery. src/common/config/public/ClientConfig.ts - 1518 + 1549 Enables user management with login to password protect the gallery. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Default user right @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Default user right when password protection is disabled. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Map @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Random 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 + 1644 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. @@ -4174,7 +4222,7 @@ Cannot find location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Cannot find location @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Unknown 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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/frontend/app/model/backendtext.service.ts @@ -890,7 +890,7 @@ src/common/config/public/ClientConfig.ts - 1328 + 1359 Vídeo @@ -910,7 +910,7 @@ src/common/config/public/ClientConfig.ts - 1335 + 1366 Foto @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Extensions @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Enable @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Default slideshow speed @@ -2226,7 +2258,7 @@ Default time interval for displaying a photo in the slide show. src/common/config/public/ClientConfig.ts - 934 + 956 Default time interval for displaying a photo in the slide show. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 If enabled, lightbox will always show caption by default, not only on hover. @@ -2254,7 +2286,7 @@ Always show faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 If enabled, lightbox will always show faces by default, not only on hover. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Loop Videos @@ -2282,7 +2314,7 @@ If enabled, lightbox will loop videos by default. src/common/config/public/ClientConfig.ts - 959 + 981 If enabled, lightbox will loop videos by default. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 Load 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 + 999 Enables loading the full resolution image on zoom in the ligthbox (preview). @@ -2326,7 +2358,7 @@ Load full image if previews are too small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 Name of the theme @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Theme @@ -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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Adds 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 + 1055 Enable themes and color modes. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Default theme mode @@ -2402,7 +2434,7 @@ Sets the default theme mode that is used for the application. src/common/config/public/ClientConfig.ts - 1043 + 1065 Sets the default theme mode that is used for the application. @@ -2410,7 +2442,7 @@ Selected theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Selected theme @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 Selected theme to use on the site. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Selected theme css @@ -2434,7 +2466,7 @@ Cache src/common/config/public/ClientConfig.ts - 1088 + 1110 Caché @@ -2442,7 +2474,7 @@ Caches directory contents and search results for better performance. src/common/config/public/ClientConfig.ts - 1091 + 1113 Almacena el contenido de los directorios y los resultados de las búsquedas para un rendimiento mejor. @@ -2450,7 +2482,7 @@ Scroll based thumbnail generation src/common/config/public/ClientConfig.ts - 1096 + 1118 Generació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 + 1121 Estas miniaturas tienen una mayor prioridad al ser visibles en la pantalla. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Sort 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 + 1130 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. @@ -2482,7 +2514,7 @@ Ignore timestamp offsets (use local time) src/common/config/public/ClientConfig.ts - 1114 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 On scroll thumbnail prioritising @@ -2506,7 +2538,7 @@ Those thumbnails will be rendered first that are in view. src/common/config/public/ClientConfig.ts - 1129 + 1151 Those thumbnails will be rendered first that are in view. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigation bar @@ -2522,7 +2554,7 @@ Caption first naming src/common/config/public/ClientConfig.ts - 1142 + 1164 Usar 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 + 1167 Muestras las etiquetas de texto de los datos EXIF (IPTC 120) en lugar del nombre de los ficheros. @@ -2538,7 +2570,7 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Lightbox @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Themes @@ -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 + 1188 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/ @@ -2570,7 +2602,7 @@ Inline blog starts open src/common/config/public/ClientConfig.ts - 1171 + 1193 Inline blog starts open @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Top blog starts open @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Makes 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Supported 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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Supported 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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp @@ -2634,7 +2682,7 @@ Map Icon size src/common/config/public/ClientConfig.ts - 1234 + 1265 Map Icon size @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Tamaño del icono (usado en mapas). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Person thumbnail size @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Person (face) thumbnail size. @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Supported 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 + 1318 Photo 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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Enable 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 + 1350 Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. @@ -2722,7 +2770,7 @@ *.gpx files src/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 + 1382 Reads *.gpx files and renders them on the map. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 Markdown 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 + 1401 Reads *.md files in a directory and shows the next to the map. @@ -2754,7 +2802,7 @@ *.pg2conf files src/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 + 1411 Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Supported formats @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 The app will read and process these files. @@ -2786,7 +2834,7 @@ Override keywords src/common/config/public/ClientConfig.ts - 1407 + 1438 Sobreescribir 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 + 1442 Si 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 right src/common/config/public/ClientConfig.ts - 1416 + 1447 Permiso para destacar cara @@ -2810,7 +2858,7 @@ Required minimum right to star (favourite) a face. src/common/config/public/ClientConfig.ts - 1419 + 1450 Mínimo permiso requerido para destacar (poner como favorita) una cara. @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Face listing right @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Required minimum right to show the faces tab. @@ -2834,7 +2882,7 @@ Page title src/common/config/public/ClientConfig.ts - 1437 + 1468 Tí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 + 1474 If 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 url src/common/config/public/ClientConfig.ts - 1445 + 1476 URL 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 + 1484 Si 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 Base src/common/config/public/ClientConfig.ts - 1455 + 1486 URL Base @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 Api 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 Custom 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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/common/config/public/ClientConfig.ts - 1516 + 1547 Protecció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 + 1549 Enables user management with login to password protect the gallery. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Default user right @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Default user right when password protection is disabled. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Mapa @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Random 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 + 1644 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. @@ -4174,7 +4222,7 @@ Cannot find location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Cannot find location @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Unknown 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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/frontend/app/model/backendtext.service.ts @@ -890,7 +890,7 @@ src/common/config/public/ClientConfig.ts - 1328 + 1359 Vidéo @@ -910,7 +910,7 @@ src/common/config/public/ClientConfig.ts - 1335 + 1366 Photo @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Extensions @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Enable @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Default slideshow speed @@ -2226,7 +2258,7 @@ Default time interval for displaying a photo in the slide show. src/common/config/public/ClientConfig.ts - 934 + 956 Default time interval for displaying a photo in the slide show. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 If enabled, lightbox will always show caption by default, not only on hover. @@ -2254,7 +2286,7 @@ Always show faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 If enabled, lightbox will always show faces by default, not only on hover. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Loop Videos @@ -2282,7 +2314,7 @@ If enabled, lightbox will loop videos by default. src/common/config/public/ClientConfig.ts - 959 + 981 If enabled, lightbox will loop videos by default. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 Load 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 + 999 Permet 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 small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 Name of the theme @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Theme @@ -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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Adds 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 + 1055 Enable themes and color modes. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Default theme mode @@ -2402,7 +2434,7 @@ Sets the default theme mode that is used for the application. src/common/config/public/ClientConfig.ts - 1043 + 1065 Sets the default theme mode that is used for the application. @@ -2410,7 +2442,7 @@ Selected theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Selected theme @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 Selected theme to use on the site. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Selected theme css @@ -2434,7 +2466,7 @@ Cache src/common/config/public/ClientConfig.ts - 1088 + 1110 Cache @@ -2442,7 +2474,7 @@ Caches directory contents and search results for better performance. src/common/config/public/ClientConfig.ts - 1091 + 1113 Met en cache le contenu des répertoires et les résultats des recherches pour une meilleure performance. @@ -2450,7 +2482,7 @@ Scroll based thumbnail generation src/common/config/public/ClientConfig.ts - 1096 + 1118 Gé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 + 1121 Les vignettes visibles à l'écran ont une priorité plus élevée. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Trier 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 + 1130 Si 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 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 On scroll thumbnail prioritising @@ -2506,7 +2538,7 @@ Those thumbnails will be rendered first that are in view. src/common/config/public/ClientConfig.ts - 1129 + 1151 Those thumbnails will be rendered first that are in view. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigation bar @@ -2522,7 +2554,7 @@ Caption first naming src/common/config/public/ClientConfig.ts - 1142 + 1164 Lé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 + 1167 Affichez les balises Légende (IPTC 120) à partir des données EXIF ​​au lieu des noms de fichiers. @@ -2538,7 +2570,7 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Lightbox @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Themes @@ -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 + 1188 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/ @@ -2570,7 +2602,7 @@ Inline blog starts open src/common/config/public/ClientConfig.ts - 1171 + 1193 Inline blog starts open @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Top blog starts open @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Makes 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Supported 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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Supported 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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp @@ -2634,7 +2682,7 @@ Map Icon size src/common/config/public/ClientConfig.ts - 1234 + 1265 Map Icon size @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Taille des icônes (sur la carte). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Person thumbnail size @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Person (face) thumbnail size. @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Supported 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 + 1318 Photo 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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Enable 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 + 1350 Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. @@ -2722,7 +2770,7 @@ *.gpx files src/common/config/public/ClientConfig.ts - 1346 + 1377 Fichiers *.gpx @@ -2730,7 +2778,7 @@ Reads *.gpx files and renders them on the map. src/common/config/public/ClientConfig.ts - 1351 + 1382 Lit les fichiers *.gpx et les affiche sur la carte. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 Fichiers 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 + 1401 Lit les fichiers *.md et les affiche sur la carte. @@ -2754,7 +2802,7 @@ *.pg2conf files src/common/config/public/ClientConfig.ts - 1376 + 1407 Fichiers *.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 Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Supported formats @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 The app will read and process these files. @@ -2786,7 +2834,7 @@ Override keywords src/common/config/public/ClientConfig.ts - 1407 + 1438 Outrepasser 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 + 1442 Si 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 right src/common/config/public/ClientConfig.ts - 1416 + 1447 Permission 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 + 1450 Permission minimale requise pour mettre un visage en favori. @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Face listing right @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Required minimum right to show the faces tab. @@ -2834,7 +2882,7 @@ Page title src/common/config/public/ClientConfig.ts - 1437 + 1468 Titre 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 + 1474 If 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 url src/common/config/public/ClientConfig.ts - 1445 + 1476 URL 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 + 1484 Si 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 Base src/common/config/public/ClientConfig.ts - 1455 + 1486 URL de base @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 Api 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 Custom 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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/common/config/public/ClientConfig.ts - 1516 + 1547 Protection 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 + 1549 Enables user management with login to password protect the gallery. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Default user right @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Default user right when password protection is disabled. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Carte @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Random 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 + 1644 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. @@ -4174,7 +4222,7 @@ Cannot find location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Cannot find location @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Unknown 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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/frontend/app/model/backendtext.service.ts @@ -890,7 +890,7 @@ src/common/config/public/ClientConfig.ts - 1328 + 1359 Videó @@ -910,7 +910,7 @@ src/common/config/public/ClientConfig.ts - 1335 + 1366 Fotó @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Extensions @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Engedélyezve @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Alapé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 + 956 Alapértelmezett sebesség amivel a képek változnak vetítéskor. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 Ha 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 faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 Ha engedélyezett, a lightbox mindig mutatja majd az arcokat alapból, nem csak ha felé viszed az egeret. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Vé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 + 981 Ha engedélyezett, a lightbox végtelenítve fogja lejátszani a videókat. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 Ha 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 + 996 Teljes 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 + 999 Engedé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 small src/common/config/public/ClientConfig.ts - 983 + 1005 Teljes 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 + 1008 Ha 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 ezeket á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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 A téma neve @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Té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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Hozzá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 + 1055 Témák és színmódok engedélyezése. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Alapé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 + 1065 Beállítja az alkalmazáshoz használt alapértelmezett témamódot. @@ -2410,7 +2442,7 @@ Selected theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Kiválasztott téma @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 A weboldalon használandó kiválasztott téma. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Kiválasztott téma CSS @@ -2434,7 +2466,7 @@ Cache src/common/config/public/ClientConfig.ts - 1088 + 1110 Gyorsítótár @@ -2442,7 +2474,7 @@ Caches directory contents and search results for better performance. src/common/config/public/ClientConfig.ts - 1091 + 1113 Cache-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 generation src/common/config/public/ClientConfig.ts - 1096 + 1118 Gö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 + 1121 Azok a thumbnailok magasabb prioritást kapnak, amelyek láthatóak a képernyőn. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Mappá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 + 1130 Ha 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 + 1136 Az 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 + 1139 Ha 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 prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 Gö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 + 1151 Azok a thunbnailek leszenek elsőszőr megjelenítve amelyek éppen láthatóak a képernyőn. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigációs sáv @@ -2522,7 +2554,7 @@ Caption first naming src/common/config/public/ClientConfig.ts - 1142 + 1164 Ké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 + 1167 Fá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 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Lightbox @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Fotó- és videóelőnézeti ablak. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Té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 + 1188 A 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 open src/common/config/public/ClientConfig.ts - 1171 + 1193 Nyitott oldalközi blogok @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Automatikusan megnyitja az oldalközi blogokat (*.md fájlokat). @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Nyitott felső blogok @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Automatikusan 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Konvertá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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Konvertá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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Azok 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 size src/common/config/public/ClientConfig.ts - 1234 + 1265 Térkép ikon mérete @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Képek ikonmérete (amik a térképen jelennek meg). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Személyek thumbnail mérete @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Személyek (arcok) thumbnail-jainak mérete. @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Tá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 + 1318 Tá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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Engedé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 + 1350 Engedé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 files src/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 + 1382 Beolvassa és megjelníti a térképen a *.gpx fájlokat. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 Markdown 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 + 1401 Beolvassa a *.md fájlokat és megjleníti a térkép melett. @@ -2754,7 +2802,7 @@ *.pg2conf files src/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 + 1411 Beolvassa a *.pg2conf fájlokat (személyreszabott rendezésre és mentett keresésre (Albumok) tudod használni). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Támogatott fromátumok @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 Az alkalmazás ezeket a fájlokat fogja feldolgozni. @@ -2786,7 +2834,7 @@ Override keywords src/common/config/public/ClientConfig.ts - 1407 + 1438 Ké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 + 1442 Ha létezik arc (személy) és kép tag ugyanazzal a nézzel, csak az arc-ot mutatja. @@ -2802,7 +2850,7 @@ Face starring right src/common/config/public/ClientConfig.ts - 1416 + 1447 Arc csillagozási jog @@ -2810,7 +2858,7 @@ Required minimum right to star (favourite) a face. src/common/config/public/ClientConfig.ts - 1419 + 1450 Legalább ennyi joggal kell rendelkeznie hogy csillagozza (kedvencezze) valaki az arcokat. @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Arc listázási jog @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Legalább ilyen jog szükséges az arcok fül megjelenítéséhez. @@ -2834,7 +2882,7 @@ Page title src/common/config/public/ClientConfig.ts - 1437 + 1468 Oldal 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 + 1474 If 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 url src/common/config/public/ClientConfig.ts - 1445 + 1476 Oldal 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 + 1484 Ha 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 Base src/common/config/public/ClientConfig.ts - 1455 + 1486 Al cím @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 Api ú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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 Egyedi 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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/common/config/public/ClientConfig.ts - 1516 + 1547 Jelszavas védelem @@ -2914,7 +2962,7 @@ Enables user management with login to password protect the gallery. src/common/config/public/ClientConfig.ts - 1518 + 1549 Engedélyezi a felhasználó kezelést hogy jelszavasan védje a galériát. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Alapértelmezett felhasználó joga @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Alapértelmezett felhasználó joga, ha a jelszavas védelem ki van kapcsolva. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Térkép @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Vé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 + 1644 Ez 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 location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Poyíció nem található @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Ismeretlen 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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/frontend/app/model/backendtext.service.ts @@ -890,7 +890,7 @@ src/common/config/public/ClientConfig.ts - 1328 + 1359 Video @@ -910,7 +910,7 @@ src/common/config/public/ClientConfig.ts - 1335 + 1366 Foto @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Extensions @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Enable @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Default slideshow speed @@ -2226,7 +2258,7 @@ Default time interval for displaying a photo in the slide show. src/common/config/public/ClientConfig.ts - 934 + 956 Default time interval for displaying a photo in the slide show. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 If enabled, lightbox will always show caption by default, not only on hover. @@ -2254,7 +2286,7 @@ Always show faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 If enabled, lightbox will always show faces by default, not only on hover. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Loop Videos @@ -2282,7 +2314,7 @@ If enabled, lightbox will loop videos by default. src/common/config/public/ClientConfig.ts - 959 + 981 If enabled, lightbox will loop videos by default. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 Load 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 + 999 Ijinkan muat resolusi penuh gambar saat perbesar di lightbox (tinjauan). @@ -2326,7 +2358,7 @@ Load full image if previews are too small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 Name of the theme @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Theme @@ -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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Adds 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 + 1055 Enable themes and color modes. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Default theme mode @@ -2402,7 +2434,7 @@ Sets the default theme mode that is used for the application. src/common/config/public/ClientConfig.ts - 1043 + 1065 Sets the default theme mode that is used for the application. @@ -2410,7 +2442,7 @@ Selected theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Selected theme @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 Selected theme to use on the site. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Selected theme css @@ -2434,7 +2466,7 @@ Cache src/common/config/public/ClientConfig.ts - 1088 + 1110 Cache @@ -2442,7 +2474,7 @@ Caches directory contents and search results for better performance. src/common/config/public/ClientConfig.ts - 1091 + 1113 Cache isi direktori dan hasil pencarian untuk performa lebih baik. @@ -2450,7 +2482,7 @@ Scroll based thumbnail generation src/common/config/public/ClientConfig.ts - 1096 + 1118 Gulir 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 + 1121 Gambar mini mendapat prioriti lebih tinggi akan terlihat pada layar. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Urut 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 + 1130 Jika 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 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 On scroll thumbnail prioritising @@ -2506,7 +2538,7 @@ Those thumbnails will be rendered first that are in view. src/common/config/public/ClientConfig.ts - 1129 + 1151 Those thumbnails will be rendered first that are in view. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigation bar @@ -2522,7 +2554,7 @@ Caption first naming src/common/config/public/ClientConfig.ts - 1142 + 1164 Caption 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 + 1167 Tunjukan tag judul (IPTC 120) dari data EXIF daripada nama file. @@ -2538,7 +2570,7 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Lightbox @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Themes @@ -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 + 1188 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/ @@ -2570,7 +2602,7 @@ Inline blog starts open src/common/config/public/ClientConfig.ts - 1171 + 1193 Inline blog starts open @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Top blog starts open @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Makes 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Supported 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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Supported 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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp @@ -2634,7 +2682,7 @@ Map Icon size src/common/config/public/ClientConfig.ts - 1234 + 1265 Map Icon size @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Ukuran ikon (dipakai pada). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Person thumbnail size @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Person (face) thumbnail size. @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Supported 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 + 1318 Photo 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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Enable 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 + 1350 Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. @@ -2722,7 +2770,7 @@ *.gpx files src/common/config/public/ClientConfig.ts - 1346 + 1377 file *.gpx @@ -2730,7 +2778,7 @@ Reads *.gpx files and renders them on the map. src/common/config/public/ClientConfig.ts - 1351 + 1382 Baca file *.gpx dan render pada peta. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 file 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 + 1401 Baca file *.md di direktori and tunjukkan sebelah peta. @@ -2754,7 +2802,7 @@ *.pg2conf files src/common/config/public/ClientConfig.ts - 1376 + 1407 file *.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 Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Supported formats @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 The app will read and process these files. @@ -2786,7 +2834,7 @@ Override keywords src/common/config/public/ClientConfig.ts - 1407 + 1438 Timpa 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 + 1442 Jika sebuah foto terdapat wajah dan kata kunci yang sama, aplikasi menghapus duplikasi, dan menyimpan wajah saja. @@ -2802,7 +2850,7 @@ Face starring right src/common/config/public/ClientConfig.ts - 1416 + 1447 Face starring right @@ -2810,7 +2858,7 @@ Required minimum right to star (favourite) a face. src/common/config/public/ClientConfig.ts - 1419 + 1450 Required minimum right to star (favourite) a face. @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Face listing right @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Required minimum right to show the faces tab. @@ -2834,7 +2882,7 @@ Page title src/common/config/public/ClientConfig.ts - 1437 + 1468 Judul 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 + 1474 If 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 url src/common/config/public/ClientConfig.ts - 1445 + 1476 URL 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 + 1484 Jika 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 Base src/common/config/public/ClientConfig.ts - 1455 + 1486 Basis URL @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 Api 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 HTML 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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/common/config/public/ClientConfig.ts - 1516 + 1547 Proteksi password @@ -2914,7 +2962,7 @@ Enables user management with login to password protect the gallery. src/common/config/public/ClientConfig.ts - 1518 + 1549 Enables user management with login to password protect the gallery. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Default user right @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Default user right when password protection is disabled. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Peta @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Random 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 + 1644 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. @@ -4174,7 +4222,7 @@ Cannot find location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Cannot find location @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Unknown 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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/frontend/app/model/backendtext.service.ts @@ -890,7 +890,7 @@ src/common/config/public/ClientConfig.ts - 1328 + 1359 Video @@ -910,7 +910,7 @@ src/common/config/public/ClientConfig.ts - 1335 + 1366 Foto @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Extensions @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Enable @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Default slideshow speed @@ -2226,7 +2258,7 @@ Default time interval for displaying a photo in the slide show. src/common/config/public/ClientConfig.ts - 934 + 956 Default time interval for displaying a photo in the slide show. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 If enabled, lightbox will always show caption by default, not only on hover. @@ -2254,7 +2286,7 @@ Always show faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 If enabled, lightbox will always show faces by default, not only on hover. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Loop Videos @@ -2282,7 +2314,7 @@ If enabled, lightbox will loop videos by default. src/common/config/public/ClientConfig.ts - 959 + 981 If enabled, lightbox will loop videos by default. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 Load 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 + 999 Enables loading the full resolution image on zoom in the ligthbox (preview). @@ -2326,7 +2358,7 @@ Load full image if previews are too small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 Name of the theme @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Theme @@ -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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Adds 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 + 1055 Enable themes and color modes. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Default theme mode @@ -2402,7 +2434,7 @@ Sets the default theme mode that is used for the application. src/common/config/public/ClientConfig.ts - 1043 + 1065 Sets the default theme mode that is used for the application. @@ -2410,7 +2442,7 @@ Selected theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Selected theme @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 Selected theme to use on the site. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Selected theme css @@ -2434,7 +2466,7 @@ Cache src/common/config/public/ClientConfig.ts - 1088 + 1110 Cache @@ -2442,7 +2474,7 @@ Caches directory contents and search results for better performance. src/common/config/public/ClientConfig.ts - 1091 + 1113 Memorizza nella cache i contenuti delle directory e i risultati della ricerca per migliorare le prestazioni. @@ -2450,7 +2482,7 @@ Scroll based thumbnail generation src/common/config/public/ClientConfig.ts - 1096 + 1118 Generazione 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 + 1121 Queste miniature hanno una priorità più alta e sono visibili sullo schermo. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Sort 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 + 1130 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. @@ -2482,7 +2514,7 @@ Ignore timestamp offsets (use local time) src/common/config/public/ClientConfig.ts - 1114 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 On scroll thumbnail prioritising @@ -2506,7 +2538,7 @@ Those thumbnails will be rendered first that are in view. src/common/config/public/ClientConfig.ts - 1129 + 1151 Those thumbnails will be rendered first that are in view. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigation bar @@ -2522,7 +2554,7 @@ Caption first naming src/common/config/public/ClientConfig.ts - 1142 + 1164 Denomina 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 + 1167 Mostra i tag delle didascalie (IPTC 120) dai dati EXIF invece dei nomi dei file. @@ -2538,7 +2570,7 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Lightbox @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Themes @@ -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 + 1188 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/ @@ -2570,7 +2602,7 @@ Inline blog starts open src/common/config/public/ClientConfig.ts - 1171 + 1193 Inline blog starts open @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Top blog starts open @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Makes 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Supported 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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Supported 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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp @@ -2634,7 +2682,7 @@ Map Icon size src/common/config/public/ClientConfig.ts - 1234 + 1265 Map Icon size @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Dimensione icona (usato sulle mappe). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Person thumbnail size @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Person (face) thumbnail size. @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Supported 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 + 1318 Photo 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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Enable 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 + 1350 Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. @@ -2722,7 +2770,7 @@ *.gpx files src/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 + 1382 Reads *.gpx files and renders them on the map. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 Markdown 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 + 1401 Reads *.md files in a directory and shows the next to the map. @@ -2754,7 +2802,7 @@ *.pg2conf files src/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 + 1411 Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Supported formats @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 The app will read and process these files. @@ -2786,7 +2834,7 @@ Override keywords src/common/config/public/ClientConfig.ts - 1407 + 1438 Ignorare 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 + 1442 Se 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 right src/common/config/public/ClientConfig.ts - 1416 + 1447 Ruoli 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 + 1450 Required minimum right to star (favourite) a face. @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Face listing right @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Required minimum right to show the faces tab. @@ -2834,7 +2882,7 @@ Page title src/common/config/public/ClientConfig.ts - 1437 + 1468 Titolo 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 + 1474 If 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 url src/common/config/public/ClientConfig.ts - 1445 + 1476 URL 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 + 1484 Se 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 Base src/common/config/public/ClientConfig.ts - 1455 + 1486 Url Base @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 Api 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 Custom 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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/common/config/public/ClientConfig.ts - 1516 + 1547 Protezione con password @@ -2914,7 +2962,7 @@ Enables user management with login to password protect the gallery. src/common/config/public/ClientConfig.ts - 1518 + 1549 Enables user management with login to password protect the gallery. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Default user right @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Default user right when password protection is disabled. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Mappa @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Random 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 + 1644 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. @@ -4174,7 +4222,7 @@ Cannot find location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Cannot find location @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Unknown 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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/frontend/app/model/backendtext.service.ts @@ -890,7 +890,7 @@ src/common/config/public/ClientConfig.ts - 1328 + 1359 Video @@ -910,7 +910,7 @@ src/common/config/public/ClientConfig.ts - 1335 + 1366 Foto @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Extensions @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Inschakelen @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Standaard diavoorstelling snelheid @@ -2226,7 +2258,7 @@ Default time interval for displaying a photo in the slide show. src/common/config/public/ClientConfig.ts - 934 + 956 Standaard tijdsinterval voor het weergeven van een foto in de diavoorstelling. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 Als aangezet, zal de lightbox altijd de caption laten zien. @@ -2254,7 +2286,7 @@ Always show faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 Als aangezet, zal de lightbox altijd de gezichten laten zien. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Loop video's @@ -2282,7 +2314,7 @@ If enabled, lightbox will loop videos by default. src/common/config/public/ClientConfig.ts - 959 + 981 s aangezet, zal de lightbox altijd de video's loopen. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 Laad 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 + 999 Schakel inladen van de volledige foto in bij uitvergroten in de lightbox (voorbeeldweergave). @@ -2326,7 +2358,7 @@ Load full image if previews are too small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 Naam van het thema @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Thema @@ -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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Voegt 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 + 1055 Zet thema's en kleur modi aan. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Standaard thema modus @@ -2402,7 +2434,7 @@ Sets the default theme mode that is used for the application. src/common/config/public/ClientConfig.ts - 1043 + 1065 Stel de standaard thema modus in voor de app. @@ -2410,7 +2442,7 @@ Selected theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Geselecteerd thema @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 Selecteer thema wat wordt gebruikt door de site. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Selecteer thema css @@ -2434,7 +2466,7 @@ Cache src/common/config/public/ClientConfig.ts - 1088 + 1110 Cache @@ -2442,7 +2474,7 @@ Caches directory contents and search results for better performance. src/common/config/public/ClientConfig.ts - 1091 + 1113 Cached mapinhoud en zoekresultaten voor betere prestaties. @@ -2450,7 +2482,7 @@ Scroll based thumbnail generation src/common/config/public/ClientConfig.ts - 1096 + 1118 Op 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 + 1121 Miniatuurfoto's die in beeld zijn krijgen voorrang om gegenereerd te worden. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Sorteer 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 + 1130 Indien 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 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 Op scrollen gebaseerde voorbeeldafbeeldingen. @@ -2506,7 +2538,7 @@ Those thumbnails will be rendered first that are in view. src/common/config/public/ClientConfig.ts - 1129 + 1151 Miniatuurfoto's die in beeld zijn krijgen voorrang om weergegeven te worden. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigatiebalk @@ -2522,7 +2554,7 @@ Caption first naming src/common/config/public/ClientConfig.ts - 1142 + 1164 Caption 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 + 1167 Laat de 'caption' (IPTC 120) tags van de EXIF data zien in plaats van de bestandsnamen. @@ -2538,7 +2570,7 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Lightbox @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Themas @@ -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 + 1188 Pigallery2 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 open src/common/config/public/ClientConfig.ts - 1171 + 1193 Inline blog begint geopend @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Bovenste blog starts geopend @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Makes 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Ondersteunde 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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Ondersteunde 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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Bestandsformaten 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 size src/common/config/public/ClientConfig.ts - 1234 + 1265 Kaart icoon afmetingen @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Icoon afmetingen (gebruikt op kaarten). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Persoon voorbeeldafbeelding afmetingen @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Persoon (gezicht) voorbeeldafbeelding afmetingen. @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Ondersteunde 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 + 1318 Ondersteunde 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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Schakel 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 + 1350 Schakel 'lossy' GPX compressie in (gebaseerd op tijd- en afstandsverschil. Te veel voorkomende punten worden verwijderd). @@ -2722,7 +2770,7 @@ *.gpx files src/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 + 1382 Laad *.gpx bestanden in en laat ze zien op de kaart. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 Markdown 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 + 1401 Laad *.md bestanden in een map in en laat ze zien op de kaart. @@ -2754,7 +2802,7 @@ *.pg2conf files src/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 + 1411 Leest *.pg2conf bestanden (kan ook worden gebruikt voor aangepast sorteren en opgeslagen zoekopdrachten (albums)). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Ondersteunde bestandsformaten @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 De app zal deze bestanden lezen en verwerken. @@ -2786,7 +2834,7 @@ Override keywords src/common/config/public/ClientConfig.ts - 1407 + 1438 Overschrijf 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 + 1442 Als 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 right src/common/config/public/ClientConfig.ts - 1416 + 1447 Gezicht 'starring' rechten @@ -2810,7 +2858,7 @@ Required minimum right to star (favourite) a face. src/common/config/public/ClientConfig.ts - 1419 + 1450 Vereiste minimale rechten voor het 'starren' van een gezicht. @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Gezicht weergave rechten @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Vereiste minimale rechten voor het weergeven van het gezichten tabblad. @@ -2834,7 +2882,7 @@ Page title src/common/config/public/ClientConfig.ts - 1437 + 1468 Pagina 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 + 1474 If 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 url src/common/config/public/ClientConfig.ts - 1445 + 1476 Publieke 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 + 1484 Als 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 Base src/common/config/public/ClientConfig.ts - 1455 + 1486 URL base @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 API 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 Aangepaste 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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/common/config/public/ClientConfig.ts - 1516 + 1547 Wachtwoordbeveiliging @@ -2914,7 +2962,7 @@ Enables user management with login to password protect the gallery. src/common/config/public/ClientConfig.ts - 1518 + 1549 Schakelt gebruikersbeheer met wachtwoordbeveiliging in om de galerij te beschermen. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Standaard gebruikersrechten @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Standaard gebruikersrechten wanneer gebruikersbeheer met wachtwoordbeveiliging is uitgeschakeld. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Kaart @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Willekeurige 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 + 1644 Hiermee 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 location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Kan locatie niet vinden @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Onbekende 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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/frontend/app/model/backendtext.service.ts @@ -890,7 +890,7 @@ src/common/config/public/ClientConfig.ts - 1328 + 1359 Wideo @@ -910,7 +910,7 @@ src/common/config/public/ClientConfig.ts - 1335 + 1366 Zdjęcie @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Extensions @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Enable @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Default slideshow speed @@ -2226,7 +2258,7 @@ Default time interval for displaying a photo in the slide show. src/common/config/public/ClientConfig.ts - 934 + 956 Default time interval for displaying a photo in the slide show. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 If enabled, lightbox will always show caption by default, not only on hover. @@ -2254,7 +2286,7 @@ Always show faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 If enabled, lightbox will always show faces by default, not only on hover. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Loop Videos @@ -2282,7 +2314,7 @@ If enabled, lightbox will loop videos by default. src/common/config/public/ClientConfig.ts - 959 + 981 If enabled, lightbox will loop videos by default. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 Load 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 + 999 Uaktywnia ł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 small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 Name of the theme @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Theme @@ -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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Adds 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 + 1055 Enable themes and color modes. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Default theme mode @@ -2402,7 +2434,7 @@ Sets the default theme mode that is used for the application. src/common/config/public/ClientConfig.ts - 1043 + 1065 Sets the default theme mode that is used for the application. @@ -2410,7 +2442,7 @@ Selected theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Selected theme @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 Selected theme to use on the site. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Selected theme css @@ -2434,7 +2466,7 @@ Cache src/common/config/public/ClientConfig.ts - 1088 + 1110 Pamięć podręczna @@ -2442,7 +2474,7 @@ Caches directory contents and search results for better performance. src/common/config/public/ClientConfig.ts - 1091 + 1113 Zapamiętuje zawartość katalogów i wyniki wyszukiwania w pamięci dla poprawienia wydajności. @@ -2450,7 +2482,7 @@ Scroll based thumbnail generation src/common/config/public/ClientConfig.ts - 1096 + 1118 Miniatury 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 + 1121 Miniatury obrazów widocznych na ekranie będą generowane z większym priorytetem. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Sortuj 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 + 1130 Uaktywnij 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 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 On scroll thumbnail prioritising @@ -2506,7 +2538,7 @@ Those thumbnails will be rendered first that are in view. src/common/config/public/ClientConfig.ts - 1129 + 1151 Those thumbnails will be rendered first that are in view. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigation bar @@ -2522,7 +2554,7 @@ Caption first naming src/common/config/public/ClientConfig.ts - 1142 + 1164 Uż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 + 1167 Pokazuj wartość podpis (IPTC 120) z metadanych EXIF obrazu zamiast nazwy pliku. @@ -2538,7 +2570,7 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Lightbox @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Themes @@ -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 + 1188 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/ @@ -2570,7 +2602,7 @@ Inline blog starts open src/common/config/public/ClientConfig.ts - 1171 + 1193 Inline blog starts open @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Top blog starts open @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Makes 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Supported 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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Supported 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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp @@ -2634,7 +2682,7 @@ Map Icon size src/common/config/public/ClientConfig.ts - 1234 + 1265 Map Icon size @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Wielkość ikon (na mapach). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Person thumbnail size @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Person (face) thumbnail size. @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Supported 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 + 1318 Photo 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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Enable 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 + 1350 Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. @@ -2722,7 +2770,7 @@ *.gpx files src/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 + 1382 Reads *.gpx files and renders them on the map. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 Markdown 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 + 1401 Reads *.md files in a directory and shows the next to the map. @@ -2754,7 +2802,7 @@ *.pg2conf files src/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 + 1411 Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Supported formats @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 The app will read and process these files. @@ -2786,7 +2834,7 @@ Override keywords src/common/config/public/ClientConfig.ts - 1407 + 1438 Nadpisz 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 + 1442 Jeś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 right src/common/config/public/ClientConfig.ts - 1416 + 1447 Uprawnienia dodawania twarzy do ulubionych @@ -2810,7 +2858,7 @@ Required minimum right to star (favourite) a face. src/common/config/public/ClientConfig.ts - 1419 + 1450 Minimalne uprawnienia do dodawania twarzy do ulubionych. @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Face listing right @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Required minimum right to show the faces tab. @@ -2834,7 +2882,7 @@ Page title src/common/config/public/ClientConfig.ts - 1437 + 1468 Tytuł 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 + 1474 If 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 url src/common/config/public/ClientConfig.ts - 1445 + 1476 Publiczny 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 + 1484 Jeś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 Base src/common/config/public/ClientConfig.ts - 1455 + 1486 Adres bazowy @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 Api 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 Custom 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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/common/config/public/ClientConfig.ts - 1516 + 1547 Ochrona hasłem @@ -2914,7 +2962,7 @@ Enables user management with login to password protect the gallery. src/common/config/public/ClientConfig.ts - 1518 + 1549 Enables user management with login to password protect the gallery. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Default user right @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Default user right when password protection is disabled. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Mapa @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Random 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 + 1644 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. @@ -4174,7 +4222,7 @@ Cannot find location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Cannot find location @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Unknown 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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/frontend/app/model/backendtext.service.ts @@ -890,7 +890,7 @@ src/common/config/public/ClientConfig.ts - 1328 + 1359 Video @@ -910,7 +910,7 @@ src/common/config/public/ClientConfig.ts - 1335 + 1366 Photo @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Extensions @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Enable @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Default slideshow speed @@ -2226,7 +2258,7 @@ Default time interval for displaying a photo in the slide show. src/common/config/public/ClientConfig.ts - 934 + 956 Default time interval for displaying a photo in the slide show. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 If enabled, lightbox will always show caption by default, not only on hover. @@ -2254,7 +2286,7 @@ Always show faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 If enabled, lightbox will always show faces by default, not only on hover. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Loop Videos @@ -2282,7 +2314,7 @@ If enabled, lightbox will loop videos by default. src/common/config/public/ClientConfig.ts - 959 + 981 If enabled, lightbox will loop videos by default. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 Load 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 + 999 Enables loading the full resolution image on zoom in the ligthbox (preview). @@ -2326,7 +2358,7 @@ Load full image if previews are too small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 Name of the theme @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Theme @@ -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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Adds 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 + 1055 Enable themes and color modes. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Default theme mode @@ -2402,7 +2434,7 @@ Sets the default theme mode that is used for the application. src/common/config/public/ClientConfig.ts - 1043 + 1065 Sets the default theme mode that is used for the application. @@ -2410,7 +2442,7 @@ Selected theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Selected theme @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 Selected theme to use on the site. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Selected theme css @@ -2434,7 +2466,7 @@ Cache src/common/config/public/ClientConfig.ts - 1088 + 1110 Cache @@ -2442,7 +2474,7 @@ Caches directory contents and search results for better performance. src/common/config/public/ClientConfig.ts - 1091 + 1113 Caches directory contents and search results for better performance. @@ -2450,7 +2482,7 @@ Scroll based thumbnail generation src/common/config/public/ClientConfig.ts - 1096 + 1118 Scroll 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 + 1121 Those thumbnails get higher priority that are visible on the screen. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Sort 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 + 1130 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. @@ -2482,7 +2514,7 @@ Ignore timestamp offsets (use local time) src/common/config/public/ClientConfig.ts - 1114 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 On scroll thumbnail prioritising @@ -2506,7 +2538,7 @@ Those thumbnails will be rendered first that are in view. src/common/config/public/ClientConfig.ts - 1129 + 1151 Those thumbnails will be rendered first that are in view. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigation bar @@ -2522,7 +2554,7 @@ Caption first naming src/common/config/public/ClientConfig.ts - 1142 + 1164 Caption 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 + 1167 Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. @@ -2538,7 +2570,7 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Lightbox @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Themes @@ -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 + 1188 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/ @@ -2570,7 +2602,7 @@ Inline blog starts open src/common/config/public/ClientConfig.ts - 1171 + 1193 Inline blog starts open @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Top blog starts open @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Makes 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Supported 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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Supported 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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp @@ -2634,7 +2682,7 @@ Map Icon size src/common/config/public/ClientConfig.ts - 1234 + 1265 Map Icon size @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Icon size (used on maps). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Person thumbnail size @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Person (face) thumbnail size. @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Supported 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 + 1318 Photo 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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Enable 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 + 1350 Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. @@ -2722,7 +2770,7 @@ *.gpx files src/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 + 1382 Reads *.gpx files and renders them on the map. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 Markdown 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 + 1401 Reads *.md files in a directory and shows the next to the map. @@ -2754,7 +2802,7 @@ *.pg2conf files src/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 + 1411 Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Supported formats @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 The app will read and process these files. @@ -2786,7 +2834,7 @@ Override keywords src/common/config/public/ClientConfig.ts - 1407 + 1438 Override 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 + 1442 If 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 right src/common/config/public/ClientConfig.ts - 1416 + 1447 Face starring right @@ -2810,7 +2858,7 @@ Required minimum right to star (favourite) a face. src/common/config/public/ClientConfig.ts - 1419 + 1450 Required minimum right to star (favourite) a face. @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Face listing right @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Required minimum right to show the faces tab. @@ -2834,7 +2882,7 @@ Page title src/common/config/public/ClientConfig.ts - 1437 + 1468 Page 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 + 1474 If 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 url src/common/config/public/ClientConfig.ts - 1445 + 1476 Page 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 + 1484 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. @@ -2866,7 +2914,7 @@ Url Base src/common/config/public/ClientConfig.ts - 1455 + 1486 Url Base @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 Api 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 Custom 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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/common/config/public/ClientConfig.ts - 1516 + 1547 Password protection @@ -2914,7 +2962,7 @@ Enables user management with login to password protect the gallery. src/common/config/public/ClientConfig.ts - 1518 + 1549 Enables user management with login to password protect the gallery. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Default user right @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Default user right when password protection is disabled. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Map @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Random 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 + 1644 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. @@ -4174,7 +4222,7 @@ Cannot find location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Cannot find location @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Unknown 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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/frontend/app/model/backendtext.service.ts @@ -890,7 +890,7 @@ src/common/config/public/ClientConfig.ts - 1328 + 1359 Video @@ -910,7 +910,7 @@ src/common/config/public/ClientConfig.ts - 1335 + 1366 Photo @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Extensions @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Enable @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Default slideshow speed @@ -2226,7 +2258,7 @@ Default time interval for displaying a photo in the slide show. src/common/config/public/ClientConfig.ts - 934 + 956 Default time interval for displaying a photo in the slide show. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 If enabled, lightbox will always show caption by default, not only on hover. @@ -2254,7 +2286,7 @@ Always show faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 If enabled, lightbox will always show faces by default, not only on hover. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Loop Videos @@ -2282,7 +2314,7 @@ If enabled, lightbox will loop videos by default. src/common/config/public/ClientConfig.ts - 959 + 981 If enabled, lightbox will loop videos by default. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 Load 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 + 999 Enables loading the full resolution image on zoom in the ligthbox (preview). @@ -2326,7 +2358,7 @@ Load full image if previews are too small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 Name of the theme @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Theme @@ -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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Adds 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 + 1055 Enable themes and color modes. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Default theme mode @@ -2402,7 +2434,7 @@ Sets the default theme mode that is used for the application. src/common/config/public/ClientConfig.ts - 1043 + 1065 Sets the default theme mode that is used for the application. @@ -2410,7 +2442,7 @@ Selected theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Selected theme @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 Selected theme to use on the site. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Selected theme css @@ -2434,7 +2466,7 @@ Cache src/common/config/public/ClientConfig.ts - 1088 + 1110 Cache @@ -2442,7 +2474,7 @@ Caches directory contents and search results for better performance. src/common/config/public/ClientConfig.ts - 1091 + 1113 Caches directory contents and search results for better performance. @@ -2450,7 +2482,7 @@ Scroll based thumbnail generation src/common/config/public/ClientConfig.ts - 1096 + 1118 Generarea 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 + 1121 Those thumbnails get higher priority that are visible on the screen. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Sort 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 + 1130 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. @@ -2482,7 +2514,7 @@ Ignore timestamp offsets (use local time) src/common/config/public/ClientConfig.ts - 1114 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 On scroll thumbnail prioritising @@ -2506,7 +2538,7 @@ Those thumbnails will be rendered first that are in view. src/common/config/public/ClientConfig.ts - 1129 + 1151 Those thumbnails will be rendered first that are in view. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigation bar @@ -2522,7 +2554,7 @@ Caption first naming src/common/config/public/ClientConfig.ts - 1142 + 1164 Primul 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 + 1167 Afișați etichetele din legendă (IPTC 120) din datele EXIF ​​în loc de numele fișierelor. @@ -2538,7 +2570,7 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Lightbox @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Themes @@ -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 + 1188 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/ @@ -2570,7 +2602,7 @@ Inline blog starts open src/common/config/public/ClientConfig.ts - 1171 + 1193 Inline blog starts open @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Top blog starts open @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Makes 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Supported 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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Supported 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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp @@ -2634,7 +2682,7 @@ Map Icon size src/common/config/public/ClientConfig.ts - 1234 + 1265 Map Icon size @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Icon size (used on maps). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Person thumbnail size @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Person (face) thumbnail size. @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Supported 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 + 1318 Photo 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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Enable 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 + 1350 Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. @@ -2722,7 +2770,7 @@ *.gpx files src/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 + 1382 Reads *.gpx files and renders them on the map. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 Markdown 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 + 1401 Reads *.md files in a directory and shows the next to the map. @@ -2754,7 +2802,7 @@ *.pg2conf files src/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 + 1411 Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Supported formats @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 The app will read and process these files. @@ -2786,7 +2834,7 @@ Override keywords src/common/config/public/ClientConfig.ts - 1407 + 1438 Suprascrieț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 + 1442 Dacă 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 right src/common/config/public/ClientConfig.ts - 1416 + 1447 Dreptul de a stela fețe @@ -2810,7 +2858,7 @@ Required minimum right to star (favourite) a face. src/common/config/public/ClientConfig.ts - 1419 + 1450 Required minimum right to star (favourite) a face. @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Face listing right @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Required minimum right to show the faces tab. @@ -2834,7 +2882,7 @@ Page title src/common/config/public/ClientConfig.ts - 1437 + 1468 Titlul 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 + 1474 If 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 url src/common/config/public/ClientConfig.ts - 1445 + 1476 URL-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 + 1484 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. @@ -2866,7 +2914,7 @@ Url Base src/common/config/public/ClientConfig.ts - 1455 + 1486 Baza URL @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 Api 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 Custom 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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/common/config/public/ClientConfig.ts - 1516 + 1547 Protecție cu parolă @@ -2914,7 +2962,7 @@ Enables user management with login to password protect the gallery. src/common/config/public/ClientConfig.ts - 1518 + 1549 Enables user management with login to password protect the gallery. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Default user right @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Default user right when password protection is disabled. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Hartă @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Random 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 + 1644 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. @@ -4174,7 +4222,7 @@ Cannot find location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Cannot find location @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Unknown 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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/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 Photo @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Extensions @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Enable @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Default slideshow speed @@ -2226,7 +2258,7 @@ Default time interval for displaying a photo in the slide show. src/common/config/public/ClientConfig.ts - 934 + 956 Default time interval for displaying a photo in the slide show. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 If enabled, lightbox will always show caption by default, not only on hover. @@ -2254,7 +2286,7 @@ Always show faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 If enabled, lightbox will always show faces by default, not only on hover. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Loop Videos @@ -2282,7 +2314,7 @@ If enabled, lightbox will loop videos by default. src/common/config/public/ClientConfig.ts - 959 + 981 If enabled, lightbox will loop videos by default. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 Load 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 + 999 Enables loading the full resolution image on zoom in the ligthbox (preview). @@ -2326,7 +2358,7 @@ Load full image if previews are too small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 Name of the theme @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Theme @@ -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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Adds 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 + 1055 Enable themes and color modes. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Default theme mode @@ -2402,7 +2434,7 @@ Sets the default theme mode that is used for the application. src/common/config/public/ClientConfig.ts - 1043 + 1065 Sets the default theme mode that is used for the application. @@ -2410,7 +2442,7 @@ Selected theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Selected theme @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 Selected theme to use on the site. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Selected theme css @@ -2434,7 +2466,7 @@ Cache src/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 Caches directory contents and search results for better performance. @@ -2450,7 +2482,7 @@ Scroll based thumbnail generation src/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 Those thumbnails get higher priority that are visible on the screen. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Sort 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 + 1130 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. @@ -2482,7 +2514,7 @@ Ignore timestamp offsets (use local time) src/common/config/public/ClientConfig.ts - 1114 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 On scroll thumbnail prioritising @@ -2506,7 +2538,7 @@ Those thumbnails will be rendered first that are in view. src/common/config/public/ClientConfig.ts - 1129 + 1151 Those thumbnails will be rendered first that are in view. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigation bar @@ -2522,7 +2554,7 @@ Caption first naming src/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 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Lightbox @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Themes @@ -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 + 1188 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/ @@ -2570,7 +2602,7 @@ Inline blog starts open src/common/config/public/ClientConfig.ts - 1171 + 1193 Inline blog starts open @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Top blog starts open @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Makes 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Supported 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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Supported 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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp @@ -2634,7 +2682,7 @@ Map Icon size src/common/config/public/ClientConfig.ts - 1234 + 1265 Map Icon size @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Icon size (used on maps). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Person thumbnail size @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Person (face) thumbnail size. @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Supported 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 + 1318 Photo 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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Enable 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 + 1350 Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. @@ -2722,7 +2770,7 @@ *.gpx files src/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 + 1382 Reads *.gpx files and renders them on the map. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 Markdown 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 + 1401 Reads *.md files in a directory and shows the next to the map. @@ -2754,7 +2802,7 @@ *.pg2conf files src/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 + 1411 Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Supported formats @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 The app will read and process these files. @@ -2786,7 +2834,7 @@ Override keywords src/common/config/public/ClientConfig.ts - 1407 + 1438 Override 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 + 1442 If 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 right src/common/config/public/ClientConfig.ts - 1416 + 1447 Face starring right @@ -2810,7 +2858,7 @@ Required minimum right to star (favourite) a face. src/common/config/public/ClientConfig.ts - 1419 + 1450 Required minimum right to star (favourite) a face. @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Face listing right @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Required minimum right to show the faces tab. @@ -2834,7 +2882,7 @@ Page title src/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 + 1474 If 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 url src/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 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. @@ -2866,7 +2914,7 @@ Url Base src/common/config/public/ClientConfig.ts - 1455 + 1486 Path @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 Api 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 Custom 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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/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 Enables user management with login to password protect the gallery. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Default user right @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Default user right when password protection is disabled. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Карта @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Random 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 + 1644 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. @@ -4174,7 +4222,7 @@ Cannot find location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Cannot find location @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Unknown 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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/frontend/app/model/backendtext.service.ts @@ -890,7 +890,7 @@ src/common/config/public/ClientConfig.ts - 1328 + 1359 Video @@ -910,7 +910,7 @@ src/common/config/public/ClientConfig.ts - 1335 + 1366 Fotografia @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Rozšírenia @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Povoliť @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Predvolená 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 + 956 Predvolený časový interval pre zobrazenie fotografie počas prezentácie. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 Ak je zapnuté, Svetelná tabuľa bude vždy zobrazovať popisok, nielen po prejdení myšou. @@ -2254,7 +2286,7 @@ Always show faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 Ak je zapnuté, na Svetelnej tabuli budú zobrazené tváre vždy, nielen pri prechode myšou. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Opakovať videá v slučke @@ -2282,7 +2314,7 @@ If enabled, lightbox will loop videos by default. src/common/config/public/ClientConfig.ts - 959 + 981 Ak je zapnuté, Svetelná tabuľa bude štandardne prehrávať videá v slučke. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 Pri 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 + 999 Povolí 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 small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 Názov motívu @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Motí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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Pridá 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 + 1055 Povolí motívy a režimy farieb. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Predvolený 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 + 1065 Nastaví predvolený režim motívu, ktorý bude aplikácia používať. @@ -2410,7 +2442,7 @@ Selected theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Zvolený motív @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 Zvolený motív, ktorý sa má na webovej stránke použiť. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Zvolený motív CSS @@ -2434,7 +2466,7 @@ Cache src/common/config/public/ClientConfig.ts - 1088 + 1110 Vyrovnávacia pamäť @@ -2442,7 +2474,7 @@ Caches directory contents and search results for better performance. src/common/config/public/ClientConfig.ts - 1091 + 1113 Na 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 generation src/common/config/public/ClientConfig.ts - 1096 + 1118 Generovať 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 + 1121 Miniatúry, ktoré sú zobrazené na obrazovke majú vyššiu prioritu. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Triediť 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 + 1130 Ak 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 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 Prioritizovať 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 + 1151 Miniatúry, ktoré sú v aktuálnom zobrazení budú vykreslené ako prvé. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigačná lišta @@ -2522,7 +2554,7 @@ Caption first naming src/common/config/public/ClientConfig.ts - 1142 + 1164 Uprednostniť 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 + 1167 Zobrazovať značky popiskov (IPTC 120) z EXIF údajov miesto názvov súborov. @@ -2538,7 +2570,7 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Svetelná tabuľa @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Motí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 + 1188 Pigallery2 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 open src/common/config/public/ClientConfig.ts - 1171 + 1193 Vložený blog začína otvorený @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Vrchný blog začína otvorený @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Makes 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Podporované 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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Formá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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Video 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 size src/common/config/public/ClientConfig.ts - 1234 + 1265 Veľkosť ikon na mape @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Veľkosť ikon (použitých na mapách). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Veľkosť miniatúry osoby @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Veľkosť miniatúry osoby (tváre). @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Podporované 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 + 1318 Formá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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Povoliť 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 + 1350 Povolí stratovú (na základe rozdielu času a vzdialenosti – príliš časté body sú odstránené ) kompresiu GPX. @@ -2722,7 +2770,7 @@ *.gpx files src/common/config/public/ClientConfig.ts - 1346 + 1377 Súbory *.gpx @@ -2730,7 +2778,7 @@ Reads *.gpx files and renders them on the map. src/common/config/public/ClientConfig.ts - 1351 + 1382 Načítava súbory *.gpx a zobrazuje ich na mape. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 Sú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 + 1401 Načítava súbory *.md v adresári a zobrazuje ich vedľa mapy. @@ -2754,7 +2802,7 @@ *.pg2conf files src/common/config/public/ClientConfig.ts - 1376 + 1407 Sú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 + 1411 Načítava súbory *.pg2conf (Môžete ich použiť pre vlastné triedenia a uložené hľadania (albumy)). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Podporované formáty @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 Aplikácia bude načítavať a spracovávať tieto súbory. @@ -2786,7 +2834,7 @@ Override keywords src/common/config/public/ClientConfig.ts - 1407 + 1438 Prepisovať 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 + 1442 Ak 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 right src/common/config/public/ClientConfig.ts - 1416 + 1447 Oprávnenie na pridanie hviezdičky @@ -2810,7 +2858,7 @@ Required minimum right to star (favourite) a face. src/common/config/public/ClientConfig.ts - 1419 + 1450 Minimálne vyžadované práva na označenie tváre hviezdičkou (obľúbené). @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Oprávnenie na zobrazenie tvárí @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Minimálne vyžadované práva na zobrazenie panela tvárí. @@ -2834,7 +2882,7 @@ Page title src/common/config/public/ClientConfig.ts - 1437 + 1468 Ná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 + 1474 If 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 url src/common/config/public/ClientConfig.ts - 1445 + 1476 Verejná 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 + 1484 Ak 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 Base src/common/config/public/ClientConfig.ts - 1455 + 1486 Začiatok URL adresy @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 Cesta 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 Vlastná 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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/common/config/public/ClientConfig.ts - 1516 + 1547 Ochrana heslom @@ -2914,7 +2962,7 @@ Enables user management with login to password protect the gallery. src/common/config/public/ClientConfig.ts - 1518 + 1549 Zapne správu používateľov a prihlasovanie. Týmto vašu galériu ochránite heslom. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Predvolené oprávnenia používateľa @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Predvolené oprávnenia používateľa, keď je vypnutá ochrana heslom. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Mapa @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Ná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 + 1644 Toto 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 location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Nedokážem nájsť umiestnenie @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Nezná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 + 1028 src/frontend/app/ui/settings/extension-installer/extension-installer.component.html @@ -462,7 +462,7 @@ src/common/config/public/ClientConfig.ts - 1357 + 1388 src/frontend/app/model/backendtext.service.ts @@ -890,7 +890,7 @@ src/common/config/public/ClientConfig.ts - 1328 + 1359 Video @@ -910,7 +910,7 @@ src/common/config/public/ClientConfig.ts - 1335 + 1366 Foto @@ -1098,7 +1098,7 @@ src/common/config/public/ClientConfig.ts - 1620 + 1651 Extensions @@ -1234,11 +1234,11 @@ src/common/config/public/ClientConfig.ts - 1399 + 1430 src/common/config/public/ClientConfig.ts - 1538 + 1569 src/frontend/app/ui/settings/template/template.component.html @@ -1510,11 +1510,11 @@ src/common/config/public/ClientConfig.ts - 1030 + 1052 src/common/config/public/ClientConfig.ts - 1194 + 1225 Enable @@ -1766,7 +1766,7 @@ src/common/config/public/ClientConfig.ts - 1494 + 1525 Svg 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 speed src/common/config/public/ClientConfig.ts - 929 + 951 Default slideshow speed @@ -2226,7 +2258,7 @@ Default time interval for displaying a photo in the slide show. src/common/config/public/ClientConfig.ts - 934 + 956 Default time interval for displaying a photo in the slide show. @@ -2234,7 +2266,7 @@ Always show captions src/common/config/public/ClientConfig.ts - 940 + 962 src/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 If enabled, lightbox will always show caption by default, not only on hover. @@ -2254,7 +2286,7 @@ Always show faces src/common/config/public/ClientConfig.ts - 948 + 970 src/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 If enabled, lightbox will always show faces by default, not only on hover. @@ -2274,7 +2306,7 @@ Loop Videos src/common/config/public/ClientConfig.ts - 956 + 978 Loop Videos @@ -2282,7 +2314,7 @@ If enabled, lightbox will loop videos by default. src/common/config/public/ClientConfig.ts - 959 + 981 If enabled, lightbox will loop videos by default. @@ -2290,7 +2322,7 @@ Loop Slideshow src/common/config/public/ClientConfig.ts - 965 + 987 src/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 + 990 If 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 Load 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 + 999 Enables loading the full resolution image on zoom in the ligthbox (preview). @@ -2326,7 +2358,7 @@ Load full image if previews are too small src/common/config/public/ClientConfig.ts - 983 + 1005 Load 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 + 1008 When 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 @@ Titles src/common/config/public/ClientConfig.ts - 992 + 1014 Titles @@ -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 + 1018 Set 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 theme src/common/config/public/ClientConfig.ts - 1008 + 1030 Name of the theme @@ -2366,7 +2398,7 @@ Theme src/common/config/public/ClientConfig.ts - 1013 + 1035 Theme @@ -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 + 1037 src/common/config/public/ClientConfig.ts - 1065 + 1087 Adds 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 + 1055 Enable themes and color modes. @@ -2394,7 +2426,7 @@ Default theme mode src/common/config/public/ClientConfig.ts - 1040 + 1062 Default theme mode @@ -2402,7 +2434,7 @@ Sets the default theme mode that is used for the application. src/common/config/public/ClientConfig.ts - 1043 + 1065 Sets the default theme mode that is used for the application. @@ -2410,7 +2442,7 @@ Selected theme src/common/config/public/ClientConfig.ts - 1050 + 1072 Selected theme @@ -2418,7 +2450,7 @@ Selected theme to use on the site. src/common/config/public/ClientConfig.ts - 1054 + 1076 Selected theme to use on the site. @@ -2426,7 +2458,7 @@ Selected theme css src/common/config/public/ClientConfig.ts - 1061 + 1083 Selected theme css @@ -2434,7 +2466,7 @@ Cache src/common/config/public/ClientConfig.ts - 1088 + 1110 Cache @@ -2442,7 +2474,7 @@ Caches directory contents and search results for better performance. src/common/config/public/ClientConfig.ts - 1091 + 1113 Cachar mappinnehåll och sökresultat för bättre prestanda. @@ -2450,7 +2482,7 @@ Scroll based thumbnail generation src/common/config/public/ClientConfig.ts - 1096 + 1118 Bläddringsbaserad miniatyrgenerering @@ -2458,7 +2490,7 @@ Those thumbnails get higher priority that are visible on the screen. src/common/config/public/ClientConfig.ts - 1099 + 1121 De miniatyrer som syns på skärmen får högre prioritet. @@ -2466,7 +2498,7 @@ Sort directories by date src/common/config/public/ClientConfig.ts - 1105 + 1127 Sort 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 + 1130 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. @@ -2482,7 +2514,7 @@ Ignore timestamp offsets (use local time) src/common/config/public/ClientConfig.ts - 1114 + 1136 Ignore 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 + 1139 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). @@ -2498,7 +2530,7 @@ On scroll thumbnail prioritising src/common/config/public/ClientConfig.ts - 1126 + 1148 On scroll thumbnail prioritising @@ -2506,7 +2538,7 @@ Those thumbnails will be rendered first that are in view. src/common/config/public/ClientConfig.ts - 1129 + 1151 Those thumbnails will be rendered first that are in view. @@ -2514,7 +2546,7 @@ Navigation bar src/common/config/public/ClientConfig.ts - 1134 + 1156 Navigation bar @@ -2522,7 +2554,7 @@ Caption first naming src/common/config/public/ClientConfig.ts - 1142 + 1164 Namngvning 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 + 1167 Visa taggarna för bildtext (IPTC 120) från EXIF-data istället för filnamnen. @@ -2538,7 +2570,7 @@ Lightbox src/common/config/public/ClientConfig.ts - 1152 + 1174 Lightbox @@ -2546,7 +2578,7 @@ Photo and video preview window. src/common/config/public/ClientConfig.ts - 1156 + 1178 Photo and video preview window. @@ -2554,7 +2586,7 @@ Themes src/common/config/public/ClientConfig.ts - 1162 + 1184 Themes @@ -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 + 1188 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/ @@ -2570,7 +2602,7 @@ Inline blog starts open src/common/config/public/ClientConfig.ts - 1171 + 1193 Inline blog starts open @@ -2578,7 +2610,7 @@ Makes inline blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1175 + 1197 Makes inline blog (*.md files content) auto-open. @@ -2586,7 +2618,7 @@ Top blog starts open src/common/config/public/ClientConfig.ts - 1181 + 1203 Top blog starts open @@ -2594,15 +2626,31 @@ Makes top blog (*.md files content) auto-open. src/common/config/public/ClientConfig.ts - 1185 + 1207 Makes 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 transcoding src/common/config/public/ClientConfig.ts - 1203 + 1234 Supported 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 + 1239 Video formats that are supported after transcoding (with the built-in ffmpeg support). @@ -2618,7 +2666,7 @@ Supported formats without transcoding src/common/config/public/ClientConfig.ts - 1216 + 1247 Supported 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.asp src/common/config/public/ClientConfig.ts - 1221 + 1252 Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp @@ -2634,7 +2682,7 @@ Map Icon size src/common/config/public/ClientConfig.ts - 1234 + 1265 Map Icon size @@ -2642,7 +2690,7 @@ Icon size (used on maps). src/common/config/public/ClientConfig.ts - 1238 + 1269 Ikonstorlek (på kartan). @@ -2650,7 +2698,7 @@ Person thumbnail size src/common/config/public/ClientConfig.ts - 1244 + 1275 Person thumbnail size @@ -2658,7 +2706,7 @@ Person (face) thumbnail size. src/common/config/public/ClientConfig.ts - 1248 + 1279 Person (face) thumbnail size. @@ -2666,7 +2714,7 @@ Thumbnail and photo preview sizes src/common/config/public/ClientConfig.ts - 1254 + 1285 Thumbnail 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 + 1289 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. @@ -2682,7 +2730,7 @@ Concurrent photo generation limit src/common/config/public/ClientConfig.ts - 1272 + 1303 Concurrent photo generation limit @@ -2690,7 +2738,7 @@ Supported photo formats src/common/config/public/ClientConfig.ts - 1283 + 1314 Supported 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 + 1318 Photo 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 compressing src/common/config/public/ClientConfig.ts - 1314 + 1345 Enable 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 + 1350 Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. @@ -2722,7 +2770,7 @@ *.gpx files src/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 + 1382 Reads *.gpx files and renders them on the map. @@ -2738,7 +2786,7 @@ Markdown files src/common/config/public/ClientConfig.ts - 1366 + 1397 Markdown 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 + 1401 Reads *.md files in a directory and shows the next to the map. @@ -2754,7 +2802,7 @@ *.pg2conf files src/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 + 1411 Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). @@ -2770,7 +2818,7 @@ Supported formats src/common/config/public/ClientConfig.ts - 1386 + 1417 Supported formats @@ -2778,7 +2826,7 @@ The app will read and process these files. src/common/config/public/ClientConfig.ts - 1390 + 1421 The app will read and process these files. @@ -2786,7 +2834,7 @@ Override keywords src/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 + 1442 Om ett foto har samma ansiktsnamn (person) och nyckelord tar appen bort dubbletten och behåller bara ansiktsnamnet. @@ -2802,7 +2850,7 @@ Face starring right src/common/config/public/ClientConfig.ts - 1416 + 1447 Rä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 + 1450 Nödvändig minimirätt att stjärna (favorit) ett ansikte. @@ -2818,7 +2866,7 @@ Face listing right src/common/config/public/ClientConfig.ts - 1424 + 1455 Face listing right @@ -2826,7 +2874,7 @@ Required minimum right to show the faces tab. src/common/config/public/ClientConfig.ts - 1427 + 1458 Required minimum right to show the faces tab. @@ -2834,7 +2882,7 @@ Page title src/common/config/public/ClientConfig.ts - 1437 + 1468 Sidtitel @@ -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 + 1474 If 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 url src/common/config/public/ClientConfig.ts - 1445 + 1476 Publik 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 + 1484 Om 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 Base src/common/config/public/ClientConfig.ts - 1455 + 1486 Webbadress @@ -2874,7 +2922,7 @@ Api path src/common/config/public/ClientConfig.ts - 1468 + 1499 Api 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 + 1510 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). @@ -2890,7 +2938,7 @@ Custom HTML Head src/common/config/public/ClientConfig.ts - 1481 + 1512 Custom 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 + 1530 Sets the icon of the app. Rendered icons are cached in the tmp folder. @@ -2906,7 +2954,7 @@ Password protection src/common/config/public/ClientConfig.ts - 1516 + 1547 Lösenordsskydd @@ -2914,7 +2962,7 @@ Enables user management with login to password protect the gallery. src/common/config/public/ClientConfig.ts - 1518 + 1549 Enables user management with login to password protect the gallery. @@ -2922,7 +2970,7 @@ Default user right src/common/config/public/ClientConfig.ts - 1524 + 1555 Default user right @@ -2930,7 +2978,7 @@ Default user right when password protection is disabled. src/common/config/public/ClientConfig.ts - 1529 + 1560 Default user right when password protection is disabled. @@ -2938,7 +2986,7 @@ Gallery src/common/config/public/ClientConfig.ts - 1556 + 1587 src/frontend/app/ui/EnumTranslations.ts @@ -2958,7 +3006,7 @@ Album src/common/config/public/ClientConfig.ts - 1570 + 1601 Album @@ -2966,7 +3014,7 @@ Search src/common/config/public/ClientConfig.ts - 1582 + 1613 src/frontend/app/ui/EnumTranslations.ts @@ -2994,7 +3042,7 @@ Map src/common/config/public/ClientConfig.ts - 1593 + 1624 Karta @@ -3002,7 +3050,7 @@ Faces src/common/config/public/ClientConfig.ts - 1601 + 1632 src/frontend/app/ui/EnumTranslations.ts @@ -3034,7 +3082,7 @@ Random photo src/common/config/public/ClientConfig.ts - 1609 + 1640 Random 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 + 1644 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. @@ -4174,7 +4222,7 @@ Cannot find location src/frontend/app/ui/gallery/contentLoader.service.ts - 123 + 141 Cannot find location @@ -4182,7 +4230,7 @@ Unknown server error src/frontend/app/ui/gallery/contentLoader.service.ts - 125 + 143 Unknown server error