diff --git a/src/common/config/private/PrivateConfig.ts b/src/common/config/private/PrivateConfig.ts
index 09baf59a..ac2c55d9 100644
--- a/src/common/config/private/PrivateConfig.ts
+++ b/src/common/config/private/PrivateConfig.ts
@@ -244,7 +244,7 @@ export class ServerDataBaseConfig {
uiResetNeeded: {server: true},
priority: ConfigPriority.advanced
},
- description: $localize`All file-based data will be stored here (sqlite database, user database in case of memory db, job history data).`,
+ description: $localize`All file-based data will be stored here (sqlite database, job history data).`,
})
dbFolder: string = 'db';
@@ -298,7 +298,7 @@ export class ServerThumbnailConfig extends ClientThumbnailConfig {
name: $localize`Enforced users`,
priority: ConfigPriority.underTheHood
},
- description: $localize`if true, 'lanczos3' will used to scale photos, otherwise faster but lowe quality 'nearest'.`
+ description: $localize`if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'.`
})
useLanczos3: boolean = true;
@ConfigProperty({
@@ -507,7 +507,7 @@ export class ServerLogConfig {
name: $localize`Server timing`,
priority: ConfigPriority.underTheHood,
},
- description: $localize`If enabled. The app ads "Server-Timing" http header to the response.`
+ description: $localize`If enabled, the app ads "Server-Timing" http header to the response.`
})
logServerTiming: boolean = false;
}
@@ -888,9 +888,10 @@ export class ServerMediaConfig extends ClientMediaConfig {
tags: {
name: $localize`Metadata read buffer`,
priority: ConfigPriority.underTheHood,
+ uiResetNeeded: {db: true, server: true},
githubIssue: 398,
unit: 'bytes'
- },
+ } as TAGS,
description: $localize`Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square.`,
})
photoMetadataSize: number = 512 * 1024; // only this many bites will be loaded when scanning photo for metadata
diff --git a/src/frontend/app/model/backendtext.service.ts b/src/frontend/app/model/backendtext.service.ts
index 803b2846..b45b9f34 100644
--- a/src/frontend/app/model/backendtext.service.ts
+++ b/src/frontend/app/model/backendtext.service.ts
@@ -32,21 +32,21 @@ export class BackendtextService {
case DefaultsJobs.Indexing:
return $localize`Indexing`;
case DefaultsJobs['Database Reset']:
- return $localize`Database Reset`;
+ return $localize`Database reset`;
case DefaultsJobs['Thumbnail Generation']:
- return $localize`Thumbnail Generation`;
+ return $localize`Thumbnail generation`;
case DefaultsJobs['Photo Converting']:
- return $localize`Photo Converting`;
+ return $localize`Photo converting`;
case DefaultsJobs['Video Converting']:
- return $localize`Video Converting`;
+ return $localize`Video converting`;
case DefaultsJobs['Temp Folder Cleaning']:
- return $localize`Temp Folder Cleaning`;
+ return $localize`Temp folder cleaning`;
case DefaultsJobs['Preview Filling']:
- return $localize`Preview Filling`;
+ return $localize`Preview filling`;
case DefaultsJobs['Preview Reset']:
- return $localize`Preview Reset`;
+ return $localize`Preview reset`;
case DefaultsJobs['GPX Compression']:
- return $localize`GPX Compression`;
+ return $localize`GPX compression`;
default:
return DefaultsJobs[job as DefaultsJobs];
}
diff --git a/src/frontend/app/ui/admin/admin.component.html b/src/frontend/app/ui/admin/admin.component.html
index 471d67e6..3c03e92d 100644
--- a/src/frontend/app/ui/admin/admin.component.html
+++ b/src/frontend/app/ui/admin/admin.component.html
@@ -13,9 +13,7 @@
0">
-
+
diff --git a/src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html b/src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
index ec68eaa7..9d57178c 100644
--- a/src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+++ b/src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
@@ -279,7 +279,7 @@
diff --git a/src/frontend/translate/messages.cn.xlf b/src/frontend/translate/messages.cn.xlf
index 450e0eee..77f04700 100644
--- a/src/frontend/translate/messages.cn.xlf
+++ b/src/frontend/translate/messages.cn.xlf
@@ -2,11 +2,1979 @@
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 100
+
+
+ src/common/config/private/PrivateConfig.ts
+ 973
+
+ 服务器IP
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 110
+
+
+ src/common/config/private/PrivateConfig.ts
+ 961
+
+ 端口号
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 120
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1029
+
+ 数据库
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 130
+
+
+ src/frontend/app/ui/login/login.component.html
+ 25,26
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 62,63
+
+ 用户名
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 140
+
+
+ src/common/config/private/PrivateConfig.ts
+ 186
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 74
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 86,87
+
+
+ src/frontend/app/ui/login/login.component.html
+ 36,37
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 64,65
+
+
+ src/frontend/app/ui/sharelogin/share-login.component.html
+ 25,26
+
+ 密码
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 153
+
+ Sqlite db filename
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 157
+
+ Sqlite will save the db with this filename.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 167
+
+
+ src/common/config/public/ClientConfig.ts
+ 370
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 91
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 16,17
+
+ 名称
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 177
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 17,18
+
+ 角色
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 190
+
+ Unencrypted, temporary password. App will encrypt it and delete this.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 196
+
+ Encrypted password
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 231
+
+
+ src/common/config/public/ClientConfig.ts
+ 362
+
+ 类型
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 236
+
+ SQLite is recommended.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 243
+
+ 数据库文件夹
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 247
+
+ All file-based data will be stored here (sqlite database, job history data).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 254
+
+ SQLite
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 264
+
+ MySQL
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 281
+
+
+ src/common/config/private/PrivateConfig.ts
+ 298
+
+ Enforced users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 287
+
+ Creates these users in the DB during startup if they do not exist. If a user with this name exist, it won't be overwritten, even if the role is different.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 301
+
+ if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 308
+
+ Converted photo and thumbnail quality
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 311
+
+ Between 0-100.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 318
+
+ Person face margin
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 321
+
+ Person face size ratio on the face thumbnail.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 331
+
+ OnTheFly *.gpx compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 335
+
+ Enables on the fly *.gpx compression.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 342
+
+ Min distance
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 347
+
+ Filters out entry that are closer than this in meters.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 354
+
+ Min time delta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 359
+
+ Filters out entry that are closer than this in time in milliseconds.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 369
+
+
+ src/common/config/public/ClientConfig.ts
+ 669
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 49
+
+ GPX compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 387
+
+ Update timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 391
+
+ After creating a sharing link, it can be updated for this long.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 402
+
+ Index cache timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 406
+
+ If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 413
+
+ 文件夹重新索引灵敏度
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 416
+
+ 设置重新索引灵敏度. 越高则扫描文件夹变动越频繁.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 423
+
+ 排除文件夹列表
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 429
+
+ Folders to exclude from indexing. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 436
+
+ 排除文件列表
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 440
+
+ .ignore;.pg2ignore
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 442
+
+ Files that mark a folder to be excluded from indexing. Any folder that contains a file with this name will be excluded from indexing.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 452
+
+
+ src/common/config/private/PrivateConfig.ts
+ 984
+
+ 线程
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 456
+
+ Runs directory scanning and thumbnail generation in a different thread.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 462
+
+ 缩略图线程
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 466
+
+ Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 477
+
+ Max duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 480
+
+ Maximum number of duplicates to list.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 490
+
+ Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 493
+
+ Logging level.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 499
+
+ Sql Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 502
+
+ Logging level for SQL queries.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 507
+
+ Server timing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 510
+
+ If enabled, the app ads "Server-Timing" http header to the response.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 610
+
+ Max saved progress
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 613
+
+ Job history size.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 620
+
+ Processing batch size
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 623
+
+ Jobs load this many photos or videos form the DB for processing at once.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 629
+
+ Scheduled jobs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 685
+
+ 比特率
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 689
+
+ 输出视频的目标比特率将按比例缩小. 建议低于服务器上传码率.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 696
+
+
+ src/common/config/private/PrivateConfig.ts
+ 808
+
+ 分辨率
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 701
+
+ 输出视频的高度将缩小, 同时保持纵横比.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 708
+
+ FPS
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 712
+
+ 输出视频的每秒目标帧数 (fps) 将按比例缩小.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 718
+
+ 格式
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 727
+
+ MP4 codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 737
+
+ Webm Codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 748
+
+ CRF
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 751
+
+ 恒定速率因子 (CRF) 标度的范围是 0–51,其中 0 是无损, 23 是默认值, 51 是最差.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 759
+
+ 预设
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 762
+
+ 预设是一组选项, 可提供特定的编码速度与压缩比. 越慢的预设可以提供更高的压缩比(会影响画质).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 769
+
+ 自定义选项
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 774
+
+ It will be sent to ffmpeg as it is, as custom options.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 783
+
+ Video transcoding
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 787
+
+ To ensure smooth video playback, video transcoding is recommended to a lower bit rate than the server's upload rate. The transcoded videos will be save to the thumbnail folder. You can trigger the transcoding manually, but you can also create an automatic encoding job in advanced settings mode.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 796
+
+ 即时转换
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 802
+
+ 在请求时即时转换照片.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 815
+
+ 转换后照片的较短边缘将按比例缩小, 同时保持纵横比.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 824
+
+ Photo resizing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 836
+
+ 预览过滤器查询
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 841
+
+ Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 850
+
+ 预览排序
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 854
+
+ 如果有多个预览可用, 则按这些方法对它们进行排序并选择第一个.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 866
+
+ 图片文件夹
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 871
+
+ 图像从此文件夹加载(需要读取权限)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 877
+
+ 临时文件夹
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 882
+
+ 缩略图、转换后的照片、视频将存储在这里(需要写入权限)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 889
+
+ Metadata read buffer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 895
+
+ Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 901
+
+
+ src/common/config/public/ClientConfig.ts
+ 640
+
+ 视频
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 910
+
+ 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.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 915
+
+
+ src/common/config/public/ClientConfig.ts
+ 647
+
+ 照片
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 928
+
+
+ src/common/config/public/ClientConfig.ts
+ 633
+
+ 缩略图
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 951
+
+ Session Timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 955
+
+ Users kept logged in for this long time.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 966
+
+ 端口号.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 978
+
+ 服务器将接受来自此 IPv6 或 IPv4 地址的连接.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 992
+
+ 日志
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1021
+
+ Server
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1037
+
+ Users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1045
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 33
+
+ 索引
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1050
+
+ If you add a new folder to your gallery, the site indexes it automatically. If you would like to trigger indexing manually, click index button. (Note: search only works among the indexed directories.)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1061
+
+ Media
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1069
+
+ 元文件
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1077
+
+ 预览
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1092
+
+ Sharing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1100
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 75
+
+ 重复
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1108
+
+ 任务
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 60
+
+ Enable Autocomplete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 63
+
+ 在键入搜索查询时显示提示.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 70
+
+ Max items per category
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 73
+
+ Maximum number autocomplete items shown per category.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 80
+
+ Maximum items
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 83
+
+ Maximum number autocomplete items shown at once.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 90
+
+
+ src/common/config/public/ClientConfig.ts
+ 114
+
+ Cache timeout
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 94
+
+ Autocomplete cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 104
+
+
+ src/common/config/public/ClientConfig.ts
+ 173
+
+
+ src/common/config/public/ClientConfig.ts
+ 185
+
+
+ src/common/config/public/ClientConfig.ts
+ 207
+
+
+ src/common/config/public/ClientConfig.ts
+ 246
+
+
+ src/common/config/public/ClientConfig.ts
+ 538
+
+
+ src/common/config/public/ClientConfig.ts
+ 575
+
+ Enable
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 107
+
+ Enables searching.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 118
+
+ Search cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 124
+
+ 自动补全
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 133
+
+ 最多媒体数量
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 136
+
+ Maximum number of photos and videos that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 142
+
+ Maximum directory result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 145
+
+ Maximum number of directories that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 151
+
+ 列出目录
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 154
+
+ Search returns also with directories, not just media.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 160
+
+ 列出元文件
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 163
+
+ Search also returns with metafiles from directories that contain a media file of the matched search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 188
+
+ Enables sharing.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 194
+
+ 密码保护
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 197
+
+ 启用受密码保护的共享链接.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 210
+
+ Enables random link generation.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 222
+
+ Name of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 231
+
+ Url of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 252
+
+ Image Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 255
+
+ 地图将使用缩略图作为标记而不是默认的图钉.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 261
+
+ Map Provider
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 269
+
+ Mapbox 访问令牌
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 273
+
+ MapBox needs an access token to work, create one at https://www.mapbox.com.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 278
+
+ The map module will use these urls to fetch the map tiles.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 281
+
+ Custom Layers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 291
+
+ Max Preview Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 294
+
+ Maximum number of markers to be shown on the map preview on the gallery page.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 304
+
+ Map Icon size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 308
+
+ 图标大小(用于地图).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 313
+
+ Person thumbnail size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 317
+
+ Person (face) thumbnail size.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 322
+
+ 缩略图大小
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 325
+
+ Size of the thumbnails. The best matching size will be generated. More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will have 160 pixels.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 378
+
+ SearchQuery
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 388
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 47
+
+ Url
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 410
+
+ 显示项目数
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 413
+
+ Shows the number photos and videos on the navigation bar.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 419
+
+ Links
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 424
+
+ Visible links in the top menu.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 437
+
+ 缓存
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 440
+
+ 缓存目录内容和搜索结果以获得更好的性能.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 445
+
+ 基于滚动的缩略图生成
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 448
+
+ 那些在屏幕上可见的缩略图获得更高的优先级.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 454
+
+ Default sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 457
+
+ Default sorting method for photo and video in a directory results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 463
+
+ Default search sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 466
+
+ Default sorting method for photo and video in a search results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 472
+
+ 按日期排序目录
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 475
+
+ 如果启用, 目录将和照片一样按日期排序, 否则按名称排序.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 481
+
+ On scroll thumbnail prioritising
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 484
+
+ Those thumbnails will be rendered first that are in view.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 489
+
+ Navigation bar
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 496
+
+ 标题优先命名
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 499
+
+ 显示 EXIF 数据中的标题 (IPTC 120) 标签而不是文件名.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 504
+
+ 下载压缩包
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 509
+
+ Enable download zip of a directory contents Directory flattening. (Does not work for searches.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 514
+
+ 目录展开
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 519
+
+ Adds a button to flattens the file structure, by listing the content of all subdirectories. (Won't work if the gallery has multiple folders with the same path.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 524
+
+ Default slideshow speed
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 529
+
+ Default time interval for displaying a photo in the slide show.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 547
+
+ Supported formats with transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 552
+
+ Video formats that are supported after transcoding (with the build-in ffmpeg support).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 560
+
+ Supported formats without transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 565
+
+ 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
+ 577
+
+ Enable photo converting.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 583
+
+ Load full resolution image on zoom.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 588
+
+ 启用在 ligthbox(预览)中缩放时加载全分辨率图像.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 597
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 39
+
+ Photo converting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 606
+
+ Supported photo formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 610
+
+ 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
+ 619
+
+ Enable GPX compressing
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 624
+
+ Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 658
+
+ *.gpx 文件
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 663
+
+ 读取 *.gpx 文件并将它们渲染在地图上.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 678
+
+ Markdown 文件
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 682
+
+ 读取目录中的 *.md 文件并在地图旁边显示.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 688
+
+ *.pg2conf 文件
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 692
+
+ Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 698
+
+ Supported formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 702
+
+ The app will read and process these files.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 711
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 66
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 14
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 133
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 167
+
+ 已启用
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 719
+
+ 覆盖关键字
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 723
+
+ 如果照片具有相同的面部(人)名称和关键字, 应用程序将删除重复项, 仅保留面部.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 728
+
+ 朝向右边的人脸
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 731
+
+ 为(最喜欢的)人脸加注星标所需的最低权限.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 736
+
+ Face listing right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 739
+
+ Required minimum right to show the faces tab.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 749
+
+ 页面标题
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 755
+
+ If you access the page form local network its good to know the public url for creating sharing link.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 757
+
+ 页面公共url地址
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 765
+
+ 如果您在子URL下访问画廊(例如: http://mydomain.com/myGallery), 请在此处进行设置. 如果不生效,可能是你漏掉了开头的'/'.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 767
+
+ 基础url地址
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 779
+
+ Api path
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 790
+
+ Injects the content of this between the <head></head> HTML tags of the app. (You can use it add analytics or custom code to the app).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 792
+
+ 自定义 HTML 头
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 813
+
+ 密码保护
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 815
+
+ Enables user management with login to password protect the gallery.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 821
+
+ Default user right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 826
+
+ Default user right when password protection is disabled.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 843
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 49
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 26
+
+ 画廊
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 857
+
+ Album
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 865
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 48
+
+
+ src/frontend/app/ui/gallery/search/search.gallery.component.html
+ 26,27
+
+ 搜索
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 876
+
+ 地图
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 884
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 51
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 21
+
+
+ src/frontend/app/ui/gallery/filter/filter.service.ts
+ 40
+
+ 人脸
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 892
+
+ Random photo
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 896
+
+ 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/frontend/app/model/backendtext.service.ts
- 15
+ 11
生成大小
@@ -14,7 +1982,7 @@
src/frontend/app/model/backendtext.service.ts
- 17
+ 13
将生成这些缩略图. 列表是开启缩略图大小的一部分.
@@ -22,7 +1990,7 @@
src/frontend/app/model/backendtext.service.ts
- 19
+ 15
仅索引
@@ -30,7 +1998,7 @@
src/frontend/app/model/backendtext.service.ts
- 21
+ 17
只检查索引文件.
@@ -38,7 +2006,7 @@
src/frontend/app/model/backendtext.service.ts
- 23
+ 19
仅索引更改
@@ -46,75 +2014,67 @@
src/frontend/app/model/backendtext.service.ts
- 25
+ 21
仅在文件夹更改时索引.
-
-
+
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 35
+
+ Database reset
+
+
+
src/frontend/app/model/backendtext.service.ts
37
- 索引
+ Thumbnail generation
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 39
-
- 预览填充
-
-
-
+
+
src/frontend/app/model/backendtext.service.ts
41
- 数据库重置
+ Video converting
-
-
+
+
src/frontend/app/model/backendtext.service.ts
43
- 缩略图生成
+ Temp folder cleaning
-
-
+
+
src/frontend/app/model/backendtext.service.ts
45
- 照片转换
+ Preview filling
-
-
+
+
src/frontend/app/model/backendtext.service.ts
47
- 视频转换
-
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 49
-
- 清理临时文件夹
+ Preview reset
src/frontend/app/model/notification.service.ts
- 71
+ 84
src/frontend/app/model/notification.service.ts
- 74
+ 87
服务器错误
@@ -122,7 +2082,7 @@
src/frontend/app/model/notification.service.ts
- 77
+ 90
服务器信息
@@ -130,7 +2090,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 23
+ 20
hour
时
@@ -139,7 +2099,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 26
+ 23
minute
分
@@ -148,67 +2108,191 @@
src/frontend/app/pipes/DurationPipe.ts
- 29
+ 26
second
秒
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 13
-
- 评分升序
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
- 15
-
- 评分降序
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
17
- 名称升序
+ Developer
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 18
+
+ Admin
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
19
- 名称降序
+ User
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 20
+
+ Guest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
21
- 日期升序
+ LimitedGuest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 24
+
+ 基础
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 25
+
+ 高级
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 26
+
+ Under the hood
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 28
+
+ Custom
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 29
+
+ OpenStreetMap
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 30
+
+ Mapbox
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 33
+
+ 低
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 34
+
+ 高
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 35
+
+ 中
- src/frontend/app/pipes/StringifySortingMethod.ts
- 23
+ src/frontend/app/ui/EnumTranslations.ts
+ 38
日期降序
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 39
+
+ 日期升序
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 40
+
+ 名称降序
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 41
+
+ 名称升序
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 42
+
+ 评分降序
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 43
+
+ 评分升序
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 25
+ src/frontend/app/ui/EnumTranslations.ts
+ 44
随机的
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 50
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 18
+
+ 相册
+
@@ -233,11 +2317,11 @@
Git 提交
-
-
+
+
src/frontend/app/ui/admin/admin.component.html
- 17,18
+ 16,17
服务器通知
@@ -245,7 +2329,7 @@
src/frontend/app/ui/admin/admin.component.html
- 36,37
+ 34,35
要关闭这些通知, 请重新启动服务器.
@@ -253,7 +2337,7 @@
src/frontend/app/ui/admin/admin.component.html
- 48
+ 46
应用版本:
@@ -261,31 +2345,15 @@
src/frontend/app/ui/admin/admin.component.html
- 52
+ 50,51
模式
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 60
-
- 高级
-
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 61
-
- 简单
-
src/frontend/app/ui/admin/admin.component.html
- 79
+ 73,75
title of left card in settings page that contains settings contents
菜单
@@ -294,7 +2362,7 @@
src/frontend/app/ui/admin/admin.component.html
- 148
+ 116
正常运行时间
@@ -302,7 +2370,7 @@
src/frontend/app/ui/albums/album/album.component.html
- 27
+ 27,28
相册已被锁, 无法从页面上删除.
@@ -310,11 +2378,11 @@
src/frontend/app/ui/albums/albums.component.html
- 15
+ 15,16
src/frontend/app/ui/albums/albums.component.html
- 34
+ 34,35
添加保存的搜索
@@ -330,7 +2398,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 5
+ 5,6
到 .pg2.conf
@@ -338,7 +2406,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 12
+ 12,13
将搜索保存到 .saved_searches.pg2conf
@@ -346,7 +2414,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 18
+ 17,18
将这个json数据加入到你相册中的 '.saved_searches.pg2conf' 文件:
@@ -354,7 +2422,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 20
+ 19,20
保存的搜索将在图库索引期间从文件中加载, 并且不会受数据库重置影响.
@@ -362,7 +2430,7 @@
src/frontend/app/ui/duplicates/duplicates.component.html
- 9,10
+ 8,10
未找到重复项
@@ -370,59 +2438,15 @@
src/frontend/app/ui/faces/faces.component.html
- 15
+ 16
没有发现人脸.
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 18
-
- 画廊
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 21
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.ts
- 23
-
- 相册
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 24
-
-
- src/frontend/app/ui/gallery/filter/filter.service.ts
- 39
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.ts
- 30
-
- 人脸
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 54
-
- 重复
-
src/frontend/app/ui/frame/frame.component.html
- 62
+ 83
设置
@@ -430,7 +2454,7 @@
src/frontend/app/ui/frame/frame.component.html
- 68
+ 89
登出
@@ -454,7 +2478,7 @@
src/frontend/app/ui/gallery/filter/filter.gallery.component.ts
- 20
+ 23
未知
@@ -462,7 +2486,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 33
+ 34
关键词
@@ -470,7 +2494,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 40
+ 44
没有人脸
@@ -478,7 +2502,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 45
+ 49
人脸分组
@@ -486,7 +2510,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 51
+ 59
标题
@@ -494,7 +2518,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 56
+ 64
评分
@@ -502,7 +2526,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 61
+ 69
相机
@@ -510,7 +2534,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 66
+ 74
镜片
@@ -518,7 +2542,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 71
+ 79
城市
@@ -526,7 +2550,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 76
+ 84
状态
@@ -534,7 +2558,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 81
+ 89
国家
@@ -562,23 +2586,11 @@
结果太多无法显示. 请改善你的搜索条件.
-
-
-
- src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 11
-
-
- src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 29
-
- 下载
-
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 15
+ 10
信息 快捷键: i
@@ -586,11 +2598,11 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 22
+ 17
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 31
+ 25
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -602,11 +2614,123 @@
切换全屏, 快捷键: f
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 45
+
+ Download
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow playback speed
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow speed:
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ key: c
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ Show caption
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 70
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 88
+
+ on hover
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 71
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 89
+
+ always
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ key: a
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ Show faces
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ key: l
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ Play videos
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 108
+
+ once
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 109
+
+ loop
+
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 38
+ 123
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -618,7 +2742,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 90
+ 179
快捷键: 左箭头
@@ -626,7 +2750,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 94
+ 183
快捷键: 右箭头
@@ -634,7 +2758,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 100
+ 189
缩小, 快捷键: '-'
@@ -642,7 +2766,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 107
+ 196
放大, 快捷键: '+'
@@ -652,21 +2776,17 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
3
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
信息
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 51
+ 50
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 45
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 46
时长
@@ -674,7 +2794,7 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 57
+ 56
比特率
@@ -682,7 +2802,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 20
+ 21
加载视频时出错.
@@ -690,7 +2810,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 23,26
+ 23,27
很可能视频没有转码. 可以通过设置进行转码. 这些视频转码之后才能在线观看
@@ -698,7 +2818,7 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 12
+ 14
搜索:
@@ -706,15 +2826,23 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 20
+ 23,24
项目
+
+
+
+ src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
+ 32
+
+ 下载
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 39
+ 42
展开目录
@@ -722,17 +2850,17 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 48
+ 51
过滤器
-
-
+
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts
- 38
+ 48
- 图片
+ Home
@@ -754,11 +2882,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.html
- 29,30
+ 28,29
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 32,33
+ 33
复制
@@ -766,11 +2894,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.ts
- 97
+ 104
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 115
+ 126
网址已复制到剪贴板
@@ -790,7 +2918,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 100
+ 104
从
@@ -798,7 +2926,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 114
+ 118
从日期
@@ -806,7 +2934,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 126
+ 130
迄今为止
@@ -814,11 +2942,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 138
+ 142
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 167
+ 171
最低评分
@@ -826,11 +2954,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 152
+ 156
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 184
+ 188
最高评分
@@ -838,7 +2966,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 206
+ 210
垂直
@@ -846,7 +2974,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 207
+ 211
水平
@@ -854,39 +2982,27 @@
src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.html
- 51
+ 50
插入
src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
- 25
+ 23,24
-
+
-
-
-
- src/frontend/app/ui/gallery/search/search.gallery.component.html
- 31
-
-
- src/frontend/app/ui/settings/search/search.settings.component.ts
- 22
-
- 搜索
-
src/frontend/app/ui/gallery/search/search.gallery.component.html
- 68
+ 63,64
保存搜索到相册.
@@ -894,15 +3010,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 4
+ 5
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 10
-
-
- src/frontend/app/ui/settings/share/share.settings.component.ts
- 26
+ 11,12
分享
@@ -910,7 +3022,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 39
+ 39,40
分享:
@@ -918,43 +3030,15 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 52
+ 52,53
包括子文件夹:
-
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 74
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 86
-
-
- src/frontend/app/ui/login/login.component.html
- 45
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 66
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 79
-
-
- src/frontend/app/ui/sharelogin/share-login.component.html
- 25
-
- 密码
-
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 93
+ 93,94
有效期:
@@ -962,7 +3046,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 106
+ 106,107
分钟
@@ -970,7 +3054,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 107
+ 107,108
小时
@@ -978,7 +3062,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 108
+ 108,109
天
@@ -986,7 +3070,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 109
+ 109,110
月
@@ -994,7 +3078,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 110
+ 110,111
永远
@@ -1002,7 +3086,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 51
+ 49
是
@@ -1010,7 +3094,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 52
+ 50
否
@@ -1018,11 +3102,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 92
+ 94
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 99
+ 106
正在加载..
@@ -1030,7 +3114,7 @@
src/frontend/app/ui/login/login.component.html
- 10
+ 10,11
请登录
@@ -1038,31 +3122,15 @@
src/frontend/app/ui/login/login.component.html
- 13,14
+ 13
错误的用户名或密码
-
-
-
- src/frontend/app/ui/login/login.component.html
- 29
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 57
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 77
-
- 用户名
-
src/frontend/app/ui/login/login.component.html
- 58
+ 47,48
记住账号
@@ -1070,1056 +3138,323 @@
src/frontend/app/ui/login/login.component.html
- 68,69
+ 56
登录
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
- 设置已保存
-
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- 成功
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 2,5
-
- 您似乎是在 Docker 容器中运行该应用程序. Docker内的这个配置不应该被修改,除非您知道你在做什么.
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 64
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 135
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 168
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 47
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 11
-
- 已禁用
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 65
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 14
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 136
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 169
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 46
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 12
-
- 已启用
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 149
-
- 只读
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 151
-
- 默认值
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 25
-
- 在顶部显示相册标签并且允许创建保存搜索
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 27
-
- 注意: 自定义相册不支持, 详见:
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 33,34
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 96,97
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 78,79
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 64,65
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 219,220
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 105,106
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 35,36
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 129,130
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 49,50
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 30,31
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 47,48
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 72,73
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 46,47
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 54,55
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 143,144
-
- 保存
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 37,38
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 100,101
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 82,83
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 55,56
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 68,69
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 223,224
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 109,110
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 39,40
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 133,134
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 53,54
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 34,35
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 76,77
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 50,51
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 58,59
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 147,148
-
- 重置
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 11
-
- 页面标题
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 35
-
- 服务器IP
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 22
-
- 服务器将接受来自此 IPv6 或 IPv4 地址的连接.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 31
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 42
-
- 端口号
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 32
-
- 端口号.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 42
-
- 图片文件夹
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 43
-
- 图像从此文件夹加载(需要读取权限)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 53
-
- 临时文件夹
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 54,55
-
- 缩略图、转换后的照片、视频将存储在这里(需要写入权限)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 65
-
- 页面公共url地址
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 68,69
-
- 如果您从本地网络访问页面, 最好知道用于创建共享链接的公共 url地址
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 77
-
- 基础url地址
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 78,81
-
- 如果您在子URL下访问画廊(例如: http://mydomain.com/myGallery), 请在此处进行设置. 如果不生效,可能是你漏掉了开头的'/'.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 91,92
-
- 公共网址和网址基础不匹配. 一些功能可能会失效.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 26
-
- 基础
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 34
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
- 重新启动服务器以应用新设置
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 10
-
- 类型
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 16,17
-
- 手动安装mysql模块来使用mysql(npm install mysql)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 22
-
- 数据库文件夹
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 23
-
- 所有基于文件的数据都将存储在这里(sqlite 数据库, 用户数据库, 任务历史数据)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 50
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 26
-
- 数据库
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 36
-
- (推荐)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 38
-
- (已弃用, 将被删除)
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 31
-
- 覆盖关键字
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 33
-
- 如果照片具有相同的面部(人)名称和关键字, 应用程序将删除重复项, 仅保留面部.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 38
-
- 朝向右边的人脸
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 40
-
- 为(最喜欢的)人脸加注星标所需的最低权限.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 47,48
-
- 这些设置不支持人脸.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 12
-
- 索引缓存超时 [ms]
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 13
-
- 如果此时没有索引, 则重新索引. (如果索引在数据库内并且灵敏度为低时会跳过)
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 21
-
- 文件夹重新索引灵敏度
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 23
-
- 设置重新索引灵敏度. 越高则扫描文件夹变动越频繁.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 29
-
- 排除文件夹列表
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 34
-
- 要从索引中排除的文件夹
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 37,40
-
- ';'分隔的字符串. 如果以'/'开头,会被当作绝对路径. 如果不以'/'开头,但是包含'/', 则会被当作相对路径. 如果没有包含'/', 任何以此为命名的文件夹都会被排除.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 45
-
- 排除文件列表
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 50
-
- 将文件夹标记为从索引中排除的文件
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 53,55
-
- ';'分隔的字符串. 任何一个包含有这个名字文件的文件夹都会被从索引中排除.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 75
-
- 如果您将新文件夹添加到您的画廊, 网站会自动将其编入索引.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 76
-
- 如果您想手动触发索引, 请单击索引按钮.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 79
-
- 注意: 搜索仅适用于已索引目录
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 106,107
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 2,4
统计:
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 109
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 6
文件夹
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 113
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 10
相片
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 117
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 14
视频
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 122
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 19
人物
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 126
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 23
尺寸
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 36
+ src/frontend/app/ui/settings/scheduled-jobs.service.ts
+ 128
- 文件夹索引
+ 任务完成
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 68
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 1,5
- 低
+ 您似乎是在 Docker 容器中运行该应用程序. Docker内的这个配置不应该被修改,除非您知道你在做什么.
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 71
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 65
- 中
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 12,13
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 131,132
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 165,166
+
+ 已禁用
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 74
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 92
- 高
+ 图块网址*
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 86
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 120,121
- 文件夹索引开始
+ 添加图层
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 105
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 182,183
- 文件夹索引中断
+ + Add Link
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 124
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 242,243
- 重置数据库
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 282,283
+
+ + Add
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 301
+
+ ';' separated list.
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 304
+
+ See
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 308
+
+ Reset database after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 312
+
+ Restart server after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 229
+
+ 只读
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 231
+
+ 默认值
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 33,34
+
+ config is not supported with these settings.
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 45
+
+ 保存
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 49
+
+ 重置
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 281,280
+
+ 设置已保存
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 282,280
+
+ 成功
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 4,5
+
+ User list
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 46,47
+
+ + 添加用户
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 56,57
+
+ 添加新用户
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 72,73
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 248,249
+
+ 关闭
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 76
+
+ 添加用户
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.ts
+ 82,80
+
+ 用户创建错误!
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 2
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 2,3
手动触发任务运行
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 7
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 8
现在运行
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 15
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 17
取消
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 68
任务开始
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 59
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 88
停止任务
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 116
-
- 每一个
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 25
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 68
-
- 绝不
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 27
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 67
-
- 后
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 50
-
- 任务:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 64
-
- 周期性:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 74,75
-
- 设置运行任务的时间.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 80
-
- 后:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 91,92
-
- 这个任务会在那个任务完成后运行.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 98
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 108
-
- 在:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 127
-
- 允许并行运行
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 143,144
-
- 即使其他任务已在运行, 也能使任务启动.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 198,199
-
- ';'
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 226,227
-
- + 添加任务
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 241
-
- 添加新任务
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 255,256
-
- 选择要安排的任务.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 260
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 87
-
- 关闭
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 263,264
-
- 添加任务
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 57
-
- 任务
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 69
-
- 定期的
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 70
-
- 预定
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 73
-
- 周一
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 74
-
- 周二
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 75
-
- 周三
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 76
-
- 周四
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 77
-
- 周五
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 78
-
- 周六
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 79
-
- 周日
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 80
-
- 日
-
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 3,4
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 2,4
最后运行:
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
5
在此期间运行
@@ -2127,7 +3462,7 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
14
状态
@@ -2135,1120 +3470,361 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 32
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 33
取消中...
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 43
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 44
经过时间
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 82
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 83
已处理
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 86
已跳过
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 84
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 89
剩余
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 85
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 92
全部
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 111,112
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 118,120
日志
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 38
已处理
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 42
已跳过
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 29
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 46
全部
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 75
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 109
运行中
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 77
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 111
取消中
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 79
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 113
已取消
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 81
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 115
已中断
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 117
已完成
-
-
+
+
- src/frontend/app/ui/settings/map/map.settings.component.html
- 30
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 11,12
- 使用图像标记
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 31
-
- 地图将使用缩略图作为标记而不是默认的图钉.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 40
-
- 地图提供者
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 52
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 27
-
- 名称
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 53
-
- 图块网址*
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 78
-
- *地图模块将使用这些网址来获取地图图块.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 83,84
-
- 添加图层
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 90
-
- Mapbox 访问令牌
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 96
-
- MapBox 需要访问令牌才能运行, 请在以下位置创建一个
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.ts
- 27
-
- 地图
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 11
-
- *.gpx 文件
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 12
-
- 读取 *.gpx 文件并将它们渲染在地图上.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 19
-
- Markdown 文件
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 20
-
- 读取目录中的 *.md 文件并在地图旁边显示.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 26
-
- *.pg2conf 文件
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 27
-
- 读取 *.pg2conf 文件(您可以将其用于自定义排序和保存搜索(相册)).
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts
- 23
-
- 元文件
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 7
-
- 错误:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 10
-
- 线程:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 14
-
- 线程
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 15
-
- 在不同的线程中运行目录扫描.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 22
-
- 缩略图线程
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 23
-
- 用于生成缩略图的线程数. 如果设为自动, 则使用cpu核心数减1个线程
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 33
-
- 杂项:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 36
-
- 基于滚动的缩略图生成
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 37
-
- 那些在屏幕上可见的缩略图获得更高的优先级.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 43
-
- 延迟图像渲染
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 44
-
- 一次仅显示所需数量的照片. 到了页面底部才渲染更多.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 50
-
- 缓存
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 51
-
- 缓存目录内容和搜索结果以获得更好的性能.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 57
-
- 标题优先命名
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 58
-
- 显示 EXIF 数据中的标题 (IPTC 120) 标签而不是文件名.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 64
-
- 下载压缩包
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 65
-
- [实验性: 不适用于搜索] 启用下载目录内容的zip包
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 71
-
- 目录展开
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 72
-
- [实验性: 如果图库具有相同路径的多个文件夹将不起作用] 添加一个按钮以展开文件结构, 这会列出所有子目录的内容.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 82
-
- 导航栏:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 85
-
- 显示项目数
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 86
-
- 显示文件夹中的项目(照片)数量.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 100
-
- 默认照片排序方式
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 109
-
- 按日期排序目录
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 110
-
- 如果启用, 目录将和照片一样按日期排序, 否则按名称排序.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 118
-
- 自定义 HTML 头
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 32
-
- 其他
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 9
-
- 照片转换:
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 12
-
- 转换
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 13
-
- 缩小照片以加快预览加载速度. (放大加载原图)
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 19
-
- 即时转换
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 20
-
- 在请求时即时转换照片.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 28
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 66
-
- 分辨率
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 29
-
- 转换后照片的较短边缘将按比例缩小, 同时保持纵横比.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 38
-
- 在缩放时加载全分辨率图像
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 39
-
- 启用在 ligthbox(预览)中缩放时加载全分辨率图像.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.ts
- 36
-
- 照片
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 10
-
- 预览过滤器查询
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 11
-
- 使用此搜索查询过滤子文件夹
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 20
-
- 预览排序
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 21
-
- 如果有多个预览可用, 则按这些方法对它们进行排序并选择第一个.
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.ts
- 31
-
- 预览
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 30,33
-
- 此功能使您能够生成"随机照片"网址. 这个URL地址会返回一张你的相册中随机的照片. 你可以配合第三方应用来实现诸如随机桌面壁纸的效果.
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 36,37
-
- Note: With the current implementation, random link also requires login. See:
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 43,44
-
- 这些设置不支持随机照片
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts
- 22
-
- 随机照片
-
-
-
-
- src/frontend/app/ui/settings/scheduled-jobs.service.ts
- 80
-
- 任务完成
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 32
-
- 自动补全
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 33
-
- 在键入搜索查询时显示提示.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 40
-
- 最多媒体数量
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 41
-
- 一个搜索结果中列出的最大照片和视频数量
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 49
-
- 列出目录
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 50
-
- 搜索也将返回目录
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 57
-
- 列出元文件
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 58
-
- 搜索也返回元数据中包含搜索结果的元文件
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 68,69
-
- 这些设置不支持搜索
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 29
-
- 密码保护
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 30
-
- 启用受密码保护的共享链接.
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 40,41
-
- 这些设置不支持共享
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 57
-
- 共享链接:
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 63
-
- 密钥
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 64
-
- 文件夹
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 65
-
- 创造者
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 66
-
- 过期
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 86,87
-
- 没有创建共享.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 11
-
- 缩略图质量
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 12
-
- 高质量可能会很慢.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 20
-
- 图标大小
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 21
-
- 图标大小(用于地图).
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 30
-
- 缩略图大小
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 37
-
- 缩略图的大小.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 39,41
-
- 将生成最佳匹配尺寸. (尺寸越大质量越好, 但是要消耗更多的存储和CPU用于渲染.)
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 43,45
-
- ';' 分隔的数字. 如果大小是240, 那么缩略图的短边则为160像素.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts
- 31
-
- 缩略图
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 28
-
- 角色
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 55,56
-
- + 添加用户
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 59,60
-
- 要使用密码保护站点 / 必须登录来启用此功能.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 70
-
- 添加新用户
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 90,91
-
- 添加用户
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 45
-
- 密码保护
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 48
-
- 低
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 49
-
- 高
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
- 密码保护已启用
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 87
-
- 建议重启服务器.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- 密码保护已禁用
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 113
-
- 用户创建错误!
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 26,29
-
- 视频支持使用 ffmpeg. PATH环境变量中需要有ffmpeg和ffprobe, 或者安装 @ffmpeg-installer/ffmpeg 和 @ffprobe-installer/ffprobe 这两个包.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 33
-
- 视频转码:
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 35,38
-
- 为保证视频播放流畅, 视频转码建议码率低于服务器上传码率.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 39
-
- 转码后的视频将保存到缩略图文件夹中.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 40,43
-
- 您可以手动触发转码, 但您也可以在高级设置模式下创建自动编码任务.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 47
-
- 格式
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 57
-
- 编解码器
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 67
-
- 输出视频的高度将缩小, 同时保持纵横比.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 77
-
- FPS
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 78
-
- 输出视频的每秒目标帧数 (fps) 将按比例缩小.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 90
-
- 比特率
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 104,106
-
- 输出视频的目标比特率将按比例缩小. 建议低于服务器上传码率
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
+ src/frontend/app/ui/settings/workflow/workflow.component.html
112
- CRF
+ 每一个
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 113
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 16,17
- 恒定速率因子 (CRF) 标度的范围是 0–51,其中 0 是无损, 23 是默认值, 51 是最差.
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 81
+
+ 绝不
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 121
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 18,19
- 预设
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 80
+
+ 后
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 122
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 42,43
- 预设是一组选项, 可提供特定的编码速度与压缩比. 越慢的预设可以提供更高的压缩比(会影响画质).
+ 任务:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 130
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 56,57
- 自定义选项
+ 周期性:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 131
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 66,67
- ; 分隔的值. 会被作为自定义参数传给ffmpeg.
+ 设置运行任务的时间.
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 72,73
- 视频
+ 后:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 85,86
+
+ 这个任务会在那个任务完成后运行.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 92,93
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 102,103
+
+ 在:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 123,124
+
+ 允许并行运行
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 140,141
+
+ 即使其他任务已在运行, 也能使任务启动.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 198,199
+
+ ';'
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 218,221
+
+ + 添加任务
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 228,229
+
+ 添加新任务
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 243,244
+
+ 选择要安排的任务.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 252
+
+ 添加任务
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 82
+
+ 定期的
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 83
+
+ 预定
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 86,85
+
+ 周一
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 87,85
+
+ 周二
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 88,85
+
+ 周三
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 89,85
+
+ 周四
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 90,85
+
+ 周五
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 91,85
+
+ 周六
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 92,85
+
+ 周日
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 93,85
+
+ 日
src/frontend/app/ui/sharelogin/share-login.component.html
- 11
+ 11,13
密码错误
-
-
+
+
src/frontend/app/ui/sharelogin/share-login.component.html
- 39
+ 40
进入
diff --git a/src/frontend/translate/messages.de.xlf b/src/frontend/translate/messages.de.xlf
index 590b5942..b2753fb8 100644
--- a/src/frontend/translate/messages.de.xlf
+++ b/src/frontend/translate/messages.de.xlf
@@ -2,11 +2,1979 @@
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 100
+
+
+ src/common/config/private/PrivateConfig.ts
+ 973
+
+ Host
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 110
+
+
+ src/common/config/private/PrivateConfig.ts
+ 961
+
+ Port
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 120
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1029
+
+ Datenbank
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 130
+
+
+ src/frontend/app/ui/login/login.component.html
+ 25,26
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 62,63
+
+ Nutzername
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 140
+
+
+ src/common/config/private/PrivateConfig.ts
+ 186
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 74
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 86,87
+
+
+ src/frontend/app/ui/login/login.component.html
+ 36,37
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 64,65
+
+
+ src/frontend/app/ui/sharelogin/share-login.component.html
+ 25,26
+
+ Passwort
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 153
+
+ Sqlite db filename
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 157
+
+ Sqlite will save the db with this filename.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 167
+
+
+ src/common/config/public/ClientConfig.ts
+ 370
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 91
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 16,17
+
+ Name
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 177
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 17,18
+
+ Rolle
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 190
+
+ Unencrypted, temporary password. App will encrypt it and delete this.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 196
+
+ Encrypted password
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 231
+
+
+ src/common/config/public/ClientConfig.ts
+ 362
+
+ Art
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 236
+
+ SQLite is recommended.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 243
+
+ Ordner Datenbank
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 247
+
+ All file-based data will be stored here (sqlite database, job history data).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 254
+
+ SQLite
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 264
+
+ MySQL
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 281
+
+
+ src/common/config/private/PrivateConfig.ts
+ 298
+
+ Enforced users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 287
+
+ Creates these users in the DB during startup if they do not exist. If a user with this name exist, it won't be overwritten, even if the role is different.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 301
+
+ if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 308
+
+ Converted photo and thumbnail quality
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 311
+
+ Between 0-100.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 318
+
+ Person face margin
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 321
+
+ Person face size ratio on the face thumbnail.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 331
+
+ OnTheFly *.gpx compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 335
+
+ Enables on the fly *.gpx compression.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 342
+
+ Min distance
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 347
+
+ Filters out entry that are closer than this in meters.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 354
+
+ Min time delta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 359
+
+ Filters out entry that are closer than this in time in milliseconds.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 369
+
+
+ src/common/config/public/ClientConfig.ts
+ 669
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 49
+
+ GPX compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 387
+
+ Update timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 391
+
+ After creating a sharing link, it can be updated for this long.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 402
+
+ Index cache timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 406
+
+ If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 413
+
+ Empfindlichkeit für die Neuindizierung von Ordnern
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 416
+
+ Stellen Sie die Neuindizierungsempfindlichkeit ein. Ein hoher Wert überprüft die Ordner häufiger auf Änderungen.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 423
+
+ Ordnerliste ausschließen
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 429
+
+ Folders to exclude from indexing. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 436
+
+ List ausgeschlossener Dateien
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 440
+
+ .ignore;.pg2ignore
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 442
+
+ Files that mark a folder to be excluded from indexing. Any folder that contains a file with this name will be excluded from indexing.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 452
+
+
+ src/common/config/private/PrivateConfig.ts
+ 984
+
+ Einfädeln (Threading)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 456
+
+ Runs directory scanning and thumbnail generation in a different thread.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 462
+
+ Bereich Vorschaubilder
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 466
+
+ Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 477
+
+ Max duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 480
+
+ Maximum number of duplicates to list.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 490
+
+ Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 493
+
+ Logging level.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 499
+
+ Sql Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 502
+
+ Logging level for SQL queries.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 507
+
+ Server timing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 510
+
+ If enabled, the app ads "Server-Timing" http header to the response.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 610
+
+ Max saved progress
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 613
+
+ Job history size.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 620
+
+ Processing batch size
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 623
+
+ Jobs load this many photos or videos form the DB for processing at once.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 629
+
+ Scheduled jobs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 685
+
+ Bitrate
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 689
+
+ Die Zielbitrate des Ausgabevideos wird dabei herunterskaliert. Diese sollte geringer sein als die Upload-Rate Ihres Heimservers.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 696
+
+
+ src/common/config/private/PrivateConfig.ts
+ 808
+
+ Auflösung
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 701
+
+ Die Höhe des ausgegebenen Videos wird unter Beibehaltung des Seitenverhältnisses auf diese Höhe verkleinert.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 708
+
+ FPS
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 712
+
+ Das Zielbild pro Sekunde (fps) des ausgegebenen Videos wird hierdurch verkleinert.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 718
+
+ Format
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 727
+
+ MP4 codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 737
+
+ Webm Codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 748
+
+ CRF
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 751
+
+ Der Bereich der Constant Rate Factor (CRF)-Skala liegt zwischen 0 und 51, wobei 0 verlustfrei, 23 der Standardwert und 51 die schlechteste Qualität ist.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 759
+
+ Voreinstellung
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 762
+
+ Eine Voreinstellung ist eine Sammlung von Optionen, die ein bestimmtes Verhältnis von Codierungsgeschwindigkeit zu Komprimierung bereitstellen. Eine langsamere Voreinstellung bietet eine bessere Komprimierung (Komprimierung ist Qualität pro Dateigröße).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 769
+
+ Benutzerdefinierte Optionen
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 774
+
+ It will be sent to ffmpeg as it is, as custom options.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 783
+
+ Video transcoding
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 787
+
+ To ensure smooth video playback, video transcoding is recommended to a lower bit rate than the server's upload rate. The transcoded videos will be save to the thumbnail folder. You can trigger the transcoding manually, but you can also create an automatic encoding job in advanced settings mode.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 796
+
+ Im laufenden Betrieb konvertieren
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 802
+
+ Konvertiert Fotos im laufenden Betrieb, wenn sie angefordert werden.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 815
+
+ Der kürzere Rand des konvertierten Fotos wird unter Beibehaltung des Seitenverhältnisses darauf verkleinert.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 824
+
+ Photo resizing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 836
+
+ Preview Filter query
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 841
+
+ Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 850
+
+ Preview Sorting
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 854
+
+ If multiple preview is available sorts them by these methods and selects the first one.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 866
+
+ Bilderordner
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 871
+
+ Bilder werden aus diesem Ordner geladen (Leseberechtigung erforderlich)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 877
+
+ Temp-Ordner
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 882
+
+ Vorschaubilder, konvertierte Fotos, Videos werden hier gespeichert (Schreibgenehmigung erforderlich)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 889
+
+ Metadata read buffer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 895
+
+ Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 901
+
+
+ src/common/config/public/ClientConfig.ts
+ 640
+
+ Video
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 910
+
+ 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.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 915
+
+
+ src/common/config/public/ClientConfig.ts
+ 647
+
+ Foto
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 928
+
+
+ src/common/config/public/ClientConfig.ts
+ 633
+
+ Vorschaubild
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 951
+
+ Session Timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 955
+
+ Users kept logged in for this long time.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 966
+
+ Port-Nummer. Port 80 ist normalerweise der Standardport.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 978
+
+ Der Server akzeptiert Verbindungen von dieser IPv6- oder IPv4-Adresse.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 992
+
+ Protokolle
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1021
+
+ Server
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1037
+
+ Users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1045
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 33
+
+ Indizierung
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1050
+
+ If you add a new folder to your gallery, the site indexes it automatically. If you would like to trigger indexing manually, click index button. (Note: search only works among the indexed directories.)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1061
+
+ Media
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1069
+
+ Meta-Datei
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1077
+
+ Preview
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1092
+
+ Sharing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1100
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 75
+
+ Duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1108
+
+ Aufträge
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 60
+
+ Enable Autocomplete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 63
+
+ Zeigen Sie Hinweise an, während Sie eine Suchabfrage eingeben.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 70
+
+ Max items per category
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 73
+
+ Maximum number autocomplete items shown per category.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 80
+
+ Maximum items
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 83
+
+ Maximum number autocomplete items shown at once.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 90
+
+
+ src/common/config/public/ClientConfig.ts
+ 114
+
+ Cache timeout
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 94
+
+ Autocomplete cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 104
+
+
+ src/common/config/public/ClientConfig.ts
+ 173
+
+
+ src/common/config/public/ClientConfig.ts
+ 185
+
+
+ src/common/config/public/ClientConfig.ts
+ 207
+
+
+ src/common/config/public/ClientConfig.ts
+ 246
+
+
+ src/common/config/public/ClientConfig.ts
+ 538
+
+
+ src/common/config/public/ClientConfig.ts
+ 575
+
+ Enable
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 107
+
+ Enables searching.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 118
+
+ Search cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 124
+
+ Autovervollständigung
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 133
+
+ Maximales Medienergebnis
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 136
+
+ Maximum number of photos and videos that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 142
+
+ Maximum directory result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 145
+
+ Maximum number of directories that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 151
+
+ List directories
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 154
+
+ Search returns also with directories, not just media.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 160
+
+ List metafiles
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 163
+
+ Search also returns with metafiles from directories that contain a media file of the matched search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 188
+
+ Enables sharing.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 194
+
+ Passwortgeschützt
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 197
+
+ Aktiviert passwortgeschützte Freigabelinks.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 210
+
+ Enables random link generation.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 222
+
+ Name of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 231
+
+ Url of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 252
+
+ Image Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 255
+
+ Map verwendet Miniaturbilder als Markierungen anstelle der Standard-PIN.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 261
+
+ Map Provider
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 269
+
+ Mapbox-Zugriffstoken
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 273
+
+ MapBox needs an access token to work, create one at https://www.mapbox.com.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 278
+
+ The map module will use these urls to fetch the map tiles.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 281
+
+ Custom Layers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 291
+
+ Max Preview Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 294
+
+ Maximum number of markers to be shown on the map preview on the gallery page.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 304
+
+ Map Icon size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 308
+
+ Symbolgröße (wird auf Karten verwendet).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 313
+
+ Person thumbnail size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 317
+
+ Person (face) thumbnail size.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 322
+
+ Miniaturbildgrößen
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 325
+
+ Size of the thumbnails. The best matching size will be generated. More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will have 160 pixels.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 378
+
+ SearchQuery
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 388
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 47
+
+ Url
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 410
+
+ Artikelanzahl anzeigen
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 413
+
+ Shows the number photos and videos on the navigation bar.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 419
+
+ Links
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 424
+
+ Visible links in the top menu.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 437
+
+ Zwischenspeicher
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 440
+
+ Zwischenspeicherte Verzeichnisinhalte und Suchergebnisse für eine bessere Leistung.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 445
+
+ scrollbasierte Erstellung von Vorschaubilder
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 448
+
+ Diese Vorschaubilder erhalten eine höhere Priorität, die auf dem Bildschirm sichtbar sind.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 454
+
+ Default sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 457
+
+ Default sorting method for photo and video in a directory results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 463
+
+ Default search sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 466
+
+ Default sorting method for photo and video in a search results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 472
+
+ Verzeichnisse nach Datum sortieren
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 475
+
+ 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.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 481
+
+ On scroll thumbnail prioritising
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 484
+
+ Those thumbnails will be rendered first that are in view.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 489
+
+ Navigation bar
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 496
+
+ Bildbeschriftung, erste Benennung
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 499
+
+ Zeigen Sie die Beschriftungs-Tags (IPTC 120) aus den EXIF-Daten anstelle der Dateinamen an.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 504
+
+ Download Zip
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 509
+
+ Enable download zip of a directory contents Directory flattening. (Does not work for searches.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 514
+
+ Directory flattening
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 519
+
+ Adds a button to flattens the file structure, by listing the content of all subdirectories. (Won't work if the gallery has multiple folders with the same path.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 524
+
+ Default slideshow speed
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 529
+
+ Default time interval for displaying a photo in the slide show.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 547
+
+ Supported formats with transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 552
+
+ Video formats that are supported after transcoding (with the build-in ffmpeg support).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 560
+
+ Supported formats without transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 565
+
+ 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
+ 577
+
+ Enable photo converting.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 583
+
+ Load full resolution image on zoom.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 588
+
+ Ermöglicht das Laden des Bildes in voller Auflösung beim Zoomen in die Ligthbox (Vorschau).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 597
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 39
+
+ Photo converting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 606
+
+ Supported photo formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 610
+
+ 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
+ 619
+
+ Enable GPX compressing
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 624
+
+ Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 658
+
+ *.gpx files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 663
+
+ Reads *.gpx files and renders them on the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 678
+
+ Markdown files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 682
+
+ Reads *.md files in a directory and shows the next to the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 688
+
+ *.pg2conf files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 692
+
+ Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 698
+
+ Supported formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 702
+
+ The app will read and process these files.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 711
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 66
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 14
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 133
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 167
+
+ Aktiviert
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 719
+
+ Schlüsselwörter überschreiben
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 723
+
+ Wenn ein Foto denselben Gesichts- (Personen-) Namen und dasselbe Schlüsselwort hat, entfernt die App das Duplikat und behält nur das Gesicht bei.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 728
+
+ Gesicht mit der rechten Hauptrolle (Face starring right)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 731
+
+ Erforderliches Mindestrecht, um ein Gesicht zu markieren (Favorit).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 736
+
+ Face listing right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 739
+
+ Required minimum right to show the faces tab.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 749
+
+ Seitentitel
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 755
+
+ If you access the page form local network its good to know the public url for creating sharing link.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 757
+
+ öffentliche URL der Seite
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 765
+
+ 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.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 767
+
+ Basis-URL
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 779
+
+ Api path
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 790
+
+ Injects the content of this between the <head></head> HTML tags of the app. (You can use it add analytics or custom code to the app).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 792
+
+ Custom HTML Head
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 813
+
+ Passwortschutz
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 815
+
+ Enables user management with login to password protect the gallery.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 821
+
+ Default user right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 826
+
+ Default user right when password protection is disabled.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 843
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 49
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 26
+
+ Galerie
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 857
+
+ Album
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 865
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 48
+
+
+ src/frontend/app/ui/gallery/search/search.gallery.component.html
+ 26,27
+
+ Suche
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 876
+
+ Karte
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 884
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 51
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 21
+
+
+ src/frontend/app/ui/gallery/filter/filter.service.ts
+ 40
+
+ Gesichter
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 892
+
+ Random photo
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 896
+
+ 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/frontend/app/model/backendtext.service.ts
- 15
+ 11
Zielgröße
@@ -14,7 +1982,7 @@
src/frontend/app/model/backendtext.service.ts
- 17
+ 13
Diese Miniaturansichten werden generiert. Die Liste sollte eine Teilmenge der aktivierten Miniaturbildgrößen sein
@@ -22,7 +1990,7 @@
src/frontend/app/model/backendtext.service.ts
- 19
+ 15
Nur indiziert
@@ -30,7 +1998,7 @@
src/frontend/app/model/backendtext.service.ts
- 21
+ 17
Überprüft nur indizierte Dateien.
@@ -38,7 +2006,7 @@
src/frontend/app/model/backendtext.service.ts
- 23
+ 19
Nur Indexänderungen
@@ -46,75 +2014,67 @@
src/frontend/app/model/backendtext.service.ts
- 25
+ 21
Indiziert einen Ordner nur, wenn er geändert wurde.
-
-
+
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 35
+
+ Database reset
+
+
+
src/frontend/app/model/backendtext.service.ts
37
- Indizierung
+ Thumbnail generation
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 39
-
- Preview Filling
-
-
-
+
+
src/frontend/app/model/backendtext.service.ts
41
- Datenbank zurücksetzen
+ Video converting
-
-
+
+
src/frontend/app/model/backendtext.service.ts
43
- Erstellung Vorschaubilder
+ Temp folder cleaning
-
-
+
+
src/frontend/app/model/backendtext.service.ts
45
- Fotoumwandlung
+ Preview filling
-
-
+
+
src/frontend/app/model/backendtext.service.ts
47
- Videoumwandlung
-
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 49
-
- Reinigung des temporären Ordners
+ Preview reset
src/frontend/app/model/notification.service.ts
- 71
+ 84
src/frontend/app/model/notification.service.ts
- 74
+ 87
Serverfehler
@@ -122,7 +2082,7 @@
src/frontend/app/model/notification.service.ts
- 77
+ 90
Serverinformationen
@@ -130,7 +2090,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 23
+ 20
hour
h
@@ -139,7 +2099,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 26
+ 23
minute
m
@@ -148,67 +2108,191 @@
src/frontend/app/pipes/DurationPipe.ts
- 29
+ 26
second
s
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 13
-
- ascending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
- 15
-
- descending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
17
- aufsteigender Name
+ Developer
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 18
+
+ Admin
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
19
- absteigender Name
+ User
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 20
+
+ Guest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
21
- aufsteigendes Datum
+ LimitedGuest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 24
+
+ Basis
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 25
+
+ Fortgeschritten
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 26
+
+ Under the hood
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 28
+
+ Custom
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 29
+
+ OpenStreetMap
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 30
+
+ Mapbox
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 33
+
+ niedrig
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 34
+
+ hoch
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 35
+
+ mittel
- src/frontend/app/pipes/StringifySortingMethod.ts
- 23
+ src/frontend/app/ui/EnumTranslations.ts
+ 38
absteigendes Datum
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 39
+
+ aufsteigendes Datum
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 40
+
+ absteigender Name
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 41
+
+ aufsteigender Name
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 42
+
+ descending rating
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 43
+
+ ascending rating
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 25
+ src/frontend/app/ui/EnumTranslations.ts
+ 44
zufällig
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 50
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 18
+
+ Albums
+
@@ -233,11 +2317,11 @@
Git verplfichten
-
-
+
+
src/frontend/app/ui/admin/admin.component.html
- 17,18
+ 16,17
Serverbenachrichtigungen
@@ -245,7 +2329,7 @@
src/frontend/app/ui/admin/admin.component.html
- 36,37
+ 34,35
Starten Sie den Server neu, um diese Benachrichtigungen zu schließen.
@@ -253,7 +2337,7 @@
src/frontend/app/ui/admin/admin.component.html
- 48
+ 46
App Version:
@@ -261,31 +2345,15 @@
src/frontend/app/ui/admin/admin.component.html
- 52
+ 50,51
Modus
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 60
-
- Fortgeschritten
-
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 61
-
- Einfach
-
src/frontend/app/ui/admin/admin.component.html
- 79
+ 73,75
title of left card in settings page that contains settings contents
Menü
@@ -294,7 +2362,7 @@
src/frontend/app/ui/admin/admin.component.html
- 148
+ 116
Betriebszeit
@@ -302,7 +2370,7 @@
src/frontend/app/ui/albums/album/album.component.html
- 27
+ 27,28
Album is locked, cannot be deleted from the webpage.
@@ -310,11 +2378,11 @@
src/frontend/app/ui/albums/albums.component.html
- 15
+ 15,16
src/frontend/app/ui/albums/albums.component.html
- 34
+ 34,35
Add saved search
@@ -330,7 +2398,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 5
+ 5,6
To .pg2conf
@@ -338,7 +2406,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 12
+ 12,13
Saved Search to .saved_searches.pg2conf
@@ -346,7 +2414,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 18
+ 17,18
Add this json to a '.saved_searches.pg2conf' file in your gallery:
@@ -354,7 +2422,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 20
+ 19,20
This saved search will be loaded from file during gallery indexing and it will survive a database reset.
@@ -362,7 +2430,7 @@
src/frontend/app/ui/duplicates/duplicates.component.html
- 9,10
+ 8,10
No duplicates found
@@ -370,59 +2438,15 @@
src/frontend/app/ui/faces/faces.component.html
- 15
+ 16
Keine Gesichter vorhanden.
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 18
-
- Galerie
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 21
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.ts
- 23
-
- Albums
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 24
-
-
- src/frontend/app/ui/gallery/filter/filter.service.ts
- 39
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.ts
- 30
-
- Gesichter
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 54
-
- Duplicates
-
src/frontend/app/ui/frame/frame.component.html
- 62
+ 83
Einstellungen
@@ -430,7 +2454,7 @@
src/frontend/app/ui/frame/frame.component.html
- 68
+ 89
Abmelden
@@ -454,7 +2478,7 @@
src/frontend/app/ui/gallery/filter/filter.gallery.component.ts
- 20
+ 23
unknown
@@ -462,7 +2486,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 33
+ 34
Keywords
@@ -470,7 +2494,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 40
+ 44
no face
@@ -478,7 +2502,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 45
+ 49
Faces groups
@@ -486,7 +2510,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 51
+ 59
Caption
@@ -494,7 +2518,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 56
+ 64
Rating
@@ -502,7 +2526,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 61
+ 69
Camera
@@ -510,7 +2534,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 66
+ 74
Lens
@@ -518,7 +2542,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 71
+ 79
City
@@ -526,7 +2550,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 76
+ 84
State
@@ -534,7 +2558,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 81
+ 89
Country
@@ -562,23 +2586,11 @@
Zu viele Ergebnisse, um sie anzuzeigen. Verfeinere deine Suche.
-
-
-
- src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 11
-
-
- src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 29
-
- herunterladen
-
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 15
+ 10
Info, Taste: i
@@ -586,11 +2598,11 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 22
+ 17
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 31
+ 25
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -602,11 +2614,123 @@
Vollbild umschalten, Taste: f
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 45
+
+ Download
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow playback speed
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow speed:
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ key: c
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ Show caption
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 70
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 88
+
+ on hover
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 71
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 89
+
+ always
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ key: a
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ Show faces
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ key: l
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ Play videos
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 108
+
+ once
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 109
+
+ loop
+
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 38
+ 123
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -618,7 +2742,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 90
+ 179
Taste: Pfeil nach links
@@ -626,7 +2750,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 94
+ 183
Taste: Pfeil nach rechts
@@ -634,7 +2758,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 100
+ 189
Verkleinern, Taste: '-'
@@ -642,7 +2766,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 107
+ 196
Vergrößern, Taste: '+'
@@ -652,21 +2776,17 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
3
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
Info
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 51
+ 50
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 45
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 46
Dauer
@@ -674,7 +2794,7 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 57
+ 56
Bitrate
@@ -682,7 +2802,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 20
+ 21
Fehler beim Laden des Videos.
@@ -690,7 +2810,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 23,26
+ 23,27
Höchstwahrscheinlich ist das Video nicht transkodiert. Dies kann in den Einstellungen erfolgen. Sie müssen diese Videos transkodieren, um sie online ansehen zu können:
@@ -698,7 +2818,7 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 12
+ 14
Suche nach:
@@ -706,15 +2826,23 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 20
+ 23,24
Artikel
+
+
+
+ src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
+ 32
+
+ herunterladen
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 39
+ 42
Flatten directory
@@ -722,17 +2850,17 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 48
+ 51
Filters
-
-
+
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts
- 38
+ 48
- Bilder
+ Home
@@ -754,11 +2882,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.html
- 29,30
+ 28,29
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 32,33
+ 33
Kopie
@@ -766,11 +2894,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.ts
- 97
+ 104
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 115
+ 126
Die URL wurde in die Zwischenablage kopiert
@@ -790,7 +2918,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 100
+ 104
von
@@ -798,7 +2926,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 114
+ 118
von Datum
@@ -806,7 +2934,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 126
+ 130
bis Datum
@@ -814,11 +2942,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 138
+ 142
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 167
+ 171
Mindestbewertung
@@ -826,11 +2954,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 152
+ 156
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 184
+ 188
Höchstbewertung
@@ -838,7 +2966,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 206
+ 210
Porträt
@@ -846,7 +2974,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 207
+ 211
Landschaft
@@ -854,39 +2982,27 @@
src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.html
- 51
+ 50
Einfügen
src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
- 25
+ 23,24
-
+
-
-
-
- src/frontend/app/ui/gallery/search/search.gallery.component.html
- 31
-
-
- src/frontend/app/ui/settings/search/search.settings.component.ts
- 22
-
- Suche
-
src/frontend/app/ui/gallery/search/search.gallery.component.html
- 68
+ 63,64
Save search to album
@@ -894,15 +3010,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 4
+ 5
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 10
-
-
- src/frontend/app/ui/settings/share/share.settings.component.ts
- 26
+ 11,12
teilen
@@ -910,7 +3022,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 39
+ 39,40
Teilen:
@@ -918,43 +3030,15 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 52
+ 52,53
inklusive Unterordner:
-
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 74
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 86
-
-
- src/frontend/app/ui/login/login.component.html
- 45
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 66
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 79
-
-
- src/frontend/app/ui/sharelogin/share-login.component.html
- 25
-
- Passwort
-
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 93
+ 93,94
Gültig:
@@ -962,7 +3046,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 106
+ 106,107
Minuten
@@ -970,7 +3054,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 107
+ 107,108
Stunden
@@ -978,7 +3062,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 108
+ 108,109
Tage
@@ -986,7 +3070,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 109
+ 109,110
Monate
@@ -994,7 +3078,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 110
+ 110,111
Für immer
@@ -1002,7 +3086,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 51
+ 49
Ja
@@ -1010,7 +3094,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 52
+ 50
Nein
@@ -1018,11 +3102,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 92
+ 94
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 99
+ 106
wird geladen...
@@ -1030,7 +3114,7 @@
src/frontend/app/ui/login/login.component.html
- 10
+ 10,11
Bitte einloggen
@@ -1038,31 +3122,15 @@
src/frontend/app/ui/login/login.component.html
- 13,14
+ 13
Benutzername oder Passwort ist falsch
-
-
-
- src/frontend/app/ui/login/login.component.html
- 29
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 57
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 77
-
- Nutzername
-
src/frontend/app/ui/login/login.component.html
- 58
+ 47,48
erinnere mich
@@ -1070,1056 +3138,323 @@
src/frontend/app/ui/login/login.component.html
- 68,69
+ 56
Anmeldung
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
- Einstellungen gespeichert
-
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Erfolg
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 2,5
-
- Es scheint, dass Sie die Anwendung in einem Docker-Container ausführen. Diese Einstellung sollte im Docker nicht geändert werden. Stellen Sie sicher, dass Sie wissen, was Sie tun.
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 64
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 135
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 168
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 47
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 11
-
- Deaktiviert
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 65
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 14
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 136
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 169
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 46
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 12
-
- Aktiviert
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 149
-
- schreibgeschützt
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 151
-
- Standardwert
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 25
-
- Shows albums tab in the top bar and enables creating saved searches.
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 27
-
- Note: custom albums are not supported, see:
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 33,34
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 96,97
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 78,79
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 64,65
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 219,220
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 105,106
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 35,36
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 129,130
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 49,50
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 30,31
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 47,48
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 72,73
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 46,47
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 54,55
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 143,144
-
- Speichern
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 37,38
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 100,101
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 82,83
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 55,56
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 68,69
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 223,224
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 109,110
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 39,40
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 133,134
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 53,54
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 34,35
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 76,77
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 50,51
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 58,59
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 147,148
-
- Zurücksetzen
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 11
-
- Seitentitel
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 35
-
- Host
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 22
-
- Der Server akzeptiert Verbindungen von dieser IPv6- oder IPv4-Adresse.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 31
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 42
-
- Port
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 32
-
- Port-Nummer. Port 80 ist normalerweise der Standardport.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 42
-
- Bilderordner
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 43
-
- Bilder werden aus diesem Ordner geladen (Leseberechtigung erforderlich)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 53
-
- Temp-Ordner
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 54,55
-
- Vorschaubilder, konvertierte Fotos, Videos werden hier gespeichert (Schreibgenehmigung erforderlich)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 65
-
- öffentliche URL der Seite
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 68,69
-
- Wenn Sie auf die Seite des lokalen Netzwerks zugreifen, ist es gut, die öffentliche URL zum Erstellen eines Freigabelinks zu kennen
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 77
-
- Basis-URL
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 78,81
-
- 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.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 91,92
-
- Die öffentliche URL und die Basis-URL stimmen nicht überein. Einige der Funktionen funktionieren möglicherweise nicht.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 26
-
- Basis
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 34
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
- Starten Sie den Server neu, um die neuen Einstellungen zu übernehmen
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 10
-
- Art
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 16,17
-
- Installieren Sie das MySQL-Knotenmodul manuell, um MySQL zu verwenden (npm install mysql)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 22
-
- Ordner Datenbank
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 23
-
- Alle dateibasierten Daten werden hier gespeichert (sqlite database, user database in case of memory db, job history data)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 50
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 26
-
- Datenbank
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 36
-
- (empfohlen)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 38
-
- (veraltet, wird entfernt)
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 31
-
- Schlüsselwörter überschreiben
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 33
-
- Wenn ein Foto denselben Gesichts- (Personen-) Namen und dasselbe Schlüsselwort hat, entfernt die App das Duplikat und behält nur das Gesicht bei.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 38
-
- Gesicht mit der rechten Hauptrolle (Face starring right)
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 40
-
- Erforderliches Mindestrecht, um ein Gesicht zu markieren (Favorit).
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 47,48
-
- Gesichter werden mit diesen Einstellungen nicht unterstützt.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 12
-
- Zeitlimit für Index-Cache [ms]
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 13
-
- Wenn es in dieser Zeit keine Indizierung gab, werden die Indizes neu indiziert. (übersprungen, wenn sich die Indizes in der Datenbank befinden und die Empfindlichkeit gering ist)
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 21
-
- Empfindlichkeit für die Neuindizierung von Ordnern
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 23
-
- Stellen Sie die Neuindizierungsempfindlichkeit ein. Ein hoher Wert überprüft die Ordner häufiger auf Änderungen.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 29
-
- Ordnerliste ausschließen
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 34
-
- Ordner, die von der Indizierung ausgeschlossen werden sollen
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 37,40
-
- ';' getrennte Zeichenfolgen. Wenn ein Eintrag mit '/' beginnt, wird er als absoluter Pfad behandelt. Wenn es nicht mit '/' beginnt, sondern ein '/' enthält, ist der Pfad relativ zum Bildverzeichnis. Wenn es kein '/' enthält, wird jeder Ordner mit diesem Namen ausgeschlossen.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 45
-
- List ausgeschlossener Dateien
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 50
-
- Dateien, die einen Ordner markieren, der von der Indizierung ausgeschlossen werden soll
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 53,55
-
- ';' getrennte Zeichenfolgen. Jeder Ordner, der eine Datei mit diesem Namen enthält, wird von der Indizierung ausgeschlossen.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 75
-
- Wenn Sie Ihrer Galerie einen neuen Ordner hinzufügen, indiziert die Seite diesen automatisch.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 76
-
- Wenn Sie die Indizierung manuell auslösen möchten, klicken Sie auf die Schaltfläche Index.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 79
-
- Hinweis: Die Suche funktioniert nur in den indizierten Verzeichnissen
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 106,107
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 2,4
Statistik:
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 109
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 6
Ordner
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 113
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 10
Fotos
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 117
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 14
Videos
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 122
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 19
Personen
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 126
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 23
Größe
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 36
+ src/frontend/app/ui/settings/scheduled-jobs.service.ts
+ 128
- Ordnerindizierung
+ Auftrag abgeschlossen
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 68
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 1,5
- niedrig
+ Es scheint, dass Sie die Anwendung in einem Docker-Container ausführen. Diese Einstellung sollte im Docker nicht geändert werden. Stellen Sie sicher, dass Sie wissen, was Sie tun.
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 71
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 65
- mittel
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 12,13
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 131,132
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 165,166
+
+ Deaktiviert
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 74
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 92
- hoch
+ Tile Url*
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 86
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 120,121
- Ordnerindizierung gestartet
+ + Ebene hinzufügen
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 105
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 182,183
- Ordnerindizierung unterbrochen
+ + Add Link
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 124
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 242,243
- Datenbank zurücksetzen
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 282,283
+
+ + Add
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 301
+
+ ';' separated list.
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 304
+
+ See
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 308
+
+ Reset database after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 312
+
+ Restart server after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 229
+
+ schreibgeschützt
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 231
+
+ Standardwert
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 33,34
+
+ config is not supported with these settings.
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 45
+
+ Speichern
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 49
+
+ Zurücksetzen
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 281,280
+
+ Einstellungen gespeichert
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 282,280
+
+ Erfolg
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 4,5
+
+ User list
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 46,47
+
+ + Nutzer hinzufügen
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 56,57
+
+ Neuen Benutzer hinzufügen
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 72,73
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 248,249
+
+ Schließen
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 76
+
+ Benutzer hinzufügen
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.ts
+ 82,80
+
+ Benutzererstellungsfehler!
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 2
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 2,3
Job manuell auslösen
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 7
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 8
Starte jetzt
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 15
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 17
Abbruch
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 68
Auftrag gestartet
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 59
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 88
Auftrag gestoppt
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 116
-
- immer
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 25
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 68
-
- niemals
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 27
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 67
-
- nach
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 50
-
- Auftrag:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 64
-
- Häufigkeit:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 74,75
-
- Stellen Sie die Zeit ein, zu der der Job ausgeführt werden soll.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 80
-
- nach:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 91,92
-
- Der Job wird ausgeführt, nachdem dieser Job beendet wurde.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 98
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 108
-
- zu:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 127
-
- parallelen Durchlauf zulassen
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 143,144
-
- Ermöglicht das Starten des Jobs, auch wenn bereits ein anderer Job ausgeführt wird.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 198,199
-
- ';' getrennte ganze Zahlen.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 226,227
-
- + Auftrag hinzufügen
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 241
-
- neuen Auftrag hinzufügen
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 255,256
-
- Wählen Sie einen zu planenden Auftrag aus.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 260
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 87
-
- Schließen
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 263,264
-
- Auftrag hinzufügen
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 57
-
- Aufträge
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 69
-
- periodisch
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 70
-
- geplant
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 73
-
- Montag
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 74
-
- Dienstag
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 75
-
- Mittwoch
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 76
-
- Donnerstag
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 77
-
- Freitag
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 78
-
- Samstag
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 79
-
- Sonntag
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 80
-
- Tag
-
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 3,4
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 2,4
letzter Durchlauf:
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
5
Durchlauf zwischen
@@ -2127,7 +3462,7 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
14
Status
@@ -2135,1120 +3470,361 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 32
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 33
Abbrechen...
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 43
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 44
verstrichene Zeit
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 82
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 83
Verarbeitung
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 86
Übersprungen
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 84
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 89
Links
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 85
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 92
Alle
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 111,112
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 118,120
Protokolle
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 38
verarbeitet
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 42
übersprungen
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 29
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 46
alle
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 75
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 109
läuft
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 77
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 111
abbrechen
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 79
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 113
abgebrochen
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 81
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 115
unterbrochen
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 117
fertig
-
-
+
+
- src/frontend/app/ui/settings/map/map.settings.component.html
- 30
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 11,12
- Bildmarkierungen verwenden
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 31
-
- Map verwendet Miniaturbilder als Markierungen anstelle der Standard-PIN.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 40
-
- Kartenanbieter
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 52
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 27
-
- Name
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 53
-
- Tile Url*
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 78
-
- * Das Kartenmodul verwendet diese URLs, um die Kartenkacheln abzurufen.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 83,84
-
- + Ebene hinzufügen
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 90
-
- Mapbox-Zugriffstoken
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 96
-
- MapBox benötigt ein Zugriffstoken, um zu funktionieren. Erstellen Sie eines unter
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.ts
- 27
-
- Karte
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 11
-
- *.gpx files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 12
-
- Reads *.gpx files and renders them on the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 19
-
- Markdown files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 20
-
- Reads *.md files in a directory and shows the next to the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 26
-
- *.pg2conf files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 27
-
- Reads *.pg2conf files (You can use it for custom sorting and save search (albums)).
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts
- 23
-
- Meta-Datei
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 7
-
- Fehler:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 10
-
- Bereich:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 14
-
- Einfädeln (Threading)
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 15
-
- Führt das Verzeichnis-Scannen in einem anderen Bereich aus.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 22
-
- Bereich Vorschaubilder
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 23
-
- Anzahl der Bereiche, die zum Generieren von Miniaturansichten verwendet werden. Wenn automatisch, wird die Anzahl der CPU-Kerne -1 Bereiche verwendet.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 33
-
- Sonstiges:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 36
-
- scrollbasierte Erstellung von Vorschaubilder
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 37
-
- Diese Vorschaubilder erhalten eine höhere Priorität, die auf dem Bildschirm sichtbar sind.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 43
-
- schlechte Bildwiedergabe
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 44
-
- Zeigt nur die erforderliche Anzahl von Fotos gleichzeitig an. Rendert mehr, wenn das Seitenende erreicht wird.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 50
-
- Zwischenspeicher
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 51
-
- Zwischenspeicherte Verzeichnisinhalte und Suchergebnisse für eine bessere Leistung.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 57
-
- Bildbeschriftung, erste Benennung
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 58
-
- Zeigen Sie die Beschriftungs-Tags (IPTC 120) aus den EXIF-Daten anstelle der Dateinamen an.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 64
-
- Download Zip
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 65
-
- [Experimental: does not work for searches] Enable download zip of a directory contents
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 71
-
- Directory flattening
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 72
-
- [Experimental: won't work if the gallery multiple folders with the same path] Adds a button to flattens the file structure, by listing the content of all subdirectories.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 82
-
- Navigationsleiste:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 85
-
- Artikelanzahl anzeigen
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 86
-
- Zeigt die Anzahl der Elemente (Fotos) im Ordner an.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 100
-
- Standard-Fotosortiermethode
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 109
-
- Verzeichnisse nach Datum sortieren
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 110
-
- 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.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 118
-
- Custom HTML Head
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 32
-
- Andere
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 9
-
- Fotokonvertierung:
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 12
-
- Konvertieren
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 13
-
- Verkleinert Fotos für schnelleres Laden der Vorschau. (Durch Vergrößern des Fotos wird das Original geladen.)
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 19
-
- Im laufenden Betrieb konvertieren
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 20
-
- Konvertiert Fotos im laufenden Betrieb, wenn sie angefordert werden.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 28
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 66
-
- Auflösung
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 29
-
- Der kürzere Rand des konvertierten Fotos wird unter Beibehaltung des Seitenverhältnisses darauf verkleinert.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 38
-
- Laden Sie das Bild in voller Auflösung beim Zoomen
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 39
-
- Ermöglicht das Laden des Bildes in voller Auflösung beim Zoomen in die Ligthbox (Vorschau).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.ts
- 36
-
- Foto
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 10
-
- Preview Filter query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 11
-
- Filters the sub-folders with this search query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 20
-
- Preview Sorting
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 21
-
- If multiple preview is available sorts them by these methods and selects the first one.
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.ts
- 31
-
- Preview
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 30,33
-
- Mit dieser Funktion können Sie URLs für zufällige Fotos erstellen. Diese URL gibt ein zufälliges Foto zurück, das aus Ihrer Galerie ausgewählt wurde. Sie können die URL mit Anwendungen von Drittanbietern verwenden, z. B. mit zufällig wechselnden Desktop-Hintergründen.
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 36,37
-
- Note: With the current implementation, random link also requires login. See:
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 43,44
-
- Zufälliges Foto wird mit diesen Einstellungen nicht unterstützt
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts
- 22
-
- zufälliges Foto
-
-
-
-
- src/frontend/app/ui/settings/scheduled-jobs.service.ts
- 80
-
- Auftrag abgeschlossen
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 32
-
- Autovervollständigung
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 33
-
- Zeigen Sie Hinweise an, während Sie eine Suchabfrage eingeben.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 40
-
- Maximales Medienergebnis
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 41
-
- Maximale Anzahl von Fotos und Videos, die in einem Suchergebnis aufgeführt sind
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 49
-
- List directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 50
-
- Search will also return with directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 57
-
- List metafiles
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 58
-
- Search also returns with metafiles from directories that contain a media file of the matched search result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 68,69
-
- Die Suche wird mit diesen Einstellungen nicht unterstützt
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 29
-
- Passwortgeschützt
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 30
-
- Aktiviert passwortgeschützte Freigabelinks.
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 40,41
-
- Die Freigabe wird mit diesen Einstellungen nicht unterstützt
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 57
-
- geteilte Links:
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 63
-
- Schlüssel
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 64
-
- Ordner
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 65
-
- Ersteller
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 66
-
- Ablaufdatum
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 86,87
-
- Es wurde keine Freigabe erstellt.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 11
-
- Miniaturbildqualität
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 12
-
- Hohe Qualität kann langsam sein.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 20
-
- Symbolgröße
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 21
-
- Symbolgröße (wird auf Karten verwendet).
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 30
-
- Miniaturbildgrößen
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 37
-
- Größe der Vorschaubilder.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 39,41
-
- Die am besten passende Größe wird generiert. (Mehr Größen ergeben eine bessere Qualität, verwenden jedoch mehr Speicher und CPU zum Rendern.)
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 43,45
-
- ';' getrennte ganze Zahlen. Wenn die Größe 240 beträgt, hat diese kürzere Seite der Miniaturansicht 160 Pixel.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts
- 31
-
- Vorschaubild
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 28
-
- Rolle
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 55,56
-
- + Nutzer hinzufügen
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 59,60
-
- Aktivieren Sie diese Option, um die Site mit einem Passwort zu schützen.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 70
-
- Neuen Benutzer hinzufügen
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 90,91
-
- Benutzer hinzufügen
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 45
-
- Passwortschutz
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 48
-
- Niedrig
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 49
-
- Hoch
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
- Passwortschutz aktiviert
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 87
-
- Ein Neustart des Servers wird empfohlen.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Passwortschutz deaktiviert
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 113
-
- Benutzererstellungsfehler!
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 26,29
-
- Die Videounterstützung verwendet ffmpeg. Die Binärdateien ffmpeg und ffprobe müssen im PATH verfügbar sein, oder es müssen die optionalen Knotenpakete @ ffmpeg-installer / ffmpeg und @ ffprobe-installer / ffprobe installiert sein.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 33
-
- Video-Transcodierung:
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 35,38
-
- Um eine reibungslose Videowiedergabe zu gewährleisten, wird die Videotranskodierung mit einer niedrigeren Bitrate als der Uploadrate des Servers empfohlen.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 39
-
- Die transkodierten Videos werden im Miniaturbildordner gespeichert.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 40,43
-
- Sie können die Transcodierung manuell auslösen, aber Sie können auch einen automatischen Codierungsjob im erweiterten Einstellungsmodus erstellen.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 47
-
- Format
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 57
-
- Codec
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 67
-
- Die Höhe des ausgegebenen Videos wird unter Beibehaltung des Seitenverhältnisses auf diese Höhe verkleinert.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 77
-
- FPS
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 78
-
- Das Zielbild pro Sekunde (fps) des ausgegebenen Videos wird hierdurch verkleinert.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 90
-
- Bitrate
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 104,106
-
- Die Zielbitrate des Ausgabevideos wird dabei herunterskaliert. Diese sollte geringer sein als die Upload-Rate Ihres Heimservers.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
+ src/frontend/app/ui/settings/workflow/workflow.component.html
112
- CRF
+ immer
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 113
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 16,17
- Der Bereich der Constant Rate Factor (CRF)-Skala liegt zwischen 0 und 51, wobei 0 verlustfrei, 23 der Standardwert und 51 die schlechteste Qualität ist.
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 81
+
+ niemals
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 121
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 18,19
- Voreinstellung
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 80
+
+ nach
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 122
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 42,43
- Eine Voreinstellung ist eine Sammlung von Optionen, die ein bestimmtes Verhältnis von Codierungsgeschwindigkeit zu Komprimierung bereitstellen. Eine langsamere Voreinstellung bietet eine bessere Komprimierung (Komprimierung ist Qualität pro Dateigröße).
+ Auftrag:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 130
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 56,57
- Benutzerdefinierte Optionen
+ Häufigkeit:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 131
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 66,67
- ; getrennte Werte. Es wird unverändert als benutzerdefinierte Option an ffmpeg gesendet.
+ Stellen Sie die Zeit ein, zu der der Job ausgeführt werden soll.
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 72,73
- Video
+ nach:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 85,86
+
+ Der Job wird ausgeführt, nachdem dieser Job beendet wurde.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 92,93
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 102,103
+
+ zu:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 123,124
+
+ parallelen Durchlauf zulassen
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 140,141
+
+ Ermöglicht das Starten des Jobs, auch wenn bereits ein anderer Job ausgeführt wird.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 198,199
+
+ ';' getrennte ganze Zahlen.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 218,221
+
+ + Auftrag hinzufügen
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 228,229
+
+ neuen Auftrag hinzufügen
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 243,244
+
+ Wählen Sie einen zu planenden Auftrag aus.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 252
+
+ Auftrag hinzufügen
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 82
+
+ periodisch
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 83
+
+ geplant
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 86,85
+
+ Montag
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 87,85
+
+ Dienstag
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 88,85
+
+ Mittwoch
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 89,85
+
+ Donnerstag
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 90,85
+
+ Freitag
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 91,85
+
+ Samstag
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 92,85
+
+ Sonntag
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 93,85
+
+ Tag
src/frontend/app/ui/sharelogin/share-login.component.html
- 11
+ 11,13
Falsches Passwort
-
-
+
+
src/frontend/app/ui/sharelogin/share-login.component.html
- 39
+ 40
Eingabe
diff --git a/src/frontend/translate/messages.en.xlf b/src/frontend/translate/messages.en.xlf
index 71c5eb45..eeab92d6 100644
--- a/src/frontend/translate/messages.en.xlf
+++ b/src/frontend/translate/messages.en.xlf
@@ -2,11 +2,1979 @@
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 100
+
+
+ src/common/config/private/PrivateConfig.ts
+ 973
+
+ Host
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 110
+
+
+ src/common/config/private/PrivateConfig.ts
+ 961
+
+ Port
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 120
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1029
+
+ Database
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 130
+
+
+ src/frontend/app/ui/login/login.component.html
+ 25,26
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 62,63
+
+ Username
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 140
+
+
+ src/common/config/private/PrivateConfig.ts
+ 186
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 74
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 86,87
+
+
+ src/frontend/app/ui/login/login.component.html
+ 36,37
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 64,65
+
+
+ src/frontend/app/ui/sharelogin/share-login.component.html
+ 25,26
+
+ Password
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 153
+
+ Sqlite db filename
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 157
+
+ Sqlite will save the db with this filename.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 167
+
+
+ src/common/config/public/ClientConfig.ts
+ 370
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 91
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 16,17
+
+ Name
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 177
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 17,18
+
+ Role
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 190
+
+ Unencrypted, temporary password. App will encrypt it and delete this.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 196
+
+ Encrypted password
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 231
+
+
+ src/common/config/public/ClientConfig.ts
+ 362
+
+ Type
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 236
+
+ SQLite is recommended.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 243
+
+ Database folder
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 247
+
+ All file-based data will be stored here (sqlite database, job history data).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 254
+
+ SQLite
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 264
+
+ MySQL
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 281
+
+
+ src/common/config/private/PrivateConfig.ts
+ 298
+
+ Enforced users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 287
+
+ Creates these users in the DB during startup if they do not exist. If a user with this name exist, it won't be overwritten, even if the role is different.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 301
+
+ if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 308
+
+ Converted photo and thumbnail quality
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 311
+
+ Between 0-100.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 318
+
+ Person face margin
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 321
+
+ Person face size ratio on the face thumbnail.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 331
+
+ OnTheFly *.gpx compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 335
+
+ Enables on the fly *.gpx compression.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 342
+
+ Min distance
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 347
+
+ Filters out entry that are closer than this in meters.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 354
+
+ Min time delta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 359
+
+ Filters out entry that are closer than this in time in milliseconds.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 369
+
+
+ src/common/config/public/ClientConfig.ts
+ 669
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 49
+
+ GPX compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 387
+
+ Update timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 391
+
+ After creating a sharing link, it can be updated for this long.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 402
+
+ Index cache timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 406
+
+ If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 413
+
+ Folder reindexing sensitivity
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 416
+
+ Set the reindexing sensitivity. High value check the folders for change more often.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 423
+
+ Exclude Folder List
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 429
+
+ Folders to exclude from indexing. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 436
+
+ Exclude File List
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 440
+
+ .ignore;.pg2ignore
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 442
+
+ Files that mark a folder to be excluded from indexing. Any folder that contains a file with this name will be excluded from indexing.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 452
+
+
+ src/common/config/private/PrivateConfig.ts
+ 984
+
+ Threading
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 456
+
+ Runs directory scanning and thumbnail generation in a different thread.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 462
+
+ Thumbnail threads
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 466
+
+ Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 477
+
+ Max duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 480
+
+ Maximum number of duplicates to list.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 490
+
+ Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 493
+
+ Logging level.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 499
+
+ Sql Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 502
+
+ Logging level for SQL queries.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 507
+
+ Server timing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 510
+
+ If enabled, the app ads "Server-Timing" http header to the response.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 610
+
+ Max saved progress
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 613
+
+ Job history size.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 620
+
+ Processing batch size
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 623
+
+ Jobs load this many photos or videos form the DB for processing at once.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 629
+
+ Scheduled jobs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 685
+
+ Bit rate
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 689
+
+ Target bit rate of the output video will be scaled down this this. This should be less than the upload rate of your home server.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 696
+
+
+ src/common/config/private/PrivateConfig.ts
+ 808
+
+ Resolution
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 701
+
+ The height of the output video will be scaled down to this, while keeping the aspect ratio.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 708
+
+ FPS
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 712
+
+ Target frame per second (fps) of the output video will be scaled down this this.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 718
+
+ Format
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 727
+
+ MP4 codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 737
+
+ Webm Codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 748
+
+ CRF
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 751
+
+ The range of the Constant Rate Factor (CRF) scale is 0–51, where 0 is lossless, 23 is the default, and 51 is worst quality possible.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 759
+
+ Preset
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 762
+
+ A preset is a collection of options that will provide a certain encoding speed to compression ratio. A slower preset will provide better compression (compression is quality per filesize).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 769
+
+ Custom Options
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 774
+
+ It will be sent to ffmpeg as it is, as custom options.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 783
+
+ Video transcoding
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 787
+
+ To ensure smooth video playback, video transcoding is recommended to a lower bit rate than the server's upload rate. The transcoded videos will be save to the thumbnail folder. You can trigger the transcoding manually, but you can also create an automatic encoding job in advanced settings mode.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 796
+
+ On the fly converting
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 802
+
+ Converts photos on the fly, when they are requested.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 815
+
+ The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 824
+
+ Photo resizing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 836
+
+ Preview Filter query
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 841
+
+ Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 850
+
+ Preview Sorting
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 854
+
+ If multiple preview is available sorts them by these methods and selects the first one.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 866
+
+ Images folder
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 871
+
+ Images are loaded from this folder (read permission required)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 877
+
+ Temp folder
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 882
+
+ Thumbnails, converted photos, videos will be stored here (write permission required)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 889
+
+ Metadata read buffer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 895
+
+ Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 901
+
+
+ src/common/config/public/ClientConfig.ts
+ 640
+
+ Video
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 910
+
+ 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.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 915
+
+
+ src/common/config/public/ClientConfig.ts
+ 647
+
+ Photo
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 928
+
+
+ src/common/config/public/ClientConfig.ts
+ 633
+
+ Thumbnail
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 951
+
+ Session Timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 955
+
+ Users kept logged in for this long time.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 966
+
+ Port number. Port 80 is usually what you need.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 978
+
+ Server will accept connections from this IPv6 or IPv4 address.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 992
+
+ Logs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1021
+
+ Server
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1037
+
+ Users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1045
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 33
+
+ Indexing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1050
+
+ If you add a new folder to your gallery, the site indexes it automatically. If you would like to trigger indexing manually, click index button. (Note: search only works among the indexed directories.)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1061
+
+ Media
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1069
+
+ Meta file
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1077
+
+ Preview
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1092
+
+ Sharing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1100
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 75
+
+ Duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1108
+
+ Jobs
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 60
+
+ Enable Autocomplete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 63
+
+ Show hints while typing search query.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 70
+
+ Max items per category
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 73
+
+ Maximum number autocomplete items shown per category.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 80
+
+ Maximum items
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 83
+
+ Maximum number autocomplete items shown at once.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 90
+
+
+ src/common/config/public/ClientConfig.ts
+ 114
+
+ Cache timeout
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 94
+
+ Autocomplete cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 104
+
+
+ src/common/config/public/ClientConfig.ts
+ 173
+
+
+ src/common/config/public/ClientConfig.ts
+ 185
+
+
+ src/common/config/public/ClientConfig.ts
+ 207
+
+
+ src/common/config/public/ClientConfig.ts
+ 246
+
+
+ src/common/config/public/ClientConfig.ts
+ 538
+
+
+ src/common/config/public/ClientConfig.ts
+ 575
+
+ Enable
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 107
+
+ Enables searching.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 118
+
+ Search cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 124
+
+ Autocomplete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 133
+
+ Maximum media result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 136
+
+ Maximum number of photos and videos that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 142
+
+ Maximum directory result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 145
+
+ Maximum number of directories that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 151
+
+ List directories
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 154
+
+ Search returns also with directories, not just media.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 160
+
+ List metafiles
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 163
+
+ Search also returns with metafiles from directories that contain a media file of the matched search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 188
+
+ Enables sharing.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 194
+
+ Password protected
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 197
+
+ Enables password protected sharing links.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 210
+
+ Enables random link generation.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 222
+
+ Name of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 231
+
+ Url of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 252
+
+ Image Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 255
+
+ Map will use thumbnail images as markers instead of the default pin.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 261
+
+ Map Provider
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 269
+
+ Mapbox access token
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 273
+
+ MapBox needs an access token to work, create one at https://www.mapbox.com.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 278
+
+ The map module will use these urls to fetch the map tiles.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 281
+
+ Custom Layers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 291
+
+ Max Preview Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 294
+
+ Maximum number of markers to be shown on the map preview on the gallery page.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 304
+
+ Map Icon size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 308
+
+ Icon size (used on maps).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 313
+
+ Person thumbnail size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 317
+
+ Person (face) thumbnail size.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 322
+
+ Thumbnail sizes
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 325
+
+ Size of the thumbnails. The best matching size will be generated. More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will have 160 pixels.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 378
+
+ SearchQuery
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 388
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 47
+
+ Url
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 410
+
+ Show item count
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 413
+
+ Shows the number photos and videos on the navigation bar.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 419
+
+ Links
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 424
+
+ Visible links in the top menu.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 437
+
+ Cache
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 440
+
+ Caches directory contents and search results for better performance.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 445
+
+ Scroll based thumbnail generation
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 448
+
+ Those thumbnails get higher priority that are visible on the screen.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 454
+
+ Default sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 457
+
+ Default sorting method for photo and video in a directory results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 463
+
+ Default search sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 466
+
+ Default sorting method for photo and video in a search results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 472
+
+ Sort directories by date
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 475
+
+ 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
+ 481
+
+ On scroll thumbnail prioritising
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 484
+
+ Those thumbnails will be rendered first that are in view.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 489
+
+ Navigation bar
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 496
+
+ Caption first naming
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 499
+
+ Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 504
+
+ Download Zip
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 509
+
+ Enable download zip of a directory contents Directory flattening. (Does not work for searches.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 514
+
+ Directory flattening
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 519
+
+ Adds a button to flattens the file structure, by listing the content of all subdirectories. (Won't work if the gallery has multiple folders with the same path.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 524
+
+ Default slideshow speed
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 529
+
+ Default time interval for displaying a photo in the slide show.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 547
+
+ Supported formats with transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 552
+
+ Video formats that are supported after transcoding (with the build-in ffmpeg support).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 560
+
+ Supported formats without transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 565
+
+ 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
+ 577
+
+ Enable photo converting.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 583
+
+ Load full resolution image on zoom.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 588
+
+ Enables loading the full resolution image on zoom in the ligthbox (preview).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 597
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 39
+
+ Photo converting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 606
+
+ Supported photo formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 610
+
+ 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
+ 619
+
+ Enable GPX compressing
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 624
+
+ Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 658
+
+ *.gpx files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 663
+
+ Reads *.gpx files and renders them on the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 678
+
+ Markdown files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 682
+
+ Reads *.md files in a directory and shows the next to the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 688
+
+ *.pg2conf files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 692
+
+ Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 698
+
+ Supported formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 702
+
+ The app will read and process these files.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 711
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 66
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 14
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 133
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 167
+
+ Enabled
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 719
+
+ Override keywords
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 723
+
+ 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
+ 728
+
+ Face starring right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 731
+
+ Required minimum right to star (favourite) a face.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 736
+
+ Face listing right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 739
+
+ Required minimum right to show the faces tab.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 749
+
+ Page title
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 755
+
+ If you access the page form local network its good to know the public url for creating sharing link.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 757
+
+ Page public url
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 765
+
+ 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
+ 767
+
+ Url Base
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 779
+
+ Api path
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 790
+
+ Injects the content of this between the <head></head> HTML tags of the app. (You can use it add analytics or custom code to the app).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 792
+
+ Custom HTML Head
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 813
+
+ Password protection
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 815
+
+ Enables user management with login to password protect the gallery.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 821
+
+ Default user right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 826
+
+ Default user right when password protection is disabled.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 843
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 49
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 26
+
+ Gallery
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 857
+
+ Album
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 865
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 48
+
+
+ src/frontend/app/ui/gallery/search/search.gallery.component.html
+ 26,27
+
+ Search
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 876
+
+ Map
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 884
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 51
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 21
+
+
+ src/frontend/app/ui/gallery/filter/filter.service.ts
+ 40
+
+ Faces
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 892
+
+ Random photo
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 896
+
+ 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/frontend/app/model/backendtext.service.ts
- 15
+ 11
Size to generate
@@ -14,7 +1982,7 @@
src/frontend/app/model/backendtext.service.ts
- 17
+ 13
These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes
@@ -22,7 +1990,7 @@
src/frontend/app/model/backendtext.service.ts
- 19
+ 15
Indexed only
@@ -30,7 +1998,7 @@
src/frontend/app/model/backendtext.service.ts
- 21
+ 17
Only checks indexed files.
@@ -38,7 +2006,7 @@
src/frontend/app/model/backendtext.service.ts
- 23
+ 19
Index changes only
@@ -46,75 +2014,67 @@
src/frontend/app/model/backendtext.service.ts
- 25
+ 21
Only indexes a folder if it got changed.
-
-
+
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 35
+
+ Database reset
+
+
+
src/frontend/app/model/backendtext.service.ts
37
- Indexing
+ Thumbnail generation
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 39
-
- Preview Filling
-
-
-
+
+
src/frontend/app/model/backendtext.service.ts
41
- Database Reset
+ Video converting
-
-
+
+
src/frontend/app/model/backendtext.service.ts
43
- Thumbnail Generation
+ Temp folder cleaning
-
-
+
+
src/frontend/app/model/backendtext.service.ts
45
- Photo Converting
+ Preview filling
-
-
+
+
src/frontend/app/model/backendtext.service.ts
47
- Video Converting
-
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 49
-
- Temp Folder Cleaning
+ Preview reset
src/frontend/app/model/notification.service.ts
- 71
+ 84
src/frontend/app/model/notification.service.ts
- 74
+ 87
Server error
@@ -122,7 +2082,7 @@
src/frontend/app/model/notification.service.ts
- 77
+ 90
Server info
@@ -130,7 +2090,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 23
+ 20
hour
h
@@ -139,7 +2099,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 26
+ 23
minute
m
@@ -148,67 +2108,191 @@
src/frontend/app/pipes/DurationPipe.ts
- 29
+ 26
second
s
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 13
-
- ascending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
- 15
-
- descending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
17
- ascending name
+ Developer
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 18
+
+ Admin
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
19
- descending name
+ User
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 20
+
+ Guest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
21
- ascending date
+ LimitedGuest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 24
+
+ Basic
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 25
+
+ Advanced
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 26
+
+ Under the hood
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 28
+
+ Custom
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 29
+
+ OpenStreetMap
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 30
+
+ Mapbox
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 33
+
+ low
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 34
+
+ high
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 35
+
+ medium
- src/frontend/app/pipes/StringifySortingMethod.ts
- 23
+ src/frontend/app/ui/EnumTranslations.ts
+ 38
descending date
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 39
+
+ ascending date
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 40
+
+ descending name
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 41
+
+ ascending name
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 42
+
+ descending rating
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 43
+
+ ascending rating
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 25
+ src/frontend/app/ui/EnumTranslations.ts
+ 44
random
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 50
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 18
+
+ Albums
+
@@ -233,11 +2317,11 @@
Git commit
-
-
+
+
src/frontend/app/ui/admin/admin.component.html
- 17,18
+ 16,17
Server notifications
@@ -245,7 +2329,7 @@
src/frontend/app/ui/admin/admin.component.html
- 36,37
+ 34,35
To dismiss these notifications, restart the server.
@@ -253,7 +2337,7 @@
src/frontend/app/ui/admin/admin.component.html
- 48
+ 46
App version:
@@ -261,31 +2345,15 @@
src/frontend/app/ui/admin/admin.component.html
- 52
+ 50,51
Mode
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 60
-
- Advanced
-
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 61
-
- Simplified
-
src/frontend/app/ui/admin/admin.component.html
- 79
+ 73,75
title of left card in settings page that contains settings contents
Menu
@@ -294,7 +2362,7 @@
src/frontend/app/ui/admin/admin.component.html
- 148
+ 116
Up time
@@ -302,7 +2370,7 @@
src/frontend/app/ui/albums/album/album.component.html
- 27
+ 27,28
Album is locked, cannot be deleted from the webpage.
@@ -310,11 +2378,11 @@
src/frontend/app/ui/albums/albums.component.html
- 15
+ 15,16
src/frontend/app/ui/albums/albums.component.html
- 34
+ 34,35
Add saved search
@@ -330,7 +2398,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 5
+ 5,6
To .pg2conf
@@ -338,7 +2406,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 12
+ 12,13
Saved Search to .saved_searches.pg2conf
@@ -346,7 +2414,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 18
+ 17,18
Add this json to a '.saved_searches.pg2conf' file in your gallery:
@@ -354,7 +2422,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 20
+ 19,20
This saved search will be loaded from file during gallery indexing and it will survive a database reset.
@@ -362,7 +2430,7 @@
src/frontend/app/ui/duplicates/duplicates.component.html
- 9,10
+ 8,10
No duplicates found
@@ -370,59 +2438,15 @@
src/frontend/app/ui/faces/faces.component.html
- 15
+ 16
No faces to show.
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 18
-
- Gallery
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 21
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.ts
- 23
-
- Albums
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 24
-
-
- src/frontend/app/ui/gallery/filter/filter.service.ts
- 39
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.ts
- 30
-
- Faces
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 54
-
- Duplicates
-
src/frontend/app/ui/frame/frame.component.html
- 62
+ 83
Settings
@@ -430,7 +2454,7 @@
src/frontend/app/ui/frame/frame.component.html
- 68
+ 89
Logout
@@ -454,7 +2478,7 @@
src/frontend/app/ui/gallery/filter/filter.gallery.component.ts
- 20
+ 23
unknown
@@ -462,7 +2486,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 33
+ 34
Keywords
@@ -470,7 +2494,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 40
+ 44
no face
@@ -478,7 +2502,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 45
+ 49
Faces groups
@@ -486,7 +2510,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 51
+ 59
Caption
@@ -494,7 +2518,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 56
+ 64
Rating
@@ -502,7 +2526,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 61
+ 69
Camera
@@ -510,7 +2534,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 66
+ 74
Lens
@@ -518,7 +2542,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 71
+ 79
City
@@ -526,7 +2550,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 76
+ 84
State
@@ -534,7 +2558,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 81
+ 89
Country
@@ -562,23 +2586,11 @@
Too many results to show. Refine your search.
-
-
-
- src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 11
-
-
- src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 29
-
- download
-
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 15
+ 10
info key: i
@@ -586,11 +2598,11 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 22
+ 17
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 31
+ 25
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -602,11 +2614,123 @@
toggle fullscreen, key: f
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 45
+
+ Download
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow playback speed
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow speed:
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ key: c
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ Show caption
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 70
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 88
+
+ on hover
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 71
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 89
+
+ always
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ key: a
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ Show faces
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ key: l
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ Play videos
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 108
+
+ once
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 109
+
+ loop
+
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 38
+ 123
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -618,7 +2742,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 90
+ 179
key: left arrow
@@ -626,7 +2750,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 94
+ 183
key: right arrow
@@ -634,7 +2758,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 100
+ 189
Zoom out, key: '-'
@@ -642,7 +2766,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 107
+ 196
Zoom in, key: '+'
@@ -652,21 +2776,17 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
3
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
Info
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 51
+ 50
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 45
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 46
duration
@@ -674,7 +2794,7 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 57
+ 56
bit rate
@@ -682,7 +2802,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 20
+ 21
Error during loading the video.
@@ -690,7 +2810,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 23,26
+ 23,27
Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online:
@@ -698,7 +2818,7 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 12
+ 14
Searching for:
@@ -706,15 +2826,23 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 20
+ 23,24
items
+
+
+
+ src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
+ 32
+
+ download
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 39
+ 42
Flatten directory
@@ -722,17 +2850,17 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 48
+ 51
Filters
-
-
+
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts
- 38
+ 48
- Images
+ Home
@@ -754,11 +2882,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.html
- 29,30
+ 28,29
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 32,33
+ 33
Copy
@@ -766,11 +2894,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.ts
- 97
+ 104
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 115
+ 126
Url has been copied to clipboard
@@ -790,7 +2918,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 100
+ 104
From
@@ -798,7 +2926,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 114
+ 118
From date
@@ -806,7 +2934,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 126
+ 130
To date
@@ -814,11 +2942,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 138
+ 142
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 167
+ 171
Minimum Rating
@@ -826,11 +2954,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 152
+ 156
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 184
+ 188
Maximum Rating
@@ -838,7 +2966,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 206
+ 210
Portrait
@@ -846,7 +2974,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 207
+ 211
Landscape
@@ -854,39 +2982,27 @@
src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.html
- 51
+ 50
Insert
src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
- 25
+ 23,24
-
+
-
-
-
- src/frontend/app/ui/gallery/search/search.gallery.component.html
- 31
-
-
- src/frontend/app/ui/settings/search/search.settings.component.ts
- 22
-
- Search
-
src/frontend/app/ui/gallery/search/search.gallery.component.html
- 68
+ 63,64
Save search to album
@@ -894,15 +3010,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 4
+ 5
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 10
-
-
- src/frontend/app/ui/settings/share/share.settings.component.ts
- 26
+ 11,12
Share
@@ -910,7 +3022,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 39
+ 39,40
Sharing:
@@ -918,43 +3030,15 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 52
+ 52,53
Include subfolders:
-
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 74
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 86
-
-
- src/frontend/app/ui/login/login.component.html
- 45
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 66
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 79
-
-
- src/frontend/app/ui/sharelogin/share-login.component.html
- 25
-
- Password
-
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 93
+ 93,94
Valid:
@@ -962,7 +3046,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 106
+ 106,107
Minutes
@@ -970,7 +3054,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 107
+ 107,108
Hours
@@ -978,7 +3062,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 108
+ 108,109
Days
@@ -986,7 +3070,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 109
+ 109,110
Months
@@ -994,7 +3078,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 110
+ 110,111
Forever
@@ -1002,7 +3086,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 51
+ 49
Yes
@@ -1010,7 +3094,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 52
+ 50
No
@@ -1018,11 +3102,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 92
+ 94
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 99
+ 106
loading..
@@ -1030,7 +3114,7 @@
src/frontend/app/ui/login/login.component.html
- 10
+ 10,11
Please log in
@@ -1038,31 +3122,15 @@
src/frontend/app/ui/login/login.component.html
- 13,14
+ 13
Wrong username or password
-
-
-
- src/frontend/app/ui/login/login.component.html
- 29
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 57
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 77
-
- Username
-
src/frontend/app/ui/login/login.component.html
- 58
+ 47,48
Remember me
@@ -1070,1056 +3138,323 @@
src/frontend/app/ui/login/login.component.html
- 68,69
+ 56
Login
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
- settings saved
-
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Success
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 2,5
-
- It seems that you are running the application in a Docker container. This setting should not be changed in docker. Make sure, that you know what you are doing.
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 64
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 135
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 168
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 47
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 11
-
- Disabled
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 65
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 14
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 136
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 169
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 46
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 12
-
- Enabled
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 149
-
- readonly
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 151
-
- default value
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 25
-
- Shows albums tab in the top bar and enables creating saved searches.
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 27
-
- Note: custom albums are not supported, see:
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 33,34
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 96,97
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 78,79
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 64,65
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 219,220
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 105,106
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 35,36
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 129,130
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 49,50
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 30,31
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 47,48
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 72,73
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 46,47
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 54,55
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 143,144
-
- Save
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 37,38
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 100,101
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 82,83
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 55,56
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 68,69
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 223,224
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 109,110
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 39,40
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 133,134
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 53,54
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 34,35
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 76,77
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 50,51
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 58,59
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 147,148
-
- Reset
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 11
-
- Page title
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 35
-
- Host
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 22
-
- Server will accept connections from this IPv6 or IPv4 address.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 31
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 42
-
- Port
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 32
-
- Port number. Port 80 is usually what you need.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 42
-
- Images folder
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 43
-
- Images are loaded from this folder (read permission required)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 53
-
- Temp folder
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 54,55
-
- Thumbnails, converted photos, videos will be stored here (write permission required)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 65
-
- Page public url
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 68,69
-
- If you access the page form local network its good to know the public url for creating sharing link
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 77
-
- Url Base
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 78,81
-
- 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/frontend/app/ui/settings/basic/basic.settings.component.html
- 91,92
-
- The public url and the url base are not matching. Some of the functionality might not work.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 26
-
- Basic
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 34
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
- Restart the server to apply the new settings
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 10
-
- Type
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 16,17
-
- Install manually mysql node module to use mysql (npm install mysql)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 22
-
- Database folder
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 23
-
- All file-based data will be stored here (sqlite database, user database in case of memory db, job history data)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 50
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 26
-
- Database
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 36
-
- (recommended)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 38
-
- (deprecated, will be removed)
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 31
-
- Override keywords
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 33
-
- If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 38
-
- Face starring right
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 40
-
- Required minimum right to star (favourite) a face.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 47,48
-
- Faces are not supported with these settings.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 12
-
- Index cache timeout [ms]
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 13
-
- If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low)
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 21
-
- Folder reindexing sensitivity
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 23
-
- Set the reindexing sensitivity. High value check the folders for change more often.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 29
-
- Exclude Folder List
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 34
-
- Folders to exclude from indexing
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 37,40
-
- ';' separated strings. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 45
-
- Exclude File List
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 50
-
- Files that mark a folder to be excluded from indexing
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 53,55
-
- ';' separated strings. Any folder that contains a file with this name will be excluded from indexing.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 75
-
- If you add a new folder to your gallery, the site indexes it automatically.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 76
-
- If you would like to trigger indexing manually, click index button.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 79
-
- Note: search only works among the indexed directories
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 106,107
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 2,4
Statistic:
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 109
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 6
Folders
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 113
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 10
Photos
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 117
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 14
Videos
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 122
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 19
Persons
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 126
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 23
Size
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 36
+ src/frontend/app/ui/settings/scheduled-jobs.service.ts
+ 128
- Folder indexing
+ Job finished
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 68
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 1,5
- low
+ It seems that you are running the application in a Docker container. This setting should not be changed in docker. Make sure, that you know what you are doing.
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 71
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 65
- medium
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 12,13
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 131,132
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 165,166
+
+ Disabled
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 74
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 92
- high
+ Tile Url*
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 86
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 120,121
- Folder indexing started
+ + Add Layer
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 105
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 182,183
- Folder indexing interrupted
+ + Add Link
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 124
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 242,243
- Resetting database
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 282,283
+
+ + Add
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 301
+
+ ';' separated list.
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 304
+
+ See
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 308
+
+ Reset database after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 312
+
+ Restart server after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 229
+
+ readonly
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 231
+
+ default value
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 33,34
+
+ config is not supported with these settings.
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 45
+
+ Save
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 49
+
+ Reset
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 281,280
+
+ settings saved
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 282,280
+
+ Success
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 4,5
+
+ User list
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 46,47
+
+ + Add user
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 56,57
+
+ Add new User
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 72,73
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 248,249
+
+ Close
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 76
+
+ Add User
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.ts
+ 82,80
+
+ User creation error!
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 2
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 2,3
Trigger job run manually
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 7
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 8
Run now
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 15
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 17
Cancel
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 68
Job started
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 59
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 88
Stopping job
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 116
-
- every
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 25
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 68
-
- never
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 27
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 67
-
- after
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 50
-
- Job:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 64
-
- Periodicity:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 74,75
-
- Set the time to run the job.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 80
-
- After:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 91,92
-
- The job will run after that job finishes.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 98
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 108
-
- At:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 127
-
- Allow parallel run
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 143,144
-
- Enables the job to start even if another job is already running.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 198,199
-
- ';' separated integers.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 226,227
-
- + Add Job
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 241
-
- Add new job
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 255,256
-
- Select a job to schedule.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 260
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 87
-
- Close
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 263,264
-
- Add Job
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 57
-
- Jobs
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 69
-
- periodic
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 70
-
- scheduled
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 73
-
- Monday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 74
-
- Tuesday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 75
-
- Wednesday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 76
-
- Thursday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 77
-
- Friday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 78
-
- Saturday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 79
-
- Sunday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 80
-
- day
-
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 3,4
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 2,4
Last run:
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
5
Run between
@@ -2127,7 +3462,7 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
14
Status
@@ -2135,1120 +3470,361 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 32
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 33
Cancelling...
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 43
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 44
time elapsed
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 82
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 83
Processed
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 86
Skipped
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 84
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 89
Left
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 85
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 92
All
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 111,112
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 118,120
Logs
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 38
processed
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 42
skipped
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 29
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 46
all
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 75
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 109
running
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 77
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 111
cancelling
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 79
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 113
canceled
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 81
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 115
interrupted
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 117
finished
-
-
+
+
- src/frontend/app/ui/settings/map/map.settings.component.html
- 30
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 11,12
- Use image markers
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 31
-
- Map will use thumbnail images as markers instead of the default pin.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 40
-
- Map provider
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 52
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 27
-
- Name
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 53
-
- Tile Url*
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 78
-
- *The map module will use these urls to fetch the map tiles.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 83,84
-
- + Add Layer
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 90
-
- Mapbox access token
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 96
-
- MapBox needs an access token to work, create one at
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.ts
- 27
-
- Map
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 11
-
- *.gpx files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 12
-
- Reads *.gpx files and renders them on the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 19
-
- Markdown files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 20
-
- Reads *.md files in a directory and shows the next to the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 26
-
- *.pg2conf files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 27
-
- Reads *.pg2conf files (You can use it for custom sorting and save search (albums)).
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts
- 23
-
- Meta file
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 7
-
- Error:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 10
-
- Threads:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 14
-
- Threading
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 15
-
- Runs directory scanning in a different thread.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 22
-
- Thumbnail threads
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 23
-
- Number of threads that are used to generate thumbnails. If auto, number of CPU cores -1 threads will be used.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 33
-
- Misc:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 36
-
- Scroll based thumbnail generation
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 37
-
- Those thumbnails get higher priority that are visible on the screen.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 43
-
- Lazy image rendering
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 44
-
- Shows only the required amount of photos at once. Renders more if page bottom is reached.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 50
-
- Cache
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 51
-
- Caches directory contents and search results for better performance.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 57
-
- Caption first naming
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 58
-
- Show the caption (IPTC 120) tags from the EXIF data instead of the filenames.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 64
-
- Download Zip
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 65
-
- [Experimental: does not work for searches] Enable download zip of a directory contents
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 71
-
- Directory flattening
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 72
-
- [Experimental: won't work if the gallery multiple folders with the same path] Adds a button to flattens the file structure, by listing the content of all subdirectories.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 82
-
- Navigation bar:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 85
-
- Show item count
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 86
-
- Show the number of items (photos) in the folder.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 100
-
- Default photo sorting method
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 109
-
- Sort directories by date
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 110
-
- 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/frontend/app/ui/settings/other/other.settings.component.html
- 118
-
- Custom HTML Head
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 32
-
- Other
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 9
-
- Photo converting:
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 12
-
- Converting
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 13
-
- Downsizes photos for faster preview loading. (Zooming in to the photo loads the original).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 19
-
- On the fly converting
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 20
-
- Converts photos on the fly, when they are requested.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 28
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 66
-
- Resolution
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 29
-
- The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 38
-
- Load full resolution image on zoom
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 39
-
- Enables loading the full resolution image on zoom in the ligthbox (preview).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.ts
- 36
-
- Photo
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 10
-
- Preview Filter query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 11
-
- Filters the sub-folders with this search query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 20
-
- Preview Sorting
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 21
-
- If multiple preview is available sorts them by these methods and selects the first one.
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.ts
- 31
-
- Preview
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 30,33
-
- 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.
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 36,37
-
- Note: With the current implementation, random link also requires login. See:
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 43,44
-
- Random Photo is not supported with these settings
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts
- 22
-
- Random Photo
-
-
-
-
- src/frontend/app/ui/settings/scheduled-jobs.service.ts
- 80
-
- Job finished
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 32
-
- Autocomplete
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 33
-
- Show hints while typing search query.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 40
-
- Maximum media result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 41
-
- Maximum number of photos and videos that listed in one search result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 49
-
- List directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 50
-
- Search will also return with directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 57
-
- List metafiles
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 58
-
- Search also returns with metafiles from directories that contain a media file of the matched search result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 68,69
-
- Search is not supported with these settings
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 29
-
- Password protected
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 30
-
- Enables password protected sharing links.
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 40,41
-
- Sharing is not supported with these settings
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 57
-
- Shared links:
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 63
-
- Key
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 64
-
- Folder
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 65
-
- Creator
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 66
-
- Expires
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 86,87
-
- No sharing was created.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 11
-
- Thumbnail Quality
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 12
-
- High quality may be slow.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 20
-
- Icon size
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 21
-
- Icon size (used on maps).
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 30
-
- Thumbnail sizes
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 37
-
- Size of the thumbnails.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 39,41
-
- The best matching size will be generated. (More sizes give better quality, but use more storage and CPU to render.)
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 43,45
-
- ';' separated integers. If size is 240, that shorter side of the thumbnail will have 160 pixels.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts
- 31
-
- Thumbnail
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 28
-
- Role
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 55,56
-
- + Add user
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 59,60
-
- To protect the site with password / have login enable this.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 70
-
- Add new User
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 90,91
-
- Add User
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 45
-
- Password protection
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 48
-
- Low
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 49
-
- High
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
- Password protection enabled
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 87
-
- Server restart is recommended.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Password protection disabled
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 113
-
- User creation error!
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 26,29
-
- 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.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 33
-
- Video transcoding:
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 35,38
-
- To ensure smooth video playback, video transcoding is recommended to a lower bit rate than the server's upload rate.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 39
-
- The transcoded videos will be save to the thumbnail folder.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 40,43
-
- You can trigger the transcoding manually, but you can also create an automatic encoding job in advanced settings mode.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 47
-
- Format
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 57
-
- Codec
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 67
-
- The height of the output video will be scaled down to this, while keeping the aspect ratio.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 77
-
- FPS
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 78
-
- Target frame per second (fps) of the output video will be scaled down this this.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 90
-
- Bit rate
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 104,106
-
- Target bit rate of the output video will be scaled down this this. This should be less than the upload rate of your home server.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
+ src/frontend/app/ui/settings/workflow/workflow.component.html
112
- CRF
+ every
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 113
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 16,17
- The range of the Constant Rate Factor (CRF) scale is 0–51, where 0 is lossless, 23 is the default, and 51 is worst quality possible.
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 81
+
+ never
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 121
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 18,19
- Preset
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 80
+
+ after
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 122
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 42,43
- A preset is a collection of options that will provide a certain encoding speed to compression ratio. A slower preset will provide better compression (compression is quality per filesize).
+ Job:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 130
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 56,57
- Custom Options
+ Periodicity:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 131
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 66,67
- ; separated values. It will be sent to ffmpeg as it is, as custom options.
+ Set the time to run the job.
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 72,73
- Video
+ After:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 85,86
+
+ The job will run after that job finishes.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 92,93
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 102,103
+
+ At:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 123,124
+
+ Allow parallel run
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 140,141
+
+ Enables the job to start even if another job is already running.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 198,199
+
+ ';' separated integers.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 218,221
+
+ + Add Job
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 228,229
+
+ Add new job
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 243,244
+
+ Select a job to schedule.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 252
+
+ Add Job
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 82
+
+ periodic
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 83
+
+ scheduled
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 86,85
+
+ Monday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 87,85
+
+ Tuesday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 88,85
+
+ Wednesday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 89,85
+
+ Thursday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 90,85
+
+ Friday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 91,85
+
+ Saturday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 92,85
+
+ Sunday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 93,85
+
+ day
src/frontend/app/ui/sharelogin/share-login.component.html
- 11
+ 11,13
Wrong password
-
-
+
+
src/frontend/app/ui/sharelogin/share-login.component.html
- 39
+ 40
Enter
diff --git a/src/frontend/translate/messages.es.xlf b/src/frontend/translate/messages.es.xlf
index cde3e1f4..f308df79 100644
--- a/src/frontend/translate/messages.es.xlf
+++ b/src/frontend/translate/messages.es.xlf
@@ -2,11 +2,1979 @@
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 100
+
+
+ src/common/config/private/PrivateConfig.ts
+ 973
+
+ Host
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 110
+
+
+ src/common/config/private/PrivateConfig.ts
+ 961
+
+ Puerto
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 120
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1029
+
+ Base de datos
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 130
+
+
+ src/frontend/app/ui/login/login.component.html
+ 25,26
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 62,63
+
+ Nombre de usuario
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 140
+
+
+ src/common/config/private/PrivateConfig.ts
+ 186
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 74
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 86,87
+
+
+ src/frontend/app/ui/login/login.component.html
+ 36,37
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 64,65
+
+
+ src/frontend/app/ui/sharelogin/share-login.component.html
+ 25,26
+
+ Contraseña
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 153
+
+ Sqlite db filename
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 157
+
+ Sqlite will save the db with this filename.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 167
+
+
+ src/common/config/public/ClientConfig.ts
+ 370
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 91
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 16,17
+
+ Nombre
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 177
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 17,18
+
+ Rol
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 190
+
+ Unencrypted, temporary password. App will encrypt it and delete this.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 196
+
+ Encrypted password
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 231
+
+
+ src/common/config/public/ClientConfig.ts
+ 362
+
+ Tipo
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 236
+
+ SQLite is recommended.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 243
+
+ Carpeta de la base de datos
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 247
+
+ All file-based data will be stored here (sqlite database, job history data).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 254
+
+ SQLite
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 264
+
+ MySQL
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 281
+
+
+ src/common/config/private/PrivateConfig.ts
+ 298
+
+ Enforced users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 287
+
+ Creates these users in the DB during startup if they do not exist. If a user with this name exist, it won't be overwritten, even if the role is different.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 301
+
+ if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 308
+
+ Converted photo and thumbnail quality
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 311
+
+ Between 0-100.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 318
+
+ Person face margin
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 321
+
+ Person face size ratio on the face thumbnail.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 331
+
+ OnTheFly *.gpx compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 335
+
+ Enables on the fly *.gpx compression.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 342
+
+ Min distance
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 347
+
+ Filters out entry that are closer than this in meters.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 354
+
+ Min time delta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 359
+
+ Filters out entry that are closer than this in time in milliseconds.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 369
+
+
+ src/common/config/public/ClientConfig.ts
+ 669
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 49
+
+ GPX compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 387
+
+ Update timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 391
+
+ After creating a sharing link, it can be updated for this long.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 402
+
+ Index cache timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 406
+
+ If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 413
+
+ Sensibilidad de reindexación de carpetas
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 416
+
+ Establece la sensibilidad de reindexación. Un valor alto comprueba los cambios en las carpetas con más frecuencia.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 423
+
+ Lista de carpetas excluidas
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 429
+
+ Folders to exclude from indexing. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 436
+
+ Lista de archivos para excluir
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 440
+
+ .ignore;.pg2ignore
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 442
+
+ Files that mark a folder to be excluded from indexing. Any folder that contains a file with this name will be excluded from indexing.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 452
+
+
+ src/common/config/private/PrivateConfig.ts
+ 984
+
+ Ejecución en paralelo
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 456
+
+ Runs directory scanning and thumbnail generation in a different thread.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 462
+
+ Hilos para las miniaturas
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 466
+
+ Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 477
+
+ Max duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 480
+
+ Maximum number of duplicates to list.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 490
+
+ Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 493
+
+ Logging level.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 499
+
+ Sql Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 502
+
+ Logging level for SQL queries.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 507
+
+ Server timing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 510
+
+ If enabled, the app ads "Server-Timing" http header to the response.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 610
+
+ Max saved progress
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 613
+
+ Job history size.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 620
+
+ Processing batch size
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 623
+
+ Jobs load this many photos or videos form the DB for processing at once.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 629
+
+ Scheduled jobs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 685
+
+ Tasa de bits
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 689
+
+ La tasa de bits del video de salida se reducirá a esta. Dicha tasa debería ser menor que la tasa de subida del servidor.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 696
+
+
+ src/common/config/private/PrivateConfig.ts
+ 808
+
+ Resolución
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 701
+
+ La altura del video de salida se escalará a esta (manteniendo la relación de aspecto).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 708
+
+ FPS
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 712
+
+ Los fotogramas por segundo (fps) del video de salida se reducirán a estos.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 718
+
+ Formato
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 727
+
+ MP4 codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 737
+
+ Webm Codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 748
+
+ CRF
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 751
+
+ El rango de la escala del Factor de Frecuencia Constante (CRF) va desde 0 hasta 51, donde 0 es sin pérdidas, 23 es el valor predeterminado y 51 es la peor calidad posible.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 759
+
+ Preconfiguración
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 762
+
+ Un ajuste preconfigurado es una colección de opciones que proporcionarán una cierta velocidad de codificación a una relación de compresión. Un ajuste preconfigurado más lento proporcionará una mejor compresión (la compresión es la calidad por el tamaño del fichero).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 769
+
+ Opciones personalizadas
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 774
+
+ It will be sent to ffmpeg as it is, as custom options.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 783
+
+ Video transcoding
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 787
+
+ To ensure smooth video playback, video transcoding is recommended to a lower bit rate than the server's upload rate. The transcoded videos will be save to the thumbnail folder. You can trigger the transcoding manually, but you can also create an automatic encoding job in advanced settings mode.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 796
+
+ Conversión sobre la marcha
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 802
+
+ Convierte las fotos en el momento en que han sido solicitadas.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 815
+
+ El lado más corto de la foto convertida se reducirá a esta resolución (manteniendo la relación de aspecto).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 824
+
+ Photo resizing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 836
+
+ Preview Filter query
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 841
+
+ Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 850
+
+ Preview Sorting
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 854
+
+ If multiple preview is available sorts them by these methods and selects the first one.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 866
+
+ Carpeta de las imágenes
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 871
+
+ La imágenes se cargan desde esta carpeta (se requieren permisos de lectura)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 877
+
+ Carpeta temporal
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 882
+
+ Miniaturas, fotos convertidas, videos serán almacenados aquí (se requieren permisos de escritura)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 889
+
+ Metadata read buffer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 895
+
+ Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 901
+
+
+ src/common/config/public/ClientConfig.ts
+ 640
+
+ Vídeo
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 910
+
+ 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.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 915
+
+
+ src/common/config/public/ClientConfig.ts
+ 647
+
+ Foto
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 928
+
+
+ src/common/config/public/ClientConfig.ts
+ 633
+
+ Miniatura
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 951
+
+ Session Timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 955
+
+ Users kept logged in for this long time.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 966
+
+ Número de puerto. Normalmente, el puerto 80 es el que necesitas.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 978
+
+ El servidor aceptará conexiones desde esta dirección IPv6 o IPv4.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 992
+
+ Registros
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1021
+
+ Server
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1037
+
+ Users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1045
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 33
+
+ Indexación
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1050
+
+ If you add a new folder to your gallery, the site indexes it automatically. If you would like to trigger indexing manually, click index button. (Note: search only works among the indexed directories.)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1061
+
+ Media
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1069
+
+ Archivo Meta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1077
+
+ Preview
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1092
+
+ Sharing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1100
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 75
+
+ Duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1108
+
+ Trabajos
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 60
+
+ Enable Autocomplete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 63
+
+ Muestre sugerencias mientras escribe la consulta de búsqueda.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 70
+
+ Max items per category
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 73
+
+ Maximum number autocomplete items shown per category.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 80
+
+ Maximum items
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 83
+
+ Maximum number autocomplete items shown at once.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 90
+
+
+ src/common/config/public/ClientConfig.ts
+ 114
+
+ Cache timeout
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 94
+
+ Autocomplete cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 104
+
+
+ src/common/config/public/ClientConfig.ts
+ 173
+
+
+ src/common/config/public/ClientConfig.ts
+ 185
+
+
+ src/common/config/public/ClientConfig.ts
+ 207
+
+
+ src/common/config/public/ClientConfig.ts
+ 246
+
+
+ src/common/config/public/ClientConfig.ts
+ 538
+
+
+ src/common/config/public/ClientConfig.ts
+ 575
+
+ Enable
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 107
+
+ Enables searching.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 118
+
+ Search cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 124
+
+ Autocompletar
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 133
+
+ Maximum media result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 136
+
+ Maximum number of photos and videos that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 142
+
+ Maximum directory result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 145
+
+ Maximum number of directories that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 151
+
+ List directories
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 154
+
+ Search returns also with directories, not just media.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 160
+
+ List metafiles
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 163
+
+ Search also returns with metafiles from directories that contain a media file of the matched search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 188
+
+ Enables sharing.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 194
+
+ Protegido por contraseña
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 197
+
+ Habilita enlaces de uso compartido protegidos por contraseña.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 210
+
+ Enables random link generation.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 222
+
+ Name of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 231
+
+ Url of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 252
+
+ Image Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 255
+
+ El mapa utilizará imágenes en miniatura como marcadores en lugar del pin predeterminado.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 261
+
+ Map Provider
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 269
+
+ Token de acceso de Mapbox
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 273
+
+ MapBox needs an access token to work, create one at https://www.mapbox.com.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 278
+
+ The map module will use these urls to fetch the map tiles.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 281
+
+ Custom Layers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 291
+
+ Max Preview Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 294
+
+ Maximum number of markers to be shown on the map preview on the gallery page.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 304
+
+ Map Icon size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 308
+
+ Tamaño del icono (usado en mapas).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 313
+
+ Person thumbnail size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 317
+
+ Person (face) thumbnail size.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 322
+
+ Tamaños de las miniaturas
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 325
+
+ Size of the thumbnails. The best matching size will be generated. More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will have 160 pixels.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 378
+
+ SearchQuery
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 388
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 47
+
+ Url
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 410
+
+ Mostrar el número de elementos
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 413
+
+ Shows the number photos and videos on the navigation bar.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 419
+
+ Links
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 424
+
+ Visible links in the top menu.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 437
+
+ Caché
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 440
+
+ Almacena el contenido de los directorios y los resultados de las búsquedas para un rendimiento mejor.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 445
+
+ Generación de miniaturas basada en el desplazamiento
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 448
+
+ Estas miniaturas tienen una mayor prioridad al ser visibles en la pantalla.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 454
+
+ Default sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 457
+
+ Default sorting method for photo and video in a directory results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 463
+
+ Default search sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 466
+
+ Default sorting method for photo and video in a search results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 472
+
+ Sort directories by date
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 475
+
+ 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
+ 481
+
+ On scroll thumbnail prioritising
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 484
+
+ Those thumbnails will be rendered first that are in view.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 489
+
+ Navigation bar
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 496
+
+ Usar metadatos en el nombre
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 499
+
+ Muestras las etiquetas de texto de los datos EXIF (IPTC 120) en lugar del nombre de los ficheros.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 504
+
+ Download Zip
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 509
+
+ Enable download zip of a directory contents Directory flattening. (Does not work for searches.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 514
+
+ Directory flattening
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 519
+
+ Adds a button to flattens the file structure, by listing the content of all subdirectories. (Won't work if the gallery has multiple folders with the same path.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 524
+
+ Default slideshow speed
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 529
+
+ Default time interval for displaying a photo in the slide show.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 547
+
+ Supported formats with transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 552
+
+ Video formats that are supported after transcoding (with the build-in ffmpeg support).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 560
+
+ Supported formats without transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 565
+
+ 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
+ 577
+
+ Enable photo converting.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 583
+
+ Load full resolution image on zoom.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 588
+
+ Enables loading the full resolution image on zoom in the ligthbox (preview).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 597
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 39
+
+ Photo converting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 606
+
+ Supported photo formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 610
+
+ 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
+ 619
+
+ Enable GPX compressing
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 624
+
+ Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 658
+
+ *.gpx files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 663
+
+ Reads *.gpx files and renders them on the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 678
+
+ Markdown files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 682
+
+ Reads *.md files in a directory and shows the next to the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 688
+
+ *.pg2conf files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 692
+
+ Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 698
+
+ Supported formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 702
+
+ The app will read and process these files.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 711
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 66
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 14
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 133
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 167
+
+ Habilitar
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 719
+
+ Sobreescribir las palabras clave
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 723
+
+ Si una imagen tiene la misma cara (persona), nombre y palabras clave, la aplicación elimina los duplicados manteniendo la cara únicamente.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 728
+
+ Permiso para destacar cara
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 731
+
+ Mínimo permiso requerido para destacar (poner como favorita) una cara.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 736
+
+ Face listing right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 739
+
+ Required minimum right to show the faces tab.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 749
+
+ Título de la página
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 755
+
+ If you access the page form local network its good to know the public url for creating sharing link.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 757
+
+ URL pública
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 765
+
+ 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.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 767
+
+ URL Base
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 779
+
+ Api path
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 790
+
+ Injects the content of this between the <head></head> HTML tags of the app. (You can use it add analytics or custom code to the app).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 792
+
+ Custom HTML Head
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 813
+
+ Protección con contraseña
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 815
+
+ Enables user management with login to password protect the gallery.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 821
+
+ Default user right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 826
+
+ Default user right when password protection is disabled.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 843
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 49
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 26
+
+ Galería
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 857
+
+ Album
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 865
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 48
+
+
+ src/frontend/app/ui/gallery/search/search.gallery.component.html
+ 26,27
+
+ Buscar
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 876
+
+ Mapa
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 884
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 51
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 21
+
+
+ src/frontend/app/ui/gallery/filter/filter.service.ts
+ 40
+
+ Caras
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 892
+
+ Random photo
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 896
+
+ 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/frontend/app/model/backendtext.service.ts
- 15
+ 11
Tamaño a generar
@@ -14,7 +1982,7 @@
src/frontend/app/model/backendtext.service.ts
- 17
+ 13
Estas miniaturas serán generadas. La lista debe ser un subconjunto de los tamaños de miniaturas habilitados
@@ -22,7 +1990,7 @@
src/frontend/app/model/backendtext.service.ts
- 19
+ 15
Sólo indexados
@@ -30,7 +1998,7 @@
src/frontend/app/model/backendtext.service.ts
- 21
+ 17
Sólo comprueba los archivos indexados.
@@ -38,7 +2006,7 @@
src/frontend/app/model/backendtext.service.ts
- 23
+ 19
Index changes only
@@ -46,75 +2014,67 @@
src/frontend/app/model/backendtext.service.ts
- 25
+ 21
Only indexes a folder if it got changed.
-
-
+
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 35
+
+ Database reset
+
+
+
src/frontend/app/model/backendtext.service.ts
37
- Indexación
+ Thumbnail generation
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 39
-
- Preview Filling
-
-
-
+
+
src/frontend/app/model/backendtext.service.ts
41
- Restablecimiento de la base de datos
+ Video converting
-
-
+
+
src/frontend/app/model/backendtext.service.ts
43
- Generación de miniaturas
+ Temp folder cleaning
-
-
+
+
src/frontend/app/model/backendtext.service.ts
45
- Conversión de fotos
+ Preview filling
-
-
+
+
src/frontend/app/model/backendtext.service.ts
47
- Conversión de vídeos
-
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 49
-
- Limpieza de la carpeta temporal
+ Preview reset
src/frontend/app/model/notification.service.ts
- 71
+ 84
src/frontend/app/model/notification.service.ts
- 74
+ 87
Error del servidor
@@ -122,7 +2082,7 @@
src/frontend/app/model/notification.service.ts
- 77
+ 90
Información del servidor
@@ -130,7 +2090,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 23
+ 20
hour
h
@@ -139,7 +2099,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 26
+ 23
minute
m
@@ -148,67 +2108,191 @@
src/frontend/app/pipes/DurationPipe.ts
- 29
+ 26
second
s
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 13
-
- ascending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
- 15
-
- descending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
17
- nombre ascendente
+ Developer
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 18
+
+ Admin
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
19
- nombre descendente
+ User
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 20
+
+ Guest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
21
- fecha ascendente
+ LimitedGuest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 24
+
+ Básico
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 25
+
+ Avanzado
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 26
+
+ Under the hood
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 28
+
+ Custom
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 29
+
+ OpenStreetMap
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 30
+
+ Mapbox
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 33
+
+ bajo
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 34
+
+ alto
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 35
+
+ medio
- src/frontend/app/pipes/StringifySortingMethod.ts
- 23
+ src/frontend/app/ui/EnumTranslations.ts
+ 38
fecha descendente
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 39
+
+ fecha ascendente
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 40
+
+ nombre descendente
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 41
+
+ nombre ascendente
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 42
+
+ descending rating
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 43
+
+ ascending rating
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 25
+ src/frontend/app/ui/EnumTranslations.ts
+ 44
aleatorio
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 50
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 18
+
+ Albums
+
@@ -233,11 +2317,11 @@
Git commit
-
-
+
+
src/frontend/app/ui/admin/admin.component.html
- 17,18
+ 16,17
Notificaciones del servidor
@@ -245,7 +2329,7 @@
src/frontend/app/ui/admin/admin.component.html
- 36,37
+ 34,35
Para descartar estas notificaciones, reinicie el servidor.
@@ -253,7 +2337,7 @@
src/frontend/app/ui/admin/admin.component.html
- 48
+ 46
Versión de aplicación:
@@ -261,31 +2345,15 @@
src/frontend/app/ui/admin/admin.component.html
- 52
+ 50,51
Modo
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 60
-
- Avanzado
-
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 61
-
- Simplificado
-
src/frontend/app/ui/admin/admin.component.html
- 79
+ 73,75
title of left card in settings page that contains settings contents
Menu
@@ -294,7 +2362,7 @@
src/frontend/app/ui/admin/admin.component.html
- 148
+ 116
Tiempo de actividad
@@ -302,7 +2370,7 @@
src/frontend/app/ui/albums/album/album.component.html
- 27
+ 27,28
Album is locked, cannot be deleted from the webpage.
@@ -310,11 +2378,11 @@
src/frontend/app/ui/albums/albums.component.html
- 15
+ 15,16
src/frontend/app/ui/albums/albums.component.html
- 34
+ 34,35
Add saved search
@@ -330,7 +2398,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 5
+ 5,6
To .pg2conf
@@ -338,7 +2406,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 12
+ 12,13
Saved Search to .saved_searches.pg2conf
@@ -346,7 +2414,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 18
+ 17,18
Add this json to a '.saved_searches.pg2conf' file in your gallery:
@@ -354,7 +2422,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 20
+ 19,20
This saved search will be loaded from file during gallery indexing and it will survive a database reset.
@@ -362,7 +2430,7 @@
src/frontend/app/ui/duplicates/duplicates.component.html
- 9,10
+ 8,10
No se encontraron duplicados
@@ -370,59 +2438,15 @@
src/frontend/app/ui/faces/faces.component.html
- 15
+ 16
No hay ninguna cara que mostrar.
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 18
-
- Galería
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 21
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.ts
- 23
-
- Albums
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 24
-
-
- src/frontend/app/ui/gallery/filter/filter.service.ts
- 39
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.ts
- 30
-
- Caras
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 54
-
- Duplicates
-
src/frontend/app/ui/frame/frame.component.html
- 62
+ 83
Configuraciones
@@ -430,7 +2454,7 @@
src/frontend/app/ui/frame/frame.component.html
- 68
+ 89
Cerrar sesión
@@ -454,7 +2478,7 @@
src/frontend/app/ui/gallery/filter/filter.gallery.component.ts
- 20
+ 23
unknown
@@ -462,7 +2486,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 33
+ 34
Keywords
@@ -470,7 +2494,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 40
+ 44
no face
@@ -478,7 +2502,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 45
+ 49
Faces groups
@@ -486,7 +2510,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 51
+ 59
Caption
@@ -494,7 +2518,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 56
+ 64
Rating
@@ -502,7 +2526,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 61
+ 69
Camera
@@ -510,7 +2534,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 66
+ 74
Lens
@@ -518,7 +2542,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 71
+ 79
City
@@ -526,7 +2550,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 76
+ 84
State
@@ -534,7 +2558,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 81
+ 89
Country
@@ -562,23 +2586,11 @@
Hay demasiados resultados que mostrar. Realiza una búsqueda más precisa.
-
-
-
- src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 11
-
-
- src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 29
-
- descargar
-
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 15
+ 10
información (tecla: i)
@@ -586,11 +2598,11 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 22
+ 17
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 31
+ 25
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -602,11 +2614,123 @@
alternar pantalla completa (tecla: f)
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 45
+
+ Download
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow playback speed
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow speed:
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ key: c
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ Show caption
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 70
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 88
+
+ on hover
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 71
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 89
+
+ always
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ key: a
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ Show faces
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ key: l
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ Play videos
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 108
+
+ once
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 109
+
+ loop
+
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 38
+ 123
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -618,7 +2742,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 90
+ 179
(tecla: flecha izquierda)
@@ -626,7 +2750,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 94
+ 183
(tecla: flecha derecha)
@@ -634,7 +2758,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 100
+ 189
Alejar (tecla: '-')
@@ -642,7 +2766,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 107
+ 196
Acercar (tecla: '+')
@@ -652,21 +2776,17 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
3
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
Información
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 51
+ 50
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 45
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 46
duración
@@ -674,7 +2794,7 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 57
+ 56
tasa de bits
@@ -682,7 +2802,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 20
+ 21
Error al cargar el video.
@@ -690,7 +2810,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 23,26
+ 23,27
Lo más probable es que el video no esté transcodificado. Se puede hacer en la configuración. Necesita transcodificar estos videos para verlos en línea:
@@ -698,7 +2818,7 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 12
+ 14
Buscando:
@@ -706,15 +2826,23 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 20
+ 23,24
elementos
+
+
+
+ src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
+ 32
+
+ descargar
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 39
+ 42
Flatten directory
@@ -722,17 +2850,17 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 48
+ 51
Filters
-
-
+
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts
- 38
+ 48
- Imágenes
+ Home
@@ -754,11 +2882,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.html
- 29,30
+ 28,29
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 32,33
+ 33
Copiar
@@ -766,11 +2894,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.ts
- 97
+ 104
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 115
+ 126
La URL ha sido copiada en el portapapeles
@@ -790,7 +2918,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 100
+ 104
From
@@ -798,7 +2926,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 114
+ 118
From date
@@ -806,7 +2934,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 126
+ 130
To date
@@ -814,11 +2942,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 138
+ 142
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 167
+ 171
Minimum Rating
@@ -826,11 +2954,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 152
+ 156
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 184
+ 188
Maximum Rating
@@ -838,7 +2966,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 206
+ 210
Vertical
@@ -846,7 +2974,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 207
+ 211
Horizontal
@@ -854,39 +2982,27 @@
src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.html
- 51
+ 50
Insert
src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
- 25
+ 23,24
-
+
-
-
-
- src/frontend/app/ui/gallery/search/search.gallery.component.html
- 31
-
-
- src/frontend/app/ui/settings/search/search.settings.component.ts
- 22
-
- Buscar
-
src/frontend/app/ui/gallery/search/search.gallery.component.html
- 68
+ 63,64
Save search to album
@@ -894,15 +3010,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 4
+ 5
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 10
-
-
- src/frontend/app/ui/settings/share/share.settings.component.ts
- 26
+ 11,12
Compartir
@@ -910,7 +3022,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 39
+ 39,40
Compartiendo:
@@ -918,43 +3030,15 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 52
+ 52,53
Incluir subcarpetas:
-
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 74
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 86
-
-
- src/frontend/app/ui/login/login.component.html
- 45
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 66
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 79
-
-
- src/frontend/app/ui/sharelogin/share-login.component.html
- 25
-
- Contraseña
-
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 93
+ 93,94
Válido:
@@ -962,7 +3046,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 106
+ 106,107
Minutos
@@ -970,7 +3054,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 107
+ 107,108
Horas
@@ -978,7 +3062,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 108
+ 108,109
Días
@@ -986,7 +3070,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 109
+ 109,110
Meses
@@ -994,7 +3078,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 110
+ 110,111
Forever
@@ -1002,7 +3086,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 51
+ 49
Sí
@@ -1010,7 +3094,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 52
+ 50
No
@@ -1018,11 +3102,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 92
+ 94
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 99
+ 106
cargando...
@@ -1030,7 +3114,7 @@
src/frontend/app/ui/login/login.component.html
- 10
+ 10,11
Por favor, inicia sesión
@@ -1038,31 +3122,15 @@
src/frontend/app/ui/login/login.component.html
- 13,14
+ 13
Nombre de usuario o contraseña incorrectos
-
-
-
- src/frontend/app/ui/login/login.component.html
- 29
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 57
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 77
-
- Nombre de usuario
-
src/frontend/app/ui/login/login.component.html
- 58
+ 47,48
Recuérdame
@@ -1070,1056 +3138,323 @@
src/frontend/app/ui/login/login.component.html
- 68,69
+ 56
Iniciar sesión
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
- ajustes guardados
-
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Éxito
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 2,5
-
- Parece que está ejecutando la aplicación en un contenedor Docker. Esta configuración no se debe modificar en el Docker. Asegúrese de que sabe lo que está haciendo.
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 64
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 135
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 168
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 47
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 11
-
- Deshabilitar
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 65
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 14
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 136
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 169
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 46
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 12
-
- Habilitar
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 149
-
- sólo lectura
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 151
-
- valor por defecto
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 25
-
- Shows albums tab in the top bar and enables creating saved searches.
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 27
-
- Note: custom albums are not supported, see:
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 33,34
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 96,97
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 78,79
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 64,65
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 219,220
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 105,106
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 35,36
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 129,130
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 49,50
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 30,31
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 47,48
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 72,73
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 46,47
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 54,55
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 143,144
-
- Guardar
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 37,38
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 100,101
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 82,83
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 55,56
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 68,69
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 223,224
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 109,110
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 39,40
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 133,134
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 53,54
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 34,35
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 76,77
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 50,51
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 58,59
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 147,148
-
- Restablecer
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 11
-
- Título de la página
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 35
-
- Host
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 22
-
- El servidor aceptará conexiones desde esta dirección IPv6 o IPv4.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 31
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 42
-
- Puerto
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 32
-
- Número de puerto. Normalmente, el puerto 80 es el que necesitas.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 42
-
- Carpeta de las imágenes
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 43
-
- La imágenes se cargan desde esta carpeta (se requieren permisos de lectura)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 53
-
- Carpeta temporal
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 54,55
-
- Miniaturas, fotos convertidas, videos serán almacenados aquí (se requieren permisos de escritura)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 65
-
- URL pública
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 68,69
-
- Si se accede a la página desde una red local, se debe conocer cual es la URL pública para así poder generar los enlaces de uso compartido.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 77
-
- URL Base
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 78,81
-
- 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.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 91,92
-
- La URL pública y la URL base no coinciden. Algunas funcionalidades es posible que no funcionen.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 26
-
- Básico
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 34
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
- Reinicie el servidor para aplicar la nueva configuración
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 10
-
- Tipo
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 16,17
-
- Instale manualmente el módulo mysql de node para usar mysql (npm install mysql)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 22
-
- Carpeta de la base de datos
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 23
-
- Todos los archivos que contengan datos se almacenarán aquí (base de datos sqlite, base de datos de usuario en caso de memoria db, datos del historial de trabajos)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 50
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 26
-
- Base de datos
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 36
-
- (recomendado)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 38
-
- (obsoleto, será eliminado)
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 31
-
- Sobreescribir las palabras clave
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 33
-
- Si una imagen tiene la misma cara (persona), nombre y palabras clave, la aplicación elimina los duplicados manteniendo la cara únicamente.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 38
-
- Permiso para destacar cara
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 40
-
- Mínimo permiso requerido para destacar (poner como favorita) una cara.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 47,48
-
- Las caras no son compatibles con esta configuración.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 12
-
- Límite de tiempo válido de indexación [ms]
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 13
-
- Si no ha habido ninguna indexación durante dicho intervalo de tiempo, se reindexan los directorios (no se hace si la indexación se encuentra en la base de datos y la sensibilidad es baja).
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 21
-
- Sensibilidad de reindexación de carpetas
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 23
-
- Establece la sensibilidad de reindexación. Un valor alto comprueba los cambios en las carpetas con más frecuencia.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 29
-
- Lista de carpetas excluidas
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 34
-
- Carpetas a excluir de la indexación
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 37,40
-
- Separar las cadenas con ';'. Si una entrada empieza por '/' se trata como una ruta absoluta. Si no empieza por '/' pero contiene un '/', la ruta es relativa al directorio de la imagen. Si no contiene un '/', cualquier carpeta con este nombre será excluida.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 45
-
- Lista de archivos para excluir
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 50
-
- Archivos que marcan una carpeta para ser excluida de la indexación
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 53,55
-
- Separar las cadenas con ';'. Cualquier carpeta que contenga un archivo con este nombre será excluida de la indexación.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 75
-
- Si se añade una nueva carpeta a la galería, el sitio la indexa automáticamente.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 76
-
- Si desea ejeutar la indexación de las carpetas manualmente, haga clic en el botón de Indexación.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 79
-
- Nota: la búsqueda sólo funciona en las carpetas indexados
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 106,107
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 2,4
Estadísticas:
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 109
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 6
Carpetas
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 113
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 10
Fotos
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 117
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 14
Vídeos
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 122
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 19
Personas
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 126
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 23
Tamaño
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 36
+ src/frontend/app/ui/settings/scheduled-jobs.service.ts
+ 128
- Indexación de carpetas
+ Trabajo finalizado
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 68
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 1,5
- bajo
+ Parece que está ejecutando la aplicación en un contenedor Docker. Esta configuración no se debe modificar en el Docker. Asegúrese de que sabe lo que está haciendo.
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 71
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 65
- medio
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 12,13
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 131,132
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 165,166
+
+ Deshabilitar
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 74
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 92
- alto
+ URL de mosaico *
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 86
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 120,121
- Indexación de carpetas iniciada
+ + Añadir capa
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 105
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 182,183
- Indexación de carpetas interrumpida
+ + Add Link
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 124
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 242,243
- Restableciendo la base de datos
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 282,283
+
+ + Add
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 301
+
+ ';' separated list.
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 304
+
+ See
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 308
+
+ Reset database after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 312
+
+ Restart server after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 229
+
+ sólo lectura
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 231
+
+ valor por defecto
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 33,34
+
+ config is not supported with these settings.
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 45
+
+ Guardar
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 49
+
+ Restablecer
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 281,280
+
+ ajustes guardados
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 282,280
+
+ Éxito
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 4,5
+
+ User list
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 46,47
+
+ + Añadir usuario
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 56,57
+
+ Añadir nuevo usuario
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 72,73
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 248,249
+
+ Cerrar
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 76
+
+ Añadir usuario
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.ts
+ 82,80
+
+ User creation error!
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 2
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 2,3
Lanzar la ejecución del trabajo manualmente
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 7
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 8
Ejecutar ahora
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 15
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 17
Cancelar
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 68
Trabajo iniciado
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 59
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 88
Parando el trabajo
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 116
-
- cada
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 25
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 68
-
- nunca
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 27
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 67
-
- después de
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 50
-
- Trabajo:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 64
-
- Periodicidad:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 74,75
-
- Establezca la hora de ejecución del trabajo.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 80
-
- Después de:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 91,92
-
- El trabajo se ejecutará después de que este trabajo termine.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 98
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 108
-
- El:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 127
-
- Permitir la ejecución en paralelo
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 143,144
-
- Permite que el trabajo se inicie incluso si otro trabajo ya se está ejecutando.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 198,199
-
- Separar los enteros con ';'.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 226,227
-
- + Añadir trabajo
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 241
-
- Añadir un nuevo trabajo
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 255,256
-
- Seleccione un trabajo para ser programado.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 260
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 87
-
- Cerrar
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 263,264
-
- Añadir trabajo
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 57
-
- Trabajos
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 69
-
- periódico
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 70
-
- programado
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 73
-
- Lunes
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 74
-
- Martes
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 75
-
- Miércoles
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 76
-
- Jueves
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 77
-
- Viernes
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 78
-
- Sábado
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 79
-
- Domingo
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 80
-
- día
-
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 3,4
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 2,4
Última ejecución:
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
5
Ejecutado entre
@@ -2127,7 +3462,7 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
14
Estado
@@ -2135,1120 +3470,361 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 32
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 33
Cancelando...
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 43
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 44
tiempo transcurrido
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 82
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 83
Procesados
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 86
Omitidos
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 84
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 89
Restantes
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 85
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 92
Todos
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 111,112
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 118,120
Registros
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 38
procesados
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 42
omitidos
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 29
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 46
todos
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 75
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 109
ejecutándose
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 77
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 111
cancelando
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 79
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 113
cancelado
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 81
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 115
interrumpido
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 117
finalizado
-
-
+
+
- src/frontend/app/ui/settings/map/map.settings.component.html
- 30
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 11,12
- Usar marcadores de imagen
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 31
-
- El mapa utilizará imágenes en miniatura como marcadores en lugar del pin predeterminado.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 40
-
- Proveedor de mapas
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 52
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 27
-
- Nombre
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 53
-
- URL de mosaico *
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 78
-
- * El módulo de mapa utilizará estas direcciones URL para recuperar los mosaicos del mapa.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 83,84
-
- + Añadir capa
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 90
-
- Token de acceso de Mapbox
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 96
-
- MapBox necesita un token de acceso para funcionar, cree uno en
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.ts
- 27
-
- Mapa
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 11
-
- *.gpx files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 12
-
- Reads *.gpx files and renders them on the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 19
-
- Markdown files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 20
-
- Reads *.md files in a directory and shows the next to the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 26
-
- *.pg2conf files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 27
-
- Reads *.pg2conf files (You can use it for custom sorting and save search (albums)).
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts
- 23
-
- Archivo Meta
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 7
-
- Error:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 10
-
- Hilos de ejecución:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 14
-
- Ejecución en paralelo
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 15
-
- Ejecuta el escaneo de directorios en distintos hilos en paralelo.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 22
-
- Hilos para las miniaturas
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 23
-
- Número de hilos que se usarán para generar las miniaturas. Si se establece en automático, se emplearán tantos hilos como núcleos de CPU -1 hay.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 33
-
- Miscelánea:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 36
-
- Generación de miniaturas basada en el desplazamiento
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 37
-
- Estas miniaturas tienen una mayor prioridad al ser visibles en la pantalla.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 43
-
- Renderizado perezoso de imágenes
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 44
-
- En primera instancia, únicamente se muestra una parte del total de imágenes. Cuando se llega a la parte inferior de la página, se van añadiendo las imágenes restantes.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 50
-
- Caché
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 51
-
- Almacena el contenido de los directorios y los resultados de las búsquedas para un rendimiento mejor.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 57
-
- Usar metadatos en el nombre
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 58
-
- Muestras las etiquetas de texto de los datos EXIF (IPTC 120) en lugar del nombre de los ficheros.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 64
-
- Download Zip
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 65
-
- [Experimental: does not work for searches] Enable download zip of a directory contents
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 71
-
- Directory flattening
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 72
-
- [Experimental: won't work if the gallery multiple folders with the same path] Adds a button to flattens the file structure, by listing the content of all subdirectories.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 82
-
- Barra de navegación:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 85
-
- Mostrar el número de elementos
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 86
-
- Mostrar el número de elementos (fotos) en la carpeta.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 100
-
- Método de ordenación de fotos por defecto
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 109
-
- Sort directories by date
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 110
-
- 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/frontend/app/ui/settings/other/other.settings.component.html
- 118
-
- Custom HTML Head
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 32
-
- Otros
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 9
-
- Conversión de fotos:
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 12
-
- Conversión
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 13
-
- Reduce el tamaño de las fotos para una vista previa más rápida. (Al acercar la foto, se carga el tamaño original).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 19
-
- Conversión sobre la marcha
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 20
-
- Convierte las fotos en el momento en que han sido solicitadas.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 28
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 66
-
- Resolución
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 29
-
- El lado más corto de la foto convertida se reducirá a esta resolución (manteniendo la relación de aspecto).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 38
-
- Load full resolution image on zoom
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 39
-
- Enables loading the full resolution image on zoom in the ligthbox (preview).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.ts
- 36
-
- Foto
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 10
-
- Preview Filter query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 11
-
- Filters the sub-folders with this search query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 20
-
- Preview Sorting
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 21
-
- If multiple preview is available sorts them by these methods and selects the first one.
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.ts
- 31
-
- Preview
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 30,33
-
- Esta característica te permite generar direcciones de 'imágenes aleatorias'. Dicha URL devuelve imágen seleccionado aleatoriamente de tu galería. Puedes usar esa URL con una aplicación externa, como por ejemplo, una encargada de cambiar el fondo del escritorio del dispositivo de forma aleatoria.
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 36,37
-
- Note: With the current implementation, random link also requires login. See:
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 43,44
-
- Las imágenes aleatorias no son compatibles con esta configuración
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts
- 22
-
- Foto aleatoria
-
-
-
-
- src/frontend/app/ui/settings/scheduled-jobs.service.ts
- 80
-
- Trabajo finalizado
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 32
-
- Autocompletar
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 33
-
- Muestre sugerencias mientras escribe la consulta de búsqueda.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 40
-
- Maximum media result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 41
-
- Maximum number of photos and videos that listed in one search result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 49
-
- List directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 50
-
- Search will also return with directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 57
-
- List metafiles
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 58
-
- Search also returns with metafiles from directories that contain a media file of the matched search result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 68,69
-
- La búsqueda no es compatible con esta configuración
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 29
-
- Protegido por contraseña
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 30
-
- Habilita enlaces de uso compartido protegidos por contraseña.
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 40,41
-
- El uso compartido no es compatible con esta configuración
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 57
-
- Enlaces de uso compartido:
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 63
-
- Clave
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 64
-
- Carpeta
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 65
-
- Creador
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 66
-
- Caduca
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 86,87
-
- Ningún enlace de uso compartido fue creado.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 11
-
- Miniatura de calidad
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 12
-
- La alta calidad puede ser lenta.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 20
-
- Tamaño del ícono
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 21
-
- Tamaño del icono (usado en mapas).
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 30
-
- Tamaños de las miniaturas
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 37
-
- Tamaño de las miniaturas.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 39,41
-
- Se generará el tamaño óptimo. (Tamaños más grandes ofrecen mejor calidad, pero se usa más almacenamiento y CPU para renderizar las miniaturas).
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 43,45
-
- Usar ';' para separar los enteros. Si el tamaño es 240, el lado más pequeño de la miniatura tendrá 160 píxeles.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts
- 31
-
- Miniatura
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 28
-
- Rol
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 55,56
-
- + Añadir usuario
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 59,60
-
- Para proteger el sitio con usuario y contraseña, habilítame.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 70
-
- Añadir nuevo usuario
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 90,91
-
- Añadir usuario
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 45
-
- Protección con contraseña
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 48
-
- Bajo
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 49
-
- Alto
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
- Protección por contraseña habilitada
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 87
-
- Se recomienda reiniciar el servidor.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Protección por contraseña deshabilitada
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 113
-
- User creation error!
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 26,29
-
- El video hace uso de ffmpeg. O los binarios ffmpeg y ffprobe están disponibles en el PATH o es necesario tener instalados los paquetes de node @ffmpeg-installer/ffmpeg y @ffprobe-installer/ffprobe.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 33
-
- Transcodificación de video:
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 35,38
-
- Para garantizar una reproducción de video fluida, se recomienda la transcodificación de video a una tasa de bits más baja que la tasa de carga del servidor.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 39
-
- Los videos transcodificados se guardarán en la carpeta de las miniaturas.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 40,43
-
- Puede activar la transcodificación manualmente, pero también puede crear un trabajo de codificación automático en el modo de configuración avanzada.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 47
-
- Formato
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 57
-
- Códec
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 67
-
- La altura del video de salida se escalará a esta (manteniendo la relación de aspecto).
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 77
-
- FPS
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 78
-
- Los fotogramas por segundo (fps) del video de salida se reducirán a estos.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 90
-
- Tasa de bits
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 104,106
-
- La tasa de bits del video de salida se reducirá a esta. Dicha tasa debería ser menor que la tasa de subida del servidor.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
+ src/frontend/app/ui/settings/workflow/workflow.component.html
112
- CRF
+ cada
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 113
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 16,17
- El rango de la escala del Factor de Frecuencia Constante (CRF) va desde 0 hasta 51, donde 0 es sin pérdidas, 23 es el valor predeterminado y 51 es la peor calidad posible.
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 81
+
+ nunca
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 121
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 18,19
- Preconfiguración
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 80
+
+ después de
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 122
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 42,43
- Un ajuste preconfigurado es una colección de opciones que proporcionarán una cierta velocidad de codificación a una relación de compresión. Un ajuste preconfigurado más lento proporcionará una mejor compresión (la compresión es la calidad por el tamaño del fichero).
+ Trabajo:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 130
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 56,57
- Opciones personalizadas
+ Periodicidad:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 131
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 66,67
- Separa los valores usando ";". Se enviará tal cual a ffmpeg como opciones personalizadas.
+ Establezca la hora de ejecución del trabajo.
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 72,73
- Vídeo
+ Después de:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 85,86
+
+ El trabajo se ejecutará después de que este trabajo termine.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 92,93
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 102,103
+
+ El:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 123,124
+
+ Permitir la ejecución en paralelo
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 140,141
+
+ Permite que el trabajo se inicie incluso si otro trabajo ya se está ejecutando.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 198,199
+
+ Separar los enteros con ';'.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 218,221
+
+ + Añadir trabajo
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 228,229
+
+ Añadir un nuevo trabajo
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 243,244
+
+ Seleccione un trabajo para ser programado.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 252
+
+ Añadir trabajo
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 82
+
+ periódico
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 83
+
+ programado
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 86,85
+
+ Lunes
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 87,85
+
+ Martes
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 88,85
+
+ Miércoles
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 89,85
+
+ Jueves
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 90,85
+
+ Viernes
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 91,85
+
+ Sábado
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 92,85
+
+ Domingo
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 93,85
+
+ día
src/frontend/app/ui/sharelogin/share-login.component.html
- 11
+ 11,13
Contraseña incorrecta
-
-
+
+
src/frontend/app/ui/sharelogin/share-login.component.html
- 39
+ 40
Entrar
diff --git a/src/frontend/translate/messages.fr.xlf b/src/frontend/translate/messages.fr.xlf
index 5ddd47d3..e1cbf3ea 100644
--- a/src/frontend/translate/messages.fr.xlf
+++ b/src/frontend/translate/messages.fr.xlf
@@ -2,11 +2,1979 @@
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 100
+
+
+ src/common/config/private/PrivateConfig.ts
+ 973
+
+ Hôte
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 110
+
+
+ src/common/config/private/PrivateConfig.ts
+ 961
+
+ Port
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 120
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1029
+
+ Base de données
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 130
+
+
+ src/frontend/app/ui/login/login.component.html
+ 25,26
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 62,63
+
+ Nom d'utilisateur
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 140
+
+
+ src/common/config/private/PrivateConfig.ts
+ 186
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 74
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 86,87
+
+
+ src/frontend/app/ui/login/login.component.html
+ 36,37
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 64,65
+
+
+ src/frontend/app/ui/sharelogin/share-login.component.html
+ 25,26
+
+ Mot de passe
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 153
+
+ Sqlite db filename
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 157
+
+ Sqlite will save the db with this filename.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 167
+
+
+ src/common/config/public/ClientConfig.ts
+ 370
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 91
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 16,17
+
+ Nom
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 177
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 17,18
+
+ Rôle
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 190
+
+ Unencrypted, temporary password. App will encrypt it and delete this.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 196
+
+ Encrypted password
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 231
+
+
+ src/common/config/public/ClientConfig.ts
+ 362
+
+ Type
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 236
+
+ SQLite is recommended.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 243
+
+ Dossier de la base de données
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 247
+
+ All file-based data will be stored here (sqlite database, job history data).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 254
+
+ SQLite
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 264
+
+ MySQL
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 281
+
+
+ src/common/config/private/PrivateConfig.ts
+ 298
+
+ Enforced users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 287
+
+ Creates these users in the DB during startup if they do not exist. If a user with this name exist, it won't be overwritten, even if the role is different.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 301
+
+ if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 308
+
+ Converted photo and thumbnail quality
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 311
+
+ Between 0-100.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 318
+
+ Person face margin
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 321
+
+ Person face size ratio on the face thumbnail.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 331
+
+ OnTheFly *.gpx compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 335
+
+ Enables on the fly *.gpx compression.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 342
+
+ Min distance
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 347
+
+ Filters out entry that are closer than this in meters.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 354
+
+ Min time delta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 359
+
+ Filters out entry that are closer than this in time in milliseconds.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 369
+
+
+ src/common/config/public/ClientConfig.ts
+ 669
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 49
+
+ GPX compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 387
+
+ Update timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 391
+
+ After creating a sharing link, it can be updated for this long.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 402
+
+ Index cache timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 406
+
+ If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 413
+
+ Sensibilité de réindexation des dossiers
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 416
+
+ Set the reindexing sensitivity. High value check the folders for change more often.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 423
+
+ Liste des dossiers à exclure
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 429
+
+ Folders to exclude from indexing. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 436
+
+ List des fichiers à exclure de l'indexation
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 440
+
+ .ignore;.pg2ignore
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 442
+
+ Files that mark a folder to be excluded from indexing. Any folder that contains a file with this name will be excluded from indexing.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 452
+
+
+ src/common/config/private/PrivateConfig.ts
+ 984
+
+ Utilisation de fils
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 456
+
+ Runs directory scanning and thumbnail generation in a different thread.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 462
+
+ Fils de vignettes
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 466
+
+ Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 477
+
+ Max duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 480
+
+ Maximum number of duplicates to list.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 490
+
+ Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 493
+
+ Logging level.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 499
+
+ Sql Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 502
+
+ Logging level for SQL queries.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 507
+
+ Server timing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 510
+
+ If enabled, the app ads "Server-Timing" http header to the response.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 610
+
+ Max saved progress
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 613
+
+ Job history size.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 620
+
+ Processing batch size
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 623
+
+ Jobs load this many photos or videos form the DB for processing at once.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 629
+
+ Scheduled jobs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 685
+
+ Débit
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 689
+
+ Target bit rate of the output video will be scaled down this this. This should be less than the upload rate of your home server.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 696
+
+
+ src/common/config/private/PrivateConfig.ts
+ 808
+
+ Résolution
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 701
+
+ La hauteur de la vidéo de sortie sera réduite à cette valeur, tout en conservant le rapport hauteur/largeur.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 708
+
+ IPS
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 712
+
+ Le nombre d'images par seconde (IPS) de la vidéo de sortie sera réduit à cette valeur.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 718
+
+ Format
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 727
+
+ MP4 codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 737
+
+ Webm Codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 748
+
+ CRF
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 751
+
+ La plage de l'échelle du facteur de débit constant (CRF) est de 0 à 51 : 0 est sans perte, 23 est la valeur par défaut et 51 est la pire qualité possible.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 759
+
+ Préréglage
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 762
+
+ Un préréglage est une collection d'options qui fournissent une certaine vitesse d'encodage par rapport au ratio de compression. Un préréglage plus lent fournira une meilleure compression (la compression est la qualité par taille de fichier).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 769
+
+ Options personnalisées
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 774
+
+ It will be sent to ffmpeg as it is, as custom options.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 783
+
+ Video transcoding
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 787
+
+ To ensure smooth video playback, video transcoding is recommended to a lower bit rate than the server's upload rate. The transcoded videos will be save to the thumbnail folder. You can trigger the transcoding manually, but you can also create an automatic encoding job in advanced settings mode.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 796
+
+ Conversion à la volée
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 802
+
+ Convertit les photos à la volée, lorsqu'elles sont demandées.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 815
+
+ Le bord le plus court de la photo convertie sera réduit à cette échelle, tout en conservant le rapport d'aspect.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 824
+
+ Photo resizing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 836
+
+ Preview Filter query
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 841
+
+ Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 850
+
+ Preview Sorting
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 854
+
+ Si plusieurs aperçus sont disponibles, les trier selon ces méthodes et sélectionner le premier.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 866
+
+ Dossier Images
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 871
+
+ Les images sont chargées à partir de ce dossier (permission de lecture requise)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 877
+
+ Dossier temporaire
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 882
+
+ Les vignettes, les photos converties et les vidéos seront stockées ici (autorisation d'écriture requise).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 889
+
+ Metadata read buffer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 895
+
+ Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 901
+
+
+ src/common/config/public/ClientConfig.ts
+ 640
+
+ Vidéo
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 910
+
+ 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.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 915
+
+
+ src/common/config/public/ClientConfig.ts
+ 647
+
+ Photo
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 928
+
+
+ src/common/config/public/ClientConfig.ts
+ 633
+
+ Vignette
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 951
+
+ Session Timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 955
+
+ Users kept logged in for this long time.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 966
+
+ Numéro de port. Le port 80 est généralement ce dont vous avez besoin.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 978
+
+ Le serveur acceptera les connexions à partir de cette adresse IPv6 ou IPv4.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 992
+
+ Logs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1021
+
+ Server
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1037
+
+ Users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1045
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 33
+
+ Indexation
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1050
+
+ If you add a new folder to your gallery, the site indexes it automatically. If you would like to trigger indexing manually, click index button. (Note: search only works among the indexed directories.)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1061
+
+ Media
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1069
+
+ Fichier meta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1077
+
+ Aperçu
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1092
+
+ Sharing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1100
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 75
+
+ Doublons
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1108
+
+ Tâches
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 60
+
+ Enable Autocomplete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 63
+
+ Afficher des conseils pendant la saisie de la requête de recherche.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 70
+
+ Max items per category
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 73
+
+ Maximum number autocomplete items shown per category.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 80
+
+ Maximum items
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 83
+
+ Maximum number autocomplete items shown at once.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 90
+
+
+ src/common/config/public/ClientConfig.ts
+ 114
+
+ Cache timeout
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 94
+
+ Autocomplete cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 104
+
+
+ src/common/config/public/ClientConfig.ts
+ 173
+
+
+ src/common/config/public/ClientConfig.ts
+ 185
+
+
+ src/common/config/public/ClientConfig.ts
+ 207
+
+
+ src/common/config/public/ClientConfig.ts
+ 246
+
+
+ src/common/config/public/ClientConfig.ts
+ 538
+
+
+ src/common/config/public/ClientConfig.ts
+ 575
+
+ Enable
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 107
+
+ Enables searching.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 118
+
+ Search cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 124
+
+ Auto-complétion
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 133
+
+ Résultats média maximum
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 136
+
+ Maximum number of photos and videos that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 142
+
+ Maximum directory result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 145
+
+ Maximum number of directories that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 151
+
+ Lister les répertoires
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 154
+
+ Search returns also with directories, not just media.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 160
+
+ Lister les métafichiers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 163
+
+ Search also returns with metafiles from directories that contain a media file of the matched search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 188
+
+ Enables sharing.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 194
+
+ Protégé par mot de passe
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 197
+
+ Permet d'activer des liens de partage protégés par un mot de passe.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 210
+
+ Enables random link generation.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 222
+
+ Name of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 231
+
+ Url of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 252
+
+ Image Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 255
+
+ La carte utilisera des images miniatures comme marqueurs au lieu de l'épingle par défaut.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 261
+
+ Map Provider
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 269
+
+ Jeton d'accès Mapbox
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 273
+
+ MapBox needs an access token to work, create one at https://www.mapbox.com.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 278
+
+ The map module will use these urls to fetch the map tiles.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 281
+
+ Custom Layers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 291
+
+ Max Preview Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 294
+
+ Maximum number of markers to be shown on the map preview on the gallery page.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 304
+
+ Map Icon size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 308
+
+ Taille des icônes (sur la carte).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 313
+
+ Person thumbnail size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 317
+
+ Person (face) thumbnail size.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 322
+
+ Taille des vignettes
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 325
+
+ Size of the thumbnails. The best matching size will be generated. More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will have 160 pixels.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 378
+
+ SearchQuery
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 388
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 47
+
+ Url
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 410
+
+ Afficher le nombre d'articles
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 413
+
+ Shows the number photos and videos on the navigation bar.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 419
+
+ Links
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 424
+
+ Visible links in the top menu.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 437
+
+ Cache
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 440
+
+ Met en cache le contenu des répertoires et les résultats des recherches pour une meilleure performance.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 445
+
+ Génération de vignettes basées sur le défilement
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 448
+
+ Les vignettes visibles à l'écran ont une priorité plus élevée.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 454
+
+ Default sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 457
+
+ Default sorting method for photo and video in a directory results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 463
+
+ Default search sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 466
+
+ Default sorting method for photo and video in a search results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 472
+
+ Trier les répertoires par date
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 475
+
+ 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.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 481
+
+ On scroll thumbnail prioritising
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 484
+
+ Those thumbnails will be rendered first that are in view.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 489
+
+ Navigation bar
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 496
+
+ Légende du premier nom
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 499
+
+ Affichez les balises Légende (IPTC 120) à partir des données EXIF au lieu des noms de fichiers.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 504
+
+ Télécharger Zip
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 509
+
+ Enable download zip of a directory contents Directory flattening. (Does not work for searches.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 514
+
+ Aplatissement de répertoire
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 519
+
+ Adds a button to flattens the file structure, by listing the content of all subdirectories. (Won't work if the gallery has multiple folders with the same path.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 524
+
+ Default slideshow speed
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 529
+
+ Default time interval for displaying a photo in the slide show.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 547
+
+ Supported formats with transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 552
+
+ Video formats that are supported after transcoding (with the build-in ffmpeg support).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 560
+
+ Supported formats without transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 565
+
+ 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
+ 577
+
+ Enable photo converting.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 583
+
+ Load full resolution image on zoom.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 588
+
+ Permet de charger l'image en pleine résolution lors du zoom dans la lightbox (aperçu).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 597
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 39
+
+ Photo converting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 606
+
+ Supported photo formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 610
+
+ 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
+ 619
+
+ Enable GPX compressing
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 624
+
+ Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 658
+
+ Fichiers *.gpx
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 663
+
+ Lit les fichiers *.gpx et les affiche sur la carte.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 678
+
+ Fichiers markdown
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 682
+
+ Lit les fichiers *.md et les affiche sur la carte.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 688
+
+ Fichiers *.pg2conf
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 692
+
+ Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 698
+
+ Supported formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 702
+
+ The app will read and process these files.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 711
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 66
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 14
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 133
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 167
+
+ Activé
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 719
+
+ Outrepasser mots-clés
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 723
+
+ 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.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 728
+
+ Permission de mettre une visage en favori
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 731
+
+ Permission minimale requise pour mettre un visage en favori.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 736
+
+ Face listing right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 739
+
+ Required minimum right to show the faces tab.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 749
+
+ Titre de la page
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 755
+
+ If you access the page form local network its good to know the public url for creating sharing link.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 757
+
+ URL publique de la page
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 765
+
+ 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.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 767
+
+ URL de base
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 779
+
+ Api path
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 790
+
+ Injects the content of this between the <head></head> HTML tags of the app. (You can use it add analytics or custom code to the app).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 792
+
+ Custom HTML Head
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 813
+
+ Protection par mot de passe
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 815
+
+ Enables user management with login to password protect the gallery.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 821
+
+ Default user right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 826
+
+ Default user right when password protection is disabled.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 843
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 49
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 26
+
+ Galerie
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 857
+
+ Album
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 865
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 48
+
+
+ src/frontend/app/ui/gallery/search/search.gallery.component.html
+ 26,27
+
+ Recherche
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 876
+
+ Carte
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 884
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 51
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 21
+
+
+ src/frontend/app/ui/gallery/filter/filter.service.ts
+ 40
+
+ Visages
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 892
+
+ Random photo
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 896
+
+ 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/frontend/app/model/backendtext.service.ts
- 15
+ 11
Taille à générer
@@ -14,7 +1982,7 @@
src/frontend/app/model/backendtext.service.ts
- 17
+ 13
Ces vignettes seront générées. La liste doit être un sous-ensemble des tailles de vignettes activées.
@@ -22,7 +1990,7 @@
src/frontend/app/model/backendtext.service.ts
- 19
+ 15
Indexé uniquement
@@ -30,7 +1998,7 @@
src/frontend/app/model/backendtext.service.ts
- 21
+ 17
Vérifie uniquement les fichiers indexés.
@@ -38,7 +2006,7 @@
src/frontend/app/model/backendtext.service.ts
- 23
+ 19
Indexer uniquement les modifications
@@ -46,75 +2014,67 @@
src/frontend/app/model/backendtext.service.ts
- 25
+ 21
Indexe un dossier uniquement s'il a été modifié.
-
-
+
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 35
+
+ Database reset
+
+
+
src/frontend/app/model/backendtext.service.ts
37
- Indexation
+ Thumbnail generation
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 39
-
- Preview Filling
-
-
-
+
+
src/frontend/app/model/backendtext.service.ts
41
- Réinitialisation de la base de données
+ Video converting
-
-
+
+
src/frontend/app/model/backendtext.service.ts
43
- Génération des vignettes
+ Temp folder cleaning
-
-
+
+
src/frontend/app/model/backendtext.service.ts
45
- Conversion des photos
+ Preview filling
-
-
+
+
src/frontend/app/model/backendtext.service.ts
47
- Conversion des vidéos
-
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 49
-
- Nettoyage des dossiers temporaires
+ Preview reset
src/frontend/app/model/notification.service.ts
- 71
+ 84
src/frontend/app/model/notification.service.ts
- 74
+ 87
Erreur serveur
@@ -122,7 +2082,7 @@
src/frontend/app/model/notification.service.ts
- 77
+ 90
Info serveur
@@ -130,7 +2090,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 23
+ 20
hour
h
@@ -139,7 +2099,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 26
+ 23
minute
m
@@ -148,67 +2108,191 @@
src/frontend/app/pipes/DurationPipe.ts
- 29
+ 26
second
s
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 13
-
- classement croissant
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
- 15
-
- classement décroissant
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
17
- nom croissant
+ Developer
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 18
+
+ Admin
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
19
- nom décroissant
+ User
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 20
+
+ Guest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
21
- date croissant
+ LimitedGuest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 24
+
+ De base
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 25
+
+ Avancé
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 26
+
+ Under the hood
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 28
+
+ Custom
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 29
+
+ OpenStreetMap
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 30
+
+ Mapbox
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 33
+
+ faible
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 34
+
+ élevé
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 35
+
+ moyen
- src/frontend/app/pipes/StringifySortingMethod.ts
- 23
+ src/frontend/app/ui/EnumTranslations.ts
+ 38
date décroissant
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 39
+
+ date croissant
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 40
+
+ nom décroissant
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 41
+
+ nom croissant
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 42
+
+ classement décroissant
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 43
+
+ classement croissant
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 25
+ src/frontend/app/ui/EnumTranslations.ts
+ 44
aléatoire
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 50
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 18
+
+ Albums
+
@@ -233,11 +2317,11 @@
Git commit
-
-
+
+
src/frontend/app/ui/admin/admin.component.html
- 17,18
+ 16,17
Notifications du serveur
@@ -245,7 +2329,7 @@
src/frontend/app/ui/admin/admin.component.html
- 36,37
+ 34,35
Pour supprimer ces notifications, redémarrez le serveur.
@@ -253,7 +2337,7 @@
src/frontend/app/ui/admin/admin.component.html
- 48
+ 46
Version de l'app:
@@ -261,31 +2345,15 @@
src/frontend/app/ui/admin/admin.component.html
- 52
+ 50,51
Mode
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 60
-
- Avancé
-
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 61
-
- Simplifié
-
src/frontend/app/ui/admin/admin.component.html
- 79
+ 73,75
title of left card in settings page that contains settings contents
Menu
@@ -294,7 +2362,7 @@
src/frontend/app/ui/admin/admin.component.html
- 148
+ 116
Up time
@@ -302,7 +2370,7 @@
src/frontend/app/ui/albums/album/album.component.html
- 27
+ 27,28
L'album est verrouillé, il ne peut pas être supprimé de la page web.
@@ -310,11 +2378,11 @@
src/frontend/app/ui/albums/albums.component.html
- 15
+ 15,16
src/frontend/app/ui/albums/albums.component.html
- 34
+ 34,35
Ajouter une recherche sauvegardée
@@ -324,13 +2392,13 @@
src/frontend/app/ui/albums/albums.component.html
23
- Pas d'album à montrer
+ Pas d'album à montrer.
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 5
+ 5,6
Vers .pg2conf
@@ -338,7 +2406,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 12
+ 12,13
Recherche sauvegardée dans .saved_searches.pg2conf
@@ -346,7 +2414,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 18
+ 17,18
Ajoutez ce json à un fichier '.saved_searches.pg2conf' dans votre galerie :
@@ -354,7 +2422,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 20
+ 19,20
Cette recherche sauvegardée sera chargée à partir du fichier lors de l'indexation de la galerie et elle survivra à une réinitialisation de la base de données.
@@ -362,7 +2430,7 @@
src/frontend/app/ui/duplicates/duplicates.component.html
- 9,10
+ 8,10
Aucun doublon trouvé
@@ -370,59 +2438,15 @@
src/frontend/app/ui/faces/faces.component.html
- 15
+ 16
Pas de visage à montrer.
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 18
-
- Galerie
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 21
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.ts
- 23
-
- Albums
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 24
-
-
- src/frontend/app/ui/gallery/filter/filter.service.ts
- 39
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.ts
- 30
-
- Visages
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 54
-
- Doublons
-
src/frontend/app/ui/frame/frame.component.html
- 62
+ 83
Paramètres
@@ -430,7 +2454,7 @@
src/frontend/app/ui/frame/frame.component.html
- 68
+ 89
Déconnexion
@@ -454,7 +2478,7 @@
src/frontend/app/ui/gallery/filter/filter.gallery.component.ts
- 20
+ 23
inconnu
@@ -462,7 +2486,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 33
+ 34
Mots-clés
@@ -470,7 +2494,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 40
+ 44
pas de visage
@@ -478,7 +2502,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 45
+ 49
Groupes de visages
@@ -486,7 +2510,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 51
+ 59
Légende
@@ -494,7 +2518,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 56
+ 64
Classement
@@ -502,7 +2526,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 61
+ 69
Appareil
@@ -510,7 +2534,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 66
+ 74
Lentille
@@ -518,7 +2542,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 71
+ 79
Ville
@@ -526,7 +2550,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 76
+ 84
État
@@ -534,7 +2558,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 81
+ 89
Pays
@@ -562,23 +2586,11 @@
Trop de résultats à afficher. Précisez votre recherche.
-
-
-
- src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 11
-
-
- src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 29
-
- télécharger
-
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 15
+ 10
touche info : i
@@ -586,11 +2598,11 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 22
+ 17
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 31
+ 25
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -602,11 +2614,123 @@
basculer en plein écran, touche : f
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 45
+
+ Download
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow playback speed
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow speed:
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ key: c
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ Show caption
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 70
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 88
+
+ on hover
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 71
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 89
+
+ always
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ key: a
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ Show faces
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ key: l
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ Play videos
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 108
+
+ once
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 109
+
+ loop
+
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 38
+ 123
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -618,7 +2742,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 90
+ 179
touche : flèche gauche
@@ -626,7 +2750,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 94
+ 183
touche : flèche droite
@@ -634,7 +2758,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 100
+ 189
Zoom arrière, touche : '-'
@@ -642,7 +2766,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 107
+ 196
Zoom avant, touche : '+'
@@ -652,21 +2776,17 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
3
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
Info
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 51
+ 50
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 45
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 46
durée
@@ -674,7 +2794,7 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 57
+ 56
débit binaire
@@ -682,7 +2802,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 20
+ 21
Erreur lors du chargement de la vidéo.
@@ -690,7 +2810,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 23,26
+ 23,27
Il est fort probable que la vidéo ne soit pas transcodée. Cela peut être fait dans les paramètres. Vous devez transcoder ces vidéos pour les regarder en ligne :
@@ -698,7 +2818,7 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 12
+ 14
À la recherche de:
@@ -706,15 +2826,23 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 20
+ 23,24
articles
+
+
+
+ src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
+ 32
+
+ télécharger
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 39
+ 42
Aplatir dossier
@@ -722,17 +2850,17 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 48
+ 51
Filtres
-
-
+
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts
- 38
+ 48
- Images
+ Home
@@ -754,11 +2882,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.html
- 29,30
+ 28,29
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 32,33
+ 33
Copier
@@ -766,11 +2894,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.ts
- 97
+ 104
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 115
+ 126
l'URL a été copiée dans le presse-papier
@@ -790,7 +2918,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 100
+ 104
De
@@ -798,7 +2926,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 114
+ 118
De (date)
@@ -806,7 +2934,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 126
+ 130
À (date)
@@ -814,11 +2942,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 138
+ 142
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 167
+ 171
Classement minimum
@@ -826,11 +2954,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 152
+ 156
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 184
+ 188
Classement maximum
@@ -838,7 +2966,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 206
+ 210
Portrait
@@ -846,7 +2974,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 207
+ 211
Paysage
@@ -854,39 +2982,27 @@
src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.html
- 51
+ 50
Insérer
src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
- 25
+ 23,24
-
+
-
-
-
- src/frontend/app/ui/gallery/search/search.gallery.component.html
- 31
-
-
- src/frontend/app/ui/settings/search/search.settings.component.ts
- 22
-
- Recherche
-
src/frontend/app/ui/gallery/search/search.gallery.component.html
- 68
+ 63,64
Sauvegarder la recherche dans l'album
@@ -894,15 +3010,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 4
+ 5
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 10
-
-
- src/frontend/app/ui/settings/share/share.settings.component.ts
- 26
+ 11,12
Partager
@@ -910,7 +3022,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 39
+ 39,40
Partage :
@@ -918,43 +3030,15 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 52
+ 52,53
Inclure les sous-dossiers :
-
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 74
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 86
-
-
- src/frontend/app/ui/login/login.component.html
- 45
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 66
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 79
-
-
- src/frontend/app/ui/sharelogin/share-login.component.html
- 25
-
- Mot de passe
-
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 93
+ 93,94
Valide :
@@ -962,7 +3046,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 106
+ 106,107
Minutes
@@ -970,7 +3054,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 107
+ 107,108
Heures
@@ -978,7 +3062,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 108
+ 108,109
Jours
@@ -986,7 +3070,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 109
+ 109,110
Mois
@@ -994,7 +3078,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 110
+ 110,111
Pour toujours
@@ -1002,7 +3086,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 51
+ 49
Oui
@@ -1010,7 +3094,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 52
+ 50
Non
@@ -1018,11 +3102,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 92
+ 94
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 99
+ 106
chargement...
@@ -1030,7 +3114,7 @@
src/frontend/app/ui/login/login.component.html
- 10
+ 10,11
Veuillez vous connecter
@@ -1038,31 +3122,15 @@
src/frontend/app/ui/login/login.component.html
- 13,14
+ 13
Mauvais nom d'utilisateur ou mot de passe
-
-
-
- src/frontend/app/ui/login/login.component.html
- 29
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 57
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 77
-
- Nom d'utilisateur
-
src/frontend/app/ui/login/login.component.html
- 58
+ 47,48
Se souvenir de moi
@@ -1070,1056 +3138,323 @@
src/frontend/app/ui/login/login.component.html
- 68,69
+ 56
Connexion
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
- paramètres sauvegardés
-
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Succès
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 2,5
-
- Il semble que vous exécutez l'application dans un conteneur Docker. Ce paramètre ne doit pas être modifié dans Docker. Assurez-vous que vous savez ce que vous faites.
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 64
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 135
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 168
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 47
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 11
-
- Désactivé
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 65
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 14
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 136
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 169
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 46
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 12
-
- Activé
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 149
-
- lecture seule
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 151
-
- valeur par défaut
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 25
-
- Affiche l'onglet albums dans la barre supérieure et permet de créer des recherches enregistrées.
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 27
-
- Remarque : les albums personnalisés ne sont pas pris en charge, voir :
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 33,34
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 96,97
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 78,79
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 64,65
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 219,220
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 105,106
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 35,36
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 129,130
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 49,50
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 30,31
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 47,48
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 72,73
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 46,47
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 54,55
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 143,144
-
- Enregistrer
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 37,38
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 100,101
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 82,83
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 55,56
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 68,69
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 223,224
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 109,110
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 39,40
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 133,134
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 53,54
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 34,35
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 76,77
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 50,51
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 58,59
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 147,148
-
- Réinitialiser
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 11
-
- Titre de la page
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 35
-
- Hôte
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 22
-
- Le serveur acceptera les connexions à partir de cette adresse IPv6 ou IPv4.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 31
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 42
-
- Port
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 32
-
- Numéro de port. Le port 80 est généralement ce dont vous avez besoin.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 42
-
- Dossier Images
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 43
-
- Les images sont chargées à partir de ce dossier (permission de lecture requise)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 53
-
- Dossier temporaire
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 54,55
-
- Les vignettes, les photos converties et les vidéos seront stockées ici (autorisation d'écriture requise).
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 65
-
- URL publique de la page
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 68,69
-
- Si vous accédez à la page depuis un réseau local, il est bon de connaître l'URL publique pour créer un lien de partage
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 77
-
- URL de base
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 78,81
-
- 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.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 91,92
-
- L'URL publique et la base de l'URL ne correspondent pas. Certaines fonctionnalités pourraient ne pas fonctionner.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 26
-
- De base
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 34
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
- Redémarrez le serveur afin d'appliquer les nouveaux paramètres
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 10
-
- Type
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 16,17
-
- Installer manuellement le module de noeud mysql pour utiliser mysql (npm install mysql)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 22
-
- Dossier de la base de données
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 23
-
- Toutes les données basées sur des fichiers seront stockées ici (base de données sqlite, base de données utilisateur en cas de db mémoire, données sur l'historique des travaux).
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 50
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 26
-
- Base de données
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 36
-
- (recommandé)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 38
-
- (obsolète, sera supprimé)
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 31
-
- Outrepasser mots-clés
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 33
-
- 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.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 38
-
- Permission de mettre une visage en favori
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 40
-
- Permission minimale requise pour mettre un visage en favori.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 47,48
-
- Les visages ne sont pas pris en charge avec ces paramètres.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 12
-
- Délai d'attente du cache d'index [ms]
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 13
-
- S'il n'y a pas eu d'indexation pendant ce temps, il réindexe. (ignoré si les index sont en DB et que la sensibilité est faible)
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 21
-
- Sensibilité de réindexation des dossiers
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 23
-
- Set the reindexing sensitivity. High value check the folders for change more often.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 29
-
- Liste des dossiers à exclure
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 34
-
- Dossiers à exclure de l'indexation
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 37,40
-
- Chaînes de caractères séparées par ';'. Si une entrée commence par '/', elle est traitée comme un chemin absolu. Si elle ne commence pas par '/' mais contient un '/', le chemin est relatif au répertoire de l'image. S'il ne contient pas de '/', tout dossier portant ce nom sera exclu.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 45
-
- List des fichiers à exclure de l'indexation
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 50
-
- Fichiers à exclure de l'indexation'
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 53,55
-
- Chaînes de caractères séparées par ';'. Tout dossier qui contient un fichier portant ce nom sera exclu de l'indexation.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 75
-
- Si vous ajoutez un nouveau dossier à votre galerie, le site l'indexe automatiquement.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 76
-
- Si vous souhaitez déclencher l'indexation manuellement, cliquez sur le bouton d'indexation.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 79
-
- Remarque: la recherche ne fonctionne que parmi les répertoires indexés
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 106,107
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 2,4
Statistique :
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 109
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 6
Dossiers
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 113
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 10
Photos
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 117
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 14
Vidéos
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 122
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 19
Personnes
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 126
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 23
Taille
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 36
+ src/frontend/app/ui/settings/scheduled-jobs.service.ts
+ 128
- Indexation de dossier
+ Tâche terminée
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 68
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 1,5
- faible
+ Il semble que vous exécutez l'application dans un conteneur Docker. Ce paramètre ne doit pas être modifié dans Docker. Assurez-vous que vous savez ce que vous faites.
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 71
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 65
- moyen
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 12,13
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 131,132
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 165,166
+
+ Désactivé
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 74
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 92
- élevé
+ URL de tuile*
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 86
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 120,121
- Indexation du dossier démarrée
+ + Ajouter couche
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 105
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 182,183
- Indexation du dossier interrompue
+ + Add Link
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 124
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 242,243
- Resetting database
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 282,283
+
+ + Add
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 301
+
+ ';' separated list.
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 304
+
+ See
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 308
+
+ Reset database after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 312
+
+ Restart server after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 229
+
+ lecture seule
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 231
+
+ valeur par défaut
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 33,34
+
+ config is not supported with these settings.
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 45
+
+ Enregistrer
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 49
+
+ Réinitialiser
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 281,280
+
+ paramètres sauvegardés
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 282,280
+
+ Succès
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 4,5
+
+ User list
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 46,47
+
+ + Ajouter un utilisateur
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 56,57
+
+ Ajouter un nouvel utilisateur
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 72,73
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 248,249
+
+ Fermer
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 76
+
+ Ajouter un utilisateur
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.ts
+ 82,80
+
+ Erreur de création de l'utilisateur!
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 2
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 2,3
Déclencher l'exécution de la tâche manuellement
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 7
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 8
Exécuter maintenant
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 15
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 17
Annuler
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 68
Tâche démarrée
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 59
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 88
Arrêt de la tâche
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 116
-
- chaque
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 25
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 68
-
- jamais
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 27
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 67
-
- après
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 50
-
- Tâche :
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 64
-
- Périodicité :
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 74,75
-
- Définir l'heure d'exécution de la tâche.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 80
-
- Après:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 91,92
-
- Cette tâche s'exécutera après la tâche courante.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 98
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 108
-
- À :
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 127
-
- Autoriser exécution parallèle
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 143,144
-
- Permet à la tâche de démarrer même si un autre travail est déjà en cours d'exécution.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 198,199
-
- Nombre entiers séparés par ';'
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 226,227
-
- + Ajouter tâche
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 241
-
- Ajouter nouvelle tâche
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 255,256
-
- Sélectionner une tâche à planifier.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 260
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 87
-
- Fermer
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 263,264
-
- Ajouter tâche
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 57
-
- Tâches
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 69
-
- périodique
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 70
-
- planifiée
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 73
-
- lundi
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 74
-
- mardi
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 75
-
- mercredi
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 76
-
- jeudi
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 77
-
- vendredi
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 78
-
- samedi
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 79
-
- dimanche
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 80
-
- jour
-
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 3,4
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 2,4
Dernière exécution :
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
5
Exécuter entre
@@ -2127,7 +3462,7 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
14
Statut
@@ -2135,1120 +3470,361 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 32
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 33
Annulation...
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 43
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 44
temps écoulé
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 82
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 83
Traité
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 86
Ignoré
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 84
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 89
Quitté
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 85
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 92
Tout
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 111,112
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 118,120
Logs
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 38
traité
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 42
ignoré
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 29
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 46
tout
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 75
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 109
en cours d'exécution
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 77
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 111
en cours d'annulation
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 79
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 113
annulée
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 81
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 115
interrompue
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 117
terminée
-
-
+
+
- src/frontend/app/ui/settings/map/map.settings.component.html
- 30
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 11,12
- Utiliser les vignettes comme marqueurs
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 31
-
- La carte utilisera des images miniatures comme marqueurs au lieu de l'épingle par défaut.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 40
-
- Fournisseur de carte
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 52
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 27
-
- Nom
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 53
-
- URL de tuile*
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 78
-
- *Le module de cartographie utilisera ces URL pour récupérer les tuiles de la carte.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 83,84
-
- + Ajouter couche
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 90
-
- Jeton d'accès Mapbox
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 96
-
- MapBox a besoin d’un jeton d’accès pour pouvoir fonctionner, créez-en un à
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.ts
- 27
-
- Carte
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 11
-
- Fichiers *.gpx
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 12
-
- Lit les fichiers *.gpx et les affiche sur la carte.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 19
-
- Fichiers markdown
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 20
-
- Lit les fichiers *.md et les affiche sur la carte.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 26
-
- Fichiers *.pg2conf
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 27
-
- Lit les fichiers *.pg2conf (Vous pouvez l'utiliser pour le tri personnalisé et sauvegarde des recherches (albums)).
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts
- 23
-
- Fichier meta
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 7
-
- Erreur :
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 10
-
- Fils :
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 14
-
- Utilisation de fils
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 15
-
- Runs directory scanning in a different thread.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 22
-
- Fils de vignettes
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 23
-
- Nombre de fils de discussion utilisés pour générer des vignettes. Si automatique, le nombre de cœurs CPU -1 fils sera utilisé.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 33
-
- Divers :
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 36
-
- Génération de vignettes basées sur le défilement
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 37
-
- Les vignettes visibles à l'écran ont une priorité plus élevée.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 43
-
- Rendu d'image paresseux
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 44
-
- N'affiche que le nombre requis de photos à la fois. En affiche davantage si le bas de la page est atteint.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 50
-
- Cache
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 51
-
- Met en cache le contenu des répertoires et les résultats des recherches pour une meilleure performance.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 57
-
- Légende du premier nom
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 58
-
- Affichez les balises Légende (IPTC 120) à partir des données EXIF au lieu des noms de fichiers.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 64
-
- Télécharger Zip
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 65
-
- [Expérimental : ne fonctionne pas pour les recherches] Permet de télécharger le zip du contenu d'un répertoire.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 71
-
- Aplatissement de répertoire
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 72
-
- [Expérimental : ne fonctionnera pas si la galerie a plusieurs dossiers avec le même chemin] Ajoute un bouton pour aplatir la structure des fichiers, en listant le contenu de tous les sous-répertoires.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 82
-
- Barre de navigation :
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 85
-
- Afficher le nombre d'articles
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 86
-
- Afficher le nombre d'articles (photo) dans le dossier.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 100
-
- Méthode de tri des photos par défaut
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 109
-
- Trier les répertoires par date
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 110
-
- 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.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 118
-
- Custom HTML Head
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 32
-
- Autre
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 9
-
- Conversion de photos:
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 12
-
- Conversion
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 13
-
- Réduit la taille des photos pour accélérer le chargement de l'aperçu. (Le fait de zoomer sur la photo permet de charger l'original).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 19
-
- Conversion à la volée
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 20
-
- Convertit les photos à la volée, lorsqu'elles sont demandées.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 28
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 66
-
- Résolution
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 29
-
- Le bord le plus court de la photo convertie sera réduit à cette échelle, tout en conservant le rapport d'aspect.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 38
-
- Charger l'image en pleine résolution lors du zoom
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 39
-
- Permet de charger l'image en pleine résolution lors du zoom dans la lightbox (aperçu).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.ts
- 36
-
- Photo
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 10
-
- Preview Filter query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 11
-
- Filtre les sous-dossiers avec cette requête.
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 20
-
- Preview Sorting
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 21
-
- Si plusieurs aperçus sont disponibles, les trier selon ces méthodes et sélectionner le premier.
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.ts
- 31
-
- Aperçu
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 30,33
-
- Cette fonctionnalité vous permet de générer des URL de "photos aléatoires". Cette URL renvoie une photo sélectionnée au hasard dans votre galerie. Vous pouvez utiliser l'URL avec une application tierce, comme le changement aléatoire du fond d'écran.
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 36,37
-
- Note: With the current implementation, random link also requires login. See:
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 43,44
-
- Photo aléatoire n'est pas supporté avec ces paramètres
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts
- 22
-
- Photo aléatoire
-
-
-
-
- src/frontend/app/ui/settings/scheduled-jobs.service.ts
- 80
-
- Tâche terminée
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 32
-
- Auto-complétion
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 33
-
- Afficher des conseils pendant la saisie de la requête de recherche.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 40
-
- Résultats média maximum
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 41
-
- Nombre maximal de photos et de vidéos figurant dans un résultat de recherche
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 49
-
- Lister les répertoires
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 50
-
- La recherche retournera aussi les répertoires
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 57
-
- Lister les métafichiers
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 58
-
- La recherche renvoie également les métafichiers des répertoires qui contiennent un fichier média du résultat de recherche correspondant.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 68,69
-
- La recherche n'est pas supportée avec ces paramètres
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 29
-
- Protégé par mot de passe
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 30
-
- Permet d'activer des liens de partage protégés par un mot de passe.
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 40,41
-
- Le partage n'est pas supporté avec ces paramètres
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 57
-
- Liens partagés:
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 63
-
- Clé
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 64
-
- Dossier
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 65
-
- Créateur
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 66
-
- Expire
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 86,87
-
- Aucun partage créé.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 11
-
- Qualité des vignettes
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 12
-
- Une qualité élevée peut ralentir l'application.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 20
-
- Taille des icônes
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 21
-
- Taille des icônes (sur la carte)
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 30
-
- Taille des vignettes
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 37
-
- Taille des vignettes.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 39,41
-
- La meilleure taille correspondante sera générée. (Plus de tailles donnent une meilleure qualité, mais utilisent plus de stockage et de CPU pour le rendu).
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 43,45
-
- Nombres entiers séparés par des ';'. Si la taille est de 240, le côté le plus court de la vignette aura 160 pixels.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts
- 31
-
- Vignette
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 28
-
- Rôle
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 55,56
-
- + Ajouter un utilisateur
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 59,60
-
- Pour protéger le site avec un mot de passe / demander à l'utilisateur d'activer cette fonction.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 70
-
- Ajouter un nouvel utilisateur
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 90,91
-
- Ajouter un utilisateur
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 45
-
- Protection par mot de passe
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 48
-
- Faible
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 49
-
- Elevé
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
- Protection par mot de passe activée
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 87
-
- Le redémarrage du serveur est recommandé.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Protection par mot de passe désactivée
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 113
-
- Erreur de création de l'utilisateur!
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 26,29
-
- Le support vidéo utilise ffmpeg. Les fichiers binaires ffmpeg et ffprobe doivent être présents dans le PATH ou les paquets de noeuds facultatifs @ffmpeg-installer/ffmpeg et @ffprobe-installer/ffprobe doivent être installés.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 33
-
- Transcodage vidéo :
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 35,38
-
- Pour garantir une lecture fluide de la vidéo, il est recommandé de transcoder la vidéo à un débit inférieur au débit de chargement du serveur.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 39
-
- Les vidéos transcodées seront enregistrées dans le dossier des vignettes.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 40,43
-
- Vous pouvez déclencher le transcodage manuellement, mais vous pouvez également créer une tâche d'encodage automatique en mode paramètres avancés.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 47
-
- Format
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 57
-
- Codec
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 67
-
- La hauteur de la vidéo de sortie sera réduite à cette valeur, tout en conservant le rapport hauteur/largeur.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 77
-
- IPS
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 78
-
- Le nombre d'images par seconde (IPS) de la vidéo de sortie sera réduit à cette valeur.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 90
-
- Débit
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 104,106
-
- Target bit rate of the output video will be scaled down this this. This should be less than the upload rate of your home server.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
+ src/frontend/app/ui/settings/workflow/workflow.component.html
112
- CRF
+ chaque
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 113
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 16,17
- La plage de l'échelle du facteur de débit constant (CRF) est de 0 à 51 : 0 est sans perte, 23 est la valeur par défaut et 51 est la pire qualité possible.
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 81
+
+ jamais
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 121
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 18,19
- Préréglage
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 80
+
+ après
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 122
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 42,43
- Un préréglage est une collection d'options qui fournissent une certaine vitesse d'encodage par rapport au ratio de compression. Un préréglage plus lent fournira une meilleure compression (la compression est la qualité par taille de fichier).
+ Tâche :
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 130
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 56,57
- Options personnalisées
+ Périodicité :
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 131
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 66,67
- valeurs séparées par ';'. Elles seront envoyées à ffmpeg telles quelles, comme des options personnalisées.
+ Définir l'heure d'exécution de la tâche.
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 72,73
- Vidéo
+ Après:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 85,86
+
+ Cette tâche s'exécutera après la tâche courante.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 92,93
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 102,103
+
+ À :
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 123,124
+
+ Autoriser exécution parallèle
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 140,141
+
+ Permet à la tâche de démarrer même si un autre travail est déjà en cours d'exécution.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 198,199
+
+ Nombre entiers séparés par ';'
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 218,221
+
+ + Ajouter tâche
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 228,229
+
+ Ajouter nouvelle tâche
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 243,244
+
+ Sélectionner une tâche à planifier.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 252
+
+ Ajouter tâche
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 82
+
+ périodique
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 83
+
+ planifiée
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 86,85
+
+ lundi
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 87,85
+
+ mardi
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 88,85
+
+ mercredi
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 89,85
+
+ jeudi
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 90,85
+
+ vendredi
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 91,85
+
+ samedi
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 92,85
+
+ dimanche
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 93,85
+
+ jour
src/frontend/app/ui/sharelogin/share-login.component.html
- 11
+ 11,13
Mauvais mot de passe
-
-
+
+
src/frontend/app/ui/sharelogin/share-login.component.html
- 39
+ 40
Entrer
diff --git a/src/frontend/translate/messages.hu.xlf b/src/frontend/translate/messages.hu.xlf
index bd674669..37d9a1b0 100644
--- a/src/frontend/translate/messages.hu.xlf
+++ b/src/frontend/translate/messages.hu.xlf
@@ -2,11 +2,1979 @@
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 100
+
+
+ src/common/config/private/PrivateConfig.ts
+ 973
+
+ Host
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 110
+
+
+ src/common/config/private/PrivateConfig.ts
+ 961
+
+ Port
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 120
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1029
+
+ Adatbázis
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 130
+
+
+ src/frontend/app/ui/login/login.component.html
+ 25,26
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 62,63
+
+ Felhasználónév
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 140
+
+
+ src/common/config/private/PrivateConfig.ts
+ 186
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 74
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 86,87
+
+
+ src/frontend/app/ui/login/login.component.html
+ 36,37
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 64,65
+
+
+ src/frontend/app/ui/sharelogin/share-login.component.html
+ 25,26
+
+ Jelszó
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 153
+
+ Sqlite db fájlnév
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 157
+
+ Sqlite ezen a néven menti majd el az adatbázist.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 167
+
+
+ src/common/config/public/ClientConfig.ts
+ 370
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 91
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 16,17
+
+ Név
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 177
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 17,18
+
+ Szerep
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 190
+
+ Nem titkosított, átmeneti jelszó. Az app titkosítja majd és kitörli ezt a mezőt.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 196
+
+ Titkosított jelszó
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 231
+
+
+ src/common/config/public/ClientConfig.ts
+ 362
+
+ Típus
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 236
+
+ SQLite az ajánlott adatbázis.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 243
+
+ Adatbázis mappa
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 247
+
+ Minden fájl alapú adat ide lesz mentve (sqlite adatbázis, feladatok naplófájlai).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 254
+
+ SQLite
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 264
+
+ MySQL
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 281
+
+
+ src/common/config/private/PrivateConfig.ts
+ 298
+
+ Erőltett felhasználó
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 287
+
+ Létrehozza ezeket a felhasználókat az adatbázisban ha még nem léteznek miután beindul az app. Ha a felhasználó már létezik, nem kerül felülírása, még akkor se ha más a szerepköre.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 301
+
+ Ha engedélyezve van, 'lanczos3' használ a fotók átméretezésére, különben gyorsabb ne roszabb minőségű 'nearest'.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 308
+
+ Átméretezett fotó és thumbnail minőség
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 311
+
+ 0-100 közötti érték.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 318
+
+ Személyek arcainak margója
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 321
+
+ Személyek aracainak a mérete a arcok thumbnailjein.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 331
+
+ Menet közbeni *.gpx tömörítés
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 335
+
+ Engedélyezi a menet közbeni *.gpx tömörítést.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 342
+
+ Minimális távolság
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 347
+
+ Kiszűri azokat a pontpárokat amelyek ennél közelebb vannak egymáshoz.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 354
+
+ Minimális időkülönbség
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 359
+
+ Kiszűri azokat a pontpárokat amelyek ennél közelebb vannak egymáshoz időben.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 369
+
+
+ src/common/config/public/ClientConfig.ts
+ 669
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 49
+
+ GPX tömörítést
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 387
+
+ Frissítési időtúllépés
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 391
+
+ Miután létrehoztél egy megosztási liniket, ilyen sokáig lehet még módosítani.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 402
+
+ Index gyorsítótár időtúllépése
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 406
+
+ Ha ilyen sokáig nem történt indexálás, újraindexálja a mappát. (Figyelmenkívül hagyja ha ay indexálás érzékenysége alacsony).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 413
+
+ Mappa indexelés érzékenysége
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 416
+
+ Az újraindexálás érzékenységét állítja. Magasabb érték esetén gyakrabban indexel újra.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 423
+
+ Kihagyható mappák
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 429
+
+ Ezeket a mappákat hagyja ki indexáláskor. Ha '/' kezdődik, abszolút útvonalként van kezelve. Ha nem '/'-el kezdődik, de van benne az útvonal relative a képek mappától. Ha nincs benne '/', minden ilyen nevű mappa ki lesz hagyva.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 436
+
+ Mappa kihagyó fájlok
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 440
+
+ .ignore;.pg2ignore
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 442
+
+ Fájlok amik a mappa kihagyást jelölik.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 452
+
+
+ src/common/config/private/PrivateConfig.ts
+ 984
+
+ Többszálas működés
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 456
+
+ Mappa beolvasást és thumnail generálást külön szállon futtatja.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 462
+
+ Thumbnail szálak
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 466
+
+ Ennyi szálon fut a thubmnail generálás. Ha 0, CPU magok -1 száll lesz használva.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 477
+
+ Maximális duplikátumok
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 480
+
+ Maximum ennyi duplikátumot listáz.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 490
+
+ Szint
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 493
+
+ Naplózási szint.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 499
+
+ Sql szint
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 502
+
+ Naplózási szint SQL kérésekhez.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 507
+
+ Server timing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 510
+
+ Ha engedélyezett, az app "Server-Timing" http header-t csatol a válaszhokhoz.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 610
+
+ Maximum mentett állapot
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 613
+
+ Feladatok naplózási mérete.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 620
+
+ Feldolgozási méret
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 623
+
+ A feladatok ennyi képet és videót töltenek be egyszerre a DB-ből feldolgozásra.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 629
+
+ Ütemezett feladatok
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 685
+
+ Bit ráta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 689
+
+ A konvertált videó bit rátája ennyi lesz. (Felfelé nem lesz skálázva).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 696
+
+
+ src/common/config/private/PrivateConfig.ts
+ 808
+
+ Felbontás
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 701
+
+ A konvertált videó magassága ennyi lesz. (Felfelé nem lesz skálázva).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 708
+
+ FPS
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 712
+
+ A konvertált videó FPS-e ennyi lesz. (Felfelé nem lesz skálázva).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 718
+
+ Formátum
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 727
+
+ MP4 kodek
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 737
+
+ Webm kodek
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 748
+
+ CRF
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 751
+
+ Constant Rate Factor (CRF) 0-51 között mozog, ahol 0 veszteségmentes, 23 az alapértelemzett és 51 a legrosszabb minőség.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 759
+
+ Preset
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 762
+
+ Preset egy előre elkészített beállítási csoport, ami egy adott tömörítési minőséget biztosít. Lasabb preset-ek jobb tömörítési minőséget biztosítanak.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 769
+
+ Egyéb beállítások
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 774
+
+ Ezek a beállítások egy az egyben át lesznek adva az ffmpeg-nek.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 783
+
+ Video transcoding
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 787
+
+ A megszakítás mentes videó lejátszás érdekében, érdemes átkonvertálni a videókat alacsonyabb bit rátára, mint a szerver feltöltési sebessége. Az átkonvertált videók a thumbnail mappába lesznek mentve. Kézzel is át lehet konvertálni a videókat, de haladó módban autómatikus feladatként is be lehet ütemezni.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 796
+
+ Menet közbeni konvetálás
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 802
+
+ Photókat menet közvben konvertálja, amikor kérésre megy rájuk.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 815
+
+ A konvertált fotó rövidebb oldala lesz ekkora.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 824
+
+ Fotó átméretezés
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 836
+
+ Előnézet szűrő
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 841
+
+ Az almappákat ezzel a kereséssel szűri a előnézet kiválasztásához. Ha nincs ilyen fotó, újkeresést indít az app, de már a szűrő nélkül.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 850
+
+ Előnézet rendezés
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 854
+
+ Ha több előnézet is elérhető, ezek szerint rendezi őket és az elsőt választja.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 866
+
+ Képek mappa
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 871
+
+ A képek ebből a mappából töltődnek be (olvasási engedély szükséges a mappára)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 877
+
+ Temp mappa
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 882
+
+ Thumbnails, konvertált fotók, videók lesznek itt tárolva (írási jog szükséges)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 889
+
+ Metadata olvasási buffer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 895
+
+ Csak ennyi bájtot az app fotónként amikor a fotók metadatait indexeli. Növeld ezt a számot, ha rossz méretarányban jelennek meg a fotóid.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 901
+
+
+ src/common/config/public/ClientConfig.ts
+ 640
+
+ Videó
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 910
+
+ A videó lejátszához az ffmpeg szükséges. Az ffmpeg és az ffprobe binárisoknak rendelkezésre kell állniuk a PATH-ban vagy az @ffmpeg-installer/ffmpeg és @ffprobe-installer/ffprobe opcionális node csomagokat kell telepíteni.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 915
+
+
+ src/common/config/public/ClientConfig.ts
+ 647
+
+ Fotó
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 928
+
+
+ src/common/config/public/ClientConfig.ts
+ 633
+
+ Thumbnail
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 951
+
+ Session időtúllépés
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 955
+
+ Felhsználók ennyi ideig maradnak bejelentkezve.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 966
+
+ Portszám. A 80-as port általában az, amire szükséged van.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 978
+
+ A szerver csak erről az (IPv6 vagy az IPv4) címből származó kapcsolatokat fog fogadni.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 992
+
+ Napló
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1021
+
+ Szerver
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1037
+
+ Users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1045
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 33
+
+ Indexelés
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1050
+
+ Ha új mappát ad hozzá a galériához, a webhely automatikusan indexeli. Ha kézzel szeretné indítani az indexelést, kattintson az index gombra. (Megjegyzés: csak az indexelt könyvtárak között működik a keresés.)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1061
+
+ Media
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1069
+
+ Meta fájl
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1077
+
+ Mappa előnézet
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1092
+
+ Sharing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1100
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 75
+
+ Duplikátumok
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1108
+
+ Feladatok
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 60
+
+ Autocomplete engedélyezése
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 63
+
+ Keresés gépelése közben javaslatokat mutat.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 70
+
+ Max elemszám kategóriánként
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 73
+
+ Maximum ennyi autocomplete elemet jelenít meg kategóriánként.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 80
+
+ Max elemszám
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 83
+
+ Maximum ennyi autocomplete elemet jelenít meg összesen.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 90
+
+
+ src/common/config/public/ClientConfig.ts
+ 114
+
+ Cache időtúllépés
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 94
+
+ Autocomplete cache időtúllépés.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 104
+
+
+ src/common/config/public/ClientConfig.ts
+ 173
+
+
+ src/common/config/public/ClientConfig.ts
+ 185
+
+
+ src/common/config/public/ClientConfig.ts
+ 207
+
+
+ src/common/config/public/ClientConfig.ts
+ 246
+
+
+ src/common/config/public/ClientConfig.ts
+ 538
+
+
+ src/common/config/public/ClientConfig.ts
+ 575
+
+ Engedélyezve
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 107
+
+ Engedélyezi a keresést.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 118
+
+ Keresési gyorsítótár időtúllépése.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 124
+
+ Autocomplete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 133
+
+ Maximum keresési eredmény
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 136
+
+ Maximum ennyi képet is videót fog listázni az alkalmazás egy keresési eredményben.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 142
+
+ Maximum mappa eredmény
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 145
+
+ Maximum ennyi mappát fog listázni az alkalmazás egy keresési eredményben.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 151
+
+ Mappák listázása
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 154
+
+ Keresés mappákat is listáz, nem csak médiát.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 160
+
+ Metafájlok listázása
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 163
+
+ A kersési eredmény tartalmazza azokat a metaffájlkoat is, amelyek egy mappában vannak a keresett képpel/videóval.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 188
+
+ Megosztás engedélyezése.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 194
+
+ Jelszóval védett
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 197
+
+ Jelszóval védett megésztási linkek engedélyezése.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 210
+
+ Engedélyezi a véletlen link készítését.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 222
+
+ A térkép réteg neve.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 231
+
+ A térkép réteg url-je.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 252
+
+ Kép markerek
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 255
+
+ A térkép ikonokat fog használni az alap jelölő pin helyett.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 261
+
+ Térkép szolgáltató
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 269
+
+ Mapbox access token
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 273
+
+ A MapBox-hoz access token szükséges, amit itt lehet létrehozni: https://www.mapbox.com.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 278
+
+ A térkép ezeket a url-eket fogja használni a térkép csempék betöltéséhez.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 281
+
+ Egyedi rétegek
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 291
+
+ Max előnézeti markerek
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 294
+
+ Maximum ennyi markert jelenít meg a előnézeti térképen a galléria oldalon.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 304
+
+ Térkép ikon mérete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 308
+
+ Képek ikonmérete (amik a térképen jelennek meg).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 313
+
+ Személyek thumbnail mérete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 317
+
+ Személyek (arcok) thumbnail-jainak mérete.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 322
+
+ Thumbnail méretek
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 325
+
+ A thumbnail-ok mérete. A legjobban illeszkedő méret lesz generálva az adott képhez. Több méretter könyebb kiválasztani a legjobbat, de több tárhely és CPU szükséges a tároláshoz és generáláshoz. Ha a méret 240, akkor a thubmnail rövidebb oldala 240 pixel lesz.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 378
+
+ Keresés
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 388
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 47
+
+ Url
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 410
+
+ Az elemek számának megjelenítése
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 413
+
+ Megmutatja a képek és videók számát a navigációs sávban.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 419
+
+ Linkek
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 424
+
+ A látható linkek a felső menüben.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 437
+
+ Gyorsítótár
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 440
+
+ Cache-eli a mappa tartalmát és a keresési eredményeket a jobb teljesítmény érdekében.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 445
+
+ Görgetés alapú thumbnail generálás
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 448
+
+ Azok a thumbnailok magasabb prioritást kapnak, amelyek láthatóak a képernyőn.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 454
+
+ Alapértelmezett rendezés
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 457
+
+ A képek és videók alapértelmezett rendezési módszere egy mappában.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 463
+
+ Alapértelmezett keresési rendezés
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 466
+
+ A képek és videók alapértelmezett rendezési módszere egy kersési eredményben.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 472
+
+ Mappák dátum szerinti rendezése
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 475
+
+ 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.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 481
+
+ Görgetés alapú priorizálás.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 484
+
+ Azok a thunbnailek leszenek elsőszőr megjelenítve amelyek éppen láthatóak a képernyőn.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 489
+
+ Navigációs sáv
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 496
+
+ Képaláírás alapú elnevezés
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 499
+
+ Fájl nev helyett a képaláírás (IPTC 120) címkét mutatja, amit az EXIF-adatokból nyert ki.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 504
+
+ ZIP-elt letöltés
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 509
+
+ Engedélyezi a mappák zip-elt letöltését. (Nem működik kereséskor.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 514
+
+ Mappák összecsukása
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 519
+
+ Hozzáad egy gombot a navigácós sávhoz amivel a mappát és összes almappáját lehet listázni. (Nem működik ha több ugyan olyan nevű mappa van a gallériában.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 524
+
+ Alapértelmezett vetitési sebesség
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 529
+
+ Alapértelmezett sebesség amivel a képek változnak vetítéskor.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 547
+
+ Konvertálással támogatott formátumok
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 552
+
+ Azok a videó formátumok amelyek konvertálással támogatottak (a beépítettet ffmpeg segítségével).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 560
+
+ Konvertálással nélül támogatott formátumok
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 565
+
+ 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
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 577
+
+ Fotó konvertálás engedélyezése.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 583
+
+ Teljes méret nagyításkor.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 588
+
+ Engedélyezi, hogy a nagyításkor az eredeti képméretet töltse be az app.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 597
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 39
+
+ Fotó konvertálás
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 606
+
+ Támogatott formátumok
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 610
+
+ 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.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 619
+
+ Engedélyezi a GPX tömörítést
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 624
+
+ 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.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 658
+
+ *.gpx fájlok
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 663
+
+ Beolvassa és megjelníti a térképen a *.gpx fájlokat.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 678
+
+ Markdown fájlok
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 682
+
+ Beolvassa a *.md fájlokat és megjleníti a térkép melett.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 688
+
+ *.pg2conf fájlok
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 692
+
+ Beolvassa a *.pg2conf fájlokat (személyreszabott rendezésre és mentett keresésre (Albumok) tudod használni).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 698
+
+ Támogatott fromátumok
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 702
+
+ Az alkalmazás ezeket a fájlokat fogja feldolgozni.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 711
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 66
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 14
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 133
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 167
+
+ Engedélyezve
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 719
+
+ Kép tag felülírása
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 723
+
+ Ha létezik arc (személy) és kép tag ugyanazzal a nézzel, csak az arc-ot mutatja.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 728
+
+ Arc csillagozási jog
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 731
+
+ Legalább ennyi joggal kell rendelkeznie hogy csillagozza (kedvencezze) valaki az arcokat.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 736
+
+ Arc listázási jog
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 739
+
+ Legalább ilyen jog szükséges az arcok fül megjelenítéséhez.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 749
+
+ Oldal címe
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 755
+
+ Ha az oldalt a helyi hálózaton keresztül éred el, jó tudni a nyilvánosságot URL-t megosztási link létrehozásához.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 757
+
+ Oldal nyilvános url-je
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 765
+
+ 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.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 767
+
+ Al cím
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 779
+
+ Api útvonal
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 790
+
+ A tartelmát bemásolja a <head></head> HTML tagek közé az app. (Analytika vagy saját kód beágyazására tudod használni).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 792
+
+ Egyedi HTML Head
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 813
+
+ Jelszavas védelem
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 815
+
+ Engedélyezi a felhasználó kezelést hogy jelszavasan védje a galériát.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 821
+
+ Alapértelmezett felhasználó joga
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 826
+
+ Alapértelmezett felhasználó joga, ha a jelszavas védelem ki van kapcsolva.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 843
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 49
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 26
+
+ Képek
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 857
+
+ Album
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 865
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 48
+
+
+ src/frontend/app/ui/gallery/search/search.gallery.component.html
+ 26,27
+
+ Keresés
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 876
+
+ Térkép
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 884
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 51
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 21
+
+
+ src/frontend/app/ui/gallery/filter/filter.service.ts
+ 40
+
+ Arcok
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 892
+
+ Véletlen kép
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 896
+
+ Ez a modul a 'véletlenszerű fotó' utl 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.
+
src/frontend/app/model/backendtext.service.ts
- 15
+ 11
Generálandó méret
@@ -14,7 +1982,7 @@
src/frontend/app/model/backendtext.service.ts
- 17
+ 13
Ezek a thumnail-ek lesznek létrehozva. A lista az engedélyezett thumbnail méretek alhalmaza kell, hogy legyen
@@ -22,7 +1990,7 @@
src/frontend/app/model/backendtext.service.ts
- 19
+ 15
Csak indexelt
@@ -30,7 +1998,7 @@
src/frontend/app/model/backendtext.service.ts
- 21
+ 17
Csak az indexelt fájlokat nézi.
@@ -38,7 +2006,7 @@
src/frontend/app/model/backendtext.service.ts
- 23
+ 19
Csak változások indexelése
@@ -46,75 +2014,67 @@
src/frontend/app/model/backendtext.service.ts
- 25
+ 21
- Csak akkor indexel újra egy mappát, ha az változott
+ Csak akkor indexel újra egy mappát, ha az változott.
-
-
+
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 35
+
+ Adatbázis visszaállítás
+
+
+
src/frontend/app/model/backendtext.service.ts
37
- Indexelés
+ Thumbnail generálás
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 39
-
- Preview Filling
-
-
-
+
+
src/frontend/app/model/backendtext.service.ts
41
- Adatbázis visszaállítás
+ Videó Konvertálás
-
-
+
+
src/frontend/app/model/backendtext.service.ts
43
- Thumbnail Generálás
+ Temp Mappa Tisztítása
-
-
+
+
src/frontend/app/model/backendtext.service.ts
45
- Fotó Konvertálás
+ Előnézet készítés
-
-
+
+
src/frontend/app/model/backendtext.service.ts
47
- Videó Konvertálás
-
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 49
-
- Temp Mappa Tisztítása
+ Előnézet visszaállítás
src/frontend/app/model/notification.service.ts
- 71
+ 84
src/frontend/app/model/notification.service.ts
- 74
+ 87
Szerver hiba
@@ -122,7 +2082,7 @@
src/frontend/app/model/notification.service.ts
- 77
+ 90
Szerverinformáció
@@ -130,7 +2090,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 23
+ 20
hour
ó
@@ -139,7 +2099,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 26
+ 23
minute
p
@@ -148,74 +2108,198 @@
src/frontend/app/pipes/DurationPipe.ts
- 29
+ 26
second
mp
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 13
-
- ascending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
- 15
-
- descending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
17
- név szerint növekvő
+ Developer
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 18
+
+ Admin
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
19
- név szerint csökkenő
+ Felhasználó
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 20
+
+ Vendég
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
21
- dátum szerint növekvő
+ Limitált vendég
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 24
+
+ Alap
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 25
+
+ Részletes
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 26
+
+ A motorháztető alatt
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 28
+
+ Egyedi
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 29
+
+ OpenStreetMap
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 30
+
+ Mapbox
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 33
+
+ alacsony
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 34
+
+ magas
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 35
+
+ közepes
- src/frontend/app/pipes/StringifySortingMethod.ts
- 23
+ src/frontend/app/ui/EnumTranslations.ts
+ 38
dátum szerint csökkenő
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 39
+
+ dátum szerint növekvő
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 40
+
+ név szerint csökkenő
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 41
+
+ név szerint növekvő
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 42
+
+ értékelés szetint csökkenő
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 43
+
+ értékelés szetint növekvő
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 25
+ src/frontend/app/ui/EnumTranslations.ts
+ 44
véletlen
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 50
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 18
+
+ Albumok
+
src/frontend/app/ui/admin/admin.component.html
2
- Application version
+ Alkalmazás verzió
@@ -233,11 +2317,11 @@
Git commit
-
-
+
+
src/frontend/app/ui/admin/admin.component.html
- 17,18
+ 16,17
Szerver értesítések
@@ -245,7 +2329,7 @@
src/frontend/app/ui/admin/admin.component.html
- 36,37
+ 34,35
Az ilyen értesítések elutasításához indítsa újra a kiszolgálót.
@@ -253,7 +2337,7 @@
src/frontend/app/ui/admin/admin.component.html
- 48
+ 46
Verzió:
@@ -261,31 +2345,15 @@
src/frontend/app/ui/admin/admin.component.html
- 52
+ 50,51
Mód
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 60
-
- Részletes
-
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 61
-
- Egyszerűsített
-
src/frontend/app/ui/admin/admin.component.html
- 79
+ 73,75
title of left card in settings page that contains settings contents
Menü
@@ -294,7 +2362,7 @@
src/frontend/app/ui/admin/admin.component.html
- 148
+ 116
Szerver futás kezdete
@@ -302,7 +2370,7 @@
src/frontend/app/ui/albums/album/album.component.html
- 27
+ 27,28
Az album le van zárva, nem lehet a weboldalon keresztül törölni.
@@ -310,11 +2378,11 @@
src/frontend/app/ui/albums/albums.component.html
- 15
+ 15,16
src/frontend/app/ui/albums/albums.component.html
- 34
+ 34,35
Mentett keresés hozzáadása
@@ -324,13 +2392,13 @@
src/frontend/app/ui/albums/albums.component.html
23
- Nincs Album
+ Nincs Album.
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 5
+ 5,6
.pg2conf fájlba
@@ -338,7 +2406,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 12
+ 12,13
Keresés .saved_searches.pg2conf fájlba mentése
@@ -346,7 +2414,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 18
+ 17,18
Másold be ezt a json-t egy tetszőleges '.saved_searches.pg2conf' fájlba a képeid mappában:
@@ -354,7 +2422,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 20
+ 19,20
Ez a mentett keresés automatikusan be lesz töltve indexelés közben és túl fogja élni az adatbázis nullázást.
@@ -362,7 +2430,7 @@
src/frontend/app/ui/duplicates/duplicates.component.html
- 9,10
+ 8,10
Nincsenek másolatok
@@ -370,59 +2438,15 @@
src/frontend/app/ui/faces/faces.component.html
- 15
+ 16
No faces to show.
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 18
-
- Képek
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 21
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.ts
- 23
-
- Albumok
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 24
-
-
- src/frontend/app/ui/gallery/filter/filter.service.ts
- 39
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.ts
- 30
-
- Arcok
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 54
-
- Duplicates
-
src/frontend/app/ui/frame/frame.component.html
- 62
+ 83
Beállítások
@@ -430,7 +2454,7 @@
src/frontend/app/ui/frame/frame.component.html
- 68
+ 89
Kijelentkezés
@@ -454,7 +2478,7 @@
src/frontend/app/ui/gallery/filter/filter.gallery.component.ts
- 20
+ 23
ismeretlen
@@ -462,7 +2486,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 33
+ 34
Kulcsszavak
@@ -470,7 +2494,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 40
+ 44
nincs arc
@@ -478,7 +2502,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 45
+ 49
Csoportok
@@ -486,7 +2510,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 51
+ 59
Képaláírás
@@ -494,7 +2518,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 56
+ 64
Értékelés
@@ -502,7 +2526,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 61
+ 69
Kamera
@@ -510,7 +2534,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 66
+ 74
Objektív
@@ -518,7 +2542,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 71
+ 79
Város
@@ -526,7 +2550,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 76
+ 84
Állam
@@ -534,7 +2558,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 81
+ 89
Ország
@@ -562,23 +2586,11 @@
Túl sok eredmény jelenik meg. Pontosítsa a keresést.
-
-
-
- src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 11
-
-
- src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 29
-
- letöltés
-
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 15
+ 10
info gyorsgomb: i
@@ -586,11 +2598,11 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 22
+ 17
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 31
+ 25
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -602,11 +2614,123 @@
teljes képernyős váltás, gyorsgomb: f
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 45
+
+ Download
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Vetítési sebesség
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Vetítési sebesség:
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ gyorsgomb: c
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ Képaláírás mutatása
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 70
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 88
+
+ rámutatva
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 71
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 89
+
+ mindig
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ gyorsgomb: a
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ Arcok mutatása
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ gyorsgomb: l
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ Videó lejátszás
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 108
+
+ egyszer
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 109
+
+ folyamatosan
+
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 38
+ 123
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -618,7 +2742,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 90
+ 179
gyorsgomb: balra nyíl
@@ -626,7 +2750,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 94
+ 183
gyorsgomb: jobbra nyíl
@@ -634,7 +2758,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 100
+ 189
Kicsinyítés, gyorsgomb: '-'
@@ -642,7 +2766,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 107
+ 196
Nagyítás, gyorsgomb: '+'
@@ -652,21 +2776,17 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
3
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
Infó
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 51
+ 50
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 45
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 46
hossz
@@ -674,7 +2794,7 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 57
+ 56
bit ráta
@@ -682,7 +2802,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 20
+ 21
Hiba a videó betöltése közben.
@@ -690,7 +2810,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 23,26
+ 23,27
Valószínűleg a videó nincs átkonvertálva. Ezt a beállításokban megteheted. Ezek a videó formátumok csak átkonvertálás után játszhatók le:
@@ -698,7 +2818,7 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 12
+ 14
Keresés:
@@ -706,15 +2826,23 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 20
+ 23,24
elem
+
+
+
+ src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
+ 32
+
+ letöltés
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 39
+ 42
Mappák összecsukása
@@ -722,17 +2850,17 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 48
+ 51
Szűrők
-
-
+
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts
- 38
+ 48
- Képek
+ Home
@@ -748,17 +2876,17 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.html
10
- Random Link creator
+ Véletlen link szerkesztő
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.html
- 29,30
+ 28,29
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 32,33
+ 33
Másolás
@@ -766,11 +2894,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.ts
- 97
+ 104
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 115
+ 126
Az URL a vágólapra lett másolva
@@ -784,61 +2912,61 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
20
- At least this many
+ Legalább ennyi
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 100
+ 104
- From
+ Ettől
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 114
+ 118
- From date
+ Ettől a dátumtól
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 126
+ 130
- To date
+ Eddig
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 138
+ 142
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 167
+ 171
- Minimum Rating
+ Min értékelés
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 152
+ 156
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 184
+ 188
- Maximum Rating
+ Max értékelés
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 206
+ 210
Álló
@@ -846,7 +2974,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 207
+ 211
Fekvő
@@ -854,39 +2982,27 @@
src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.html
- 51
+ 50
Beillesztés
src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
- 25
+ 23,24
-
+
-
-
-
- src/frontend/app/ui/gallery/search/search.gallery.component.html
- 31
-
-
- src/frontend/app/ui/settings/search/search.settings.component.ts
- 22
-
- Keresés
-
src/frontend/app/ui/gallery/search/search.gallery.component.html
- 68
+ 63,64
Keresés albumba mentése
@@ -894,15 +3010,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 4
+ 5
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 10
-
-
- src/frontend/app/ui/settings/share/share.settings.component.ts
- 26
+ 11,12
Megosztás
@@ -910,7 +3022,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 39
+ 39,40
megosztás:
@@ -918,43 +3030,15 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 52
+ 52,53
Alkönyvtárak beillesztése:
-
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 74
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 86
-
-
- src/frontend/app/ui/login/login.component.html
- 45
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 66
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 79
-
-
- src/frontend/app/ui/sharelogin/share-login.component.html
- 25
-
- Jelszó
-
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 93
+ 93,94
Érvényes:
@@ -962,7 +3046,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 106
+ 106,107
Percek
@@ -970,7 +3054,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 107
+ 107,108
Órák
@@ -978,7 +3062,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 108
+ 108,109
Napok
@@ -986,7 +3070,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 109
+ 109,110
Hónapok
@@ -994,7 +3078,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 110
+ 110,111
Örökké
@@ -1002,7 +3086,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 51
+ 49
Igen
@@ -1010,7 +3094,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 52
+ 50
Nem
@@ -1018,11 +3102,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 92
+ 94
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 99
+ 106
betöltés..
@@ -1030,7 +3114,7 @@
src/frontend/app/ui/login/login.component.html
- 10
+ 10,11
Jelentkezz be
@@ -1038,31 +3122,15 @@
src/frontend/app/ui/login/login.component.html
- 13,14
+ 13
Rossz felhasználónév vagy jelszó
-
-
-
- src/frontend/app/ui/login/login.component.html
- 29
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 57
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 77
-
- Felhasználónév
-
src/frontend/app/ui/login/login.component.html
- 58
+ 47,48
Emlékezz rám
@@ -1070,2185 +3138,693 @@
src/frontend/app/ui/login/login.component.html
- 68,69
+ 56
Belépés
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
- beállítások elmentve
-
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Siker
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 2,5
-
- Úgy tűnik, hogy dockerben futtatod az alkalmaást. Ezt a beállítást nem célszerű dockeren belül módosítani, ezért biztosan tudd hogy mit csinálsz.
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 64
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 135
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 168
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 47
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 11
-
- Tiltva
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 65
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 14
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 136
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 169
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 46
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 12
-
- Engedélyezve
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 149
-
- readonly
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 151
-
- alapértelmezett érték
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 25
-
- Megjeleníti az Album fület a felső sávban és engedélyezi a mentett keresések létrehozásást
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 27
-
- Megjegyzés: saját albumok nem támogatottak:
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 33,34
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 96,97
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 78,79
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 64,65
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 219,220
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 105,106
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 35,36
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 129,130
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 49,50
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 30,31
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 47,48
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 72,73
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 46,47
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 54,55
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 143,144
-
- Mentés
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 37,38
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 100,101
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 82,83
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 55,56
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 68,69
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 223,224
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 109,110
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 39,40
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 133,134
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 53,54
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 34,35
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 76,77
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 50,51
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 58,59
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 147,148
-
- Visszaállítás
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 11
-
- Oldal címe
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 35
-
- Host
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 22
-
- A szerver csak erről az (IPv6 vagy az IPv4) címből származó kapcsolatokat fog fogadni.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 31
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 42
-
- Port
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 32
-
- Portszám. A 80-as port általában az, amire szükséged van.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 42
-
- Képek mappa
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 43
-
- A képek ebből a mappából töltődnek be (olvasási engedély szükséges a mappára)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 53
-
- Temp mappa
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 54,55
-
- Thumbnails, converted photos, videos will be stored here (write permission required)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 65
-
- Oldal nyilvános url-je
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 68,69
-
- Ha az oldalt a helyi hálózaton keresztül éred el, jó tudni a nyilvánosságot URL-t megosztási link létrehozásához
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 77
-
- Al cím
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 78,81
-
- 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/frontend/app/ui/settings/basic/basic.settings.component.html
- 91,92
-
- A nyilvános url és az al url nem eggyeznek meg. Néhány funkció lehet hogy nem fog működni.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 26
-
- Alap
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 34
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
- Indítsd újra a weboldalt az új beállítások alkalmazásához
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 10
-
- Típus
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 16,17
-
- Telepítsd kézzel mysql csomópont-modulot a mysql (npm install mysql) használatához
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 22
-
- Database folder
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 23
-
- Minden adat ebbe a mappába kerül mentésre (sqlite adatbázis, felhasználók memoria adatbázis esetén, üzemezett feladatok)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 50
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 26
-
- Adatbázis
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 36
-
- (ajánlott)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 38
-
- (elavult, el lesz távolítva)
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 31
-
- Kép tag felülírása
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 33
-
- Ha létezik arc (személy) és kép tag ugyanazzal a nézzel, csak az arc-ot mutatja.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 38
-
- Arc csillagozási jog
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 40
-
- Legalább ennyi joggal kell rendelkeznie hogy csillagozza (kedvencezze) valaki az arcokat.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 47,48
-
- Arcok ezzel a beállítással nem támogatottak.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 12
-
- Index cache időtúllépése [ms]
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 13
-
- Ha ebben az időben nem volt indexelés, újraindexelést hajt végre. (figyelmen kívül hagyja, ha az érzékenység alacsony)
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 21
-
- Mappa indexelés érzékenysége
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 23
-
- Az újraindexálás érzékenységét állítja. Magasabb érték esetén gyakrabban indexel újra.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 29
-
- Kihagyható mappák
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 34
-
- Ezek a mappák lesznek kihagyva indexeléskor
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 37,40
-
- ';' elválasztott szövegek. Ha a bejegyzés '/'-el kezdődik, akkor abszolút útvonalként lesz kezelve. Ha nem '/'-el kezdédik, de tartalmazza, akkor a képek mappához képest relatív útvonalként lesz kezelve. Egyébként az ilyen nevű mappákat lesznek kihagyva.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 45
-
- Mappa kihagyó fájlok
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 50
-
- Fájlok amik a mappa kihagyást jelölik
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 53,55
-
- ';'-al elválsztott szövegek. Az a mappa ami az itt felsorolt fájlok bármelyikét tartlamazza, kihagyásra kerül.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 75
-
- Ha új mappát ad hozzá a galériához, a webhely automatikusan indexeli.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 76
-
- Ha kézzel szeretné indítani az indexelést, kattintson az index gombra.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 79
-
- Megjegyzés: csak az indexelt könyvtárak között működik a keresés
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 106,107
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 2,4
Statisztika:
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 109
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 6
Mappák
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 113
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 10
Fotók
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 117
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 14
Videók
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 122
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 19
Emberek
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 126
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 23
Méret
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 36
+ src/frontend/app/ui/settings/scheduled-jobs.service.ts
+ 128
- Mappa indexelése
+ Feladat végzett
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 68
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 1,5
- alacsony
+ Úgy tűnik, hogy dockerben futtatod az alkalmaást. Ezt a beállítást nem célszerű dockeren belül módosítani, ezért biztosan tudd hogy mit csinálsz.
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 71
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 65
- közepes
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 12,13
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 131,132
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 165,166
+
+ Tiltva
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 74
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 92
- magas
+ Tile Url*
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 86
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 120,121
- Elkezdődött a mappa indexelése
+ + Új Térkép
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 105
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 182,183
- A mappa indexelése megszakadt
+ + Add Link
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 124
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 242,243
- Adatbázis visszaállítása
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 282,283
+
+ + Hozzáadás
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 301
+
+ ';'-al elválaszott lista.
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 304
+
+ További részletek
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 308
+
+ Rezeteld az adatbázist miután megváltoztattad ezt a beállítást!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 312
+
+ Indísd újra a szervert miután megváltoztattad ezt a beállítást!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 229
+
+ csak olvasható
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 231
+
+ alapértelmezett érték
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 33,34
+
+ a beállítás ezekkel az értékekkel nem támogatott.
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 45
+
+ Mentés
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 49
+
+ Visszaállítás
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 281,280
+
+ beállítások elmentve
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 282,280
+
+ Siker
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 4,5
+
+ User list
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 46,47
+
+ + Felhasználó felvétele
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 56,57
+
+ Új felhasználó hozzáadása
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 72,73
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 248,249
+
+ Bezárás
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 76
+
+ Felhasználó hozzáadása
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.ts
+ 82,80
+
+ Nem lehet letrehozni a felhasználót!
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 2
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 2,3
Manuálisan elnidítja a feladatot
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 7
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 8
Futtatás most
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 15
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 17
Megszakítás
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 68
Feladat elindult
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 59
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 88
- Stopping job
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 116
-
- minden
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 25
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 68
-
- soha
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 27
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 67
-
- ez után
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 50
-
- Feladat:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 64
-
- Gyakoriság:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 74,75
-
- Állítsd be, hogy mikos fusson a feladat.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 80
-
- Ez után:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 91,92
-
- Ez a feladat a beállított feladat után fog futni.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 98
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 108
-
- Ekkor:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 127
-
- Párhuzamos futtatás
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 143,144
-
- Akkor is elundul a feladat, ha egy másik már fut.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 198,199
-
- ';'-vel elválaszott egész számok.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 226,227
-
- + Új feladat
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 241
-
- Új feladat
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 255,256
-
- Válaszd ki az ütemezendő feladatot.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 260
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 87
-
- Bezárás
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 263,264
-
- Feladat hozzáadása
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 57
-
- Feladatok
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 69
-
- periodic
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 70
-
- scheduled
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 73
-
- Hétfő
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 74
-
- Kedd
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 75
-
- Szerda
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 76
-
- Csütörtök
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 77
-
- Péntek
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 78
-
- Szombat
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 79
-
- Vasárnap
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 80
-
- nap
+ Feladat leállítása
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 3,4
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 2,4
- Last run:
+ Utolsó futás:
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
5
- Run between
+ Futtatás ezek között
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
14
- Status
+ Állapot
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 32
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 33
Leállítás...
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 43
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 44
eltelt idő
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 82
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 83
Feldolgozott
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 86
Kihagyott
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 84
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 89
Hátra
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 85
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 92
Összes
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 111,112
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 118,120
Napló
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 38
feldolgozott
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 42
kihagyott
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 29
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 46
összes
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 75
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 109
fut
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 77
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 111
leállítás alatt
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 79
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 113
leállítva
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 81
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 115
megszakítva
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 117
végzett
-
-
+
+
- src/frontend/app/ui/settings/map/map.settings.component.html
- 30
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 11,12
- Use image markers
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 31
-
- A térkép ikonokat fog használni az alap jelölő pin helyett
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 40
-
- Térképszolgáltató
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 52
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 27
-
- Név
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 53
-
- Tile Url*
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 78
-
- *A térkép ezeket a url-eket fogja használni a térkép csempék betöltéséhez.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 83,84
-
- + Új Térkép
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 90
-
- Mapbox access token
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 96
-
- A MapBox-hoz access token szükséges, amit itt lehet létrehozni:
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.ts
- 27
-
- Térkép
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 11
-
- *.gpx files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 12
-
- Reads *.gpx files and renders them on the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 19
-
- Markdown files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 20
-
- Beolvassa a *.md fájlokat és megjleníti a térkép melett.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 26
-
- *.pg2conf fájlok
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 27
-
- Beolvassa a *.pg2conf fájlokat (személyreszabott rendezésre és mentett keresésre (Albumok) tudod használni).
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts
- 23
-
- Meta fájl
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 7
-
- Hiba:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 10
-
- Szálak:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 14
-
- Többszálas működés
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 15
-
- Runs directory scanning in a different thread.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 22
-
- Thumbnail szálak
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 23
-
- A miniatűrök előállításához használt szálak száma. Ha auto-ra van állítva, a CPU magok száma -1 szálat fog használni.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 33
-
- Egyéb:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 36
-
- Görgetés alapú thumbnail generálás
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 37
-
- Azok a thumbnailok magasabb prioritást kapnak, amelyek láthatóak a képernyőn.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 43
-
- 'Lazy' kép megjelenítés
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 44
-
- Csak a szükséges mennyiségű fotót mutatja egyszerre. Az oldal aljára érve többet újabbakat mutat.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 50
-
- Gyorsítótár
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 51
-
- Cache-eli a mappa tartalmát és a keresési eredményeket a jobb teljesítmény érdekében.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 57
-
- Képaláírás alapú elnevezés
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 58
-
- Fájl nev helyett a képaláírás (IPTC 120) címkét mutatja, amit az EXIF-adatokból nyert ki.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 64
-
- ZIP-elt letöltés
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 65
-
- [Kisérleti: nem működik kereséskor] Engedélyezi a mappák zip-elt letöltését
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 71
-
- Mappák összecsukása
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 72
-
- [Kisérleti] Hozzáad egy gombot a navigácós sávhoz amivel a mappát és összes almappáját lehet listázni.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 82
-
- Navigációs sáv:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 85
-
- Az elemek számának megjelenítése
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 86
-
- A mutatja a mappaában található elemek (képek) számát.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 100
-
- Az alapértelmezett fotó rendezés
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 109
-
- Mappák dátum szerinti rendezése
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 110
-
- 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.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 118
-
- Egyedi HTML Head
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 32
-
- Egyéb
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 9
-
- Photo konvertálás:
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 12
-
- Konvertálás
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 13
-
- Downsizes photos for faster preview loading. (Zooming in to the photo loads the original).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 19
-
- Menet közbeni konvetálás
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 20
-
- Photókat menet közvben konvertálja, amikor kérésre megy rájuk.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 28
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 66
-
- Felbontás
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 29
-
- A konvertált fotó rövidebb oldala lesz ekkora.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 38
-
- Teljes méret nagyításkor
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 39
-
- Engedélyezi, hogy a nagyításkor az eredeti képméretet töltse be az app.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.ts
- 36
-
- Fotó
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 10
-
- Előnézet szűrő
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 11
-
- Az almappákat ezzel a kereséssel szűri a előnézet kiválasztásához.
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 20
-
- Előnézet rendezés
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 21
-
- Ha több előnézet is elérhető, ezek szerint rendezi őket és az elsőt választja.
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.ts
- 31
-
- Mappa előnézet
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 30,33
-
- Ez a modul a 'véletlenszerű fotó' utl 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.
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 36,37
-
- Fegyelem: jelenleg a véletlen-fotó link megnyitásához is be kell jelentkezni. See:
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 43,44
-
- Ezeket a beállításokat nem támogatja a véletlenszerű fénykép
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts
- 22
-
- Véletleg Fotó
-
-
-
-
- src/frontend/app/ui/settings/scheduled-jobs.service.ts
- 80
-
- Feladat végzett
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 32
-
- Autocomplete
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 33
-
- Keresés gépelése közben javaslatokat mutat.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 40
-
- Maximum keresési eredmény
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 41
-
- Maximum ennyi képet is videót fog listázni az alkalmazás egy keresési eredményben
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 49
-
- Mappák listázása
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 50
-
- A keresés mappákat is listáyni fog
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 57
-
- Metafájlok listázása
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 58
-
- A kersési eredmény tartalmazza azokat a metaffájlkoat is, amelyek egy mappában vannak a keresett képpel/videóval.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 68,69
-
- A keresés nem támogatott ezekkel a beállításokkal
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 29
-
- Jelszóval védett
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 30
-
- Enables password protected sharing links.
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 40,41
-
- A megosztás nem támogatott ezekkel a beállításokkal
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 57
-
- Megosztások:
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 63
-
- Kulcs
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 64
-
- Mappa
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 65
-
- Létre hozta
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 66
-
- Lejár
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 86,87
-
- Még nem hoztak létre megosztást.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 11
-
- Thumbnail minőség
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 12
-
- High quality may be slow.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 20
-
- Ikon méret
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 21
-
- Ikon méret (ami a térképen jelenik meg).
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 30
-
- Thumbnail méretek
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 37
-
- A thumbnail-ok mérete.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 39,41
-
- A legjobban illeszkedő méret lesz generálva az adott képhez. (Több méretter könyebb kiválasztani a legjobbat, de több tárhely és CPU szükséges a tároláshoz és generáláshoz)
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 43,45
-
- ';'-al elválasztott számok. Ha a méret 240, akkor a thubmnail rövidebb oldala 240 pixel lesz.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts
- 31
-
- Thumbnail
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 28
-
- Szerep
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 55,56
-
- + Felhasználó felvétele
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 59,60
-
- A webhely jelszóval való védelme / a bejelentkezés engedélyezi ezt.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 70
-
- Új felhasználó hozzáadása
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 90,91
-
- Felhasználó hozzáadása
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 45
-
- Jelszavas védelem
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 48
-
- Alacsony
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 49
-
- Magas
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
- Jelszavas védelem engedélyezve
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 87
-
- Szerver újraindítása javasolt.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Jelszavas védelem tiltva
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 113
-
- Nem lehet letrehozni a felhasználót!
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 26,29
-
- A videó lejátszához az ffmpeg szükséges. Az ffmpeg és az ffprobe binárisoknak rendelkezésre kell állniuk a PATH-ban vagy az @ffmpeg-installer/ffmpeg és @ffprobe-installer/ffprobe opcionális node csomagokat kell telepíteni.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 33
-
- Video konvertálás:
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 35,38
-
- A megszakítás mentes videó lejátszás érdekében, érdemes átkonvertálni a videókat alacsonyabb bit rátára, mint a szerver feltöltési sebessége.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 39
-
- Az átkonvertált videók a thumbnail mappába lesznek mentve.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 40,43
-
- Kézzel is át lehet konvertálni a videókat, de haladó módban autómatikus feladatként is be lehet ütemezni.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 47
-
- Formátum
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 57
-
- Kodek
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 67
-
- A konvertált videó magassága ennyi lesz. (Felfelé nem lesz skálázva)
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 77
-
- FPS
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 78
-
- A konvertált videó FPS-e ennyi lesz. (Felfelé nem lesz skálázva)
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 90
-
- Bit ráta
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 104,106
-
- A konvertált videó bit rátája ennyi lesz. (Felfelé nem lesz skálázva)
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
+ src/frontend/app/ui/settings/workflow/workflow.component.html
112
- CRF
+ minden
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 113
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 16,17
- Constant Rate Factor (CRF) 0-51 között mozog, ahol 0 veszteségmentes, 23 az alapértelemzett és 51 a legrosszabb minőség.
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 81
+
+ soha
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 121
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 18,19
- Preset
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 80
+
+ ez után
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 122
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 42,43
- Preset egy előre elkészített beállítási csoport, ami egy adott tömörítési minőséget biztosít. Lasabb preset-ek jobb tömörítési minőséget biztosítanak.
+ Feladat:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 130
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 56,57
- Egyéb beállítások
+ Gyakoriság:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 131
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 66,67
- ;-al elválaszott értékek. Egy az egyben kerülnek átadásra az ffmpeg-nek.
+ Állítsd be, hogy mikos fusson a feladat.
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 72,73
- Videó
+ Ez után:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 85,86
+
+ Ez a feladat a beállított feladat után fog futni.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 92,93
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 102,103
+
+ Ekkor:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 123,124
+
+ Párhuzamos futtatás
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 140,141
+
+ Akkor is elundul a feladat, ha egy másik már fut.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 198,199
+
+ ';'-vel elválaszott egész számok.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 218,221
+
+ + Új feladat
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 228,229
+
+ Új feladat
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 243,244
+
+ Válaszd ki az ütemezendő feladatot.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 252
+
+ Feladat hozzáadása
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 82
+
+ rendszeres
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 83
+
+ ütemezett
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 86,85
+
+ Hétfő
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 87,85
+
+ Kedd
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 88,85
+
+ Szerda
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 89,85
+
+ Csütörtök
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 90,85
+
+ Péntek
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 91,85
+
+ Szombat
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 92,85
+
+ Vasárnap
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 93,85
+
+ nap
src/frontend/app/ui/sharelogin/share-login.component.html
- 11
+ 11,13
Hibás jelszó
-
-
+
+
src/frontend/app/ui/sharelogin/share-login.component.html
- 39
+ 40
Belépés
diff --git a/src/frontend/translate/messages.id.xlf b/src/frontend/translate/messages.id.xlf
index 4e4f10ce..c8b8b0dd 100644
--- a/src/frontend/translate/messages.id.xlf
+++ b/src/frontend/translate/messages.id.xlf
@@ -2,11 +2,1979 @@
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 100
+
+
+ src/common/config/private/PrivateConfig.ts
+ 973
+
+ Host
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 110
+
+
+ src/common/config/private/PrivateConfig.ts
+ 961
+
+ Port
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 120
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1029
+
+ Basis data
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 130
+
+
+ src/frontend/app/ui/login/login.component.html
+ 25,26
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 62,63
+
+ Username
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 140
+
+
+ src/common/config/private/PrivateConfig.ts
+ 186
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 74
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 86,87
+
+
+ src/frontend/app/ui/login/login.component.html
+ 36,37
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 64,65
+
+
+ src/frontend/app/ui/sharelogin/share-login.component.html
+ 25,26
+
+ Password
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 153
+
+ Sqlite db filename
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 157
+
+ Sqlite will save the db with this filename.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 167
+
+
+ src/common/config/public/ClientConfig.ts
+ 370
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 91
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 16,17
+
+ Nama
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 177
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 17,18
+
+ Peran
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 190
+
+ Unencrypted, temporary password. App will encrypt it and delete this.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 196
+
+ Encrypted password
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 231
+
+
+ src/common/config/public/ClientConfig.ts
+ 362
+
+ Tipe
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 236
+
+ SQLite is recommended.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 243
+
+ Folder basis data
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 247
+
+ All file-based data will be stored here (sqlite database, job history data).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 254
+
+ SQLite
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 264
+
+ MySQL
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 281
+
+
+ src/common/config/private/PrivateConfig.ts
+ 298
+
+ Enforced users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 287
+
+ Creates these users in the DB during startup if they do not exist. If a user with this name exist, it won't be overwritten, even if the role is different.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 301
+
+ if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 308
+
+ Converted photo and thumbnail quality
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 311
+
+ Between 0-100.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 318
+
+ Person face margin
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 321
+
+ Person face size ratio on the face thumbnail.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 331
+
+ OnTheFly *.gpx compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 335
+
+ Enables on the fly *.gpx compression.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 342
+
+ Min distance
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 347
+
+ Filters out entry that are closer than this in meters.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 354
+
+ Min time delta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 359
+
+ Filters out entry that are closer than this in time in milliseconds.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 369
+
+
+ src/common/config/public/ClientConfig.ts
+ 669
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 49
+
+ GPX compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 387
+
+ Update timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 391
+
+ After creating a sharing link, it can be updated for this long.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 402
+
+ Index cache timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 406
+
+ If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 413
+
+ Sensitivitas folder untuk indeks ulang
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 416
+
+ Atur sensitivitas indeks ulang. Nilai tinggi akan melakukan cek folder lebih sering.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 423
+
+ Daftar folder dikecualikan
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 429
+
+ Folders to exclude from indexing. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 436
+
+ Daftar file dikecualikan
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 440
+
+ .ignore;.pg2ignore
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 442
+
+ Files that mark a folder to be excluded from indexing. Any folder that contains a file with this name will be excluded from indexing.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 452
+
+
+ src/common/config/private/PrivateConfig.ts
+ 984
+
+ Threading
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 456
+
+ Runs directory scanning and thumbnail generation in a different thread.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 462
+
+ Thread gambar mini
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 466
+
+ Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 477
+
+ Max duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 480
+
+ Maximum number of duplicates to list.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 490
+
+ Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 493
+
+ Logging level.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 499
+
+ Sql Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 502
+
+ Logging level for SQL queries.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 507
+
+ Server timing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 510
+
+ If enabled, the app ads "Server-Timing" http header to the response.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 610
+
+ Max saved progress
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 613
+
+ Job history size.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 620
+
+ Processing batch size
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 623
+
+ Jobs load this many photos or videos form the DB for processing at once.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 629
+
+ Scheduled jobs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 685
+
+ Bit rate
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 689
+
+ Target bit rate keluaran video akan diturunkan pada ini. Nilai ini harus lebih rendah dari kecepatan unggah server.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 696
+
+
+ src/common/config/private/PrivateConfig.ts
+ 808
+
+ Resolusi
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 701
+
+ Tinggi keluaran video akan diturunkan pada ini, sembari memelihara rasio aspek.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 708
+
+ FPS
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 712
+
+ Target frame per second (fps) keluaran video akan diturunkan pada ini.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 718
+
+ Format
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 727
+
+ MP4 codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 737
+
+ Webm Codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 748
+
+ CRF
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 751
+
+ Jarak Constant Rate Factor (CRF) skala is 0–51, 0 adalah lossless, 23 adalah nilai standar, dan 51 kualitas terburuk.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 759
+
+ Preset
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 762
+
+ Preset adalah koleksi pilihan yang menyediakan enkoding pada rasio kompresi tertentu. Preset lebih lambat menghasilkan kompressi lebih baik (kompresi adalah kualias per ukuran file).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 769
+
+ Pilihan kustom
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 774
+
+ It will be sent to ffmpeg as it is, as custom options.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 783
+
+ Video transcoding
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 787
+
+ To ensure smooth video playback, video transcoding is recommended to a lower bit rate than the server's upload rate. The transcoded videos will be save to the thumbnail folder. You can trigger the transcoding manually, but you can also create an automatic encoding job in advanced settings mode.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 796
+
+ Konversi cepat
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 802
+
+ Konversi foto cepat, ketika diminta.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 815
+
+ Sudut lebih kecil dari foto terkonversi akan diturun ke ini, sembari memelihara rasio aspek.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 824
+
+ Photo resizing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 836
+
+ Tinjau Filter kueri
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 841
+
+ Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 850
+
+ Urutan Tinjauan
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 854
+
+ Jika beberapa urutan tinjauan tersedia urutkan berdasar metode ini dan pilih yang pertama.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 866
+
+ Folder gambar
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 871
+
+ Gambar dimuat dari folder ini (izin membaca dibutuhkan)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 877
+
+ Folder sementara
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 882
+
+ Gambar mini, foto, video terkonversi akan disimpan disini (izin menulis dibutuhkan)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 889
+
+ Metadata read buffer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 895
+
+ Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 901
+
+
+ src/common/config/public/ClientConfig.ts
+ 640
+
+ Video
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 910
+
+ 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.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 915
+
+
+ src/common/config/public/ClientConfig.ts
+ 647
+
+ Foto
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 928
+
+
+ src/common/config/public/ClientConfig.ts
+ 633
+
+ Gambar mini
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 951
+
+ Session Timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 955
+
+ Users kept logged in for this long time.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 966
+
+ Nomor port. Port 80 adalah yang biasa dibutuhkan.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 978
+
+ Server akan menerima koneksi dari alamat IPv6 atau IPv4 ini.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 992
+
+ Log
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1021
+
+ Server
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1037
+
+ Users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1045
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 33
+
+ Mengindeks
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1050
+
+ If you add a new folder to your gallery, the site indexes it automatically. If you would like to trigger indexing manually, click index button. (Note: search only works among the indexed directories.)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1061
+
+ Media
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1069
+
+ File meta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1077
+
+ Tinjauan
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1092
+
+ Sharing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1100
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 75
+
+ Duplikasi
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1108
+
+ Pekerjaan
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 60
+
+ Enable Autocomplete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 63
+
+ Tunjukkan petunjuk saat mengetik kueri pencarian.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 70
+
+ Max items per category
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 73
+
+ Maximum number autocomplete items shown per category.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 80
+
+ Maximum items
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 83
+
+ Maximum number autocomplete items shown at once.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 90
+
+
+ src/common/config/public/ClientConfig.ts
+ 114
+
+ Cache timeout
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 94
+
+ Autocomplete cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 104
+
+
+ src/common/config/public/ClientConfig.ts
+ 173
+
+
+ src/common/config/public/ClientConfig.ts
+ 185
+
+
+ src/common/config/public/ClientConfig.ts
+ 207
+
+
+ src/common/config/public/ClientConfig.ts
+ 246
+
+
+ src/common/config/public/ClientConfig.ts
+ 538
+
+
+ src/common/config/public/ClientConfig.ts
+ 575
+
+ Enable
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 107
+
+ Enables searching.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 118
+
+ Search cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 124
+
+ Komplit otomatis
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 133
+
+ Hasil media maksimal
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 136
+
+ Maximum number of photos and videos that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 142
+
+ Maximum directory result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 145
+
+ Maximum number of directories that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 151
+
+ Daftar direktori
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 154
+
+ Search returns also with directories, not just media.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 160
+
+ Daftar file meta
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 163
+
+ Search also returns with metafiles from directories that contain a media file of the matched search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 188
+
+ Enables sharing.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 194
+
+ Terproteksi password
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 197
+
+ Izinkan proteksi password link berbagi.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 210
+
+ Enables random link generation.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 222
+
+ Name of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 231
+
+ Url of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 252
+
+ Image Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 255
+
+ Peta akan menggunakan gambar mini sebagai penanda daripada pin standar.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 261
+
+ Map Provider
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 269
+
+ Akses token Mapbox
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 273
+
+ MapBox needs an access token to work, create one at https://www.mapbox.com.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 278
+
+ The map module will use these urls to fetch the map tiles.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 281
+
+ Custom Layers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 291
+
+ Max Preview Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 294
+
+ Maximum number of markers to be shown on the map preview on the gallery page.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 304
+
+ Map Icon size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 308
+
+ Ukuran ikon (dipakai pada).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 313
+
+ Person thumbnail size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 317
+
+ Person (face) thumbnail size.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 322
+
+ Ukuran gambar mini
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 325
+
+ Size of the thumbnails. The best matching size will be generated. More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will have 160 pixels.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 378
+
+ SearchQuery
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 388
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 47
+
+ Url
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 410
+
+ Tunjukan jumlah item
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 413
+
+ Shows the number photos and videos on the navigation bar.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 419
+
+ Links
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 424
+
+ Visible links in the top menu.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 437
+
+ Cache
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 440
+
+ Cache isi direktori dan hasil pencarian untuk performa lebih baik.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 445
+
+ Gulir berdasar generaso gambar mini.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 448
+
+ Gambar mini mendapat prioriti lebih tinggi akan terlihat pada layar.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 454
+
+ Default sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 457
+
+ Default sorting method for photo and video in a directory results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 463
+
+ Default search sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 466
+
+ Default sorting method for photo and video in a search results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 472
+
+ Urut direktori berdasar tanggal
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 475
+
+ Jika diizinkan, direktori diurut berdasar tanggal daripada nama. Tanggal direktori adalah tanggal terakhir modifikasi bukan tanggal penciptaan foto tertua.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 481
+
+ On scroll thumbnail prioritising
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 484
+
+ Those thumbnails will be rendered first that are in view.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 489
+
+ Navigation bar
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 496
+
+ Caption first naming
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 499
+
+ Tunjukan tag judul (IPTC 120) dari data EXIF daripada nama file.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 504
+
+ Unduh Zip
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 509
+
+ Enable download zip of a directory contents Directory flattening. (Does not work for searches.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 514
+
+ Perataan direktori
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 519
+
+ Adds a button to flattens the file structure, by listing the content of all subdirectories. (Won't work if the gallery has multiple folders with the same path.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 524
+
+ Default slideshow speed
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 529
+
+ Default time interval for displaying a photo in the slide show.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 547
+
+ Supported formats with transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 552
+
+ Video formats that are supported after transcoding (with the build-in ffmpeg support).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 560
+
+ Supported formats without transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 565
+
+ 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
+ 577
+
+ Enable photo converting.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 583
+
+ Load full resolution image on zoom.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 588
+
+ Ijinkan muat resolusi penuh gambar saat perbesar di lightbox (tinjauan).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 597
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 39
+
+ Photo converting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 606
+
+ Supported photo formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 610
+
+ 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
+ 619
+
+ Enable GPX compressing
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 624
+
+ Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 658
+
+ file *.gpx
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 663
+
+ Baca file *.gpx dan render pada peta.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 678
+
+ file Markdown
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 682
+
+ Baca file *.md di direktori and tunjukkan sebelah peta.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 688
+
+ file *.pg2conf
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 692
+
+ Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 698
+
+ Supported formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 702
+
+ The app will read and process these files.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 711
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 66
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 14
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 133
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 167
+
+ Nyala
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 719
+
+ Timpa katakunci
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 723
+
+ Jika sebuah foto terdapat wajah dan kata kunci yang sama, aplikasi menghapus duplikasi, dan menyimpan wajah saja.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 728
+
+ Face starring right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 731
+
+ Required minimum right to star (favourite) a face.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 736
+
+ Face listing right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 739
+
+ Required minimum right to show the faces tab.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 749
+
+ Judul halaman
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 755
+
+ If you access the page form local network its good to know the public url for creating sharing link.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 757
+
+ URL halaman publik
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 765
+
+ Jika anda mengakses galery dari sub-URL (contoh: http://mydomain.com/myGallery), atur disini. Jika tidak bekerja, mungkin anda melewatkan '/' pada awal URL.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 767
+
+ Basis URL
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 779
+
+ Api path
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 790
+
+ Injects the content of this between the <head></head> HTML tags of the app. (You can use it add analytics or custom code to the app).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 792
+
+ HTML Head kustom
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 813
+
+ Proteksi password
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 815
+
+ Enables user management with login to password protect the gallery.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 821
+
+ Default user right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 826
+
+ Default user right when password protection is disabled.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 843
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 49
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 26
+
+ Galeri
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 857
+
+ Album
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 865
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 48
+
+
+ src/frontend/app/ui/gallery/search/search.gallery.component.html
+ 26,27
+
+ Cari
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 876
+
+ Peta
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 884
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 51
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 21
+
+
+ src/frontend/app/ui/gallery/filter/filter.service.ts
+ 40
+
+ Wajah
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 892
+
+ Random photo
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 896
+
+ 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/frontend/app/model/backendtext.service.ts
- 15
+ 11
Ukuran untuk generasi
@@ -14,7 +1982,7 @@
src/frontend/app/model/backendtext.service.ts
- 17
+ 13
Gambar mini ini akan di generasi. Daftar harus subset dari ukuran gambar mini yang digunakan
@@ -22,7 +1990,7 @@
src/frontend/app/model/backendtext.service.ts
- 19
+ 15
Hanya yang terindeks
@@ -30,7 +1998,7 @@
src/frontend/app/model/backendtext.service.ts
- 21
+ 17
Hanya cek file yang terindeks.
@@ -38,7 +2006,7 @@
src/frontend/app/model/backendtext.service.ts
- 23
+ 19
Hanya index perubahan
@@ -46,75 +2014,67 @@
src/frontend/app/model/backendtext.service.ts
- 25
+ 21
Hanya indeks satu folder jika folder berubah.
-
-
+
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 35
+
+ Database reset
+
+
+
src/frontend/app/model/backendtext.service.ts
37
- Mengindeks
+ Thumbnail generation
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 39
-
- Memuat tinjauan
-
-
-
+
+
src/frontend/app/model/backendtext.service.ts
41
- Mengatur ulang basis data
+ Video converting
-
-
+
+
src/frontend/app/model/backendtext.service.ts
43
- Generasi Gambar Mini
+ Temp folder cleaning
-
-
+
+
src/frontend/app/model/backendtext.service.ts
45
- Konversi Foto
+ Preview filling
-
-
+
+
src/frontend/app/model/backendtext.service.ts
47
- Konversi Video
-
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 49
-
- Membersihkan Folder Sementara
+ Preview reset
src/frontend/app/model/notification.service.ts
- 71
+ 84
src/frontend/app/model/notification.service.ts
- 74
+ 87
Server error
@@ -122,7 +2082,7 @@
src/frontend/app/model/notification.service.ts
- 77
+ 90
Info Server
@@ -130,7 +2090,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 23
+ 20
hour
h
@@ -139,7 +2099,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 26
+ 23
minute
m
@@ -148,67 +2108,191 @@
src/frontend/app/pipes/DurationPipe.ts
- 29
+ 26
second
s
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 13
-
- rating menaik
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
- 15
-
- rating menurun
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
17
- name menaik
+ Developer
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 18
+
+ Admin
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
19
- nama menurun
+ User
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 20
+
+ Guest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
21
- tanggal menaik
+ LimitedGuest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 24
+
+ Dasar
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 25
+
+ Lanjutan
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 26
+
+ Under the hood
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 28
+
+ Custom
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 29
+
+ OpenStreetMap
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 30
+
+ Mapbox
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 33
+
+ rendah
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 34
+
+ tinggi
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 35
+
+ menengah
- src/frontend/app/pipes/StringifySortingMethod.ts
- 23
+ src/frontend/app/ui/EnumTranslations.ts
+ 38
tanggal menurun
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 39
+
+ tanggal menaik
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 40
+
+ nama menurun
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 41
+
+ name menaik
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 42
+
+ rating menurun
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 43
+
+ rating menaik
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 25
+ src/frontend/app/ui/EnumTranslations.ts
+ 44
acak
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 50
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 18
+
+ Album
+
@@ -233,11 +2317,11 @@
Git commit
-
-
+
+
src/frontend/app/ui/admin/admin.component.html
- 17,18
+ 16,17
Notifikasi server
@@ -245,7 +2329,7 @@
src/frontend/app/ui/admin/admin.component.html
- 36,37
+ 34,35
Untuk menghilangkan notifikasi ini, mulai ulang server.
@@ -253,7 +2337,7 @@
src/frontend/app/ui/admin/admin.component.html
- 48
+ 46
Versi app:
@@ -261,31 +2345,15 @@
src/frontend/app/ui/admin/admin.component.html
- 52
+ 50,51
Mode
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 60
-
- Lanjutan
-
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 61
-
- Sederhana
-
src/frontend/app/ui/admin/admin.component.html
- 79
+ 73,75
title of left card in settings page that contains settings contents
Menu
@@ -294,7 +2362,7 @@
src/frontend/app/ui/admin/admin.component.html
- 148
+ 116
Waktu nyala
@@ -302,7 +2370,7 @@
src/frontend/app/ui/albums/album/album.component.html
- 27
+ 27,28
Album terkun, tidak dapat dihapus dari halaman situs.
@@ -310,11 +2378,11 @@
src/frontend/app/ui/albums/albums.component.html
- 15
+ 15,16
src/frontend/app/ui/albums/albums.component.html
- 34
+ 34,35
Tambah ke pencarian tersimpan
@@ -330,7 +2398,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 5
+ 5,6
Ke .pg2conf
@@ -338,7 +2406,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 12
+ 12,13
Pencarian tersimpan ke .saved_searches.pg2conf
@@ -346,7 +2414,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 18
+ 17,18
Tambahkan json ini pada '.saved_searches.pg2conf' file di dalam galeri:
@@ -354,7 +2422,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 20
+ 19,20
Pencarian tersimpan ini akan dimut dari file selama indeks galeri and bertahan dari pengaturan ulang basis data.
@@ -362,7 +2430,7 @@
src/frontend/app/ui/duplicates/duplicates.component.html
- 9,10
+ 8,10
Tidak ada duplikasi ditemukan
@@ -370,59 +2438,15 @@
src/frontend/app/ui/faces/faces.component.html
- 15
+ 16
Tidak ada wajah untuk ditampilkan.
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 18
-
- Galeri
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 21
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.ts
- 23
-
- Album
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 24
-
-
- src/frontend/app/ui/gallery/filter/filter.service.ts
- 39
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.ts
- 30
-
- Wajah
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 54
-
- Duplikasi
-
src/frontend/app/ui/frame/frame.component.html
- 62
+ 83
Pengaturan
@@ -430,7 +2454,7 @@
src/frontend/app/ui/frame/frame.component.html
- 68
+ 89
Log Keluar
@@ -454,7 +2478,7 @@
src/frontend/app/ui/gallery/filter/filter.gallery.component.ts
- 20
+ 23
Tidak diketahui
@@ -462,7 +2486,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 33
+ 34
Kata Kunci
@@ -470,7 +2494,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 40
+ 44
Tidak ada wajah
@@ -478,7 +2502,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 45
+ 49
Grup wajah
@@ -486,7 +2510,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 51
+ 59
Judul
@@ -494,7 +2518,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 56
+ 64
Rating
@@ -502,7 +2526,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 61
+ 69
Kamera
@@ -510,7 +2534,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 66
+ 74
Lensa
@@ -518,7 +2542,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 71
+ 79
Kota
@@ -526,7 +2550,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 76
+ 84
Bagian
@@ -534,7 +2558,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 81
+ 89
Negara
@@ -562,23 +2586,11 @@
Terlalu banyak hasil untuk ditampilkan. Perbaiki pencarian.
-
-
-
- src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 11
-
-
- src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 29
-
- unduhan
-
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 15
+ 10
informasi key: i
@@ -586,11 +2598,11 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 22
+ 17
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 31
+ 25
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -602,11 +2614,123 @@
tukar layar penuh, key: f
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 45
+
+ Download
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow playback speed
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow speed:
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ key: c
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ Show caption
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 70
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 88
+
+ on hover
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 71
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 89
+
+ always
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ key: a
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ Show faces
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ key: l
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ Play videos
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 108
+
+ once
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 109
+
+ loop
+
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 38
+ 123
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -618,7 +2742,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 90
+ 179
key: panah kiri
@@ -626,7 +2750,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 94
+ 183
key: panah kanan
@@ -634,7 +2758,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 100
+ 189
Perkecil, key: '-'
@@ -642,7 +2766,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 107
+ 196
Perbesar, key: '+'
@@ -652,21 +2776,17 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
3
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
Informasi
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 51
+ 50
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 45
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 46
durasi
@@ -674,7 +2794,7 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 57
+ 56
bit rate
@@ -682,7 +2802,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 20
+ 21
Gagal memuat video.
@@ -690,7 +2810,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 23,26
+ 23,27
Sepertinya video belum di transcode. Dapat dilakukan melalui pengaturan. Anda butuh mengtranskode video ini untuk menontonnya secara online:
@@ -698,7 +2818,7 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 12
+ 14
Mencari untuk:
@@ -706,15 +2826,23 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 20
+ 23,24
butir
+
+
+
+ src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
+ 32
+
+ unduhan
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 39
+ 42
Ratakan direktori
@@ -722,17 +2850,17 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 48
+ 51
Penyaring
-
-
+
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts
- 38
+ 48
- Gambar
+ Home
@@ -754,11 +2882,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.html
- 29,30
+ 28,29
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 32,33
+ 33
Salin
@@ -766,11 +2894,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.ts
- 97
+ 104
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 115
+ 126
Url sudah tersalin pada papan klip
@@ -790,7 +2918,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 100
+ 104
Dari
@@ -798,7 +2926,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 114
+ 118
Dari tanggal
@@ -806,7 +2934,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 126
+ 130
Sampai tanggal
@@ -814,11 +2942,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 138
+ 142
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 167
+ 171
Rating minimal
@@ -826,11 +2954,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 152
+ 156
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 184
+ 188
Rating maximal
@@ -838,7 +2966,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 206
+ 210
Potret
@@ -846,7 +2974,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 207
+ 211
Datar
@@ -854,39 +2982,27 @@
src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.html
- 51
+ 50
Sisipkan
src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
- 25
+ 23,24
-
+
-
-
-
- src/frontend/app/ui/gallery/search/search.gallery.component.html
- 31
-
-
- src/frontend/app/ui/settings/search/search.settings.component.ts
- 22
-
- Cari
-
src/frontend/app/ui/gallery/search/search.gallery.component.html
- 68
+ 63,64
Simpan pencarian pada album
@@ -894,15 +3010,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 4
+ 5
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 10
-
-
- src/frontend/app/ui/settings/share/share.settings.component.ts
- 26
+ 11,12
Berbagi
@@ -910,7 +3022,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 39
+ 39,40
Bagikan:
@@ -918,43 +3030,15 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 52
+ 52,53
Masukan sub-folder:
-
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 74
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 86
-
-
- src/frontend/app/ui/login/login.component.html
- 45
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 66
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 79
-
-
- src/frontend/app/ui/sharelogin/share-login.component.html
- 25
-
- Password
-
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 93
+ 93,94
Valid:
@@ -962,7 +3046,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 106
+ 106,107
Menit
@@ -970,7 +3054,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 107
+ 107,108
Jam
@@ -978,7 +3062,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 108
+ 108,109
Hari
@@ -986,7 +3070,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 109
+ 109,110
Bulan
@@ -994,7 +3078,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 110
+ 110,111
Selamanya
@@ -1002,7 +3086,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 51
+ 49
Ya
@@ -1010,7 +3094,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 52
+ 50
Tidak
@@ -1018,11 +3102,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 92
+ 94
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 99
+ 106
memuat..
@@ -1030,7 +3114,7 @@
src/frontend/app/ui/login/login.component.html
- 10
+ 10,11
Silahkan log masuk
@@ -1038,31 +3122,15 @@
src/frontend/app/ui/login/login.component.html
- 13,14
+ 13
Username atau password salah
-
-
-
- src/frontend/app/ui/login/login.component.html
- 29
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 57
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 77
-
- Username
-
src/frontend/app/ui/login/login.component.html
- 58
+ 47,48
Ingat saya
@@ -1070,1056 +3138,323 @@
src/frontend/app/ui/login/login.component.html
- 68,69
+ 56
Log masuk
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
- pengaturan tersimpan
-
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Sukses
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 2,5
-
- Sepertinya anda menjalankan aplikasi dalam container Docker. Pengaturan ini tidak dapat diatur dalam docker. Pastikan, anda tahu apa yang anda lakukan.
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 64
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 135
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 168
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 47
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 11
-
- Mati
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 65
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 14
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 136
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 169
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 46
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 12
-
- Nyala
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 149
-
- Hanya baca
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 151
-
- nilai standar
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 25
-
- Tampikan tab album pada bar atas dan nyalakan pembuatan penyimpan pencarian
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 27
-
- Catatan: album kustom tidak didukung, lihat:
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 33,34
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 96,97
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 78,79
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 64,65
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 219,220
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 105,106
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 35,36
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 129,130
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 49,50
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 30,31
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 47,48
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 72,73
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 46,47
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 54,55
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 143,144
-
- Simpan
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 37,38
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 100,101
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 82,83
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 55,56
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 68,69
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 223,224
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 109,110
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 39,40
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 133,134
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 53,54
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 34,35
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 76,77
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 50,51
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 58,59
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 147,148
-
- Atur ulang
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 11
-
- Judul halaman
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 35
-
- Host
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 22
-
- Server akan menerima koneksi dari alamat IPv6 atau IPv4 ini.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 31
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 42
-
- Port
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 32
-
- Nomor port. Port 80 adalah yang biasa dibutuhkan.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 42
-
- Folder gambar
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 43
-
- Gambar dimuat dari folder ini (izin membaca dibutuhkan)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 53
-
- Folder sementara
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 54,55
-
- Gambar mini, foto, video terkonversi akan disimpan disini (izin menulis dibutuhkan)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 65
-
- URL halaman publik
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 68,69
-
- Jika anda mengakses dari jaringan lokal sebaiknya untuk tahu URL publik untuk membuat link berbagi.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 77
-
- Basis URL
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 78,81
-
- Jika anda mengakses galery dari sub-URL (contoh: http://mydomain.com/myGallery), atur disini. Jika tidak bekerja, mungkin anda melewatkan '/' pada awal URL.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 91,92
-
- URL publik anda basis URL tidak cocok. Beberapa fungsi mungkin tidak akan bekerja.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 26
-
- Dasar
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 34
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
- Mulai ulang server untuk menerapkan pengaturan baru
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 10
-
- Tipe
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 16,17
-
- Pasang manual module node mysql untuk menggunakan mysql (npm install mysql)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 22
-
- Folder basis data
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 23
-
- Semua data berupa file akan tersimpan disini (basis data sqlite, basis data pengguna dalam hal memory db, dan data riwayat pekerjaan)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 50
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 26
-
- Basis data
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 36
-
- (rekomendasi)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 38
-
- (tidak berguna, akan dihapus)
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 31
-
- Timpa katakunci
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 33
-
- Jika sebuah foto terdapat wajah dan kata kunci yang sama, aplikasi menghapus duplikasi, dan menyimpan wajah saja
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 38
-
- Face starring right
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 40
-
- Required minimum right to star (favourite) a face.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 47,48
-
- Wajah tidak didukung dengan pengaturan ini.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 12
-
- Waktu habis cache indeks [ms]
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 13
-
- Jika tidak ada index pada waktu ini, akan indeks ulang (lewati jika indeks terdapat pada basis data anda sensitivitas rendah)
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 21
-
- Sensitivitas folder untuk indeks ulang
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 23
-
- Atur sensitivitas indeks ulang. Nilai tinggi akan melakukan cek folder lebih sering.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 29
-
- Daftar folder dikecualikan
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 34
-
- Folder dikeluarkan dari indeks
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 37,40
-
- ';' pemisah untaian. Jika sebuah kata dimulai dengan '/' akan dianggap sebagai alamat absolut. Jika tidak dimulai dengan '/' tetapi memuat '/', maka alamat relative terhadap direktori gambar. Jika tidak mengandung sebuah '/', maka semua folder dengan nama sesuai untaian akan dikecualikan.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 45
-
- Daftar file dikecualikan
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 50
-
- File yang menandakan sebuah folder akan dikecualikan dari indeks.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 53,55
-
- ';' pemisah untaian. Folder apapun yang mengandung untaian akan dikecualikan dari indeks.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 75
-
- Jika anda menambahkan folder pada gallery, akan terindeks otomatis.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 76
-
- Jika anda ingin memicu indeks manual, klik tombol indeks.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 79
-
- Catatan: pencarian hanya bekerja pada direktori yang terindeks.
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 106,107
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 2,4
Statistik:
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 109
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 6
Folder
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 113
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 10
Foto
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 117
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 14
Video
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 122
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 19
Orang
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 126
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 23
Ukurang
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 36
+ src/frontend/app/ui/settings/scheduled-jobs.service.ts
+ 128
- Mengindeks folder
+ Pekerjaan selesai
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 68
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 1,5
- rendah
+ Sepertinya anda menjalankan aplikasi dalam container Docker. Pengaturan ini tidak dapat diatur dalam docker. Pastikan, anda tahu apa yang anda lakukan.
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 71
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 65
- menengah
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 12,13
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 131,132
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 165,166
+
+ Mati
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 74
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 92
- tinggi
+ URL tile*
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 86
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 120,121
- Mengindeks folder dimulai
+ + Tambah Lapisan
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 105
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 182,183
- Mengindeks folder terganggu
+ + Add Link
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 124
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 242,243
- Mengatur ulang basis data
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 282,283
+
+ + Add
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 301
+
+ ';' separated list.
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 304
+
+ See
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 308
+
+ Reset database after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 312
+
+ Restart server after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 229
+
+ Hanya baca
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 231
+
+ nilai standar
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 33,34
+
+ config is not supported with these settings.
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 45
+
+ Simpan
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 49
+
+ Atur ulang
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 281,280
+
+ pengaturan tersimpan
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 282,280
+
+ Sukses
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 4,5
+
+ User list
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 46,47
+
+ + Tambah pengguna
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 56,57
+
+ Tambah pengguna baru
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 72,73
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 248,249
+
+ Tutup
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 76
+
+ Add Pengguna
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.ts
+ 82,80
+
+ Penciptaan pengguna error!
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 2
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 2,3
Picu pekerjaan secara manual
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 7
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 8
Jalankan sekarang
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 15
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 17
Batal
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 68
Pekerjaan dimulai
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 59
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 88
Menghentikan pekerjaan
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 116
-
- tiap kali
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 25
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 68
-
- tidak pernah
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 27
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 67
-
- setelah
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 50
-
- Pekerjaan:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 64
-
- Periodik:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 74,75
-
- Set the time to run the job.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 80
-
- Setelah:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 91,92
-
- Pekerjaan akan berjalan setelah pekerjaan ini selesai.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 98
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 108
-
- Pada:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 127
-
- Ijinkan menjalankan paralel
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 143,144
-
- Izinkan pekerjaan dimulai jika perkerjaan lain sedang berjalan.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 198,199
-
- ';' pemisah integer.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 226,227
-
- + Tambahkan pekerjaan
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 241
-
- Tambah pekerjaan baru
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 255,256
-
- Pilih pekerjaan untuk dijadwalkan.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 260
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 87
-
- Tutup
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 263,264
-
- Tambah Pekerjaan
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 57
-
- Pekerjaan
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 69
-
- periodik
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 70
-
- terjadwal
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 73
-
- Senin
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 74
-
- Selasa
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 75
-
- Rabu
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 76
-
- Kamis
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 77
-
- Jumat
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 78
-
- Sabtu
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 79
-
- Minggu
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 80
-
- Hari
-
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 3,4
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 2,4
Menjalankan terakhir:
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
5
Menjalankan antara
@@ -2127,7 +3462,7 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
14
Status
@@ -2135,1120 +3470,361 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 32
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 33
Membatalkan...
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 43
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 44
waktu digunakan
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 82
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 83
Diproses
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 86
Dilewati
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 84
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 89
Kiri
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 85
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 92
Semua
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 111,112
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 118,120
Log
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 38
diproses
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 42
dilewati
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 29
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 46
semua
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 75
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 109
berjalan
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 77
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 111
membatalkan
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 79
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 113
dibatalkan
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 81
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 115
terganggu
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 117
selesai
-
-
+
+
- src/frontend/app/ui/settings/map/map.settings.component.html
- 30
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 11,12
- Gunakan penanda gambar
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 31
-
- Peta akan menggunakan gambar mini sebagai penanda daripada pin standar.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 40
-
- Penyedia peta
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 52
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 27
-
- Nama
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 53
-
- URL tile*
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 78
-
- *Module peta akan menggunakan URL ini untuk mendapatkan ubin peta.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 83,84
-
- + Tambah Lapisan
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 90
-
- Akses token Mapbox
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 96
-
- MapBox membutuhkan akses token untuk bekerja, buat satu di
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.ts
- 27
-
- Peta
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 11
-
- file *.gpx
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 12
-
- Baca file *.gpx dan render pada peta.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 19
-
- file Markdown
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 20
-
- Baca file *.md di direktori and tunjukkan sebelah peta.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 26
-
- file *.pg2conf
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 27
-
- Baca file *.pg2conf (Anda dapat menggunakannya untuk urutan kustom dan menyimpan pencarian (album))
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts
- 23
-
- File meta
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 7
-
- Error:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 10
-
- Threads:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 14
-
- Threading
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 15
-
- Jalankan pemindai direktori pada thread berbeda.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 22
-
- Thread gambar mini
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 23
-
- Jumlah thread yang digunakan untuk generasi gambar mini. Jika auto, jumlah core prosessor -1 akan digunakan.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 33
-
- Lainnya:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 36
-
- Gulir berdasar generaso gambar mini.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 37
-
- Gambar mini mendapat prioriti lebih tinggi akan terlihat pada layar.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 43
-
- Render gambar Lazy
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 44
-
- Hanya tampilan foto yang dibutuhkan sekali waktu. Render lagi jika halaman bawah tercapai.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 50
-
- Cache
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 51
-
- Cache isi direktori dan hasil pencarian untuk performa lebih baik.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 57
-
- Caption first naming
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 58
-
- Tunjukan tag judul (IPTC 120) dari data EXIF daripada nama file.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 64
-
- Unduh Zip
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 65
-
- [Experimental: tidak bekerjan pada pencarian] Izinkan unduh zip dari isi direktori
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 71
-
- Perataan direktori
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 72
-
- [Experimental: tidak bekerja jika galeri memiliki beberapa folder pada jalur yang sama] Tambahakn tombol untuk meratakan struktur file, dengan mendaftarkan isi dari semua sub-direktori.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 82
-
- Bar navigasi:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 85
-
- Tunjukan jumlah item
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 86
-
- Tunjukkan jumlah item (foto) pada folder.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 100
-
- Metode urut foto standar.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 109
-
- Urut direktori berdasar tanggal
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 110
-
- Jika diizinkan, direktori diurut berdasar tanggal daripada nama. Tanggal direktori adalah tanggal terakhir modifikasi bukan tanggal penciptaan foto tertua.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 118
-
- HTML Head kustom
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 32
-
- Lainnya
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 9
-
- Konversi foto:
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 12
-
- Mengkonversi
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 13
-
- Turunkan ukuran foto untuk mempercepat tinjauan. (Perbesar foto memuat foto asli).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 19
-
- Konversi cepat
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 20
-
- Konversi foto cepat, ketika diminta.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 28
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 66
-
- Resolusi
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 29
-
- Sudut lebih kecil dari foto terkonversi akan diturun ke ini, sembari memelihara rasio aspek.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 38
-
- Muat resolusi penuh foto saat perbesar.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 39
-
- Ijinkan muat resolusi penuh gambar saat perbesar di lightbox (tinjauan).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.ts
- 36
-
- Foto
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 10
-
- Tinjau Filter kueri
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 11
-
- Filter sub-folder dengan kueri pencarian ini
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 20
-
- Urutan Tinjauan
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 21
-
- Jika beberapa urutan tinjauan tersedia urutkan berdasar metode ini dan pilih yang pertama.
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.ts
- 31
-
- Tinjauan
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 30,33
-
- Fitur ini mengizinkan anda untuk mencipkan URL 'foto acak'. URL tersebut akan menunjukan foto secara acak dari gallery. Anda dapat menggunakan URL pada aplikasi pihak ke-3 seperti latar desktop acak.
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 36,37
-
- Note: With the current implementation, random link also requires login. See:
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 43,44
-
- Foto acak tidak didukung dengan pengaturan ini
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts
- 22
-
- Foto acak
-
-
-
-
- src/frontend/app/ui/settings/scheduled-jobs.service.ts
- 80
-
- Pekerjaan selesai
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 32
-
- Komplit otomatis
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 33
-
- Tunjukkan petunjuk saat mengetik kueri pencarian.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 40
-
- Hasil media maksimal
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 41
-
- Jumlah maksimal foto dan video yang terdaftar pada sebuah hasil pencarian.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 49
-
- Daftar direktori
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 50
-
- Pencarian akan memunculkan direktori
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 57
-
- Daftar file meta
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 58
-
- Pencarian juga akan memunculkan file meta dari direktori yang mengandung media sesuai pencarian.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 68,69
-
- Pencarian tidak didukung dengan pengaturan ini
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 29
-
- Terproteksi password
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 30
-
- Izinkan proteksi password link berbagi.
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 40,41
-
- Berbagi tidak didukung dengan pengaturan ini
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 57
-
- Links berbagi:
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 63
-
- Key
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 64
-
- Folder
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 65
-
- Pencipta
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 66
-
- Kadaluarsa
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 86,87
-
- Tidak ada berbagi tercipta.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 11
-
- Kualitas gambar mini
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 12
-
- Kualitas tinggi mungkin akan memperlambat.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 20
-
- Ukuran ikon
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 21
-
- Ukuran ikon (dipakai pada).
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 30
-
- Ukuran gambar mini
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 37
-
- Ukuran dari gambar mini.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 39,41
-
- Ukuran paling cocok akan di generasi. (Ukuran lebih besar mempunyai kualitas lebih baik, namun menggunakan penyimpanan dan CPU lebih banyak.)
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 43,45
-
- ';' pemisah integers. Jika ukurang 240, ukuran pendek dari gambar mini mempunyai 160 pixels.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts
- 31
-
- Gambar mini
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 28
-
- Peran
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 55,56
-
- + Tambah pengguna
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 59,60
-
- Untuk melindungi situs dengan password / memiliki log masuk izinkan ini.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 70
-
- Tambah pengguna baru
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 90,91
-
- Add Pengguna
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 45
-
- Proteksi password
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 48
-
- Rendah
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 49
-
- Tinggi
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
- Proteksi password diizinkan
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 87
-
- Mulai ulang server direkomendasi
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Proteksi password dimatikan
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 113
-
- Penciptaan pengguna error!
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 26,29
-
- Dukingan vide membutuhkan ffmpeg. Binari ffmpeg dan ffprobe harus tersedia di $PATH atau pada module node @ffmpeg-installer/ffmpeg dan @ffprobe-installer/ffprobe.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 33
-
- Transkode video:
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 35,38
-
- Untuk memastikan pemutaran video lancar, transkode video direkomendasikan untuk menurunkan bit rate lebih rendah dari kecepatan unggah server
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 39
-
- Video hasil transkode akan disimpan ke folder gambar mini.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 40,43
-
- Anda dapat memicu transkode manual, tetapi anda juga dapat membuat enkode otomatis pada pengaturan pada mode lanjutan.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 47
-
- Format
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 57
-
- Codec
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 67
-
- Tinggi keluaran video akan diturunkan pada ini, sembari memelihara rasio aspek.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 77
-
- FPS
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 78
-
- Target frame per second (fps) keluaran video akan diturunkan pada ini.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 90
-
- Bit rate
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 104,106
-
- Target bit rate keluaran video akan diturunkan pada ini. Nilai ini harus lebih rendah dari kecepatan unggah server.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
+ src/frontend/app/ui/settings/workflow/workflow.component.html
112
- CRF
+ tiap kali
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 113
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 16,17
- Jarak Constant Rate Factor (CRF) skala is 0–51, 0 adalah lossless, 23 adalah nilai standar, dan 51 kualitas terburuk.
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 81
+
+ tidak pernah
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 121
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 18,19
- Preset
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 80
+
+ setelah
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 122
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 42,43
- Preset adalah koleksi pilihan yang menyediakan enkoding pada rasio kompresi tertentu. Preset lebih lambat menghasilkan kompressi lebih baik (kompresi adalah kualias per ukuran file).
+ Pekerjaan:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 130
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 56,57
- Pilihan kustom
+ Periodik:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 131
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 66,67
- ; pemisah nilai. Nilai akan dikirim ke ffmpeg seadanya, senilai pilihan kustom.
+ Set the time to run the job.
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 72,73
- Video
+ Setelah:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 85,86
+
+ Pekerjaan akan berjalan setelah pekerjaan ini selesai.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 92,93
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 102,103
+
+ Pada:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 123,124
+
+ Ijinkan menjalankan paralel
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 140,141
+
+ Izinkan pekerjaan dimulai jika perkerjaan lain sedang berjalan.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 198,199
+
+ ';' pemisah integer.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 218,221
+
+ + Tambahkan pekerjaan
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 228,229
+
+ Tambah pekerjaan baru
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 243,244
+
+ Pilih pekerjaan untuk dijadwalkan.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 252
+
+ Tambah Pekerjaan
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 82
+
+ periodik
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 83
+
+ terjadwal
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 86,85
+
+ Senin
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 87,85
+
+ Selasa
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 88,85
+
+ Rabu
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 89,85
+
+ Kamis
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 90,85
+
+ Jumat
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 91,85
+
+ Sabtu
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 92,85
+
+ Minggu
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 93,85
+
+ Hari
src/frontend/app/ui/sharelogin/share-login.component.html
- 11
+ 11,13
Password salah
-
-
+
+
src/frontend/app/ui/sharelogin/share-login.component.html
- 39
+ 40
Masuk
diff --git a/src/frontend/translate/messages.it.xlf b/src/frontend/translate/messages.it.xlf
index f222e797..86d92fd4 100644
--- a/src/frontend/translate/messages.it.xlf
+++ b/src/frontend/translate/messages.it.xlf
@@ -2,11 +2,1979 @@
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 100
+
+
+ src/common/config/private/PrivateConfig.ts
+ 973
+
+ Host
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 110
+
+
+ src/common/config/private/PrivateConfig.ts
+ 961
+
+ Porta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 120
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1029
+
+ Database
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 130
+
+
+ src/frontend/app/ui/login/login.component.html
+ 25,26
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 62,63
+
+ Username
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 140
+
+
+ src/common/config/private/PrivateConfig.ts
+ 186
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 74
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 86,87
+
+
+ src/frontend/app/ui/login/login.component.html
+ 36,37
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 64,65
+
+
+ src/frontend/app/ui/sharelogin/share-login.component.html
+ 25,26
+
+ Password
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 153
+
+ Sqlite db filename
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 157
+
+ Sqlite will save the db with this filename.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 167
+
+
+ src/common/config/public/ClientConfig.ts
+ 370
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 91
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 16,17
+
+ Nome
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 177
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 17,18
+
+ Ruolo
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 190
+
+ Unencrypted, temporary password. App will encrypt it and delete this.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 196
+
+ Encrypted password
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 231
+
+
+ src/common/config/public/ClientConfig.ts
+ 362
+
+ Tipo
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 236
+
+ SQLite is recommended.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 243
+
+ Cartella database
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 247
+
+ All file-based data will be stored here (sqlite database, job history data).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 254
+
+ SQLite
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 264
+
+ MySQL
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 281
+
+
+ src/common/config/private/PrivateConfig.ts
+ 298
+
+ Enforced users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 287
+
+ Creates these users in the DB during startup if they do not exist. If a user with this name exist, it won't be overwritten, even if the role is different.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 301
+
+ if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 308
+
+ Converted photo and thumbnail quality
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 311
+
+ Between 0-100.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 318
+
+ Person face margin
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 321
+
+ Person face size ratio on the face thumbnail.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 331
+
+ OnTheFly *.gpx compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 335
+
+ Enables on the fly *.gpx compression.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 342
+
+ Min distance
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 347
+
+ Filters out entry that are closer than this in meters.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 354
+
+ Min time delta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 359
+
+ Filters out entry that are closer than this in time in milliseconds.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 369
+
+
+ src/common/config/public/ClientConfig.ts
+ 669
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 49
+
+ GPX compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 387
+
+ Update timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 391
+
+ After creating a sharing link, it can be updated for this long.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 402
+
+ Index cache timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 406
+
+ If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 413
+
+ Sensibilità di reindicizzazione delle cartelle
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 416
+
+ Imposta la sensibilità di reindicizzazione. Con un valore alto si controllano più spesso le cartelle per i cambiamenti.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 423
+
+ Lista di cartelle escluse
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 429
+
+ Folders to exclude from indexing. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 436
+
+ Lista esclusioni file
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 440
+
+ .ignore;.pg2ignore
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 442
+
+ Files that mark a folder to be excluded from indexing. Any folder that contains a file with this name will be excluded from indexing.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 452
+
+
+ src/common/config/private/PrivateConfig.ts
+ 984
+
+ Threading
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 456
+
+ Runs directory scanning and thumbnail generation in a different thread.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 462
+
+ Thread anteprime
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 466
+
+ Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 477
+
+ Max duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 480
+
+ Maximum number of duplicates to list.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 490
+
+ Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 493
+
+ Logging level.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 499
+
+ Sql Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 502
+
+ Logging level for SQL queries.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 507
+
+ Server timing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 510
+
+ If enabled, the app ads "Server-Timing" http header to the response.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 610
+
+ Max saved progress
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 613
+
+ Job history size.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 620
+
+ Processing batch size
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 623
+
+ Jobs load this many photos or videos form the DB for processing at once.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 629
+
+ Scheduled jobs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 685
+
+ Bit rate
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 689
+
+ Il bit rate del video di output sarà ridotto a questo. Deve essere inferiore alla banda di upload del server.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 696
+
+
+ src/common/config/private/PrivateConfig.ts
+ 808
+
+ Risoluzione
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 701
+
+ L'altezza del video in uscita sarà scalata a questa, mantenendo il rapporto base altezza.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 708
+
+ FPS
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 712
+
+ Il video di output avrà questi frame al secondo.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 718
+
+ Formato
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 727
+
+ MP4 codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 737
+
+ Webm Codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 748
+
+ CRF
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 751
+
+ La scala del fattore qualità (CRF) è da 0 a 51, dove 0 è lossless, 23 è il default e 51 è la peggior qualità possibile.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 759
+
+ Preimpostazioni
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 762
+
+ Una preimpostazione è un set di opzioni che fornisce un buona velocità di codifica mantenendo una buona compressione. Una preimpostazione più lenta fornirà una compressione migliore.A.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 769
+
+ Opzioni personalizzate
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 774
+
+ It will be sent to ffmpeg as it is, as custom options.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 783
+
+ Video transcoding
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 787
+
+ To ensure smooth video playback, video transcoding is recommended to a lower bit rate than the server's upload rate. The transcoded videos will be save to the thumbnail folder. You can trigger the transcoding manually, but you can also create an automatic encoding job in advanced settings mode.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 796
+
+ Conversione al volo
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 802
+
+ Converte foto al volo, quando sono richieste.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 815
+
+ Il bordo più corto della foto convertita sarà ridimensionato a questo, mantenendo il rapporto base altezza.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 824
+
+ Photo resizing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 836
+
+ Preview Filter query
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 841
+
+ Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 850
+
+ Preview Sorting
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 854
+
+ If multiple preview is available sorts them by these methods and selects the first one.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 866
+
+ Cartella immagini
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 871
+
+ Le foto sono caricate da questa cartella (il server deve avere il permesso in lettura)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 877
+
+ Cartella temporanea
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 882
+
+ Anteprime, foto convertite, video ricodificati saranno salvati qui (il server deve avere il permesso in scrittura)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 889
+
+ Metadata read buffer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 895
+
+ Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 901
+
+
+ src/common/config/public/ClientConfig.ts
+ 640
+
+ Video
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 910
+
+ 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.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 915
+
+
+ src/common/config/public/ClientConfig.ts
+ 647
+
+ Foto
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 928
+
+
+ src/common/config/public/ClientConfig.ts
+ 633
+
+ Anteprima
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 951
+
+ Session Timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 955
+
+ Users kept logged in for this long time.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 966
+
+ Numero porta. Di solito è 80.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 978
+
+ Il server accetterà connessioni su questo indirizzo IPv4 o IPv6.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 992
+
+ Logs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1021
+
+ Server
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1037
+
+ Users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1045
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 33
+
+ Indicizzazione
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1050
+
+ If you add a new folder to your gallery, the site indexes it automatically. If you would like to trigger indexing manually, click index button. (Note: search only works among the indexed directories.)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1061
+
+ Media
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1069
+
+ Meta file
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1077
+
+ Preview
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1092
+
+ Sharing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1100
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 75
+
+ Duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1108
+
+ Lavori
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 60
+
+ Enable Autocomplete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 63
+
+ Mostra suggerimenti durante la digitazione della ricerca.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 70
+
+ Max items per category
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 73
+
+ Maximum number autocomplete items shown per category.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 80
+
+ Maximum items
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 83
+
+ Maximum number autocomplete items shown at once.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 90
+
+
+ src/common/config/public/ClientConfig.ts
+ 114
+
+ Cache timeout
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 94
+
+ Autocomplete cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 104
+
+
+ src/common/config/public/ClientConfig.ts
+ 173
+
+
+ src/common/config/public/ClientConfig.ts
+ 185
+
+
+ src/common/config/public/ClientConfig.ts
+ 207
+
+
+ src/common/config/public/ClientConfig.ts
+ 246
+
+
+ src/common/config/public/ClientConfig.ts
+ 538
+
+
+ src/common/config/public/ClientConfig.ts
+ 575
+
+ Enable
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 107
+
+ Enables searching.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 118
+
+ Search cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 124
+
+ Autocompleta
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 133
+
+ Maximum media result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 136
+
+ Maximum number of photos and videos that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 142
+
+ Maximum directory result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 145
+
+ Maximum number of directories that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 151
+
+ List directories
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 154
+
+ Search returns also with directories, not just media.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 160
+
+ List metafiles
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 163
+
+ Search also returns with metafiles from directories that contain a media file of the matched search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 188
+
+ Enables sharing.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 194
+
+ Protetto da password
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 197
+
+ Abilita la condivisione di link protetti da password.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 210
+
+ Enables random link generation.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 222
+
+ Name of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 231
+
+ Url of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 252
+
+ Image Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 255
+
+ La mappa userà le miniature immagini come marcatori invece di un pin.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 261
+
+ Map Provider
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 269
+
+ Token accesso Mapbox
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 273
+
+ MapBox needs an access token to work, create one at https://www.mapbox.com.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 278
+
+ The map module will use these urls to fetch the map tiles.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 281
+
+ Custom Layers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 291
+
+ Max Preview Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 294
+
+ Maximum number of markers to be shown on the map preview on the gallery page.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 304
+
+ Map Icon size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 308
+
+ Dimensione icona (usato sulle mappe).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 313
+
+ Person thumbnail size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 317
+
+ Person (face) thumbnail size.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 322
+
+ Dimensione anteprime
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 325
+
+ Size of the thumbnails. The best matching size will be generated. More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will have 160 pixels.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 378
+
+ SearchQuery
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 388
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 47
+
+ Url
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 410
+
+ Mostra il totale degli elementi
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 413
+
+ Shows the number photos and videos on the navigation bar.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 419
+
+ Links
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 424
+
+ Visible links in the top menu.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 437
+
+ Cache
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 440
+
+ Memorizza nella cache i contenuti delle directory e i risultati della ricerca per migliorare le prestazioni.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 445
+
+ Generazione di anteprime basata sullo scorrimento
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 448
+
+ Queste miniature hanno una priorità più alta e sono visibili sullo schermo.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 454
+
+ Default sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 457
+
+ Default sorting method for photo and video in a directory results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 463
+
+ Default search sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 466
+
+ Default sorting method for photo and video in a search results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 472
+
+ Sort directories by date
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 475
+
+ 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
+ 481
+
+ On scroll thumbnail prioritising
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 484
+
+ Those thumbnails will be rendered first that are in view.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 489
+
+ Navigation bar
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 496
+
+ Denomina con didascalia
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 499
+
+ Mostra i tag delle didascalie (IPTC 120) dai dati EXIF invece dei nomi dei file.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 504
+
+ Download Zip
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 509
+
+ Enable download zip of a directory contents Directory flattening. (Does not work for searches.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 514
+
+ Directory flattening
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 519
+
+ Adds a button to flattens the file structure, by listing the content of all subdirectories. (Won't work if the gallery has multiple folders with the same path.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 524
+
+ Default slideshow speed
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 529
+
+ Default time interval for displaying a photo in the slide show.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 547
+
+ Supported formats with transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 552
+
+ Video formats that are supported after transcoding (with the build-in ffmpeg support).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 560
+
+ Supported formats without transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 565
+
+ 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
+ 577
+
+ Enable photo converting.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 583
+
+ Load full resolution image on zoom.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 588
+
+ Enables loading the full resolution image on zoom in the ligthbox (preview).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 597
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 39
+
+ Photo converting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 606
+
+ Supported photo formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 610
+
+ 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
+ 619
+
+ Enable GPX compressing
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 624
+
+ Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 658
+
+ *.gpx files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 663
+
+ Reads *.gpx files and renders them on the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 678
+
+ Markdown files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 682
+
+ Reads *.md files in a directory and shows the next to the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 688
+
+ *.pg2conf files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 692
+
+ Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 698
+
+ Supported formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 702
+
+ The app will read and process these files.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 711
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 66
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 14
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 133
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 167
+
+ Abilitato
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 719
+
+ Ignorare le parole chiave
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 723
+
+ Se una foto ha lo stesso volto (persona) nome e parola chiave, l'applicazione rimuove il duplicato, mantenendo solo il volto.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 728
+
+ Ruoli che possono rendere preferita una faccia
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 731
+
+ Required minimum right to star (favourite) a face.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 736
+
+ Face listing right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 739
+
+ Required minimum right to show the faces tab.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 749
+
+ Titolo pagina
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 755
+
+ If you access the page form local network its good to know the public url for creating sharing link.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 757
+
+ URL pubblica
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 765
+
+ 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.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 767
+
+ Url Base
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 779
+
+ Api path
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 790
+
+ Injects the content of this between the <head></head> HTML tags of the app. (You can use it add analytics or custom code to the app).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 792
+
+ Custom HTML Head
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 813
+
+ Protezione con password
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 815
+
+ Enables user management with login to password protect the gallery.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 821
+
+ Default user right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 826
+
+ Default user right when password protection is disabled.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 843
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 49
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 26
+
+ Galleria
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 857
+
+ Album
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 865
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 48
+
+
+ src/frontend/app/ui/gallery/search/search.gallery.component.html
+ 26,27
+
+ Cerca
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 876
+
+ Mappa
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 884
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 51
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 21
+
+
+ src/frontend/app/ui/gallery/filter/filter.service.ts
+ 40
+
+ Facce
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 892
+
+ Random photo
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 896
+
+ 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/frontend/app/model/backendtext.service.ts
- 15
+ 11
Dimensione da generare
@@ -14,7 +1982,7 @@
src/frontend/app/model/backendtext.service.ts
- 17
+ 13
Queste anteprime saranno generate. L'elenco dovrebbe essere un sottoinsieme delle dimensioni delle anteprime abilitate
@@ -22,7 +1990,7 @@
src/frontend/app/model/backendtext.service.ts
- 19
+ 15
Solo indicizzati
@@ -30,7 +1998,7 @@
src/frontend/app/model/backendtext.service.ts
- 21
+ 17
Controlla solo i file indicizzati.
@@ -38,7 +2006,7 @@
src/frontend/app/model/backendtext.service.ts
- 23
+ 19
Index changes only
@@ -46,75 +2014,67 @@
src/frontend/app/model/backendtext.service.ts
- 25
+ 21
Only indexes a folder if it got changed.
-
-
+
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 35
+
+ Database reset
+
+
+
src/frontend/app/model/backendtext.service.ts
37
- Indicizzazione
+ Thumbnail generation
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 39
-
- Preview Filling
-
-
-
+
+
src/frontend/app/model/backendtext.service.ts
41
- Reset Database
+ Video converting
-
-
+
+
src/frontend/app/model/backendtext.service.ts
43
- Generazione anteprime
+ Temp folder cleaning
-
-
+
+
src/frontend/app/model/backendtext.service.ts
45
- Conversione foto
+ Preview filling
-
-
+
+
src/frontend/app/model/backendtext.service.ts
47
- Conversione video
-
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 49
-
- Pulizia della cartella temporanea
+ Preview reset
src/frontend/app/model/notification.service.ts
- 71
+ 84
src/frontend/app/model/notification.service.ts
- 74
+ 87
Errore server
@@ -122,7 +2082,7 @@
src/frontend/app/model/notification.service.ts
- 77
+ 90
Informazioni server
@@ -130,7 +2090,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 23
+ 20
hour
o
@@ -139,7 +2099,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 26
+ 23
minute
m
@@ -148,67 +2108,191 @@
src/frontend/app/pipes/DurationPipe.ts
- 29
+ 26
second
s
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 13
-
- ascending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
- 15
-
- descending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
17
- nome in ordine crescente
+ Developer
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 18
+
+ Admin
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
19
- nome in ordine decrescente
+ User
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 20
+
+ Guest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
21
- data in ordine crescente
+ LimitedGuest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 24
+
+ Basic
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 25
+
+ Avanzato
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 26
+
+ Under the hood
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 28
+
+ Custom
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 29
+
+ OpenStreetMap
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 30
+
+ Mapbox
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 33
+
+ bassa
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 34
+
+ alta
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 35
+
+ media
- src/frontend/app/pipes/StringifySortingMethod.ts
- 23
+ src/frontend/app/ui/EnumTranslations.ts
+ 38
data in ordine decrescente
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 39
+
+ data in ordine crescente
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 40
+
+ nome in ordine decrescente
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 41
+
+ nome in ordine crescente
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 42
+
+ descending rating
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 43
+
+ ascending rating
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 25
+ src/frontend/app/ui/EnumTranslations.ts
+ 44
casuale
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 50
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 18
+
+ Albums
+
@@ -233,11 +2317,11 @@
Git commit
-
-
+
+
src/frontend/app/ui/admin/admin.component.html
- 17,18
+ 16,17
Notifiche server
@@ -245,7 +2329,7 @@
src/frontend/app/ui/admin/admin.component.html
- 36,37
+ 34,35
Per disattivare queste notifiche, riavvia il server.
@@ -253,7 +2337,7 @@
src/frontend/app/ui/admin/admin.component.html
- 48
+ 46
Versione app:
@@ -261,31 +2345,15 @@
src/frontend/app/ui/admin/admin.component.html
- 52
+ 50,51
Modo
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 60
-
- Avanzato
-
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 61
-
- Semplice
-
src/frontend/app/ui/admin/admin.component.html
- 79
+ 73,75
title of left card in settings page that contains settings contents
Menu
@@ -294,7 +2362,7 @@
src/frontend/app/ui/admin/admin.component.html
- 148
+ 116
Up time
@@ -302,7 +2370,7 @@
src/frontend/app/ui/albums/album/album.component.html
- 27
+ 27,28
Album is locked, cannot be deleted from the webpage.
@@ -310,11 +2378,11 @@
src/frontend/app/ui/albums/albums.component.html
- 15
+ 15,16
src/frontend/app/ui/albums/albums.component.html
- 34
+ 34,35
Add saved search
@@ -330,7 +2398,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 5
+ 5,6
To .pg2conf
@@ -338,7 +2406,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 12
+ 12,13
Saved Search to .saved_searches.pg2conf
@@ -346,7 +2414,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 18
+ 17,18
Add this json to a '.saved_searches.pg2conf' file in your gallery:
@@ -354,7 +2422,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 20
+ 19,20
This saved search will be loaded from file during gallery indexing and it will survive a database reset.
@@ -362,7 +2430,7 @@
src/frontend/app/ui/duplicates/duplicates.component.html
- 9,10
+ 8,10
Nessun duplicato trovato
@@ -370,59 +2438,15 @@
src/frontend/app/ui/faces/faces.component.html
- 15
+ 16
Non ci sono facce da mostrare.
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 18
-
- Galleria
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 21
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.ts
- 23
-
- Albums
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 24
-
-
- src/frontend/app/ui/gallery/filter/filter.service.ts
- 39
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.ts
- 30
-
- Facce
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 54
-
- Duplicates
-
src/frontend/app/ui/frame/frame.component.html
- 62
+ 83
Impostazioni
@@ -430,7 +2454,7 @@
src/frontend/app/ui/frame/frame.component.html
- 68
+ 89
Logout
@@ -454,7 +2478,7 @@
src/frontend/app/ui/gallery/filter/filter.gallery.component.ts
- 20
+ 23
unknown
@@ -462,7 +2486,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 33
+ 34
Keywords
@@ -470,7 +2494,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 40
+ 44
no face
@@ -478,7 +2502,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 45
+ 49
Faces groups
@@ -486,7 +2510,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 51
+ 59
Caption
@@ -494,7 +2518,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 56
+ 64
Rating
@@ -502,7 +2526,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 61
+ 69
Camera
@@ -510,7 +2534,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 66
+ 74
Lens
@@ -518,7 +2542,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 71
+ 79
City
@@ -526,7 +2550,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 76
+ 84
State
@@ -534,7 +2558,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 81
+ 89
Country
@@ -562,23 +2586,11 @@
Troppi risultati da mostrare. Restringi la ricerca.
-
-
-
- src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 11
-
-
- src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 29
-
- scarica
-
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 15
+ 10
tasto per info: premi i
@@ -586,11 +2598,11 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 22
+ 17
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 31
+ 25
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -602,11 +2614,123 @@
vai a schermo intero: premi f
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 45
+
+ Download
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow playback speed
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow speed:
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ key: c
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ Show caption
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 70
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 88
+
+ on hover
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 71
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 89
+
+ always
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ key: a
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ Show faces
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ key: l
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ Play videos
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 108
+
+ once
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 109
+
+ loop
+
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 38
+ 123
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -618,7 +2742,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 90
+ 179
tasto: freccia sinistra
@@ -626,7 +2750,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 94
+ 183
tasto: freccia destra
@@ -634,7 +2758,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 100
+ 189
Rimpiccolisci immagine: premi -
@@ -642,7 +2766,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 107
+ 196
Ingrandisci immagine: premi +
@@ -652,21 +2776,17 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
3
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
Info
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 51
+ 50
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 45
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 46
durata
@@ -674,7 +2794,7 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 57
+ 56
bit rate
@@ -682,15 +2802,15 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 20
+ 21
- Errore nel caricamento del video
+ Errore nel caricamento del video.
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 23,26
+ 23,27
Probabilmente il video non è stato transcodificato. Può essere fatto nelle impostazioni. Devi transcodificare questi video per guardarli online:
@@ -698,7 +2818,7 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 12
+ 14
Cercando:
@@ -706,15 +2826,23 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 20
+ 23,24
oggetti
+
+
+
+ src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
+ 32
+
+ scarica
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 39
+ 42
Flatten directory
@@ -722,17 +2850,17 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 48
+ 51
Filters
-
-
+
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts
- 38
+ 48
- Immagini
+ Home
@@ -754,11 +2882,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.html
- 29,30
+ 28,29
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 32,33
+ 33
Copia
@@ -766,11 +2894,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.ts
- 97
+ 104
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 115
+ 126
L'indirizzo è stato copiato negli appunti
@@ -790,7 +2918,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 100
+ 104
Duplicati
@@ -798,7 +2926,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 114
+ 118
From date
@@ -806,7 +2934,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 126
+ 130
To date
@@ -814,11 +2942,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 138
+ 142
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 167
+ 171
Minimum Rating
@@ -826,11 +2954,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 152
+ 156
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 184
+ 188
Maximum Rating
@@ -838,7 +2966,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 206
+ 210
Verticale
@@ -846,7 +2974,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 207
+ 211
Orizzontale
@@ -854,39 +2982,27 @@
src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.html
- 51
+ 50
Insert
src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
- 25
+ 23,24
-
+
-
-
-
- src/frontend/app/ui/gallery/search/search.gallery.component.html
- 31
-
-
- src/frontend/app/ui/settings/search/search.settings.component.ts
- 22
-
- Cerca
-
src/frontend/app/ui/gallery/search/search.gallery.component.html
- 68
+ 63,64
Save search to album
@@ -894,15 +3010,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 4
+ 5
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 10
-
-
- src/frontend/app/ui/settings/share/share.settings.component.ts
- 26
+ 11,12
Condividi
@@ -910,7 +3022,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 39
+ 39,40
Condivisione:
@@ -918,43 +3030,15 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 52
+ 52,53
Includi sottocartelle:
-
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 74
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 86
-
-
- src/frontend/app/ui/login/login.component.html
- 45
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 66
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 79
-
-
- src/frontend/app/ui/sharelogin/share-login.component.html
- 25
-
- Password
-
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 93
+ 93,94
Validità:
@@ -962,7 +3046,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 106
+ 106,107
Minuti
@@ -970,7 +3054,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 107
+ 107,108
Ore
@@ -978,7 +3062,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 108
+ 108,109
Giorni
@@ -986,7 +3070,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 109
+ 109,110
Mesi
@@ -994,7 +3078,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 110
+ 110,111
Forever
@@ -1002,7 +3086,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 51
+ 49
Sì
@@ -1010,7 +3094,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 52
+ 50
No
@@ -1018,11 +3102,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 92
+ 94
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 99
+ 106
Caricamento...
@@ -1030,7 +3114,7 @@
src/frontend/app/ui/login/login.component.html
- 10
+ 10,11
Si prega di effettuare il login
@@ -1038,31 +3122,15 @@
src/frontend/app/ui/login/login.component.html
- 13,14
+ 13
Username o password errata
-
-
-
- src/frontend/app/ui/login/login.component.html
- 29
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 57
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 77
-
- Username
-
src/frontend/app/ui/login/login.component.html
- 58
+ 47,48
Ricordami
@@ -1070,1056 +3138,323 @@
src/frontend/app/ui/login/login.component.html
- 68,69
+ 56
Login
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
- impostazioni salvate
-
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Successo
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 2,5
-
- Sembra che tu stia eseguendo l'applicazione in un container Docker. Questa impostazione non dovrebbe essere cambiata in docker. Stai attento a quello che fai.
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 64
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 135
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 168
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 47
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 11
-
- Disabilitato
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 65
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 14
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 136
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 169
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 46
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 12
-
- Abilitato
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 149
-
- Sola lettura
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 151
-
- valore di default
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 25
-
- Shows albums tab in the top bar and enables creating saved searches.
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 27
-
- Note: custom albums are not supported, see:
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 33,34
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 96,97
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 78,79
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 64,65
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 219,220
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 105,106
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 35,36
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 129,130
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 49,50
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 30,31
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 47,48
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 72,73
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 46,47
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 54,55
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 143,144
-
- Salva
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 37,38
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 100,101
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 82,83
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 55,56
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 68,69
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 223,224
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 109,110
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 39,40
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 133,134
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 53,54
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 34,35
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 76,77
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 50,51
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 58,59
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 147,148
-
- Reset
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 11
-
- Titolo pagina
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 35
-
- Host
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 22
-
- Il server accetterà connessioni su questo indirizzo IPv4 o IPv6.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 31
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 42
-
- Porta
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 32
-
- Numero porta. Di solito è 80.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 42
-
- Cartella immagini
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 43
-
- Le foto sono caricate da questa cartella (il server deve avere il permesso in lettura)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 53
-
- Cartella temporanea
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 54,55
-
- Anteprime, foto convertite, video ricodificati saranno salvati qui (il server deve avere il permesso in scrittura)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 65
-
- URL pubblica
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 68,69
-
- Se si accede alla pagina dalla rete locale è bene conoscere l'URL pubblico per creare il link di condivisione
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 77
-
- Url Base
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 78,81
-
- 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.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 91,92
-
- L'URL pubblico e l'URL di base non corrispondono. Alcune funzionalità potrebbero non funzionare.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 26
-
- Basic
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 34
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
- Riavvia il server per applicare le nuove impostazioni
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 10
-
- Tipo
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 16,17
-
- Installa manualmente il modulo mysql di node per usare mysql (npm install mysql)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 22
-
- Cartella database
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 23
-
- Tutti i dati saranno salvati qui (database sqlite, database utenti nel caso di memory db, storico lavori)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 50
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 26
-
- Database
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 36
-
- (raccomandato)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 38
-
- (in disuso, sarà rimosso in futuro)
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 31
-
- Ignorare le parole chiave
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 33
-
- Se una foto ha lo stesso volto (persona) nome e parola chiave, l'applicazione rimuove il duplicato, mantenendo solo il volto.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 38
-
- Ruoli che possono rendere preferita una faccia
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 40
-
- Required minimum right to star (favourite) a face.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 47,48
-
- Le facce sono supportate con le impostazioni correnti.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 12
-
- Timeout cache indice [ms]
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 13
-
- Se non c'è stata indicizzazione in questo tempo, reindicizza. (saltato se gli indici sono nel DB e la sensibilità è bassa)
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 21
-
- Sensibilità di reindicizzazione delle cartelle
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 23
-
- Imposta la sensibilità di reindicizzazione. Con un valore alto si controllano più spesso le cartelle per i cambiamenti.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 29
-
- Lista di cartelle escluse
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 34
-
- Cartelle da escludere dall'indicizzazione
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 37,40
-
- stringhe separate da ';'. Se una voce inizia con '/' è trattata come un percorso assoluto. Se non inizia con '/' ma contiene una '/', il percorso è relativo alla directory dell'immagine. Se non contiene una '/', qualsiasi cartella con questo nome sarà esclusa.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 45
-
- Lista esclusioni file
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 50
-
- Nomi di file che, se presenti in una cartella, la escludono dall'indicizzazione
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 53,55
-
- stringhe separate da ';'. Se una cartella contiene un file con questo nome, sarà esclusa dall'indicizzazione.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 75
-
- Se aggiungi una nuova cartella alla galleria, il sito la indicizzerà automaticamente.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 76
-
- Se vuoi attivare l'indicizzazione manualmente, clicca sul pulsante indicizza.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 79
-
- Nota: la ricerca funziona solo tra le directory indicizzate
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 106,107
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 2,4
Statistiche:
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 109
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 6
Cartelle
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 113
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 10
Foto
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 117
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 14
Video
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 122
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 19
Persone
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 126
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 23
Dimensione
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 36
+ src/frontend/app/ui/settings/scheduled-jobs.service.ts
+ 128
- Indicizzazione cartelle
+ Lavoro terminato
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 68
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 1,5
- bassa
+ Sembra che tu stia eseguendo l'applicazione in un container Docker. Questa impostazione non dovrebbe essere cambiata in docker. Stai attento a quello che fai.
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 71
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 65
- media
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 12,13
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 131,132
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 165,166
+
+ Disabilitato
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 74
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 92
- alta
+ Tile Url*
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 86
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 120,121
- Indicizzazione cartelle iniziata
+ + Aggiungi Layer
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 105
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 182,183
- Indicizzazione cartelle interrotta
+ + Add Link
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 124
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 242,243
- Resettando il database
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 282,283
+
+ + Add
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 301
+
+ ';' separated list.
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 304
+
+ See
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 308
+
+ Reset database after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 312
+
+ Restart server after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 229
+
+ Sola lettura
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 231
+
+ valore di default
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 33,34
+
+ config is not supported with these settings.
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 45
+
+ Salva
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 49
+
+ Reset
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 281,280
+
+ impostazioni salvate
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 282,280
+
+ Successo
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 4,5
+
+ User list
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 46,47
+
+ + Aggiungi utente
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 56,57
+
+ Aggiungi nuovo utente
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 72,73
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 248,249
+
+ Chiudi
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 76
+
+ Aggiungi utente
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.ts
+ 82,80
+
+ User creation error!
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 2
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 2,3
Avviare il lavoro manualmente
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 7
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 8
Esegui ora
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 15
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 17
Annulla
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 68
Lavoro iniziato
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 59
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 88
Fermando il lavoro
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 116
-
- ogni
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 25
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 68
-
- mai
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 27
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 67
-
- dopo
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 50
-
- Lavoro:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 64
-
- Periodicità:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 74,75
-
- Imposta l'orario di esecuzione del lavoro.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 80
-
- Dopo:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 91,92
-
- Il lavoro verrà eseguito dopo la fine di quel lavoro.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 98
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 108
-
- Alle:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 127
-
- Consentire il funzionamento in parallelo
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 143,144
-
- Permette al lavoro di partire anche se un altro lavoro è già in esecuzione.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 198,199
-
- numeri separati da ';'.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 226,227
-
- + Aggiungi lavoro
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 241
-
- Aggiungi nuovo lavoro
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 255,256
-
- Seleziona un lavoro da pianificare.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 260
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 87
-
- Chiudi
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 263,264
-
- Aggiungi lavoro
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 57
-
- Lavori
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 69
-
- periodico
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 70
-
- pianificato
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 73
-
- Lunedì
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 74
-
- Martedì
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 75
-
- Mercoledì
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 76
-
- Giovedì
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 77
-
- Venerdì
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 78
-
- Sabato
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 79
-
- Domenica
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 80
-
- giorno
-
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 3,4
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 2,4
Ultima esecuzione:
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
5
Esegui tra
@@ -2127,7 +3462,7 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
14
Statuo
@@ -2135,1120 +3470,361 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 32
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 33
Annullando...
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 43
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 44
tempo trascorso
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 82
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 83
Processati
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 86
Saltati
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 84
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 89
Sinistra
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 85
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 92
Tutti
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 111,112
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 118,120
Logs
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 38
processato
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 42
saltato
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 29
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 46
tutti
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 75
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 109
in esecuzione
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 77
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 111
in annullamento
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 79
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 113
annullato
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 81
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 115
interrotto
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 117
finito
-
-
+
+
- src/frontend/app/ui/settings/map/map.settings.component.html
- 30
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 11,12
- Usa marcatori immagine
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 31
-
- La mappa userà le miniature immagini come marcatori invece di un pin.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 40
-
- Provider mappe
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 52
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 27
-
- Nome
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 53
-
- Tile Url*
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 78
-
- *Il modulo mappa userà queste URL per scaricare le tile.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 83,84
-
- + Aggiungi Layer
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 90
-
- Token accesso Mapbox
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 96
-
- MapBox ha bisogno di un token per l'accesso, creane uno su
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.ts
- 27
-
- Mappa
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 11
-
- *.gpx files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 12
-
- Reads *.gpx files and renders them on the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 19
-
- Markdown files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 20
-
- Reads *.md files in a directory and shows the next to the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 26
-
- *.pg2conf files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 27
-
- Reads *.pg2conf files (You can use it for custom sorting and save search (albums)).
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts
- 23
-
- Meta file
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 7
-
- Errore:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 10
-
- Thread:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 14
-
- Threading
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 15
-
- Runs directory scanning in a different thread.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 22
-
- Thread anteprime
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 23
-
- Quanti thread saranno usati per generare le anteprime. Se auto, saranno usati tutti i core CPU tranne uno.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 33
-
- Altro:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 36
-
- Generazione di anteprime basata sullo scorrimento
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 37
-
- Queste miniature hanno una priorità più alta e sono visibili sullo schermo.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 43
-
- Rendering immagine "lazy" (viene scaricata solo quando è visualizzata)
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 44
-
- Mostra solo la quantità necessaria di foto in una volta sola. Ne genera di più se si raggiunge il fondo della pagina.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 50
-
- Cache
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 51
-
- Memorizza nella cache i contenuti delle directory e i risultati della ricerca per migliorare le prestazioni.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 57
-
- Denomina con didascalia
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 58
-
- Mostra i tag delle didascalie (IPTC 120) dai dati EXIF invece dei nomi dei file.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 64
-
- Download Zip
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 65
-
- [Experimental: does not work for searches] Enable download zip of a directory contents
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 71
-
- Directory flattening
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 72
-
- [Experimental: won't work if the gallery multiple folders with the same path] Adds a button to flattens the file structure, by listing the content of all subdirectories.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 82
-
- Barra di navigazione:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 85
-
- Mostra il totale degli elementi
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 86
-
- Mostra il numero di elementi (foto) nella cartella.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 100
-
- Metodo predefinito di ordinamento delle foto
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 109
-
- Sort directories by date
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 110
-
- 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/frontend/app/ui/settings/other/other.settings.component.html
- 118
-
- Custom HTML Head
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 32
-
- Altro
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 9
-
- Conversione foto:
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 12
-
- Convertendo
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 13
-
- Ridimensiona le foto per un caricamento più veloce dell'anteprima. (Ingrandendo la foto si carica l'originale).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 19
-
- Conversione al volo
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 20
-
- Converte foto al volo, quando sono richieste.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 28
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 66
-
- Risoluzione
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 29
-
- Il bordo più corto della foto convertita sarà ridimensionato a questo, mantenendo il rapporto base altezza.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 38
-
- Load full resolution image on zoom
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 39
-
- Enables loading the full resolution image on zoom in the ligthbox (preview).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.ts
- 36
-
- Foto
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 10
-
- Preview Filter query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 11
-
- Filters the sub-folders with this search query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 20
-
- Preview Sorting
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 21
-
- If multiple preview is available sorts them by these methods and selects the first one.
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.ts
- 31
-
- Preview
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 30,33
-
- Questa funzione ti permette di generare un indirizzo per "foto casuali". Questo URL restituisce una foto selezionata a caso dalla tua galleria. Puoi usare l'URL con applicazioni di terze parti come il cambio casuale dello sfondo del desktop.
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 36,37
-
- Note: With the current implementation, random link also requires login. See:
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 43,44
-
- La generazione di link di foto casuali non è supportata con le impostazioni correnti
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts
- 22
-
- Foto a caso
-
-
-
-
- src/frontend/app/ui/settings/scheduled-jobs.service.ts
- 80
-
- Lavoro terminato
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 32
-
- Autocompleta
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 33
-
- Mostra suggerimenti durante la digitazione della ricerca.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 40
-
- Maximum media result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 41
-
- Maximum number of photos and videos that listed in one search result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 49
-
- List directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 50
-
- Search will also return with directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 57
-
- List metafiles
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 58
-
- Search also returns with metafiles from directories that contain a media file of the matched search result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 68,69
-
- La ricerca non è supportata con le impostazioni correnti.
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 29
-
- Protetto da password
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 30
-
- Abilita la condivisione di link protetti da password.
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 40,41
-
- La condivisione non è supportata con le impostazioni correnti
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 57
-
- Link condivisi:
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 63
-
- Chiave
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 64
-
- Cartella
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 65
-
- Creatore
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 66
-
- Scadenza
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 86,87
-
- Non è stata creata una condivisione.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 11
-
- Qualità anteprime
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 12
-
- High quality may be slow.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 20
-
- Dimensione icona
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 21
-
- Dimensione icona (usato sulle mappe).
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 30
-
- Dimensione anteprime
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 37
-
- Dimensione anteprime.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 39,41
-
- Saranno generate anteprime con la dimensione più ottimale. (Più dimensioni forniscono qualità migliore, ma usano più spazio e tempo di CPU per la creazione)
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 43,45
-
- integer separati da ';'. Se il lato è 240, il lato corto dell'anteprima avrà 160 pixel.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts
- 31
-
- Anteprima
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 28
-
- Ruolo
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 55,56
-
- + Aggiungi utente
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 59,60
-
- Per proteggere il sito con una password o avere un login, abilita questo.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 70
-
- Aggiungi nuovo utente
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 90,91
-
- Aggiungi utente
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 45
-
- Protezione con password
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 48
-
- Bassa
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 49
-
- Alta
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
- Protezione con password attivata
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 87
-
- Si consiglia di riavviare il server.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Protezione con password disattivata
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 113
-
- User creation error!
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 26,29
-
- Per i video viene usato ffmpeg. I binari di ffmpeg e ffprobe devono essere disponibili nella PATH oppure i package di node opzionali @ffmpeg-installer/ffmpeg e @ffprobe-installer/ffprobe devono essere installati
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 33
-
- Transcodifica video:
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 35,38
-
- Per garantire una riproduzione fluida dei video, è raccomandato scegliere un bitrate per la transcodifica inferiore alla banda di upload del server.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 39
-
- I video transcodificati saranno salvati nella cartella delle anteprime.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 40,43
-
- Puoi eseguire la transcodifica manualmente, ma puoi anche impostare la codifica automatica nelle impostazioni avanzate.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 47
-
- Formato
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 57
-
- Codec
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 67
-
- L'altezza del video in uscita sarà scalata a questa, mantenendo il rapporto base altezza.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 77
-
- FPS
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 78
-
- Il video di output avrà questi frame al secondo.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 90
-
- Bit rate
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 104,106
-
- Il bit rate del video di output sarà ridotto a questo. Deve essere inferiore alla banda di upload del server.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
+ src/frontend/app/ui/settings/workflow/workflow.component.html
112
- CRF
+ ogni
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 113
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 16,17
- La scala del fattore qualità (CRF) è da 0 a 51, dove 0 è lossless, 23 è il default e 51 è la peggior qualità possibile.
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 81
+
+ mai
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 121
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 18,19
- Preimpostazioni
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 80
+
+ dopo
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 122
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 42,43
- Una preimpostazione è un set di opzioni che fornisce un buona velocità di codifica mantenendo una buona compressione. Una preimpostazione più lenta fornirà una compressione migliore.A
+ Lavoro:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 130
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 56,57
- Opzioni personalizzate
+ Periodicità:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 131
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 66,67
- valori separati da ; saranno forniti a ffmpeg così come sono, come opzioni personalizzate.
+ Imposta l'orario di esecuzione del lavoro.
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 72,73
- Video
+ Dopo:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 85,86
+
+ Il lavoro verrà eseguito dopo la fine di quel lavoro.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 92,93
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 102,103
+
+ Alle:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 123,124
+
+ Consentire il funzionamento in parallelo
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 140,141
+
+ Permette al lavoro di partire anche se un altro lavoro è già in esecuzione.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 198,199
+
+ numeri separati da ';'.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 218,221
+
+ + Aggiungi lavoro
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 228,229
+
+ Aggiungi nuovo lavoro
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 243,244
+
+ Seleziona un lavoro da pianificare.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 252
+
+ Aggiungi lavoro
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 82
+
+ periodico
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 83
+
+ pianificato
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 86,85
+
+ Lunedì
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 87,85
+
+ Martedì
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 88,85
+
+ Mercoledì
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 89,85
+
+ Giovedì
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 90,85
+
+ Venerdì
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 91,85
+
+ Sabato
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 92,85
+
+ Domenica
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 93,85
+
+ giorno
src/frontend/app/ui/sharelogin/share-login.component.html
- 11
+ 11,13
Password errata
-
-
+
+
src/frontend/app/ui/sharelogin/share-login.component.html
- 39
+ 40
Enter
diff --git a/src/frontend/translate/messages.pl.xlf b/src/frontend/translate/messages.pl.xlf
index 2a36037b..26bc3a9f 100644
--- a/src/frontend/translate/messages.pl.xlf
+++ b/src/frontend/translate/messages.pl.xlf
@@ -2,11 +2,1979 @@
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 100
+
+
+ src/common/config/private/PrivateConfig.ts
+ 973
+
+ Host
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 110
+
+
+ src/common/config/private/PrivateConfig.ts
+ 961
+
+ Port
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 120
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1029
+
+ Baza danych
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 130
+
+
+ src/frontend/app/ui/login/login.component.html
+ 25,26
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 62,63
+
+ Użytkownik
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 140
+
+
+ src/common/config/private/PrivateConfig.ts
+ 186
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 74
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 86,87
+
+
+ src/frontend/app/ui/login/login.component.html
+ 36,37
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 64,65
+
+
+ src/frontend/app/ui/sharelogin/share-login.component.html
+ 25,26
+
+ Hasło
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 153
+
+ Sqlite db filename
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 157
+
+ Sqlite will save the db with this filename.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 167
+
+
+ src/common/config/public/ClientConfig.ts
+ 370
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 91
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 16,17
+
+ Nazwa
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 177
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 17,18
+
+ Rola
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 190
+
+ Unencrypted, temporary password. App will encrypt it and delete this.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 196
+
+ Encrypted password
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 231
+
+
+ src/common/config/public/ClientConfig.ts
+ 362
+
+ Typ
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 236
+
+ SQLite is recommended.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 243
+
+ Katalog bazy danych
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 247
+
+ All file-based data will be stored here (sqlite database, job history data).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 254
+
+ SQLite
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 264
+
+ MySQL
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 281
+
+
+ src/common/config/private/PrivateConfig.ts
+ 298
+
+ Enforced users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 287
+
+ Creates these users in the DB during startup if they do not exist. If a user with this name exist, it won't be overwritten, even if the role is different.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 301
+
+ if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 308
+
+ Converted photo and thumbnail quality
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 311
+
+ Between 0-100.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 318
+
+ Person face margin
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 321
+
+ Person face size ratio on the face thumbnail.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 331
+
+ OnTheFly *.gpx compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 335
+
+ Enables on the fly *.gpx compression.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 342
+
+ Min distance
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 347
+
+ Filters out entry that are closer than this in meters.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 354
+
+ Min time delta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 359
+
+ Filters out entry that are closer than this in time in milliseconds.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 369
+
+
+ src/common/config/public/ClientConfig.ts
+ 669
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 49
+
+ GPX compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 387
+
+ Update timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 391
+
+ After creating a sharing link, it can be updated for this long.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 402
+
+ Index cache timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 406
+
+ If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 413
+
+ Ustawienie czułosći powtórnego indeksowania katalogów
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 416
+
+ Ustaw czułość powtórnego indeksowania katalogów. Duża wartość powoduje częstsze sprawdzanie zmian w katalogach.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 423
+
+ Lista wykluczeń katalogów
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 429
+
+ Folders to exclude from indexing. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 436
+
+ Lista wykluczeń plików
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 440
+
+ .ignore;.pg2ignore
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 442
+
+ Files that mark a folder to be excluded from indexing. Any folder that contains a file with this name will be excluded from indexing.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 452
+
+
+ src/common/config/private/PrivateConfig.ts
+ 984
+
+ Wielowątkowość
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 456
+
+ Runs directory scanning and thumbnail generation in a different thread.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 462
+
+ Wątki generowania miniatur obrazów
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 466
+
+ Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 477
+
+ Max duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 480
+
+ Maximum number of duplicates to list.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 490
+
+ Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 493
+
+ Logging level.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 499
+
+ Sql Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 502
+
+ Logging level for SQL queries.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 507
+
+ Server timing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 510
+
+ If enabled, the app ads "Server-Timing" http header to the response.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 610
+
+ Max saved progress
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 613
+
+ Job history size.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 620
+
+ Processing batch size
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 623
+
+ Jobs load this many photos or videos form the DB for processing at once.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 629
+
+ Scheduled jobs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 685
+
+ Przepływność
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 689
+
+ Przepływność w bitach (bit rate) w transkodowanym wideo będzie zmniejszona do tej wartości, która powinna być niższa, niż dostępna szybkość przesyłania danych serwera.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 696
+
+
+ src/common/config/private/PrivateConfig.ts
+ 808
+
+ Rozdzielczość
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 701
+
+ Wysokość transkodowanego wideo będzie zmniejszona do tej wartości przy utrzymaniu proporcji obrazu oryginalnego wideo.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 708
+
+ Ramki na sekundę (FPS)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 712
+
+ Ilość ramek na sekundę w transkodowanym wideo będzie ustawiona na tę wartość.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 718
+
+ Format
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 727
+
+ MP4 codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 737
+
+ Webm Codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 748
+
+ Współczynnik CRF
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 751
+
+ Dozwolone wartości dla współczynnika CRF (ang. Constant Rate Factor) zawarte są w przedziale 0–51, gdzie 0 oznacza kodowanie bezstratne, 23 jest wartością domyślną, a 51 oznacza najmniejszą jakość.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 759
+
+ Zestaw ustawień
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 762
+
+ Zestaw ustawień ułatwia wybór określonej szybkości kodowania wideo w stosunku do stopnia kompresji. Zestaw z wolniejszym kodowaniem będzie miał lepszą kompresję (czyli jakość w stosunku do wielkości pliku).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 769
+
+ Ustawienia zaawansowane
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 774
+
+ It will be sent to ffmpeg as it is, as custom options.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 783
+
+ Video transcoding
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 787
+
+ To ensure smooth video playback, video transcoding is recommended to a lower bit rate than the server's upload rate. The transcoded videos will be save to the thumbnail folder. You can trigger the transcoding manually, but you can also create an automatic encoding job in advanced settings mode.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 796
+
+ Konwersja według potrzeby
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 802
+
+ Dokonuje konwersji zdjęć według potrzeby, kiedy są wyświetlane w przeglądarce.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 815
+
+ Krótszy brzeg zmniejszonej kopii zdjęcia będzie miało tę liczbę pikseli przy zachowaniu proporcji rozmiaru oryginału.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 824
+
+ Photo resizing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 836
+
+ Preview Filter query
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 841
+
+ Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 850
+
+ Preview Sorting
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 854
+
+ If multiple preview is available sorts them by these methods and selects the first one.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 866
+
+ Katalog z obrazami
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 871
+
+ Obrazy są wczytywane z tego katalogu (wymagane uprawnienia do odczytu)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 877
+
+ Katalog tymczasowy
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 882
+
+ Miniatury, skonwertowane obrazy, pliki wideo będą zapamiętywane w tym katalogu (wymagane uprawnienia do zapisu)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 889
+
+ Metadata read buffer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 895
+
+ Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 901
+
+
+ src/common/config/public/ClientConfig.ts
+ 640
+
+ Wideo
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 910
+
+ 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.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 915
+
+
+ src/common/config/public/ClientConfig.ts
+ 647
+
+ Zdjęcie
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 928
+
+
+ src/common/config/public/ClientConfig.ts
+ 633
+
+ Miniatura obrazu
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 951
+
+ Session Timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 955
+
+ Users kept logged in for this long time.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 966
+
+ Numer portu. Standardowo port 80.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 978
+
+ Serwer będzie akceptował połączenia z tego adresu IPv6 lub IPv4.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 992
+
+ Logi
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1021
+
+ Server
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1037
+
+ Users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1045
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 33
+
+ Indeksuj
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1050
+
+ If you add a new folder to your gallery, the site indexes it automatically. If you would like to trigger indexing manually, click index button. (Note: search only works among the indexed directories.)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1061
+
+ Media
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1069
+
+ Plik metadanych
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1077
+
+ Preview
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1092
+
+ Sharing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1100
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 75
+
+ Duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1108
+
+ Zadania
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 60
+
+ Enable Autocomplete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 63
+
+ Pokazuj podpowiedzi przy wpisywaniu frazy wyszukiwania.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 70
+
+ Max items per category
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 73
+
+ Maximum number autocomplete items shown per category.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 80
+
+ Maximum items
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 83
+
+ Maximum number autocomplete items shown at once.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 90
+
+
+ src/common/config/public/ClientConfig.ts
+ 114
+
+ Cache timeout
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 94
+
+ Autocomplete cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 104
+
+
+ src/common/config/public/ClientConfig.ts
+ 173
+
+
+ src/common/config/public/ClientConfig.ts
+ 185
+
+
+ src/common/config/public/ClientConfig.ts
+ 207
+
+
+ src/common/config/public/ClientConfig.ts
+ 246
+
+
+ src/common/config/public/ClientConfig.ts
+ 538
+
+
+ src/common/config/public/ClientConfig.ts
+ 575
+
+ Enable
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 107
+
+ Enables searching.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 118
+
+ Search cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 124
+
+ Autouzupełnianie
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 133
+
+ Maks. liczba wyników
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 136
+
+ Maximum number of photos and videos that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 142
+
+ Maximum directory result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 145
+
+ Maximum number of directories that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 151
+
+ List directories
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 154
+
+ Search returns also with directories, not just media.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 160
+
+ List metafiles
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 163
+
+ Search also returns with metafiles from directories that contain a media file of the matched search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 188
+
+ Enables sharing.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 194
+
+ Chroń hasłem
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 197
+
+ Włącza ochronę linków udostępniania katalogów za pomocą hasła.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 210
+
+ Enables random link generation.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 222
+
+ Name of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 231
+
+ Url of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 252
+
+ Image Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 255
+
+ Miniatury obrazów będą użyte jako markery na mapie zamiast domyślnej ikony szpilki.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 261
+
+ Map Provider
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 269
+
+ Kod dostępu do serwisu Mapbox
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 273
+
+ MapBox needs an access token to work, create one at https://www.mapbox.com.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 278
+
+ The map module will use these urls to fetch the map tiles.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 281
+
+ Custom Layers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 291
+
+ Max Preview Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 294
+
+ Maximum number of markers to be shown on the map preview on the gallery page.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 304
+
+ Map Icon size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 308
+
+ Wielkość ikon (na mapach).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 313
+
+ Person thumbnail size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 317
+
+ Person (face) thumbnail size.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 322
+
+ Wielkości miniatur obrazów
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 325
+
+ Size of the thumbnails. The best matching size will be generated. More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will have 160 pixels.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 378
+
+ SearchQuery
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 388
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 47
+
+ Url
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 410
+
+ Pokaż liczbę pozycji
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 413
+
+ Shows the number photos and videos on the navigation bar.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 419
+
+ Links
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 424
+
+ Visible links in the top menu.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 437
+
+ Pamięć podręczna
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 440
+
+ Zapamiętuje zawartość katalogów i wyniki wyszukiwania w pamięci dla poprawienia wydajności.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 445
+
+ Miniatury obrazów generowane przy przewijaniu
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 448
+
+ Miniatury obrazów widocznych na ekranie będą generowane z większym priorytetem.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 454
+
+ Default sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 457
+
+ Default sorting method for photo and video in a directory results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 463
+
+ Default search sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 466
+
+ Default sorting method for photo and video in a search results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 472
+
+ Sortuj katalogi według daty
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 475
+
+ 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.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 481
+
+ On scroll thumbnail prioritising
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 484
+
+ Those thumbnails will be rendered first that are in view.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 489
+
+ Navigation bar
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 496
+
+ Używaj podpisów obrazów jako nazw
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 499
+
+ Pokazuj wartość podpis (IPTC 120) z metadanych EXIF obrazu zamiast nazwy pliku.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 504
+
+ Download Zip
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 509
+
+ Enable download zip of a directory contents Directory flattening. (Does not work for searches.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 514
+
+ Directory flattening
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 519
+
+ Adds a button to flattens the file structure, by listing the content of all subdirectories. (Won't work if the gallery has multiple folders with the same path.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 524
+
+ Default slideshow speed
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 529
+
+ Default time interval for displaying a photo in the slide show.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 547
+
+ Supported formats with transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 552
+
+ Video formats that are supported after transcoding (with the build-in ffmpeg support).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 560
+
+ Supported formats without transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 565
+
+ 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
+ 577
+
+ Enable photo converting.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 583
+
+ Load full resolution image on zoom.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 588
+
+ Uaktywnia ładowanie oryginalnego obrazu o pełnej rozdzielczości przy powiększaniu w podglądzie.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 597
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 39
+
+ Photo converting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 606
+
+ Supported photo formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 610
+
+ 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
+ 619
+
+ Enable GPX compressing
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 624
+
+ Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 658
+
+ *.gpx files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 663
+
+ Reads *.gpx files and renders them on the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 678
+
+ Markdown files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 682
+
+ Reads *.md files in a directory and shows the next to the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 688
+
+ *.pg2conf files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 692
+
+ Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 698
+
+ Supported formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 702
+
+ The app will read and process these files.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 711
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 66
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 14
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 133
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 167
+
+ Aktywne
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 719
+
+ Nadpisz słowa kluczowe
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 723
+
+ Jeśli obraz ma tę samą nazwę osoby (rozpoznawanie twarzy) i słowo kluczowe, aplikacja usunie zduplikowane słowo kluczowe.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 728
+
+ Uprawnienia dodawania twarzy do ulubionych
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 731
+
+ Minimalne uprawnienia do dodawania twarzy do ulubionych.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 736
+
+ Face listing right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 739
+
+ Required minimum right to show the faces tab.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 749
+
+ Tytuł strony
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 755
+
+ If you access the page form local network its good to know the public url for creating sharing link.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 757
+
+ Publiczny adres strony (URL)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 765
+
+ 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.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 767
+
+ Adres bazowy
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 779
+
+ Api path
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 790
+
+ Injects the content of this between the <head></head> HTML tags of the app. (You can use it add analytics or custom code to the app).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 792
+
+ Custom HTML Head
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 813
+
+ Ochrona hasłem
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 815
+
+ Enables user management with login to password protect the gallery.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 821
+
+ Default user right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 826
+
+ Default user right when password protection is disabled.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 843
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 49
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 26
+
+ Galeria
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 857
+
+ Album
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 865
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 48
+
+
+ src/frontend/app/ui/gallery/search/search.gallery.component.html
+ 26,27
+
+ Szukaj
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 876
+
+ Mapa
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 884
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 51
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 21
+
+
+ src/frontend/app/ui/gallery/filter/filter.service.ts
+ 40
+
+ Twarze
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 892
+
+ Random photo
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 896
+
+ 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/frontend/app/model/backendtext.service.ts
- 15
+ 11
Wielkość do wygenerowania
@@ -14,7 +1982,7 @@
src/frontend/app/model/backendtext.service.ts
- 17
+ 13
Te miniatury obrazów będą wygenerowane. List powinna zawierać podzbiór uaktywnionych wielkości miniatur obrazu
@@ -22,7 +1990,7 @@
src/frontend/app/model/backendtext.service.ts
- 19
+ 15
Tylko poindeksowane
@@ -30,7 +1998,7 @@
src/frontend/app/model/backendtext.service.ts
- 21
+ 17
Sprawdzaj tylko poindeksowane pliki.
@@ -38,7 +2006,7 @@
src/frontend/app/model/backendtext.service.ts
- 23
+ 19
Index changes only
@@ -46,75 +2014,67 @@
src/frontend/app/model/backendtext.service.ts
- 25
+ 21
Only indexes a folder if it got changed.
-
-
+
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 35
+
+ Database reset
+
+
+
src/frontend/app/model/backendtext.service.ts
37
- Indeksuj
+ Thumbnail generation
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 39
-
- Preview Filling
-
-
-
+
+
src/frontend/app/model/backendtext.service.ts
41
- Resetowanie bazy danych
+ Video converting
-
-
+
+
src/frontend/app/model/backendtext.service.ts
43
- Generacja miniatur obrazów
+ Temp folder cleaning
-
-
+
+
src/frontend/app/model/backendtext.service.ts
45
- Konwertowanie zdjęć
+ Preview filling
-
-
+
+
src/frontend/app/model/backendtext.service.ts
47
- Konwertowanie wideo
-
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 49
-
- Czyszczenie katalogu tymczasowego
+ Preview reset
src/frontend/app/model/notification.service.ts
- 71
+ 84
src/frontend/app/model/notification.service.ts
- 74
+ 87
Błąd serwera
@@ -122,7 +2082,7 @@
src/frontend/app/model/notification.service.ts
- 77
+ 90
Informacje o serwerze
@@ -130,7 +2090,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 23
+ 20
hour
g
@@ -139,7 +2099,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 26
+ 23
minute
m
@@ -148,67 +2108,191 @@
src/frontend/app/pipes/DurationPipe.ts
- 29
+ 26
second
s
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 13
-
- ascending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
- 15
-
- descending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
17
- rosnąco wg nazwy
+ Developer
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 18
+
+ Admin
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
19
- malejąco wg nazwy
+ User
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 20
+
+ Guest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
21
- rosnąco wg daty
+ LimitedGuest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 24
+
+ Usawienia podstawowe
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 25
+
+ Zaawansowany
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 26
+
+ Under the hood
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 28
+
+ Custom
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 29
+
+ OpenStreetMap
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 30
+
+ Mapbox
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 33
+
+ niskie
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 34
+
+ wysokie
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 35
+
+ średnie
- src/frontend/app/pipes/StringifySortingMethod.ts
- 23
+ src/frontend/app/ui/EnumTranslations.ts
+ 38
malejąco wg daty
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 39
+
+ rosnąco wg daty
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 40
+
+ malejąco wg nazwy
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 41
+
+ rosnąco wg nazwy
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 42
+
+ descending rating
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 43
+
+ ascending rating
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 25
+ src/frontend/app/ui/EnumTranslations.ts
+ 44
losowo
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 50
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 18
+
+ Albums
+
@@ -233,11 +2317,11 @@
Git commit
-
-
+
+
src/frontend/app/ui/admin/admin.component.html
- 17,18
+ 16,17
Powiadomienia serwera
@@ -245,7 +2329,7 @@
src/frontend/app/ui/admin/admin.component.html
- 36,37
+ 34,35
Zrestartuj serwer, żeby zamknąć te powiadomienia
@@ -253,7 +2337,7 @@
src/frontend/app/ui/admin/admin.component.html
- 48
+ 46
Wersja aplikacji:
@@ -261,31 +2345,15 @@
src/frontend/app/ui/admin/admin.component.html
- 52
+ 50,51
Tryb
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 60
-
- Zaawansowany
-
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 61
-
- Bazowy
-
src/frontend/app/ui/admin/admin.component.html
- 79
+ 73,75
title of left card in settings page that contains settings contents
Menu
@@ -294,7 +2362,7 @@
src/frontend/app/ui/admin/admin.component.html
- 148
+ 116
Czas działania serwisu
@@ -302,7 +2370,7 @@
src/frontend/app/ui/albums/album/album.component.html
- 27
+ 27,28
Album is locked, cannot be deleted from the webpage.
@@ -310,11 +2378,11 @@
src/frontend/app/ui/albums/albums.component.html
- 15
+ 15,16
src/frontend/app/ui/albums/albums.component.html
- 34
+ 34,35
Add saved search
@@ -330,7 +2398,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 5
+ 5,6
To .pg2conf
@@ -338,7 +2406,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 12
+ 12,13
Saved Search to .saved_searches.pg2conf
@@ -346,7 +2414,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 18
+ 17,18
Add this json to a '.saved_searches.pg2conf' file in your gallery:
@@ -354,7 +2422,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 20
+ 19,20
This saved search will be loaded from file during gallery indexing and it will survive a database reset.
@@ -362,7 +2430,7 @@
src/frontend/app/ui/duplicates/duplicates.component.html
- 9,10
+ 8,10
Nie ma duplikatów zdjęć
@@ -370,59 +2438,15 @@
src/frontend/app/ui/faces/faces.component.html
- 15
+ 16
Nie ma tagów rozpoznawania twarzy.
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 18
-
- Galeria
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 21
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.ts
- 23
-
- Albums
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 24
-
-
- src/frontend/app/ui/gallery/filter/filter.service.ts
- 39
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.ts
- 30
-
- Twarze
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 54
-
- Duplicates
-
src/frontend/app/ui/frame/frame.component.html
- 62
+ 83
Ustawienia
@@ -430,7 +2454,7 @@
src/frontend/app/ui/frame/frame.component.html
- 68
+ 89
Wyloguj się
@@ -454,7 +2478,7 @@
src/frontend/app/ui/gallery/filter/filter.gallery.component.ts
- 20
+ 23
unknown
@@ -462,7 +2486,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 33
+ 34
Keywords
@@ -470,7 +2494,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 40
+ 44
no face
@@ -478,7 +2502,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 45
+ 49
Faces groups
@@ -486,7 +2510,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 51
+ 59
Caption
@@ -494,7 +2518,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 56
+ 64
Rating
@@ -502,7 +2526,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 61
+ 69
Camera
@@ -510,7 +2534,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 66
+ 74
Lens
@@ -518,7 +2542,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 71
+ 79
City
@@ -526,7 +2550,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 76
+ 84
State
@@ -534,7 +2558,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 81
+ 89
Country
@@ -562,23 +2586,11 @@
Zbyt wiele wyników wyszukiwania. Spróbuj zawęzić kryteria.
-
-
-
- src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 11
-
-
- src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 29
-
- ściągnij
-
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 15
+ 10
klawisz informacji: i
@@ -586,11 +2598,11 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 22
+ 17
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 31
+ 25
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -602,11 +2614,123 @@
przełącz na pełny ekran, klawisz: f
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 45
+
+ Download
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow playback speed
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow speed:
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ key: c
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ Show caption
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 70
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 88
+
+ on hover
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 71
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 89
+
+ always
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ key: a
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ Show faces
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ key: l
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ Play videos
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 108
+
+ once
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 109
+
+ loop
+
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 38
+ 123
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -618,7 +2742,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 90
+ 179
klawisz: strzałka w lewo
@@ -626,7 +2750,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 94
+ 183
klawisz: strzałka w prawo
@@ -634,7 +2758,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 100
+ 189
Pomniejsz, klawisz: '-'
@@ -642,7 +2766,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 107
+ 196
Powiększ, klawisz: '+'
@@ -652,21 +2776,17 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
3
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
Informacje
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 51
+ 50
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 45
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 46
czas trwania
@@ -674,7 +2794,7 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 57
+ 56
przepływność
@@ -682,7 +2802,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 20
+ 21
Błąd podczas ładowania wideo.
@@ -690,7 +2810,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 23,26
+ 23,27
Wideo prawdopodobnie nie jest transkodowane. Można to zrobić w ustawieniach. Wideo musi być transkodowane, by móc je oglądać:
@@ -698,7 +2818,7 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 12
+ 14
Szukanie:
@@ -706,15 +2826,23 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 20
+ 23,24
elementów
+
+
+
+ src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
+ 32
+
+ ściągnij
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 39
+ 42
Flatten directory
@@ -722,17 +2850,17 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 48
+ 51
Filters
-
-
+
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts
- 38
+ 48
- Obrazy
+ Home
@@ -754,11 +2882,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.html
- 29,30
+ 28,29
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 32,33
+ 33
Kopiuj
@@ -766,11 +2894,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.ts
- 97
+ 104
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 115
+ 126
Adres został skopiowany do schowka
@@ -790,7 +2918,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 100
+ 104
Od
@@ -798,7 +2926,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 114
+ 118
Od daty
@@ -806,7 +2934,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 126
+ 130
Do daty
@@ -814,11 +2942,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 138
+ 142
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 167
+ 171
Minimalna ocena
@@ -826,11 +2954,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 152
+ 156
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 184
+ 188
Maksymalna ocena
@@ -838,7 +2966,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 206
+ 210
Tryb portret
@@ -846,7 +2974,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 207
+ 211
Tryb krajobraz
@@ -854,39 +2982,27 @@
src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.html
- 51
+ 50
Insert
src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
- 25
+ 23,24
-
+
-
-
-
- src/frontend/app/ui/gallery/search/search.gallery.component.html
- 31
-
-
- src/frontend/app/ui/settings/search/search.settings.component.ts
- 22
-
- Szukaj
-
src/frontend/app/ui/gallery/search/search.gallery.component.html
- 68
+ 63,64
Save search to album
@@ -894,15 +3010,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 4
+ 5
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 10
-
-
- src/frontend/app/ui/settings/share/share.settings.component.ts
- 26
+ 11,12
Udostępnij
@@ -910,7 +3022,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 39
+ 39,40
Udostępniony katalog:
@@ -918,43 +3030,15 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 52
+ 52,53
Włącz podkatalogi:
-
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 74
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 86
-
-
- src/frontend/app/ui/login/login.component.html
- 45
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 66
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 79
-
-
- src/frontend/app/ui/sharelogin/share-login.component.html
- 25
-
- Hasło
-
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 93
+ 93,94
Ważność:
@@ -962,7 +3046,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 106
+ 106,107
Minut
@@ -970,7 +3054,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 107
+ 107,108
Godzin
@@ -978,7 +3062,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 108
+ 108,109
Dni
@@ -986,7 +3070,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 109
+ 109,110
Miesięcy
@@ -994,7 +3078,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 110
+ 110,111
Nieograniczona
@@ -1002,7 +3086,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 51
+ 49
Tak
@@ -1010,7 +3094,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 52
+ 50
Nie
@@ -1018,11 +3102,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 92
+ 94
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 99
+ 106
ładowanie..
@@ -1030,7 +3114,7 @@
src/frontend/app/ui/login/login.component.html
- 10
+ 10,11
Zaloguj się
@@ -1038,31 +3122,15 @@
src/frontend/app/ui/login/login.component.html
- 13,14
+ 13
Niewłaściwa nazwa użytkownika lub hasło
-
-
-
- src/frontend/app/ui/login/login.component.html
- 29
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 57
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 77
-
- Użytkownik
-
src/frontend/app/ui/login/login.component.html
- 58
+ 47,48
Zapamiętaj mnie
@@ -1070,1056 +3138,323 @@
src/frontend/app/ui/login/login.component.html
- 68,69
+ 56
Logowanie
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
- ustawienia zapisane
-
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Sukces
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 2,5
-
- Wygląda na to, że aplikacja działa jako kontener Docker. To ustawienie nie powinno być zmieniane w Docker. Upewnij się, że wiesz, co robisz.
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 64
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 135
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 168
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 47
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 11
-
- Nieaktywne
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 65
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 14
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 136
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 169
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 46
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 12
-
- Aktywne
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 149
-
- tylko do odczytu
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 151
-
- wartość domyślna
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 25
-
- Shows albums tab in the top bar and enables creating saved searches.
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 27
-
- Note: custom albums are not supported, see:
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 33,34
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 96,97
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 78,79
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 64,65
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 219,220
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 105,106
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 35,36
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 129,130
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 49,50
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 30,31
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 47,48
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 72,73
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 46,47
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 54,55
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 143,144
-
- Zapisz
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 37,38
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 100,101
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 82,83
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 55,56
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 68,69
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 223,224
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 109,110
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 39,40
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 133,134
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 53,54
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 34,35
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 76,77
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 50,51
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 58,59
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 147,148
-
- Zresetuj
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 11
-
- Tytuł strony
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 35
-
- Host
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 22
-
- Serwer będzie akceptował połączenia z tego adresu IPv6 lub IPv4.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 31
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 42
-
- Port
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 32
-
- Numer portu. Standardowo port 80.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 42
-
- Katalog z obrazami
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 43
-
- Obrazy są wczytywane z tego katalogu (wymagane uprawnienia do odczytu)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 53
-
- Katalog tymczasowy
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 54,55
-
- Miniatury, skonwertowane obrazy, pliki wideo będą zapamiętywane w tym katalogu (wymagane uprawnienia do zapisu)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 65
-
- Publiczny adres strony (URL)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 68,69
-
- Przy dostępie do strony aplikacji z sieci lokalnej, publiczny adres strony będzie używany do tworzenia linków udostępniających
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 77
-
- Adres bazowy
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 78,81
-
- 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
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 91,92
-
- Publiczny adres strony i adres bazowy nie zgadzają się. Część funkcjonalności może nie być dostępna.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 26
-
- Usawienia podstawowe
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 34
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
- Uruchom serwer ponownie, aby zastosować nowe ustawienia
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 10
-
- Typ
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 16,17
-
- Żeby używać MySQL, zainstaluj ręcznie moduł 'mysql' dla Node.js ('npm install mysql')
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 22
-
- Katalog bazy danych
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 23
-
- Wszystkie pliki z danymi będą zapamiętywane w tym katalogu (pliki bazy danych SQLite, baza danych uzytkowników dla bazy danych w pamięci komputera, historia wykonania zadań)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 50
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 26
-
- Baza danych
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 36
-
- (zalecane)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 38
-
- (nie zalecane, będzie usunięte w przyszłości)
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 31
-
- Nadpisz słowa kluczowe
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 33
-
- Jeśli obraz ma tę samą nazwę osoby (rozpoznawanie twarzy) i słowo kluczowe, aplikacja usunie zduplikowane słowo kluczowe.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 38
-
- Uprawnienia dodawania twarzy do ulubionych
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 40
-
- Minimalne uprawnienia do dodawania twarzy do ulubionych.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 47,48
-
- Rozpoznawanie twarzy nie jest dostępne przy tych ustawieniach.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 12
-
- Timeout indeksu pamięci podręcznej
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 13
-
- Jeśli indeksowanie nie zakończyło się w tym czasie, indeksowanie jest powtórzone. (pomijane, jeśli indeksy są w bazie danych i czułość jest ustawiona na niską)
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 21
-
- Ustawienie czułosći powtórnego indeksowania katalogów
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 23
-
- Ustaw czułość powtórnego indeksowania katalogów. Duża wartość powoduje częstsze sprawdzanie zmian w katalogach.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 29
-
- Lista wykluczeń katalogów
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 34
-
- Katalogi do wykluczenia z indeksowania
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 37,40
-
- Znak ';' oddziela elementy wykluczenia. Jeśli wartość zaczyna się znakiem '/', to jest traktowana jako ścieżka bezwzględna. Jeśli nie zaczyna się znakiem '/' ale go zawiera, jest traktowana jako ścieżka względna wobec katalogu obrazów. Jeśli nie zawiera znaku '/', każdy katalog z taką nazwą będzie wykluczony.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 45
-
- Lista wykluczeń plików
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 50
-
- Pliki, których obecność w katalogu wyklucza go z indeksowania.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 53,55
-
- Znak ';' oddziela elementy wykluczenia. Katalog zawierający plik o nazwach z tej listy jest wykluczany z indeksowania.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 75
-
- Jeśli dodasz nowy katalog do albumu, zostanie on automatycznie poindeksowany.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 76
-
- Kliknij klawisz "Indeksuj" aby rozpocząć indeksowanie natychmiast.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 79
-
- Uwaga: wyszukiwanie działa tylko w poindeksowanych katalogach.
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 106,107
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 2,4
Statystyki:
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 109
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 6
Katalogi
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 113
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 10
Zdjęcia
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 117
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 14
Wideo
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 122
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 19
Osoby
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 126
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 23
Rozmiar
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 36
+ src/frontend/app/ui/settings/scheduled-jobs.service.ts
+ 128
- Indeksowanie katalogów
+ Zadanie zakończone
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 68
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 1,5
- niskie
+ Wygląda na to, że aplikacja działa jako kontener Docker. To ustawienie nie powinno być zmieniane w Docker. Upewnij się, że wiesz, co robisz.
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 71
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 65
- średnie
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 12,13
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 131,132
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 165,166
+
+ Nieaktywne
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 74
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 92
- wysokie
+ Adres (URL) tytułów*
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 86
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 120,121
- Indeksowanie katalogów rozpoczęte
+ + Dodaj warstwę
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 105
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 182,183
- Indeksowanie katalogów przerwane
+ + Add Link
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 124
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 242,243
- Resetowanie bazy danych
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 282,283
+
+ + Add
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 301
+
+ ';' separated list.
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 304
+
+ See
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 308
+
+ Reset database after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 312
+
+ Restart server after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 229
+
+ tylko do odczytu
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 231
+
+ wartość domyślna
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 33,34
+
+ config is not supported with these settings.
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 45
+
+ Zapisz
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 49
+
+ Zresetuj
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 281,280
+
+ ustawienia zapisane
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 282,280
+
+ Sukces
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 4,5
+
+ User list
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 46,47
+
+ + Dodaj użytkownika
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 56,57
+
+ Dodaj nowego użytkownika
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 72,73
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 248,249
+
+ Zamknij
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 76
+
+ Dodaj użytkownika
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.ts
+ 82,80
+
+ User creation error!
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 2
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 2,3
Uruchom zadanie ręcznie
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 7
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 8
Uruchom teraz
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 15
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 17
Anuluj
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 68
Zadanie rozpoczęte
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 59
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 88
Zatrzymywanie zadania
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 116
-
- każdy
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 25
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 68
-
- żaden
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 27
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 67
-
- po
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 50
-
- Zadanie:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 64
-
- Częstość:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 74,75
-
- Ustaw czas uruchomienia zadania.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 80
-
- Po:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 91,92
-
- Zadanie zostanie uruchomione po tym, jak to zadanie się skończy.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 98
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 108
-
- O:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 127
-
- Równoczesne wykonanie zadań
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 143,144
-
- Zadanie może zacząć się wykonywać nawet jeśli inne zadanie jest w trakcie wykonywania.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 198,199
-
- Liczby całkowite oddzielone znakiem ';'.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 226,227
-
- + Dodaj zadanie
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 241
-
- Dodaj nowe zadanie
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 255,256
-
- Wybierz zadanie do zaplanowania.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 260
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 87
-
- Zamknij
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 263,264
-
- Dodaj zadanie
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 57
-
- Zadania
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 69
-
- okresowe
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 70
-
- zaplanowane
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 73
-
- Poniedziałek
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 74
-
- Wtorek
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 75
-
- Środa
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 76
-
- Czwartek
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 77
-
- Piątek
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 78
-
- Sobota
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 79
-
- Niedziela
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 80
-
- dzień
-
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 3,4
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 2,4
Ostatnie wykonanie:
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
5
Wykonaj pomiędzy
@@ -2127,7 +3462,7 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
14
Status
@@ -2135,1120 +3470,361 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 32
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 33
Anulowanie...
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 43
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 44
czas wykonania
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 82
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 83
Przetworzone
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 86
Pominięte
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 84
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 89
Pozostałe
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 85
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 92
Wszystkie
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 111,112
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 118,120
Logi
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 38
przetworzone
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 42
pominięte
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 29
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 46
wszystkie
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 75
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 109
w trakcie wykonania
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 77
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 111
w trakcie anulowania
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 79
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 113
anulowane
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 81
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 115
przerwane
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 117
zakończone
-
-
+
+
- src/frontend/app/ui/settings/map/map.settings.component.html
- 30
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 11,12
- Użyj obrazków jako markerów
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 31
-
- Miniatury obrazów będą użyte jako markery na mapie zamiast domyślnej ikony szpilki.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 40
-
- Serwis kartograficzny
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 52
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 27
-
- Nazwa
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 53
-
- Adres (URL) tytułów*
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 78
-
- *Moduł używa tego adresu do pobierania tytułów map.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 83,84
-
- + Dodaj warstwę
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 90
-
- Kod dostępu do serwisu Mapbox
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 96
-
- Serwis MapBox potrzebuje kodu dostępu do funkcjonowania, utwórz go tutaj
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.ts
- 27
-
- Mapa
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 11
-
- *.gpx files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 12
-
- Reads *.gpx files and renders them on the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 19
-
- Markdown files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 20
-
- Reads *.md files in a directory and shows the next to the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 26
-
- *.pg2conf files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 27
-
- Reads *.pg2conf files (You can use it for custom sorting and save search (albums)).
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts
- 23
-
- Plik metadanych
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 7
-
- Błąd:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 10
-
- Wątki:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 14
-
- Wielowątkowość
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 15
-
- Wykonuje skanowaknie katalogów w oddzielnym wątku.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 22
-
- Wątki generowania miniatur obrazów
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 23
-
- Liczba wątków generowania miniatur obrazów. Wartość 'auto' oznacza, że użyte będzie liczba wątków odpowiadająca liczbie rdzeni procesora minus 1.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 33
-
- Różne:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 36
-
- Miniatury obrazów generowane przy przewijaniu
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 37
-
- Miniatury obrazów widocznych na ekranie będą generowane z większym priorytetem.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 43
-
- Generowanie obrazów z opóźnieniem
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 44
-
- Pokazuje tylko obrazy widoczne na bieżącym ekranie. Dodatkowe obrazy są generowane, gdy ekran jest przesuwany w dół.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 50
-
- Pamięć podręczna
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 51
-
- Zapamiętuje zawartość katalogów i wyniki wyszukiwania w pamięci dla poprawienia wydajności.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 57
-
- Używaj podpisów obrazów jako nazw
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 58
-
- Pokazuj wartość podpis (IPTC 120) z metadanych EXIF obrazu zamiast nazwy pliku.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 64
-
- Download Zip
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 65
-
- [Experimental: does not work for searches] Enable download zip of a directory contents
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 71
-
- Directory flattening
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 72
-
- [Experimental: won't work if the gallery multiple folders with the same path] Adds a button to flattens the file structure, by listing the content of all subdirectories.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 82
-
- Pasek nawigacji:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 85
-
- Pokaż liczbę pozycji
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 86
-
- Pokaż liczbę pozycji (zdjęć) w katalogu.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 100
-
- Domyślna metoda sortowania obrazów
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 109
-
- Sortuj katalogi według daty
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 110
-
- 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.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 118
-
- Custom HTML Head
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 32
-
- Inne
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 9
-
- Konwersja zdjęć:
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 12
-
- Konwersja w trakcie
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 13
-
- Tworzy pomniejszoną kopię zdjęć dla szybszego wyświetlania. (Powiększenie zdjęcia w przeglądarce załaduje oryginał).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 19
-
- Konwersja według potrzeby
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 20
-
- Dokonuje konwersji zdjęć według potrzeby, kiedy są wyświetlane w przeglądarce.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 28
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 66
-
- Rozdzielczość
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 29
-
- Krótszy brzeg zmniejszonej kopii zdjęcia będzie miało tę liczbę pikseli przy zachowaniu proporcji rozmiaru oryginału.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 38
-
- Załąduj obraz pełnej rozdzielczości przy powiększeniu
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 39
-
- Uaktywnia ładowanie oryginalnego obrazu o pełnej rozdzielczości przy powiększaniu w podglądzie.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.ts
- 36
-
- Zdjęcie
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 10
-
- Preview Filter query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 11
-
- Filters the sub-folders with this search query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 20
-
- Preview Sorting
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 21
-
- If multiple preview is available sorts them by these methods and selects the first one.
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.ts
- 31
-
- Preview
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 30,33
-
- Uaktywnij funkcjonalność generowania linku (adresu internetowego) do przypadkowego zdjęcia. Adres zwraca przypadkowe zdjęcie z albumu. Można tego adresu używać z aplikacjami typu wyświetlanie tła pulpitu.
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 36,37
-
- Note: With the current implementation, random link also requires login. See:
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 43,44
-
- Funkcja wyświetlania przypadkowego zdjęcia nie jest dostępna przy obecnych ustawieniach systemu.
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts
- 22
-
- Przypadkowe zdjęcie
-
-
-
-
- src/frontend/app/ui/settings/scheduled-jobs.service.ts
- 80
-
- Zadanie zakończone
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 32
-
- Autouzupełnianie
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 33
-
- Pokazuj podpowiedzi przy wpisywaniu frazy wyszukiwania.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 40
-
- Maks. liczba wyników
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 41
-
- Maksymalna liczba zdjęć i plików wideo wyświetlanych w wynikach wyszukiwania
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 49
-
- List directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 50
-
- Search will also return with directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 57
-
- List metafiles
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 58
-
- Search also returns with metafiles from directories that contain a media file of the matched search result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 68,69
-
- Wyszukiwanie nie jest dostępne przy tych ustawieniach systemu.
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 29
-
- Chroń hasłem
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 30
-
- Włącza ochronę linków udostępniania katalogów za pomocą hasła.
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 40,41
-
- Udostępnianie nie jest dostępne przy tych ustawieniach systemu
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 57
-
- Udostępnione linki do katalogów:
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 63
-
- Klucz
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 64
-
- Katalog
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 65
-
- Twórca
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 66
-
- Wygasa
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 86,87
-
- Żaden link udostępniania nie został utworzony.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 11
-
- Jakość miniatur obrazów
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 12
-
- Wysoka jakość miniatur może spowolnić działanie.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 20
-
- Wielkość ikon
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 21
-
- Wielkość ikon (na mapach).
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 30
-
- Wielkości miniatur obrazów
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 37
-
- Wielkości miniatur obrazów.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 39,41
-
- Generowana będzie wielkość najbardziej odpowiadająca specyfikacji. (Więcej wielkości daje lepszą jakość, ale używa więcej dysku i zasobów procesora do wygenerowania.)
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 43,45
-
- Liczby całkowite oddzielone znakiem ';'. Przy wielkości 240 krótszy brzeg miniatury obrazu będzie miał 160 pikseli.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts
- 31
-
- Miniatura obrazu
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 28
-
- Rola
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 55,56
-
- + Dodaj użytkownika
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 59,60
-
- Uaktywnij to ustawienie, żeby chronić aplikację logowaniem z użytkownikiem i hasłem.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 70
-
- Dodaj nowego użytkownika
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 90,91
-
- Dodaj użytkownika
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 45
-
- Ochrona hasłem
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 48
-
- Niskie
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 49
-
- Wysokie
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
- Orchona hasłem aktywna
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 87
-
- Rekomendowane jest ponowne uruchomienie serwera.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Orchona hasłem nieaktywna
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 113
-
- User creation error!
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 26,29
-
- Wsparcie dla wideo wymaga aplikacji 'ffmpeg'. Pliki wykonywalne 'ffmpeg' i 'ffprobe' muszą być dostępne na ścieżce dostępu (PATH), albo opcjonalne pakiety '@ffmpeg-installer/ffmpeg' i '@ffprobe-installer/ffprobe' systemu dla Node.js muszą być zainstalowane.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 33
-
- Transkodowanie wideo:
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 35,38
-
- Dla zapewnienia dobrej jakości odtwarzania wideo, ustawienia transkodowania wideo powinny być ustawione na niższe, niż dostępna szybkość przesyłania danych serwera.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 39
-
- Transkodowane pliki wideo będą zachowywane w pliku miniatur obrazu.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 40,43
-
- Możesz wystartować transkodowanie ręcznie, ale także utworzyć zadanie automatycznego transkodowania w trybie ustawień zaawansowanych.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 47
-
- Format
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 57
-
- Kodek
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 67
-
- Wysokość transkodowanego wideo będzie zmniejszona do tej wartości przy utrzymaniu proporcji obrazu oryginalnego wideo.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 77
-
- Ramki na sekundę (FPS)
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 78
-
- Ilość ramek na sekundę w transkodowanym wideo będzie ustawiona na tę wartość.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 90
-
- Przepływność
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 104,106
-
- Przepływność w bitach (bit rate) w transkodowanym wideo będzie zmniejszona do tej wartości, która powinna być niższa, niż dostępna szybkość przesyłania danych serwera.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
+ src/frontend/app/ui/settings/workflow/workflow.component.html
112
- Współczynnik CRF
+ każdy
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 113
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 16,17
- Dozwolone wartości dla współczynnika CRF (ang. Constant Rate Factor) zawarte są w przedziale 0–51, gdzie 0 oznacza kodowanie bezstratne, 23 jest wartością domyślną, a 51 oznacza najmniejszą jakość.
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 81
+
+ żaden
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 121
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 18,19
- Zestaw ustawień
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 80
+
+ po
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 122
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 42,43
- Zestaw ustawień ułatwia wybór określonej szybkości kodowania wideo w stosunku do stopnia kompresji. Zestaw z wolniejszym kodowaniem będzie miał lepszą kompresję (czyli jakość w stosunku do wielkości pliku).
+ Zadanie:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 130
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 56,57
- Ustawienia zaawansowane
+ Częstość:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 131
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 66,67
- Wartości oddzielone znakiem ';'. Będą użyte jako opcje wywołania programu 'ffmpeg'.
+ Ustaw czas uruchomienia zadania.
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 72,73
- Wideo
+ Po:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 85,86
+
+ Zadanie zostanie uruchomione po tym, jak to zadanie się skończy.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 92,93
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 102,103
+
+ O:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 123,124
+
+ Równoczesne wykonanie zadań
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 140,141
+
+ Zadanie może zacząć się wykonywać nawet jeśli inne zadanie jest w trakcie wykonywania.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 198,199
+
+ Liczby całkowite oddzielone znakiem ';'.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 218,221
+
+ + Dodaj zadanie
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 228,229
+
+ Dodaj nowe zadanie
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 243,244
+
+ Wybierz zadanie do zaplanowania.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 252
+
+ Dodaj zadanie
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 82
+
+ okresowe
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 83
+
+ zaplanowane
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 86,85
+
+ Poniedziałek
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 87,85
+
+ Wtorek
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 88,85
+
+ Środa
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 89,85
+
+ Czwartek
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 90,85
+
+ Piątek
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 91,85
+
+ Sobota
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 92,85
+
+ Niedziela
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 93,85
+
+ dzień
src/frontend/app/ui/sharelogin/share-login.component.html
- 11
+ 11,13
Niewłaściwe hasło
-
-
+
+
src/frontend/app/ui/sharelogin/share-login.component.html
- 39
+ 40
Wprowadź
diff --git a/src/frontend/translate/messages.ro.xlf b/src/frontend/translate/messages.ro.xlf
index 11d5f696..5bb78732 100644
--- a/src/frontend/translate/messages.ro.xlf
+++ b/src/frontend/translate/messages.ro.xlf
@@ -2,11 +2,1979 @@
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 100
+
+
+ src/common/config/private/PrivateConfig.ts
+ 973
+
+ Gazdă
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 110
+
+
+ src/common/config/private/PrivateConfig.ts
+ 961
+
+ Port
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 120
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1029
+
+ Bază de date
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 130
+
+
+ src/frontend/app/ui/login/login.component.html
+ 25,26
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 62,63
+
+ Nume utilizator
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 140
+
+
+ src/common/config/private/PrivateConfig.ts
+ 186
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 74
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 86,87
+
+
+ src/frontend/app/ui/login/login.component.html
+ 36,37
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 64,65
+
+
+ src/frontend/app/ui/sharelogin/share-login.component.html
+ 25,26
+
+ Parolă
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 153
+
+ Sqlite db filename
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 157
+
+ Sqlite will save the db with this filename.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 167
+
+
+ src/common/config/public/ClientConfig.ts
+ 370
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 91
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 16,17
+
+ Nume
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 177
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 17,18
+
+ Rol
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 190
+
+ Unencrypted, temporary password. App will encrypt it and delete this.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 196
+
+ Encrypted password
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 231
+
+
+ src/common/config/public/ClientConfig.ts
+ 362
+
+ Type
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 236
+
+ SQLite is recommended.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 243
+
+ Database folder
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 247
+
+ All file-based data will be stored here (sqlite database, job history data).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 254
+
+ SQLite
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 264
+
+ MySQL
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 281
+
+
+ src/common/config/private/PrivateConfig.ts
+ 298
+
+ Enforced users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 287
+
+ Creates these users in the DB during startup if they do not exist. If a user with this name exist, it won't be overwritten, even if the role is different.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 301
+
+ if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 308
+
+ Converted photo and thumbnail quality
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 311
+
+ Between 0-100.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 318
+
+ Person face margin
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 321
+
+ Person face size ratio on the face thumbnail.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 331
+
+ OnTheFly *.gpx compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 335
+
+ Enables on the fly *.gpx compression.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 342
+
+ Min distance
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 347
+
+ Filters out entry that are closer than this in meters.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 354
+
+ Min time delta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 359
+
+ Filters out entry that are closer than this in time in milliseconds.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 369
+
+
+ src/common/config/public/ClientConfig.ts
+ 669
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 49
+
+ GPX compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 387
+
+ Update timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 391
+
+ After creating a sharing link, it can be updated for this long.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 402
+
+ Index cache timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 406
+
+ If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 413
+
+ Sensibilitatea reindexării dosarelor
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 416
+
+ Set the reindexing sensitivity. High value check the folders for change more often.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 423
+
+ Exclude Folder List
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 429
+
+ Folders to exclude from indexing. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 436
+
+ Exclude File List
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 440
+
+ .ignore;.pg2ignore
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 442
+
+ Files that mark a folder to be excluded from indexing. Any folder that contains a file with this name will be excluded from indexing.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 452
+
+
+ src/common/config/private/PrivateConfig.ts
+ 984
+
+ Multithreading
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 456
+
+ Runs directory scanning and thumbnail generation in a different thread.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 462
+
+ Firele pentru miniatură
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 466
+
+ Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 477
+
+ Max duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 480
+
+ Maximum number of duplicates to list.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 490
+
+ Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 493
+
+ Logging level.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 499
+
+ Sql Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 502
+
+ Logging level for SQL queries.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 507
+
+ Server timing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 510
+
+ If enabled, the app ads "Server-Timing" http header to the response.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 610
+
+ Max saved progress
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 613
+
+ Job history size.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 620
+
+ Processing batch size
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 623
+
+ Jobs load this many photos or videos form the DB for processing at once.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 629
+
+ Scheduled jobs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 685
+
+ Bit rate
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 689
+
+ Target bit rate of the output video will be scaled down this this. This should be less than the upload rate of your home server.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 696
+
+
+ src/common/config/private/PrivateConfig.ts
+ 808
+
+ Resolution
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 701
+
+ The height of the output video will be scaled down to this, while keeping the aspect ratio.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 708
+
+ FPS
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 712
+
+ Target frame per second (fps) of the output video will be scaled down this this.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 718
+
+ Format
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 727
+
+ MP4 codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 737
+
+ Webm Codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 748
+
+ CRF
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 751
+
+ The range of the Constant Rate Factor (CRF) scale is 0–51, where 0 is lossless, 23 is the default, and 51 is worst quality possible.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 759
+
+ Preset
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 762
+
+ A preset is a collection of options that will provide a certain encoding speed to compression ratio. A slower preset will provide better compression (compression is quality per filesize).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 769
+
+ Custom Options
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 774
+
+ It will be sent to ffmpeg as it is, as custom options.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 783
+
+ Video transcoding
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 787
+
+ To ensure smooth video playback, video transcoding is recommended to a lower bit rate than the server's upload rate. The transcoded videos will be save to the thumbnail folder. You can trigger the transcoding manually, but you can also create an automatic encoding job in advanced settings mode.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 796
+
+ On the fly converting
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 802
+
+ Converts photos on the fly, when they are requested.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 815
+
+ The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 824
+
+ Photo resizing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 836
+
+ Preview Filter query
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 841
+
+ Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 850
+
+ Preview Sorting
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 854
+
+ If multiple preview is available sorts them by these methods and selects the first one.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 866
+
+ Dosar cu imagini
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 871
+
+ Imaginile sunt încărcate din acest folder (este necesară permisiunea de citire)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 877
+
+ Temp folder
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 882
+
+ Thumbnails, converted photos, videos will be stored here (write permission required)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 889
+
+ Metadata read buffer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 895
+
+ Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 901
+
+
+ src/common/config/public/ClientConfig.ts
+ 640
+
+ Video
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 910
+
+ 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.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 915
+
+
+ src/common/config/public/ClientConfig.ts
+ 647
+
+ Photo
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 928
+
+
+ src/common/config/public/ClientConfig.ts
+ 633
+
+ Miniatură
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 951
+
+ Session Timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 955
+
+ Users kept logged in for this long time.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 966
+
+ Numărul portului. Portul 80 este utilizat uzual.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 978
+
+ Serverul va accepta conexiuni de la această adresă IPv6 sau IPv4.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 992
+
+ Logs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1021
+
+ Server
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1037
+
+ Users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1045
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 33
+
+ Indexing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1050
+
+ If you add a new folder to your gallery, the site indexes it automatically. If you would like to trigger indexing manually, click index button. (Note: search only works among the indexed directories.)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1061
+
+ Media
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1069
+
+ Fișier meta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1077
+
+ Preview
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1092
+
+ Sharing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1100
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 75
+
+ Duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1108
+
+ Jobs
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 60
+
+ Enable Autocomplete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 63
+
+ Show hints while typing search query.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 70
+
+ Max items per category
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 73
+
+ Maximum number autocomplete items shown per category.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 80
+
+ Maximum items
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 83
+
+ Maximum number autocomplete items shown at once.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 90
+
+
+ src/common/config/public/ClientConfig.ts
+ 114
+
+ Cache timeout
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 94
+
+ Autocomplete cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 104
+
+
+ src/common/config/public/ClientConfig.ts
+ 173
+
+
+ src/common/config/public/ClientConfig.ts
+ 185
+
+
+ src/common/config/public/ClientConfig.ts
+ 207
+
+
+ src/common/config/public/ClientConfig.ts
+ 246
+
+
+ src/common/config/public/ClientConfig.ts
+ 538
+
+
+ src/common/config/public/ClientConfig.ts
+ 575
+
+ Enable
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 107
+
+ Enables searching.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 118
+
+ Search cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 124
+
+ Autocompletare
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 133
+
+ Maximum media result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 136
+
+ Maximum number of photos and videos that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 142
+
+ Maximum directory result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 145
+
+ Maximum number of directories that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 151
+
+ List directories
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 154
+
+ Search returns also with directories, not just media.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 160
+
+ List metafiles
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 163
+
+ Search also returns with metafiles from directories that contain a media file of the matched search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 188
+
+ Enables sharing.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 194
+
+ Protecție cu parolă
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 197
+
+ Enables password protected sharing links.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 210
+
+ Enables random link generation.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 222
+
+ Name of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 231
+
+ Url of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 252
+
+ Image Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 255
+
+ Harta va folosi miniaturi ca marcatori în loc de pinul implicit.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 261
+
+ Map Provider
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 269
+
+ Token de acces Mapbox
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 273
+
+ MapBox needs an access token to work, create one at https://www.mapbox.com.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 278
+
+ The map module will use these urls to fetch the map tiles.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 281
+
+ Custom Layers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 291
+
+ Max Preview Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 294
+
+ Maximum number of markers to be shown on the map preview on the gallery page.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 304
+
+ Map Icon size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 308
+
+ Icon size (used on maps).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 313
+
+ Person thumbnail size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 317
+
+ Person (face) thumbnail size.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 322
+
+ Dimensiunile miniaturii
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 325
+
+ Size of the thumbnails. The best matching size will be generated. More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will have 160 pixels.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 378
+
+ SearchQuery
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 388
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 47
+
+ Url
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 410
+
+ Afișează numărul articolului
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 413
+
+ Shows the number photos and videos on the navigation bar.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 419
+
+ Links
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 424
+
+ Visible links in the top menu.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 437
+
+ Cache
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 440
+
+ Caches directory contents and search results for better performance.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 445
+
+ Generarea miniaturii după derulare
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 448
+
+ Those thumbnails get higher priority that are visible on the screen.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 454
+
+ Default sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 457
+
+ Default sorting method for photo and video in a directory results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 463
+
+ Default search sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 466
+
+ Default sorting method for photo and video in a search results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 472
+
+ Sort directories by date
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 475
+
+ 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
+ 481
+
+ On scroll thumbnail prioritising
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 484
+
+ Those thumbnails will be rendered first that are in view.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 489
+
+ Navigation bar
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 496
+
+ Primul nume al legendei
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 499
+
+ Afișați etichetele din legendă (IPTC 120) din datele EXIF în loc de numele fișierelor.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 504
+
+ Download Zip
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 509
+
+ Enable download zip of a directory contents Directory flattening. (Does not work for searches.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 514
+
+ Directory flattening
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 519
+
+ Adds a button to flattens the file structure, by listing the content of all subdirectories. (Won't work if the gallery has multiple folders with the same path.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 524
+
+ Default slideshow speed
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 529
+
+ Default time interval for displaying a photo in the slide show.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 547
+
+ Supported formats with transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 552
+
+ Video formats that are supported after transcoding (with the build-in ffmpeg support).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 560
+
+ Supported formats without transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 565
+
+ 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
+ 577
+
+ Enable photo converting.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 583
+
+ Load full resolution image on zoom.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 588
+
+ Enables loading the full resolution image on zoom in the ligthbox (preview).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 597
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 39
+
+ Photo converting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 606
+
+ Supported photo formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 610
+
+ 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
+ 619
+
+ Enable GPX compressing
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 624
+
+ Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 658
+
+ *.gpx files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 663
+
+ Reads *.gpx files and renders them on the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 678
+
+ Markdown files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 682
+
+ Reads *.md files in a directory and shows the next to the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 688
+
+ *.pg2conf files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 692
+
+ Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 698
+
+ Supported formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 702
+
+ The app will read and process these files.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 711
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 66
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 14
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 133
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 167
+
+ Activat
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 719
+
+ Suprascrieți cuvintele cheie
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 723
+
+ Dacă o fotografie are aceeași față (persoană) și cuvânt cheie, aplicația elimină dublura, păstrând doar fața.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 728
+
+ Dreptul de a stela fețe
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 731
+
+ Required minimum right to star (favourite) a face.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 736
+
+ Face listing right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 739
+
+ Required minimum right to show the faces tab.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 749
+
+ Titlul paginii
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 755
+
+ If you access the page form local network its good to know the public url for creating sharing link.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 757
+
+ URL-ul public al paginii
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 765
+
+ 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
+ 767
+
+ Baza URL
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 779
+
+ Api path
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 790
+
+ Injects the content of this between the <head></head> HTML tags of the app. (You can use it add analytics or custom code to the app).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 792
+
+ Custom HTML Head
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 813
+
+ Protecție cu parolă
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 815
+
+ Enables user management with login to password protect the gallery.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 821
+
+ Default user right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 826
+
+ Default user right when password protection is disabled.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 843
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 49
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 26
+
+ Galerie
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 857
+
+ Album
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 865
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 48
+
+
+ src/frontend/app/ui/gallery/search/search.gallery.component.html
+ 26,27
+
+ Căutare
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 876
+
+ Hartă
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 884
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 51
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 21
+
+
+ src/frontend/app/ui/gallery/filter/filter.service.ts
+ 40
+
+ Fețe
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 892
+
+ Random photo
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 896
+
+ 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/frontend/app/model/backendtext.service.ts
- 15
+ 11
Size to generate
@@ -14,7 +1982,7 @@
src/frontend/app/model/backendtext.service.ts
- 17
+ 13
These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes
@@ -22,7 +1990,7 @@
src/frontend/app/model/backendtext.service.ts
- 19
+ 15
Indexed only
@@ -30,7 +1998,7 @@
src/frontend/app/model/backendtext.service.ts
- 21
+ 17
Only checks indexed files.
@@ -38,7 +2006,7 @@
src/frontend/app/model/backendtext.service.ts
- 23
+ 19
Index changes only
@@ -46,75 +2014,67 @@
src/frontend/app/model/backendtext.service.ts
- 25
+ 21
Only indexes a folder if it got changed.
-
-
+
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 35
+
+ Database reset
+
+
+
src/frontend/app/model/backendtext.service.ts
37
- Indexing
+ Thumbnail generation
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 39
-
- Preview Filling
-
-
-
+
+
src/frontend/app/model/backendtext.service.ts
41
- Database Reset
+ Video converting
-
-
+
+
src/frontend/app/model/backendtext.service.ts
43
- Thumbnail Generation
+ Temp folder cleaning
-
-
+
+
src/frontend/app/model/backendtext.service.ts
45
- Photo Converting
+ Preview filling
-
-
+
+
src/frontend/app/model/backendtext.service.ts
47
- Video Converting
-
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 49
-
- Temp Folder Cleaning
+ Preview reset
src/frontend/app/model/notification.service.ts
- 71
+ 84
src/frontend/app/model/notification.service.ts
- 74
+ 87
Eroare de server
@@ -122,7 +2082,7 @@
src/frontend/app/model/notification.service.ts
- 77
+ 90
Informații despre server
@@ -130,7 +2090,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 23
+ 20
hour
h
@@ -139,7 +2099,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 26
+ 23
minute
m
@@ -148,67 +2108,191 @@
src/frontend/app/pipes/DurationPipe.ts
- 29
+ 26
second
s
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 13
-
- ascending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
- 15
-
- descending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
17
- nume crescător
+ Developer
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 18
+
+ Admin
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
19
- nume descrescător
+ User
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 20
+
+ Guest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
21
- data crescătoare
+ LimitedGuest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 24
+
+ De bază
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 25
+
+ Avansat
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 26
+
+ Under the hood
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 28
+
+ Custom
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 29
+
+ OpenStreetMap
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 30
+
+ Mapbox
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 33
+
+ scăzut
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 34
+
+ înalt
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 35
+
+ mediu
- src/frontend/app/pipes/StringifySortingMethod.ts
- 23
+ src/frontend/app/ui/EnumTranslations.ts
+ 38
data descrescătoare
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 39
+
+ data crescătoare
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 40
+
+ nume descrescător
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 41
+
+ nume crescător
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 42
+
+ descending rating
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 43
+
+ ascending rating
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 25
+ src/frontend/app/ui/EnumTranslations.ts
+ 44
aleatoriu
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 50
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 18
+
+ Albums
+
@@ -233,11 +2317,11 @@
Git commit
-
-
+
+
src/frontend/app/ui/admin/admin.component.html
- 17,18
+ 16,17
Notificări de server
@@ -245,7 +2329,7 @@
src/frontend/app/ui/admin/admin.component.html
- 36,37
+ 34,35
Pentru a respinge aceste notificări, reporniți serverul.
@@ -253,7 +2337,7 @@
src/frontend/app/ui/admin/admin.component.html
- 48
+ 46
Versiunea aplicației:
@@ -261,31 +2345,15 @@
src/frontend/app/ui/admin/admin.component.html
- 52
+ 50,51
Mod
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 60
-
- Avansat
-
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 61
-
- Simplificat
-
src/frontend/app/ui/admin/admin.component.html
- 79
+ 73,75
title of left card in settings page that contains settings contents
Menu
@@ -294,7 +2362,7 @@
src/frontend/app/ui/admin/admin.component.html
- 148
+ 116
Up time
@@ -302,7 +2370,7 @@
src/frontend/app/ui/albums/album/album.component.html
- 27
+ 27,28
Album is locked, cannot be deleted from the webpage.
@@ -310,11 +2378,11 @@
src/frontend/app/ui/albums/albums.component.html
- 15
+ 15,16
src/frontend/app/ui/albums/albums.component.html
- 34
+ 34,35
Add saved search
@@ -330,7 +2398,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 5
+ 5,6
To .pg2conf
@@ -338,7 +2406,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 12
+ 12,13
Saved Search to .saved_searches.pg2conf
@@ -346,7 +2414,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 18
+ 17,18
Add this json to a '.saved_searches.pg2conf' file in your gallery:
@@ -354,7 +2422,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 20
+ 19,20
This saved search will be loaded from file during gallery indexing and it will survive a database reset.
@@ -362,7 +2430,7 @@
src/frontend/app/ui/duplicates/duplicates.component.html
- 9,10
+ 8,10
Nicio dublură găsită
@@ -370,59 +2438,15 @@
src/frontend/app/ui/faces/faces.component.html
- 15
+ 16
Nicio față de afișat.
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 18
-
- Galerie
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 21
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.ts
- 23
-
- Albums
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 24
-
-
- src/frontend/app/ui/gallery/filter/filter.service.ts
- 39
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.ts
- 30
-
- Fețe
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 54
-
- Duplicates
-
src/frontend/app/ui/frame/frame.component.html
- 62
+ 83
Setări
@@ -430,7 +2454,7 @@
src/frontend/app/ui/frame/frame.component.html
- 68
+ 89
Deconectare
@@ -454,7 +2478,7 @@
src/frontend/app/ui/gallery/filter/filter.gallery.component.ts
- 20
+ 23
unknown
@@ -462,7 +2486,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 33
+ 34
Keywords
@@ -470,7 +2494,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 40
+ 44
no face
@@ -478,7 +2502,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 45
+ 49
Faces groups
@@ -486,7 +2510,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 51
+ 59
Caption
@@ -494,7 +2518,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 56
+ 64
Rating
@@ -502,7 +2526,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 61
+ 69
Camera
@@ -510,7 +2534,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 66
+ 74
Lens
@@ -518,7 +2542,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 71
+ 79
City
@@ -526,7 +2550,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 76
+ 84
State
@@ -534,7 +2558,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 81
+ 89
Country
@@ -562,23 +2586,11 @@
Prea multe rezultate de afișat. Adjustați-vă interogarea.
-
-
-
- src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 11
-
-
- src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 29
-
- descarcă
-
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 15
+ 10
informații, tasta: i
@@ -586,11 +2598,11 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 22
+ 17
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 31
+ 25
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -602,11 +2614,123 @@
comutați pe ecranul complet, tasta: f
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 45
+
+ Download
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow playback speed
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow speed:
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ key: c
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ Show caption
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 70
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 88
+
+ on hover
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 71
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 89
+
+ always
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ key: a
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ Show faces
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ key: l
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ Play videos
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 108
+
+ once
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 109
+
+ loop
+
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 38
+ 123
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -618,7 +2742,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 90
+ 179
tasta: săgeată stânga
@@ -626,7 +2750,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 94
+ 183
tasta: săgeată dreapta
@@ -634,7 +2758,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 100
+ 189
Micșorează, tasta: '-'
@@ -642,7 +2766,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 107
+ 196
Mărește, tasta: '+'
@@ -652,21 +2776,17 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
3
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
Informații
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 51
+ 50
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 45
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 46
durată
@@ -674,7 +2794,7 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 57
+ 56
rata de biți
@@ -682,7 +2802,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 20
+ 21
Error during loading the video.
@@ -690,7 +2810,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 23,26
+ 23,27
Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online:
@@ -698,7 +2818,7 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 12
+ 14
Căutare de:
@@ -706,15 +2826,23 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 20
+ 23,24
articole
+
+
+
+ src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
+ 32
+
+ descarcă
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 39
+ 42
Flatten directory
@@ -722,17 +2850,17 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 48
+ 51
Filters
-
-
+
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts
- 38
+ 48
- Imagini
+ Home
@@ -754,11 +2882,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.html
- 29,30
+ 28,29
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 32,33
+ 33
Copiere
@@ -766,11 +2894,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.ts
- 97
+ 104
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 115
+ 126
URL-ul a fost copiat în planșetă
@@ -790,7 +2918,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 100
+ 104
From
@@ -798,7 +2926,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 114
+ 118
From date
@@ -806,7 +2934,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 126
+ 130
To date
@@ -814,11 +2942,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 138
+ 142
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 167
+ 171
Minimum Rating
@@ -826,11 +2954,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 152
+ 156
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 184
+ 188
Maximum Rating
@@ -838,7 +2966,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 206
+ 210
Portret
@@ -846,7 +2974,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 207
+ 211
Peisaj
@@ -854,39 +2982,27 @@
src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.html
- 51
+ 50
Insert
src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
- 25
+ 23,24
-
+
-
-
-
- src/frontend/app/ui/gallery/search/search.gallery.component.html
- 31
-
-
- src/frontend/app/ui/settings/search/search.settings.component.ts
- 22
-
- Căutare
-
src/frontend/app/ui/gallery/search/search.gallery.component.html
- 68
+ 63,64
Save search to album
@@ -894,15 +3010,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 4
+ 5
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 10
-
-
- src/frontend/app/ui/settings/share/share.settings.component.ts
- 26
+ 11,12
Partajare
@@ -910,7 +3022,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 39
+ 39,40
Partajare:
@@ -918,43 +3030,15 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 52
+ 52,53
Include subdosare:
-
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 74
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 86
-
-
- src/frontend/app/ui/login/login.component.html
- 45
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 66
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 79
-
-
- src/frontend/app/ui/sharelogin/share-login.component.html
- 25
-
- Parolă
-
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 93
+ 93,94
Disponibil:
@@ -962,7 +3046,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 106
+ 106,107
Minute
@@ -970,7 +3054,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 107
+ 107,108
Ore
@@ -978,7 +3062,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 108
+ 108,109
Zile
@@ -986,7 +3070,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 109
+ 109,110
Luni
@@ -994,7 +3078,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 110
+ 110,111
Forever
@@ -1002,7 +3086,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 51
+ 49
Da
@@ -1010,7 +3094,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 52
+ 50
Nu
@@ -1018,11 +3102,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 92
+ 94
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 99
+ 106
încărcare...
@@ -1030,7 +3114,7 @@
src/frontend/app/ui/login/login.component.html
- 10
+ 10,11
Vă rugăm să vă autentificați
@@ -1038,31 +3122,15 @@
src/frontend/app/ui/login/login.component.html
- 13,14
+ 13
Nume utilizator sau parolă incorectă
-
-
-
- src/frontend/app/ui/login/login.component.html
- 29
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 57
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 77
-
- Nume utilizator
-
src/frontend/app/ui/login/login.component.html
- 58
+ 47,48
Reține-mă
@@ -1070,1056 +3138,323 @@
src/frontend/app/ui/login/login.component.html
- 68,69
+ 56
Autentificare
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
- setări salvate
-
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Succes
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 2,5
-
- It seems that you are running the application in a Docker container. This setting should not be changed in docker. Make sure, that you know what you are doing.
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 64
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 135
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 168
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 47
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 11
-
- Dezactivat
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 65
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 14
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 136
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 169
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 46
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 12
-
- Activat
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 149
-
- readonly
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 151
-
- default value
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 25
-
- Shows albums tab in the top bar and enables creating saved searches.
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 27
-
- Note: custom albums are not supported, see:
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 33,34
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 96,97
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 78,79
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 64,65
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 219,220
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 105,106
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 35,36
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 129,130
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 49,50
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 30,31
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 47,48
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 72,73
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 46,47
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 54,55
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 143,144
-
- Salvare
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 37,38
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 100,101
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 82,83
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 55,56
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 68,69
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 223,224
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 109,110
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 39,40
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 133,134
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 53,54
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 34,35
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 76,77
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 50,51
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 58,59
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 147,148
-
- Restabilire
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 11
-
- Titlul paginii
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 35
-
- Gazdă
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 22
-
- Serverul va accepta conexiuni de la această adresă IPv6 sau IPv4.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 31
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 42
-
- Port
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 32
-
- Numărul portului. Portul 80 este utilizat uzual.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 42
-
- Dosar cu imagini
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 43
-
- Imaginile sunt încărcate din acest folder (este necesară permisiunea de citire)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 53
-
- Temp folder
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 54,55
-
- Thumbnails, converted photos, videos will be stored here (write permission required)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 65
-
- URL-ul public al paginii
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 68,69
-
- Dacă accesați pagina din rețeaua locală este bine să cunoașteți URL-ul public pentru crearea legăturii de partajare
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 77
-
- Baza URL
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 78,81
-
- 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/frontend/app/ui/settings/basic/basic.settings.component.html
- 91,92
-
- URL-ul public și baza URL nu se potrivesc. Este posibil ca unele funcționalități să nu meargă.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 26
-
- De bază
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 34
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
- Reporniți serverul pentru a aplica noile setări
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 10
-
- Type
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 16,17
-
- Instalați manual modulul node MuSQL pentru a utiliza MySQL (npm install mysql)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 22
-
- Database folder
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 23
-
- All file-based data will be stored here (sqlite database, user database in case of memory db, job history data)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 50
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 26
-
- Bază de date
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 36
-
- (recomandat)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 38
-
- (deprecated, will be removed)
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 31
-
- Suprascrieți cuvintele cheie
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 33
-
- Dacă o fotografie are aceeași față (persoană) și cuvânt cheie, aplicația elimină dublura, păstrând doar fața.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 38
-
- Dreptul de a stela fețe
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 40
-
- Required minimum right to star (favourite) a face.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 47,48
-
- Fețele nu sunt suportate cu aceste setări.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 12
-
- Expirarea indexării cache [ms]
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 13
-
- Dacă nu a existat nicio indexare în acest timp, se reindexează. (se sare dacă indicii sunt în DB și sensibilitatea este scăzută)
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 21
-
- Sensibilitatea reindexării dosarelor
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 23
-
- Set the reindexing sensitivity. High value check the folders for change more often.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 29
-
- Exclude Folder List
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 34
-
- Folders to exclude from indexing
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 37,40
-
- ';' separated strings. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 45
-
- Exclude File List
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 50
-
- Files that mark a folder to be excluded from indexing
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 53,55
-
- ';' separated strings. Any folder that contains a file with this name will be excluded from indexing.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 75
-
- Dacă adăugați un nou dosar la galeria dvs., site-ul îl indexează automat.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 76
-
- Dacă doriți să declanșați indexarea manual, apăsați butonul index.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 79
-
- Notă: căutarea funcționează numai printre directoarele indexate
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 106,107
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 2,4
Statistici:
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 109
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 6
Dosare
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 113
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 10
Fotografii
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 117
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 14
Videoclipuri
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 122
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 19
Persons
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 126
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 23
Dimensiuni
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 36
+ src/frontend/app/ui/settings/scheduled-jobs.service.ts
+ 128
- Indexarea dosarului
+ Job finished
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 68
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 1,5
- scăzut
+ It seems that you are running the application in a Docker container. This setting should not be changed in docker. Make sure, that you know what you are doing.
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 71
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 65
- mediu
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 12,13
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 131,132
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 165,166
+
+ Dezactivat
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 74
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 92
- înalt
+ URL plăci*
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 86
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 120,121
- Indexarea dosarelor a început
+ + Adaugă strat
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 105
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 182,183
- Indexarea dosarelor s-a întrerupt
+ + Add Link
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 124
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 242,243
- Resetting database
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 282,283
+
+ + Add
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 301
+
+ ';' separated list.
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 304
+
+ See
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 308
+
+ Reset database after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 312
+
+ Restart server after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 229
+
+ readonly
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 231
+
+ default value
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 33,34
+
+ config is not supported with these settings.
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 45
+
+ Salvare
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 49
+
+ Restabilire
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 281,280
+
+ setări salvate
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 282,280
+
+ Succes
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 4,5
+
+ User list
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 46,47
+
+ + Adăugare utilizator
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 56,57
+
+ Adăugați un utilizator nou
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 72,73
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 248,249
+
+ Închide
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 76
+
+ Adăugați utilizator
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.ts
+ 82,80
+
+ User creation error!
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 2
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 2,3
Trigger job run manually
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 7
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 8
Run now
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 15
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 17
Cancel
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 68
Job started
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 59
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 88
Stopping job
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 116
-
- every
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 25
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 68
-
- never
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 27
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 67
-
- after
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 50
-
- Job:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 64
-
- Periodicity:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 74,75
-
- Set the time to run the job.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 80
-
- After:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 91,92
-
- The job will run after that job finishes.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 98
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 108
-
- At:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 127
-
- Allow parallel run
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 143,144
-
- Enables the job to start even if another job is already running.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 198,199
-
- ';' separated integers.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 226,227
-
- + Add Job
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 241
-
- Add new job
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 255,256
-
- Select a job to schedule.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 260
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 87
-
- Închide
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 263,264
-
- Add Job
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 57
-
- Jobs
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 69
-
- periodic
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 70
-
- scheduled
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 73
-
- Monday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 74
-
- Tuesday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 75
-
- Wednesday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 76
-
- Thursday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 77
-
- Friday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 78
-
- Saturday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 79
-
- Sunday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 80
-
- day
-
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 3,4
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 2,4
Last run:
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
5
Run between
@@ -2127,7 +3462,7 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
14
Status
@@ -2135,1120 +3470,361 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 32
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 33
Cancelling...
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 43
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 44
time elapsed
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 82
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 83
Processed
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 86
Skipped
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 84
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 89
Left
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 85
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 92
All
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 111,112
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 118,120
Logs
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 38
processed
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 42
skipped
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 29
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 46
all
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 75
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 109
running
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 77
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 111
cancelling
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 79
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 113
canceled
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 81
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 115
interrupted
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 117
finished
-
-
+
+
- src/frontend/app/ui/settings/map/map.settings.component.html
- 30
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 11,12
- Utilizare marcatori de imagine
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 31
-
- Harta va folosi miniaturi ca marcatori în loc de pinul implicit.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 40
-
- Furnizor de hartă
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 52
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 27
-
- Nume
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 53
-
- URL plăci*
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 78
-
- *Modulul de hartă va utiliza aceste URL-uri pentru a prelua plăcile hărții.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 83,84
-
- + Adaugă strat
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 90
-
- Token de acces Mapbox
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 96
-
- Mapbox are nevoie de un token de acces pentru a funcționa, creați unul la
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.ts
- 27
-
- Hartă
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 11
-
- *.gpx files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 12
-
- Reads *.gpx files and renders them on the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 19
-
- Markdown files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 20
-
- Reads *.md files in a directory and shows the next to the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 26
-
- *.pg2conf files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 27
-
- Reads *.pg2conf files (You can use it for custom sorting and save search (albums)).
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts
- 23
-
- Fișier meta
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 7
-
- Eroare:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 10
-
- Fire (de execuție):
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 14
-
- Multithreading
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 15
-
- Runs directory scanning in a different thread.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 22
-
- Firele pentru miniatură
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 23
-
- Numărul de fire pentru generarea miniaturilor. Dacă este automat, se vor utiliza unumărul de nuclee CPU -1 fire.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 33
-
- Diverse:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 36
-
- Generarea miniaturii după derulare
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 37
-
- Those thumbnails get higher priority that are visible on the screen.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 43
-
- Redarea leneșă imaginilor
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 44
-
- Shows only the required amount of photos at once. Renders more if page bottom is reached.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 50
-
- Cache
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 51
-
- Caches directory contents and search results for better performance.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 57
-
- Primul nume al legendei
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 58
-
- Afișați etichetele din legendă (IPTC 120) din datele EXIF în loc de numele fișierelor.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 64
-
- Download Zip
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 65
-
- [Experimental: does not work for searches] Enable download zip of a directory contents
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 71
-
- Directory flattening
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 72
-
- [Experimental: won't work if the gallery multiple folders with the same path] Adds a button to flattens the file structure, by listing the content of all subdirectories.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 82
-
- Bară de navigare:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 85
-
- Afișează numărul articolului
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 86
-
- Show the number of items (photos) in the folder.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 100
-
- Metoda implicită de sortare a fotografiilor
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 109
-
- Sort directories by date
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 110
-
- 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/frontend/app/ui/settings/other/other.settings.component.html
- 118
-
- Custom HTML Head
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 32
-
- Altele
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 9
-
- Photo converting:
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 12
-
- Converting
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 13
-
- Downsizes photos for faster preview loading. (Zooming in to the photo loads the original).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 19
-
- On the fly converting
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 20
-
- Converts photos on the fly, when they are requested.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 28
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 66
-
- Resolution
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 29
-
- The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 38
-
- Load full resolution image on zoom
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 39
-
- Enables loading the full resolution image on zoom in the ligthbox (preview).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.ts
- 36
-
- Photo
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 10
-
- Preview Filter query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 11
-
- Filters the sub-folders with this search query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 20
-
- Preview Sorting
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 21
-
- If multiple preview is available sorts them by these methods and selects the first one.
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.ts
- 31
-
- Preview
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 30,33
-
- 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.
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 36,37
-
- Note: With the current implementation, random link also requires login. See:
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 43,44
-
- Fotografia aleatorie nu este suportată cu aceste setări
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts
- 22
-
- Random Photo
-
-
-
-
- src/frontend/app/ui/settings/scheduled-jobs.service.ts
- 80
-
- Job finished
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 32
-
- Autocompletare
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 33
-
- Show hints while typing search query.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 40
-
- Maximum media result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 41
-
- Maximum number of photos and videos that listed in one search result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 49
-
- List directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 50
-
- Search will also return with directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 57
-
- List metafiles
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 58
-
- Search also returns with metafiles from directories that contain a media file of the matched search result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 68,69
-
- Căutarea nu este suportată cu aceste setări
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 29
-
- Protecție cu parolă
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 30
-
- Enables password protected sharing links.
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 40,41
-
- Partajarea nu este suportată cu aceste setări
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 57
-
- Shared links:
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 63
-
- Key
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 64
-
- Folder
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 65
-
- Creator
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 66
-
- Expires
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 86,87
-
- No sharing was created.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 11
-
- Calitatea miniaturii
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 12
-
- High quality may be slow.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 20
-
- Icon size
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 21
-
- Icon size (used on maps).
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 30
-
- Dimensiunile miniaturii
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 37
-
- Dimensiunea miniaturilor.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 39,41
-
- The best matching size will be generated. (More sizes give better quality, but use more storage and CPU to render.)
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 43,45
-
- ';' separated integers. If size is 240, that shorter side of the thumbnail will have 160 pixels.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts
- 31
-
- Miniatură
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 28
-
- Rol
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 55,56
-
- + Adăugare utilizator
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 59,60
-
- Pentru a proteja site-ul cu parolă / cereți utilizatorului să activeze funcția.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 70
-
- Adăugați un utilizator nou
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 90,91
-
- Adăugați utilizator
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 45
-
- Protecție cu parolă
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 48
-
- Scăzut
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 49
-
- Înalt
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
- Protecție prin parolă activată
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 87
-
- Se recomandă repornirea serverului.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Protecție prin parolă dezactivată
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 113
-
- User creation error!
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 26,29
-
- Suportul video folosește ffmpeg. Executabilele ffmpeg și ffprobe trebuie să fie disponibile în PATH sau pachetele opționale node @ffmpeg-installer/ffmpeg și @ffprobe-installer/ffprobe trebuie să fie instalate.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 33
-
- Video transcoding:
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 35,38
-
- To ensure smooth video playback, video transcoding is recommended to a lower bit rate than the server's upload rate.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 39
-
- The transcoded videos will be save to the thumbnail folder.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 40,43
-
- You can trigger the transcoding manually, but you can also create an automatic encoding job in advanced settings mode.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 47
-
- Format
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 57
-
- Codec
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 67
-
- The height of the output video will be scaled down to this, while keeping the aspect ratio.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 77
-
- FPS
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 78
-
- Target frame per second (fps) of the output video will be scaled down this this.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 90
-
- Bit rate
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 104,106
-
- Target bit rate of the output video will be scaled down this this. This should be less than the upload rate of your home server.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
+ src/frontend/app/ui/settings/workflow/workflow.component.html
112
- CRF
+ every
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 113
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 16,17
- The range of the Constant Rate Factor (CRF) scale is 0–51, where 0 is lossless, 23 is the default, and 51 is worst quality possible.
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 81
+
+ never
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 121
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 18,19
- Preset
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 80
+
+ after
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 122
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 42,43
- A preset is a collection of options that will provide a certain encoding speed to compression ratio. A slower preset will provide better compression (compression is quality per filesize).
+ Job:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 130
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 56,57
- Custom Options
+ Periodicity:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 131
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 66,67
- ; separated values. It will be sent to ffmpeg as it is, as custom options.
+ Set the time to run the job.
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 72,73
- Video
+ After:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 85,86
+
+ The job will run after that job finishes.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 92,93
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 102,103
+
+ At:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 123,124
+
+ Allow parallel run
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 140,141
+
+ Enables the job to start even if another job is already running.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 198,199
+
+ ';' separated integers.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 218,221
+
+ + Add Job
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 228,229
+
+ Add new job
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 243,244
+
+ Select a job to schedule.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 252
+
+ Add Job
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 82
+
+ periodic
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 83
+
+ scheduled
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 86,85
+
+ Monday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 87,85
+
+ Tuesday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 88,85
+
+ Wednesday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 89,85
+
+ Thursday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 90,85
+
+ Friday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 91,85
+
+ Saturday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 92,85
+
+ Sunday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 93,85
+
+ day
src/frontend/app/ui/sharelogin/share-login.component.html
- 11
+ 11,13
Parolă incorectă
-
-
+
+
src/frontend/app/ui/sharelogin/share-login.component.html
- 39
+ 40
Intră
diff --git a/src/frontend/translate/messages.ru.xlf b/src/frontend/translate/messages.ru.xlf
index 8fde4765..0ac6d12b 100644
--- a/src/frontend/translate/messages.ru.xlf
+++ b/src/frontend/translate/messages.ru.xlf
@@ -2,11 +2,1979 @@
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 100
+
+
+ src/common/config/private/PrivateConfig.ts
+ 973
+
+ Хост
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 110
+
+
+ src/common/config/private/PrivateConfig.ts
+ 961
+
+ Порт
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 120
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1029
+
+ База данных
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 130
+
+
+ src/frontend/app/ui/login/login.component.html
+ 25,26
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 62,63
+
+ Имя пользователя
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 140
+
+
+ src/common/config/private/PrivateConfig.ts
+ 186
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 74
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 86,87
+
+
+ src/frontend/app/ui/login/login.component.html
+ 36,37
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 64,65
+
+
+ src/frontend/app/ui/sharelogin/share-login.component.html
+ 25,26
+
+ Пароль
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 153
+
+ Sqlite db filename
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 157
+
+ Sqlite will save the db with this filename.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 167
+
+
+ src/common/config/public/ClientConfig.ts
+ 370
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 91
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 16,17
+
+ Имя
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 177
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 17,18
+
+ Роль
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 190
+
+ Unencrypted, temporary password. App will encrypt it and delete this.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 196
+
+ Encrypted password
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 231
+
+
+ src/common/config/public/ClientConfig.ts
+ 362
+
+ Type
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 236
+
+ SQLite is recommended.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 243
+
+ Database folder
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 247
+
+ All file-based data will be stored here (sqlite database, job history data).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 254
+
+ SQLite
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 264
+
+ MySQL
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 281
+
+
+ src/common/config/private/PrivateConfig.ts
+ 298
+
+ Enforced users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 287
+
+ Creates these users in the DB during startup if they do not exist. If a user with this name exist, it won't be overwritten, even if the role is different.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 301
+
+ if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 308
+
+ Converted photo and thumbnail quality
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 311
+
+ Between 0-100.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 318
+
+ Person face margin
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 321
+
+ Person face size ratio on the face thumbnail.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 331
+
+ OnTheFly *.gpx compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 335
+
+ Enables on the fly *.gpx compression.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 342
+
+ Min distance
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 347
+
+ Filters out entry that are closer than this in meters.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 354
+
+ Min time delta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 359
+
+ Filters out entry that are closer than this in time in milliseconds.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 369
+
+
+ src/common/config/public/ClientConfig.ts
+ 669
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 49
+
+ GPX compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 387
+
+ Update timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 391
+
+ After creating a sharing link, it can be updated for this long.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 402
+
+ Index cache timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 406
+
+ If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 413
+
+ Чувствительность индеса
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 416
+
+ Set the reindexing sensitivity. High value check the folders for change more often.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 423
+
+ Exclude Folder List
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 429
+
+ Folders to exclude from indexing. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 436
+
+ Exclude File List
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 440
+
+ .ignore;.pg2ignore
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 442
+
+ Files that mark a folder to be excluded from indexing. Any folder that contains a file with this name will be excluded from indexing.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 452
+
+
+ src/common/config/private/PrivateConfig.ts
+ 984
+
+ Использовать многопоточность
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 456
+
+ Runs directory scanning and thumbnail generation in a different thread.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 462
+
+ Количество потоков для миниатюр
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 466
+
+ Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 477
+
+ Max duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 480
+
+ Maximum number of duplicates to list.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 490
+
+ Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 493
+
+ Logging level.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 499
+
+ Sql Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 502
+
+ Logging level for SQL queries.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 507
+
+ Server timing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 510
+
+ If enabled, the app ads "Server-Timing" http header to the response.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 610
+
+ Max saved progress
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 613
+
+ Job history size.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 620
+
+ Processing batch size
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 623
+
+ Jobs load this many photos or videos form the DB for processing at once.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 629
+
+ Scheduled jobs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 685
+
+ Bit rate
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 689
+
+ Target bit rate of the output video will be scaled down this this. This should be less than the upload rate of your home server.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 696
+
+
+ src/common/config/private/PrivateConfig.ts
+ 808
+
+ Resolution
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 701
+
+ The height of the output video will be scaled down to this, while keeping the aspect ratio.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 708
+
+ FPS
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 712
+
+ Target frame per second (fps) of the output video will be scaled down this this.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 718
+
+ Format
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 727
+
+ MP4 codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 737
+
+ Webm Codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 748
+
+ CRF
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 751
+
+ The range of the Constant Rate Factor (CRF) scale is 0–51, where 0 is lossless, 23 is the default, and 51 is worst quality possible.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 759
+
+ Preset
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 762
+
+ A preset is a collection of options that will provide a certain encoding speed to compression ratio. A slower preset will provide better compression (compression is quality per filesize).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 769
+
+ Custom Options
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 774
+
+ It will be sent to ffmpeg as it is, as custom options.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 783
+
+ Video transcoding
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 787
+
+ To ensure smooth video playback, video transcoding is recommended to a lower bit rate than the server's upload rate. The transcoded videos will be save to the thumbnail folder. You can trigger the transcoding manually, but you can also create an automatic encoding job in advanced settings mode.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 796
+
+ On the fly converting
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 802
+
+ Converts photos on the fly, when they are requested.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 815
+
+ The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 824
+
+ Photo resizing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 836
+
+ Preview Filter query
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 841
+
+ Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 850
+
+ Preview Sorting
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 854
+
+ If multiple preview is available sorts them by these methods and selects the first one.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 866
+
+ Папка для изображений
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 871
+
+ Изображения загружаются из этой папки (требуется право на чтение)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 877
+
+ Temp folder
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 882
+
+ Thumbnails, converted photos, videos will be stored here (write permission required)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 889
+
+ Metadata read buffer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 895
+
+ Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 901
+
+
+ src/common/config/public/ClientConfig.ts
+ 640
+
+ Видео
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 910
+
+ 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.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 915
+
+
+ src/common/config/public/ClientConfig.ts
+ 647
+
+ Photo
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 928
+
+
+ src/common/config/public/ClientConfig.ts
+ 633
+
+ Миниатюра
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 951
+
+ Session Timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 955
+
+ Users kept logged in for this long time.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 966
+
+ Номер порта. Рекомендуем использовать 80.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 978
+
+ Сервер будет доступен по указанному адресу (IPv4 или IPv6).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 992
+
+ Logs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1021
+
+ Server
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1037
+
+ Users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1045
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 33
+
+ Indexing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1050
+
+ If you add a new folder to your gallery, the site indexes it automatically. If you would like to trigger indexing manually, click index button. (Note: search only works among the indexed directories.)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1061
+
+ Media
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1069
+
+ Метафайл
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1077
+
+ Preview
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1092
+
+ Sharing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1100
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 75
+
+ Duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1108
+
+ Jobs
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 60
+
+ Enable Autocomplete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 63
+
+ Show hints while typing search query.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 70
+
+ Max items per category
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 73
+
+ Maximum number autocomplete items shown per category.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 80
+
+ Maximum items
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 83
+
+ Maximum number autocomplete items shown at once.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 90
+
+
+ src/common/config/public/ClientConfig.ts
+ 114
+
+ Cache timeout
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 94
+
+ Autocomplete cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 104
+
+
+ src/common/config/public/ClientConfig.ts
+ 173
+
+
+ src/common/config/public/ClientConfig.ts
+ 185
+
+
+ src/common/config/public/ClientConfig.ts
+ 207
+
+
+ src/common/config/public/ClientConfig.ts
+ 246
+
+
+ src/common/config/public/ClientConfig.ts
+ 538
+
+
+ src/common/config/public/ClientConfig.ts
+ 575
+
+ Enable
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 107
+
+ Enables searching.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 118
+
+ Search cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 124
+
+ Автозаполнение
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 133
+
+ Maximum media result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 136
+
+ Maximum number of photos and videos that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 142
+
+ Maximum directory result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 145
+
+ Maximum number of directories that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 151
+
+ List directories
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 154
+
+ Search returns also with directories, not just media.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 160
+
+ List metafiles
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 163
+
+ Search also returns with metafiles from directories that contain a media file of the matched search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 188
+
+ Enables sharing.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 194
+
+ Защищено паролем
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 197
+
+ Enables password protected sharing links.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 210
+
+ Enables random link generation.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 222
+
+ Name of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 231
+
+ Url of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 252
+
+ Image Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 255
+
+ Map will use thumbnail images as markers instead of the default pin.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 261
+
+ Map Provider
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 269
+
+ Токен доступа Mapbox
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 273
+
+ MapBox needs an access token to work, create one at https://www.mapbox.com.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 278
+
+ The map module will use these urls to fetch the map tiles.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 281
+
+ Custom Layers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 291
+
+ Max Preview Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 294
+
+ Maximum number of markers to be shown on the map preview on the gallery page.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 304
+
+ Map Icon size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 308
+
+ Icon size (used on maps).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 313
+
+ Person thumbnail size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 317
+
+ Person (face) thumbnail size.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 322
+
+ Размеры миниатюр
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 325
+
+ Size of the thumbnails. The best matching size will be generated. More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will have 160 pixels.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 378
+
+ SearchQuery
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 388
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 47
+
+ Url
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 410
+
+ Показывать количество элементов
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 413
+
+ Shows the number photos and videos on the navigation bar.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 419
+
+ Links
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 424
+
+ Visible links in the top menu.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 437
+
+ Кэш
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 440
+
+ Caches directory contents and search results for better performance.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 445
+
+ Генерация миниатюр на лету, во время прокрутки
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 448
+
+ Those thumbnails get higher priority that are visible on the screen.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 454
+
+ Default sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 457
+
+ Default sorting method for photo and video in a directory results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 463
+
+ Default search sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 466
+
+ Default sorting method for photo and video in a search results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 472
+
+ Sort directories by date
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 475
+
+ 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
+ 481
+
+ On scroll thumbnail prioritising
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 484
+
+ Those thumbnails will be rendered first that are in view.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 489
+
+ Navigation bar
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 496
+
+ Заголовок перед именем
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 499
+
+ Показывать заголовки тегов из EXIF(IPTC 120) вместо имен файлов.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 504
+
+ Download Zip
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 509
+
+ Enable download zip of a directory contents Directory flattening. (Does not work for searches.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 514
+
+ Directory flattening
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 519
+
+ Adds a button to flattens the file structure, by listing the content of all subdirectories. (Won't work if the gallery has multiple folders with the same path.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 524
+
+ Default slideshow speed
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 529
+
+ Default time interval for displaying a photo in the slide show.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 547
+
+ Supported formats with transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 552
+
+ Video formats that are supported after transcoding (with the build-in ffmpeg support).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 560
+
+ Supported formats without transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 565
+
+ 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
+ 577
+
+ Enable photo converting.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 583
+
+ Load full resolution image on zoom.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 588
+
+ Enables loading the full resolution image on zoom in the ligthbox (preview).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 597
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 39
+
+ Photo converting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 606
+
+ Supported photo formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 610
+
+ 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
+ 619
+
+ Enable GPX compressing
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 624
+
+ Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 658
+
+ *.gpx files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 663
+
+ Reads *.gpx files and renders them on the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 678
+
+ Markdown files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 682
+
+ Reads *.md files in a directory and shows the next to the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 688
+
+ *.pg2conf files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 692
+
+ Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 698
+
+ Supported formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 702
+
+ The app will read and process these files.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 711
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 66
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 14
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 133
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 167
+
+ Включено
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 719
+
+ Override keywords
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 723
+
+ 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
+ 728
+
+ Face starring right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 731
+
+ Required minimum right to star (favourite) a face.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 736
+
+ Face listing right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 739
+
+ Required minimum right to show the faces tab.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 749
+
+ Заголовок страницы
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 755
+
+ If you access the page form local network its good to know the public url for creating sharing link.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 757
+
+ Публичный URL
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 765
+
+ 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
+ 767
+
+ Path
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 779
+
+ Api path
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 790
+
+ Injects the content of this between the <head></head> HTML tags of the app. (You can use it add analytics or custom code to the app).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 792
+
+ Custom HTML Head
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 813
+
+ Защита паролем
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 815
+
+ Enables user management with login to password protect the gallery.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 821
+
+ Default user right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 826
+
+ Default user right when password protection is disabled.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 843
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 49
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 26
+
+ Gallery
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 857
+
+ Album
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 865
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 48
+
+
+ src/frontend/app/ui/gallery/search/search.gallery.component.html
+ 26,27
+
+ Поиск
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 876
+
+ Карта
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 884
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 51
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 21
+
+
+ src/frontend/app/ui/gallery/filter/filter.service.ts
+ 40
+
+ Faces
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 892
+
+ Random photo
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 896
+
+ 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/frontend/app/model/backendtext.service.ts
- 15
+ 11
Size to generate
@@ -14,7 +1982,7 @@
src/frontend/app/model/backendtext.service.ts
- 17
+ 13
These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes
@@ -22,7 +1990,7 @@
src/frontend/app/model/backendtext.service.ts
- 19
+ 15
Indexed only
@@ -30,7 +1998,7 @@
src/frontend/app/model/backendtext.service.ts
- 21
+ 17
Only checks indexed files.
@@ -38,7 +2006,7 @@
src/frontend/app/model/backendtext.service.ts
- 23
+ 19
Index changes only
@@ -46,75 +2014,67 @@
src/frontend/app/model/backendtext.service.ts
- 25
+ 21
Only indexes a folder if it got changed.
-
-
+
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 35
+
+ Database reset
+
+
+
src/frontend/app/model/backendtext.service.ts
37
- Indexing
+ Thumbnail generation
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 39
-
- Preview Filling
-
-
-
+
+
src/frontend/app/model/backendtext.service.ts
41
- Database Reset
+ Video converting
-
-
+
+
src/frontend/app/model/backendtext.service.ts
43
- Thumbnail Generation
+ Temp folder cleaning
-
-
+
+
src/frontend/app/model/backendtext.service.ts
45
- Photo Converting
+ Preview filling
-
-
+
+
src/frontend/app/model/backendtext.service.ts
47
- Video Converting
-
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 49
-
- Temp Folder Cleaning
+ Preview reset
src/frontend/app/model/notification.service.ts
- 71
+ 84
src/frontend/app/model/notification.service.ts
- 74
+ 87
Ошибка сервера
@@ -122,7 +2082,7 @@
src/frontend/app/model/notification.service.ts
- 77
+ 90
Информация о сервере
@@ -130,7 +2090,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 23
+ 20
hour
час
@@ -139,7 +2099,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 26
+ 23
minute
минута
@@ -148,67 +2108,191 @@
src/frontend/app/pipes/DurationPipe.ts
- 29
+ 26
second
секунда
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 13
-
- ascending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
- 15
-
- descending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
17
- по имени, в алфавитном порядке
+ Developer
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 18
+
+ Admin
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
19
- о имени, против алфавитного порядка
+ User
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 20
+
+ Guest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
21
- по возрастанию дата
+ LimitedGuest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 24
+
+ Основной
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 25
+
+ Advanced
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 26
+
+ Under the hood
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 28
+
+ Custom
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 29
+
+ OpenStreetMap
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 30
+
+ Mapbox
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 33
+
+ низкий
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 34
+
+ высокий
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 35
+
+ средний
- src/frontend/app/pipes/StringifySortingMethod.ts
- 23
+ src/frontend/app/ui/EnumTranslations.ts
+ 38
по убыванию даты
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 39
+
+ по возрастанию дата
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 40
+
+ о имени, против алфавитного порядка
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 41
+
+ по имени, в алфавитном порядке
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 42
+
+ descending rating
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 43
+
+ ascending rating
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 25
+ src/frontend/app/ui/EnumTranslations.ts
+ 44
random
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 50
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 18
+
+ Albums
+
@@ -233,11 +2317,11 @@
Git commit
-
-
+
+
src/frontend/app/ui/admin/admin.component.html
- 17,18
+ 16,17
Уведомления сервера
@@ -245,7 +2329,7 @@
src/frontend/app/ui/admin/admin.component.html
- 36,37
+ 34,35
Чтобы отключить эти уведомления, перезапустите сервер.
@@ -253,7 +2337,7 @@
src/frontend/app/ui/admin/admin.component.html
- 48
+ 46
App version:
@@ -261,31 +2345,15 @@
src/frontend/app/ui/admin/admin.component.html
- 52
+ 50,51
Режим
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 60
-
- Advanced
-
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 61
-
- Simplified
-
src/frontend/app/ui/admin/admin.component.html
- 79
+ 73,75
title of left card in settings page that contains settings contents
Menu
@@ -294,7 +2362,7 @@
src/frontend/app/ui/admin/admin.component.html
- 148
+ 116
Up time
@@ -302,7 +2370,7 @@
src/frontend/app/ui/albums/album/album.component.html
- 27
+ 27,28
Album is locked, cannot be deleted from the webpage.
@@ -310,11 +2378,11 @@
src/frontend/app/ui/albums/albums.component.html
- 15
+ 15,16
src/frontend/app/ui/albums/albums.component.html
- 34
+ 34,35
Add saved search
@@ -330,7 +2398,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 5
+ 5,6
To .pg2conf
@@ -338,7 +2406,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 12
+ 12,13
Saved Search to .saved_searches.pg2conf
@@ -346,7 +2414,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 18
+ 17,18
Add this json to a '.saved_searches.pg2conf' file in your gallery:
@@ -354,7 +2422,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 20
+ 19,20
This saved search will be loaded from file during gallery indexing and it will survive a database reset.
@@ -362,7 +2430,7 @@
src/frontend/app/ui/duplicates/duplicates.component.html
- 9,10
+ 8,10
Дубликаты не найдены
@@ -370,59 +2438,15 @@
src/frontend/app/ui/faces/faces.component.html
- 15
+ 16
No faces to show.
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 18
-
- Gallery
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 21
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.ts
- 23
-
- Albums
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 24
-
-
- src/frontend/app/ui/gallery/filter/filter.service.ts
- 39
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.ts
- 30
-
- Faces
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 54
-
- Duplicates
-
src/frontend/app/ui/frame/frame.component.html
- 62
+ 83
Настройки
@@ -430,7 +2454,7 @@
src/frontend/app/ui/frame/frame.component.html
- 68
+ 89
Выйти
@@ -454,7 +2478,7 @@
src/frontend/app/ui/gallery/filter/filter.gallery.component.ts
- 20
+ 23
unknown
@@ -462,7 +2486,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 33
+ 34
Keywords
@@ -470,7 +2494,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 40
+ 44
no face
@@ -478,7 +2502,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 45
+ 49
Faces groups
@@ -486,7 +2510,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 51
+ 59
Caption
@@ -494,7 +2518,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 56
+ 64
Rating
@@ -502,7 +2526,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 61
+ 69
Camera
@@ -510,7 +2534,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 66
+ 74
Lens
@@ -518,7 +2542,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 71
+ 79
City
@@ -526,7 +2550,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 76
+ 84
State
@@ -534,7 +2558,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 81
+ 89
Country
@@ -562,23 +2586,11 @@
Слишком много элементов для показа. Уточните свой запрос.
-
-
-
- src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 11
-
-
- src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 29
-
- Скачать
-
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 15
+ 10
Информация, клавиша: i
@@ -586,11 +2598,11 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 22
+ 17
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 31
+ 25
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -602,11 +2614,123 @@
Полноэкранный режим, клавиша: f
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 45
+
+ Download
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow playback speed
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow speed:
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ key: c
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ Show caption
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 70
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 88
+
+ on hover
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 71
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 89
+
+ always
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ key: a
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ Show faces
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ key: l
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ Play videos
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 108
+
+ once
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 109
+
+ loop
+
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 38
+ 123
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -618,7 +2742,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 90
+ 179
клавиша: стрелка влево
@@ -626,7 +2750,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 94
+ 183
клавиша: стрелка вправо
@@ -634,7 +2758,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 100
+ 189
Уменьшить, клавиша: '-'
@@ -642,7 +2766,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 107
+ 196
Увеличить, клавиша: '+'
@@ -652,21 +2776,17 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
3
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
Информация
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 51
+ 50
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 45
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 46
длительность
@@ -674,7 +2794,7 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 57
+ 56
битрейт
@@ -682,7 +2802,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 20
+ 21
Error during loading the video.
@@ -690,7 +2810,7 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 23,26
+ 23,27
Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online:
@@ -698,7 +2818,7 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 12
+ 14
Поиск:
@@ -706,15 +2826,23 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 20
+ 23,24
Элементы
+
+
+
+ src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
+ 32
+
+ Скачать
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 39
+ 42
Flatten directory
@@ -722,17 +2850,17 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 48
+ 51
Filters
-
-
+
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts
- 38
+ 48
- Images
+ Home
@@ -754,11 +2882,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.html
- 29,30
+ 28,29
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 32,33
+ 33
Скопировать
@@ -766,11 +2894,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.ts
- 97
+ 104
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 115
+ 126
Url has been copied to clipboard
@@ -790,7 +2918,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 100
+ 104
From
@@ -798,7 +2926,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 114
+ 118
From date
@@ -806,7 +2934,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 126
+ 130
To date
@@ -814,11 +2942,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 138
+ 142
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 167
+ 171
Minimum Rating
@@ -826,11 +2954,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 152
+ 156
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 184
+ 188
Maximum Rating
@@ -838,7 +2966,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 206
+ 210
Вертикальная
@@ -846,7 +2974,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 207
+ 211
Горизонтальная
@@ -854,39 +2982,27 @@
src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.html
- 51
+ 50
Insert
src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
- 25
+ 23,24
-
+
-
-
-
- src/frontend/app/ui/gallery/search/search.gallery.component.html
- 31
-
-
- src/frontend/app/ui/settings/search/search.settings.component.ts
- 22
-
- Поиск
-
src/frontend/app/ui/gallery/search/search.gallery.component.html
- 68
+ 63,64
Save search to album
@@ -894,15 +3010,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 4
+ 5
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 10
-
-
- src/frontend/app/ui/settings/share/share.settings.component.ts
- 26
+ 11,12
Поделиться
@@ -910,7 +3022,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 39
+ 39,40
Совместное использование:
@@ -918,43 +3030,15 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 52
+ 52,53
Включить подпапки:
-
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 74
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 86
-
-
- src/frontend/app/ui/login/login.component.html
- 45
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 66
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 79
-
-
- src/frontend/app/ui/sharelogin/share-login.component.html
- 25
-
- Пароль
-
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 93
+ 93,94
Действительно:
@@ -962,7 +3046,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 106
+ 106,107
Минут
@@ -970,7 +3054,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 107
+ 107,108
Часов
@@ -978,7 +3062,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 108
+ 108,109
Дней
@@ -986,7 +3070,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 109
+ 109,110
Месяцев
@@ -994,7 +3078,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 110
+ 110,111
Forever
@@ -1002,7 +3086,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 51
+ 49
Да
@@ -1010,7 +3094,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 52
+ 50
Нет
@@ -1018,11 +3102,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 92
+ 94
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 99
+ 106
загрузка ..
@@ -1030,7 +3114,7 @@
src/frontend/app/ui/login/login.component.html
- 10
+ 10,11
Пожалуйста, войдите
@@ -1038,31 +3122,15 @@
src/frontend/app/ui/login/login.component.html
- 13,14
+ 13
Неверное имя пользователя или пароль
-
-
-
- src/frontend/app/ui/login/login.component.html
- 29
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 57
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 77
-
- Имя пользователя
-
src/frontend/app/ui/login/login.component.html
- 58
+ 47,48
Запомнить меня
@@ -1070,1056 +3138,323 @@
src/frontend/app/ui/login/login.component.html
- 68,69
+ 56
Войти
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
- настройки сохранены
-
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Выполнено
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 2,5
-
- It seems that you are running the application in a Docker container. This setting should not be changed in docker. Make sure, that you know what you are doing.
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 64
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 135
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 168
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 47
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 11
-
- Отключено
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 65
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 14
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 136
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 169
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 46
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 12
-
- Включено
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 149
-
- readonly
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 151
-
- default value
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 25
-
- Shows albums tab in the top bar and enables creating saved searches.
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 27
-
- Note: custom albums are not supported, see:
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 33,34
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 96,97
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 78,79
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 64,65
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 219,220
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 105,106
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 35,36
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 129,130
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 49,50
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 30,31
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 47,48
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 72,73
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 46,47
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 54,55
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 143,144
-
- Сохранить
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 37,38
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 100,101
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 82,83
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 55,56
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 68,69
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 223,224
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 109,110
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 39,40
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 133,134
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 53,54
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 34,35
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 76,77
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 50,51
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 58,59
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 147,148
-
- Сбросить
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 11
-
- Заголовок страницы
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 35
-
- Хост
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 22
-
- Сервер будет доступен по указанному адресу (IPv4 или IPv6).
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 31
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 42
-
- Порт
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 32
-
- Номер порта. Рекомендуем использовать 80.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 42
-
- Папка для изображений
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 43
-
- Изображения загружаются из этой папки (требуется право на чтение)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 53
-
- Temp folder
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 54,55
-
- Thumbnails, converted photos, videos will be stored here (write permission required)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 65
-
- Публичный URL
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 68,69
-
- Для входа в галлерею из внешней или докальной сети используйте этот URL
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 77
-
- Path
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 78,81
-
- 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/frontend/app/ui/settings/basic/basic.settings.component.html
- 91,92
-
- Публичный URL и базовый URL не совпадают. Некоторые функции могут не работать.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 26
-
- Основной
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 34
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
- Для того чтобы применить настройки перезапустите сервер
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 10
-
- Type
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 16,17
-
- Установите вручную модуль node.js для использования mysql (npm install mysql)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 22
-
- Database folder
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 23
-
- All file-based data will be stored here (sqlite database, user database in case of memory db, job history data)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 50
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 26
-
- База данных
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 36
-
- (рекомендуемые)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 38
-
- (deprecated, will be removed)
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 31
-
- Override keywords
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 33
-
- If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 38
-
- Face starring right
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 40
-
- Required minimum right to star (favourite) a face.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 47,48
-
- Faces are not supported with these settings.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 12
-
- Тайм-аут индекс кэша [мс]
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 13
-
- Сканирует папки через указанный интервал времени (индексирование не выполняеться, если уже было выполнено ранее, и о нём есть информация в БД и установлена низкая чувствительность)
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 21
-
- Чувствительность индеса
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 23
-
- Set the reindexing sensitivity. High value check the folders for change more often.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 29
-
- Exclude Folder List
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 34
-
- Folders to exclude from indexing
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 37,40
-
- ';' separated strings. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 45
-
- Exclude File List
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 50
-
- Files that mark a folder to be excluded from indexing
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 53,55
-
- ';' separated strings. Any folder that contains a file with this name will be excluded from indexing.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 75
-
- Сайт автоматически индексирует добавленые в галерею папки.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 76
-
- Если вы хотите запустить индексацию вручную, нажмите кнопку "Индексировать".
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 79
-
- Примечание: поиск работает только с проиндексированными каталогами
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 106,107
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 2,4
Статистика:
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 109
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 6
Папки
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 113
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 10
Фото
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 117
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 14
Видео
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 122
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 19
Persons
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 126
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 23
Размер
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 36
+ src/frontend/app/ui/settings/scheduled-jobs.service.ts
+ 128
- Сканирование папок
+ Job finished
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 68
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 1,5
- низкий
+ It seems that you are running the application in a Docker container. This setting should not be changed in docker. Make sure, that you know what you are doing.
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 71
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 65
- средний
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 12,13
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 131,132
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 165,166
+
+ Отключено
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 74
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 92
- высокий
+ Tile Url*
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 86
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 120,121
- Folder indexing started
+ + Add Layer
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 105
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 182,183
- Folder indexing interrupted
+ + Add Link
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 124
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 242,243
- Resetting database
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 282,283
+
+ + Add
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 301
+
+ ';' separated list.
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 304
+
+ See
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 308
+
+ Reset database after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 312
+
+ Restart server after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 229
+
+ readonly
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 231
+
+ default value
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 33,34
+
+ config is not supported with these settings.
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 45
+
+ Сохранить
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 49
+
+ Сбросить
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 281,280
+
+ настройки сохранены
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 282,280
+
+ Выполнено
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 4,5
+
+ User list
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 46,47
+
+ + Добавить пользователя
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 56,57
+
+ Добавить нового пользователя
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 72,73
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 248,249
+
+ Закрыть
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 76
+
+ Добавить пользователя
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.ts
+ 82,80
+
+ User creation error!
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 2
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 2,3
Trigger job run manually
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 7
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 8
Run now
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 15
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 17
Cancel
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 68
Job started
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 59
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 88
Stopping job
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 116
-
- every
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 25
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 68
-
- never
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 27
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 67
-
- after
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 50
-
- Job:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 64
-
- Periodicity:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 74,75
-
- Set the time to run the job.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 80
-
- After:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 91,92
-
- The job will run after that job finishes.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 98
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 108
-
- At:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 127
-
- Allow parallel run
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 143,144
-
- Enables the job to start even if another job is already running.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 198,199
-
- ';' separated integers.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 226,227
-
- + Add Job
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 241
-
- Add new job
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 255,256
-
- Select a job to schedule.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 260
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 87
-
- Закрыть
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 263,264
-
- Add Job
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 57
-
- Jobs
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 69
-
- periodic
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 70
-
- scheduled
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 73
-
- Monday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 74
-
- Tuesday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 75
-
- Wednesday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 76
-
- Thursday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 77
-
- Friday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 78
-
- Saturday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 79
-
- Sunday
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 80
-
- day
-
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 3,4
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 2,4
Last run:
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
5
Run between
@@ -2127,7 +3462,7 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
14
Status
@@ -2135,1120 +3470,361 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 32
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 33
Cancelling...
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 43
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 44
time elapsed
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 82
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 83
Processed
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 86
Skipped
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 84
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 89
Left
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 85
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 92
All
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 111,112
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 118,120
Logs
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 38
processed
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 42
skipped
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 29
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 46
all
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 75
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 109
running
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 77
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 111
cancelling
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 79
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 113
canceled
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 81
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 115
interrupted
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 117
finished
-
-
+
+
- src/frontend/app/ui/settings/map/map.settings.component.html
- 30
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 11,12
- Use image markers
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 31
-
- Map will use thumbnail images as markers instead of the default pin.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 40
-
- Провайдер онлайн карт
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 52
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 27
-
- Имя
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 53
-
- Tile Url*
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 78
-
- *The map module will use these urls to fetch the map tiles.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 83,84
-
- + Add Layer
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 90
-
- Токен доступа Mapbox
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 96
-
- Для работы MapBox нужен токен, создайте его на
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.ts
- 27
-
- Карта
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 11
-
- *.gpx files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 12
-
- Reads *.gpx files and renders them on the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 19
-
- Markdown files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 20
-
- Reads *.md files in a directory and shows the next to the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 26
-
- *.pg2conf files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 27
-
- Reads *.pg2conf files (You can use it for custom sorting and save search (albums)).
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts
- 23
-
- Метафайл
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 7
-
- Ошибка:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 10
-
- Потоки:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 14
-
- Использовать многопоточность
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 15
-
- Runs directory scanning in a different thread.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 22
-
- Количество потоков для миниатюр
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 23
-
- Количество потоков, для создания миниатюр. Для значения auto будет создано потоков на единицу меньше, чем число досутпных ядер процессора.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 33
-
- Разное:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 36
-
- Генерация миниатюр на лету, во время прокрутки
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 37
-
- Those thumbnails get higher priority that are visible on the screen.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 43
-
- Отложенный рендеринг изображений
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 44
-
- Shows only the required amount of photos at once. Renders more if page bottom is reached.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 50
-
- Кэш
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 51
-
- Caches directory contents and search results for better performance.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 57
-
- Заголовок перед именем
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 58
-
- Показывать заголовки тегов из EXIF(IPTC 120) вместо имен файлов.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 64
-
- Download Zip
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 65
-
- [Experimental: does not work for searches] Enable download zip of a directory contents
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 71
-
- Directory flattening
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 72
-
- [Experimental: won't work if the gallery multiple folders with the same path] Adds a button to flattens the file structure, by listing the content of all subdirectories.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 82
-
- Панель навигации:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 85
-
- Показывать количество элементов
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 86
-
- Show the number of items (photos) in the folder.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 100
-
- Метод сортировки фотографий по умолчанию
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 109
-
- Sort directories by date
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 110
-
- 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/frontend/app/ui/settings/other/other.settings.component.html
- 118
-
- Custom HTML Head
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 32
-
- Другие
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 9
-
- Photo converting:
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 12
-
- Converting
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 13
-
- Downsizes photos for faster preview loading. (Zooming in to the photo loads the original).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 19
-
- On the fly converting
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 20
-
- Converts photos on the fly, when they are requested.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 28
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 66
-
- Resolution
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 29
-
- The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 38
-
- Load full resolution image on zoom
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 39
-
- Enables loading the full resolution image on zoom in the ligthbox (preview).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.ts
- 36
-
- Photo
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 10
-
- Preview Filter query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 11
-
- Filters the sub-folders with this search query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 20
-
- Preview Sorting
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 21
-
- If multiple preview is available sorts them by these methods and selects the first one.
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.ts
- 31
-
- Preview
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 30,33
-
- 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.
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 36,37
-
- Note: With the current implementation, random link also requires login. See:
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 43,44
-
- "Случайные Фото" не поддерживают указанные настройки
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts
- 22
-
- Random Photo
-
-
-
-
- src/frontend/app/ui/settings/scheduled-jobs.service.ts
- 80
-
- Job finished
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 32
-
- Автозаполнение
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 33
-
- Show hints while typing search query.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 40
-
- Maximum media result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 41
-
- Maximum number of photos and videos that listed in one search result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 49
-
- List directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 50
-
- Search will also return with directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 57
-
- List metafiles
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 58
-
- Search also returns with metafiles from directories that contain a media file of the matched search result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 68,69
-
- Указанные настройками не поддерживаются поиском
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 29
-
- Защищено паролем
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 30
-
- Enables password protected sharing links.
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 40,41
-
- Совместное использование не поддерживается с указанными настройками
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 57
-
- Shared links:
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 63
-
- Key
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 64
-
- Folder
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 65
-
- Creator
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 66
-
- Expires
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 86,87
-
- No sharing was created.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 11
-
- Качество миниатюр
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 12
-
- High quality may be slow.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 20
-
- Icon size
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 21
-
- Icon size (used on maps).
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 30
-
- Размеры миниатюр
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 37
-
- Размер миниатюр.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 39,41
-
- The best matching size will be generated. (More sizes give better quality, but use more storage and CPU to render.)
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 43,45
-
- ';' separated integers. If size is 240, that shorter side of the thumbnail will have 160 pixels.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts
- 31
-
- Миниатюра
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 28
-
- Роль
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 55,56
-
- + Добавить пользователя
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 59,60
-
- Чтобы защитить сайт с помощью пароля включите это.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 70
-
- Добавить нового пользователя
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 90,91
-
- Добавить пользователя
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 45
-
- Защита паролем
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 48
-
- Низкий
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 49
-
- Высокий
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
- Защита паролем включена
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 87
-
- Рекомендуется перезапустить сервер.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Защита паролем отключена
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 113
-
- User creation error!
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 26,29
-
- Для работы с видео необходим ffmpeg. Приложения ffmpeg и ffprobe должны быть установлены и доступны через PATH, альтернативное решение - установка node.js модулей @ffmpeg-installer/ffmpeg и @ffprobe-installer/ffprobe.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 33
-
- Video transcoding:
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 35,38
-
- To ensure smooth video playback, video transcoding is recommended to a lower bit rate than the server's upload rate.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 39
-
- The transcoded videos will be save to the thumbnail folder.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 40,43
-
- You can trigger the transcoding manually, but you can also create an automatic encoding job in advanced settings mode.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 47
-
- Format
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 57
-
- Codec
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 67
-
- The height of the output video will be scaled down to this, while keeping the aspect ratio.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 77
-
- FPS
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 78
-
- Target frame per second (fps) of the output video will be scaled down this this.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 90
-
- Bit rate
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 104,106
-
- Target bit rate of the output video will be scaled down this this. This should be less than the upload rate of your home server.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
+ src/frontend/app/ui/settings/workflow/workflow.component.html
112
- CRF
+ every
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 113
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 16,17
- The range of the Constant Rate Factor (CRF) scale is 0–51, where 0 is lossless, 23 is the default, and 51 is worst quality possible.
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 81
+
+ never
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 121
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 18,19
- Preset
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 80
+
+ after
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 122
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 42,43
- A preset is a collection of options that will provide a certain encoding speed to compression ratio. A slower preset will provide better compression (compression is quality per filesize).
+ Job:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 130
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 56,57
- Custom Options
+ Periodicity:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 131
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 66,67
- ; separated values. It will be sent to ffmpeg as it is, as custom options.
+ Set the time to run the job.
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 72,73
- Видео
+ After:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 85,86
+
+ The job will run after that job finishes.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 92,93
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 102,103
+
+ At:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 123,124
+
+ Allow parallel run
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 140,141
+
+ Enables the job to start even if another job is already running.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 198,199
+
+ ';' separated integers.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 218,221
+
+ + Add Job
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 228,229
+
+ Add new job
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 243,244
+
+ Select a job to schedule.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 252
+
+ Add Job
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 82
+
+ periodic
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 83
+
+ scheduled
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 86,85
+
+ Monday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 87,85
+
+ Tuesday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 88,85
+
+ Wednesday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 89,85
+
+ Thursday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 90,85
+
+ Friday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 91,85
+
+ Saturday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 92,85
+
+ Sunday
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 93,85
+
+ day
src/frontend/app/ui/sharelogin/share-login.component.html
- 11
+ 11,13
Неправильный пароль
-
-
+
+
src/frontend/app/ui/sharelogin/share-login.component.html
- 39
+ 40
Вход
diff --git a/src/frontend/translate/messages.sv.xlf b/src/frontend/translate/messages.sv.xlf
index 1560f224..f1c1c9b1 100644
--- a/src/frontend/translate/messages.sv.xlf
+++ b/src/frontend/translate/messages.sv.xlf
@@ -2,11 +2,1979 @@
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 100
+
+
+ src/common/config/private/PrivateConfig.ts
+ 973
+
+ Värd
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 110
+
+
+ src/common/config/private/PrivateConfig.ts
+ 961
+
+ Port
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 120
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1029
+
+ Databas
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 130
+
+
+ src/frontend/app/ui/login/login.component.html
+ 25,26
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 62,63
+
+ Användarnamn
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 140
+
+
+ src/common/config/private/PrivateConfig.ts
+ 186
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 74
+
+
+ src/frontend/app/ui/gallery/share/share.gallery.component.html
+ 86,87
+
+
+ src/frontend/app/ui/login/login.component.html
+ 36,37
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 64,65
+
+
+ src/frontend/app/ui/sharelogin/share-login.component.html
+ 25,26
+
+ Lösenord
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 153
+
+ Sqlite db filename
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 157
+
+ Sqlite will save the db with this filename.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 167
+
+
+ src/common/config/public/ClientConfig.ts
+ 370
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 91
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 16,17
+
+ Namn
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 177
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 17,18
+
+ Roll
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 190
+
+ Unencrypted, temporary password. App will encrypt it and delete this.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 196
+
+ Encrypted password
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 231
+
+
+ src/common/config/public/ClientConfig.ts
+ 362
+
+ Typ
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 236
+
+ SQLite is recommended.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 243
+
+ Databasmapp
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 247
+
+ All file-based data will be stored here (sqlite database, job history data).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 254
+
+ SQLite
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 264
+
+ MySQL
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 281
+
+
+ src/common/config/private/PrivateConfig.ts
+ 298
+
+ Enforced users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 287
+
+ Creates these users in the DB during startup if they do not exist. If a user with this name exist, it won't be overwritten, even if the role is different.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 301
+
+ if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 308
+
+ Converted photo and thumbnail quality
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 311
+
+ Between 0-100.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 318
+
+ Person face margin
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 321
+
+ Person face size ratio on the face thumbnail.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 331
+
+ OnTheFly *.gpx compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 335
+
+ Enables on the fly *.gpx compression.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 342
+
+ Min distance
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 347
+
+ Filters out entry that are closer than this in meters.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 354
+
+ Min time delta
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 359
+
+ Filters out entry that are closer than this in time in milliseconds.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 369
+
+
+ src/common/config/public/ClientConfig.ts
+ 669
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 49
+
+ GPX compression
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 387
+
+ Update timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 391
+
+ After creating a sharing link, it can be updated for this long.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 402
+
+ Index cache timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 406
+
+ If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 413
+
+ Känslighet för omindexering
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 416
+
+ Ställ in omindexings känslighet. Högt värde gör att mapparna kontrolleras oftare för förändring.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 423
+
+ Mappar som inte ska indexeras
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 429
+
+ Folders to exclude from indexing. If an entry starts with '/' it is treated as an absolute path. If it doesn't start with '/' but contains a '/', the path is relative to the image directory. If it doesn't contain a '/', any folder with this name will be excluded.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 436
+
+ Exkludera filer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 440
+
+ .ignore;.pg2ignore
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 442
+
+ Files that mark a folder to be excluded from indexing. Any folder that contains a file with this name will be excluded from indexing.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 452
+
+
+ src/common/config/private/PrivateConfig.ts
+ 984
+
+ Trådning
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 456
+
+ Runs directory scanning and thumbnail generation in a different thread.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 462
+
+ Trådar för miniatyrer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 466
+
+ Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 477
+
+ Max duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 480
+
+ Maximum number of duplicates to list.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 490
+
+ Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 493
+
+ Logging level.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 499
+
+ Sql Level
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 502
+
+ Logging level for SQL queries.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 507
+
+ Server timing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 510
+
+ If enabled, the app ads "Server-Timing" http header to the response.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 610
+
+ Max saved progress
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 613
+
+ Job history size.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 620
+
+ Processing batch size
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 623
+
+ Jobs load this many photos or videos form the DB for processing at once.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 629
+
+ Scheduled jobs
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 685
+
+ Bitrate
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 689
+
+ Bitrate på den omvandlade videoströmmen skalas ner till detta. Bör vara mindre än serverns uppladdningshastighet.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 696
+
+
+ src/common/config/private/PrivateConfig.ts
+ 808
+
+ Upplösning
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 701
+
+ Höjden på den omvandlade videoströmmen skalas ner till detta, medan bildförhållandet bevaras.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 708
+
+ FPS
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 712
+
+ Bilder per sekund (fps) på den omvandlade videoströmmen skalas ner till detta.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 718
+
+ Format
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 727
+
+ MP4 codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 737
+
+ Webm Codec
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 748
+
+ CRF
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 751
+
+ Omfånget av Constant Rate Factor (CRF) är 0–51, där 0 är förlustfri, 23 är standarvärdet, och 51 är lägst kvalité.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 759
+
+ Förinställt värde
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 762
+
+ Förinställda värden är ett antal värden som ger en viss omvandlings hastiget mot kompressionsförhållande. En långsammare förinställning ger bättre komprimering (komprimering är kvalité per filstorlek).
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 769
+
+ Egna inställningar
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 774
+
+ It will be sent to ffmpeg as it is, as custom options.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 783
+
+ Video transcoding
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 787
+
+ To ensure smooth video playback, video transcoding is recommended to a lower bit rate than the server's upload rate. The transcoded videos will be save to the thumbnail folder. You can trigger the transcoding manually, but you can also create an automatic encoding job in advanced settings mode.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 796
+
+ Konvertera i farten
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 802
+
+ Konverterar bilder allt eftersom när de efterfrågas.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 815
+
+ Den kortaste kanten på den omvandlade bilden skalas ner till detta, medan bildförhållandet bevaras.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 824
+
+ Photo resizing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 836
+
+ Preview Filter query
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 841
+
+ Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 850
+
+ Preview Sorting
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 854
+
+ If multiple preview is available sorts them by these methods and selects the first one.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 866
+
+ Bildmapp
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 871
+
+ Bilder laddas från denna mapp (läsrättighet krävs)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 877
+
+ Mapp för tillfälliga filer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 882
+
+ Miniatyrer, konverterade bilder, videos kommer att sparas här (skrivrättighet krävs))
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 889
+
+ Metadata read buffer
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 895
+
+ Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 901
+
+
+ src/common/config/public/ClientConfig.ts
+ 640
+
+ Video
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 910
+
+ 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.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 915
+
+
+ src/common/config/public/ClientConfig.ts
+ 647
+
+ Foto
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 928
+
+
+ src/common/config/public/ClientConfig.ts
+ 633
+
+ Miniatyr
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 951
+
+ Session Timeout
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 955
+
+ Users kept logged in for this long time.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 966
+
+ Portnummer. Port 80 är den du förmodligen vill använda.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 978
+
+ Servern accepterar anslutningar från denna IPv6 eller IPv4 adress.
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 992
+
+ Loggar
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1021
+
+ Server
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1037
+
+ Users
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1045
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 33
+
+ Indexering
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1050
+
+ If you add a new folder to your gallery, the site indexes it automatically. If you would like to trigger indexing manually, click index button. (Note: search only works among the indexed directories.)
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1061
+
+ Media
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1069
+
+ Metafil
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1077
+
+ Preview
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1092
+
+ Sharing
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1100
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 75
+
+ Duplicates
+
+
+
+
+ src/common/config/private/PrivateConfig.ts
+ 1108
+
+ Jobb
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 60
+
+ Enable Autocomplete
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 63
+
+ Visar förslag medan man skriver.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 70
+
+ Max items per category
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 73
+
+ Maximum number autocomplete items shown per category.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 80
+
+ Maximum items
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 83
+
+ Maximum number autocomplete items shown at once.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 90
+
+
+ src/common/config/public/ClientConfig.ts
+ 114
+
+ Cache timeout
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 94
+
+ Autocomplete cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 104
+
+
+ src/common/config/public/ClientConfig.ts
+ 173
+
+
+ src/common/config/public/ClientConfig.ts
+ 185
+
+
+ src/common/config/public/ClientConfig.ts
+ 207
+
+
+ src/common/config/public/ClientConfig.ts
+ 246
+
+
+ src/common/config/public/ClientConfig.ts
+ 538
+
+
+ src/common/config/public/ClientConfig.ts
+ 575
+
+ Enable
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 107
+
+ Enables searching.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 118
+
+ Search cache timeout.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 124
+
+ Fyll i automatiskt
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 133
+
+ Maximum media result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 136
+
+ Maximum number of photos and videos that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 142
+
+ Maximum directory result
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 145
+
+ Maximum number of directories that are listed in one search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 151
+
+ List directories
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 154
+
+ Search returns also with directories, not just media.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 160
+
+ List metafiles
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 163
+
+ Search also returns with metafiles from directories that contain a media file of the matched search result.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 188
+
+ Enables sharing.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 194
+
+ Lösenordsskydd
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 197
+
+ Kräver lösenord för delade länkar.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 210
+
+ Enables random link generation.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 222
+
+ Name of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 231
+
+ Url of a map layer.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 252
+
+ Image Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 255
+
+ Kartan använder miniatyrer som markörer istället för en nålmarkör.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 261
+
+ Map Provider
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 269
+
+ Mapbox accesstoken
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 273
+
+ MapBox needs an access token to work, create one at https://www.mapbox.com.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 278
+
+ The map module will use these urls to fetch the map tiles.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 281
+
+ Custom Layers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 291
+
+ Max Preview Markers
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 294
+
+ Maximum number of markers to be shown on the map preview on the gallery page.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 304
+
+ Map Icon size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 308
+
+ Ikonstorlek (på kartan).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 313
+
+ Person thumbnail size
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 317
+
+ Person (face) thumbnail size.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 322
+
+ Miniatyrstorlek
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 325
+
+ Size of the thumbnails. The best matching size will be generated. More sizes give better quality, but use more storage and CPU to render. If size is 240, that shorter side of the thumbnail will have 160 pixels.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 378
+
+ SearchQuery
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 388
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 47
+
+ Url
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 410
+
+ Visa antal
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 413
+
+ Shows the number photos and videos on the navigation bar.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 419
+
+ Links
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 424
+
+ Visible links in the top menu.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 437
+
+ Cache
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 440
+
+ Cachar mappinnehåll och sökresultat för bättre prestanda.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 445
+
+ Bläddringsbaserad miniatyrgenerering
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 448
+
+ De miniatyrer som syns på skärmen får högre prioritet.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 454
+
+ Default sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 457
+
+ Default sorting method for photo and video in a directory results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 463
+
+ Default search sorting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 466
+
+ Default sorting method for photo and video in a search results.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 472
+
+ Sort directories by date
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 475
+
+ 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
+ 481
+
+ On scroll thumbnail prioritising
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 484
+
+ Those thumbnails will be rendered first that are in view.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 489
+
+ Navigation bar
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 496
+
+ Namngvning med bildtext i första hand
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 499
+
+ Visa taggarna för bildtext (IPTC 120) från EXIF-data istället för filnamnen.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 504
+
+ Download Zip
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 509
+
+ Enable download zip of a directory contents Directory flattening. (Does not work for searches.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 514
+
+ Directory flattening
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 519
+
+ Adds a button to flattens the file structure, by listing the content of all subdirectories. (Won't work if the gallery has multiple folders with the same path.)
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 524
+
+ Default slideshow speed
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 529
+
+ Default time interval for displaying a photo in the slide show.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 547
+
+ Supported formats with transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 552
+
+ Video formats that are supported after transcoding (with the build-in ffmpeg support).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 560
+
+ Supported formats without transcoding
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 565
+
+ 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
+ 577
+
+ Enable photo converting.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 583
+
+ Load full resolution image on zoom.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 588
+
+ Enables loading the full resolution image on zoom in the ligthbox (preview).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 597
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 39
+
+ Photo converting
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 606
+
+ Supported photo formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 610
+
+ 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
+ 619
+
+ Enable GPX compressing
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 624
+
+ Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 658
+
+ *.gpx files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 663
+
+ Reads *.gpx files and renders them on the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 678
+
+ Markdown files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 682
+
+ Reads *.md files in a directory and shows the next to the map.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 688
+
+ *.pg2conf files
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 692
+
+ Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 698
+
+ Supported formats
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 702
+
+ The app will read and process these files.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 711
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 66
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 14
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 133
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 167
+
+ Aktiverad
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 719
+
+ Åsidosätt sökord
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 723
+
+ Om ett foto har samma ansiktsnamn (person) och nyckelord tar appen bort dubbletten och behåller bara ansiktsnamnet.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 728
+
+ Rättighet att stjärnmarkera ett ansikte
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 731
+
+ Nödvändig minimirätt att stjärna (favorit) ett ansikte.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 736
+
+ Face listing right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 739
+
+ Required minimum right to show the faces tab.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 749
+
+ Sidtitel
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 755
+
+ If you access the page form local network its good to know the public url for creating sharing link.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 757
+
+ Publik url till sidan
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 765
+
+ 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.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 767
+
+ Webbadress
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 779
+
+ Api path
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 790
+
+ Injects the content of this between the <head></head> HTML tags of the app. (You can use it add analytics or custom code to the app).
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 792
+
+ Custom HTML Head
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 813
+
+ Lösenordsskydd
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 815
+
+ Enables user management with login to password protect the gallery.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 821
+
+ Default user right
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 826
+
+ Default user right when password protection is disabled.
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 843
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 49
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 26
+
+ Galleri
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 857
+
+ Album
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 865
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 48
+
+
+ src/frontend/app/ui/gallery/search/search.gallery.component.html
+ 26,27
+
+ Sök
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 876
+
+ Karta
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 884
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 51
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 21
+
+
+ src/frontend/app/ui/gallery/filter/filter.service.ts
+ 40
+
+ Ansikten
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 892
+
+ Random photo
+
+
+
+
+ src/common/config/public/ClientConfig.ts
+ 896
+
+ 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/frontend/app/model/backendtext.service.ts
- 15
+ 11
Storlek att generera
@@ -14,7 +1982,7 @@
src/frontend/app/model/backendtext.service.ts
- 17
+ 13
Dessa miniatyrer kommer att genereras. Listan bör vara en subset av tillgängliga miniatyrsstorlekar
@@ -22,7 +1990,7 @@
src/frontend/app/model/backendtext.service.ts
- 19
+ 15
Bara indexerade
@@ -30,7 +1998,7 @@
src/frontend/app/model/backendtext.service.ts
- 21
+ 17
Kontrollera bara indexerade filer.
@@ -38,7 +2006,7 @@
src/frontend/app/model/backendtext.service.ts
- 23
+ 19
Index changes only
@@ -46,75 +2014,67 @@
src/frontend/app/model/backendtext.service.ts
- 25
+ 21
Only indexes a folder if it got changed.
-
-
+
+
+
+ src/frontend/app/model/backendtext.service.ts
+ 35
+
+ Database reset
+
+
+
src/frontend/app/model/backendtext.service.ts
37
- Indexering
+ Thumbnail generation
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 39
-
- Preview Filling
-
-
-
+
+
src/frontend/app/model/backendtext.service.ts
41
- Återställning av databas
+ Video converting
-
-
+
+
src/frontend/app/model/backendtext.service.ts
43
- Miniatyrsgenerering
+ Temp folder cleaning
-
-
+
+
src/frontend/app/model/backendtext.service.ts
45
- Fotokonverting
+ Preview filling
-
-
+
+
src/frontend/app/model/backendtext.service.ts
47
- Videokonvertering
-
-
-
-
- src/frontend/app/model/backendtext.service.ts
- 49
-
- Temp-mapprensning
+ Preview reset
src/frontend/app/model/notification.service.ts
- 71
+ 84
src/frontend/app/model/notification.service.ts
- 74
+ 87
Serverfel
@@ -122,7 +2082,7 @@
src/frontend/app/model/notification.service.ts
- 77
+ 90
Server info
@@ -130,7 +2090,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 23
+ 20
hour
h
@@ -139,7 +2099,7 @@
src/frontend/app/pipes/DurationPipe.ts
- 26
+ 23
minute
m
@@ -148,67 +2108,191 @@
src/frontend/app/pipes/DurationPipe.ts
- 29
+ 26
second
s
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 13
-
- ascending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
- 15
-
- descending rating
-
-
-
-
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
17
- stigande namn
+ Developer
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 18
+
+ Admin
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
19
- fallande namn
+ User
-
-
+
+
- src/frontend/app/pipes/StringifySortingMethod.ts
+ src/frontend/app/ui/EnumTranslations.ts
+ 20
+
+ Guest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
21
- stigande datum
+ LimitedGuest
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 24
+
+ Grundläggande
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 25
+
+ Avancerat
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 26
+
+ Under the hood
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 28
+
+ Custom
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 29
+
+ OpenStreetMap
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 30
+
+ Mapbox
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 33
+
+ låg
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 34
+
+ hög
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 35
+
+ medium
- src/frontend/app/pipes/StringifySortingMethod.ts
- 23
+ src/frontend/app/ui/EnumTranslations.ts
+ 38
fallande datum
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 39
+
+ stigande datum
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 40
+
+ fallande namn
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 41
+
+ stigande namn
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 42
+
+ descending rating
+
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 43
+
+ ascending rating
+
- src/frontend/app/pipes/StringifySortingMethod.ts
- 25
+ src/frontend/app/ui/EnumTranslations.ts
+ 44
slumpvis
+
+
+
+ src/frontend/app/ui/EnumTranslations.ts
+ 50
+
+
+ src/frontend/app/ui/frame/frame.component.html
+ 18
+
+ Albums
+
@@ -233,11 +2317,11 @@
Git commit
-
-
+
+
src/frontend/app/ui/admin/admin.component.html
- 17,18
+ 16,17
Servernotifikationer
@@ -245,7 +2329,7 @@
src/frontend/app/ui/admin/admin.component.html
- 36,37
+ 34,35
Starta om servern för att afärda notifikationerna.
@@ -253,7 +2337,7 @@
src/frontend/app/ui/admin/admin.component.html
- 48
+ 46
App version:
@@ -261,31 +2345,15 @@
src/frontend/app/ui/admin/admin.component.html
- 52
+ 50,51
Läge
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 60
-
- Avancerat
-
-
-
-
- src/frontend/app/ui/admin/admin.component.html
- 61
-
- Förenklad
-
src/frontend/app/ui/admin/admin.component.html
- 79
+ 73,75
title of left card in settings page that contains settings contents
Meny
@@ -294,7 +2362,7 @@
src/frontend/app/ui/admin/admin.component.html
- 148
+ 116
Upptid
@@ -302,7 +2370,7 @@
src/frontend/app/ui/albums/album/album.component.html
- 27
+ 27,28
Album is locked, cannot be deleted from the webpage.
@@ -310,11 +2378,11 @@
src/frontend/app/ui/albums/albums.component.html
- 15
+ 15,16
src/frontend/app/ui/albums/albums.component.html
- 34
+ 34,35
Add saved search
@@ -330,7 +2398,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 5
+ 5,6
To .pg2conf
@@ -338,7 +2406,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 12
+ 12,13
Saved Search to .saved_searches.pg2conf
@@ -346,7 +2414,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 18
+ 17,18
Add this json to a '.saved_searches.pg2conf' file in your gallery:
@@ -354,7 +2422,7 @@
src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html
- 20
+ 19,20
This saved search will be loaded from file during gallery indexing and it will survive a database reset.
@@ -362,7 +2430,7 @@
src/frontend/app/ui/duplicates/duplicates.component.html
- 9,10
+ 8,10
Inga dubbletter hittades
@@ -370,59 +2438,15 @@
src/frontend/app/ui/faces/faces.component.html
- 15
+ 16
Inga ansikten finns att visa.
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 18
-
- Galleri
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 21
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.ts
- 23
-
- Albums
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 24
-
-
- src/frontend/app/ui/gallery/filter/filter.service.ts
- 39
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.ts
- 30
-
- Ansikten
-
-
-
-
- src/frontend/app/ui/frame/frame.component.html
- 54
-
- Duplicates
-
src/frontend/app/ui/frame/frame.component.html
- 62
+ 83
Inställningar
@@ -430,7 +2454,7 @@
src/frontend/app/ui/frame/frame.component.html
- 68
+ 89
Logga ut
@@ -454,7 +2478,7 @@
src/frontend/app/ui/gallery/filter/filter.gallery.component.ts
- 20
+ 23
unknown
@@ -462,7 +2486,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 33
+ 34
Keywords
@@ -470,7 +2494,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 40
+ 44
no face
@@ -478,7 +2502,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 45
+ 49
Faces groups
@@ -486,7 +2510,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 51
+ 59
Caption
@@ -494,7 +2518,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 56
+ 64
Rating
@@ -502,7 +2526,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 61
+ 69
Camera
@@ -510,7 +2534,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 66
+ 74
Lens
@@ -518,7 +2542,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 71
+ 79
City
@@ -526,7 +2550,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 76
+ 84
State
@@ -534,7 +2558,7 @@
src/frontend/app/ui/gallery/filter/filter.service.ts
- 81
+ 89
Country
@@ -562,23 +2586,11 @@
För många sökträffar. Förfina din sökning.
-
-
-
- src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 11
-
-
- src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 29
-
- ladda ner
-
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 15
+ 10
info snabbtangent: i
@@ -586,11 +2598,11 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 22
+ 17
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 31
+ 25
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -602,11 +2614,123 @@
toggle fullscreen, key: f
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 45
+
+ Download
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow playback speed
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 53
+
+ Slideshow speed:
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ key: c
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 64
+
+ Show caption
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 70
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 88
+
+ on hover
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 71
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 89
+
+ always
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ key: a
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 82
+
+ Show faces
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ key: l
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 102
+
+ Play videos
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 108
+
+ once
+
+
+
+
+ src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
+ 109
+
+ loop
+
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 38
+ 123
src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.html
@@ -618,7 +2742,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 90
+ 179
vänsterpil
@@ -626,7 +2750,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 94
+ 183
högerpil
@@ -634,7 +2758,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 100
+ 189
Zooma ut snabbtangent: '-'
@@ -642,7 +2766,7 @@
src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html
- 107
+ 196
Zooma in snabbtangent: '+'
@@ -652,21 +2776,17 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
3
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
Info
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 51
+ 50
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 45
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 46
varaktighet
@@ -674,7 +2794,7 @@
src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html
- 57
+ 56
bithastighet
@@ -682,15 +2802,15 @@
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 20
+ 21
- Problem att ladda video
+ Problem att ladda video.
src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html
- 23,26
+ 23,27
Videon har sannolikt inte konverterats. Det kan göras i inställningsmenyn. Konvertering krävs.
@@ -698,7 +2818,7 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 12
+ 14
Letar efter:
@@ -706,15 +2826,23 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 20
+ 23,24
föremål
+
+
+
+ src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
+ 32
+
+ ladda ner
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 39
+ 42
Flatten directory
@@ -722,17 +2850,17 @@
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html
- 48
+ 51
Filters
-
-
+
+
src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts
- 38
+ 48
- Bilder
+ Home
@@ -754,11 +2882,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.html
- 29,30
+ 28,29
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 32,33
+ 33
Kopiera
@@ -766,11 +2894,11 @@
src/frontend/app/ui/gallery/random-query-builder/random-query-builder.gallery.component.ts
- 97
+ 104
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 115
+ 126
Url har kopierats
@@ -790,7 +2918,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 100
+ 104
Från
@@ -798,7 +2926,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 114
+ 118
Från datum
@@ -806,7 +2934,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 126
+ 130
Hittills
@@ -814,11 +2942,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 138
+ 142
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 167
+ 171
Lägsta betyg
@@ -826,11 +2954,11 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 152
+ 156
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 184
+ 188
Maximalt betyg
@@ -838,7 +2966,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 206
+ 210
Porträtt
@@ -846,7 +2974,7 @@
src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html
- 207
+ 211
Landskap
@@ -854,39 +2982,27 @@
src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.html
- 51
+ 50
Insert
src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
- 25
+ 23,24
-
+
-
-
-
- src/frontend/app/ui/gallery/search/search.gallery.component.html
- 31
-
-
- src/frontend/app/ui/settings/search/search.settings.component.ts
- 22
-
- Sök
-
src/frontend/app/ui/gallery/search/search.gallery.component.html
- 68
+ 63,64
Save search to album
@@ -894,15 +3010,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 4
+ 5
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 10
-
-
- src/frontend/app/ui/settings/share/share.settings.component.ts
- 26
+ 11,12
Dela
@@ -910,7 +3022,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 39
+ 39,40
Delning:
@@ -918,43 +3030,15 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 52
+ 52,53
Inkludera undermappar:
-
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 74
-
-
- src/frontend/app/ui/gallery/share/share.gallery.component.html
- 86
-
-
- src/frontend/app/ui/login/login.component.html
- 45
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 66
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 79
-
-
- src/frontend/app/ui/sharelogin/share-login.component.html
- 25
-
- Lösenord
-
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 93
+ 93,94
Giltig:
@@ -962,7 +3046,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 106
+ 106,107
Minuter
@@ -970,7 +3054,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 107
+ 107,108
Timmar
@@ -978,7 +3062,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 108
+ 108,109
Dagar
@@ -986,7 +3070,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 109
+ 109,110
Månader
@@ -994,7 +3078,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.html
- 110
+ 110,111
Forever
@@ -1002,7 +3086,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 51
+ 49
Ja
@@ -1010,7 +3094,7 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 52
+ 50
Nej
@@ -1018,11 +3102,11 @@
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 92
+ 94
src/frontend/app/ui/gallery/share/share.gallery.component.ts
- 99
+ 106
laddar...
@@ -1030,7 +3114,7 @@
src/frontend/app/ui/login/login.component.html
- 10
+ 10,11
Vänligen logga in
@@ -1038,31 +3122,15 @@
src/frontend/app/ui/login/login.component.html
- 13,14
+ 13
Felaktigt användarnamn eller lösenord
-
-
-
- src/frontend/app/ui/login/login.component.html
- 29
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 57
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 77
-
- Användarnamn
-
src/frontend/app/ui/login/login.component.html
- 58
+ 47,48
Håll mig inloggad
@@ -1070,1056 +3138,323 @@
src/frontend/app/ui/login/login.component.html
- 68,69
+ 56
Logga in
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
- inställningar sparades
-
-
-
-
- src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts
- 223
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Lyckades
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 2,5
-
- Det verkar som att du kör applikationen i en Docker container. Denna inställning borde inte ändras i docker. Se till att du vet vad du gör.
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 64
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 135
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 168
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 11
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 47
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 11
-
- Avaktiverad
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.html
- 65
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 14
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 136
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 169
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 12
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 13
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 46
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 12
-
- Aktiverad
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 149
-
- endast läsbart
-
-
-
-
- src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts
- 151
-
- standardvärde
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 25
-
- Shows albums tab in the top bar and enables creating saved searches.
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 27
-
- Note: custom albums are not supported, see:
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 33,34
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 96,97
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 78,79
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 64,65
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 219,220
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 105,106
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 35,36
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 129,130
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 49,50
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 30,31
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 47,48
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 72,73
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 46,47
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 54,55
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 143,144
-
- Spara
-
-
-
-
- src/frontend/app/ui/settings/albums/albums.settings.component.html
- 37,38
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 100,101
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 82,83
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 55,56
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 68,69
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 223,224
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 109,110
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 39,40
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 133,134
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 53,54
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 34,35
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 51,52
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 76,77
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 50,51
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 58,59
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 147,148
-
- Återställ
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 11
-
- Sidtitel
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 35
-
- Värd
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 22
-
- Servern accepterar anslutningar från denna IPv6 eller IPv4 adress.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 31
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 42
-
- Port
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 32
-
- Portnummer. Port 80 är den du förmodligen vill använda.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 42
-
- Bildmapp
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 43
-
- Bilder laddas från denna mapp (läsrättighet krävs)
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 53
-
- Mapp för tillfälliga filer
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 54,55
-
- Miniatyrer, konverterade bilder, videos kommer att sparas här (skrivrättighet krävs))
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 65
-
- Publik url till sidan
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 68,69
-
- Om du ansluter till sidan från ett lokalt nätverk så är det bra att veta den publika url för dela länkar.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 77
-
- Webbadress
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 78,81
-
- 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.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.html
- 91,92
-
- Den publika urlen och webbadressen matchar inte. Vissa funktioner kanske inte fungerar.
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 26
-
- Grundläggande
-
-
-
-
- src/frontend/app/ui/settings/basic/basic.settings.component.ts
- 34
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 53
-
- Starta om servern för att de nya inställningarna ska gälla.
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 10
-
- Typ
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 16,17
-
- Installera mysql node-modulen manuellt för att använda mysql (npm install mysql)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 22
-
- Databasmapp
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 23
-
- All filbaserad data sparas här (sqlite databas, användardatabas om minnes-db, jobb historik)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.html
- 50
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 26
-
- Databas
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 36
-
- (rekommenderad)
-
-
-
-
- src/frontend/app/ui/settings/database/database.settings.component.ts
- 38
-
- (stöds ej längre, kommer att tas bort)
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 31
-
- Åsidosätt sökord
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 33
-
- Om ett foto har samma ansiktsnamn (person) och nyckelord tar appen bort dubbletten och behåller bara ansiktsnamnet.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 38
-
- Rättighet att stjärnmarkera ett ansikte
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 40
-
- Nödvändig minimirätt att stjärna (favorit) ett ansikte.
-
-
-
-
- src/frontend/app/ui/settings/faces/faces.settings.component.html
- 47,48
-
- Ansikten stöds inte med dessa inställningar.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 12
-
- Timeout för indexcache [ms]
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 13
-
- Om det inte har indexerats inom den här tiden, körs en omindexering. (hoppas över om index finns i DB och känsligheten är låg)
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 21
-
- Känslighet för omindexering
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 23
-
- Ställ in omindexings känslighet. Högt värde gör att mapparna kontrolleras oftare för förändring.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 29
-
- Mappar som inte ska indexeras
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 34
-
- Mappar att exludera från indexering
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 37,40
-
- ';' separerade strängar. Om en post börjar med '/' behandlas den som en absolut sökväg. Om det inte börjar med '/' men innehåller ett '/', är sökvägen relativt bildmappen. Om den inte innehåller '/' kommer alla mappar med detta namn att uteslutas.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 45
-
- Exkludera filer
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 50
-
- Fil som innehåller en lista med mappar som inte ska indexeras
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 53,55
-
- ';' separerade strängar. Filer med detta namn kommer inte att indexeras.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 75
-
- Om du lägger till en ny mapp, så indexeras den automatiskt.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 76
-
- Om du vill trigga indexering manuellt, klicka på indexering.
-
-
-
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 79
-
- Obs: sökning fungerar bara i de indexerade mapparna
-
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 106,107
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 2,4
Statestik:
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 109
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 6
Mappar
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 113
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 10
Bilder
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 117
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 14
Filmer
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 122
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 19
Personer
- src/frontend/app/ui/settings/indexing/indexing.settings.component.html
- 126
+ src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html
+ 23
Storlek
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 36
+ src/frontend/app/ui/settings/scheduled-jobs.service.ts
+ 128
- Indexering av mappar
+ Jobb färdigt
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 68
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 1,5
- låg
+ Det verkar som att du kör applikationen i en Docker container. Denna inställning borde inte ändras i docker. Se till att du vet vad du gör.
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 71
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 65
- medium
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 12,13
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 131,132
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 165,166
+
+ Avaktiverad
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 74
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 92
- hög
+ Tile Url*
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 86
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 120,121
- Mappindexering startad
+ + Lägg till lager
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 105
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 182,183
- Mappindexering avbruten
+ + Add Link
-
-
+
+
- src/frontend/app/ui/settings/indexing/indexing.settings.component.ts
- 124
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 242,243
- Nollställer databasen
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 282,283
+
+ + Add
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 301
+
+ ';' separated list.
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 304
+
+ See
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 308
+
+ Reset database after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html
+ 312
+
+ Restart server after changing this settings!
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 229
+
+ endast läsbart
+
+
+
+
+ src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts
+ 231
+
+ standardvärde
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 33,34
+
+ config is not supported with these settings.
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 45
+
+ Spara
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.html
+ 49
+
+ Återställ
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 281,280
+
+ inställningar sparades
+
+
+
+
+ src/frontend/app/ui/settings/template/template.component.ts
+ 282,280
+
+ Lyckades
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 4,5
+
+ User list
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 46,47
+
+ + Lägg till användare
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 56,57
+
+ Lägg till ny användare
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 72,73
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 248,249
+
+ Stäng
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.html
+ 76
+
+ Lägg till användare
+
+
+
+
+ src/frontend/app/ui/settings/users/users.component.ts
+ 82,80
+
+ User creation error!
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 2
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 2,3
Trigga jobbkörning manuellt
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 7
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 8
Kör nu
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
- 15
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.html
+ 17
Avbryt
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 68
Jobb startat
- src/frontend/app/ui/settings/jobs/button/job-button.settings.component.ts
- 59
+ src/frontend/app/ui/settings/workflow/button/job-button.settings.component.ts
+ 88
Stoppar jobb
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 20
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 116
-
- alla
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 25
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 68
-
- aldrig
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 27
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 67
-
- efter
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 50
-
- Jobb:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 64
-
- Periodicitet:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 74,75
-
- Ställ in tiden för jobbet.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 80
-
- Efter:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 91,92
-
- Jobbet körs efter det att det jobbet är klart.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 98
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 108
-
- Vid:
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 127
-
- Tillåt parallell körning
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 143,144
-
- Tillåter jobbet att köra även om ett annat jobb redan körs.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 198,199
-
- ';' separerade heltal.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 226,227
-
- + Lägg till jobb
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 241
-
- Lägg till nytt jobb
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 255,256
-
- Välj ett jobb att schemalägga.
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 260
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 87
-
- Stäng
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.html
- 263,264
-
- Lägg till jobb
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 57
-
- Jobb
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 69
-
- återkommande
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 70
-
- schemalagd
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 73
-
- Måndag
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 74
-
- Tisdag
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 75
-
- Onsdag
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 76
-
- Torsdag
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 77
-
- Fredag
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 78
-
- Lördag
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 79
-
- Söndag
-
-
-
-
- src/frontend/app/ui/settings/jobs/jobs.settings.component.ts
- 80
-
- dag
-
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 3,4
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 2,4
Senast körd:
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
5
Kör mellan
@@ -2127,7 +3462,7 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
14
Status
@@ -2135,1120 +3470,361 @@
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 32
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 33
Avbryter...
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 43
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 44
tidsåtgång
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 82
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 83
Bearbetad
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 86
Hoppad över
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 84
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 89
Kvar
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 85
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 92
Alla
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.html
- 111,112
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.html
+ 118,120
Loggar
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 38
bearbetad
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 28
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 42
hoppat över
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 29
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 46
alla
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 75
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 109
kör
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 77
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 111
stänger av
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 79
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 113
avstängd
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 81
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 115
avbruten
- src/frontend/app/ui/settings/jobs/progress/job-progress.settings.component.ts
- 83
+ src/frontend/app/ui/settings/workflow/progress/job-progress.settings.component.ts
+ 117
färdig
-
-
+
+
- src/frontend/app/ui/settings/map/map.settings.component.html
- 30
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 11,12
- Använd bildmarkörer
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 31
-
- Kartan använder miniatyrer som markörer istället för en nålmarkör.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 40
-
- Kartkälla
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 52
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 27
-
- Namn
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 53
-
- Tile Url*
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 78
-
- *Kartan använder dessa urler för att hämta kartbilder.
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 83,84
-
- + Lägg till lager
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 90
-
- Mapbox accesstoken
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.html
- 96
-
- MapBox kräver accesstoken för att fungera, skapa en
-
-
-
-
- src/frontend/app/ui/settings/map/map.settings.component.ts
- 27
-
- Karta
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 11
-
- *.gpx files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 12
-
- Reads *.gpx files and renders them on the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 19
-
- Markdown files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 20
-
- Reads *.md files in a directory and shows the next to the map.
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 26
-
- *.pg2conf files
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.html
- 27
-
- Reads *.pg2conf files (You can use it for custom sorting and save search (albums)).
-
-
-
-
- src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts
- 23
-
- Metafil
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 7
-
- Fel:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 10
-
- Trådar:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 14
-
- Trådning
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 15
-
- Kör katalogsökning i en annan tråd.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 22
-
- Trådar för miniatyrer
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 23
-
- Antal trådar som används för att skapa miniatyrer. Om auto används kommer antalet CPU-kärnor -1 trådar att användas.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 33
-
- Övrigt:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 36
-
- Bläddringsbaserad miniatyrgenerering
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 37
-
- De miniatyrer som syns på skärmen får högre prioritet.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 43
-
- Lat bildrendering
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 44
-
- Visar endast nödvändigt antal bilder på en gång. Visar mer om sidans botten nås.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 50
-
- Cache
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 51
-
- Cachar mappinnehåll och sökresultat för bättre prestanda.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 57
-
- Namngvning med bildtext i första hand
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 58
-
- Visa taggarna för bildtext (IPTC 120) från EXIF-data istället för filnamnen.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 64
-
- Download Zip
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 65
-
- [Experimental: does not work for searches] Enable download zip of a directory contents
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 71
-
- Directory flattening
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 72
-
- [Experimental: won't work if the gallery multiple folders with the same path] Adds a button to flattens the file structure, by listing the content of all subdirectories.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 82
-
- Navigeringsfält:
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 85
-
- Visa antal
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 86
-
- Visa antal bilder i mappen.
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 100
-
- Standardmetod för fotosortering
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 109
-
- Sort directories by date
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.html
- 110
-
- 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/frontend/app/ui/settings/other/other.settings.component.html
- 118
-
- Custom HTML Head
-
-
-
-
- src/frontend/app/ui/settings/other/other.settings.component.ts
- 32
-
- Övrigt
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 9
-
- Bildomvandling:
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 12
-
- Omvandling
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 13
-
- Skalar ner bilder för snabbare förhandsvisning. (Inzoomning laddar originalbilden).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 19
-
- Konvertera i farten
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 20
-
- Konverterar bilder allt eftersom när de efterfrågas.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 28
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 66
-
- Upplösning
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 29
-
- Den kortaste kanten på den omvandlade bilden skalas ner till detta, medan bildförhållandet bevaras.
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 38
-
- Load full resolution image on zoom
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.html
- 39
-
- Enables loading the full resolution image on zoom in the ligthbox (preview).
-
-
-
-
- src/frontend/app/ui/settings/photo/photo.settings.component.ts
- 36
-
- Foto
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 10
-
- Preview Filter query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 11
-
- Filters the sub-folders with this search query
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 20
-
- Preview Sorting
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.html
- 21
-
- If multiple preview is available sorts them by these methods and selects the first one.
-
-
-
-
- src/frontend/app/ui/settings/preview/preview.settings.component.ts
- 31
-
- Preview
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 30,33
-
- Denna funktion skapar en url till en slumpvis vald bild. Du kan använda denna url med en tredjepartsapplikation, som till exempel för att byta skrivbordsbakgrund
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 36,37
-
- Note: With the current implementation, random link also requires login. See:
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html
- 43,44
-
- Slumpvis bildval fungerar inte med dessa inställningar
-
-
-
-
- src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts
- 22
-
- Slumpvis valt foto
-
-
-
-
- src/frontend/app/ui/settings/scheduled-jobs.service.ts
- 80
-
- Jobb färdigt
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 32
-
- Fyll i automatiskt
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 33
-
- Visar förslag medan man skriver.
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 40
-
- Maximum media result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 41
-
- Maximum number of photos and videos that listed in one search result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 49
-
- List directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 50
-
- Search will also return with directories
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 57
-
- List metafiles
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 58
-
- Search also returns with metafiles from directories that contain a media file of the matched search result
-
-
-
-
- src/frontend/app/ui/settings/search/search.settings.component.html
- 68,69
-
- Sökning fungerar inte med dessa inställningar
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 29
-
- Lösenordsskydd
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 30
-
- Kräver lösenord för delade länkar.
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 40,41
-
- Delning fungerar inte med dessa inställningar
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 57
-
- Delade länkar:
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 63
-
- Nycker
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 64
-
- Mapp
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 65
-
- Skapad av
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 66
-
- Upphör
-
-
-
-
- src/frontend/app/ui/settings/share/share.settings.component.html
- 86,87
-
- Ingen delning skapades.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 11
-
- Kvalité på miniatyrer
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 12
-
- Hög kvalitet kan vara långsam.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 20
-
- Ikonstorlek
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 21
-
- Ikonstorlek (på kartan).
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 30
-
- Miniatyrstorlek
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 37
-
- Storlek på miniatyrer.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 39,41
-
- Den storlek som matchar bäst genereras. (Fler storlekar ger bättre kvalité, men använder mer diskutrymme och mer CPU för att visas)
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
- 43,45
-
- ';' separata heltal. Om storleken är 240, kommer kortsidan ha 160 pixlar.
-
-
-
-
- src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts
- 31
-
- Miniatyr
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 28
-
- Roll
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 55,56
-
- + Lägg till användare
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 59,60
-
- För att skydda sidan med inloggning, aktivera denna.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 70
-
- Lägg till ny användare
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
- 90,91
-
- Lägg till användare
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 45
-
- Lösenordsskydd
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 48
-
- Låg
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 49
-
- Hög
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 86
-
- Lösenordsskydd är aktiverad
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 87
-
- Omstart av servern rekommenderas.
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 90
-
- Lösenordsskydd är avaktiverat
-
-
-
-
- src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts
- 113
-
- User creation error!
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 26,29
-
- Videostödet använder ffmpeg. ffmpeg- och ffprobe-binärer behöver finnas tillgänglig i PATH eller så behöver du installera @ffmpeg-installer/ffmpeg and @ffprobe-installer/ffprobe node paketen.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 33
-
- Videoomvandling:
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 35,38
-
- För att möjliggöra en jämn videoström rekommenderas videoomvandling till en lägre bitrate än serverns uppladningshastighet.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 39
-
- Omvandlad video sparas i samma mapp som miniatyrerna.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 40,43
-
- Du kan trigga videoomvandlingen manuellt, men du kan även skapa ett schemalagt omvandlingsjob i den avancerade inställningsmenyn.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 47
-
- Format
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 57
-
- Kodek
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 67
-
- Höjden på den omvandlade videoströmmen skalas ner till detta, medan bildförhållandet bevaras.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 77
-
- FPS
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 78
-
- Bilder per sekund (fps) på den omvandlade videoströmmen skalas ner till detta.
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 90
-
- Bitrate
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
- 104,106
-
- Bitrate på den omvandlade videoströmmen skalas ner till detta. Bör vara mindre än serverns uppladdningshastighet
-
-
-
-
- src/frontend/app/ui/settings/video/video.settings.component.html
+ src/frontend/app/ui/settings/workflow/workflow.component.html
112
- CRF
+ alla
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 113
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 16,17
- Omfånget av Constant Rate Factor (CRF) är 0–51, där 0 är förlustfri, 23 är standarvärdet, och 51 är lägst kvalité.
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 81
+
+ aldrig
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 121
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 18,19
- Förinställt värde
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 80
+
+ efter
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 122
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 42,43
- Förinställda värden är ett antal värden som ger en viss omvandlings hastiget mot kompressionsförhållande. En långsammare förinställning ger bättre komprimering (komprimering är kvalité per filstorlek).
+ Jobb:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 130
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 56,57
- Egna inställningar
+ Periodicitet:
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.html
- 131
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 66,67
- ; separerade värden. Kommer att skickas till ffmpeg som det är, som egna inställningar.
+ Ställ in tiden för jobbet.
-
-
+
+
- src/frontend/app/ui/settings/video/video.settings.component.ts
- 43
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 72,73
- Video
+ Efter:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 85,86
+
+ Jobbet körs efter det att det jobbet är klart.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 92,93
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 102,103
+
+ Vid:
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 123,124
+
+ Tillåt parallell körning
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 140,141
+
+ Tillåter jobbet att köra även om ett annat jobb redan körs.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 198,199
+
+ ';' separerade heltal.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 218,221
+
+ + Lägg till jobb
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 228,229
+
+ Lägg till nytt jobb
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 243,244
+
+ Välj ett jobb att schemalägga.
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.html
+ 252
+
+ Lägg till jobb
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 82
+
+ återkommande
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 83
+
+ schemalagd
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 86,85
+
+ Måndag
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 87,85
+
+ Tisdag
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 88,85
+
+ Onsdag
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 89,85
+
+ Torsdag
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 90,85
+
+ Fredag
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 91,85
+
+ Lördag
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 92,85
+
+ Söndag
+
+
+
+
+ src/frontend/app/ui/settings/workflow/workflow.component.ts
+ 93,85
+
+ dag
src/frontend/app/ui/sharelogin/share-login.component.html
- 11
+ 11,13
Felaktigt lösenord
-
-
+
+
src/frontend/app/ui/sharelogin/share-login.component.html
- 39
+ 40
Ange