From 95eccade0eb17c17d6db4fc63662ddd034a5587c Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Sat, 7 Jan 2023 11:34:50 +0100 Subject: [PATCH] Updating translations #569 --- src/common/config/private/PrivateConfig.ts | 9 +- src/frontend/app/model/backendtext.service.ts | 16 +- .../app/ui/admin/admin.component.html | 4 +- .../settings-entry.component.html | 2 +- src/frontend/translate/messages.cn.xlf | 5064 ++++++++-------- src/frontend/translate/messages.de.xlf | 5064 ++++++++-------- src/frontend/translate/messages.en.xlf | 5064 ++++++++-------- src/frontend/translate/messages.es.xlf | 5064 ++++++++-------- src/frontend/translate/messages.fr.xlf | 5066 ++++++++-------- src/frontend/translate/messages.hu.xlf | 5092 +++++++++-------- src/frontend/translate/messages.id.xlf | 5064 ++++++++-------- src/frontend/translate/messages.it.xlf | 5066 ++++++++-------- src/frontend/translate/messages.pl.xlf | 5064 ++++++++-------- src/frontend/translate/messages.ro.xlf | 5064 ++++++++-------- src/frontend/translate/messages.ru.xlf | 5064 ++++++++-------- src/frontend/translate/messages.sv.xlf | 5066 ++++++++-------- 16 files changed, 33872 insertions(+), 26961 deletions(-) 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 @@
-
- Server notifications -
+
Server notifications
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 @@ + + Host + + src/common/config/private/PrivateConfig.ts + 100 + + + src/common/config/private/PrivateConfig.ts + 973 + + 服务器IP + + + Port + + src/common/config/private/PrivateConfig.ts + 110 + + + src/common/config/private/PrivateConfig.ts + 961 + + 端口号 + + + Database + + src/common/config/private/PrivateConfig.ts + 120 + + + src/common/config/private/PrivateConfig.ts + 1029 + + 数据库 + + + Username + + 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 + + 用户名 + + + Password + + 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 + + 密码 + + + Sqlite db filename + + src/common/config/private/PrivateConfig.ts + 153 + + Sqlite db filename + + + Sqlite will save the db with this filename. + + src/common/config/private/PrivateConfig.ts + 157 + + Sqlite will save the db with this filename. + + + Name + + 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 + + 名称 + + + Role + + src/common/config/private/PrivateConfig.ts + 177 + + + src/frontend/app/ui/settings/users/users.component.html + 17,18 + + 角色 + + + Unencrypted, temporary password. App will encrypt it and delete this. + + src/common/config/private/PrivateConfig.ts + 190 + + Unencrypted, temporary password. App will encrypt it and delete this. + + + Encrypted password + + src/common/config/private/PrivateConfig.ts + 196 + + Encrypted password + + + Type + + src/common/config/private/PrivateConfig.ts + 231 + + + src/common/config/public/ClientConfig.ts + 362 + + 类型 + + + SQLite is recommended. + + src/common/config/private/PrivateConfig.ts + 236 + + SQLite is recommended. + + + Database folder + + src/common/config/private/PrivateConfig.ts + 243 + + 数据库文件夹 + + + All file-based data will be stored here (sqlite database, job history data). + + src/common/config/private/PrivateConfig.ts + 247 + + All file-based data will be stored here (sqlite database, job history data). + + + SQLite + + src/common/config/private/PrivateConfig.ts + 254 + + SQLite + + + MySQL + + src/common/config/private/PrivateConfig.ts + 264 + + MySQL + + + Enforced users + + src/common/config/private/PrivateConfig.ts + 281 + + + src/common/config/private/PrivateConfig.ts + 298 + + Enforced users + + + 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 + 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. + + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + src/common/config/private/PrivateConfig.ts + 301 + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + + Converted photo and thumbnail quality + + src/common/config/private/PrivateConfig.ts + 308 + + Converted photo and thumbnail quality + + + Between 0-100. + + src/common/config/private/PrivateConfig.ts + 311 + + Between 0-100. + + + Person face margin + + src/common/config/private/PrivateConfig.ts + 318 + + Person face margin + + + Person face size ratio on the face thumbnail. + + src/common/config/private/PrivateConfig.ts + 321 + + Person face size ratio on the face thumbnail. + + + OnTheFly *.gpx compression + + src/common/config/private/PrivateConfig.ts + 331 + + OnTheFly *.gpx compression + + + Enables on the fly *.gpx compression. + + src/common/config/private/PrivateConfig.ts + 335 + + Enables on the fly *.gpx compression. + + + Min distance + + src/common/config/private/PrivateConfig.ts + 342 + + Min distance + + + Filters out entry that are closer than this in meters. + + src/common/config/private/PrivateConfig.ts + 347 + + Filters out entry that are closer than this in meters. + + + Min time delta + + src/common/config/private/PrivateConfig.ts + 354 + + Min time delta + + + Filters out entry that are closer than this in time in milliseconds. + + src/common/config/private/PrivateConfig.ts + 359 + + Filters out entry that are closer than this in time in milliseconds. + + + GPX compression + + src/common/config/private/PrivateConfig.ts + 369 + + + src/common/config/public/ClientConfig.ts + 669 + + + src/frontend/app/model/backendtext.service.ts + 49 + + GPX compression + + + Update timeout + + src/common/config/private/PrivateConfig.ts + 387 + + Update timeout + + + After creating a sharing link, it can be updated for this long. + + src/common/config/private/PrivateConfig.ts + 391 + + After creating a sharing link, it can be updated for this long. + + + Index cache timeout + + src/common/config/private/PrivateConfig.ts + 402 + + Index cache timeout + + + 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 + 406 + + If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low). + + + Folder reindexing sensitivity + + src/common/config/private/PrivateConfig.ts + 413 + + 文件夹重新索引灵敏度 + + + Set the reindexing sensitivity. High value check the folders for change more often. + + src/common/config/private/PrivateConfig.ts + 416 + + 设置重新索引灵敏度. 越高则扫描文件夹变动越频繁. + + + Exclude Folder List + + src/common/config/private/PrivateConfig.ts + 423 + + 排除文件夹列表 + + + 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 + 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. + + + Exclude File List + + src/common/config/private/PrivateConfig.ts + 436 + + 排除文件列表 + + + .ignore;.pg2ignore + + src/common/config/private/PrivateConfig.ts + 440 + + .ignore;.pg2ignore + + + 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 + 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. + + + Threading + + src/common/config/private/PrivateConfig.ts + 452 + + + src/common/config/private/PrivateConfig.ts + 984 + + 线程 + + + Runs directory scanning and thumbnail generation in a different thread. + + src/common/config/private/PrivateConfig.ts + 456 + + Runs directory scanning and thumbnail generation in a different thread. + + + Thumbnail threads + + src/common/config/private/PrivateConfig.ts + 462 + + 缩略图线程 + + + 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 + 466 + + Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used. + + + Max duplicates + + src/common/config/private/PrivateConfig.ts + 477 + + Max duplicates + + + Maximum number of duplicates to list. + + src/common/config/private/PrivateConfig.ts + 480 + + Maximum number of duplicates to list. + + + Level + + src/common/config/private/PrivateConfig.ts + 490 + + Level + + + Logging level. + + src/common/config/private/PrivateConfig.ts + 493 + + Logging level. + + + Sql Level + + src/common/config/private/PrivateConfig.ts + 499 + + Sql Level + + + Logging level for SQL queries. + + src/common/config/private/PrivateConfig.ts + 502 + + Logging level for SQL queries. + + + Server timing + + src/common/config/private/PrivateConfig.ts + 507 + + Server timing + + + If enabled, the app ads "Server-Timing" http header to the response. + + src/common/config/private/PrivateConfig.ts + 510 + + If enabled, the app ads "Server-Timing" http header to the response. + + + Max saved progress + + src/common/config/private/PrivateConfig.ts + 610 + + Max saved progress + + + Job history size. + + src/common/config/private/PrivateConfig.ts + 613 + + Job history size. + + + Processing batch size + + src/common/config/private/PrivateConfig.ts + 620 + + Processing batch size + + + Jobs load this many photos or videos form the DB for processing at once. + + src/common/config/private/PrivateConfig.ts + 623 + + Jobs load this many photos or videos form the DB for processing at once. + + + Scheduled jobs + + src/common/config/private/PrivateConfig.ts + 629 + + Scheduled jobs + + + Bit rate + + src/common/config/private/PrivateConfig.ts + 685 + + 比特率 + + + 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 + 689 + + 输出视频的目标比特率将按比例缩小. 建议低于服务器上传码率. + + + Resolution + + src/common/config/private/PrivateConfig.ts + 696 + + + src/common/config/private/PrivateConfig.ts + 808 + + 分辨率 + + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 701 + + 输出视频的高度将缩小, 同时保持纵横比. + + + FPS + + src/common/config/private/PrivateConfig.ts + 708 + + FPS + + + Target frame per second (fps) of the output video will be scaled down this this. + + src/common/config/private/PrivateConfig.ts + 712 + + 输出视频的每秒目标帧数 (fps) 将按比例缩小. + + + Format + + src/common/config/private/PrivateConfig.ts + 718 + + 格式 + + + MP4 codec + + src/common/config/private/PrivateConfig.ts + 727 + + MP4 codec + + + Webm Codec + + src/common/config/private/PrivateConfig.ts + 737 + + Webm Codec + + + CRF + + src/common/config/private/PrivateConfig.ts + 748 + + CRF + + + 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 + 751 + + 恒定速率因子 (CRF) 标度的范围是 0–51,其中 0 是无损, 23 是默认值, 51 是最差. + + + Preset + + src/common/config/private/PrivateConfig.ts + 759 + + 预设 + + + 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 + 762 + + 预设是一组选项, 可提供特定的编码速度与压缩比. 越慢的预设可以提供更高的压缩比(会影响画质). + + + Custom Options + + src/common/config/private/PrivateConfig.ts + 769 + + 自定义选项 + + + It will be sent to ffmpeg as it is, as custom options. + + src/common/config/private/PrivateConfig.ts + 774 + + It will be sent to ffmpeg as it is, as custom options. + + + Video transcoding + + src/common/config/private/PrivateConfig.ts + 783 + + Video transcoding + + + 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 + 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. + + + On the fly converting + + src/common/config/private/PrivateConfig.ts + 796 + + 即时转换 + + + Converts photos on the fly, when they are requested. + + src/common/config/private/PrivateConfig.ts + 802 + + 在请求时即时转换照片. + + + The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 815 + + 转换后照片的较短边缘将按比例缩小, 同时保持纵横比. + + + Photo resizing + + src/common/config/private/PrivateConfig.ts + 824 + + Photo resizing + + + Preview Filter query + + src/common/config/private/PrivateConfig.ts + 836 + + 预览过滤器查询 + + + 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 + 841 + + Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter. + + + Preview Sorting + + src/common/config/private/PrivateConfig.ts + 850 + + 预览排序 + + + If multiple preview is available sorts them by these methods and selects the first one. + + src/common/config/private/PrivateConfig.ts + 854 + + 如果有多个预览可用, 则按这些方法对它们进行排序并选择第一个. + + + Images folder + + src/common/config/private/PrivateConfig.ts + 866 + + 图片文件夹 + + + Images are loaded from this folder (read permission required) + + src/common/config/private/PrivateConfig.ts + 871 + + 图像从此文件夹加载(需要读取权限) + + + Temp folder + + src/common/config/private/PrivateConfig.ts + 877 + + 临时文件夹 + + + Thumbnails, converted photos, videos will be stored here (write permission required) + + src/common/config/private/PrivateConfig.ts + 882 + + 缩略图、转换后的照片、视频将存储在这里(需要写入权限) + + + Metadata read buffer + + src/common/config/private/PrivateConfig.ts + 889 + + Metadata read buffer + + + 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 + 895 + + Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square. + + + Video + + src/common/config/private/PrivateConfig.ts + 901 + + + src/common/config/public/ClientConfig.ts + 640 + + 视频 + + + 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 + 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. + + + Photo + + src/common/config/private/PrivateConfig.ts + 915 + + + src/common/config/public/ClientConfig.ts + 647 + + 照片 + + + Thumbnail + + src/common/config/private/PrivateConfig.ts + 928 + + + src/common/config/public/ClientConfig.ts + 633 + + 缩略图 + + + Session Timeout + + src/common/config/private/PrivateConfig.ts + 951 + + Session Timeout + + + Users kept logged in for this long time. + + src/common/config/private/PrivateConfig.ts + 955 + + Users kept logged in for this long time. + + + Port number. Port 80 is usually what you need. + + src/common/config/private/PrivateConfig.ts + 966 + + 端口号. + + + Server will accept connections from this IPv6 or IPv4 address. + + src/common/config/private/PrivateConfig.ts + 978 + + 服务器将接受来自此 IPv6 或 IPv4 地址的连接. + + + Logs + + src/common/config/private/PrivateConfig.ts + 992 + + 日志 + + + Server + + src/common/config/private/PrivateConfig.ts + 1021 + + Server + + + Users + + src/common/config/private/PrivateConfig.ts + 1037 + + Users + + + Indexing + + src/common/config/private/PrivateConfig.ts + 1045 + + + src/frontend/app/model/backendtext.service.ts + 33 + + 索引 + + + 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 + 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.) + + + Media + + src/common/config/private/PrivateConfig.ts + 1061 + + Media + + + Meta file + + src/common/config/private/PrivateConfig.ts + 1069 + + 元文件 + + + Preview + + src/common/config/private/PrivateConfig.ts + 1077 + + 预览 + + + Sharing + + src/common/config/private/PrivateConfig.ts + 1092 + + Sharing + + + Duplicates + + src/common/config/private/PrivateConfig.ts + 1100 + + + src/frontend/app/ui/frame/frame.component.html + 75 + + 重复 + + + Jobs + + src/common/config/private/PrivateConfig.ts + 1108 + + 任务 + + + Enable Autocomplete + + src/common/config/public/ClientConfig.ts + 60 + + Enable Autocomplete + + + Show hints while typing search query. + + src/common/config/public/ClientConfig.ts + 63 + + 在键入搜索查询时显示提示. + + + Max items per category + + src/common/config/public/ClientConfig.ts + 70 + + Max items per category + + + Maximum number autocomplete items shown per category. + + src/common/config/public/ClientConfig.ts + 73 + + Maximum number autocomplete items shown per category. + + + Maximum items + + src/common/config/public/ClientConfig.ts + 80 + + Maximum items + + + Maximum number autocomplete items shown at once. + + src/common/config/public/ClientConfig.ts + 83 + + Maximum number autocomplete items shown at once. + + + Cache timeout + + src/common/config/public/ClientConfig.ts + 90 + + + src/common/config/public/ClientConfig.ts + 114 + + Cache timeout + + + Autocomplete cache timeout. + + src/common/config/public/ClientConfig.ts + 94 + + Autocomplete cache timeout. + + + Enable + + 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 + + + Enables searching. + + src/common/config/public/ClientConfig.ts + 107 + + Enables searching. + + + Search cache timeout. + + src/common/config/public/ClientConfig.ts + 118 + + Search cache timeout. + + + Autocomplete + + src/common/config/public/ClientConfig.ts + 124 + + 自动补全 + + + Maximum media result + + src/common/config/public/ClientConfig.ts + 133 + + 最多媒体数量 + + + Maximum number of photos and videos that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 136 + + Maximum number of photos and videos that are listed in one search result. + + + Maximum directory result + + src/common/config/public/ClientConfig.ts + 142 + + Maximum directory result + + + Maximum number of directories that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 145 + + Maximum number of directories that are listed in one search result. + + + List directories + + src/common/config/public/ClientConfig.ts + 151 + + 列出目录 + + + Search returns also with directories, not just media. + + src/common/config/public/ClientConfig.ts + 154 + + Search returns also with directories, not just media. + + + List metafiles + + src/common/config/public/ClientConfig.ts + 160 + + 列出元文件 + + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + src/common/config/public/ClientConfig.ts + 163 + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + + Enables sharing. + + src/common/config/public/ClientConfig.ts + 188 + + Enables sharing. + + + Password protected + + src/common/config/public/ClientConfig.ts + 194 + + 密码保护 + + + Enables password protected sharing links. + + src/common/config/public/ClientConfig.ts + 197 + + 启用受密码保护的共享链接. + + + Enables random link generation. + + src/common/config/public/ClientConfig.ts + 210 + + Enables random link generation. + + + Name of a map layer. + + src/common/config/public/ClientConfig.ts + 222 + + Name of a map layer. + + + Url of a map layer. + + src/common/config/public/ClientConfig.ts + 231 + + Url of a map layer. + + + Image Markers + + src/common/config/public/ClientConfig.ts + 252 + + Image Markers + + + Map will use thumbnail images as markers instead of the default pin. + + src/common/config/public/ClientConfig.ts + 255 + + 地图将使用缩略图作为标记而不是默认的图钉. + + + Map Provider + + src/common/config/public/ClientConfig.ts + 261 + + Map Provider + + + Mapbox access token + + src/common/config/public/ClientConfig.ts + 269 + + Mapbox 访问令牌 + + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + src/common/config/public/ClientConfig.ts + 273 + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + + The map module will use these urls to fetch the map tiles. + + src/common/config/public/ClientConfig.ts + 278 + + The map module will use these urls to fetch the map tiles. + + + Custom Layers + + src/common/config/public/ClientConfig.ts + 281 + + Custom Layers + + + Max Preview Markers + + src/common/config/public/ClientConfig.ts + 291 + + Max Preview Markers + + + Maximum number of markers to be shown on the map preview on the gallery page. + + src/common/config/public/ClientConfig.ts + 294 + + Maximum number of markers to be shown on the map preview on the gallery page. + + + Map Icon size + + src/common/config/public/ClientConfig.ts + 304 + + Map Icon size + + + Icon size (used on maps). + + src/common/config/public/ClientConfig.ts + 308 + + 图标大小(用于地图). + + + Person thumbnail size + + src/common/config/public/ClientConfig.ts + 313 + + Person thumbnail size + + + Person (face) thumbnail size. + + src/common/config/public/ClientConfig.ts + 317 + + Person (face) thumbnail size. + + + Thumbnail sizes + + src/common/config/public/ClientConfig.ts + 322 + + 缩略图大小 + + + 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 + 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. + + + SearchQuery + + src/common/config/public/ClientConfig.ts + 378 + + SearchQuery + + + Url + + src/common/config/public/ClientConfig.ts + 388 + + + src/frontend/app/ui/EnumTranslations.ts + 47 + + Url + + + Show item count + + src/common/config/public/ClientConfig.ts + 410 + + 显示项目数 + + + Shows the number photos and videos on the navigation bar. + + src/common/config/public/ClientConfig.ts + 413 + + Shows the number photos and videos on the navigation bar. + + + Links + + src/common/config/public/ClientConfig.ts + 419 + + Links + + + Visible links in the top menu. + + src/common/config/public/ClientConfig.ts + 424 + + Visible links in the top menu. + + + Cache + + src/common/config/public/ClientConfig.ts + 437 + + 缓存 + + + Caches directory contents and search results for better performance. + + src/common/config/public/ClientConfig.ts + 440 + + 缓存目录内容和搜索结果以获得更好的性能. + + + Scroll based thumbnail generation + + src/common/config/public/ClientConfig.ts + 445 + + 基于滚动的缩略图生成 + + + Those thumbnails get higher priority that are visible on the screen. + + src/common/config/public/ClientConfig.ts + 448 + + 那些在屏幕上可见的缩略图获得更高的优先级. + + + Default sorting + + src/common/config/public/ClientConfig.ts + 454 + + Default sorting + + + Default sorting method for photo and video in a directory results. + + src/common/config/public/ClientConfig.ts + 457 + + Default sorting method for photo and video in a directory results. + + + Default search sorting + + src/common/config/public/ClientConfig.ts + 463 + + Default search sorting + + + Default sorting method for photo and video in a search results. + + src/common/config/public/ClientConfig.ts + 466 + + Default sorting method for photo and video in a search results. + + + Sort directories by date + + src/common/config/public/ClientConfig.ts + 472 + + 按日期排序目录 + + + 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 + 475 + + 如果启用, 目录将和照片一样按日期排序, 否则按名称排序. + + + On scroll thumbnail prioritising + + src/common/config/public/ClientConfig.ts + 481 + + On scroll thumbnail prioritising + + + Those thumbnails will be rendered first that are in view. + + src/common/config/public/ClientConfig.ts + 484 + + Those thumbnails will be rendered first that are in view. + + + Navigation bar + + src/common/config/public/ClientConfig.ts + 489 + + Navigation bar + + + Caption first naming + + src/common/config/public/ClientConfig.ts + 496 + + 标题优先命名 + + + Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. + + src/common/config/public/ClientConfig.ts + 499 + + 显示 EXIF 数据中的标题 (IPTC 120) 标签而不是文件名. + + + Download Zip + + src/common/config/public/ClientConfig.ts + 504 + + 下载压缩包 + + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + src/common/config/public/ClientConfig.ts + 509 + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + + Directory flattening + + src/common/config/public/ClientConfig.ts + 514 + + 目录展开 + + + 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 + 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.) + + + Default slideshow speed + + src/common/config/public/ClientConfig.ts + 524 + + Default slideshow speed + + + Default time interval for displaying a photo in the slide show. + + src/common/config/public/ClientConfig.ts + 529 + + Default time interval for displaying a photo in the slide show. + + + Supported formats with transcoding + + src/common/config/public/ClientConfig.ts + 547 + + Supported formats with transcoding + + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + src/common/config/public/ClientConfig.ts + 552 + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + + Supported formats without transcoding + + src/common/config/public/ClientConfig.ts + 560 + + Supported formats without transcoding + + + 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 + 565 + + Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp + + + Enable photo converting. + + src/common/config/public/ClientConfig.ts + 577 + + Enable photo converting. + + + Load full resolution image on zoom. + + src/common/config/public/ClientConfig.ts + 583 + + Load full resolution image on zoom. + + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + src/common/config/public/ClientConfig.ts + 588 + + 启用在 ligthbox(预览)中缩放时加载全分辨率图像. + + + Photo converting + + src/common/config/public/ClientConfig.ts + 597 + + + src/frontend/app/model/backendtext.service.ts + 39 + + Photo converting + + + Supported photo formats + + src/common/config/public/ClientConfig.ts + 606 + + Supported photo formats + + + 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 + 610 + + Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats. + + + Enable GPX compressing + + src/common/config/public/ClientConfig.ts + 619 + + Enable GPX compressing + + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + src/common/config/public/ClientConfig.ts + 624 + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + + *.gpx files + + src/common/config/public/ClientConfig.ts + 658 + + *.gpx 文件 + + + Reads *.gpx files and renders them on the map. + + src/common/config/public/ClientConfig.ts + 663 + + 读取 *.gpx 文件并将它们渲染在地图上. + + + Markdown files + + src/common/config/public/ClientConfig.ts + 678 + + Markdown 文件 + + + Reads *.md files in a directory and shows the next to the map. + + src/common/config/public/ClientConfig.ts + 682 + + 读取目录中的 *.md 文件并在地图旁边显示. + + + *.pg2conf files + + src/common/config/public/ClientConfig.ts + 688 + + *.pg2conf 文件 + + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + src/common/config/public/ClientConfig.ts + 692 + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + + Supported formats + + src/common/config/public/ClientConfig.ts + 698 + + Supported formats + + + The app will read and process these files. + + src/common/config/public/ClientConfig.ts + 702 + + The app will read and process these files. + + + Enabled + + 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 + + 已启用 + + + Override keywords + + src/common/config/public/ClientConfig.ts + 719 + + 覆盖关键字 + + + 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 + 723 + + 如果照片具有相同的面部(人)名称和关键字, 应用程序将删除重复项, 仅保留面部. + + + Face starring right + + src/common/config/public/ClientConfig.ts + 728 + + 朝向右边的人脸 + + + Required minimum right to star (favourite) a face. + + src/common/config/public/ClientConfig.ts + 731 + + 为(最喜欢的)人脸加注星标所需的最低权限. + + + Face listing right + + src/common/config/public/ClientConfig.ts + 736 + + Face listing right + + + Required minimum right to show the faces tab. + + src/common/config/public/ClientConfig.ts + 739 + + Required minimum right to show the faces tab. + + + Page title + + src/common/config/public/ClientConfig.ts + 749 + + 页面标题 + + + 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 + 755 + + If you access the page form local network its good to know the public url for creating sharing link. + + + Page public url + + src/common/config/public/ClientConfig.ts + 757 + + 页面公共url地址 + + + 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 + 765 + + 如果您在子URL下访问画廊(例如: http://mydomain.com/myGallery), 请在此处进行设置. 如果不生效,可能是你漏掉了开头的'/'. + + + Url Base + + src/common/config/public/ClientConfig.ts + 767 + + 基础url地址 + + + Api path + + src/common/config/public/ClientConfig.ts + 779 + + Api path + + + 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 + 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). + + + Custom HTML Head + + src/common/config/public/ClientConfig.ts + 792 + + 自定义 HTML 头 + + + Password protection + + src/common/config/public/ClientConfig.ts + 813 + + 密码保护 + + + Enables user management with login to password protect the gallery. + + src/common/config/public/ClientConfig.ts + 815 + + Enables user management with login to password protect the gallery. + + + Default user right + + src/common/config/public/ClientConfig.ts + 821 + + Default user right + + + Default user right when password protection is disabled. + + src/common/config/public/ClientConfig.ts + 826 + + Default user right when password protection is disabled. + + + Gallery + + src/common/config/public/ClientConfig.ts + 843 + + + src/frontend/app/ui/EnumTranslations.ts + 49 + + + src/frontend/app/ui/frame/frame.component.html + 26 + + 画廊 + + + Album + + src/common/config/public/ClientConfig.ts + 857 + + Album + + + Search + + 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 + + 搜索 + + + Map + + src/common/config/public/ClientConfig.ts + 876 + + 地图 + + + Faces + + 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 + + 人脸 + + + Random photo + + src/common/config/public/ClientConfig.ts + 892 + + Random photo + + + This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login. + + src/common/config/public/ClientConfig.ts + 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. + Size to generate src/frontend/app/model/backendtext.service.ts - 15 + 11 生成大小 @@ -14,7 +1982,7 @@ These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes src/frontend/app/model/backendtext.service.ts - 17 + 13 将生成这些缩略图. 列表是开启缩略图大小的一部分. @@ -22,7 +1990,7 @@ Indexed only src/frontend/app/model/backendtext.service.ts - 19 + 15 仅索引 @@ -30,7 +1998,7 @@ Only checks indexed files. src/frontend/app/model/backendtext.service.ts - 21 + 17 只检查索引文件. @@ -38,7 +2006,7 @@ Index changes only src/frontend/app/model/backendtext.service.ts - 23 + 19 仅索引更改 @@ -46,75 +2014,67 @@ Only indexes a folder if it got changed. src/frontend/app/model/backendtext.service.ts - 25 + 21 仅在文件夹更改时索引. - - Indexing + + Database reset + + src/frontend/app/model/backendtext.service.ts + 35 + + Database reset + + + Thumbnail generation src/frontend/app/model/backendtext.service.ts 37 - 索引 + Thumbnail generation - - Preview Filling - - src/frontend/app/model/backendtext.service.ts - 39 - - 预览填充 - - - Database Reset + + Video converting src/frontend/app/model/backendtext.service.ts 41 - 数据库重置 + Video converting - - Thumbnail Generation + + Temp folder cleaning src/frontend/app/model/backendtext.service.ts 43 - 缩略图生成 + Temp folder cleaning - - Photo Converting + + Preview filling src/frontend/app/model/backendtext.service.ts 45 - 照片转换 + Preview filling - - Video Converting + + Preview reset src/frontend/app/model/backendtext.service.ts 47 - 视频转换 - - - Temp Folder Cleaning - - src/frontend/app/model/backendtext.service.ts - 49 - - 清理临时文件夹 + Preview reset Server error src/frontend/app/model/notification.service.ts - 71 + 84 src/frontend/app/model/notification.service.ts - 74 + 87 服务器错误 @@ -122,7 +2082,7 @@ Server info src/frontend/app/model/notification.service.ts - 77 + 90 服务器信息 @@ -130,7 +2090,7 @@ h src/frontend/app/pipes/DurationPipe.ts - 23 + 20 hour @@ -139,7 +2099,7 @@ m src/frontend/app/pipes/DurationPipe.ts - 26 + 23 minute @@ -148,67 +2108,191 @@ s src/frontend/app/pipes/DurationPipe.ts - 29 + 26 second - - ascending rating + + Developer - src/frontend/app/pipes/StringifySortingMethod.ts - 13 - - 评分升序 - - - descending rating - - src/frontend/app/pipes/StringifySortingMethod.ts - 15 - - 评分降序 - - - ascending name - - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts 17 - 名称升序 + Developer - - descending name + + Admin - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 18 + + Admin + + + User + + src/frontend/app/ui/EnumTranslations.ts 19 - 名称降序 + User - - ascending date + + Guest - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 20 + + Guest + + + LimitedGuest + + src/frontend/app/ui/EnumTranslations.ts 21 - 日期升序 + LimitedGuest + + + Basic + + src/frontend/app/ui/EnumTranslations.ts + 24 + + 基础 + + + Advanced + + src/frontend/app/ui/EnumTranslations.ts + 25 + + 高级 + + + Under the hood + + src/frontend/app/ui/EnumTranslations.ts + 26 + + Under the hood + + + Custom + + src/frontend/app/ui/EnumTranslations.ts + 28 + + Custom + + + OpenStreetMap + + src/frontend/app/ui/EnumTranslations.ts + 29 + + OpenStreetMap + + + Mapbox + + src/frontend/app/ui/EnumTranslations.ts + 30 + + Mapbox + + + low + + src/frontend/app/ui/EnumTranslations.ts + 33 + + + + + high + + src/frontend/app/ui/EnumTranslations.ts + 34 + + + + + medium + + src/frontend/app/ui/EnumTranslations.ts + 35 + + descending date - src/frontend/app/pipes/StringifySortingMethod.ts - 23 + src/frontend/app/ui/EnumTranslations.ts + 38 日期降序 + + ascending date + + src/frontend/app/ui/EnumTranslations.ts + 39 + + 日期升序 + + + descending name + + src/frontend/app/ui/EnumTranslations.ts + 40 + + 名称降序 + + + ascending name + + src/frontend/app/ui/EnumTranslations.ts + 41 + + 名称升序 + + + descending rating + + src/frontend/app/ui/EnumTranslations.ts + 42 + + 评分降序 + + + ascending rating + + src/frontend/app/ui/EnumTranslations.ts + 43 + + 评分升序 + random - src/frontend/app/pipes/StringifySortingMethod.ts - 25 + src/frontend/app/ui/EnumTranslations.ts + 44 随机的 + + Albums + + src/frontend/app/ui/EnumTranslations.ts + 50 + + + src/frontend/app/ui/frame/frame.component.html + 18 + + 相册 + Application version @@ -233,11 +2317,11 @@ Git 提交 - - Server notifications + + Server notifications src/frontend/app/ui/admin/admin.component.html - 17,18 + 16,17 服务器通知 @@ -245,7 +2329,7 @@ To dismiss these notifications, restart the server. src/frontend/app/ui/admin/admin.component.html - 36,37 + 34,35 要关闭这些通知, 请重新启动服务器. @@ -253,7 +2337,7 @@ App version: src/frontend/app/ui/admin/admin.component.html - 48 + 46 应用版本: @@ -261,31 +2345,15 @@ Mode src/frontend/app/ui/admin/admin.component.html - 52 + 50,51 模式 - - Advanced - - src/frontend/app/ui/admin/admin.component.html - 60 - - 高级 - - - Simplified - - src/frontend/app/ui/admin/admin.component.html - 61 - - 简单 - Menu 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 @@ Up time src/frontend/app/ui/admin/admin.component.html - 148 + 116 正常运行时间 @@ -302,7 +2370,7 @@ Album is locked, cannot be deleted from the webpage. src/frontend/app/ui/albums/album/album.component.html - 27 + 27,28 相册已被锁, 无法从页面上删除. @@ -310,11 +2378,11 @@ Add saved search 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 @@ To .pg2conf src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 5 + 5,6 到 .pg2.conf @@ -338,7 +2406,7 @@ Saved Search to .saved_searches.pg2conf src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 12 + 12,13 将搜索保存到 .saved_searches.pg2conf @@ -346,7 +2414,7 @@ Add this json to a '.saved_searches.pg2conf' file in your gallery: src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 18 + 17,18 将这个json数据加入到你相册中的 '.saved_searches.pg2conf' 文件: @@ -354,7 +2422,7 @@ This saved search will be loaded from file during gallery indexing and it will survive a database reset. src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 20 + 19,20 保存的搜索将在图库索引期间从文件中加载, 并且不会受数据库重置影响. @@ -362,7 +2430,7 @@ No duplicates found src/frontend/app/ui/duplicates/duplicates.component.html - 9,10 + 8,10 未找到重复项 @@ -370,59 +2438,15 @@ No faces to show. src/frontend/app/ui/faces/faces.component.html - 15 + 16 没有发现人脸. - - Gallery - - src/frontend/app/ui/frame/frame.component.html - 18 - - 画廊 - - - Albums - - src/frontend/app/ui/frame/frame.component.html - 21 - - - src/frontend/app/ui/settings/albums/albums.settings.component.ts - 23 - - 相册 - - - Faces - - 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 - - 人脸 - - - Duplicates - - src/frontend/app/ui/frame/frame.component.html - 54 - - 重复 - Settings src/frontend/app/ui/frame/frame.component.html - 62 + 83 设置 @@ -430,7 +2454,7 @@ Logout src/frontend/app/ui/frame/frame.component.html - 68 + 89 登出 @@ -454,7 +2478,7 @@ unknown src/frontend/app/ui/gallery/filter/filter.gallery.component.ts - 20 + 23 未知 @@ -462,7 +2486,7 @@ Keywords src/frontend/app/ui/gallery/filter/filter.service.ts - 33 + 34 关键词 @@ -470,7 +2494,7 @@ no face src/frontend/app/ui/gallery/filter/filter.service.ts - 40 + 44 没有人脸 @@ -478,7 +2502,7 @@ Faces groups src/frontend/app/ui/gallery/filter/filter.service.ts - 45 + 49 人脸分组 @@ -486,7 +2510,7 @@ Caption src/frontend/app/ui/gallery/filter/filter.service.ts - 51 + 59 标题 @@ -494,7 +2518,7 @@ Rating src/frontend/app/ui/gallery/filter/filter.service.ts - 56 + 64 评分 @@ -502,7 +2526,7 @@ Camera src/frontend/app/ui/gallery/filter/filter.service.ts - 61 + 69 相机 @@ -510,7 +2534,7 @@ Lens src/frontend/app/ui/gallery/filter/filter.service.ts - 66 + 74 镜片 @@ -518,7 +2542,7 @@ City src/frontend/app/ui/gallery/filter/filter.service.ts - 71 + 79 城市 @@ -526,7 +2550,7 @@ State src/frontend/app/ui/gallery/filter/filter.service.ts - 76 + 84 状态 @@ -534,7 +2558,7 @@ Country src/frontend/app/ui/gallery/filter/filter.service.ts - 81 + 89 国家 @@ -562,23 +2586,11 @@ 结果太多无法显示. 请改善你的搜索条件. - - download - - src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 11 - - - src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 29 - - 下载 - info key: i src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 15 + 10 信息 快捷键: i @@ -586,11 +2598,11 @@ toggle fullscreen, key: f 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 + + Download + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 45 + + Download + + + Slideshow playback speed + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow playback speed + + + Slideshow speed: + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow speed: + + + key: c + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + key: c + + + Show caption + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + Show caption + + + on hover + + 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 + + + always + + 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 + + + key: a + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + key: a + + + Show faces + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + Show faces + + + key: l + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + key: l + + + Play videos + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + Play videos + + + once + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 108 + + once + + + loop + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 109 + + loop + close, key: Escape 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 @@ key: left arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 90 + 179 快捷键: 左箭头 @@ -626,7 +2750,7 @@ key: right arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 94 + 183 快捷键: 右箭头 @@ -634,7 +2758,7 @@ Zoom out, key: '-' src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 100 + 189 缩小, 快捷键: '-' @@ -642,7 +2766,7 @@ Zoom in, key: '+' 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 - 信息 duration 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 @@ bit rate src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html - 57 + 56 比特率 @@ -682,7 +2802,7 @@ Error during loading the video. src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html - 20 + 21 加载视频时出错. @@ -690,7 +2810,7 @@ Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online: src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html - 23,26 + 23,27 很可能视频没有转码. 可以通过设置进行转码. 这些视频转码之后才能在线观看 @@ -698,7 +2818,7 @@ Searching for: src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 12 + 14 搜索: @@ -706,15 +2826,23 @@ items src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 20 + 23,24 项目 + + download + + src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html + 32 + + 下载 + Flatten directory src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 39 + 42 展开目录 @@ -722,17 +2850,17 @@ Filters src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 48 + 51 过滤器 - - Images + + Home src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts - 38 + 48 - 图片 + Home Random link @@ -754,11 +2882,11 @@ Copy 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 @@ Url has been copied to clipboard 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 @@ From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 100 + 104 @@ -798,7 +2926,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 114 + 118 从日期 @@ -806,7 +2934,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 126 + 130 迄今为止 @@ -814,11 +2942,11 @@ Minimum Rating 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 @@ Maximum Rating 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 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 206 + 210 垂直 @@ -846,7 +2974,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 207 + 211 水平 @@ -854,39 +2982,27 @@ Insert 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 - + - - Search - - src/frontend/app/ui/gallery/search/search.gallery.component.html - 31 - - - src/frontend/app/ui/settings/search/search.settings.component.ts - 22 - - 搜索 - Save search to album src/frontend/app/ui/gallery/search/search.gallery.component.html - 68 + 63,64 保存搜索到相册. @@ -894,15 +3010,11 @@ Share 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 @@ Sharing: src/frontend/app/ui/gallery/share/share.gallery.component.html - 39 + 39,40 分享: @@ -918,43 +3030,15 @@ Include subfolders: src/frontend/app/ui/gallery/share/share.gallery.component.html - 52 + 52,53 包括子文件夹: - - Password - - 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 - - 密码 - Valid: src/frontend/app/ui/gallery/share/share.gallery.component.html - 93 + 93,94 有效期: @@ -962,7 +3046,7 @@ Minutes src/frontend/app/ui/gallery/share/share.gallery.component.html - 106 + 106,107 分钟 @@ -970,7 +3054,7 @@ Hours src/frontend/app/ui/gallery/share/share.gallery.component.html - 107 + 107,108 小时 @@ -978,7 +3062,7 @@ Days src/frontend/app/ui/gallery/share/share.gallery.component.html - 108 + 108,109 @@ -986,7 +3070,7 @@ Months src/frontend/app/ui/gallery/share/share.gallery.component.html - 109 + 109,110 @@ -994,7 +3078,7 @@ Forever src/frontend/app/ui/gallery/share/share.gallery.component.html - 110 + 110,111 永远 @@ -1002,7 +3086,7 @@ Yes src/frontend/app/ui/gallery/share/share.gallery.component.ts - 51 + 49 @@ -1010,7 +3094,7 @@ No src/frontend/app/ui/gallery/share/share.gallery.component.ts - 52 + 50 @@ -1018,11 +3102,11 @@ loading.. 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 @@ Please log in src/frontend/app/ui/login/login.component.html - 10 + 10,11 请登录 @@ -1038,31 +3122,15 @@ Wrong username or password src/frontend/app/ui/login/login.component.html - 13,14 + 13 错误的用户名或密码 - - Username - - 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 - - 用户名 - Remember me src/frontend/app/ui/login/login.component.html - 58 + 47,48 记住账号 @@ -1070,1056 +3138,323 @@ Login src/frontend/app/ui/login/login.component.html - 68,69 + 56 登录 - - settings saved - - src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts - 223 - - 设置已保存 - - - Success - - 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 - - 成功 - - - 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 - 2,5 - - 您似乎是在 Docker 容器中运行该应用程序. Docker内的这个配置不应该被修改,除非您知道你在做什么. - - - Disabled - - 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 - - 已禁用 - - - Enabled - - 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 - - 已启用 - - - readonly - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 149 - - 只读 - - - default value - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 151 - - 默认值 - - - Shows albums tab in the top bar and enables creating saved searches. - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 25 - - 在顶部显示相册标签并且允许创建保存搜索 - - - Note: custom albums are not supported, see: - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 27 - - 注意: 自定义相册不支持, 详见: - - - Save - - 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 - - 保存 - - - Reset - - 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 - - 重置 - - - Page title - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 11 - - 页面标题 - - - Host - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 20 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 35 - - 服务器IP - - - Server will accept connections from this IPv6 or IPv4 address. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 22 - - 服务器将接受来自此 IPv6 或 IPv4 地址的连接. - - - Port - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 31 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 42 - - 端口号 - - - Port number. Port 80 is usually what you need. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 32 - - 端口号. - - - Images folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 42 - - 图片文件夹 - - - Images are loaded from this folder (read permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 43 - - 图像从此文件夹加载(需要读取权限) - - - Temp folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 53 - - 临时文件夹 - - - Thumbnails, converted photos, videos will be stored here (write - permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 54,55 - - 缩略图、转换后的照片、视频将存储在这里(需要写入权限) - - - Page public url - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 65 - - 页面公共url地址 - - - 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 - 68,69 - - 如果您从本地网络访问页面, 最好知道用于创建共享链接的公共 url地址 - - - Url Base - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 77 - - 基础url地址 - - - 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 - 78,81 - - 如果您在子URL下访问画廊(例如: http://mydomain.com/myGallery), 请在此处进行设置. 如果不生效,可能是你漏掉了开头的'/'. - - - 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.html - 91,92 - - 公共网址和网址基础不匹配. 一些功能可能会失效. - - - Basic - - src/frontend/app/ui/settings/basic/basic.settings.component.ts - 26 - - 基础 - - - Restart the server to apply the new settings - - src/frontend/app/ui/settings/basic/basic.settings.component.ts - 34 - - - src/frontend/app/ui/settings/other/other.settings.component.ts - 53 - - 重新启动服务器以应用新设置 - - - Type - - src/frontend/app/ui/settings/database/database.settings.component.html - 10 - - 类型 - - - Install manually mysql node module to use mysql (npm install mysql) - - src/frontend/app/ui/settings/database/database.settings.component.html - 16,17 - - 手动安装mysql模块来使用mysql(npm install mysql) - - - Database folder - - src/frontend/app/ui/settings/database/database.settings.component.html - 22 - - 数据库文件夹 - - - 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 - 23 - - 所有基于文件的数据都将存储在这里(sqlite 数据库, 用户数据库, 任务历史数据) - - - Database - - src/frontend/app/ui/settings/database/database.settings.component.html - 50 - - - src/frontend/app/ui/settings/database/database.settings.component.ts - 26 - - 数据库 - - - (recommended) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 36 - - (推荐) - - - (deprecated, will be removed) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 38 - - (已弃用, 将被删除) - - - Override keywords - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 31 - - 覆盖关键字 - - - 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 - 33 - - 如果照片具有相同的面部(人)名称和关键字, 应用程序将删除重复项, 仅保留面部. - - - Face starring right - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 38 - - 朝向右边的人脸 - - - Required minimum right to star (favourite) a face. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 40 - - 为(最喜欢的)人脸加注星标所需的最低权限. - - - Faces are not supported with these settings. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 47,48 - - 这些设置不支持人脸. - - - Index cache timeout [ms] - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 12 - - 索引缓存超时 [ms] - - - 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 - 13 - - 如果此时没有索引, 则重新索引. (如果索引在数据库内并且灵敏度为低时会跳过) - - - Folder reindexing sensitivity - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 21 - - 文件夹重新索引灵敏度 - - - Set the reindexing sensitivity. High value check the folders for change more often. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 23 - - 设置重新索引灵敏度. 越高则扫描文件夹变动越频繁. - - - Exclude Folder List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 29 - - 排除文件夹列表 - - - Folders to exclude from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 34 - - 要从索引中排除的文件夹 - - - ';' 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 - 37,40 - - ';'分隔的字符串. 如果以'/'开头,会被当作绝对路径. 如果不以'/'开头,但是包含'/', 则会被当作相对路径. 如果没有包含'/', 任何以此为命名的文件夹都会被排除. - - - Exclude File List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 45 - - 排除文件列表 - - - Files that mark a folder to be excluded from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 50 - - 将文件夹标记为从索引中排除的文件 - - - ';' 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 - 53,55 - - ';'分隔的字符串. 任何一个包含有这个名字文件的文件夹都会被从索引中排除. - - - If you add a new folder to your gallery, the site indexes it automatically. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 75 - - 如果您将新文件夹添加到您的画廊, 网站会自动将其编入索引. - - - If you would like to trigger indexing manually, click index button. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 76 - - 如果您想手动触发索引, 请单击索引按钮. - - - Note: search only works among the indexed directories - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 79 - - 注意: 搜索仅适用于已索引目录 - Statistic: - 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 统计: Folders - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 109 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 6 文件夹 Photos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 113 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 10 相片 Videos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 117 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 14 视频 Persons - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 122 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 19 人物 Size - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 126 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 23 尺寸 - - Folder indexing + + Job finished - src/frontend/app/ui/settings/indexing/indexing.settings.component.ts - 36 + src/frontend/app/ui/settings/scheduled-jobs.service.ts + 128 - 文件夹索引 + 任务完成 - - 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 - 68 + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 1,5 - + 您似乎是在 Docker 容器中运行该应用程序. Docker内的这个配置不应该被修改,除非您知道你在做什么. - - medium + + Disabled - 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 + + 已禁用 - - high + + Tile Url* - src/frontend/app/ui/settings/indexing/indexing.settings.component.ts - 74 + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 92 - + 图块网址* - - Folder indexing started + + + Add Layer - 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 interrupted + + + Add Link - 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 - - Resetting database + + + Add - 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 + + + ';' separated list. + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 301 + + ';' separated list. + + + See + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 304 + + See + + + Reset database after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 308 + + Reset database after changing this settings! + + + Restart server after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 312 + + Restart server after changing this settings! + + + readonly + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 229 + + 只读 + + + default value + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 231 + + 默认值 + + + config is not supported with these settings. + + src/frontend/app/ui/settings/template/template.component.html + 33,34 + + config is not supported with these settings. + + + Save + + src/frontend/app/ui/settings/template/template.component.html + 45 + + 保存 + + + Reset + + src/frontend/app/ui/settings/template/template.component.html + 49 + + 重置 + + + settings saved + + src/frontend/app/ui/settings/template/template.component.ts + 281,280 + + 设置已保存 + + + Success + + src/frontend/app/ui/settings/template/template.component.ts + 282,280 + + 成功 + + + User list + + src/frontend/app/ui/settings/users/users.component.html + 4,5 + + User list + + + + Add user + + src/frontend/app/ui/settings/users/users.component.html + 46,47 + + + 添加用户 + + + Add new User + + src/frontend/app/ui/settings/users/users.component.html + 56,57 + + 添加新用户 + + + Close + + src/frontend/app/ui/settings/users/users.component.html + 72,73 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 248,249 + + 关闭 + + + Add User + + src/frontend/app/ui/settings/users/users.component.html + 76 + + 添加用户 + + + User creation error! + + src/frontend/app/ui/settings/users/users.component.ts + 82,80 + + 用户创建错误! Trigger job run manually - 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 手动触发任务运行 Run now - 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 现在运行 Cancel - 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 取消 Job started - 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 任务开始 Stopping job - 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 停止任务 - - every - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 20 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 116 - - 每一个 - - - never - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 25 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 68 - - 绝不 - - - after - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 27 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 67 - - - - - Job: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 50 - - 任务: - - - Periodicity: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 64 - - 周期性: - - - Set the time to run the job. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 74,75 - - 设置运行任务的时间. - - - After: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 80 - - 后: - - - The job will run after that job finishes. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 91,92 - - 这个任务会在那个任务完成后运行. - - - At: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 98 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 108 - - 在: - - - Allow parallel run - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 127 - - 允许并行运行 - - - Enables the job to start even if another job is already running. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 143,144 - - 即使其他任务已在运行, 也能使任务启动. - - - ';' separated integers. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 198,199 - - ';' - - - + Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 226,227 - - + 添加任务 - - - Add new job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 241 - - 添加新任务 - - - Select a job to schedule. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 255,256 - - 选择要安排的任务. - - - Close - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 260 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 87 - - 关闭 - - - Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 263,264 - - 添加任务 - - - Jobs - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 57 - - 任务 - - - periodic - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 69 - - 定期的 - - - scheduled - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 70 - - 预定 - - - Monday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 73 - - 周一 - - - Tuesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 74 - - 周二 - - - Wednesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 75 - - 周三 - - - Thursday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 76 - - 周四 - - - Friday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 77 - - 周五 - - - Saturday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 78 - - 周六 - - - Sunday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 79 - - 周日 - - - day - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 80 - - - Last run: - 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 最后运行: Run between - 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 @@ Status - 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 @@ Cancelling... - 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 取消中... time elapsed - 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 经过时间 Processed - 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 已处理 Skipped - 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 已跳过 Left - 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 剩余 All - 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 全部 Logs - 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 日志 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 + 38 已处理 skipped - 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 已跳过 all - 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 全部 running - 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 运行中 cancelling - 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 取消中 canceled - 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 已取消 interrupted - 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 已中断 finished - 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 已完成 - - Use image markers + + every - src/frontend/app/ui/settings/map/map.settings.component.html - 30 + src/frontend/app/ui/settings/workflow/workflow.component.html + 11,12 - 使用图像标记 - - - Map will use thumbnail images as markers instead of the default pin. - src/frontend/app/ui/settings/map/map.settings.component.html - 31 - - 地图将使用缩略图作为标记而不是默认的图钉. - - - Map provider - - src/frontend/app/ui/settings/map/map.settings.component.html - 40 - - 地图提供者 - - - Name - - src/frontend/app/ui/settings/map/map.settings.component.html - 52 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 27 - - 名称 - - - Tile Url* - - src/frontend/app/ui/settings/map/map.settings.component.html - 53 - - 图块网址* - - - *The map module will use these urls to fetch the map tiles. - - src/frontend/app/ui/settings/map/map.settings.component.html - 78 - - *地图模块将使用这些网址来获取地图图块. - - - + Add Layer - - src/frontend/app/ui/settings/map/map.settings.component.html - 83,84 - - 添加图层 - - - Mapbox access token - - src/frontend/app/ui/settings/map/map.settings.component.html - 90 - - Mapbox 访问令牌 - - - MapBox needs an access token to work, create one at - - src/frontend/app/ui/settings/map/map.settings.component.html - 96 - - MapBox 需要访问令牌才能运行, 请在以下位置创建一个 - - - Map - - src/frontend/app/ui/settings/map/map.settings.component.ts - 27 - - 地图 - - - *.gpx files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 11 - - *.gpx 文件 - - - Reads *.gpx files and renders them on the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 12 - - 读取 *.gpx 文件并将它们渲染在地图上. - - - Markdown files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 19 - - Markdown 文件 - - - Reads *.md files in a directory and shows the next to the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 20 - - 读取目录中的 *.md 文件并在地图旁边显示. - - - *.pg2conf files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 26 - - *.pg2conf 文件 - - - Reads *.pg2conf files (You can use it for custom sorting and save search (albums)). - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 27 - - 读取 *.pg2conf 文件(您可以将其用于自定义排序和保存搜索(相册)). - - - Meta file - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts - 23 - - 元文件 - - - Error: - - src/frontend/app/ui/settings/other/other.settings.component.html - 7 - - 错误: - - - Threads: - - src/frontend/app/ui/settings/other/other.settings.component.html - 10 - - 线程: - - - Threading - - src/frontend/app/ui/settings/other/other.settings.component.html - 14 - - 线程 - - - Runs directory scanning in a different thread. - - src/frontend/app/ui/settings/other/other.settings.component.html - 15 - - 在不同的线程中运行目录扫描. - - - Thumbnail threads - - src/frontend/app/ui/settings/other/other.settings.component.html - 22 - - 缩略图线程 - - - 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 - 23 - - 用于生成缩略图的线程数. 如果设为自动, 则使用cpu核心数减1个线程 - - - Misc: - - src/frontend/app/ui/settings/other/other.settings.component.html - 33 - - 杂项: - - - Scroll based thumbnail generation - - src/frontend/app/ui/settings/other/other.settings.component.html - 36 - - 基于滚动的缩略图生成 - - - Those thumbnails get higher priority that are visible on the screen. - - src/frontend/app/ui/settings/other/other.settings.component.html - 37 - - 那些在屏幕上可见的缩略图获得更高的优先级. - - - Lazy image rendering - - src/frontend/app/ui/settings/other/other.settings.component.html - 43 - - 延迟图像渲染 - - - 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 - 44 - - 一次仅显示所需数量的照片. 到了页面底部才渲染更多. - - - Cache - - src/frontend/app/ui/settings/other/other.settings.component.html - 50 - - 缓存 - - - Caches directory contents and search results for better performance. - - src/frontend/app/ui/settings/other/other.settings.component.html - 51 - - 缓存目录内容和搜索结果以获得更好的性能. - - - Caption first naming - - src/frontend/app/ui/settings/other/other.settings.component.html - 57 - - 标题优先命名 - - - Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. - - src/frontend/app/ui/settings/other/other.settings.component.html - 58 - - 显示 EXIF 数据中的标题 (IPTC 120) 标签而不是文件名. - - - Download Zip - - src/frontend/app/ui/settings/other/other.settings.component.html - 64 - - 下载压缩包 - - - [Experimental: does not work for searches] Enable download zip of a directory contents - - src/frontend/app/ui/settings/other/other.settings.component.html - 65 - - [实验性: 不适用于搜索] 启用下载目录内容的zip包 - - - Directory flattening - - src/frontend/app/ui/settings/other/other.settings.component.html - 71 - - 目录展开 - - - [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 - 72 - - [实验性: 如果图库具有相同路径的多个文件夹将不起作用] 添加一个按钮以展开文件结构, 这会列出所有子目录的内容. - - - Navigation bar: - - src/frontend/app/ui/settings/other/other.settings.component.html - 82 - - 导航栏: - - - Show item count - - src/frontend/app/ui/settings/other/other.settings.component.html - 85 - - 显示项目数 - - - Show the number of items (photos) in the folder. - - src/frontend/app/ui/settings/other/other.settings.component.html - 86 - - 显示文件夹中的项目(照片)数量. - - - Default photo sorting method - - src/frontend/app/ui/settings/other/other.settings.component.html - 100 - - 默认照片排序方式 - - - Sort directories by date - - src/frontend/app/ui/settings/other/other.settings.component.html - 109 - - 按日期排序目录 - - - 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 - 110 - - 如果启用, 目录将和照片一样按日期排序, 否则按名称排序. - - - Custom HTML Head - - src/frontend/app/ui/settings/other/other.settings.component.html - 118 - - 自定义 HTML 头 - - - Other - - src/frontend/app/ui/settings/other/other.settings.component.ts - 32 - - 其他 - - - Photo converting: - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 9 - - 照片转换: - - - Converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 12 - - 转换 - - - Downsizes photos for faster preview loading. (Zooming in to the photo loads the original). - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 13 - - 缩小照片以加快预览加载速度. (放大加载原图) - - - On the fly converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 19 - - 即时转换 - - - Converts photos on the fly, when they are requested. - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 20 - - 在请求时即时转换照片. - - - Resolution - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 28 - - - src/frontend/app/ui/settings/video/video.settings.component.html - 66 - - 分辨率 - - - 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 - 29 - - 转换后照片的较短边缘将按比例缩小, 同时保持纵横比. - - - Load full resolution image on zoom - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 38 - - 在缩放时加载全分辨率图像 - - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 39 - - 启用在 ligthbox(预览)中缩放时加载全分辨率图像. - - - Photo - - src/frontend/app/ui/settings/photo/photo.settings.component.ts - 36 - - 照片 - - - Preview Filter query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 10 - - 预览过滤器查询 - - - Filters the sub-folders with this search query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 11 - - 使用此搜索查询过滤子文件夹 - - - Preview Sorting - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 20 - - 预览排序 - - - If multiple preview is available sorts them by these methods and selects the first one. - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 21 - - 如果有多个预览可用, 则按这些方法对它们进行排序并选择第一个. - - - Preview - - src/frontend/app/ui/settings/preview/preview.settings.component.ts - 31 - - 预览 - - - 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 - 30,33 - - 此功能使您能够生成"随机照片"网址. 这个URL地址会返回一张你的相册中随机的照片. 你可以配合第三方应用来实现诸如随机桌面壁纸的效果. - - - Note: With the current implementation, random link also requires login. See: - - 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: - - - Random Photo is not supported with these settings - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html - 43,44 - - 这些设置不支持随机照片 - - - Random Photo - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts - 22 - - 随机照片 - - - Job finished - - src/frontend/app/ui/settings/scheduled-jobs.service.ts - 80 - - 任务完成 - - - Autocomplete - - src/frontend/app/ui/settings/search/search.settings.component.html - 32 - - 自动补全 - - - Show hints while typing search query. - - src/frontend/app/ui/settings/search/search.settings.component.html - 33 - - 在键入搜索查询时显示提示. - - - Maximum media result - - src/frontend/app/ui/settings/search/search.settings.component.html - 40 - - 最多媒体数量 - - - Maximum number of photos and videos that listed in one search result - - src/frontend/app/ui/settings/search/search.settings.component.html - 41 - - 一个搜索结果中列出的最大照片和视频数量 - - - List directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 49 - - 列出目录 - - - Search will also return with directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 50 - - 搜索也将返回目录 - - - List metafiles - - src/frontend/app/ui/settings/search/search.settings.component.html - 57 - - 列出元文件 - - - 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 - 58 - - 搜索也返回元数据中包含搜索结果的元文件 - - - Search is not supported with these settings - - src/frontend/app/ui/settings/search/search.settings.component.html - 68,69 - - 这些设置不支持搜索 - - - Password protected - - src/frontend/app/ui/settings/share/share.settings.component.html - 29 - - 密码保护 - - - Enables password protected sharing links. - - src/frontend/app/ui/settings/share/share.settings.component.html - 30 - - 启用受密码保护的共享链接. - - - Sharing is not supported with these settings - - src/frontend/app/ui/settings/share/share.settings.component.html - 40,41 - - 这些设置不支持共享 - - - Shared links: - - src/frontend/app/ui/settings/share/share.settings.component.html - 57 - - 共享链接: - - - Key - - src/frontend/app/ui/settings/share/share.settings.component.html - 63 - - 密钥 - - - Folder - - src/frontend/app/ui/settings/share/share.settings.component.html - 64 - - 文件夹 - - - Creator - - src/frontend/app/ui/settings/share/share.settings.component.html - 65 - - 创造者 - - - Expires - - src/frontend/app/ui/settings/share/share.settings.component.html - 66 - - 过期 - - - No sharing was created. - - src/frontend/app/ui/settings/share/share.settings.component.html - 86,87 - - 没有创建共享. - - - Thumbnail Quality - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 11 - - 缩略图质量 - - - High quality may be slow. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 12 - - 高质量可能会很慢. - - - Icon size - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 20 - - 图标大小 - - - Icon size (used on maps). - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 21 - - 图标大小(用于地图). - - - Thumbnail sizes - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 30 - - 缩略图大小 - - - Size of the thumbnails. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 37 - - 缩略图的大小. - - - 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 - 39,41 - - 将生成最佳匹配尺寸. (尺寸越大质量越好, 但是要消耗更多的存储和CPU用于渲染.) - - - ';' 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.html - 43,45 - - ';' 分隔的数字. 如果大小是240, 那么缩略图的短边则为160像素. - - - Thumbnail - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts - 31 - - 缩略图 - - - Role - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 28 - - 角色 - - - + Add user - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 55,56 - - + 添加用户 - - - To protect the site with password / have login enable this. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 59,60 - - 要使用密码保护站点 / 必须登录来启用此功能. - - - Add new User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 70 - - 添加新用户 - - - Add User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 90,91 - - 添加用户 - - - Password protection - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 45 - - 密码保护 - - - Low - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 48 - - - - - High - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 49 - - - - - Password protection enabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 86 - - 密码保护已启用 - - - Server restart is recommended. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 87 - - 建议重启服务器. - - - Password protection disabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 90 - - 密码保护已禁用 - - - User creation error! - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 113 - - 用户创建错误! - - - 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 - 26,29 - - 视频支持使用 ffmpeg. PATH环境变量中需要有ffmpeg和ffprobe, 或者安装 @ffmpeg-installer/ffmpeg 和 @ffprobe-installer/ffprobe 这两个包. - - - Video transcoding: - - src/frontend/app/ui/settings/video/video.settings.component.html - 33 - - 视频转码: - - - 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 - 35,38 - - 为保证视频播放流畅, 视频转码建议码率低于服务器上传码率. - - - The transcoded videos will be save to the thumbnail folder. - - src/frontend/app/ui/settings/video/video.settings.component.html - 39 - - 转码后的视频将保存到缩略图文件夹中. - - - 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 - 40,43 - - 您可以手动触发转码, 但您也可以在高级设置模式下创建自动编码任务. - - - Format - - src/frontend/app/ui/settings/video/video.settings.component.html - 47 - - 格式 - - - Codec - - src/frontend/app/ui/settings/video/video.settings.component.html - 57 - - 编解码器 - - - 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 - 67 - - 输出视频的高度将缩小, 同时保持纵横比. - - - FPS - - src/frontend/app/ui/settings/video/video.settings.component.html - 77 - - FPS - - - 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 - 78 - - 输出视频的每秒目标帧数 (fps) 将按比例缩小. - - - Bit rate - - src/frontend/app/ui/settings/video/video.settings.component.html - 90 - - 比特率 - - - 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 - 104,106 - - 输出视频的目标比特率将按比例缩小. 建议低于服务器上传码率 - - - CRF - - src/frontend/app/ui/settings/video/video.settings.component.html + src/frontend/app/ui/settings/workflow/workflow.component.html 112 - CRF + 每一个 - - 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. + + never - 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 + + 绝不 - - Preset + + after - 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 + + - - 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 - 122 + src/frontend/app/ui/settings/workflow/workflow.component.html + 42,43 - 预设是一组选项, 可提供特定的编码速度与压缩比. 越慢的预设可以提供更高的压缩比(会影响画质). + 任务: - - Custom Options + + Periodicity: - src/frontend/app/ui/settings/video/video.settings.component.html - 130 + src/frontend/app/ui/settings/workflow/workflow.component.html + 56,57 - 自定义选项 + 周期性: - - ; 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.html - 131 + src/frontend/app/ui/settings/workflow/workflow.component.html + 66,67 - ; 分隔的值. 会被作为自定义参数传给ffmpeg. + 设置运行任务的时间. - - Video + + After: - src/frontend/app/ui/settings/video/video.settings.component.ts - 43 + src/frontend/app/ui/settings/workflow/workflow.component.html + 72,73 - 视频 + 后: + + + The job will run after that job finishes. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 85,86 + + 这个任务会在那个任务完成后运行. + + + At: + + src/frontend/app/ui/settings/workflow/workflow.component.html + 92,93 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 102,103 + + 在: + + + Allow parallel run + + src/frontend/app/ui/settings/workflow/workflow.component.html + 123,124 + + 允许并行运行 + + + Enables the job to start even if another job is already running. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 140,141 + + 即使其他任务已在运行, 也能使任务启动. + + + ';' separated integers. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 198,199 + + ';' + + + + Add Job + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 218,221 + + + 添加任务 + + + Add new job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 228,229 + + 添加新任务 + + + Select a job to schedule. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 243,244 + + 选择要安排的任务. + + + Add Job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 252 + + 添加任务 + + + periodic + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 82 + + 定期的 + + + scheduled + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 83 + + 预定 + + + Monday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 86,85 + + 周一 + + + Tuesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 87,85 + + 周二 + + + Wednesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 88,85 + + 周三 + + + Thursday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 89,85 + + 周四 + + + Friday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 90,85 + + 周五 + + + Saturday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 91,85 + + 周六 + + + Sunday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 92,85 + + 周日 + + + day + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 93,85 + + Wrong password src/frontend/app/ui/sharelogin/share-login.component.html - 11 + 11,13 密码错误 - - Enter + + Enter 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 @@ + + Host + + src/common/config/private/PrivateConfig.ts + 100 + + + src/common/config/private/PrivateConfig.ts + 973 + + Host + + + Port + + src/common/config/private/PrivateConfig.ts + 110 + + + src/common/config/private/PrivateConfig.ts + 961 + + Port + + + Database + + src/common/config/private/PrivateConfig.ts + 120 + + + src/common/config/private/PrivateConfig.ts + 1029 + + Datenbank + + + Username + + 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 + + + Password + + 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 + + + Sqlite db filename + + src/common/config/private/PrivateConfig.ts + 153 + + Sqlite db filename + + + Sqlite will save the db with this filename. + + src/common/config/private/PrivateConfig.ts + 157 + + Sqlite will save the db with this filename. + + + Name + + 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 + + + Role + + src/common/config/private/PrivateConfig.ts + 177 + + + src/frontend/app/ui/settings/users/users.component.html + 17,18 + + Rolle + + + Unencrypted, temporary password. App will encrypt it and delete this. + + src/common/config/private/PrivateConfig.ts + 190 + + Unencrypted, temporary password. App will encrypt it and delete this. + + + Encrypted password + + src/common/config/private/PrivateConfig.ts + 196 + + Encrypted password + + + Type + + src/common/config/private/PrivateConfig.ts + 231 + + + src/common/config/public/ClientConfig.ts + 362 + + Art + + + SQLite is recommended. + + src/common/config/private/PrivateConfig.ts + 236 + + SQLite is recommended. + + + Database folder + + src/common/config/private/PrivateConfig.ts + 243 + + Ordner Datenbank + + + All file-based data will be stored here (sqlite database, job history data). + + src/common/config/private/PrivateConfig.ts + 247 + + All file-based data will be stored here (sqlite database, job history data). + + + SQLite + + src/common/config/private/PrivateConfig.ts + 254 + + SQLite + + + MySQL + + src/common/config/private/PrivateConfig.ts + 264 + + MySQL + + + Enforced users + + src/common/config/private/PrivateConfig.ts + 281 + + + src/common/config/private/PrivateConfig.ts + 298 + + Enforced users + + + 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 + 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. + + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + src/common/config/private/PrivateConfig.ts + 301 + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + + Converted photo and thumbnail quality + + src/common/config/private/PrivateConfig.ts + 308 + + Converted photo and thumbnail quality + + + Between 0-100. + + src/common/config/private/PrivateConfig.ts + 311 + + Between 0-100. + + + Person face margin + + src/common/config/private/PrivateConfig.ts + 318 + + Person face margin + + + Person face size ratio on the face thumbnail. + + src/common/config/private/PrivateConfig.ts + 321 + + Person face size ratio on the face thumbnail. + + + OnTheFly *.gpx compression + + src/common/config/private/PrivateConfig.ts + 331 + + OnTheFly *.gpx compression + + + Enables on the fly *.gpx compression. + + src/common/config/private/PrivateConfig.ts + 335 + + Enables on the fly *.gpx compression. + + + Min distance + + src/common/config/private/PrivateConfig.ts + 342 + + Min distance + + + Filters out entry that are closer than this in meters. + + src/common/config/private/PrivateConfig.ts + 347 + + Filters out entry that are closer than this in meters. + + + Min time delta + + src/common/config/private/PrivateConfig.ts + 354 + + Min time delta + + + Filters out entry that are closer than this in time in milliseconds. + + src/common/config/private/PrivateConfig.ts + 359 + + Filters out entry that are closer than this in time in milliseconds. + + + GPX compression + + src/common/config/private/PrivateConfig.ts + 369 + + + src/common/config/public/ClientConfig.ts + 669 + + + src/frontend/app/model/backendtext.service.ts + 49 + + GPX compression + + + Update timeout + + src/common/config/private/PrivateConfig.ts + 387 + + Update timeout + + + After creating a sharing link, it can be updated for this long. + + src/common/config/private/PrivateConfig.ts + 391 + + After creating a sharing link, it can be updated for this long. + + + Index cache timeout + + src/common/config/private/PrivateConfig.ts + 402 + + Index cache timeout + + + 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 + 406 + + If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low). + + + Folder reindexing sensitivity + + src/common/config/private/PrivateConfig.ts + 413 + + Empfindlichkeit für die Neuindizierung von Ordnern + + + Set the reindexing sensitivity. High value check the folders for change more often. + + src/common/config/private/PrivateConfig.ts + 416 + + Stellen Sie die Neuindizierungsempfindlichkeit ein. Ein hoher Wert überprüft die Ordner häufiger auf Änderungen. + + + Exclude Folder List + + src/common/config/private/PrivateConfig.ts + 423 + + Ordnerliste ausschließen + + + 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 + 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. + + + Exclude File List + + src/common/config/private/PrivateConfig.ts + 436 + + List ausgeschlossener Dateien + + + .ignore;.pg2ignore + + src/common/config/private/PrivateConfig.ts + 440 + + .ignore;.pg2ignore + + + 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 + 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. + + + Threading + + src/common/config/private/PrivateConfig.ts + 452 + + + src/common/config/private/PrivateConfig.ts + 984 + + Einfädeln (Threading) + + + Runs directory scanning and thumbnail generation in a different thread. + + src/common/config/private/PrivateConfig.ts + 456 + + Runs directory scanning and thumbnail generation in a different thread. + + + Thumbnail threads + + src/common/config/private/PrivateConfig.ts + 462 + + Bereich Vorschaubilder + + + 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 + 466 + + Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used. + + + Max duplicates + + src/common/config/private/PrivateConfig.ts + 477 + + Max duplicates + + + Maximum number of duplicates to list. + + src/common/config/private/PrivateConfig.ts + 480 + + Maximum number of duplicates to list. + + + Level + + src/common/config/private/PrivateConfig.ts + 490 + + Level + + + Logging level. + + src/common/config/private/PrivateConfig.ts + 493 + + Logging level. + + + Sql Level + + src/common/config/private/PrivateConfig.ts + 499 + + Sql Level + + + Logging level for SQL queries. + + src/common/config/private/PrivateConfig.ts + 502 + + Logging level for SQL queries. + + + Server timing + + src/common/config/private/PrivateConfig.ts + 507 + + Server timing + + + If enabled, the app ads "Server-Timing" http header to the response. + + src/common/config/private/PrivateConfig.ts + 510 + + If enabled, the app ads "Server-Timing" http header to the response. + + + Max saved progress + + src/common/config/private/PrivateConfig.ts + 610 + + Max saved progress + + + Job history size. + + src/common/config/private/PrivateConfig.ts + 613 + + Job history size. + + + Processing batch size + + src/common/config/private/PrivateConfig.ts + 620 + + Processing batch size + + + Jobs load this many photos or videos form the DB for processing at once. + + src/common/config/private/PrivateConfig.ts + 623 + + Jobs load this many photos or videos form the DB for processing at once. + + + Scheduled jobs + + src/common/config/private/PrivateConfig.ts + 629 + + Scheduled jobs + + + Bit rate + + src/common/config/private/PrivateConfig.ts + 685 + + Bitrate + + + 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 + 689 + + Die Zielbitrate des Ausgabevideos wird dabei herunterskaliert. Diese sollte geringer sein als die Upload-Rate Ihres Heimservers. + + + Resolution + + src/common/config/private/PrivateConfig.ts + 696 + + + src/common/config/private/PrivateConfig.ts + 808 + + Auflösung + + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 701 + + Die Höhe des ausgegebenen Videos wird unter Beibehaltung des Seitenverhältnisses auf diese Höhe verkleinert. + + + FPS + + src/common/config/private/PrivateConfig.ts + 708 + + FPS + + + Target frame per second (fps) of the output video will be scaled down this this. + + src/common/config/private/PrivateConfig.ts + 712 + + Das Zielbild pro Sekunde (fps) des ausgegebenen Videos wird hierdurch verkleinert. + + + Format + + src/common/config/private/PrivateConfig.ts + 718 + + Format + + + MP4 codec + + src/common/config/private/PrivateConfig.ts + 727 + + MP4 codec + + + Webm Codec + + src/common/config/private/PrivateConfig.ts + 737 + + Webm Codec + + + CRF + + src/common/config/private/PrivateConfig.ts + 748 + + CRF + + + 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 + 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. + + + Preset + + src/common/config/private/PrivateConfig.ts + 759 + + Voreinstellung + + + 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 + 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). + + + Custom Options + + src/common/config/private/PrivateConfig.ts + 769 + + Benutzerdefinierte Optionen + + + It will be sent to ffmpeg as it is, as custom options. + + src/common/config/private/PrivateConfig.ts + 774 + + It will be sent to ffmpeg as it is, as custom options. + + + Video transcoding + + src/common/config/private/PrivateConfig.ts + 783 + + Video transcoding + + + 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 + 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. + + + On the fly converting + + src/common/config/private/PrivateConfig.ts + 796 + + Im laufenden Betrieb konvertieren + + + Converts photos on the fly, when they are requested. + + src/common/config/private/PrivateConfig.ts + 802 + + Konvertiert Fotos im laufenden Betrieb, wenn sie angefordert werden. + + + The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 815 + + Der kürzere Rand des konvertierten Fotos wird unter Beibehaltung des Seitenverhältnisses darauf verkleinert. + + + Photo resizing + + src/common/config/private/PrivateConfig.ts + 824 + + Photo resizing + + + Preview Filter query + + src/common/config/private/PrivateConfig.ts + 836 + + Preview Filter query + + + 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 + 841 + + Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter. + + + Preview Sorting + + src/common/config/private/PrivateConfig.ts + 850 + + Preview Sorting + + + If multiple preview is available sorts them by these methods and selects the first one. + + src/common/config/private/PrivateConfig.ts + 854 + + If multiple preview is available sorts them by these methods and selects the first one. + + + Images folder + + src/common/config/private/PrivateConfig.ts + 866 + + Bilderordner + + + Images are loaded from this folder (read permission required) + + src/common/config/private/PrivateConfig.ts + 871 + + Bilder werden aus diesem Ordner geladen (Leseberechtigung erforderlich) + + + Temp folder + + src/common/config/private/PrivateConfig.ts + 877 + + Temp-Ordner + + + Thumbnails, converted photos, videos will be stored here (write permission required) + + src/common/config/private/PrivateConfig.ts + 882 + + Vorschaubilder, konvertierte Fotos, Videos werden hier gespeichert (Schreibgenehmigung erforderlich) + + + Metadata read buffer + + src/common/config/private/PrivateConfig.ts + 889 + + Metadata read buffer + + + 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 + 895 + + Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square. + + + Video + + src/common/config/private/PrivateConfig.ts + 901 + + + src/common/config/public/ClientConfig.ts + 640 + + Video + + + Video support uses ffmpeg. ffmpeg and ffprobe binaries need to be available in the PATH or the @ffmpeg-installer/ffmpeg and @ffprobe-installer/ffprobe optional node packages need to be installed. + + 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. + + + Photo + + src/common/config/private/PrivateConfig.ts + 915 + + + src/common/config/public/ClientConfig.ts + 647 + + Foto + + + Thumbnail + + src/common/config/private/PrivateConfig.ts + 928 + + + src/common/config/public/ClientConfig.ts + 633 + + Vorschaubild + + + Session Timeout + + src/common/config/private/PrivateConfig.ts + 951 + + Session Timeout + + + Users kept logged in for this long time. + + src/common/config/private/PrivateConfig.ts + 955 + + Users kept logged in for this long time. + + + Port number. Port 80 is usually what you need. + + src/common/config/private/PrivateConfig.ts + 966 + + Port-Nummer. Port 80 ist normalerweise der Standardport. + + + Server will accept connections from this IPv6 or IPv4 address. + + src/common/config/private/PrivateConfig.ts + 978 + + Der Server akzeptiert Verbindungen von dieser IPv6- oder IPv4-Adresse. + + + Logs + + src/common/config/private/PrivateConfig.ts + 992 + + Protokolle + + + Server + + src/common/config/private/PrivateConfig.ts + 1021 + + Server + + + Users + + src/common/config/private/PrivateConfig.ts + 1037 + + Users + + + Indexing + + src/common/config/private/PrivateConfig.ts + 1045 + + + src/frontend/app/model/backendtext.service.ts + 33 + + Indizierung + + + 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 + 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.) + + + Media + + src/common/config/private/PrivateConfig.ts + 1061 + + Media + + + Meta file + + src/common/config/private/PrivateConfig.ts + 1069 + + Meta-Datei + + + Preview + + src/common/config/private/PrivateConfig.ts + 1077 + + Preview + + + Sharing + + src/common/config/private/PrivateConfig.ts + 1092 + + Sharing + + + Duplicates + + src/common/config/private/PrivateConfig.ts + 1100 + + + src/frontend/app/ui/frame/frame.component.html + 75 + + Duplicates + + + Jobs + + src/common/config/private/PrivateConfig.ts + 1108 + + Aufträge + + + Enable Autocomplete + + src/common/config/public/ClientConfig.ts + 60 + + Enable Autocomplete + + + Show hints while typing search query. + + src/common/config/public/ClientConfig.ts + 63 + + Zeigen Sie Hinweise an, während Sie eine Suchabfrage eingeben. + + + Max items per category + + src/common/config/public/ClientConfig.ts + 70 + + Max items per category + + + Maximum number autocomplete items shown per category. + + src/common/config/public/ClientConfig.ts + 73 + + Maximum number autocomplete items shown per category. + + + Maximum items + + src/common/config/public/ClientConfig.ts + 80 + + Maximum items + + + Maximum number autocomplete items shown at once. + + src/common/config/public/ClientConfig.ts + 83 + + Maximum number autocomplete items shown at once. + + + Cache timeout + + src/common/config/public/ClientConfig.ts + 90 + + + src/common/config/public/ClientConfig.ts + 114 + + Cache timeout + + + Autocomplete cache timeout. + + src/common/config/public/ClientConfig.ts + 94 + + Autocomplete cache timeout. + + + Enable + + 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 + + + Enables searching. + + src/common/config/public/ClientConfig.ts + 107 + + Enables searching. + + + Search cache timeout. + + src/common/config/public/ClientConfig.ts + 118 + + Search cache timeout. + + + Autocomplete + + src/common/config/public/ClientConfig.ts + 124 + + Autovervollständigung + + + Maximum media result + + src/common/config/public/ClientConfig.ts + 133 + + Maximales Medienergebnis + + + Maximum number of photos and videos that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 136 + + Maximum number of photos and videos that are listed in one search result. + + + Maximum directory result + + src/common/config/public/ClientConfig.ts + 142 + + Maximum directory result + + + Maximum number of directories that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 145 + + Maximum number of directories that are listed in one search result. + + + List directories + + src/common/config/public/ClientConfig.ts + 151 + + List directories + + + Search returns also with directories, not just media. + + src/common/config/public/ClientConfig.ts + 154 + + Search returns also with directories, not just media. + + + List metafiles + + src/common/config/public/ClientConfig.ts + 160 + + List metafiles + + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + src/common/config/public/ClientConfig.ts + 163 + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + + Enables sharing. + + src/common/config/public/ClientConfig.ts + 188 + + Enables sharing. + + + Password protected + + src/common/config/public/ClientConfig.ts + 194 + + Passwortgeschützt + + + Enables password protected sharing links. + + src/common/config/public/ClientConfig.ts + 197 + + Aktiviert passwortgeschützte Freigabelinks. + + + Enables random link generation. + + src/common/config/public/ClientConfig.ts + 210 + + Enables random link generation. + + + Name of a map layer. + + src/common/config/public/ClientConfig.ts + 222 + + Name of a map layer. + + + Url of a map layer. + + src/common/config/public/ClientConfig.ts + 231 + + Url of a map layer. + + + Image Markers + + src/common/config/public/ClientConfig.ts + 252 + + Image Markers + + + Map will use thumbnail images as markers instead of the default pin. + + src/common/config/public/ClientConfig.ts + 255 + + Map verwendet Miniaturbilder als Markierungen anstelle der Standard-PIN. + + + Map Provider + + src/common/config/public/ClientConfig.ts + 261 + + Map Provider + + + Mapbox access token + + src/common/config/public/ClientConfig.ts + 269 + + Mapbox-Zugriffstoken + + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + src/common/config/public/ClientConfig.ts + 273 + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + + The map module will use these urls to fetch the map tiles. + + src/common/config/public/ClientConfig.ts + 278 + + The map module will use these urls to fetch the map tiles. + + + Custom Layers + + src/common/config/public/ClientConfig.ts + 281 + + Custom Layers + + + Max Preview Markers + + src/common/config/public/ClientConfig.ts + 291 + + Max Preview Markers + + + Maximum number of markers to be shown on the map preview on the gallery page. + + src/common/config/public/ClientConfig.ts + 294 + + Maximum number of markers to be shown on the map preview on the gallery page. + + + Map Icon size + + src/common/config/public/ClientConfig.ts + 304 + + Map Icon size + + + Icon size (used on maps). + + src/common/config/public/ClientConfig.ts + 308 + + Symbolgröße (wird auf Karten verwendet). + + + Person thumbnail size + + src/common/config/public/ClientConfig.ts + 313 + + Person thumbnail size + + + Person (face) thumbnail size. + + src/common/config/public/ClientConfig.ts + 317 + + Person (face) thumbnail size. + + + Thumbnail sizes + + src/common/config/public/ClientConfig.ts + 322 + + Miniaturbildgrößen + + + 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 + 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. + + + SearchQuery + + src/common/config/public/ClientConfig.ts + 378 + + SearchQuery + + + Url + + src/common/config/public/ClientConfig.ts + 388 + + + src/frontend/app/ui/EnumTranslations.ts + 47 + + Url + + + Show item count + + src/common/config/public/ClientConfig.ts + 410 + + Artikelanzahl anzeigen + + + Shows the number photos and videos on the navigation bar. + + src/common/config/public/ClientConfig.ts + 413 + + Shows the number photos and videos on the navigation bar. + + + Links + + src/common/config/public/ClientConfig.ts + 419 + + Links + + + Visible links in the top menu. + + src/common/config/public/ClientConfig.ts + 424 + + Visible links in the top menu. + + + Cache + + src/common/config/public/ClientConfig.ts + 437 + + Zwischenspeicher + + + Caches directory contents and search results for better performance. + + src/common/config/public/ClientConfig.ts + 440 + + Zwischenspeicherte Verzeichnisinhalte und Suchergebnisse für eine bessere Leistung. + + + Scroll based thumbnail generation + + src/common/config/public/ClientConfig.ts + 445 + + scrollbasierte Erstellung von Vorschaubilder + + + Those thumbnails get higher priority that are visible on the screen. + + src/common/config/public/ClientConfig.ts + 448 + + Diese Vorschaubilder erhalten eine höhere Priorität, die auf dem Bildschirm sichtbar sind. + + + Default sorting + + src/common/config/public/ClientConfig.ts + 454 + + Default sorting + + + Default sorting method for photo and video in a directory results. + + src/common/config/public/ClientConfig.ts + 457 + + Default sorting method for photo and video in a directory results. + + + Default search sorting + + src/common/config/public/ClientConfig.ts + 463 + + Default search sorting + + + Default sorting method for photo and video in a search results. + + src/common/config/public/ClientConfig.ts + 466 + + Default sorting method for photo and video in a search results. + + + Sort directories by date + + src/common/config/public/ClientConfig.ts + 472 + + Verzeichnisse nach Datum sortieren + + + 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 + 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. + + + On scroll thumbnail prioritising + + src/common/config/public/ClientConfig.ts + 481 + + On scroll thumbnail prioritising + + + Those thumbnails will be rendered first that are in view. + + src/common/config/public/ClientConfig.ts + 484 + + Those thumbnails will be rendered first that are in view. + + + Navigation bar + + src/common/config/public/ClientConfig.ts + 489 + + Navigation bar + + + Caption first naming + + src/common/config/public/ClientConfig.ts + 496 + + Bildbeschriftung, erste Benennung + + + Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. + + src/common/config/public/ClientConfig.ts + 499 + + Zeigen Sie die Beschriftungs-Tags (IPTC 120) aus den EXIF-Daten anstelle der Dateinamen an. + + + Download Zip + + src/common/config/public/ClientConfig.ts + 504 + + Download Zip + + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + src/common/config/public/ClientConfig.ts + 509 + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + + Directory flattening + + src/common/config/public/ClientConfig.ts + 514 + + Directory flattening + + + 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 + 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.) + + + Default slideshow speed + + src/common/config/public/ClientConfig.ts + 524 + + Default slideshow speed + + + Default time interval for displaying a photo in the slide show. + + src/common/config/public/ClientConfig.ts + 529 + + Default time interval for displaying a photo in the slide show. + + + Supported formats with transcoding + + src/common/config/public/ClientConfig.ts + 547 + + Supported formats with transcoding + + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + src/common/config/public/ClientConfig.ts + 552 + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + + Supported formats without transcoding + + src/common/config/public/ClientConfig.ts + 560 + + Supported formats without transcoding + + + 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 + 565 + + Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp + + + Enable photo converting. + + src/common/config/public/ClientConfig.ts + 577 + + Enable photo converting. + + + Load full resolution image on zoom. + + src/common/config/public/ClientConfig.ts + 583 + + Load full resolution image on zoom. + + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + src/common/config/public/ClientConfig.ts + 588 + + Ermöglicht das Laden des Bildes in voller Auflösung beim Zoomen in die Ligthbox (Vorschau). + + + Photo converting + + src/common/config/public/ClientConfig.ts + 597 + + + src/frontend/app/model/backendtext.service.ts + 39 + + Photo converting + + + Supported photo formats + + src/common/config/public/ClientConfig.ts + 606 + + Supported photo formats + + + 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 + 610 + + Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats. + + + Enable GPX compressing + + src/common/config/public/ClientConfig.ts + 619 + + Enable GPX compressing + + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + src/common/config/public/ClientConfig.ts + 624 + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + + *.gpx files + + src/common/config/public/ClientConfig.ts + 658 + + *.gpx files + + + Reads *.gpx files and renders them on the map. + + src/common/config/public/ClientConfig.ts + 663 + + Reads *.gpx files and renders them on the map. + + + Markdown files + + src/common/config/public/ClientConfig.ts + 678 + + Markdown files + + + Reads *.md files in a directory and shows the next to the map. + + src/common/config/public/ClientConfig.ts + 682 + + Reads *.md files in a directory and shows the next to the map. + + + *.pg2conf files + + src/common/config/public/ClientConfig.ts + 688 + + *.pg2conf files + + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + src/common/config/public/ClientConfig.ts + 692 + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + + Supported formats + + src/common/config/public/ClientConfig.ts + 698 + + Supported formats + + + The app will read and process these files. + + src/common/config/public/ClientConfig.ts + 702 + + The app will read and process these files. + + + Enabled + + 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 + + + Override keywords + + src/common/config/public/ClientConfig.ts + 719 + + Schlüsselwörter überschreiben + + + 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 + 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. + + + Face starring right + + src/common/config/public/ClientConfig.ts + 728 + + Gesicht mit der rechten Hauptrolle (Face starring right) + + + Required minimum right to star (favourite) a face. + + src/common/config/public/ClientConfig.ts + 731 + + Erforderliches Mindestrecht, um ein Gesicht zu markieren (Favorit). + + + Face listing right + + src/common/config/public/ClientConfig.ts + 736 + + Face listing right + + + Required minimum right to show the faces tab. + + src/common/config/public/ClientConfig.ts + 739 + + Required minimum right to show the faces tab. + + + Page title + + src/common/config/public/ClientConfig.ts + 749 + + Seitentitel + + + 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 + 755 + + If you access the page form local network its good to know the public url for creating sharing link. + + + Page public url + + src/common/config/public/ClientConfig.ts + 757 + + öffentliche URL der Seite + + + 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 + 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. + + + Url Base + + src/common/config/public/ClientConfig.ts + 767 + + Basis-URL + + + Api path + + src/common/config/public/ClientConfig.ts + 779 + + Api path + + + 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 + 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). + + + Custom HTML Head + + src/common/config/public/ClientConfig.ts + 792 + + Custom HTML Head + + + Password protection + + src/common/config/public/ClientConfig.ts + 813 + + Passwortschutz + + + Enables user management with login to password protect the gallery. + + src/common/config/public/ClientConfig.ts + 815 + + Enables user management with login to password protect the gallery. + + + Default user right + + src/common/config/public/ClientConfig.ts + 821 + + Default user right + + + Default user right when password protection is disabled. + + src/common/config/public/ClientConfig.ts + 826 + + Default user right when password protection is disabled. + + + Gallery + + src/common/config/public/ClientConfig.ts + 843 + + + src/frontend/app/ui/EnumTranslations.ts + 49 + + + src/frontend/app/ui/frame/frame.component.html + 26 + + Galerie + + + Album + + src/common/config/public/ClientConfig.ts + 857 + + Album + + + Search + + 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 + + + Map + + src/common/config/public/ClientConfig.ts + 876 + + Karte + + + Faces + + 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 + + + Random photo + + src/common/config/public/ClientConfig.ts + 892 + + Random photo + + + This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login. + + src/common/config/public/ClientConfig.ts + 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. + Size to generate src/frontend/app/model/backendtext.service.ts - 15 + 11 Zielgröße @@ -14,7 +1982,7 @@ These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes 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 @@ Indexed only src/frontend/app/model/backendtext.service.ts - 19 + 15 Nur indiziert @@ -30,7 +1998,7 @@ Only checks indexed files. src/frontend/app/model/backendtext.service.ts - 21 + 17 Überprüft nur indizierte Dateien. @@ -38,7 +2006,7 @@ Index changes only src/frontend/app/model/backendtext.service.ts - 23 + 19 Nur Indexänderungen @@ -46,75 +2014,67 @@ Only indexes a folder if it got changed. src/frontend/app/model/backendtext.service.ts - 25 + 21 Indiziert einen Ordner nur, wenn er geändert wurde. - - Indexing + + Database reset + + src/frontend/app/model/backendtext.service.ts + 35 + + Database reset + + + Thumbnail generation src/frontend/app/model/backendtext.service.ts 37 - Indizierung + Thumbnail generation - - Preview Filling - - src/frontend/app/model/backendtext.service.ts - 39 - - Preview Filling - - - Database Reset + + Video converting src/frontend/app/model/backendtext.service.ts 41 - Datenbank zurücksetzen + Video converting - - Thumbnail Generation + + Temp folder cleaning src/frontend/app/model/backendtext.service.ts 43 - Erstellung Vorschaubilder + Temp folder cleaning - - Photo Converting + + Preview filling src/frontend/app/model/backendtext.service.ts 45 - Fotoumwandlung + Preview filling - - Video Converting + + Preview reset src/frontend/app/model/backendtext.service.ts 47 - Videoumwandlung - - - Temp Folder Cleaning - - src/frontend/app/model/backendtext.service.ts - 49 - - Reinigung des temporären Ordners + Preview reset Server error src/frontend/app/model/notification.service.ts - 71 + 84 src/frontend/app/model/notification.service.ts - 74 + 87 Serverfehler @@ -122,7 +2082,7 @@ Server info src/frontend/app/model/notification.service.ts - 77 + 90 Serverinformationen @@ -130,7 +2090,7 @@ h src/frontend/app/pipes/DurationPipe.ts - 23 + 20 hour h @@ -139,7 +2099,7 @@ m src/frontend/app/pipes/DurationPipe.ts - 26 + 23 minute m @@ -148,67 +2108,191 @@ s src/frontend/app/pipes/DurationPipe.ts - 29 + 26 second s - - ascending rating + + Developer - src/frontend/app/pipes/StringifySortingMethod.ts - 13 - - ascending rating - - - descending rating - - src/frontend/app/pipes/StringifySortingMethod.ts - 15 - - descending rating - - - ascending name - - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts 17 - aufsteigender Name + Developer - - descending name + + Admin - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 18 + + Admin + + + User + + src/frontend/app/ui/EnumTranslations.ts 19 - absteigender Name + User - - ascending date + + Guest - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 20 + + Guest + + + LimitedGuest + + src/frontend/app/ui/EnumTranslations.ts 21 - aufsteigendes Datum + LimitedGuest + + + Basic + + src/frontend/app/ui/EnumTranslations.ts + 24 + + Basis + + + Advanced + + src/frontend/app/ui/EnumTranslations.ts + 25 + + Fortgeschritten + + + Under the hood + + src/frontend/app/ui/EnumTranslations.ts + 26 + + Under the hood + + + Custom + + src/frontend/app/ui/EnumTranslations.ts + 28 + + Custom + + + OpenStreetMap + + src/frontend/app/ui/EnumTranslations.ts + 29 + + OpenStreetMap + + + Mapbox + + src/frontend/app/ui/EnumTranslations.ts + 30 + + Mapbox + + + low + + src/frontend/app/ui/EnumTranslations.ts + 33 + + niedrig + + + high + + src/frontend/app/ui/EnumTranslations.ts + 34 + + hoch + + + medium + + src/frontend/app/ui/EnumTranslations.ts + 35 + + mittel descending date - src/frontend/app/pipes/StringifySortingMethod.ts - 23 + src/frontend/app/ui/EnumTranslations.ts + 38 absteigendes Datum + + ascending date + + src/frontend/app/ui/EnumTranslations.ts + 39 + + aufsteigendes Datum + + + descending name + + src/frontend/app/ui/EnumTranslations.ts + 40 + + absteigender Name + + + ascending name + + src/frontend/app/ui/EnumTranslations.ts + 41 + + aufsteigender Name + + + descending rating + + src/frontend/app/ui/EnumTranslations.ts + 42 + + descending rating + + + ascending rating + + src/frontend/app/ui/EnumTranslations.ts + 43 + + ascending rating + random - src/frontend/app/pipes/StringifySortingMethod.ts - 25 + src/frontend/app/ui/EnumTranslations.ts + 44 zufällig + + Albums + + src/frontend/app/ui/EnumTranslations.ts + 50 + + + src/frontend/app/ui/frame/frame.component.html + 18 + + Albums + Application version @@ -233,11 +2317,11 @@ Git verplfichten - - Server notifications + + Server notifications src/frontend/app/ui/admin/admin.component.html - 17,18 + 16,17 Serverbenachrichtigungen @@ -245,7 +2329,7 @@ To dismiss these notifications, restart the server. 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 @@ App version: src/frontend/app/ui/admin/admin.component.html - 48 + 46 App Version: @@ -261,31 +2345,15 @@ Mode src/frontend/app/ui/admin/admin.component.html - 52 + 50,51 Modus - - Advanced - - src/frontend/app/ui/admin/admin.component.html - 60 - - Fortgeschritten - - - Simplified - - src/frontend/app/ui/admin/admin.component.html - 61 - - Einfach - Menu 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 @@ Up time src/frontend/app/ui/admin/admin.component.html - 148 + 116 Betriebszeit @@ -302,7 +2370,7 @@ Album is locked, cannot be deleted from the webpage. 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 @@ Add saved search 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 @@ To .pg2conf src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 5 + 5,6 To .pg2conf @@ -338,7 +2406,7 @@ Saved Search to .saved_searches.pg2conf 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 @@ Add this json to a '.saved_searches.pg2conf' file in your gallery: 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 @@ This saved search will be loaded from file during gallery indexing and it will survive a database reset. 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 @@ No duplicates found src/frontend/app/ui/duplicates/duplicates.component.html - 9,10 + 8,10 No duplicates found @@ -370,59 +2438,15 @@ No faces to show. src/frontend/app/ui/faces/faces.component.html - 15 + 16 Keine Gesichter vorhanden. - - Gallery - - src/frontend/app/ui/frame/frame.component.html - 18 - - Galerie - - - Albums - - src/frontend/app/ui/frame/frame.component.html - 21 - - - src/frontend/app/ui/settings/albums/albums.settings.component.ts - 23 - - Albums - - - Faces - - 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 - - - Duplicates - - src/frontend/app/ui/frame/frame.component.html - 54 - - Duplicates - Settings src/frontend/app/ui/frame/frame.component.html - 62 + 83 Einstellungen @@ -430,7 +2454,7 @@ Logout src/frontend/app/ui/frame/frame.component.html - 68 + 89 Abmelden @@ -454,7 +2478,7 @@ unknown src/frontend/app/ui/gallery/filter/filter.gallery.component.ts - 20 + 23 unknown @@ -462,7 +2486,7 @@ Keywords src/frontend/app/ui/gallery/filter/filter.service.ts - 33 + 34 Keywords @@ -470,7 +2494,7 @@ no face src/frontend/app/ui/gallery/filter/filter.service.ts - 40 + 44 no face @@ -478,7 +2502,7 @@ Faces groups src/frontend/app/ui/gallery/filter/filter.service.ts - 45 + 49 Faces groups @@ -486,7 +2510,7 @@ Caption src/frontend/app/ui/gallery/filter/filter.service.ts - 51 + 59 Caption @@ -494,7 +2518,7 @@ Rating src/frontend/app/ui/gallery/filter/filter.service.ts - 56 + 64 Rating @@ -502,7 +2526,7 @@ Camera src/frontend/app/ui/gallery/filter/filter.service.ts - 61 + 69 Camera @@ -510,7 +2534,7 @@ Lens src/frontend/app/ui/gallery/filter/filter.service.ts - 66 + 74 Lens @@ -518,7 +2542,7 @@ City src/frontend/app/ui/gallery/filter/filter.service.ts - 71 + 79 City @@ -526,7 +2550,7 @@ State src/frontend/app/ui/gallery/filter/filter.service.ts - 76 + 84 State @@ -534,7 +2558,7 @@ Country 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. - - download - - 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 - info key: i src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 15 + 10 Info, Taste: i @@ -586,11 +2598,11 @@ toggle fullscreen, key: f 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 + + Download + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 45 + + Download + + + Slideshow playback speed + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow playback speed + + + Slideshow speed: + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow speed: + + + key: c + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + key: c + + + Show caption + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + Show caption + + + on hover + + 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 + + + always + + 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 + + + key: a + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + key: a + + + Show faces + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + Show faces + + + key: l + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + key: l + + + Play videos + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + Play videos + + + once + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 108 + + once + + + loop + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 109 + + loop + close, key: Escape 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 @@ key: left arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 90 + 179 Taste: Pfeil nach links @@ -626,7 +2750,7 @@ key: right arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 94 + 183 Taste: Pfeil nach rechts @@ -634,7 +2758,7 @@ Zoom out, key: '-' src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 100 + 189 Verkleinern, Taste: '-' @@ -642,7 +2766,7 @@ Zoom in, key: '+' 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 duration 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 @@ bit rate src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html - 57 + 56 Bitrate @@ -682,7 +2802,7 @@ Error during loading the video. src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html - 20 + 21 Fehler beim Laden des Videos. @@ -690,7 +2810,7 @@ Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online: 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 @@ Searching for: src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 12 + 14 Suche nach: @@ -706,15 +2826,23 @@ items src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 20 + 23,24 Artikel + + download + + src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html + 32 + + herunterladen + Flatten directory src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 39 + 42 Flatten directory @@ -722,17 +2850,17 @@ Filters src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 48 + 51 Filters - - Images + + Home src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts - 38 + 48 - Bilder + Home Random link @@ -754,11 +2882,11 @@ Copy 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 @@ Url has been copied to clipboard 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 @@ From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 100 + 104 von @@ -798,7 +2926,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 114 + 118 von Datum @@ -806,7 +2934,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 126 + 130 bis Datum @@ -814,11 +2942,11 @@ Minimum Rating 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 @@ Maximum Rating 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 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 206 + 210 Porträt @@ -846,7 +2974,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 207 + 211 Landschaft @@ -854,39 +2982,27 @@ Insert 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 - + - - Search - - src/frontend/app/ui/gallery/search/search.gallery.component.html - 31 - - - src/frontend/app/ui/settings/search/search.settings.component.ts - 22 - - Suche - Save search to album src/frontend/app/ui/gallery/search/search.gallery.component.html - 68 + 63,64 Save search to album @@ -894,15 +3010,11 @@ Share 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 @@ Sharing: src/frontend/app/ui/gallery/share/share.gallery.component.html - 39 + 39,40 Teilen: @@ -918,43 +3030,15 @@ Include subfolders: src/frontend/app/ui/gallery/share/share.gallery.component.html - 52 + 52,53 inklusive Unterordner: - - Password - - 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 - Valid: src/frontend/app/ui/gallery/share/share.gallery.component.html - 93 + 93,94 Gültig: @@ -962,7 +3046,7 @@ Minutes src/frontend/app/ui/gallery/share/share.gallery.component.html - 106 + 106,107 Minuten @@ -970,7 +3054,7 @@ Hours src/frontend/app/ui/gallery/share/share.gallery.component.html - 107 + 107,108 Stunden @@ -978,7 +3062,7 @@ Days src/frontend/app/ui/gallery/share/share.gallery.component.html - 108 + 108,109 Tage @@ -986,7 +3070,7 @@ Months src/frontend/app/ui/gallery/share/share.gallery.component.html - 109 + 109,110 Monate @@ -994,7 +3078,7 @@ Forever src/frontend/app/ui/gallery/share/share.gallery.component.html - 110 + 110,111 Für immer @@ -1002,7 +3086,7 @@ Yes src/frontend/app/ui/gallery/share/share.gallery.component.ts - 51 + 49 Ja @@ -1010,7 +3094,7 @@ No src/frontend/app/ui/gallery/share/share.gallery.component.ts - 52 + 50 Nein @@ -1018,11 +3102,11 @@ loading.. 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 @@ Please log in src/frontend/app/ui/login/login.component.html - 10 + 10,11 Bitte einloggen @@ -1038,31 +3122,15 @@ Wrong username or password src/frontend/app/ui/login/login.component.html - 13,14 + 13 Benutzername oder Passwort ist falsch - - Username - - 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 - Remember me src/frontend/app/ui/login/login.component.html - 58 + 47,48 erinnere mich @@ -1070,1056 +3138,323 @@ Login src/frontend/app/ui/login/login.component.html - 68,69 + 56 Anmeldung - - settings saved - - src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts - 223 - - Einstellungen gespeichert - - - Success - - 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 - - - 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 - 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. - - - Disabled - - 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 - - - Enabled - - 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 - - - readonly - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 149 - - schreibgeschützt - - - default value - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 151 - - Standardwert - - - Shows albums tab in the top bar and enables creating saved searches. - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 25 - - Shows albums tab in the top bar and enables creating saved searches. - - - Note: custom albums are not supported, see: - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 27 - - Note: custom albums are not supported, see: - - - Save - - 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 - - - Reset - - 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 - - - Page title - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 11 - - Seitentitel - - - Host - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 20 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 35 - - Host - - - Server will accept connections from this IPv6 or IPv4 address. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 22 - - Der Server akzeptiert Verbindungen von dieser IPv6- oder IPv4-Adresse. - - - Port - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 31 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 42 - - Port - - - Port number. Port 80 is usually what you need. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 32 - - Port-Nummer. Port 80 ist normalerweise der Standardport. - - - Images folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 42 - - Bilderordner - - - Images are loaded from this folder (read permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 43 - - Bilder werden aus diesem Ordner geladen (Leseberechtigung erforderlich) - - - Temp folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 53 - - Temp-Ordner - - - Thumbnails, converted photos, videos will be stored here (write - permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 54,55 - - Vorschaubilder, konvertierte Fotos, Videos werden hier gespeichert (Schreibgenehmigung erforderlich) - - - Page public url - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 65 - - öffentliche URL der Seite - - - 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 - 68,69 - - Wenn Sie auf die Seite des lokalen Netzwerks zugreifen, ist es gut, die öffentliche URL zum Erstellen eines Freigabelinks zu kennen - - - Url Base - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 77 - - Basis-URL - - - 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 - 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. - - - 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.html - 91,92 - - Die öffentliche URL und die Basis-URL stimmen nicht überein. Einige der Funktionen funktionieren möglicherweise nicht. - - - Basic - - src/frontend/app/ui/settings/basic/basic.settings.component.ts - 26 - - Basis - - - Restart the server to apply the new settings - - 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 - - - Type - - src/frontend/app/ui/settings/database/database.settings.component.html - 10 - - Art - - - Install manually mysql node module to use mysql (npm install mysql) - - 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) - - - Database folder - - src/frontend/app/ui/settings/database/database.settings.component.html - 22 - - Ordner Datenbank - - - 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 - 23 - - Alle dateibasierten Daten werden hier gespeichert (sqlite database, user database in case of memory db, job history data) - - - Database - - src/frontend/app/ui/settings/database/database.settings.component.html - 50 - - - src/frontend/app/ui/settings/database/database.settings.component.ts - 26 - - Datenbank - - - (recommended) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 36 - - (empfohlen) - - - (deprecated, will be removed) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 38 - - (veraltet, wird entfernt) - - - Override keywords - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 31 - - Schlüsselwörter überschreiben - - - 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 - 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. - - - Face starring right - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 38 - - Gesicht mit der rechten Hauptrolle (Face starring right) - - - Required minimum right to star (favourite) a face. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 40 - - Erforderliches Mindestrecht, um ein Gesicht zu markieren (Favorit). - - - Faces are not supported with these settings. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 47,48 - - Gesichter werden mit diesen Einstellungen nicht unterstützt. - - - Index cache timeout [ms] - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 12 - - Zeitlimit für Index-Cache [ms] - - - 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 - 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) - - - Folder reindexing sensitivity - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 21 - - Empfindlichkeit für die Neuindizierung von Ordnern - - - Set the reindexing sensitivity. High value check the folders for change more often. - - 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. - - - Exclude Folder List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 29 - - Ordnerliste ausschließen - - - Folders to exclude from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 34 - - Ordner, die von der Indizierung ausgeschlossen werden sollen - - - ';' 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 - 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. - - - Exclude File List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 45 - - List ausgeschlossener Dateien - - - Files that mark a folder to be excluded from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 50 - - Dateien, die einen Ordner markieren, der von der Indizierung ausgeschlossen werden soll - - - ';' 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 - 53,55 - - ';' getrennte Zeichenfolgen. Jeder Ordner, der eine Datei mit diesem Namen enthält, wird von der Indizierung ausgeschlossen. - - - If you add a new folder to your gallery, the site indexes it automatically. - - 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. - - - If you would like to trigger indexing manually, click index button. - - 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. - - - Note: search only works among the indexed directories - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 79 - - Hinweis: Die Suche funktioniert nur in den indizierten Verzeichnissen - Statistic: - 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: Folders - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 109 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 6 Ordner Photos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 113 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 10 Fotos Videos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 117 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 14 Videos Persons - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 122 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 19 Personen Size - 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 - - Folder indexing + + Job finished - src/frontend/app/ui/settings/indexing/indexing.settings.component.ts - 36 + src/frontend/app/ui/settings/scheduled-jobs.service.ts + 128 - Ordnerindizierung + Auftrag abgeschlossen - - 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 - 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. - - medium + + Disabled - 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 - - high + + Tile Url* - 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* - - Folder indexing started + + + Add Layer - 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 - - Folder indexing interrupted + + + Add Link - 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 - - Resetting database + + + Add - 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 + + + ';' separated list. + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 301 + + ';' separated list. + + + See + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 304 + + See + + + Reset database after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 308 + + Reset database after changing this settings! + + + Restart server after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 312 + + Restart server after changing this settings! + + + readonly + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 229 + + schreibgeschützt + + + default value + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 231 + + Standardwert + + + config is not supported with these settings. + + src/frontend/app/ui/settings/template/template.component.html + 33,34 + + config is not supported with these settings. + + + Save + + src/frontend/app/ui/settings/template/template.component.html + 45 + + Speichern + + + Reset + + src/frontend/app/ui/settings/template/template.component.html + 49 + + Zurücksetzen + + + settings saved + + src/frontend/app/ui/settings/template/template.component.ts + 281,280 + + Einstellungen gespeichert + + + Success + + src/frontend/app/ui/settings/template/template.component.ts + 282,280 + + Erfolg + + + User list + + src/frontend/app/ui/settings/users/users.component.html + 4,5 + + User list + + + + Add user + + src/frontend/app/ui/settings/users/users.component.html + 46,47 + + + Nutzer hinzufügen + + + Add new User + + src/frontend/app/ui/settings/users/users.component.html + 56,57 + + Neuen Benutzer hinzufügen + + + Close + + src/frontend/app/ui/settings/users/users.component.html + 72,73 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 248,249 + + Schließen + + + Add User + + src/frontend/app/ui/settings/users/users.component.html + 76 + + Benutzer hinzufügen + + + User creation error! + + src/frontend/app/ui/settings/users/users.component.ts + 82,80 + + Benutzererstellungsfehler! Trigger job run manually - 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 Run now - 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 Cancel - 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 Job started - 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 Stopping job - 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 - - every - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 20 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 116 - - immer - - - never - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 25 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 68 - - niemals - - - after - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 27 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 67 - - nach - - - Job: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 50 - - Auftrag: - - - Periodicity: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 64 - - Häufigkeit: - - - Set the time to run the job. - - 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. - - - After: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 80 - - nach: - - - The job will run after that job finishes. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 91,92 - - Der Job wird ausgeführt, nachdem dieser Job beendet wurde. - - - At: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 98 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 108 - - zu: - - - Allow parallel run - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 127 - - parallelen Durchlauf zulassen - - - Enables the job to start even if another job is already running. - - 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. - - - ';' separated integers. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 198,199 - - ';' getrennte ganze Zahlen. - - - + Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 226,227 - - + Auftrag hinzufügen - - - Add new job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 241 - - neuen Auftrag hinzufügen - - - Select a job to schedule. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 255,256 - - Wählen Sie einen zu planenden Auftrag aus. - - - Close - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 260 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 87 - - Schließen - - - Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 263,264 - - Auftrag hinzufügen - - - Jobs - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 57 - - Aufträge - - - periodic - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 69 - - periodisch - - - scheduled - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 70 - - geplant - - - Monday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 73 - - Montag - - - Tuesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 74 - - Dienstag - - - Wednesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 75 - - Mittwoch - - - Thursday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 76 - - Donnerstag - - - Friday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 77 - - Freitag - - - Saturday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 78 - - Samstag - - - Sunday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 79 - - Sonntag - - - day - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 80 - - Tag - Last run: - 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: Run between - 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 @@ Status - 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 @@ Cancelling... - 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... time elapsed - 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 Processed - 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 Skipped - 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 Left - 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 All - 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 Logs - 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 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 + 38 verarbeitet skipped - 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 all - 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 running - 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 cancelling - 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 canceled - 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 interrupted - 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 finished - 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 - - Use image markers + + every - src/frontend/app/ui/settings/map/map.settings.component.html - 30 + src/frontend/app/ui/settings/workflow/workflow.component.html + 11,12 - Bildmarkierungen verwenden - - - Map will use thumbnail images as markers instead of the default pin. - src/frontend/app/ui/settings/map/map.settings.component.html - 31 - - Map verwendet Miniaturbilder als Markierungen anstelle der Standard-PIN. - - - Map provider - - src/frontend/app/ui/settings/map/map.settings.component.html - 40 - - Kartenanbieter - - - Name - - src/frontend/app/ui/settings/map/map.settings.component.html - 52 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 27 - - Name - - - Tile Url* - - src/frontend/app/ui/settings/map/map.settings.component.html - 53 - - Tile Url* - - - *The map module will use these urls to fetch the map tiles. - - src/frontend/app/ui/settings/map/map.settings.component.html - 78 - - * Das Kartenmodul verwendet diese URLs, um die Kartenkacheln abzurufen. - - - + Add Layer - - src/frontend/app/ui/settings/map/map.settings.component.html - 83,84 - - + Ebene hinzufügen - - - Mapbox access token - - src/frontend/app/ui/settings/map/map.settings.component.html - 90 - - Mapbox-Zugriffstoken - - - MapBox needs an access token to work, create one at - - src/frontend/app/ui/settings/map/map.settings.component.html - 96 - - MapBox benötigt ein Zugriffstoken, um zu funktionieren. Erstellen Sie eines unter - - - Map - - src/frontend/app/ui/settings/map/map.settings.component.ts - 27 - - Karte - - - *.gpx files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 11 - - *.gpx files - - - Reads *.gpx files and renders them on the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 12 - - Reads *.gpx files and renders them on the map. - - - Markdown files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 19 - - Markdown files - - - Reads *.md files in a directory and shows the next to the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 20 - - Reads *.md files in a directory and shows the next to the map. - - - *.pg2conf files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 26 - - *.pg2conf files - - - Reads *.pg2conf files (You can use it for custom sorting and save search (albums)). - - 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)). - - - Meta file - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts - 23 - - Meta-Datei - - - Error: - - src/frontend/app/ui/settings/other/other.settings.component.html - 7 - - Fehler: - - - Threads: - - src/frontend/app/ui/settings/other/other.settings.component.html - 10 - - Bereich: - - - Threading - - src/frontend/app/ui/settings/other/other.settings.component.html - 14 - - Einfädeln (Threading) - - - Runs directory scanning in a different thread. - - src/frontend/app/ui/settings/other/other.settings.component.html - 15 - - Führt das Verzeichnis-Scannen in einem anderen Bereich aus. - - - Thumbnail threads - - src/frontend/app/ui/settings/other/other.settings.component.html - 22 - - Bereich Vorschaubilder - - - 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 - 23 - - Anzahl der Bereiche, die zum Generieren von Miniaturansichten verwendet werden. Wenn automatisch, wird die Anzahl der CPU-Kerne -1 Bereiche verwendet. - - - Misc: - - src/frontend/app/ui/settings/other/other.settings.component.html - 33 - - Sonstiges: - - - Scroll based thumbnail generation - - src/frontend/app/ui/settings/other/other.settings.component.html - 36 - - scrollbasierte Erstellung von Vorschaubilder - - - Those thumbnails get higher priority that are visible on the screen. - - 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. - - - Lazy image rendering - - src/frontend/app/ui/settings/other/other.settings.component.html - 43 - - schlechte Bildwiedergabe - - - 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 - 44 - - Zeigt nur die erforderliche Anzahl von Fotos gleichzeitig an. Rendert mehr, wenn das Seitenende erreicht wird. - - - Cache - - src/frontend/app/ui/settings/other/other.settings.component.html - 50 - - Zwischenspeicher - - - Caches directory contents and search results for better performance. - - src/frontend/app/ui/settings/other/other.settings.component.html - 51 - - Zwischenspeicherte Verzeichnisinhalte und Suchergebnisse für eine bessere Leistung. - - - Caption first naming - - src/frontend/app/ui/settings/other/other.settings.component.html - 57 - - Bildbeschriftung, erste Benennung - - - Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. - - 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. - - - Download Zip - - src/frontend/app/ui/settings/other/other.settings.component.html - 64 - - Download Zip - - - [Experimental: does not work for searches] Enable download zip of a directory contents - - src/frontend/app/ui/settings/other/other.settings.component.html - 65 - - [Experimental: does not work for searches] Enable download zip of a directory contents - - - Directory flattening - - src/frontend/app/ui/settings/other/other.settings.component.html - 71 - - Directory flattening - - - [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 - 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. - - - Navigation bar: - - src/frontend/app/ui/settings/other/other.settings.component.html - 82 - - Navigationsleiste: - - - Show item count - - src/frontend/app/ui/settings/other/other.settings.component.html - 85 - - Artikelanzahl anzeigen - - - Show the number of items (photos) in the folder. - - src/frontend/app/ui/settings/other/other.settings.component.html - 86 - - Zeigt die Anzahl der Elemente (Fotos) im Ordner an. - - - Default photo sorting method - - src/frontend/app/ui/settings/other/other.settings.component.html - 100 - - Standard-Fotosortiermethode - - - Sort directories by date - - src/frontend/app/ui/settings/other/other.settings.component.html - 109 - - Verzeichnisse nach Datum sortieren - - - 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 - 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. - - - Custom HTML Head - - src/frontend/app/ui/settings/other/other.settings.component.html - 118 - - Custom HTML Head - - - Other - - src/frontend/app/ui/settings/other/other.settings.component.ts - 32 - - Andere - - - Photo converting: - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 9 - - Fotokonvertierung: - - - Converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 12 - - Konvertieren - - - Downsizes photos for faster preview loading. (Zooming in to the photo loads the original). - - 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.) - - - On the fly converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 19 - - Im laufenden Betrieb konvertieren - - - Converts photos on the fly, when they are requested. - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 20 - - Konvertiert Fotos im laufenden Betrieb, wenn sie angefordert werden. - - - Resolution - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 28 - - - src/frontend/app/ui/settings/video/video.settings.component.html - 66 - - Auflösung - - - 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 - 29 - - Der kürzere Rand des konvertierten Fotos wird unter Beibehaltung des Seitenverhältnisses darauf verkleinert. - - - Load full resolution image on zoom - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 38 - - Laden Sie das Bild in voller Auflösung beim Zoomen - - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - 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). - - - Photo - - src/frontend/app/ui/settings/photo/photo.settings.component.ts - 36 - - Foto - - - Preview Filter query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 10 - - Preview Filter query - - - Filters the sub-folders with this search query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 11 - - Filters the sub-folders with this search query - - - Preview Sorting - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 20 - - Preview Sorting - - - If multiple preview is available sorts them by these methods and selects the first one. - - 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. - - - Preview - - src/frontend/app/ui/settings/preview/preview.settings.component.ts - 31 - - Preview - - - 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 - 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. - - - Note: With the current implementation, random link also requires login. See: - - 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: - - - Random Photo is not supported with these settings - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html - 43,44 - - Zufälliges Foto wird mit diesen Einstellungen nicht unterstützt - - - Random Photo - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts - 22 - - zufälliges Foto - - - Job finished - - src/frontend/app/ui/settings/scheduled-jobs.service.ts - 80 - - Auftrag abgeschlossen - - - Autocomplete - - src/frontend/app/ui/settings/search/search.settings.component.html - 32 - - Autovervollständigung - - - Show hints while typing search query. - - src/frontend/app/ui/settings/search/search.settings.component.html - 33 - - Zeigen Sie Hinweise an, während Sie eine Suchabfrage eingeben. - - - Maximum media result - - src/frontend/app/ui/settings/search/search.settings.component.html - 40 - - Maximales Medienergebnis - - - Maximum number of photos and videos that listed in one search result - - src/frontend/app/ui/settings/search/search.settings.component.html - 41 - - Maximale Anzahl von Fotos und Videos, die in einem Suchergebnis aufgeführt sind - - - List directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 49 - - List directories - - - Search will also return with directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 50 - - Search will also return with directories - - - List metafiles - - src/frontend/app/ui/settings/search/search.settings.component.html - 57 - - List metafiles - - - 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 - 58 - - Search also returns with metafiles from directories that contain a media file of the matched search result - - - Search is not supported with these settings - - src/frontend/app/ui/settings/search/search.settings.component.html - 68,69 - - Die Suche wird mit diesen Einstellungen nicht unterstützt - - - Password protected - - src/frontend/app/ui/settings/share/share.settings.component.html - 29 - - Passwortgeschützt - - - Enables password protected sharing links. - - src/frontend/app/ui/settings/share/share.settings.component.html - 30 - - Aktiviert passwortgeschützte Freigabelinks. - - - Sharing is not supported with these settings - - src/frontend/app/ui/settings/share/share.settings.component.html - 40,41 - - Die Freigabe wird mit diesen Einstellungen nicht unterstützt - - - Shared links: - - src/frontend/app/ui/settings/share/share.settings.component.html - 57 - - geteilte Links: - - - Key - - src/frontend/app/ui/settings/share/share.settings.component.html - 63 - - Schlüssel - - - Folder - - src/frontend/app/ui/settings/share/share.settings.component.html - 64 - - Ordner - - - Creator - - src/frontend/app/ui/settings/share/share.settings.component.html - 65 - - Ersteller - - - Expires - - src/frontend/app/ui/settings/share/share.settings.component.html - 66 - - Ablaufdatum - - - No sharing was created. - - src/frontend/app/ui/settings/share/share.settings.component.html - 86,87 - - Es wurde keine Freigabe erstellt. - - - Thumbnail Quality - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 11 - - Miniaturbildqualität - - - High quality may be slow. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 12 - - Hohe Qualität kann langsam sein. - - - Icon size - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 20 - - Symbolgröße - - - Icon size (used on maps). - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 21 - - Symbolgröße (wird auf Karten verwendet). - - - Thumbnail sizes - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 30 - - Miniaturbildgrößen - - - Size of the thumbnails. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 37 - - Größe der Vorschaubilder. - - - 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 - 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.) - - - ';' 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.html - 43,45 - - ';' getrennte ganze Zahlen. Wenn die Größe 240 beträgt, hat diese kürzere Seite der Miniaturansicht 160 Pixel. - - - Thumbnail - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts - 31 - - Vorschaubild - - - Role - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 28 - - Rolle - - - + Add user - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 55,56 - - + Nutzer hinzufügen - - - To protect the site with password / have login enable this. - - 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. - - - Add new User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 70 - - Neuen Benutzer hinzufügen - - - Add User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 90,91 - - Benutzer hinzufügen - - - Password protection - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 45 - - Passwortschutz - - - Low - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 48 - - Niedrig - - - High - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 49 - - Hoch - - - Password protection enabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 86 - - Passwortschutz aktiviert - - - Server restart is recommended. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 87 - - Ein Neustart des Servers wird empfohlen. - - - Password protection disabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 90 - - Passwortschutz deaktiviert - - - User creation error! - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 113 - - Benutzererstellungsfehler! - - - 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 - 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. - - - Video transcoding: - - src/frontend/app/ui/settings/video/video.settings.component.html - 33 - - Video-Transcodierung: - - - 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 - 35,38 - - Um eine reibungslose Videowiedergabe zu gewährleisten, wird die Videotranskodierung mit einer niedrigeren Bitrate als der Uploadrate des Servers empfohlen. - - - The transcoded videos will be save to the thumbnail folder. - - src/frontend/app/ui/settings/video/video.settings.component.html - 39 - - Die transkodierten Videos werden im Miniaturbildordner gespeichert. - - - 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 - 40,43 - - Sie können die Transcodierung manuell auslösen, aber Sie können auch einen automatischen Codierungsjob im erweiterten Einstellungsmodus erstellen. - - - Format - - src/frontend/app/ui/settings/video/video.settings.component.html - 47 - - Format - - - Codec - - src/frontend/app/ui/settings/video/video.settings.component.html - 57 - - Codec - - - 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 - 67 - - Die Höhe des ausgegebenen Videos wird unter Beibehaltung des Seitenverhältnisses auf diese Höhe verkleinert. - - - FPS - - src/frontend/app/ui/settings/video/video.settings.component.html - 77 - - FPS - - - 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 - 78 - - Das Zielbild pro Sekunde (fps) des ausgegebenen Videos wird hierdurch verkleinert. - - - Bit rate - - src/frontend/app/ui/settings/video/video.settings.component.html - 90 - - Bitrate - - - 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 - 104,106 - - Die Zielbitrate des Ausgabevideos wird dabei herunterskaliert. Diese sollte geringer sein als die Upload-Rate Ihres Heimservers. - - - CRF - - src/frontend/app/ui/settings/video/video.settings.component.html + src/frontend/app/ui/settings/workflow/workflow.component.html 112 - CRF + immer - - 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. + + never - 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 - - Preset + + after - 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 - - 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 - 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: - - Custom Options + + Periodicity: - 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: - - ; 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.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. - - Video + + After: - src/frontend/app/ui/settings/video/video.settings.component.ts - 43 + src/frontend/app/ui/settings/workflow/workflow.component.html + 72,73 - Video + nach: + + + The job will run after that job finishes. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 85,86 + + Der Job wird ausgeführt, nachdem dieser Job beendet wurde. + + + At: + + src/frontend/app/ui/settings/workflow/workflow.component.html + 92,93 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 102,103 + + zu: + + + Allow parallel run + + src/frontend/app/ui/settings/workflow/workflow.component.html + 123,124 + + parallelen Durchlauf zulassen + + + Enables the job to start even if another job is already running. + + 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. + + + ';' separated integers. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 198,199 + + ';' getrennte ganze Zahlen. + + + + Add Job + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 218,221 + + + Auftrag hinzufügen + + + Add new job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 228,229 + + neuen Auftrag hinzufügen + + + Select a job to schedule. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 243,244 + + Wählen Sie einen zu planenden Auftrag aus. + + + Add Job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 252 + + Auftrag hinzufügen + + + periodic + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 82 + + periodisch + + + scheduled + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 83 + + geplant + + + Monday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 86,85 + + Montag + + + Tuesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 87,85 + + Dienstag + + + Wednesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 88,85 + + Mittwoch + + + Thursday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 89,85 + + Donnerstag + + + Friday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 90,85 + + Freitag + + + Saturday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 91,85 + + Samstag + + + Sunday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 92,85 + + Sonntag + + + day + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 93,85 + + Tag Wrong password src/frontend/app/ui/sharelogin/share-login.component.html - 11 + 11,13 Falsches Passwort - - Enter + + Enter 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 @@ + + Host + + src/common/config/private/PrivateConfig.ts + 100 + + + src/common/config/private/PrivateConfig.ts + 973 + + Host + + + Port + + src/common/config/private/PrivateConfig.ts + 110 + + + src/common/config/private/PrivateConfig.ts + 961 + + Port + + + Database + + src/common/config/private/PrivateConfig.ts + 120 + + + src/common/config/private/PrivateConfig.ts + 1029 + + Database + + + Username + + 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 + + + Password + + 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 + + + Sqlite db filename + + src/common/config/private/PrivateConfig.ts + 153 + + Sqlite db filename + + + Sqlite will save the db with this filename. + + src/common/config/private/PrivateConfig.ts + 157 + + Sqlite will save the db with this filename. + + + Name + + 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 + + + Role + + src/common/config/private/PrivateConfig.ts + 177 + + + src/frontend/app/ui/settings/users/users.component.html + 17,18 + + Role + + + Unencrypted, temporary password. App will encrypt it and delete this. + + src/common/config/private/PrivateConfig.ts + 190 + + Unencrypted, temporary password. App will encrypt it and delete this. + + + Encrypted password + + src/common/config/private/PrivateConfig.ts + 196 + + Encrypted password + + + Type + + src/common/config/private/PrivateConfig.ts + 231 + + + src/common/config/public/ClientConfig.ts + 362 + + Type + + + SQLite is recommended. + + src/common/config/private/PrivateConfig.ts + 236 + + SQLite is recommended. + + + Database folder + + src/common/config/private/PrivateConfig.ts + 243 + + Database folder + + + All file-based data will be stored here (sqlite database, job history data). + + src/common/config/private/PrivateConfig.ts + 247 + + All file-based data will be stored here (sqlite database, job history data). + + + SQLite + + src/common/config/private/PrivateConfig.ts + 254 + + SQLite + + + MySQL + + src/common/config/private/PrivateConfig.ts + 264 + + MySQL + + + Enforced users + + src/common/config/private/PrivateConfig.ts + 281 + + + src/common/config/private/PrivateConfig.ts + 298 + + Enforced users + + + 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 + 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. + + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + src/common/config/private/PrivateConfig.ts + 301 + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + + Converted photo and thumbnail quality + + src/common/config/private/PrivateConfig.ts + 308 + + Converted photo and thumbnail quality + + + Between 0-100. + + src/common/config/private/PrivateConfig.ts + 311 + + Between 0-100. + + + Person face margin + + src/common/config/private/PrivateConfig.ts + 318 + + Person face margin + + + Person face size ratio on the face thumbnail. + + src/common/config/private/PrivateConfig.ts + 321 + + Person face size ratio on the face thumbnail. + + + OnTheFly *.gpx compression + + src/common/config/private/PrivateConfig.ts + 331 + + OnTheFly *.gpx compression + + + Enables on the fly *.gpx compression. + + src/common/config/private/PrivateConfig.ts + 335 + + Enables on the fly *.gpx compression. + + + Min distance + + src/common/config/private/PrivateConfig.ts + 342 + + Min distance + + + Filters out entry that are closer than this in meters. + + src/common/config/private/PrivateConfig.ts + 347 + + Filters out entry that are closer than this in meters. + + + Min time delta + + src/common/config/private/PrivateConfig.ts + 354 + + Min time delta + + + Filters out entry that are closer than this in time in milliseconds. + + src/common/config/private/PrivateConfig.ts + 359 + + Filters out entry that are closer than this in time in milliseconds. + + + GPX compression + + src/common/config/private/PrivateConfig.ts + 369 + + + src/common/config/public/ClientConfig.ts + 669 + + + src/frontend/app/model/backendtext.service.ts + 49 + + GPX compression + + + Update timeout + + src/common/config/private/PrivateConfig.ts + 387 + + Update timeout + + + After creating a sharing link, it can be updated for this long. + + src/common/config/private/PrivateConfig.ts + 391 + + After creating a sharing link, it can be updated for this long. + + + Index cache timeout + + src/common/config/private/PrivateConfig.ts + 402 + + Index cache timeout + + + 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 + 406 + + If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low). + + + Folder reindexing sensitivity + + src/common/config/private/PrivateConfig.ts + 413 + + Folder reindexing sensitivity + + + Set the reindexing sensitivity. High value check the folders for change more often. + + src/common/config/private/PrivateConfig.ts + 416 + + Set the reindexing sensitivity. High value check the folders for change more often. + + + Exclude Folder List + + src/common/config/private/PrivateConfig.ts + 423 + + Exclude Folder List + + + 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 + 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. + + + Exclude File List + + src/common/config/private/PrivateConfig.ts + 436 + + Exclude File List + + + .ignore;.pg2ignore + + src/common/config/private/PrivateConfig.ts + 440 + + .ignore;.pg2ignore + + + 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 + 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. + + + Threading + + src/common/config/private/PrivateConfig.ts + 452 + + + src/common/config/private/PrivateConfig.ts + 984 + + Threading + + + Runs directory scanning and thumbnail generation in a different thread. + + src/common/config/private/PrivateConfig.ts + 456 + + Runs directory scanning and thumbnail generation in a different thread. + + + Thumbnail threads + + src/common/config/private/PrivateConfig.ts + 462 + + Thumbnail threads + + + 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 + 466 + + Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used. + + + Max duplicates + + src/common/config/private/PrivateConfig.ts + 477 + + Max duplicates + + + Maximum number of duplicates to list. + + src/common/config/private/PrivateConfig.ts + 480 + + Maximum number of duplicates to list. + + + Level + + src/common/config/private/PrivateConfig.ts + 490 + + Level + + + Logging level. + + src/common/config/private/PrivateConfig.ts + 493 + + Logging level. + + + Sql Level + + src/common/config/private/PrivateConfig.ts + 499 + + Sql Level + + + Logging level for SQL queries. + + src/common/config/private/PrivateConfig.ts + 502 + + Logging level for SQL queries. + + + Server timing + + src/common/config/private/PrivateConfig.ts + 507 + + Server timing + + + If enabled, the app ads "Server-Timing" http header to the response. + + src/common/config/private/PrivateConfig.ts + 510 + + If enabled, the app ads "Server-Timing" http header to the response. + + + Max saved progress + + src/common/config/private/PrivateConfig.ts + 610 + + Max saved progress + + + Job history size. + + src/common/config/private/PrivateConfig.ts + 613 + + Job history size. + + + Processing batch size + + src/common/config/private/PrivateConfig.ts + 620 + + Processing batch size + + + Jobs load this many photos or videos form the DB for processing at once. + + src/common/config/private/PrivateConfig.ts + 623 + + Jobs load this many photos or videos form the DB for processing at once. + + + Scheduled jobs + + src/common/config/private/PrivateConfig.ts + 629 + + Scheduled jobs + + + Bit rate + + src/common/config/private/PrivateConfig.ts + 685 + + Bit rate + + + 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 + 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. + + + Resolution + + src/common/config/private/PrivateConfig.ts + 696 + + + src/common/config/private/PrivateConfig.ts + 808 + + Resolution + + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 701 + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + + FPS + + src/common/config/private/PrivateConfig.ts + 708 + + FPS + + + Target frame per second (fps) of the output video will be scaled down this this. + + src/common/config/private/PrivateConfig.ts + 712 + + Target frame per second (fps) of the output video will be scaled down this this. + + + Format + + src/common/config/private/PrivateConfig.ts + 718 + + Format + + + MP4 codec + + src/common/config/private/PrivateConfig.ts + 727 + + MP4 codec + + + Webm Codec + + src/common/config/private/PrivateConfig.ts + 737 + + Webm Codec + + + CRF + + src/common/config/private/PrivateConfig.ts + 748 + + CRF + + + 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 + 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. + + + Preset + + src/common/config/private/PrivateConfig.ts + 759 + + Preset + + + 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 + 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). + + + Custom Options + + src/common/config/private/PrivateConfig.ts + 769 + + Custom Options + + + It will be sent to ffmpeg as it is, as custom options. + + src/common/config/private/PrivateConfig.ts + 774 + + It will be sent to ffmpeg as it is, as custom options. + + + Video transcoding + + src/common/config/private/PrivateConfig.ts + 783 + + Video transcoding + + + 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 + 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. + + + On the fly converting + + src/common/config/private/PrivateConfig.ts + 796 + + On the fly converting + + + Converts photos on the fly, when they are requested. + + src/common/config/private/PrivateConfig.ts + 802 + + Converts photos on the fly, when they are requested. + + + The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. + + 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. + + + Photo resizing + + src/common/config/private/PrivateConfig.ts + 824 + + Photo resizing + + + Preview Filter query + + src/common/config/private/PrivateConfig.ts + 836 + + Preview Filter query + + + 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 + 841 + + Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter. + + + Preview Sorting + + src/common/config/private/PrivateConfig.ts + 850 + + Preview Sorting + + + If multiple preview is available sorts them by these methods and selects the first one. + + src/common/config/private/PrivateConfig.ts + 854 + + If multiple preview is available sorts them by these methods and selects the first one. + + + Images folder + + src/common/config/private/PrivateConfig.ts + 866 + + Images folder + + + Images are loaded from this folder (read permission required) + + src/common/config/private/PrivateConfig.ts + 871 + + Images are loaded from this folder (read permission required) + + + Temp folder + + src/common/config/private/PrivateConfig.ts + 877 + + Temp folder + + + Thumbnails, converted photos, videos will be stored here (write permission required) + + src/common/config/private/PrivateConfig.ts + 882 + + Thumbnails, converted photos, videos will be stored here (write permission required) + + + Metadata read buffer + + src/common/config/private/PrivateConfig.ts + 889 + + Metadata read buffer + + + 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 + 895 + + Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square. + + + Video + + src/common/config/private/PrivateConfig.ts + 901 + + + src/common/config/public/ClientConfig.ts + 640 + + Video + + + Video support uses ffmpeg. ffmpeg and ffprobe binaries need to be available in the PATH or the @ffmpeg-installer/ffmpeg and @ffprobe-installer/ffprobe optional node packages need to be installed. + + 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. + + + Photo + + src/common/config/private/PrivateConfig.ts + 915 + + + src/common/config/public/ClientConfig.ts + 647 + + Photo + + + Thumbnail + + src/common/config/private/PrivateConfig.ts + 928 + + + src/common/config/public/ClientConfig.ts + 633 + + Thumbnail + + + Session Timeout + + src/common/config/private/PrivateConfig.ts + 951 + + Session Timeout + + + Users kept logged in for this long time. + + src/common/config/private/PrivateConfig.ts + 955 + + Users kept logged in for this long time. + + + Port number. Port 80 is usually what you need. + + src/common/config/private/PrivateConfig.ts + 966 + + Port number. Port 80 is usually what you need. + + + Server will accept connections from this IPv6 or IPv4 address. + + src/common/config/private/PrivateConfig.ts + 978 + + Server will accept connections from this IPv6 or IPv4 address. + + + Logs + + src/common/config/private/PrivateConfig.ts + 992 + + Logs + + + Server + + src/common/config/private/PrivateConfig.ts + 1021 + + Server + + + Users + + src/common/config/private/PrivateConfig.ts + 1037 + + Users + + + Indexing + + src/common/config/private/PrivateConfig.ts + 1045 + + + src/frontend/app/model/backendtext.service.ts + 33 + + Indexing + + + 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 + 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.) + + + Media + + src/common/config/private/PrivateConfig.ts + 1061 + + Media + + + Meta file + + src/common/config/private/PrivateConfig.ts + 1069 + + Meta file + + + Preview + + src/common/config/private/PrivateConfig.ts + 1077 + + Preview + + + Sharing + + src/common/config/private/PrivateConfig.ts + 1092 + + Sharing + + + Duplicates + + src/common/config/private/PrivateConfig.ts + 1100 + + + src/frontend/app/ui/frame/frame.component.html + 75 + + Duplicates + + + Jobs + + src/common/config/private/PrivateConfig.ts + 1108 + + Jobs + + + Enable Autocomplete + + src/common/config/public/ClientConfig.ts + 60 + + Enable Autocomplete + + + Show hints while typing search query. + + src/common/config/public/ClientConfig.ts + 63 + + Show hints while typing search query. + + + Max items per category + + src/common/config/public/ClientConfig.ts + 70 + + Max items per category + + + Maximum number autocomplete items shown per category. + + src/common/config/public/ClientConfig.ts + 73 + + Maximum number autocomplete items shown per category. + + + Maximum items + + src/common/config/public/ClientConfig.ts + 80 + + Maximum items + + + Maximum number autocomplete items shown at once. + + src/common/config/public/ClientConfig.ts + 83 + + Maximum number autocomplete items shown at once. + + + Cache timeout + + src/common/config/public/ClientConfig.ts + 90 + + + src/common/config/public/ClientConfig.ts + 114 + + Cache timeout + + + Autocomplete cache timeout. + + src/common/config/public/ClientConfig.ts + 94 + + Autocomplete cache timeout. + + + Enable + + 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 + + + Enables searching. + + src/common/config/public/ClientConfig.ts + 107 + + Enables searching. + + + Search cache timeout. + + src/common/config/public/ClientConfig.ts + 118 + + Search cache timeout. + + + Autocomplete + + src/common/config/public/ClientConfig.ts + 124 + + Autocomplete + + + Maximum media result + + src/common/config/public/ClientConfig.ts + 133 + + Maximum media result + + + Maximum number of photos and videos that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 136 + + Maximum number of photos and videos that are listed in one search result. + + + Maximum directory result + + src/common/config/public/ClientConfig.ts + 142 + + Maximum directory result + + + Maximum number of directories that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 145 + + Maximum number of directories that are listed in one search result. + + + List directories + + src/common/config/public/ClientConfig.ts + 151 + + List directories + + + Search returns also with directories, not just media. + + src/common/config/public/ClientConfig.ts + 154 + + Search returns also with directories, not just media. + + + List metafiles + + src/common/config/public/ClientConfig.ts + 160 + + List metafiles + + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + src/common/config/public/ClientConfig.ts + 163 + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + + Enables sharing. + + src/common/config/public/ClientConfig.ts + 188 + + Enables sharing. + + + Password protected + + src/common/config/public/ClientConfig.ts + 194 + + Password protected + + + Enables password protected sharing links. + + src/common/config/public/ClientConfig.ts + 197 + + Enables password protected sharing links. + + + Enables random link generation. + + src/common/config/public/ClientConfig.ts + 210 + + Enables random link generation. + + + Name of a map layer. + + src/common/config/public/ClientConfig.ts + 222 + + Name of a map layer. + + + Url of a map layer. + + src/common/config/public/ClientConfig.ts + 231 + + Url of a map layer. + + + Image Markers + + src/common/config/public/ClientConfig.ts + 252 + + Image Markers + + + Map will use thumbnail images as markers instead of the default pin. + + src/common/config/public/ClientConfig.ts + 255 + + Map will use thumbnail images as markers instead of the default pin. + + + Map Provider + + src/common/config/public/ClientConfig.ts + 261 + + Map Provider + + + Mapbox access token + + src/common/config/public/ClientConfig.ts + 269 + + Mapbox access token + + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + src/common/config/public/ClientConfig.ts + 273 + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + + The map module will use these urls to fetch the map tiles. + + src/common/config/public/ClientConfig.ts + 278 + + The map module will use these urls to fetch the map tiles. + + + Custom Layers + + src/common/config/public/ClientConfig.ts + 281 + + Custom Layers + + + Max Preview Markers + + src/common/config/public/ClientConfig.ts + 291 + + Max Preview Markers + + + Maximum number of markers to be shown on the map preview on the gallery page. + + src/common/config/public/ClientConfig.ts + 294 + + Maximum number of markers to be shown on the map preview on the gallery page. + + + Map Icon size + + src/common/config/public/ClientConfig.ts + 304 + + Map Icon size + + + Icon size (used on maps). + + src/common/config/public/ClientConfig.ts + 308 + + Icon size (used on maps). + + + Person thumbnail size + + src/common/config/public/ClientConfig.ts + 313 + + Person thumbnail size + + + Person (face) thumbnail size. + + src/common/config/public/ClientConfig.ts + 317 + + Person (face) thumbnail size. + + + Thumbnail sizes + + src/common/config/public/ClientConfig.ts + 322 + + Thumbnail sizes + + + 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 + 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. + + + SearchQuery + + src/common/config/public/ClientConfig.ts + 378 + + SearchQuery + + + Url + + src/common/config/public/ClientConfig.ts + 388 + + + src/frontend/app/ui/EnumTranslations.ts + 47 + + Url + + + Show item count + + src/common/config/public/ClientConfig.ts + 410 + + Show item count + + + Shows the number photos and videos on the navigation bar. + + src/common/config/public/ClientConfig.ts + 413 + + Shows the number photos and videos on the navigation bar. + + + Links + + src/common/config/public/ClientConfig.ts + 419 + + Links + + + Visible links in the top menu. + + src/common/config/public/ClientConfig.ts + 424 + + Visible links in the top menu. + + + Cache + + src/common/config/public/ClientConfig.ts + 437 + + Cache + + + Caches directory contents and search results for better performance. + + src/common/config/public/ClientConfig.ts + 440 + + Caches directory contents and search results for better performance. + + + Scroll based thumbnail generation + + src/common/config/public/ClientConfig.ts + 445 + + Scroll based thumbnail generation + + + Those thumbnails get higher priority that are visible on the screen. + + src/common/config/public/ClientConfig.ts + 448 + + Those thumbnails get higher priority that are visible on the screen. + + + Default sorting + + src/common/config/public/ClientConfig.ts + 454 + + Default sorting + + + Default sorting method for photo and video in a directory results. + + src/common/config/public/ClientConfig.ts + 457 + + Default sorting method for photo and video in a directory results. + + + Default search sorting + + src/common/config/public/ClientConfig.ts + 463 + + Default search sorting + + + Default sorting method for photo and video in a search results. + + src/common/config/public/ClientConfig.ts + 466 + + Default sorting method for photo and video in a search results. + + + Sort directories by date + + src/common/config/public/ClientConfig.ts + 472 + + Sort directories by date + + + 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 + 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. + + + On scroll thumbnail prioritising + + src/common/config/public/ClientConfig.ts + 481 + + On scroll thumbnail prioritising + + + Those thumbnails will be rendered first that are in view. + + src/common/config/public/ClientConfig.ts + 484 + + Those thumbnails will be rendered first that are in view. + + + Navigation bar + + src/common/config/public/ClientConfig.ts + 489 + + Navigation bar + + + Caption first naming + + src/common/config/public/ClientConfig.ts + 496 + + Caption first naming + + + Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. + + src/common/config/public/ClientConfig.ts + 499 + + Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. + + + Download Zip + + src/common/config/public/ClientConfig.ts + 504 + + Download Zip + + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + src/common/config/public/ClientConfig.ts + 509 + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + + Directory flattening + + src/common/config/public/ClientConfig.ts + 514 + + Directory flattening + + + 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 + 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.) + + + Default slideshow speed + + src/common/config/public/ClientConfig.ts + 524 + + Default slideshow speed + + + Default time interval for displaying a photo in the slide show. + + src/common/config/public/ClientConfig.ts + 529 + + Default time interval for displaying a photo in the slide show. + + + Supported formats with transcoding + + src/common/config/public/ClientConfig.ts + 547 + + Supported formats with transcoding + + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + src/common/config/public/ClientConfig.ts + 552 + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + + Supported formats without transcoding + + src/common/config/public/ClientConfig.ts + 560 + + Supported formats without transcoding + + + 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 + 565 + + Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp + + + Enable photo converting. + + src/common/config/public/ClientConfig.ts + 577 + + Enable photo converting. + + + Load full resolution image on zoom. + + src/common/config/public/ClientConfig.ts + 583 + + Load full resolution image on zoom. + + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + src/common/config/public/ClientConfig.ts + 588 + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + + Photo converting + + src/common/config/public/ClientConfig.ts + 597 + + + src/frontend/app/model/backendtext.service.ts + 39 + + Photo converting + + + Supported photo formats + + src/common/config/public/ClientConfig.ts + 606 + + Supported photo formats + + + 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 + 610 + + Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats. + + + Enable GPX compressing + + src/common/config/public/ClientConfig.ts + 619 + + Enable GPX compressing + + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + src/common/config/public/ClientConfig.ts + 624 + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + + *.gpx files + + src/common/config/public/ClientConfig.ts + 658 + + *.gpx files + + + Reads *.gpx files and renders them on the map. + + src/common/config/public/ClientConfig.ts + 663 + + Reads *.gpx files and renders them on the map. + + + Markdown files + + src/common/config/public/ClientConfig.ts + 678 + + Markdown files + + + Reads *.md files in a directory and shows the next to the map. + + src/common/config/public/ClientConfig.ts + 682 + + Reads *.md files in a directory and shows the next to the map. + + + *.pg2conf files + + src/common/config/public/ClientConfig.ts + 688 + + *.pg2conf files + + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + src/common/config/public/ClientConfig.ts + 692 + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + + Supported formats + + src/common/config/public/ClientConfig.ts + 698 + + Supported formats + + + The app will read and process these files. + + src/common/config/public/ClientConfig.ts + 702 + + The app will read and process these files. + + + Enabled + + 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 + + + Override keywords + + src/common/config/public/ClientConfig.ts + 719 + + Override keywords + + + 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 + 723 + + If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only. + + + Face starring right + + src/common/config/public/ClientConfig.ts + 728 + + Face starring right + + + Required minimum right to star (favourite) a face. + + src/common/config/public/ClientConfig.ts + 731 + + Required minimum right to star (favourite) a face. + + + Face listing right + + src/common/config/public/ClientConfig.ts + 736 + + Face listing right + + + Required minimum right to show the faces tab. + + src/common/config/public/ClientConfig.ts + 739 + + Required minimum right to show the faces tab. + + + Page title + + src/common/config/public/ClientConfig.ts + 749 + + Page title + + + 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 + 755 + + If you access the page form local network its good to know the public url for creating sharing link. + + + Page public url + + src/common/config/public/ClientConfig.ts + 757 + + Page public url + + + 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 + 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. + + + Url Base + + src/common/config/public/ClientConfig.ts + 767 + + Url Base + + + Api path + + src/common/config/public/ClientConfig.ts + 779 + + Api path + + + 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 + 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). + + + Custom HTML Head + + src/common/config/public/ClientConfig.ts + 792 + + Custom HTML Head + + + Password protection + + src/common/config/public/ClientConfig.ts + 813 + + Password protection + + + Enables user management with login to password protect the gallery. + + src/common/config/public/ClientConfig.ts + 815 + + Enables user management with login to password protect the gallery. + + + Default user right + + src/common/config/public/ClientConfig.ts + 821 + + Default user right + + + Default user right when password protection is disabled. + + src/common/config/public/ClientConfig.ts + 826 + + Default user right when password protection is disabled. + + + Gallery + + src/common/config/public/ClientConfig.ts + 843 + + + src/frontend/app/ui/EnumTranslations.ts + 49 + + + src/frontend/app/ui/frame/frame.component.html + 26 + + Gallery + + + Album + + src/common/config/public/ClientConfig.ts + 857 + + Album + + + Search + + 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 + + + Map + + src/common/config/public/ClientConfig.ts + 876 + + Map + + + Faces + + 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 + + + Random photo + + src/common/config/public/ClientConfig.ts + 892 + + Random photo + + + This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login. + + src/common/config/public/ClientConfig.ts + 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. + Size to generate src/frontend/app/model/backendtext.service.ts - 15 + 11 Size to generate @@ -14,7 +1982,7 @@ These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes 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 @@ Indexed only src/frontend/app/model/backendtext.service.ts - 19 + 15 Indexed only @@ -30,7 +1998,7 @@ Only checks indexed files. src/frontend/app/model/backendtext.service.ts - 21 + 17 Only checks indexed files. @@ -38,7 +2006,7 @@ Index changes only src/frontend/app/model/backendtext.service.ts - 23 + 19 Index changes only @@ -46,75 +2014,67 @@ Only indexes a folder if it got changed. src/frontend/app/model/backendtext.service.ts - 25 + 21 Only indexes a folder if it got changed. - - Indexing + + Database reset + + src/frontend/app/model/backendtext.service.ts + 35 + + Database reset + + + Thumbnail generation src/frontend/app/model/backendtext.service.ts 37 - Indexing + Thumbnail generation - - Preview Filling - - src/frontend/app/model/backendtext.service.ts - 39 - - Preview Filling - - - Database Reset + + Video converting src/frontend/app/model/backendtext.service.ts 41 - Database Reset + Video converting - - Thumbnail Generation + + Temp folder cleaning src/frontend/app/model/backendtext.service.ts 43 - Thumbnail Generation + Temp folder cleaning - - Photo Converting + + Preview filling src/frontend/app/model/backendtext.service.ts 45 - Photo Converting + Preview filling - - Video Converting + + Preview reset src/frontend/app/model/backendtext.service.ts 47 - Video Converting - - - Temp Folder Cleaning - - src/frontend/app/model/backendtext.service.ts - 49 - - Temp Folder Cleaning + Preview reset Server error src/frontend/app/model/notification.service.ts - 71 + 84 src/frontend/app/model/notification.service.ts - 74 + 87 Server error @@ -122,7 +2082,7 @@ Server info src/frontend/app/model/notification.service.ts - 77 + 90 Server info @@ -130,7 +2090,7 @@ h src/frontend/app/pipes/DurationPipe.ts - 23 + 20 hour h @@ -139,7 +2099,7 @@ m src/frontend/app/pipes/DurationPipe.ts - 26 + 23 minute m @@ -148,67 +2108,191 @@ s src/frontend/app/pipes/DurationPipe.ts - 29 + 26 second s - - ascending rating + + Developer - src/frontend/app/pipes/StringifySortingMethod.ts - 13 - - ascending rating - - - descending rating - - src/frontend/app/pipes/StringifySortingMethod.ts - 15 - - descending rating - - - ascending name - - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts 17 - ascending name + Developer - - descending name + + Admin - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 18 + + Admin + + + User + + src/frontend/app/ui/EnumTranslations.ts 19 - descending name + User - - ascending date + + Guest - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 20 + + Guest + + + LimitedGuest + + src/frontend/app/ui/EnumTranslations.ts 21 - ascending date + LimitedGuest + + + Basic + + src/frontend/app/ui/EnumTranslations.ts + 24 + + Basic + + + Advanced + + src/frontend/app/ui/EnumTranslations.ts + 25 + + Advanced + + + Under the hood + + src/frontend/app/ui/EnumTranslations.ts + 26 + + Under the hood + + + Custom + + src/frontend/app/ui/EnumTranslations.ts + 28 + + Custom + + + OpenStreetMap + + src/frontend/app/ui/EnumTranslations.ts + 29 + + OpenStreetMap + + + Mapbox + + src/frontend/app/ui/EnumTranslations.ts + 30 + + Mapbox + + + low + + src/frontend/app/ui/EnumTranslations.ts + 33 + + low + + + high + + src/frontend/app/ui/EnumTranslations.ts + 34 + + high + + + medium + + src/frontend/app/ui/EnumTranslations.ts + 35 + + medium descending date - src/frontend/app/pipes/StringifySortingMethod.ts - 23 + src/frontend/app/ui/EnumTranslations.ts + 38 descending date + + ascending date + + src/frontend/app/ui/EnumTranslations.ts + 39 + + ascending date + + + descending name + + src/frontend/app/ui/EnumTranslations.ts + 40 + + descending name + + + ascending name + + src/frontend/app/ui/EnumTranslations.ts + 41 + + ascending name + + + descending rating + + src/frontend/app/ui/EnumTranslations.ts + 42 + + descending rating + + + ascending rating + + src/frontend/app/ui/EnumTranslations.ts + 43 + + ascending rating + random - src/frontend/app/pipes/StringifySortingMethod.ts - 25 + src/frontend/app/ui/EnumTranslations.ts + 44 random + + Albums + + src/frontend/app/ui/EnumTranslations.ts + 50 + + + src/frontend/app/ui/frame/frame.component.html + 18 + + Albums + Application version @@ -233,11 +2317,11 @@ Git commit - - Server notifications + + Server notifications src/frontend/app/ui/admin/admin.component.html - 17,18 + 16,17 Server notifications @@ -245,7 +2329,7 @@ To dismiss these notifications, restart the server. src/frontend/app/ui/admin/admin.component.html - 36,37 + 34,35 To dismiss these notifications, restart the server. @@ -253,7 +2337,7 @@ App version: src/frontend/app/ui/admin/admin.component.html - 48 + 46 App version: @@ -261,31 +2345,15 @@ Mode src/frontend/app/ui/admin/admin.component.html - 52 + 50,51 Mode - - Advanced - - src/frontend/app/ui/admin/admin.component.html - 60 - - Advanced - - - Simplified - - src/frontend/app/ui/admin/admin.component.html - 61 - - Simplified - Menu 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 @@ Up time src/frontend/app/ui/admin/admin.component.html - 148 + 116 Up time @@ -302,7 +2370,7 @@ Album is locked, cannot be deleted from the webpage. 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 @@ Add saved search 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 @@ To .pg2conf src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 5 + 5,6 To .pg2conf @@ -338,7 +2406,7 @@ Saved Search to .saved_searches.pg2conf 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 @@ Add this json to a '.saved_searches.pg2conf' file in your gallery: 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 @@ This saved search will be loaded from file during gallery indexing and it will survive a database reset. 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 @@ No duplicates found src/frontend/app/ui/duplicates/duplicates.component.html - 9,10 + 8,10 No duplicates found @@ -370,59 +2438,15 @@ No faces to show. src/frontend/app/ui/faces/faces.component.html - 15 + 16 No faces to show. - - Gallery - - src/frontend/app/ui/frame/frame.component.html - 18 - - Gallery - - - Albums - - src/frontend/app/ui/frame/frame.component.html - 21 - - - src/frontend/app/ui/settings/albums/albums.settings.component.ts - 23 - - Albums - - - Faces - - 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 - - - Duplicates - - src/frontend/app/ui/frame/frame.component.html - 54 - - Duplicates - Settings src/frontend/app/ui/frame/frame.component.html - 62 + 83 Settings @@ -430,7 +2454,7 @@ Logout src/frontend/app/ui/frame/frame.component.html - 68 + 89 Logout @@ -454,7 +2478,7 @@ unknown src/frontend/app/ui/gallery/filter/filter.gallery.component.ts - 20 + 23 unknown @@ -462,7 +2486,7 @@ Keywords src/frontend/app/ui/gallery/filter/filter.service.ts - 33 + 34 Keywords @@ -470,7 +2494,7 @@ no face src/frontend/app/ui/gallery/filter/filter.service.ts - 40 + 44 no face @@ -478,7 +2502,7 @@ Faces groups src/frontend/app/ui/gallery/filter/filter.service.ts - 45 + 49 Faces groups @@ -486,7 +2510,7 @@ Caption src/frontend/app/ui/gallery/filter/filter.service.ts - 51 + 59 Caption @@ -494,7 +2518,7 @@ Rating src/frontend/app/ui/gallery/filter/filter.service.ts - 56 + 64 Rating @@ -502,7 +2526,7 @@ Camera src/frontend/app/ui/gallery/filter/filter.service.ts - 61 + 69 Camera @@ -510,7 +2534,7 @@ Lens src/frontend/app/ui/gallery/filter/filter.service.ts - 66 + 74 Lens @@ -518,7 +2542,7 @@ City src/frontend/app/ui/gallery/filter/filter.service.ts - 71 + 79 City @@ -526,7 +2550,7 @@ State src/frontend/app/ui/gallery/filter/filter.service.ts - 76 + 84 State @@ -534,7 +2558,7 @@ Country src/frontend/app/ui/gallery/filter/filter.service.ts - 81 + 89 Country @@ -562,23 +2586,11 @@ Too many results to show. Refine your search. - - download - - 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 - info key: i src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 15 + 10 info key: i @@ -586,11 +2598,11 @@ toggle fullscreen, key: f 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 + + Download + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 45 + + Download + + + Slideshow playback speed + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow playback speed + + + Slideshow speed: + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow speed: + + + key: c + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + key: c + + + Show caption + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + Show caption + + + on hover + + 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 + + + always + + 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 + + + key: a + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + key: a + + + Show faces + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + Show faces + + + key: l + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + key: l + + + Play videos + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + Play videos + + + once + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 108 + + once + + + loop + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 109 + + loop + close, key: Escape 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 @@ key: left arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 90 + 179 key: left arrow @@ -626,7 +2750,7 @@ key: right arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 94 + 183 key: right arrow @@ -634,7 +2758,7 @@ Zoom out, key: '-' src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 100 + 189 Zoom out, key: '-' @@ -642,7 +2766,7 @@ Zoom in, key: '+' 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 duration 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 @@ bit rate src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html - 57 + 56 bit rate @@ -682,7 +2802,7 @@ Error during loading the video. src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html - 20 + 21 Error during loading the video. @@ -690,7 +2810,7 @@ Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online: 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 @@ Searching for: src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 12 + 14 Searching for: @@ -706,15 +2826,23 @@ items src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 20 + 23,24 items + + download + + src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html + 32 + + download + Flatten directory src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 39 + 42 Flatten directory @@ -722,17 +2850,17 @@ Filters src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 48 + 51 Filters - - Images + + Home src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts - 38 + 48 - Images + Home Random link @@ -754,11 +2882,11 @@ Copy 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 @@ Url has been copied to clipboard 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 @@ From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 100 + 104 From @@ -798,7 +2926,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 114 + 118 From date @@ -806,7 +2934,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 126 + 130 To date @@ -814,11 +2942,11 @@ Minimum Rating 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 @@ Maximum Rating 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 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 206 + 210 Portrait @@ -846,7 +2974,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 207 + 211 Landscape @@ -854,39 +2982,27 @@ Insert 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 - + - - Search - - src/frontend/app/ui/gallery/search/search.gallery.component.html - 31 - - - src/frontend/app/ui/settings/search/search.settings.component.ts - 22 - - Search - Save search to album src/frontend/app/ui/gallery/search/search.gallery.component.html - 68 + 63,64 Save search to album @@ -894,15 +3010,11 @@ Share 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 @@ Sharing: src/frontend/app/ui/gallery/share/share.gallery.component.html - 39 + 39,40 Sharing: @@ -918,43 +3030,15 @@ Include subfolders: src/frontend/app/ui/gallery/share/share.gallery.component.html - 52 + 52,53 Include subfolders: - - Password - - 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 - Valid: src/frontend/app/ui/gallery/share/share.gallery.component.html - 93 + 93,94 Valid: @@ -962,7 +3046,7 @@ Minutes src/frontend/app/ui/gallery/share/share.gallery.component.html - 106 + 106,107 Minutes @@ -970,7 +3054,7 @@ Hours src/frontend/app/ui/gallery/share/share.gallery.component.html - 107 + 107,108 Hours @@ -978,7 +3062,7 @@ Days src/frontend/app/ui/gallery/share/share.gallery.component.html - 108 + 108,109 Days @@ -986,7 +3070,7 @@ Months src/frontend/app/ui/gallery/share/share.gallery.component.html - 109 + 109,110 Months @@ -994,7 +3078,7 @@ Forever src/frontend/app/ui/gallery/share/share.gallery.component.html - 110 + 110,111 Forever @@ -1002,7 +3086,7 @@ Yes src/frontend/app/ui/gallery/share/share.gallery.component.ts - 51 + 49 Yes @@ -1010,7 +3094,7 @@ No src/frontend/app/ui/gallery/share/share.gallery.component.ts - 52 + 50 No @@ -1018,11 +3102,11 @@ loading.. 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 @@ Please log in src/frontend/app/ui/login/login.component.html - 10 + 10,11 Please log in @@ -1038,31 +3122,15 @@ Wrong username or password src/frontend/app/ui/login/login.component.html - 13,14 + 13 Wrong username or password - - Username - - 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 - Remember me src/frontend/app/ui/login/login.component.html - 58 + 47,48 Remember me @@ -1070,1056 +3138,323 @@ Login src/frontend/app/ui/login/login.component.html - 68,69 + 56 Login - - settings saved - - src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts - 223 - - settings saved - - - Success - - 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 - - - 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 - 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. - - - Disabled - - 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 - - - Enabled - - 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 - - - readonly - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 149 - - readonly - - - default value - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 151 - - default value - - - Shows albums tab in the top bar and enables creating saved searches. - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 25 - - Shows albums tab in the top bar and enables creating saved searches. - - - Note: custom albums are not supported, see: - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 27 - - Note: custom albums are not supported, see: - - - Save - - 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 - - - Reset - - 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 - - - Page title - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 11 - - Page title - - - Host - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 20 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 35 - - Host - - - Server will accept connections from this IPv6 or IPv4 address. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 22 - - Server will accept connections from this IPv6 or IPv4 address. - - - Port - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 31 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 42 - - Port - - - Port number. Port 80 is usually what you need. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 32 - - Port number. Port 80 is usually what you need. - - - Images folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 42 - - Images folder - - - Images are loaded from this folder (read permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 43 - - Images are loaded from this folder (read permission required) - - - Temp folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 53 - - Temp folder - - - Thumbnails, converted photos, videos will be stored here (write - permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 54,55 - - Thumbnails, converted photos, videos will be stored here (write permission required) - - - Page public url - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 65 - - Page public url - - - 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 - 68,69 - - If you access the page form local network its good to know the public url for creating sharing link - - - Url Base - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 77 - - Url Base - - - 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 - 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. - - - 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.html - 91,92 - - The public url and the url base are not matching. Some of the functionality might not work. - - - Basic - - src/frontend/app/ui/settings/basic/basic.settings.component.ts - 26 - - Basic - - - Restart the server to apply the new settings - - 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 - - - Type - - src/frontend/app/ui/settings/database/database.settings.component.html - 10 - - Type - - - Install manually mysql node module to use mysql (npm install mysql) - - src/frontend/app/ui/settings/database/database.settings.component.html - 16,17 - - Install manually mysql node module to use mysql (npm install mysql) - - - Database folder - - src/frontend/app/ui/settings/database/database.settings.component.html - 22 - - Database folder - - - 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 - 23 - - All file-based data will be stored here (sqlite database, user database in case of memory db, job history data) - - - Database - - src/frontend/app/ui/settings/database/database.settings.component.html - 50 - - - src/frontend/app/ui/settings/database/database.settings.component.ts - 26 - - Database - - - (recommended) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 36 - - (recommended) - - - (deprecated, will be removed) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 38 - - (deprecated, will be removed) - - - Override keywords - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 31 - - Override keywords - - - 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 - 33 - - If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only. - - - Face starring right - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 38 - - Face starring right - - - Required minimum right to star (favourite) a face. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 40 - - Required minimum right to star (favourite) a face. - - - Faces are not supported with these settings. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 47,48 - - Faces are not supported with these settings. - - - Index cache timeout [ms] - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 12 - - Index cache timeout [ms] - - - 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 - 13 - - If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low) - - - Folder reindexing sensitivity - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 21 - - Folder reindexing sensitivity - - - Set the reindexing sensitivity. High value check the folders for change more often. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 23 - - Set the reindexing sensitivity. High value check the folders for change more often. - - - Exclude Folder List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 29 - - Exclude Folder List - - - Folders to exclude from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 34 - - Folders to exclude from indexing - - - ';' 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 - 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. - - - Exclude File List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 45 - - Exclude File List - - - Files that mark a folder to be excluded from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 50 - - Files that mark a folder to be excluded from indexing - - - ';' 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 - 53,55 - - ';' separated strings. Any folder that contains a file with this name will be excluded from indexing. - - - If you add a new folder to your gallery, the site indexes it automatically. - - 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. - - - If you would like to trigger indexing manually, click index button. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 76 - - If you would like to trigger indexing manually, click index button. - - - Note: search only works among the indexed directories - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 79 - - Note: search only works among the indexed directories - Statistic: - 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: Folders - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 109 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 6 Folders Photos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 113 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 10 Photos Videos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 117 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 14 Videos Persons - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 122 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 19 Persons Size - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 126 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 23 Size - - Folder indexing + + Job finished - 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 - - 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 - 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. - - medium + + Disabled - 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 - - high + + Tile Url* - 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* - - Folder indexing started + + + Add Layer - 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 - - Folder indexing interrupted + + + Add Link - 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 - - Resetting database + + + Add - 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 + + + ';' separated list. + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 301 + + ';' separated list. + + + See + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 304 + + See + + + Reset database after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 308 + + Reset database after changing this settings! + + + Restart server after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 312 + + Restart server after changing this settings! + + + readonly + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 229 + + readonly + + + default value + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 231 + + default value + + + config is not supported with these settings. + + src/frontend/app/ui/settings/template/template.component.html + 33,34 + + config is not supported with these settings. + + + Save + + src/frontend/app/ui/settings/template/template.component.html + 45 + + Save + + + Reset + + src/frontend/app/ui/settings/template/template.component.html + 49 + + Reset + + + settings saved + + src/frontend/app/ui/settings/template/template.component.ts + 281,280 + + settings saved + + + Success + + src/frontend/app/ui/settings/template/template.component.ts + 282,280 + + Success + + + User list + + src/frontend/app/ui/settings/users/users.component.html + 4,5 + + User list + + + + Add user + + src/frontend/app/ui/settings/users/users.component.html + 46,47 + + + Add user + + + Add new User + + src/frontend/app/ui/settings/users/users.component.html + 56,57 + + Add new User + + + Close + + src/frontend/app/ui/settings/users/users.component.html + 72,73 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 248,249 + + Close + + + Add User + + src/frontend/app/ui/settings/users/users.component.html + 76 + + Add User + + + User creation error! + + src/frontend/app/ui/settings/users/users.component.ts + 82,80 + + User creation error! Trigger job run manually - 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 Run now - 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 Cancel - 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 Job started - 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 Stopping job - 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 - - every - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 20 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 116 - - every - - - never - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 25 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 68 - - never - - - after - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 27 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 67 - - after - - - Job: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 50 - - Job: - - - Periodicity: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 64 - - Periodicity: - - - Set the time to run the job. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 74,75 - - Set the time to run the job. - - - After: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 80 - - After: - - - The job will run after that job finishes. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 91,92 - - The job will run after that job finishes. - - - At: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 98 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 108 - - At: - - - Allow parallel run - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 127 - - Allow parallel run - - - Enables the job to start even if another job is already running. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 143,144 - - Enables the job to start even if another job is already running. - - - ';' separated integers. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 198,199 - - ';' separated integers. - - - + Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 226,227 - - + Add Job - - - Add new job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 241 - - Add new job - - - Select a job to schedule. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 255,256 - - Select a job to schedule. - - - Close - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 260 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 87 - - Close - - - Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 263,264 - - Add Job - - - Jobs - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 57 - - Jobs - - - periodic - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 69 - - periodic - - - scheduled - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 70 - - scheduled - - - Monday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 73 - - Monday - - - Tuesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 74 - - Tuesday - - - Wednesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 75 - - Wednesday - - - Thursday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 76 - - Thursday - - - Friday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 77 - - Friday - - - Saturday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 78 - - Saturday - - - Sunday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 79 - - Sunday - - - day - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 80 - - day - Last run: - 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: Run between - 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 @@ Status - 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 @@ Cancelling... - 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... time elapsed - 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 Processed - 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 Skipped - 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 Left - 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 All - 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 Logs - 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 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 + 38 processed skipped - 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 all - 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 running - 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 cancelling - 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 canceled - 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 interrupted - 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 finished - 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 - - Use image markers + + every - 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 - - - Map will use thumbnail images as markers instead of the default pin. - src/frontend/app/ui/settings/map/map.settings.component.html - 31 - - Map will use thumbnail images as markers instead of the default pin. - - - Map provider - - src/frontend/app/ui/settings/map/map.settings.component.html - 40 - - Map provider - - - Name - - src/frontend/app/ui/settings/map/map.settings.component.html - 52 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 27 - - Name - - - Tile Url* - - src/frontend/app/ui/settings/map/map.settings.component.html - 53 - - Tile Url* - - - *The map module will use these urls to fetch the map tiles. - - src/frontend/app/ui/settings/map/map.settings.component.html - 78 - - *The map module will use these urls to fetch the map tiles. - - - + Add Layer - - src/frontend/app/ui/settings/map/map.settings.component.html - 83,84 - - + Add Layer - - - Mapbox access token - - src/frontend/app/ui/settings/map/map.settings.component.html - 90 - - Mapbox access token - - - MapBox needs an access token to work, create one at - - src/frontend/app/ui/settings/map/map.settings.component.html - 96 - - MapBox needs an access token to work, create one at - - - Map - - src/frontend/app/ui/settings/map/map.settings.component.ts - 27 - - Map - - - *.gpx files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 11 - - *.gpx files - - - Reads *.gpx files and renders them on the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 12 - - Reads *.gpx files and renders them on the map. - - - Markdown files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 19 - - Markdown files - - - Reads *.md files in a directory and shows the next to the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 20 - - Reads *.md files in a directory and shows the next to the map. - - - *.pg2conf files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 26 - - *.pg2conf files - - - Reads *.pg2conf files (You can use it for custom sorting and save search (albums)). - - 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)). - - - Meta file - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts - 23 - - Meta file - - - Error: - - src/frontend/app/ui/settings/other/other.settings.component.html - 7 - - Error: - - - Threads: - - src/frontend/app/ui/settings/other/other.settings.component.html - 10 - - Threads: - - - Threading - - src/frontend/app/ui/settings/other/other.settings.component.html - 14 - - Threading - - - Runs directory scanning in a different thread. - - src/frontend/app/ui/settings/other/other.settings.component.html - 15 - - Runs directory scanning in a different thread. - - - Thumbnail threads - - src/frontend/app/ui/settings/other/other.settings.component.html - 22 - - Thumbnail threads - - - 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 - 23 - - Number of threads that are used to generate thumbnails. If auto, number of CPU cores -1 threads will be used. - - - Misc: - - src/frontend/app/ui/settings/other/other.settings.component.html - 33 - - Misc: - - - Scroll based thumbnail generation - - src/frontend/app/ui/settings/other/other.settings.component.html - 36 - - Scroll based thumbnail generation - - - Those thumbnails get higher priority that are visible on the screen. - - src/frontend/app/ui/settings/other/other.settings.component.html - 37 - - Those thumbnails get higher priority that are visible on the screen. - - - Lazy image rendering - - src/frontend/app/ui/settings/other/other.settings.component.html - 43 - - Lazy image rendering - - - 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 - 44 - - Shows only the required amount of photos at once. Renders more if page bottom is reached. - - - Cache - - src/frontend/app/ui/settings/other/other.settings.component.html - 50 - - Cache - - - Caches directory contents and search results for better performance. - - src/frontend/app/ui/settings/other/other.settings.component.html - 51 - - Caches directory contents and search results for better performance. - - - Caption first naming - - src/frontend/app/ui/settings/other/other.settings.component.html - 57 - - Caption first naming - - - Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. - - 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. - - - Download Zip - - src/frontend/app/ui/settings/other/other.settings.component.html - 64 - - Download Zip - - - [Experimental: does not work for searches] Enable download zip of a directory contents - - src/frontend/app/ui/settings/other/other.settings.component.html - 65 - - [Experimental: does not work for searches] Enable download zip of a directory contents - - - Directory flattening - - src/frontend/app/ui/settings/other/other.settings.component.html - 71 - - Directory flattening - - - [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 - 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. - - - Navigation bar: - - src/frontend/app/ui/settings/other/other.settings.component.html - 82 - - Navigation bar: - - - Show item count - - src/frontend/app/ui/settings/other/other.settings.component.html - 85 - - Show item count - - - Show the number of items (photos) in the folder. - - src/frontend/app/ui/settings/other/other.settings.component.html - 86 - - Show the number of items (photos) in the folder. - - - Default photo sorting method - - src/frontend/app/ui/settings/other/other.settings.component.html - 100 - - Default photo sorting method - - - Sort directories by date - - src/frontend/app/ui/settings/other/other.settings.component.html - 109 - - Sort directories by date - - - 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 - 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. - - - Custom HTML Head - - src/frontend/app/ui/settings/other/other.settings.component.html - 118 - - Custom HTML Head - - - Other - - src/frontend/app/ui/settings/other/other.settings.component.ts - 32 - - Other - - - Photo converting: - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 9 - - Photo converting: - - - Converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 12 - - Converting - - - Downsizes photos for faster preview loading. (Zooming in to the photo loads the original). - - 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). - - - On the fly converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 19 - - On the fly converting - - - Converts photos on the fly, when they are requested. - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 20 - - Converts photos on the fly, when they are requested. - - - Resolution - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 28 - - - src/frontend/app/ui/settings/video/video.settings.component.html - 66 - - Resolution - - - 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 - 29 - - The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. - - - Load full resolution image on zoom - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 38 - - Load full resolution image on zoom - - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 39 - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - - Photo - - src/frontend/app/ui/settings/photo/photo.settings.component.ts - 36 - - Photo - - - Preview Filter query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 10 - - Preview Filter query - - - Filters the sub-folders with this search query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 11 - - Filters the sub-folders with this search query - - - Preview Sorting - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 20 - - Preview Sorting - - - If multiple preview is available sorts them by these methods and selects the first one. - - 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. - - - Preview - - src/frontend/app/ui/settings/preview/preview.settings.component.ts - 31 - - Preview - - - 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 - 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. - - - Note: With the current implementation, random link also requires login. See: - - 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: - - - Random Photo is not supported with these settings - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html - 43,44 - - Random Photo is not supported with these settings - - - Random Photo - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts - 22 - - Random Photo - - - Job finished - - src/frontend/app/ui/settings/scheduled-jobs.service.ts - 80 - - Job finished - - - Autocomplete - - src/frontend/app/ui/settings/search/search.settings.component.html - 32 - - Autocomplete - - - Show hints while typing search query. - - src/frontend/app/ui/settings/search/search.settings.component.html - 33 - - Show hints while typing search query. - - - Maximum media result - - src/frontend/app/ui/settings/search/search.settings.component.html - 40 - - Maximum media result - - - Maximum number of photos and videos that listed in one search result - - src/frontend/app/ui/settings/search/search.settings.component.html - 41 - - Maximum number of photos and videos that listed in one search result - - - List directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 49 - - List directories - - - Search will also return with directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 50 - - Search will also return with directories - - - List metafiles - - src/frontend/app/ui/settings/search/search.settings.component.html - 57 - - List metafiles - - - 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 - 58 - - Search also returns with metafiles from directories that contain a media file of the matched search result - - - Search is not supported with these settings - - src/frontend/app/ui/settings/search/search.settings.component.html - 68,69 - - Search is not supported with these settings - - - Password protected - - src/frontend/app/ui/settings/share/share.settings.component.html - 29 - - Password protected - - - Enables password protected sharing links. - - src/frontend/app/ui/settings/share/share.settings.component.html - 30 - - Enables password protected sharing links. - - - Sharing is not supported with these settings - - src/frontend/app/ui/settings/share/share.settings.component.html - 40,41 - - Sharing is not supported with these settings - - - Shared links: - - src/frontend/app/ui/settings/share/share.settings.component.html - 57 - - Shared links: - - - Key - - src/frontend/app/ui/settings/share/share.settings.component.html - 63 - - Key - - - Folder - - src/frontend/app/ui/settings/share/share.settings.component.html - 64 - - Folder - - - Creator - - src/frontend/app/ui/settings/share/share.settings.component.html - 65 - - Creator - - - Expires - - src/frontend/app/ui/settings/share/share.settings.component.html - 66 - - Expires - - - No sharing was created. - - src/frontend/app/ui/settings/share/share.settings.component.html - 86,87 - - No sharing was created. - - - Thumbnail Quality - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 11 - - Thumbnail Quality - - - High quality may be slow. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 12 - - High quality may be slow. - - - Icon size - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 20 - - Icon size - - - Icon size (used on maps). - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 21 - - Icon size (used on maps). - - - Thumbnail sizes - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 30 - - Thumbnail sizes - - - Size of the thumbnails. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 37 - - Size of the thumbnails. - - - 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 - 39,41 - - The best matching size will be generated. (More sizes give better quality, but use more storage and CPU to render.) - - - ';' 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.html - 43,45 - - ';' separated integers. If size is 240, that shorter side of the thumbnail will have 160 pixels. - - - Thumbnail - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts - 31 - - Thumbnail - - - Role - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 28 - - Role - - - + Add user - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 55,56 - - + Add user - - - To protect the site with password / have login enable this. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 59,60 - - To protect the site with password / have login enable this. - - - Add new User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 70 - - Add new User - - - Add User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 90,91 - - Add User - - - Password protection - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 45 - - Password protection - - - Low - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 48 - - Low - - - High - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 49 - - High - - - Password protection enabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 86 - - Password protection enabled - - - Server restart is recommended. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 87 - - Server restart is recommended. - - - Password protection disabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 90 - - Password protection disabled - - - User creation error! - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 113 - - User creation error! - - - 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 - 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. - - - Video transcoding: - - src/frontend/app/ui/settings/video/video.settings.component.html - 33 - - Video transcoding: - - - 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 - 35,38 - - 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. - - src/frontend/app/ui/settings/video/video.settings.component.html - 39 - - 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/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. - - - Format - - src/frontend/app/ui/settings/video/video.settings.component.html - 47 - - Format - - - Codec - - src/frontend/app/ui/settings/video/video.settings.component.html - 57 - - Codec - - - 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 - 67 - - The height of the output video will be scaled down to this, while keeping the aspect ratio. - - - FPS - - src/frontend/app/ui/settings/video/video.settings.component.html - 77 - - FPS - - - 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 - 78 - - Target frame per second (fps) of the output video will be scaled down this this. - - - Bit rate - - src/frontend/app/ui/settings/video/video.settings.component.html - 90 - - Bit rate - - - 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 - 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. - - - CRF - - src/frontend/app/ui/settings/video/video.settings.component.html + src/frontend/app/ui/settings/workflow/workflow.component.html 112 - CRF + every - - 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. + + never - 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 - - Preset + + after - 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 - - 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 - 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: - - Custom Options + + Periodicity: - 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: - - ; 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.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. - - Video + + After: - src/frontend/app/ui/settings/video/video.settings.component.ts - 43 + src/frontend/app/ui/settings/workflow/workflow.component.html + 72,73 - Video + After: + + + The job will run after that job finishes. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 85,86 + + The job will run after that job finishes. + + + At: + + src/frontend/app/ui/settings/workflow/workflow.component.html + 92,93 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 102,103 + + At: + + + Allow parallel run + + src/frontend/app/ui/settings/workflow/workflow.component.html + 123,124 + + Allow parallel run + + + Enables the job to start even if another job is already running. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 140,141 + + Enables the job to start even if another job is already running. + + + ';' separated integers. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 198,199 + + ';' separated integers. + + + + Add Job + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 218,221 + + + Add Job + + + Add new job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 228,229 + + Add new job + + + Select a job to schedule. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 243,244 + + Select a job to schedule. + + + Add Job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 252 + + Add Job + + + periodic + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 82 + + periodic + + + scheduled + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 83 + + scheduled + + + Monday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 86,85 + + Monday + + + Tuesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 87,85 + + Tuesday + + + Wednesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 88,85 + + Wednesday + + + Thursday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 89,85 + + Thursday + + + Friday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 90,85 + + Friday + + + Saturday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 91,85 + + Saturday + + + Sunday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 92,85 + + Sunday + + + day + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 93,85 + + day Wrong password src/frontend/app/ui/sharelogin/share-login.component.html - 11 + 11,13 Wrong password - - Enter + + Enter 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 @@ + + Host + + src/common/config/private/PrivateConfig.ts + 100 + + + src/common/config/private/PrivateConfig.ts + 973 + + Host + + + Port + + src/common/config/private/PrivateConfig.ts + 110 + + + src/common/config/private/PrivateConfig.ts + 961 + + Puerto + + + Database + + src/common/config/private/PrivateConfig.ts + 120 + + + src/common/config/private/PrivateConfig.ts + 1029 + + Base de datos + + + Username + + 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 + + + Password + + 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 + + + Sqlite db filename + + src/common/config/private/PrivateConfig.ts + 153 + + Sqlite db filename + + + Sqlite will save the db with this filename. + + src/common/config/private/PrivateConfig.ts + 157 + + Sqlite will save the db with this filename. + + + Name + + 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 + + + Role + + src/common/config/private/PrivateConfig.ts + 177 + + + src/frontend/app/ui/settings/users/users.component.html + 17,18 + + Rol + + + Unencrypted, temporary password. App will encrypt it and delete this. + + src/common/config/private/PrivateConfig.ts + 190 + + Unencrypted, temporary password. App will encrypt it and delete this. + + + Encrypted password + + src/common/config/private/PrivateConfig.ts + 196 + + Encrypted password + + + Type + + src/common/config/private/PrivateConfig.ts + 231 + + + src/common/config/public/ClientConfig.ts + 362 + + Tipo + + + SQLite is recommended. + + src/common/config/private/PrivateConfig.ts + 236 + + SQLite is recommended. + + + Database folder + + src/common/config/private/PrivateConfig.ts + 243 + + Carpeta de la base de datos + + + All file-based data will be stored here (sqlite database, job history data). + + src/common/config/private/PrivateConfig.ts + 247 + + All file-based data will be stored here (sqlite database, job history data). + + + SQLite + + src/common/config/private/PrivateConfig.ts + 254 + + SQLite + + + MySQL + + src/common/config/private/PrivateConfig.ts + 264 + + MySQL + + + Enforced users + + src/common/config/private/PrivateConfig.ts + 281 + + + src/common/config/private/PrivateConfig.ts + 298 + + Enforced users + + + 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 + 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. + + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + src/common/config/private/PrivateConfig.ts + 301 + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + + Converted photo and thumbnail quality + + src/common/config/private/PrivateConfig.ts + 308 + + Converted photo and thumbnail quality + + + Between 0-100. + + src/common/config/private/PrivateConfig.ts + 311 + + Between 0-100. + + + Person face margin + + src/common/config/private/PrivateConfig.ts + 318 + + Person face margin + + + Person face size ratio on the face thumbnail. + + src/common/config/private/PrivateConfig.ts + 321 + + Person face size ratio on the face thumbnail. + + + OnTheFly *.gpx compression + + src/common/config/private/PrivateConfig.ts + 331 + + OnTheFly *.gpx compression + + + Enables on the fly *.gpx compression. + + src/common/config/private/PrivateConfig.ts + 335 + + Enables on the fly *.gpx compression. + + + Min distance + + src/common/config/private/PrivateConfig.ts + 342 + + Min distance + + + Filters out entry that are closer than this in meters. + + src/common/config/private/PrivateConfig.ts + 347 + + Filters out entry that are closer than this in meters. + + + Min time delta + + src/common/config/private/PrivateConfig.ts + 354 + + Min time delta + + + Filters out entry that are closer than this in time in milliseconds. + + src/common/config/private/PrivateConfig.ts + 359 + + Filters out entry that are closer than this in time in milliseconds. + + + GPX compression + + src/common/config/private/PrivateConfig.ts + 369 + + + src/common/config/public/ClientConfig.ts + 669 + + + src/frontend/app/model/backendtext.service.ts + 49 + + GPX compression + + + Update timeout + + src/common/config/private/PrivateConfig.ts + 387 + + Update timeout + + + After creating a sharing link, it can be updated for this long. + + src/common/config/private/PrivateConfig.ts + 391 + + After creating a sharing link, it can be updated for this long. + + + Index cache timeout + + src/common/config/private/PrivateConfig.ts + 402 + + Index cache timeout + + + 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 + 406 + + If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low). + + + Folder reindexing sensitivity + + src/common/config/private/PrivateConfig.ts + 413 + + Sensibilidad de reindexación de carpetas + + + Set the reindexing sensitivity. High value check the folders for change more often. + + 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. + + + Exclude Folder List + + src/common/config/private/PrivateConfig.ts + 423 + + Lista de carpetas excluidas + + + 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 + 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. + + + Exclude File List + + src/common/config/private/PrivateConfig.ts + 436 + + Lista de archivos para excluir + + + .ignore;.pg2ignore + + src/common/config/private/PrivateConfig.ts + 440 + + .ignore;.pg2ignore + + + 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 + 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. + + + Threading + + src/common/config/private/PrivateConfig.ts + 452 + + + src/common/config/private/PrivateConfig.ts + 984 + + Ejecución en paralelo + + + Runs directory scanning and thumbnail generation in a different thread. + + src/common/config/private/PrivateConfig.ts + 456 + + Runs directory scanning and thumbnail generation in a different thread. + + + Thumbnail threads + + src/common/config/private/PrivateConfig.ts + 462 + + Hilos para las miniaturas + + + 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 + 466 + + Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used. + + + Max duplicates + + src/common/config/private/PrivateConfig.ts + 477 + + Max duplicates + + + Maximum number of duplicates to list. + + src/common/config/private/PrivateConfig.ts + 480 + + Maximum number of duplicates to list. + + + Level + + src/common/config/private/PrivateConfig.ts + 490 + + Level + + + Logging level. + + src/common/config/private/PrivateConfig.ts + 493 + + Logging level. + + + Sql Level + + src/common/config/private/PrivateConfig.ts + 499 + + Sql Level + + + Logging level for SQL queries. + + src/common/config/private/PrivateConfig.ts + 502 + + Logging level for SQL queries. + + + Server timing + + src/common/config/private/PrivateConfig.ts + 507 + + Server timing + + + If enabled, the app ads "Server-Timing" http header to the response. + + src/common/config/private/PrivateConfig.ts + 510 + + If enabled, the app ads "Server-Timing" http header to the response. + + + Max saved progress + + src/common/config/private/PrivateConfig.ts + 610 + + Max saved progress + + + Job history size. + + src/common/config/private/PrivateConfig.ts + 613 + + Job history size. + + + Processing batch size + + src/common/config/private/PrivateConfig.ts + 620 + + Processing batch size + + + Jobs load this many photos or videos form the DB for processing at once. + + src/common/config/private/PrivateConfig.ts + 623 + + Jobs load this many photos or videos form the DB for processing at once. + + + Scheduled jobs + + src/common/config/private/PrivateConfig.ts + 629 + + Scheduled jobs + + + Bit rate + + src/common/config/private/PrivateConfig.ts + 685 + + Tasa de bits + + + 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 + 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. + + + Resolution + + src/common/config/private/PrivateConfig.ts + 696 + + + src/common/config/private/PrivateConfig.ts + 808 + + Resolución + + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 701 + + La altura del video de salida se escalará a esta (manteniendo la relación de aspecto). + + + FPS + + src/common/config/private/PrivateConfig.ts + 708 + + FPS + + + Target frame per second (fps) of the output video will be scaled down this this. + + src/common/config/private/PrivateConfig.ts + 712 + + Los fotogramas por segundo (fps) del video de salida se reducirán a estos. + + + Format + + src/common/config/private/PrivateConfig.ts + 718 + + Formato + + + MP4 codec + + src/common/config/private/PrivateConfig.ts + 727 + + MP4 codec + + + Webm Codec + + src/common/config/private/PrivateConfig.ts + 737 + + Webm Codec + + + CRF + + src/common/config/private/PrivateConfig.ts + 748 + + CRF + + + 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 + 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. + + + Preset + + src/common/config/private/PrivateConfig.ts + 759 + + Preconfiguración + + + 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 + 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). + + + Custom Options + + src/common/config/private/PrivateConfig.ts + 769 + + Opciones personalizadas + + + It will be sent to ffmpeg as it is, as custom options. + + src/common/config/private/PrivateConfig.ts + 774 + + It will be sent to ffmpeg as it is, as custom options. + + + Video transcoding + + src/common/config/private/PrivateConfig.ts + 783 + + Video transcoding + + + 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 + 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. + + + On the fly converting + + src/common/config/private/PrivateConfig.ts + 796 + + Conversión sobre la marcha + + + Converts photos on the fly, when they are requested. + + src/common/config/private/PrivateConfig.ts + 802 + + Convierte las fotos en el momento en que han sido solicitadas. + + + The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. + + 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). + + + Photo resizing + + src/common/config/private/PrivateConfig.ts + 824 + + Photo resizing + + + Preview Filter query + + src/common/config/private/PrivateConfig.ts + 836 + + Preview Filter query + + + 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 + 841 + + Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter. + + + Preview Sorting + + src/common/config/private/PrivateConfig.ts + 850 + + Preview Sorting + + + If multiple preview is available sorts them by these methods and selects the first one. + + src/common/config/private/PrivateConfig.ts + 854 + + If multiple preview is available sorts them by these methods and selects the first one. + + + Images folder + + src/common/config/private/PrivateConfig.ts + 866 + + Carpeta de las imágenes + + + Images are loaded from this folder (read permission required) + + src/common/config/private/PrivateConfig.ts + 871 + + La imágenes se cargan desde esta carpeta (se requieren permisos de lectura) + + + Temp folder + + src/common/config/private/PrivateConfig.ts + 877 + + Carpeta temporal + + + Thumbnails, converted photos, videos will be stored here (write permission required) + + src/common/config/private/PrivateConfig.ts + 882 + + Miniaturas, fotos convertidas, videos serán almacenados aquí (se requieren permisos de escritura) + + + Metadata read buffer + + src/common/config/private/PrivateConfig.ts + 889 + + Metadata read buffer + + + 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 + 895 + + Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square. + + + Video + + src/common/config/private/PrivateConfig.ts + 901 + + + src/common/config/public/ClientConfig.ts + 640 + + Vídeo + + + 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 + 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. + + + Photo + + src/common/config/private/PrivateConfig.ts + 915 + + + src/common/config/public/ClientConfig.ts + 647 + + Foto + + + Thumbnail + + src/common/config/private/PrivateConfig.ts + 928 + + + src/common/config/public/ClientConfig.ts + 633 + + Miniatura + + + Session Timeout + + src/common/config/private/PrivateConfig.ts + 951 + + Session Timeout + + + Users kept logged in for this long time. + + src/common/config/private/PrivateConfig.ts + 955 + + Users kept logged in for this long time. + + + Port number. Port 80 is usually what you need. + + src/common/config/private/PrivateConfig.ts + 966 + + Número de puerto. Normalmente, el puerto 80 es el que necesitas. + + + Server will accept connections from this IPv6 or IPv4 address. + + src/common/config/private/PrivateConfig.ts + 978 + + El servidor aceptará conexiones desde esta dirección IPv6 o IPv4. + + + Logs + + src/common/config/private/PrivateConfig.ts + 992 + + Registros + + + Server + + src/common/config/private/PrivateConfig.ts + 1021 + + Server + + + Users + + src/common/config/private/PrivateConfig.ts + 1037 + + Users + + + Indexing + + src/common/config/private/PrivateConfig.ts + 1045 + + + src/frontend/app/model/backendtext.service.ts + 33 + + Indexación + + + 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 + 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.) + + + Media + + src/common/config/private/PrivateConfig.ts + 1061 + + Media + + + Meta file + + src/common/config/private/PrivateConfig.ts + 1069 + + Archivo Meta + + + Preview + + src/common/config/private/PrivateConfig.ts + 1077 + + Preview + + + Sharing + + src/common/config/private/PrivateConfig.ts + 1092 + + Sharing + + + Duplicates + + src/common/config/private/PrivateConfig.ts + 1100 + + + src/frontend/app/ui/frame/frame.component.html + 75 + + Duplicates + + + Jobs + + src/common/config/private/PrivateConfig.ts + 1108 + + Trabajos + + + Enable Autocomplete + + src/common/config/public/ClientConfig.ts + 60 + + Enable Autocomplete + + + Show hints while typing search query. + + src/common/config/public/ClientConfig.ts + 63 + + Muestre sugerencias mientras escribe la consulta de búsqueda. + + + Max items per category + + src/common/config/public/ClientConfig.ts + 70 + + Max items per category + + + Maximum number autocomplete items shown per category. + + src/common/config/public/ClientConfig.ts + 73 + + Maximum number autocomplete items shown per category. + + + Maximum items + + src/common/config/public/ClientConfig.ts + 80 + + Maximum items + + + Maximum number autocomplete items shown at once. + + src/common/config/public/ClientConfig.ts + 83 + + Maximum number autocomplete items shown at once. + + + Cache timeout + + src/common/config/public/ClientConfig.ts + 90 + + + src/common/config/public/ClientConfig.ts + 114 + + Cache timeout + + + Autocomplete cache timeout. + + src/common/config/public/ClientConfig.ts + 94 + + Autocomplete cache timeout. + + + Enable + + 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 + + + Enables searching. + + src/common/config/public/ClientConfig.ts + 107 + + Enables searching. + + + Search cache timeout. + + src/common/config/public/ClientConfig.ts + 118 + + Search cache timeout. + + + Autocomplete + + src/common/config/public/ClientConfig.ts + 124 + + Autocompletar + + + Maximum media result + + src/common/config/public/ClientConfig.ts + 133 + + Maximum media result + + + Maximum number of photos and videos that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 136 + + Maximum number of photos and videos that are listed in one search result. + + + Maximum directory result + + src/common/config/public/ClientConfig.ts + 142 + + Maximum directory result + + + Maximum number of directories that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 145 + + Maximum number of directories that are listed in one search result. + + + List directories + + src/common/config/public/ClientConfig.ts + 151 + + List directories + + + Search returns also with directories, not just media. + + src/common/config/public/ClientConfig.ts + 154 + + Search returns also with directories, not just media. + + + List metafiles + + src/common/config/public/ClientConfig.ts + 160 + + List metafiles + + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + src/common/config/public/ClientConfig.ts + 163 + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + + Enables sharing. + + src/common/config/public/ClientConfig.ts + 188 + + Enables sharing. + + + Password protected + + src/common/config/public/ClientConfig.ts + 194 + + Protegido por contraseña + + + Enables password protected sharing links. + + src/common/config/public/ClientConfig.ts + 197 + + Habilita enlaces de uso compartido protegidos por contraseña. + + + Enables random link generation. + + src/common/config/public/ClientConfig.ts + 210 + + Enables random link generation. + + + Name of a map layer. + + src/common/config/public/ClientConfig.ts + 222 + + Name of a map layer. + + + Url of a map layer. + + src/common/config/public/ClientConfig.ts + 231 + + Url of a map layer. + + + Image Markers + + src/common/config/public/ClientConfig.ts + 252 + + Image Markers + + + Map will use thumbnail images as markers instead of the default pin. + + src/common/config/public/ClientConfig.ts + 255 + + El mapa utilizará imágenes en miniatura como marcadores en lugar del pin predeterminado. + + + Map Provider + + src/common/config/public/ClientConfig.ts + 261 + + Map Provider + + + Mapbox access token + + src/common/config/public/ClientConfig.ts + 269 + + Token de acceso de Mapbox + + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + src/common/config/public/ClientConfig.ts + 273 + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + + The map module will use these urls to fetch the map tiles. + + src/common/config/public/ClientConfig.ts + 278 + + The map module will use these urls to fetch the map tiles. + + + Custom Layers + + src/common/config/public/ClientConfig.ts + 281 + + Custom Layers + + + Max Preview Markers + + src/common/config/public/ClientConfig.ts + 291 + + Max Preview Markers + + + Maximum number of markers to be shown on the map preview on the gallery page. + + src/common/config/public/ClientConfig.ts + 294 + + Maximum number of markers to be shown on the map preview on the gallery page. + + + Map Icon size + + src/common/config/public/ClientConfig.ts + 304 + + Map Icon size + + + Icon size (used on maps). + + src/common/config/public/ClientConfig.ts + 308 + + Tamaño del icono (usado en mapas). + + + Person thumbnail size + + src/common/config/public/ClientConfig.ts + 313 + + Person thumbnail size + + + Person (face) thumbnail size. + + src/common/config/public/ClientConfig.ts + 317 + + Person (face) thumbnail size. + + + Thumbnail sizes + + src/common/config/public/ClientConfig.ts + 322 + + Tamaños de las miniaturas + + + 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 + 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. + + + SearchQuery + + src/common/config/public/ClientConfig.ts + 378 + + SearchQuery + + + Url + + src/common/config/public/ClientConfig.ts + 388 + + + src/frontend/app/ui/EnumTranslations.ts + 47 + + Url + + + Show item count + + src/common/config/public/ClientConfig.ts + 410 + + Mostrar el número de elementos + + + Shows the number photos and videos on the navigation bar. + + src/common/config/public/ClientConfig.ts + 413 + + Shows the number photos and videos on the navigation bar. + + + Links + + src/common/config/public/ClientConfig.ts + 419 + + Links + + + Visible links in the top menu. + + src/common/config/public/ClientConfig.ts + 424 + + Visible links in the top menu. + + + Cache + + src/common/config/public/ClientConfig.ts + 437 + + Caché + + + Caches directory contents and search results for better performance. + + src/common/config/public/ClientConfig.ts + 440 + + Almacena el contenido de los directorios y los resultados de las búsquedas para un rendimiento mejor. + + + Scroll based thumbnail generation + + src/common/config/public/ClientConfig.ts + 445 + + Generación de miniaturas basada en el desplazamiento + + + Those thumbnails get higher priority that are visible on the screen. + + src/common/config/public/ClientConfig.ts + 448 + + Estas miniaturas tienen una mayor prioridad al ser visibles en la pantalla. + + + Default sorting + + src/common/config/public/ClientConfig.ts + 454 + + Default sorting + + + Default sorting method for photo and video in a directory results. + + src/common/config/public/ClientConfig.ts + 457 + + Default sorting method for photo and video in a directory results. + + + Default search sorting + + src/common/config/public/ClientConfig.ts + 463 + + Default search sorting + + + Default sorting method for photo and video in a search results. + + src/common/config/public/ClientConfig.ts + 466 + + Default sorting method for photo and video in a search results. + + + Sort directories by date + + src/common/config/public/ClientConfig.ts + 472 + + Sort directories by date + + + 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 + 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. + + + On scroll thumbnail prioritising + + src/common/config/public/ClientConfig.ts + 481 + + On scroll thumbnail prioritising + + + Those thumbnails will be rendered first that are in view. + + src/common/config/public/ClientConfig.ts + 484 + + Those thumbnails will be rendered first that are in view. + + + Navigation bar + + src/common/config/public/ClientConfig.ts + 489 + + Navigation bar + + + Caption first naming + + src/common/config/public/ClientConfig.ts + 496 + + Usar metadatos en el nombre + + + Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. + + 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. + + + Download Zip + + src/common/config/public/ClientConfig.ts + 504 + + Download Zip + + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + src/common/config/public/ClientConfig.ts + 509 + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + + Directory flattening + + src/common/config/public/ClientConfig.ts + 514 + + Directory flattening + + + 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 + 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.) + + + Default slideshow speed + + src/common/config/public/ClientConfig.ts + 524 + + Default slideshow speed + + + Default time interval for displaying a photo in the slide show. + + src/common/config/public/ClientConfig.ts + 529 + + Default time interval for displaying a photo in the slide show. + + + Supported formats with transcoding + + src/common/config/public/ClientConfig.ts + 547 + + Supported formats with transcoding + + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + src/common/config/public/ClientConfig.ts + 552 + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + + Supported formats without transcoding + + src/common/config/public/ClientConfig.ts + 560 + + Supported formats without transcoding + + + 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 + 565 + + Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp + + + Enable photo converting. + + src/common/config/public/ClientConfig.ts + 577 + + Enable photo converting. + + + Load full resolution image on zoom. + + src/common/config/public/ClientConfig.ts + 583 + + Load full resolution image on zoom. + + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + src/common/config/public/ClientConfig.ts + 588 + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + + Photo converting + + src/common/config/public/ClientConfig.ts + 597 + + + src/frontend/app/model/backendtext.service.ts + 39 + + Photo converting + + + Supported photo formats + + src/common/config/public/ClientConfig.ts + 606 + + Supported photo formats + + + 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 + 610 + + Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats. + + + Enable GPX compressing + + src/common/config/public/ClientConfig.ts + 619 + + Enable GPX compressing + + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + src/common/config/public/ClientConfig.ts + 624 + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + + *.gpx files + + src/common/config/public/ClientConfig.ts + 658 + + *.gpx files + + + Reads *.gpx files and renders them on the map. + + src/common/config/public/ClientConfig.ts + 663 + + Reads *.gpx files and renders them on the map. + + + Markdown files + + src/common/config/public/ClientConfig.ts + 678 + + Markdown files + + + Reads *.md files in a directory and shows the next to the map. + + src/common/config/public/ClientConfig.ts + 682 + + Reads *.md files in a directory and shows the next to the map. + + + *.pg2conf files + + src/common/config/public/ClientConfig.ts + 688 + + *.pg2conf files + + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + src/common/config/public/ClientConfig.ts + 692 + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + + Supported formats + + src/common/config/public/ClientConfig.ts + 698 + + Supported formats + + + The app will read and process these files. + + src/common/config/public/ClientConfig.ts + 702 + + The app will read and process these files. + + + Enabled + + 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 + + + Override keywords + + src/common/config/public/ClientConfig.ts + 719 + + Sobreescribir las palabras clave + + + 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 + 723 + + Si una imagen tiene la misma cara (persona), nombre y palabras clave, la aplicación elimina los duplicados manteniendo la cara únicamente. + + + Face starring right + + src/common/config/public/ClientConfig.ts + 728 + + Permiso para destacar cara + + + Required minimum right to star (favourite) a face. + + src/common/config/public/ClientConfig.ts + 731 + + Mínimo permiso requerido para destacar (poner como favorita) una cara. + + + Face listing right + + src/common/config/public/ClientConfig.ts + 736 + + Face listing right + + + Required minimum right to show the faces tab. + + src/common/config/public/ClientConfig.ts + 739 + + Required minimum right to show the faces tab. + + + Page title + + src/common/config/public/ClientConfig.ts + 749 + + Título de la página + + + 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 + 755 + + If you access the page form local network its good to know the public url for creating sharing link. + + + Page public url + + src/common/config/public/ClientConfig.ts + 757 + + URL pública + + + 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 + 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. + + + Url Base + + src/common/config/public/ClientConfig.ts + 767 + + URL Base + + + Api path + + src/common/config/public/ClientConfig.ts + 779 + + Api path + + + 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 + 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). + + + Custom HTML Head + + src/common/config/public/ClientConfig.ts + 792 + + Custom HTML Head + + + Password protection + + src/common/config/public/ClientConfig.ts + 813 + + Protección con contraseña + + + Enables user management with login to password protect the gallery. + + src/common/config/public/ClientConfig.ts + 815 + + Enables user management with login to password protect the gallery. + + + Default user right + + src/common/config/public/ClientConfig.ts + 821 + + Default user right + + + Default user right when password protection is disabled. + + src/common/config/public/ClientConfig.ts + 826 + + Default user right when password protection is disabled. + + + Gallery + + 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 + + + Album + + src/common/config/public/ClientConfig.ts + 857 + + Album + + + Search + + 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 + + + Map + + src/common/config/public/ClientConfig.ts + 876 + + Mapa + + + Faces + + 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 + + + Random photo + + src/common/config/public/ClientConfig.ts + 892 + + Random photo + + + This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login. + + src/common/config/public/ClientConfig.ts + 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. + Size to generate src/frontend/app/model/backendtext.service.ts - 15 + 11 Tamaño a generar @@ -14,7 +1982,7 @@ These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes 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 @@ Indexed only src/frontend/app/model/backendtext.service.ts - 19 + 15 Sólo indexados @@ -30,7 +1998,7 @@ Only checks indexed files. src/frontend/app/model/backendtext.service.ts - 21 + 17 Sólo comprueba los archivos indexados. @@ -38,7 +2006,7 @@ Index changes only src/frontend/app/model/backendtext.service.ts - 23 + 19 Index changes only @@ -46,75 +2014,67 @@ Only indexes a folder if it got changed. src/frontend/app/model/backendtext.service.ts - 25 + 21 Only indexes a folder if it got changed. - - Indexing + + Database reset + + src/frontend/app/model/backendtext.service.ts + 35 + + Database reset + + + Thumbnail generation src/frontend/app/model/backendtext.service.ts 37 - Indexación + Thumbnail generation - - Preview Filling - - src/frontend/app/model/backendtext.service.ts - 39 - - Preview Filling - - - Database Reset + + Video converting src/frontend/app/model/backendtext.service.ts 41 - Restablecimiento de la base de datos + Video converting - - Thumbnail Generation + + Temp folder cleaning src/frontend/app/model/backendtext.service.ts 43 - Generación de miniaturas + Temp folder cleaning - - Photo Converting + + Preview filling src/frontend/app/model/backendtext.service.ts 45 - Conversión de fotos + Preview filling - - Video Converting + + Preview reset src/frontend/app/model/backendtext.service.ts 47 - Conversión de vídeos - - - Temp Folder Cleaning - - src/frontend/app/model/backendtext.service.ts - 49 - - Limpieza de la carpeta temporal + Preview reset Server error 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 @@ Server info src/frontend/app/model/notification.service.ts - 77 + 90 Información del servidor @@ -130,7 +2090,7 @@ h src/frontend/app/pipes/DurationPipe.ts - 23 + 20 hour h @@ -139,7 +2099,7 @@ m src/frontend/app/pipes/DurationPipe.ts - 26 + 23 minute m @@ -148,67 +2108,191 @@ s src/frontend/app/pipes/DurationPipe.ts - 29 + 26 second s - - ascending rating + + Developer - src/frontend/app/pipes/StringifySortingMethod.ts - 13 - - ascending rating - - - descending rating - - src/frontend/app/pipes/StringifySortingMethod.ts - 15 - - descending rating - - - ascending name - - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts 17 - nombre ascendente + Developer - - descending name + + Admin - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 18 + + Admin + + + User + + src/frontend/app/ui/EnumTranslations.ts 19 - nombre descendente + User - - ascending date + + Guest - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 20 + + Guest + + + LimitedGuest + + src/frontend/app/ui/EnumTranslations.ts 21 - fecha ascendente + LimitedGuest + + + Basic + + src/frontend/app/ui/EnumTranslations.ts + 24 + + Básico + + + Advanced + + src/frontend/app/ui/EnumTranslations.ts + 25 + + Avanzado + + + Under the hood + + src/frontend/app/ui/EnumTranslations.ts + 26 + + Under the hood + + + Custom + + src/frontend/app/ui/EnumTranslations.ts + 28 + + Custom + + + OpenStreetMap + + src/frontend/app/ui/EnumTranslations.ts + 29 + + OpenStreetMap + + + Mapbox + + src/frontend/app/ui/EnumTranslations.ts + 30 + + Mapbox + + + low + + src/frontend/app/ui/EnumTranslations.ts + 33 + + bajo + + + high + + src/frontend/app/ui/EnumTranslations.ts + 34 + + alto + + + medium + + src/frontend/app/ui/EnumTranslations.ts + 35 + + medio descending date - src/frontend/app/pipes/StringifySortingMethod.ts - 23 + src/frontend/app/ui/EnumTranslations.ts + 38 fecha descendente + + ascending date + + src/frontend/app/ui/EnumTranslations.ts + 39 + + fecha ascendente + + + descending name + + src/frontend/app/ui/EnumTranslations.ts + 40 + + nombre descendente + + + ascending name + + src/frontend/app/ui/EnumTranslations.ts + 41 + + nombre ascendente + + + descending rating + + src/frontend/app/ui/EnumTranslations.ts + 42 + + descending rating + + + ascending rating + + src/frontend/app/ui/EnumTranslations.ts + 43 + + ascending rating + random - src/frontend/app/pipes/StringifySortingMethod.ts - 25 + src/frontend/app/ui/EnumTranslations.ts + 44 aleatorio + + Albums + + src/frontend/app/ui/EnumTranslations.ts + 50 + + + src/frontend/app/ui/frame/frame.component.html + 18 + + Albums + Application version @@ -233,11 +2317,11 @@ Git commit - - Server notifications + + Server notifications src/frontend/app/ui/admin/admin.component.html - 17,18 + 16,17 Notificaciones del servidor @@ -245,7 +2329,7 @@ To dismiss these notifications, restart the server. src/frontend/app/ui/admin/admin.component.html - 36,37 + 34,35 Para descartar estas notificaciones, reinicie el servidor. @@ -253,7 +2337,7 @@ App version: src/frontend/app/ui/admin/admin.component.html - 48 + 46 Versión de aplicación: @@ -261,31 +2345,15 @@ Mode src/frontend/app/ui/admin/admin.component.html - 52 + 50,51 Modo - - Advanced - - src/frontend/app/ui/admin/admin.component.html - 60 - - Avanzado - - - Simplified - - src/frontend/app/ui/admin/admin.component.html - 61 - - Simplificado - Menu 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 @@ Up time src/frontend/app/ui/admin/admin.component.html - 148 + 116 Tiempo de actividad @@ -302,7 +2370,7 @@ Album is locked, cannot be deleted from the webpage. 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 @@ Add saved search 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 @@ To .pg2conf src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 5 + 5,6 To .pg2conf @@ -338,7 +2406,7 @@ Saved Search to .saved_searches.pg2conf 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 @@ Add this json to a '.saved_searches.pg2conf' file in your gallery: 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 @@ This saved search will be loaded from file during gallery indexing and it will survive a database reset. 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 @@ No duplicates found src/frontend/app/ui/duplicates/duplicates.component.html - 9,10 + 8,10 No se encontraron duplicados @@ -370,59 +2438,15 @@ No faces to show. src/frontend/app/ui/faces/faces.component.html - 15 + 16 No hay ninguna cara que mostrar. - - Gallery - - src/frontend/app/ui/frame/frame.component.html - 18 - - Galería - - - Albums - - src/frontend/app/ui/frame/frame.component.html - 21 - - - src/frontend/app/ui/settings/albums/albums.settings.component.ts - 23 - - Albums - - - Faces - - 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 - - - Duplicates - - src/frontend/app/ui/frame/frame.component.html - 54 - - Duplicates - Settings src/frontend/app/ui/frame/frame.component.html - 62 + 83 Configuraciones @@ -430,7 +2454,7 @@ Logout src/frontend/app/ui/frame/frame.component.html - 68 + 89 Cerrar sesión @@ -454,7 +2478,7 @@ unknown src/frontend/app/ui/gallery/filter/filter.gallery.component.ts - 20 + 23 unknown @@ -462,7 +2486,7 @@ Keywords src/frontend/app/ui/gallery/filter/filter.service.ts - 33 + 34 Keywords @@ -470,7 +2494,7 @@ no face src/frontend/app/ui/gallery/filter/filter.service.ts - 40 + 44 no face @@ -478,7 +2502,7 @@ Faces groups src/frontend/app/ui/gallery/filter/filter.service.ts - 45 + 49 Faces groups @@ -486,7 +2510,7 @@ Caption src/frontend/app/ui/gallery/filter/filter.service.ts - 51 + 59 Caption @@ -494,7 +2518,7 @@ Rating src/frontend/app/ui/gallery/filter/filter.service.ts - 56 + 64 Rating @@ -502,7 +2526,7 @@ Camera src/frontend/app/ui/gallery/filter/filter.service.ts - 61 + 69 Camera @@ -510,7 +2534,7 @@ Lens src/frontend/app/ui/gallery/filter/filter.service.ts - 66 + 74 Lens @@ -518,7 +2542,7 @@ City src/frontend/app/ui/gallery/filter/filter.service.ts - 71 + 79 City @@ -526,7 +2550,7 @@ State src/frontend/app/ui/gallery/filter/filter.service.ts - 76 + 84 State @@ -534,7 +2558,7 @@ Country 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. - - download - - 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 - info key: i src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 15 + 10 información (tecla: i) @@ -586,11 +2598,11 @@ toggle fullscreen, key: f 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) + + Download + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 45 + + Download + + + Slideshow playback speed + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow playback speed + + + Slideshow speed: + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow speed: + + + key: c + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + key: c + + + Show caption + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + Show caption + + + on hover + + 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 + + + always + + 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 + + + key: a + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + key: a + + + Show faces + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + Show faces + + + key: l + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + key: l + + + Play videos + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + Play videos + + + once + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 108 + + once + + + loop + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 109 + + loop + close, key: Escape 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 @@ key: left arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 90 + 179 (tecla: flecha izquierda) @@ -626,7 +2750,7 @@ key: right arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 94 + 183 (tecla: flecha derecha) @@ -634,7 +2758,7 @@ Zoom out, key: '-' src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 100 + 189 Alejar (tecla: '-') @@ -642,7 +2766,7 @@ Zoom in, key: '+' 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 duration 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 @@ bit rate src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html - 57 + 56 tasa de bits @@ -682,7 +2802,7 @@ Error during loading the video. src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html - 20 + 21 Error al cargar el video. @@ -690,7 +2810,7 @@ Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online: 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 @@ Searching for: src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 12 + 14 Buscando: @@ -706,15 +2826,23 @@ items src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 20 + 23,24 elementos + + download + + src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html + 32 + + descargar + Flatten directory src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 39 + 42 Flatten directory @@ -722,17 +2850,17 @@ Filters src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 48 + 51 Filters - - Images + + Home src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts - 38 + 48 - Imágenes + Home Random link @@ -754,11 +2882,11 @@ Copy 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 @@ Url has been copied to clipboard 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 @@ From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 100 + 104 From @@ -798,7 +2926,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 114 + 118 From date @@ -806,7 +2934,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 126 + 130 To date @@ -814,11 +2942,11 @@ Minimum Rating 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 @@ Maximum Rating 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 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 206 + 210 Vertical @@ -846,7 +2974,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 207 + 211 Horizontal @@ -854,39 +2982,27 @@ Insert 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 - + - - Search - - src/frontend/app/ui/gallery/search/search.gallery.component.html - 31 - - - src/frontend/app/ui/settings/search/search.settings.component.ts - 22 - - Buscar - Save search to album src/frontend/app/ui/gallery/search/search.gallery.component.html - 68 + 63,64 Save search to album @@ -894,15 +3010,11 @@ Share 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 @@ Sharing: src/frontend/app/ui/gallery/share/share.gallery.component.html - 39 + 39,40 Compartiendo: @@ -918,43 +3030,15 @@ Include subfolders: src/frontend/app/ui/gallery/share/share.gallery.component.html - 52 + 52,53 Incluir subcarpetas: - - Password - - 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 - Valid: src/frontend/app/ui/gallery/share/share.gallery.component.html - 93 + 93,94 Válido: @@ -962,7 +3046,7 @@ Minutes src/frontend/app/ui/gallery/share/share.gallery.component.html - 106 + 106,107 Minutos @@ -970,7 +3054,7 @@ Hours src/frontend/app/ui/gallery/share/share.gallery.component.html - 107 + 107,108 Horas @@ -978,7 +3062,7 @@ Days src/frontend/app/ui/gallery/share/share.gallery.component.html - 108 + 108,109 Días @@ -986,7 +3070,7 @@ Months src/frontend/app/ui/gallery/share/share.gallery.component.html - 109 + 109,110 Meses @@ -994,7 +3078,7 @@ Forever src/frontend/app/ui/gallery/share/share.gallery.component.html - 110 + 110,111 Forever @@ -1002,7 +3086,7 @@ Yes src/frontend/app/ui/gallery/share/share.gallery.component.ts - 51 + 49 @@ -1010,7 +3094,7 @@ No src/frontend/app/ui/gallery/share/share.gallery.component.ts - 52 + 50 No @@ -1018,11 +3102,11 @@ loading.. 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 @@ Please log in src/frontend/app/ui/login/login.component.html - 10 + 10,11 Por favor, inicia sesión @@ -1038,31 +3122,15 @@ Wrong username or password src/frontend/app/ui/login/login.component.html - 13,14 + 13 Nombre de usuario o contraseña incorrectos - - Username - - 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 - Remember me src/frontend/app/ui/login/login.component.html - 58 + 47,48 Recuérdame @@ -1070,1056 +3138,323 @@ Login src/frontend/app/ui/login/login.component.html - 68,69 + 56 Iniciar sesión - - settings saved - - src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts - 223 - - ajustes guardados - - - Success - - 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 - - - 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 - 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. - - - Disabled - - 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 - - - Enabled - - 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 - - - readonly - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 149 - - sólo lectura - - - default value - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 151 - - valor por defecto - - - Shows albums tab in the top bar and enables creating saved searches. - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 25 - - Shows albums tab in the top bar and enables creating saved searches. - - - Note: custom albums are not supported, see: - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 27 - - Note: custom albums are not supported, see: - - - Save - - 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 - - - Reset - - 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 - - - Page title - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 11 - - Título de la página - - - Host - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 20 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 35 - - Host - - - Server will accept connections from this IPv6 or IPv4 address. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 22 - - El servidor aceptará conexiones desde esta dirección IPv6 o IPv4. - - - Port - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 31 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 42 - - Puerto - - - Port number. Port 80 is usually what you need. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 32 - - Número de puerto. Normalmente, el puerto 80 es el que necesitas. - - - Images folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 42 - - Carpeta de las imágenes - - - Images are loaded from this folder (read permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 43 - - La imágenes se cargan desde esta carpeta (se requieren permisos de lectura) - - - Temp folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 53 - - Carpeta temporal - - - Thumbnails, converted photos, videos will be stored here (write - permission required) - - 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) - - - Page public url - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 65 - - URL pública - - - 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 - 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. - - - Url Base - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 77 - - URL Base - - - 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 - 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. - - - 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.html - 91,92 - - La URL pública y la URL base no coinciden. Algunas funcionalidades es posible que no funcionen. - - - Basic - - src/frontend/app/ui/settings/basic/basic.settings.component.ts - 26 - - Básico - - - Restart the server to apply the new settings - - 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 - - - Type - - src/frontend/app/ui/settings/database/database.settings.component.html - 10 - - Tipo - - - Install manually mysql node module to use mysql (npm install mysql) - - 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) - - - Database folder - - src/frontend/app/ui/settings/database/database.settings.component.html - 22 - - Carpeta de la base de datos - - - 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 - 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) - - - Database - - 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 - - - (recommended) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 36 - - (recomendado) - - - (deprecated, will be removed) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 38 - - (obsoleto, será eliminado) - - - Override keywords - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 31 - - Sobreescribir las palabras clave - - - 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 - 33 - - Si una imagen tiene la misma cara (persona), nombre y palabras clave, la aplicación elimina los duplicados manteniendo la cara únicamente. - - - Face starring right - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 38 - - Permiso para destacar cara - - - Required minimum right to star (favourite) a face. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 40 - - Mínimo permiso requerido para destacar (poner como favorita) una cara. - - - Faces are not supported with these settings. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 47,48 - - Las caras no son compatibles con esta configuración. - - - Index cache timeout [ms] - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 12 - - Límite de tiempo válido de indexación [ms] - - - 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 - 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). - - - Folder reindexing sensitivity - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 21 - - Sensibilidad de reindexación de carpetas - - - Set the reindexing sensitivity. High value check the folders for change more often. - - 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. - - - Exclude Folder List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 29 - - Lista de carpetas excluidas - - - Folders to exclude from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 34 - - Carpetas a excluir de la indexación - - - ';' 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 - 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. - - - Exclude File List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 45 - - Lista de archivos para excluir - - - Files that mark a folder to be excluded from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 50 - - Archivos que marcan una carpeta para ser excluida de la indexación - - - ';' 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 - 53,55 - - Separar las cadenas con ';'. Cualquier carpeta que contenga un archivo con este nombre será excluida de la indexación. - - - If you add a new folder to your gallery, the site indexes it automatically. - - 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. - - - If you would like to trigger indexing manually, click index button. - - 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. - - - Note: search only works among the indexed directories - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 79 - - Nota: la búsqueda sólo funciona en las carpetas indexados - Statistic: - 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: Folders - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 109 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 6 Carpetas Photos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 113 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 10 Fotos Videos - 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 Persons - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 122 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 19 Personas Size - 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 - - Folder indexing + + Job finished - 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 - - 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 - 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. - - medium + + Disabled - 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 - - high + + Tile Url* - 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 * - - Folder indexing started + + + Add Layer - 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 - - Folder indexing interrupted + + + Add Link - 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 - - Resetting database + + + Add - 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 + + + ';' separated list. + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 301 + + ';' separated list. + + + See + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 304 + + See + + + Reset database after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 308 + + Reset database after changing this settings! + + + Restart server after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 312 + + Restart server after changing this settings! + + + readonly + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 229 + + sólo lectura + + + default value + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 231 + + valor por defecto + + + config is not supported with these settings. + + src/frontend/app/ui/settings/template/template.component.html + 33,34 + + config is not supported with these settings. + + + Save + + src/frontend/app/ui/settings/template/template.component.html + 45 + + Guardar + + + Reset + + src/frontend/app/ui/settings/template/template.component.html + 49 + + Restablecer + + + settings saved + + src/frontend/app/ui/settings/template/template.component.ts + 281,280 + + ajustes guardados + + + Success + + src/frontend/app/ui/settings/template/template.component.ts + 282,280 + + Éxito + + + User list + + src/frontend/app/ui/settings/users/users.component.html + 4,5 + + User list + + + + Add user + + src/frontend/app/ui/settings/users/users.component.html + 46,47 + + + Añadir usuario + + + Add new User + + src/frontend/app/ui/settings/users/users.component.html + 56,57 + + Añadir nuevo usuario + + + Close + + src/frontend/app/ui/settings/users/users.component.html + 72,73 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 248,249 + + Cerrar + + + Add User + + src/frontend/app/ui/settings/users/users.component.html + 76 + + Añadir usuario + + + User creation error! + + src/frontend/app/ui/settings/users/users.component.ts + 82,80 + + User creation error! Trigger job run manually - 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 Run now - 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 Cancel - 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 Job started - 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 Stopping job - 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 - - every - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 20 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 116 - - cada - - - never - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 25 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 68 - - nunca - - - after - - 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 - - - Job: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 50 - - Trabajo: - - - Periodicity: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 64 - - Periodicidad: - - - Set the time to run the job. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 74,75 - - Establezca la hora de ejecución del trabajo. - - - After: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 80 - - Después de: - - - The job will run after that job finishes. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 91,92 - - El trabajo se ejecutará después de que este trabajo termine. - - - At: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 98 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 108 - - El: - - - Allow parallel run - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 127 - - Permitir la ejecución en paralelo - - - Enables the job to start even if another job is already running. - - 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. - - - ';' separated integers. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 198,199 - - Separar los enteros con ';'. - - - + Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 226,227 - - + Añadir trabajo - - - Add new job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 241 - - Añadir un nuevo trabajo - - - Select a job to schedule. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 255,256 - - Seleccione un trabajo para ser programado. - - - Close - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 260 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 87 - - Cerrar - - - Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 263,264 - - Añadir trabajo - - - Jobs - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 57 - - Trabajos - - - periodic - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 69 - - periódico - - - scheduled - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 70 - - programado - - - Monday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 73 - - Lunes - - - Tuesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 74 - - Martes - - - Wednesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 75 - - Miércoles - - - Thursday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 76 - - Jueves - - - Friday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 77 - - Viernes - - - Saturday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 78 - - Sábado - - - Sunday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 79 - - Domingo - - - day - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 80 - - día - Last run: - 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: Run between - 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 @@ Status - 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 @@ Cancelling... - 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... time elapsed - 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 Processed - 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 Skipped - 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 Left - 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 All - 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 Logs - 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 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 + 38 procesados skipped - 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 all - 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 running - 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 cancelling - 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 canceled - 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 interrupted - 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 finished - 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 - - Use image markers + + every - 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 - - - Map will use thumbnail images as markers instead of the default pin. - 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. - - - Map provider - - src/frontend/app/ui/settings/map/map.settings.component.html - 40 - - Proveedor de mapas - - - Name - - src/frontend/app/ui/settings/map/map.settings.component.html - 52 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 27 - - Nombre - - - Tile Url* - - src/frontend/app/ui/settings/map/map.settings.component.html - 53 - - URL de mosaico * - - - *The map module will use these urls to fetch the map tiles. - - 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. - - - + Add Layer - - src/frontend/app/ui/settings/map/map.settings.component.html - 83,84 - - + Añadir capa - - - Mapbox access token - - src/frontend/app/ui/settings/map/map.settings.component.html - 90 - - Token de acceso de Mapbox - - - MapBox needs an access token to work, create one at - - src/frontend/app/ui/settings/map/map.settings.component.html - 96 - - MapBox necesita un token de acceso para funcionar, cree uno en - - - Map - - src/frontend/app/ui/settings/map/map.settings.component.ts - 27 - - Mapa - - - *.gpx files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 11 - - *.gpx files - - - Reads *.gpx files and renders them on the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 12 - - Reads *.gpx files and renders them on the map. - - - Markdown files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 19 - - Markdown files - - - Reads *.md files in a directory and shows the next to the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 20 - - Reads *.md files in a directory and shows the next to the map. - - - *.pg2conf files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 26 - - *.pg2conf files - - - Reads *.pg2conf files (You can use it for custom sorting and save search (albums)). - - 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)). - - - Meta file - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts - 23 - - Archivo Meta - - - Error: - - src/frontend/app/ui/settings/other/other.settings.component.html - 7 - - Error: - - - Threads: - - src/frontend/app/ui/settings/other/other.settings.component.html - 10 - - Hilos de ejecución: - - - Threading - - src/frontend/app/ui/settings/other/other.settings.component.html - 14 - - Ejecución en paralelo - - - Runs directory scanning in a different thread. - - src/frontend/app/ui/settings/other/other.settings.component.html - 15 - - Ejecuta el escaneo de directorios en distintos hilos en paralelo. - - - Thumbnail threads - - src/frontend/app/ui/settings/other/other.settings.component.html - 22 - - Hilos para las miniaturas - - - 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 - 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. - - - Misc: - - src/frontend/app/ui/settings/other/other.settings.component.html - 33 - - Miscelánea: - - - Scroll based thumbnail generation - - src/frontend/app/ui/settings/other/other.settings.component.html - 36 - - Generación de miniaturas basada en el desplazamiento - - - Those thumbnails get higher priority that are visible on the screen. - - src/frontend/app/ui/settings/other/other.settings.component.html - 37 - - Estas miniaturas tienen una mayor prioridad al ser visibles en la pantalla. - - - Lazy image rendering - - src/frontend/app/ui/settings/other/other.settings.component.html - 43 - - Renderizado perezoso de imágenes - - - 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 - 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. - - - Cache - - src/frontend/app/ui/settings/other/other.settings.component.html - 50 - - Caché - - - Caches directory contents and search results for better performance. - - 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. - - - Caption first naming - - src/frontend/app/ui/settings/other/other.settings.component.html - 57 - - Usar metadatos en el nombre - - - Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. - - 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. - - - Download Zip - - src/frontend/app/ui/settings/other/other.settings.component.html - 64 - - Download Zip - - - [Experimental: does not work for searches] Enable download zip of a directory contents - - src/frontend/app/ui/settings/other/other.settings.component.html - 65 - - [Experimental: does not work for searches] Enable download zip of a directory contents - - - Directory flattening - - src/frontend/app/ui/settings/other/other.settings.component.html - 71 - - Directory flattening - - - [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 - 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. - - - Navigation bar: - - src/frontend/app/ui/settings/other/other.settings.component.html - 82 - - Barra de navegación: - - - Show item count - - src/frontend/app/ui/settings/other/other.settings.component.html - 85 - - Mostrar el número de elementos - - - Show the number of items (photos) in the folder. - - src/frontend/app/ui/settings/other/other.settings.component.html - 86 - - Mostrar el número de elementos (fotos) en la carpeta. - - - Default photo sorting method - - src/frontend/app/ui/settings/other/other.settings.component.html - 100 - - Método de ordenación de fotos por defecto - - - Sort directories by date - - src/frontend/app/ui/settings/other/other.settings.component.html - 109 - - Sort directories by date - - - 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 - 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. - - - Custom HTML Head - - src/frontend/app/ui/settings/other/other.settings.component.html - 118 - - Custom HTML Head - - - Other - - src/frontend/app/ui/settings/other/other.settings.component.ts - 32 - - Otros - - - Photo converting: - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 9 - - Conversión de fotos: - - - Converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 12 - - Conversión - - - Downsizes photos for faster preview loading. (Zooming in to the photo loads the original). - - 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). - - - On the fly converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 19 - - Conversión sobre la marcha - - - Converts photos on the fly, when they are requested. - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 20 - - Convierte las fotos en el momento en que han sido solicitadas. - - - Resolution - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 28 - - - src/frontend/app/ui/settings/video/video.settings.component.html - 66 - - Resolución - - - 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 - 29 - - El lado más corto de la foto convertida se reducirá a esta resolución (manteniendo la relación de aspecto). - - - Load full resolution image on zoom - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 38 - - Load full resolution image on zoom - - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 39 - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - - Photo - - src/frontend/app/ui/settings/photo/photo.settings.component.ts - 36 - - Foto - - - Preview Filter query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 10 - - Preview Filter query - - - Filters the sub-folders with this search query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 11 - - Filters the sub-folders with this search query - - - Preview Sorting - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 20 - - Preview Sorting - - - If multiple preview is available sorts them by these methods and selects the first one. - - 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. - - - Preview - - src/frontend/app/ui/settings/preview/preview.settings.component.ts - 31 - - Preview - - - 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 - 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. - - - Note: With the current implementation, random link also requires login. See: - - 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: - - - Random Photo is not supported with these settings - - 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 - - - Random Photo - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts - 22 - - Foto aleatoria - - - Job finished - - src/frontend/app/ui/settings/scheduled-jobs.service.ts - 80 - - Trabajo finalizado - - - Autocomplete - - src/frontend/app/ui/settings/search/search.settings.component.html - 32 - - Autocompletar - - - Show hints while typing search query. - - src/frontend/app/ui/settings/search/search.settings.component.html - 33 - - Muestre sugerencias mientras escribe la consulta de búsqueda. - - - Maximum media result - - src/frontend/app/ui/settings/search/search.settings.component.html - 40 - - Maximum media result - - - Maximum number of photos and videos that listed in one search result - - src/frontend/app/ui/settings/search/search.settings.component.html - 41 - - Maximum number of photos and videos that listed in one search result - - - List directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 49 - - List directories - - - Search will also return with directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 50 - - Search will also return with directories - - - List metafiles - - src/frontend/app/ui/settings/search/search.settings.component.html - 57 - - List metafiles - - - 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 - 58 - - Search also returns with metafiles from directories that contain a media file of the matched search result - - - Search is not supported with these settings - - src/frontend/app/ui/settings/search/search.settings.component.html - 68,69 - - La búsqueda no es compatible con esta configuración - - - Password protected - - src/frontend/app/ui/settings/share/share.settings.component.html - 29 - - Protegido por contraseña - - - Enables password protected sharing links. - - src/frontend/app/ui/settings/share/share.settings.component.html - 30 - - Habilita enlaces de uso compartido protegidos por contraseña. - - - Sharing is not supported with these settings - - src/frontend/app/ui/settings/share/share.settings.component.html - 40,41 - - El uso compartido no es compatible con esta configuración - - - Shared links: - - src/frontend/app/ui/settings/share/share.settings.component.html - 57 - - Enlaces de uso compartido: - - - Key - - src/frontend/app/ui/settings/share/share.settings.component.html - 63 - - Clave - - - Folder - - src/frontend/app/ui/settings/share/share.settings.component.html - 64 - - Carpeta - - - Creator - - src/frontend/app/ui/settings/share/share.settings.component.html - 65 - - Creador - - - Expires - - src/frontend/app/ui/settings/share/share.settings.component.html - 66 - - Caduca - - - No sharing was created. - - src/frontend/app/ui/settings/share/share.settings.component.html - 86,87 - - Ningún enlace de uso compartido fue creado. - - - Thumbnail Quality - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 11 - - Miniatura de calidad - - - High quality may be slow. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 12 - - La alta calidad puede ser lenta. - - - Icon size - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 20 - - Tamaño del ícono - - - Icon size (used on maps). - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 21 - - Tamaño del icono (usado en mapas). - - - Thumbnail sizes - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 30 - - Tamaños de las miniaturas - - - Size of the thumbnails. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 37 - - Tamaño de las miniaturas. - - - 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 - 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). - - - ';' 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.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. - - - Thumbnail - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts - 31 - - Miniatura - - - Role - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 28 - - Rol - - - + Add user - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 55,56 - - + Añadir usuario - - - To protect the site with password / have login enable this. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 59,60 - - Para proteger el sitio con usuario y contraseña, habilítame. - - - Add new User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 70 - - Añadir nuevo usuario - - - Add User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 90,91 - - Añadir usuario - - - Password protection - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 45 - - Protección con contraseña - - - Low - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 48 - - Bajo - - - High - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 49 - - Alto - - - Password protection enabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 86 - - Protección por contraseña habilitada - - - Server restart is recommended. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 87 - - Se recomienda reiniciar el servidor. - - - Password protection disabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 90 - - Protección por contraseña deshabilitada - - - User creation error! - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 113 - - User creation error! - - - 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 - 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. - - - Video transcoding: - - src/frontend/app/ui/settings/video/video.settings.component.html - 33 - - Transcodificación de video: - - - 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 - 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. - - - The transcoded videos will be save to the thumbnail folder. - - src/frontend/app/ui/settings/video/video.settings.component.html - 39 - - Los videos transcodificados se guardarán en la carpeta de las miniaturas. - - - 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 - 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. - - - Format - - src/frontend/app/ui/settings/video/video.settings.component.html - 47 - - Formato - - - Codec - - src/frontend/app/ui/settings/video/video.settings.component.html - 57 - - Códec - - - 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 - 67 - - La altura del video de salida se escalará a esta (manteniendo la relación de aspecto). - - - FPS - - src/frontend/app/ui/settings/video/video.settings.component.html - 77 - - FPS - - - 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 - 78 - - Los fotogramas por segundo (fps) del video de salida se reducirán a estos. - - - Bit rate - - src/frontend/app/ui/settings/video/video.settings.component.html - 90 - - Tasa de bits - - - 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 - 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. - - - CRF - - src/frontend/app/ui/settings/video/video.settings.component.html + src/frontend/app/ui/settings/workflow/workflow.component.html 112 - CRF + cada - - 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. + + never - 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 - - Preset + + after - 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 - - 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 - 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: - - Custom Options + + Periodicity: - 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: - - ; 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.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. - - Video + + After: - 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: + + + The job will run after that job finishes. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 85,86 + + El trabajo se ejecutará después de que este trabajo termine. + + + At: + + src/frontend/app/ui/settings/workflow/workflow.component.html + 92,93 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 102,103 + + El: + + + Allow parallel run + + src/frontend/app/ui/settings/workflow/workflow.component.html + 123,124 + + Permitir la ejecución en paralelo + + + Enables the job to start even if another job is already running. + + 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. + + + ';' separated integers. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 198,199 + + Separar los enteros con ';'. + + + + Add Job + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 218,221 + + + Añadir trabajo + + + Add new job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 228,229 + + Añadir un nuevo trabajo + + + Select a job to schedule. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 243,244 + + Seleccione un trabajo para ser programado. + + + Add Job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 252 + + Añadir trabajo + + + periodic + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 82 + + periódico + + + scheduled + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 83 + + programado + + + Monday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 86,85 + + Lunes + + + Tuesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 87,85 + + Martes + + + Wednesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 88,85 + + Miércoles + + + Thursday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 89,85 + + Jueves + + + Friday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 90,85 + + Viernes + + + Saturday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 91,85 + + Sábado + + + Sunday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 92,85 + + Domingo + + + day + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 93,85 + + día Wrong password src/frontend/app/ui/sharelogin/share-login.component.html - 11 + 11,13 Contraseña incorrecta - - Enter + + Enter 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 @@ + + Host + + src/common/config/private/PrivateConfig.ts + 100 + + + src/common/config/private/PrivateConfig.ts + 973 + + Hôte + + + Port + + src/common/config/private/PrivateConfig.ts + 110 + + + src/common/config/private/PrivateConfig.ts + 961 + + Port + + + Database + + src/common/config/private/PrivateConfig.ts + 120 + + + src/common/config/private/PrivateConfig.ts + 1029 + + Base de données + + + Username + + 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 + + + Password + + 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 + + + Sqlite db filename + + src/common/config/private/PrivateConfig.ts + 153 + + Sqlite db filename + + + Sqlite will save the db with this filename. + + src/common/config/private/PrivateConfig.ts + 157 + + Sqlite will save the db with this filename. + + + Name + + 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 + + + Role + + src/common/config/private/PrivateConfig.ts + 177 + + + src/frontend/app/ui/settings/users/users.component.html + 17,18 + + Rôle + + + Unencrypted, temporary password. App will encrypt it and delete this. + + src/common/config/private/PrivateConfig.ts + 190 + + Unencrypted, temporary password. App will encrypt it and delete this. + + + Encrypted password + + src/common/config/private/PrivateConfig.ts + 196 + + Encrypted password + + + Type + + src/common/config/private/PrivateConfig.ts + 231 + + + src/common/config/public/ClientConfig.ts + 362 + + Type + + + SQLite is recommended. + + src/common/config/private/PrivateConfig.ts + 236 + + SQLite is recommended. + + + Database folder + + src/common/config/private/PrivateConfig.ts + 243 + + Dossier de la base de données + + + All file-based data will be stored here (sqlite database, job history data). + + src/common/config/private/PrivateConfig.ts + 247 + + All file-based data will be stored here (sqlite database, job history data). + + + SQLite + + src/common/config/private/PrivateConfig.ts + 254 + + SQLite + + + MySQL + + src/common/config/private/PrivateConfig.ts + 264 + + MySQL + + + Enforced users + + src/common/config/private/PrivateConfig.ts + 281 + + + src/common/config/private/PrivateConfig.ts + 298 + + Enforced users + + + 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 + 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. + + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + src/common/config/private/PrivateConfig.ts + 301 + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + + Converted photo and thumbnail quality + + src/common/config/private/PrivateConfig.ts + 308 + + Converted photo and thumbnail quality + + + Between 0-100. + + src/common/config/private/PrivateConfig.ts + 311 + + Between 0-100. + + + Person face margin + + src/common/config/private/PrivateConfig.ts + 318 + + Person face margin + + + Person face size ratio on the face thumbnail. + + src/common/config/private/PrivateConfig.ts + 321 + + Person face size ratio on the face thumbnail. + + + OnTheFly *.gpx compression + + src/common/config/private/PrivateConfig.ts + 331 + + OnTheFly *.gpx compression + + + Enables on the fly *.gpx compression. + + src/common/config/private/PrivateConfig.ts + 335 + + Enables on the fly *.gpx compression. + + + Min distance + + src/common/config/private/PrivateConfig.ts + 342 + + Min distance + + + Filters out entry that are closer than this in meters. + + src/common/config/private/PrivateConfig.ts + 347 + + Filters out entry that are closer than this in meters. + + + Min time delta + + src/common/config/private/PrivateConfig.ts + 354 + + Min time delta + + + Filters out entry that are closer than this in time in milliseconds. + + src/common/config/private/PrivateConfig.ts + 359 + + Filters out entry that are closer than this in time in milliseconds. + + + GPX compression + + src/common/config/private/PrivateConfig.ts + 369 + + + src/common/config/public/ClientConfig.ts + 669 + + + src/frontend/app/model/backendtext.service.ts + 49 + + GPX compression + + + Update timeout + + src/common/config/private/PrivateConfig.ts + 387 + + Update timeout + + + After creating a sharing link, it can be updated for this long. + + src/common/config/private/PrivateConfig.ts + 391 + + After creating a sharing link, it can be updated for this long. + + + Index cache timeout + + src/common/config/private/PrivateConfig.ts + 402 + + Index cache timeout + + + 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 + 406 + + If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low). + + + Folder reindexing sensitivity + + src/common/config/private/PrivateConfig.ts + 413 + + Sensibilité de réindexation des dossiers + + + Set the reindexing sensitivity. High value check the folders for change more often. + + src/common/config/private/PrivateConfig.ts + 416 + + Set the reindexing sensitivity. High value check the folders for change more often. + + + Exclude Folder List + + src/common/config/private/PrivateConfig.ts + 423 + + Liste des dossiers à exclure + + + 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 + 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. + + + Exclude File List + + src/common/config/private/PrivateConfig.ts + 436 + + List des fichiers à exclure de l'indexation + + + .ignore;.pg2ignore + + src/common/config/private/PrivateConfig.ts + 440 + + .ignore;.pg2ignore + + + 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 + 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. + + + Threading + + src/common/config/private/PrivateConfig.ts + 452 + + + src/common/config/private/PrivateConfig.ts + 984 + + Utilisation de fils + + + Runs directory scanning and thumbnail generation in a different thread. + + src/common/config/private/PrivateConfig.ts + 456 + + Runs directory scanning and thumbnail generation in a different thread. + + + Thumbnail threads + + src/common/config/private/PrivateConfig.ts + 462 + + Fils de vignettes + + + 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 + 466 + + Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used. + + + Max duplicates + + src/common/config/private/PrivateConfig.ts + 477 + + Max duplicates + + + Maximum number of duplicates to list. + + src/common/config/private/PrivateConfig.ts + 480 + + Maximum number of duplicates to list. + + + Level + + src/common/config/private/PrivateConfig.ts + 490 + + Level + + + Logging level. + + src/common/config/private/PrivateConfig.ts + 493 + + Logging level. + + + Sql Level + + src/common/config/private/PrivateConfig.ts + 499 + + Sql Level + + + Logging level for SQL queries. + + src/common/config/private/PrivateConfig.ts + 502 + + Logging level for SQL queries. + + + Server timing + + src/common/config/private/PrivateConfig.ts + 507 + + Server timing + + + If enabled, the app ads "Server-Timing" http header to the response. + + src/common/config/private/PrivateConfig.ts + 510 + + If enabled, the app ads "Server-Timing" http header to the response. + + + Max saved progress + + src/common/config/private/PrivateConfig.ts + 610 + + Max saved progress + + + Job history size. + + src/common/config/private/PrivateConfig.ts + 613 + + Job history size. + + + Processing batch size + + src/common/config/private/PrivateConfig.ts + 620 + + Processing batch size + + + Jobs load this many photos or videos form the DB for processing at once. + + src/common/config/private/PrivateConfig.ts + 623 + + Jobs load this many photos or videos form the DB for processing at once. + + + Scheduled jobs + + src/common/config/private/PrivateConfig.ts + 629 + + Scheduled jobs + + + Bit rate + + src/common/config/private/PrivateConfig.ts + 685 + + Débit + + + 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 + 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. + + + Resolution + + src/common/config/private/PrivateConfig.ts + 696 + + + src/common/config/private/PrivateConfig.ts + 808 + + Résolution + + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + 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. + + + FPS + + src/common/config/private/PrivateConfig.ts + 708 + + IPS + + + Target frame per second (fps) of the output video will be scaled down this this. + + 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. + + + Format + + src/common/config/private/PrivateConfig.ts + 718 + + Format + + + MP4 codec + + src/common/config/private/PrivateConfig.ts + 727 + + MP4 codec + + + Webm Codec + + src/common/config/private/PrivateConfig.ts + 737 + + Webm Codec + + + CRF + + src/common/config/private/PrivateConfig.ts + 748 + + CRF + + + 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 + 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. + + + Preset + + src/common/config/private/PrivateConfig.ts + 759 + + Préréglage + + + 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 + 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). + + + Custom Options + + src/common/config/private/PrivateConfig.ts + 769 + + Options personnalisées + + + It will be sent to ffmpeg as it is, as custom options. + + src/common/config/private/PrivateConfig.ts + 774 + + It will be sent to ffmpeg as it is, as custom options. + + + Video transcoding + + src/common/config/private/PrivateConfig.ts + 783 + + Video transcoding + + + 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 + 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. + + + On the fly converting + + src/common/config/private/PrivateConfig.ts + 796 + + Conversion à la volée + + + Converts photos on the fly, when they are requested. + + src/common/config/private/PrivateConfig.ts + 802 + + Convertit les photos à la volée, lorsqu'elles sont demandées. + + + The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. + + 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. + + + Photo resizing + + src/common/config/private/PrivateConfig.ts + 824 + + Photo resizing + + + Preview Filter query + + src/common/config/private/PrivateConfig.ts + 836 + + Preview Filter query + + + 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 + 841 + + Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter. + + + Preview Sorting + + src/common/config/private/PrivateConfig.ts + 850 + + Preview Sorting + + + If multiple preview is available sorts them by these methods and selects the first one. + + src/common/config/private/PrivateConfig.ts + 854 + + Si plusieurs aperçus sont disponibles, les trier selon ces méthodes et sélectionner le premier. + + + Images folder + + src/common/config/private/PrivateConfig.ts + 866 + + Dossier Images + + + Images are loaded from this folder (read permission required) + + src/common/config/private/PrivateConfig.ts + 871 + + Les images sont chargées à partir de ce dossier (permission de lecture requise) + + + Temp folder + + src/common/config/private/PrivateConfig.ts + 877 + + Dossier temporaire + + + Thumbnails, converted photos, videos will be stored here (write permission required) + + src/common/config/private/PrivateConfig.ts + 882 + + Les vignettes, les photos converties et les vidéos seront stockées ici (autorisation d'écriture requise). + + + Metadata read buffer + + src/common/config/private/PrivateConfig.ts + 889 + + Metadata read buffer + + + 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 + 895 + + Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square. + + + Video + + src/common/config/private/PrivateConfig.ts + 901 + + + src/common/config/public/ClientConfig.ts + 640 + + Vidéo + + + 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 + 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. + + + Photo + + src/common/config/private/PrivateConfig.ts + 915 + + + src/common/config/public/ClientConfig.ts + 647 + + Photo + + + Thumbnail + + src/common/config/private/PrivateConfig.ts + 928 + + + src/common/config/public/ClientConfig.ts + 633 + + Vignette + + + Session Timeout + + src/common/config/private/PrivateConfig.ts + 951 + + Session Timeout + + + Users kept logged in for this long time. + + src/common/config/private/PrivateConfig.ts + 955 + + Users kept logged in for this long time. + + + Port number. Port 80 is usually what you need. + + src/common/config/private/PrivateConfig.ts + 966 + + Numéro de port. Le port 80 est généralement ce dont vous avez besoin. + + + Server will accept connections from this IPv6 or IPv4 address. + + src/common/config/private/PrivateConfig.ts + 978 + + Le serveur acceptera les connexions à partir de cette adresse IPv6 ou IPv4. + + + Logs + + src/common/config/private/PrivateConfig.ts + 992 + + Logs + + + Server + + src/common/config/private/PrivateConfig.ts + 1021 + + Server + + + Users + + src/common/config/private/PrivateConfig.ts + 1037 + + Users + + + Indexing + + src/common/config/private/PrivateConfig.ts + 1045 + + + src/frontend/app/model/backendtext.service.ts + 33 + + Indexation + + + 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 + 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.) + + + Media + + src/common/config/private/PrivateConfig.ts + 1061 + + Media + + + Meta file + + src/common/config/private/PrivateConfig.ts + 1069 + + Fichier meta + + + Preview + + src/common/config/private/PrivateConfig.ts + 1077 + + Aperçu + + + Sharing + + src/common/config/private/PrivateConfig.ts + 1092 + + Sharing + + + Duplicates + + src/common/config/private/PrivateConfig.ts + 1100 + + + src/frontend/app/ui/frame/frame.component.html + 75 + + Doublons + + + Jobs + + src/common/config/private/PrivateConfig.ts + 1108 + + Tâches + + + Enable Autocomplete + + src/common/config/public/ClientConfig.ts + 60 + + Enable Autocomplete + + + Show hints while typing search query. + + src/common/config/public/ClientConfig.ts + 63 + + Afficher des conseils pendant la saisie de la requête de recherche. + + + Max items per category + + src/common/config/public/ClientConfig.ts + 70 + + Max items per category + + + Maximum number autocomplete items shown per category. + + src/common/config/public/ClientConfig.ts + 73 + + Maximum number autocomplete items shown per category. + + + Maximum items + + src/common/config/public/ClientConfig.ts + 80 + + Maximum items + + + Maximum number autocomplete items shown at once. + + src/common/config/public/ClientConfig.ts + 83 + + Maximum number autocomplete items shown at once. + + + Cache timeout + + src/common/config/public/ClientConfig.ts + 90 + + + src/common/config/public/ClientConfig.ts + 114 + + Cache timeout + + + Autocomplete cache timeout. + + src/common/config/public/ClientConfig.ts + 94 + + Autocomplete cache timeout. + + + Enable + + 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 + + + Enables searching. + + src/common/config/public/ClientConfig.ts + 107 + + Enables searching. + + + Search cache timeout. + + src/common/config/public/ClientConfig.ts + 118 + + Search cache timeout. + + + Autocomplete + + src/common/config/public/ClientConfig.ts + 124 + + Auto-complétion + + + Maximum media result + + src/common/config/public/ClientConfig.ts + 133 + + Résultats média maximum + + + Maximum number of photos and videos that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 136 + + Maximum number of photos and videos that are listed in one search result. + + + Maximum directory result + + src/common/config/public/ClientConfig.ts + 142 + + Maximum directory result + + + Maximum number of directories that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 145 + + Maximum number of directories that are listed in one search result. + + + List directories + + src/common/config/public/ClientConfig.ts + 151 + + Lister les répertoires + + + Search returns also with directories, not just media. + + src/common/config/public/ClientConfig.ts + 154 + + Search returns also with directories, not just media. + + + List metafiles + + src/common/config/public/ClientConfig.ts + 160 + + Lister les métafichiers + + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + src/common/config/public/ClientConfig.ts + 163 + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + + Enables sharing. + + src/common/config/public/ClientConfig.ts + 188 + + Enables sharing. + + + Password protected + + src/common/config/public/ClientConfig.ts + 194 + + Protégé par mot de passe + + + Enables password protected sharing links. + + src/common/config/public/ClientConfig.ts + 197 + + Permet d'activer des liens de partage protégés par un mot de passe. + + + Enables random link generation. + + src/common/config/public/ClientConfig.ts + 210 + + Enables random link generation. + + + Name of a map layer. + + src/common/config/public/ClientConfig.ts + 222 + + Name of a map layer. + + + Url of a map layer. + + src/common/config/public/ClientConfig.ts + 231 + + Url of a map layer. + + + Image Markers + + src/common/config/public/ClientConfig.ts + 252 + + Image Markers + + + Map will use thumbnail images as markers instead of the default pin. + + src/common/config/public/ClientConfig.ts + 255 + + La carte utilisera des images miniatures comme marqueurs au lieu de l'épingle par défaut. + + + Map Provider + + src/common/config/public/ClientConfig.ts + 261 + + Map Provider + + + Mapbox access token + + src/common/config/public/ClientConfig.ts + 269 + + Jeton d'accès Mapbox + + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + src/common/config/public/ClientConfig.ts + 273 + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + + The map module will use these urls to fetch the map tiles. + + src/common/config/public/ClientConfig.ts + 278 + + The map module will use these urls to fetch the map tiles. + + + Custom Layers + + src/common/config/public/ClientConfig.ts + 281 + + Custom Layers + + + Max Preview Markers + + src/common/config/public/ClientConfig.ts + 291 + + Max Preview Markers + + + Maximum number of markers to be shown on the map preview on the gallery page. + + src/common/config/public/ClientConfig.ts + 294 + + Maximum number of markers to be shown on the map preview on the gallery page. + + + Map Icon size + + src/common/config/public/ClientConfig.ts + 304 + + Map Icon size + + + Icon size (used on maps). + + src/common/config/public/ClientConfig.ts + 308 + + Taille des icônes (sur la carte). + + + Person thumbnail size + + src/common/config/public/ClientConfig.ts + 313 + + Person thumbnail size + + + Person (face) thumbnail size. + + src/common/config/public/ClientConfig.ts + 317 + + Person (face) thumbnail size. + + + Thumbnail sizes + + src/common/config/public/ClientConfig.ts + 322 + + Taille des vignettes + + + 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 + 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. + + + SearchQuery + + src/common/config/public/ClientConfig.ts + 378 + + SearchQuery + + + Url + + src/common/config/public/ClientConfig.ts + 388 + + + src/frontend/app/ui/EnumTranslations.ts + 47 + + Url + + + Show item count + + src/common/config/public/ClientConfig.ts + 410 + + Afficher le nombre d'articles + + + Shows the number photos and videos on the navigation bar. + + src/common/config/public/ClientConfig.ts + 413 + + Shows the number photos and videos on the navigation bar. + + + Links + + src/common/config/public/ClientConfig.ts + 419 + + Links + + + Visible links in the top menu. + + src/common/config/public/ClientConfig.ts + 424 + + Visible links in the top menu. + + + Cache + + src/common/config/public/ClientConfig.ts + 437 + + Cache + + + Caches directory contents and search results for better performance. + + 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. + + + Scroll based thumbnail generation + + src/common/config/public/ClientConfig.ts + 445 + + Génération de vignettes basées sur le défilement + + + Those thumbnails get higher priority that are visible on the screen. + + src/common/config/public/ClientConfig.ts + 448 + + Les vignettes visibles à l'écran ont une priorité plus élevée. + + + Default sorting + + src/common/config/public/ClientConfig.ts + 454 + + Default sorting + + + Default sorting method for photo and video in a directory results. + + src/common/config/public/ClientConfig.ts + 457 + + Default sorting method for photo and video in a directory results. + + + Default search sorting + + src/common/config/public/ClientConfig.ts + 463 + + Default search sorting + + + Default sorting method for photo and video in a search results. + + src/common/config/public/ClientConfig.ts + 466 + + Default sorting method for photo and video in a search results. + + + Sort directories by date + + src/common/config/public/ClientConfig.ts + 472 + + Trier les répertoires par date + + + 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 + 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. + + + On scroll thumbnail prioritising + + src/common/config/public/ClientConfig.ts + 481 + + On scroll thumbnail prioritising + + + Those thumbnails will be rendered first that are in view. + + src/common/config/public/ClientConfig.ts + 484 + + Those thumbnails will be rendered first that are in view. + + + Navigation bar + + src/common/config/public/ClientConfig.ts + 489 + + Navigation bar + + + Caption first naming + + src/common/config/public/ClientConfig.ts + 496 + + Légende du premier nom + + + Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. + + 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. + + + Download Zip + + src/common/config/public/ClientConfig.ts + 504 + + Télécharger Zip + + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + src/common/config/public/ClientConfig.ts + 509 + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + + Directory flattening + + src/common/config/public/ClientConfig.ts + 514 + + Aplatissement de répertoire + + + 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 + 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.) + + + Default slideshow speed + + src/common/config/public/ClientConfig.ts + 524 + + Default slideshow speed + + + Default time interval for displaying a photo in the slide show. + + src/common/config/public/ClientConfig.ts + 529 + + Default time interval for displaying a photo in the slide show. + + + Supported formats with transcoding + + src/common/config/public/ClientConfig.ts + 547 + + Supported formats with transcoding + + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + src/common/config/public/ClientConfig.ts + 552 + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + + Supported formats without transcoding + + src/common/config/public/ClientConfig.ts + 560 + + Supported formats without transcoding + + + 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 + 565 + + Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp + + + Enable photo converting. + + src/common/config/public/ClientConfig.ts + 577 + + Enable photo converting. + + + Load full resolution image on zoom. + + src/common/config/public/ClientConfig.ts + 583 + + Load full resolution image on zoom. + + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + src/common/config/public/ClientConfig.ts + 588 + + Permet de charger l'image en pleine résolution lors du zoom dans la lightbox (aperçu). + + + Photo converting + + src/common/config/public/ClientConfig.ts + 597 + + + src/frontend/app/model/backendtext.service.ts + 39 + + Photo converting + + + Supported photo formats + + src/common/config/public/ClientConfig.ts + 606 + + Supported photo formats + + + 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 + 610 + + Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats. + + + Enable GPX compressing + + src/common/config/public/ClientConfig.ts + 619 + + Enable GPX compressing + + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + src/common/config/public/ClientConfig.ts + 624 + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + + *.gpx files + + src/common/config/public/ClientConfig.ts + 658 + + Fichiers *.gpx + + + Reads *.gpx files and renders them on the map. + + src/common/config/public/ClientConfig.ts + 663 + + Lit les fichiers *.gpx et les affiche sur la carte. + + + Markdown files + + src/common/config/public/ClientConfig.ts + 678 + + Fichiers markdown + + + Reads *.md files in a directory and shows the next to the map. + + src/common/config/public/ClientConfig.ts + 682 + + Lit les fichiers *.md et les affiche sur la carte. + + + *.pg2conf files + + src/common/config/public/ClientConfig.ts + 688 + + Fichiers *.pg2conf + + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + src/common/config/public/ClientConfig.ts + 692 + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + + Supported formats + + src/common/config/public/ClientConfig.ts + 698 + + Supported formats + + + The app will read and process these files. + + src/common/config/public/ClientConfig.ts + 702 + + The app will read and process these files. + + + Enabled + + 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é + + + Override keywords + + src/common/config/public/ClientConfig.ts + 719 + + Outrepasser mots-clés + + + 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 + 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. + + + Face starring right + + src/common/config/public/ClientConfig.ts + 728 + + Permission de mettre une visage en favori + + + Required minimum right to star (favourite) a face. + + src/common/config/public/ClientConfig.ts + 731 + + Permission minimale requise pour mettre un visage en favori. + + + Face listing right + + src/common/config/public/ClientConfig.ts + 736 + + Face listing right + + + Required minimum right to show the faces tab. + + src/common/config/public/ClientConfig.ts + 739 + + Required minimum right to show the faces tab. + + + Page title + + src/common/config/public/ClientConfig.ts + 749 + + Titre de la page + + + 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 + 755 + + If you access the page form local network its good to know the public url for creating sharing link. + + + Page public url + + src/common/config/public/ClientConfig.ts + 757 + + URL publique de la page + + + 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 + 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. + + + Url Base + + src/common/config/public/ClientConfig.ts + 767 + + URL de base + + + Api path + + src/common/config/public/ClientConfig.ts + 779 + + Api path + + + 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 + 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). + + + Custom HTML Head + + src/common/config/public/ClientConfig.ts + 792 + + Custom HTML Head + + + Password protection + + src/common/config/public/ClientConfig.ts + 813 + + Protection par mot de passe + + + Enables user management with login to password protect the gallery. + + src/common/config/public/ClientConfig.ts + 815 + + Enables user management with login to password protect the gallery. + + + Default user right + + src/common/config/public/ClientConfig.ts + 821 + + Default user right + + + Default user right when password protection is disabled. + + src/common/config/public/ClientConfig.ts + 826 + + Default user right when password protection is disabled. + + + Gallery + + src/common/config/public/ClientConfig.ts + 843 + + + src/frontend/app/ui/EnumTranslations.ts + 49 + + + src/frontend/app/ui/frame/frame.component.html + 26 + + Galerie + + + Album + + src/common/config/public/ClientConfig.ts + 857 + + Album + + + Search + + 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 + + + Map + + src/common/config/public/ClientConfig.ts + 876 + + Carte + + + Faces + + 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 + + + Random photo + + src/common/config/public/ClientConfig.ts + 892 + + Random photo + + + This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login. + + src/common/config/public/ClientConfig.ts + 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. + Size to generate src/frontend/app/model/backendtext.service.ts - 15 + 11 Taille à générer @@ -14,7 +1982,7 @@ These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes 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 @@ Indexed only src/frontend/app/model/backendtext.service.ts - 19 + 15 Indexé uniquement @@ -30,7 +1998,7 @@ Only checks indexed files. src/frontend/app/model/backendtext.service.ts - 21 + 17 Vérifie uniquement les fichiers indexés. @@ -38,7 +2006,7 @@ Index changes only src/frontend/app/model/backendtext.service.ts - 23 + 19 Indexer uniquement les modifications @@ -46,75 +2014,67 @@ Only indexes a folder if it got changed. src/frontend/app/model/backendtext.service.ts - 25 + 21 Indexe un dossier uniquement s'il a été modifié. - - Indexing + + Database reset + + src/frontend/app/model/backendtext.service.ts + 35 + + Database reset + + + Thumbnail generation src/frontend/app/model/backendtext.service.ts 37 - Indexation + Thumbnail generation - - Preview Filling - - src/frontend/app/model/backendtext.service.ts - 39 - - Preview Filling - - - Database Reset + + Video converting src/frontend/app/model/backendtext.service.ts 41 - Réinitialisation de la base de données + Video converting - - Thumbnail Generation + + Temp folder cleaning src/frontend/app/model/backendtext.service.ts 43 - Génération des vignettes + Temp folder cleaning - - Photo Converting + + Preview filling src/frontend/app/model/backendtext.service.ts 45 - Conversion des photos + Preview filling - - Video Converting + + Preview reset src/frontend/app/model/backendtext.service.ts 47 - Conversion des vidéos - - - Temp Folder Cleaning - - src/frontend/app/model/backendtext.service.ts - 49 - - Nettoyage des dossiers temporaires + Preview reset Server error src/frontend/app/model/notification.service.ts - 71 + 84 src/frontend/app/model/notification.service.ts - 74 + 87 Erreur serveur @@ -122,7 +2082,7 @@ Server info src/frontend/app/model/notification.service.ts - 77 + 90 Info serveur @@ -130,7 +2090,7 @@ h src/frontend/app/pipes/DurationPipe.ts - 23 + 20 hour h @@ -139,7 +2099,7 @@ m src/frontend/app/pipes/DurationPipe.ts - 26 + 23 minute m @@ -148,67 +2108,191 @@ s src/frontend/app/pipes/DurationPipe.ts - 29 + 26 second s - - ascending rating + + Developer - src/frontend/app/pipes/StringifySortingMethod.ts - 13 - - classement croissant - - - descending rating - - src/frontend/app/pipes/StringifySortingMethod.ts - 15 - - classement décroissant - - - ascending name - - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts 17 - nom croissant + Developer - - descending name + + Admin - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 18 + + Admin + + + User + + src/frontend/app/ui/EnumTranslations.ts 19 - nom décroissant + User - - ascending date + + Guest - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 20 + + Guest + + + LimitedGuest + + src/frontend/app/ui/EnumTranslations.ts 21 - date croissant + LimitedGuest + + + Basic + + src/frontend/app/ui/EnumTranslations.ts + 24 + + De base + + + Advanced + + src/frontend/app/ui/EnumTranslations.ts + 25 + + Avancé + + + Under the hood + + src/frontend/app/ui/EnumTranslations.ts + 26 + + Under the hood + + + Custom + + src/frontend/app/ui/EnumTranslations.ts + 28 + + Custom + + + OpenStreetMap + + src/frontend/app/ui/EnumTranslations.ts + 29 + + OpenStreetMap + + + Mapbox + + src/frontend/app/ui/EnumTranslations.ts + 30 + + Mapbox + + + low + + src/frontend/app/ui/EnumTranslations.ts + 33 + + faible + + + high + + src/frontend/app/ui/EnumTranslations.ts + 34 + + élevé + + + medium + + src/frontend/app/ui/EnumTranslations.ts + 35 + + moyen descending date - src/frontend/app/pipes/StringifySortingMethod.ts - 23 + src/frontend/app/ui/EnumTranslations.ts + 38 date décroissant + + ascending date + + src/frontend/app/ui/EnumTranslations.ts + 39 + + date croissant + + + descending name + + src/frontend/app/ui/EnumTranslations.ts + 40 + + nom décroissant + + + ascending name + + src/frontend/app/ui/EnumTranslations.ts + 41 + + nom croissant + + + descending rating + + src/frontend/app/ui/EnumTranslations.ts + 42 + + classement décroissant + + + ascending rating + + src/frontend/app/ui/EnumTranslations.ts + 43 + + classement croissant + random - src/frontend/app/pipes/StringifySortingMethod.ts - 25 + src/frontend/app/ui/EnumTranslations.ts + 44 aléatoire + + Albums + + src/frontend/app/ui/EnumTranslations.ts + 50 + + + src/frontend/app/ui/frame/frame.component.html + 18 + + Albums + Application version @@ -233,11 +2317,11 @@ Git commit - - Server notifications + + Server notifications src/frontend/app/ui/admin/admin.component.html - 17,18 + 16,17 Notifications du serveur @@ -245,7 +2329,7 @@ To dismiss these notifications, restart the server. src/frontend/app/ui/admin/admin.component.html - 36,37 + 34,35 Pour supprimer ces notifications, redémarrez le serveur. @@ -253,7 +2337,7 @@ App version: src/frontend/app/ui/admin/admin.component.html - 48 + 46 Version de l'app: @@ -261,31 +2345,15 @@ Mode src/frontend/app/ui/admin/admin.component.html - 52 + 50,51 Mode - - Advanced - - src/frontend/app/ui/admin/admin.component.html - 60 - - Avancé - - - Simplified - - src/frontend/app/ui/admin/admin.component.html - 61 - - Simplifié - Menu 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 @@ Up time src/frontend/app/ui/admin/admin.component.html - 148 + 116 Up time @@ -302,7 +2370,7 @@ Album is locked, cannot be deleted from the webpage. 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 @@ Add saved search 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. To .pg2conf src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 5 + 5,6 Vers .pg2conf @@ -338,7 +2406,7 @@ Saved Search to .saved_searches.pg2conf 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 @@ Add this json to a '.saved_searches.pg2conf' file in your gallery: 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 @@ This saved search will be loaded from file during gallery indexing and it will survive a database reset. 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 @@ No duplicates found src/frontend/app/ui/duplicates/duplicates.component.html - 9,10 + 8,10 Aucun doublon trouvé @@ -370,59 +2438,15 @@ No faces to show. src/frontend/app/ui/faces/faces.component.html - 15 + 16 Pas de visage à montrer. - - Gallery - - src/frontend/app/ui/frame/frame.component.html - 18 - - Galerie - - - Albums - - src/frontend/app/ui/frame/frame.component.html - 21 - - - src/frontend/app/ui/settings/albums/albums.settings.component.ts - 23 - - Albums - - - Faces - - 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 - - - Duplicates - - src/frontend/app/ui/frame/frame.component.html - 54 - - Doublons - Settings src/frontend/app/ui/frame/frame.component.html - 62 + 83 Paramètres @@ -430,7 +2454,7 @@ Logout src/frontend/app/ui/frame/frame.component.html - 68 + 89 Déconnexion @@ -454,7 +2478,7 @@ unknown src/frontend/app/ui/gallery/filter/filter.gallery.component.ts - 20 + 23 inconnu @@ -462,7 +2486,7 @@ Keywords src/frontend/app/ui/gallery/filter/filter.service.ts - 33 + 34 Mots-clés @@ -470,7 +2494,7 @@ no face src/frontend/app/ui/gallery/filter/filter.service.ts - 40 + 44 pas de visage @@ -478,7 +2502,7 @@ Faces groups src/frontend/app/ui/gallery/filter/filter.service.ts - 45 + 49 Groupes de visages @@ -486,7 +2510,7 @@ Caption src/frontend/app/ui/gallery/filter/filter.service.ts - 51 + 59 Légende @@ -494,7 +2518,7 @@ Rating src/frontend/app/ui/gallery/filter/filter.service.ts - 56 + 64 Classement @@ -502,7 +2526,7 @@ Camera src/frontend/app/ui/gallery/filter/filter.service.ts - 61 + 69 Appareil @@ -510,7 +2534,7 @@ Lens src/frontend/app/ui/gallery/filter/filter.service.ts - 66 + 74 Lentille @@ -518,7 +2542,7 @@ City src/frontend/app/ui/gallery/filter/filter.service.ts - 71 + 79 Ville @@ -526,7 +2550,7 @@ State src/frontend/app/ui/gallery/filter/filter.service.ts - 76 + 84 État @@ -534,7 +2558,7 @@ Country 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. - - download - - 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 - info key: i src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 15 + 10 touche info : i @@ -586,11 +2598,11 @@ toggle fullscreen, key: f 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 + + Download + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 45 + + Download + + + Slideshow playback speed + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow playback speed + + + Slideshow speed: + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow speed: + + + key: c + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + key: c + + + Show caption + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + Show caption + + + on hover + + 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 + + + always + + 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 + + + key: a + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + key: a + + + Show faces + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + Show faces + + + key: l + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + key: l + + + Play videos + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + Play videos + + + once + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 108 + + once + + + loop + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 109 + + loop + close, key: Escape 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 @@ key: left arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 90 + 179 touche : flèche gauche @@ -626,7 +2750,7 @@ key: right arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 94 + 183 touche : flèche droite @@ -634,7 +2758,7 @@ Zoom out, key: '-' src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 100 + 189 Zoom arrière, touche : '-' @@ -642,7 +2766,7 @@ Zoom in, key: '+' 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 duration 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 @@ bit rate src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html - 57 + 56 débit binaire @@ -682,7 +2802,7 @@ Error during loading the video. src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html - 20 + 21 Erreur lors du chargement de la vidéo. @@ -690,7 +2810,7 @@ Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online: 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 @@ Searching for: src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 12 + 14 À la recherche de: @@ -706,15 +2826,23 @@ items src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 20 + 23,24 articles + + download + + src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html + 32 + + télécharger + Flatten directory src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 39 + 42 Aplatir dossier @@ -722,17 +2850,17 @@ Filters src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 48 + 51 Filtres - - Images + + Home src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts - 38 + 48 - Images + Home Random link @@ -754,11 +2882,11 @@ Copy 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 @@ Url has been copied to clipboard 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 @@ From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 100 + 104 De @@ -798,7 +2926,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 114 + 118 De (date) @@ -806,7 +2934,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 126 + 130 À (date) @@ -814,11 +2942,11 @@ Minimum Rating 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 @@ Maximum Rating 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 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 206 + 210 Portrait @@ -846,7 +2974,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 207 + 211 Paysage @@ -854,39 +2982,27 @@ Insert 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 - + - - Search - - src/frontend/app/ui/gallery/search/search.gallery.component.html - 31 - - - src/frontend/app/ui/settings/search/search.settings.component.ts - 22 - - Recherche - Save search to album src/frontend/app/ui/gallery/search/search.gallery.component.html - 68 + 63,64 Sauvegarder la recherche dans l'album @@ -894,15 +3010,11 @@ Share 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 @@ Sharing: src/frontend/app/ui/gallery/share/share.gallery.component.html - 39 + 39,40 Partage : @@ -918,43 +3030,15 @@ Include subfolders: src/frontend/app/ui/gallery/share/share.gallery.component.html - 52 + 52,53 Inclure les sous-dossiers : - - Password - - 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 - Valid: src/frontend/app/ui/gallery/share/share.gallery.component.html - 93 + 93,94 Valide : @@ -962,7 +3046,7 @@ Minutes src/frontend/app/ui/gallery/share/share.gallery.component.html - 106 + 106,107 Minutes @@ -970,7 +3054,7 @@ Hours src/frontend/app/ui/gallery/share/share.gallery.component.html - 107 + 107,108 Heures @@ -978,7 +3062,7 @@ Days src/frontend/app/ui/gallery/share/share.gallery.component.html - 108 + 108,109 Jours @@ -986,7 +3070,7 @@ Months src/frontend/app/ui/gallery/share/share.gallery.component.html - 109 + 109,110 Mois @@ -994,7 +3078,7 @@ Forever src/frontend/app/ui/gallery/share/share.gallery.component.html - 110 + 110,111 Pour toujours @@ -1002,7 +3086,7 @@ Yes src/frontend/app/ui/gallery/share/share.gallery.component.ts - 51 + 49 Oui @@ -1010,7 +3094,7 @@ No src/frontend/app/ui/gallery/share/share.gallery.component.ts - 52 + 50 Non @@ -1018,11 +3102,11 @@ loading.. 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 @@ Please log in src/frontend/app/ui/login/login.component.html - 10 + 10,11 Veuillez vous connecter @@ -1038,31 +3122,15 @@ Wrong username or password src/frontend/app/ui/login/login.component.html - 13,14 + 13 Mauvais nom d'utilisateur ou mot de passe - - Username - - 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 - Remember me src/frontend/app/ui/login/login.component.html - 58 + 47,48 Se souvenir de moi @@ -1070,1056 +3138,323 @@ Login src/frontend/app/ui/login/login.component.html - 68,69 + 56 Connexion - - settings saved - - src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts - 223 - - paramètres sauvegardés - - - Success - - 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 - - - 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 - 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. - - - Disabled - - 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é - - - Enabled - - 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é - - - readonly - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 149 - - lecture seule - - - default value - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 151 - - valeur par défaut - - - Shows albums tab in the top bar and enables creating saved searches. - - 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. - - - Note: custom albums are not supported, see: - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 27 - - Remarque : les albums personnalisés ne sont pas pris en charge, voir : - - - Save - - 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 - - - Reset - - 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 - - - Page title - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 11 - - Titre de la page - - - Host - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 20 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 35 - - Hôte - - - Server will accept connections from this IPv6 or IPv4 address. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 22 - - Le serveur acceptera les connexions à partir de cette adresse IPv6 ou IPv4. - - - Port - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 31 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 42 - - Port - - - Port number. Port 80 is usually what you need. - - 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. - - - Images folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 42 - - Dossier Images - - - Images are loaded from this folder (read permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 43 - - Les images sont chargées à partir de ce dossier (permission de lecture requise) - - - Temp folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 53 - - Dossier temporaire - - - Thumbnails, converted photos, videos will be stored here (write - permission required) - - 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). - - - Page public url - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 65 - - URL publique de la page - - - 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 - 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 - - - Url Base - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 77 - - URL de base - - - 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 - 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. - - - 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.html - 91,92 - - L'URL publique et la base de l'URL ne correspondent pas. Certaines fonctionnalités pourraient ne pas fonctionner. - - - Basic - - src/frontend/app/ui/settings/basic/basic.settings.component.ts - 26 - - De base - - - Restart the server to apply the new settings - - 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 - - - Type - - src/frontend/app/ui/settings/database/database.settings.component.html - 10 - - Type - - - Install manually mysql node module to use mysql (npm install mysql) - - 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) - - - Database folder - - src/frontend/app/ui/settings/database/database.settings.component.html - 22 - - Dossier de la base de données - - - 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 - 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). - - - Database - - 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 - - - (recommended) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 36 - - (recommandé) - - - (deprecated, will be removed) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 38 - - (obsolète, sera supprimé) - - - Override keywords - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 31 - - Outrepasser mots-clés - - - 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 - 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. - - - Face starring right - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 38 - - Permission de mettre une visage en favori - - - Required minimum right to star (favourite) a face. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 40 - - Permission minimale requise pour mettre un visage en favori. - - - Faces are not supported with these settings. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 47,48 - - Les visages ne sont pas pris en charge avec ces paramètres. - - - Index cache timeout [ms] - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 12 - - Délai d'attente du cache d'index [ms] - - - 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 - 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) - - - Folder reindexing sensitivity - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 21 - - Sensibilité de réindexation des dossiers - - - Set the reindexing sensitivity. High value check the folders for change more often. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 23 - - Set the reindexing sensitivity. High value check the folders for change more often. - - - Exclude Folder List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 29 - - Liste des dossiers à exclure - - - Folders to exclude from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 34 - - Dossiers à exclure de l'indexation - - - ';' 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 - 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. - - - Exclude File List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 45 - - List des fichiers à exclure de l'indexation - - - Files that mark a folder to be excluded from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 50 - - Fichiers à exclure de l'indexation' - - - ';' 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 - 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. - - - If you add a new folder to your gallery, the site indexes it automatically. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 75 - - Si vous ajoutez un nouveau dossier à votre galerie, le site l'indexe automatiquement. - - - If you would like to trigger indexing manually, click index button. - - 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. - - - Note: search only works among the indexed directories - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 79 - - Remarque: la recherche ne fonctionne que parmi les répertoires indexés - Statistic: - 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 : Folders - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 109 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 6 Dossiers Photos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 113 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 10 Photos Videos - 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 Persons - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 122 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 19 Personnes Size - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 126 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 23 Taille - - Folder indexing + + Job finished - 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 - - 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 - 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. - - medium + + Disabled - 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é - - high + + Tile Url* - 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* - - Folder indexing started + + + Add Layer - 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 - - Folder indexing interrupted + + + Add Link - 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 - - Resetting database + + + Add - 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 + + + ';' separated list. + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 301 + + ';' separated list. + + + See + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 304 + + See + + + Reset database after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 308 + + Reset database after changing this settings! + + + Restart server after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 312 + + Restart server after changing this settings! + + + readonly + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 229 + + lecture seule + + + default value + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 231 + + valeur par défaut + + + config is not supported with these settings. + + src/frontend/app/ui/settings/template/template.component.html + 33,34 + + config is not supported with these settings. + + + Save + + src/frontend/app/ui/settings/template/template.component.html + 45 + + Enregistrer + + + Reset + + src/frontend/app/ui/settings/template/template.component.html + 49 + + Réinitialiser + + + settings saved + + src/frontend/app/ui/settings/template/template.component.ts + 281,280 + + paramètres sauvegardés + + + Success + + src/frontend/app/ui/settings/template/template.component.ts + 282,280 + + Succès + + + User list + + src/frontend/app/ui/settings/users/users.component.html + 4,5 + + User list + + + + Add user + + src/frontend/app/ui/settings/users/users.component.html + 46,47 + + + Ajouter un utilisateur + + + Add new User + + src/frontend/app/ui/settings/users/users.component.html + 56,57 + + Ajouter un nouvel utilisateur + + + Close + + src/frontend/app/ui/settings/users/users.component.html + 72,73 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 248,249 + + Fermer + + + Add User + + src/frontend/app/ui/settings/users/users.component.html + 76 + + Ajouter un utilisateur + + + User creation error! + + src/frontend/app/ui/settings/users/users.component.ts + 82,80 + + Erreur de création de l'utilisateur! Trigger job run manually - 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 Run now - 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 Cancel - 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 Job started - 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 Stopping job - 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 - - every - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 20 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 116 - - chaque - - - never - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 25 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 68 - - jamais - - - after - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 27 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 67 - - après - - - Job: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 50 - - Tâche : - - - Periodicity: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 64 - - Périodicité : - - - Set the time to run the job. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 74,75 - - Définir l'heure d'exécution de la tâche. - - - After: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 80 - - Après: - - - The job will run after that job finishes. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 91,92 - - Cette tâche s'exécutera après la tâche courante. - - - At: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 98 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 108 - - À : - - - Allow parallel run - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 127 - - Autoriser exécution parallèle - - - Enables the job to start even if another job is already running. - - 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. - - - ';' separated integers. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 198,199 - - Nombre entiers séparés par ';' - - - + Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 226,227 - - + Ajouter tâche - - - Add new job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 241 - - Ajouter nouvelle tâche - - - Select a job to schedule. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 255,256 - - Sélectionner une tâche à planifier. - - - Close - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 260 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 87 - - Fermer - - - Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 263,264 - - Ajouter tâche - - - Jobs - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 57 - - Tâches - - - periodic - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 69 - - périodique - - - scheduled - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 70 - - planifiée - - - Monday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 73 - - lundi - - - Tuesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 74 - - mardi - - - Wednesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 75 - - mercredi - - - Thursday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 76 - - jeudi - - - Friday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 77 - - vendredi - - - Saturday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 78 - - samedi - - - Sunday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 79 - - dimanche - - - day - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 80 - - jour - Last run: - 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 : Run between - 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 @@ Status - 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 @@ Cancelling... - 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... time elapsed - 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é Processed - 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é Skipped - 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é Left - 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é All - 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 Logs - 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 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 + 38 traité skipped - 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é all - 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 running - 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 cancelling - 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 canceled - 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 interrupted - 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 finished - 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 - - Use image markers + + every - 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 - - - Map will use thumbnail images as markers instead of the default pin. - 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. - - - Map provider - - src/frontend/app/ui/settings/map/map.settings.component.html - 40 - - Fournisseur de carte - - - Name - - src/frontend/app/ui/settings/map/map.settings.component.html - 52 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 27 - - Nom - - - Tile Url* - - src/frontend/app/ui/settings/map/map.settings.component.html - 53 - - URL de tuile* - - - *The map module will use these urls to fetch the map tiles. - - 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. - - - + Add Layer - - src/frontend/app/ui/settings/map/map.settings.component.html - 83,84 - - + Ajouter couche - - - Mapbox access token - - src/frontend/app/ui/settings/map/map.settings.component.html - 90 - - Jeton d'accès Mapbox - - - MapBox needs an access token to work, create one at - - 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 à - - - Map - - src/frontend/app/ui/settings/map/map.settings.component.ts - 27 - - Carte - - - *.gpx files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 11 - - Fichiers *.gpx - - - Reads *.gpx files and renders them on the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 12 - - Lit les fichiers *.gpx et les affiche sur la carte. - - - Markdown files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 19 - - Fichiers markdown - - - Reads *.md files in a directory and shows the next to the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 20 - - Lit les fichiers *.md et les affiche sur la carte. - - - *.pg2conf files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 26 - - Fichiers *.pg2conf - - - Reads *.pg2conf files (You can use it for custom sorting and save search (albums)). - - 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)). - - - Meta file - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts - 23 - - Fichier meta - - - Error: - - src/frontend/app/ui/settings/other/other.settings.component.html - 7 - - Erreur : - - - Threads: - - src/frontend/app/ui/settings/other/other.settings.component.html - 10 - - Fils : - - - Threading - - src/frontend/app/ui/settings/other/other.settings.component.html - 14 - - Utilisation de fils - - - Runs directory scanning in a different thread. - - src/frontend/app/ui/settings/other/other.settings.component.html - 15 - - Runs directory scanning in a different thread. - - - Thumbnail threads - - src/frontend/app/ui/settings/other/other.settings.component.html - 22 - - Fils de vignettes - - - 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 - 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é. - - - Misc: - - src/frontend/app/ui/settings/other/other.settings.component.html - 33 - - Divers : - - - Scroll based thumbnail generation - - src/frontend/app/ui/settings/other/other.settings.component.html - 36 - - Génération de vignettes basées sur le défilement - - - Those thumbnails get higher priority that are visible on the screen. - - src/frontend/app/ui/settings/other/other.settings.component.html - 37 - - Les vignettes visibles à l'écran ont une priorité plus élevée. - - - Lazy image rendering - - src/frontend/app/ui/settings/other/other.settings.component.html - 43 - - Rendu d'image paresseux - - - 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 - 44 - - N'affiche que le nombre requis de photos à la fois. En affiche davantage si le bas de la page est atteint. - - - Cache - - src/frontend/app/ui/settings/other/other.settings.component.html - 50 - - Cache - - - Caches directory contents and search results for better performance. - - 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. - - - Caption first naming - - src/frontend/app/ui/settings/other/other.settings.component.html - 57 - - Légende du premier nom - - - Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. - - 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. - - - Download Zip - - src/frontend/app/ui/settings/other/other.settings.component.html - 64 - - Télécharger Zip - - - [Experimental: does not work for searches] Enable download zip of a directory contents - - 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. - - - Directory flattening - - src/frontend/app/ui/settings/other/other.settings.component.html - 71 - - Aplatissement de répertoire - - - [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 - 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. - - - Navigation bar: - - src/frontend/app/ui/settings/other/other.settings.component.html - 82 - - Barre de navigation : - - - Show item count - - src/frontend/app/ui/settings/other/other.settings.component.html - 85 - - Afficher le nombre d'articles - - - Show the number of items (photos) in the folder. - - src/frontend/app/ui/settings/other/other.settings.component.html - 86 - - Afficher le nombre d'articles (photo) dans le dossier. - - - Default photo sorting method - - src/frontend/app/ui/settings/other/other.settings.component.html - 100 - - Méthode de tri des photos par défaut - - - Sort directories by date - - src/frontend/app/ui/settings/other/other.settings.component.html - 109 - - Trier les répertoires par date - - - 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 - 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. - - - Custom HTML Head - - src/frontend/app/ui/settings/other/other.settings.component.html - 118 - - Custom HTML Head - - - Other - - src/frontend/app/ui/settings/other/other.settings.component.ts - 32 - - Autre - - - Photo converting: - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 9 - - Conversion de photos: - - - Converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 12 - - Conversion - - - Downsizes photos for faster preview loading. (Zooming in to the photo loads the original). - - 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). - - - On the fly converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 19 - - Conversion à la volée - - - Converts photos on the fly, when they are requested. - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 20 - - Convertit les photos à la volée, lorsqu'elles sont demandées. - - - Resolution - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 28 - - - src/frontend/app/ui/settings/video/video.settings.component.html - 66 - - Résolution - - - 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 - 29 - - Le bord le plus court de la photo convertie sera réduit à cette échelle, tout en conservant le rapport d'aspect. - - - Load full resolution image on zoom - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 38 - - Charger l'image en pleine résolution lors du zoom - - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - 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). - - - Photo - - src/frontend/app/ui/settings/photo/photo.settings.component.ts - 36 - - Photo - - - Preview Filter query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 10 - - Preview Filter query - - - Filters the sub-folders with this search query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 11 - - Filtre les sous-dossiers avec cette requête. - - - Preview Sorting - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 20 - - Preview Sorting - - - If multiple preview is available sorts them by these methods and selects the first one. - - 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. - - - Preview - - src/frontend/app/ui/settings/preview/preview.settings.component.ts - 31 - - Aperçu - - - 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 - 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. - - - Note: With the current implementation, random link also requires login. See: - - 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: - - - Random Photo is not supported with these settings - - 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 - - - Random Photo - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts - 22 - - Photo aléatoire - - - Job finished - - src/frontend/app/ui/settings/scheduled-jobs.service.ts - 80 - - Tâche terminée - - - Autocomplete - - src/frontend/app/ui/settings/search/search.settings.component.html - 32 - - Auto-complétion - - - Show hints while typing search query. - - src/frontend/app/ui/settings/search/search.settings.component.html - 33 - - Afficher des conseils pendant la saisie de la requête de recherche. - - - Maximum media result - - src/frontend/app/ui/settings/search/search.settings.component.html - 40 - - Résultats média maximum - - - Maximum number of photos and videos that listed in one search result - - 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 - - - List directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 49 - - Lister les répertoires - - - Search will also return with directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 50 - - La recherche retournera aussi les répertoires - - - List metafiles - - src/frontend/app/ui/settings/search/search.settings.component.html - 57 - - Lister les métafichiers - - - 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 - 58 - - La recherche renvoie également les métafichiers des répertoires qui contiennent un fichier média du résultat de recherche correspondant. - - - Search is not supported with these settings - - src/frontend/app/ui/settings/search/search.settings.component.html - 68,69 - - La recherche n'est pas supportée avec ces paramètres - - - Password protected - - src/frontend/app/ui/settings/share/share.settings.component.html - 29 - - Protégé par mot de passe - - - Enables password protected sharing links. - - 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. - - - Sharing is not supported with these settings - - src/frontend/app/ui/settings/share/share.settings.component.html - 40,41 - - Le partage n'est pas supporté avec ces paramètres - - - Shared links: - - src/frontend/app/ui/settings/share/share.settings.component.html - 57 - - Liens partagés: - - - Key - - src/frontend/app/ui/settings/share/share.settings.component.html - 63 - - Clé - - - Folder - - src/frontend/app/ui/settings/share/share.settings.component.html - 64 - - Dossier - - - Creator - - src/frontend/app/ui/settings/share/share.settings.component.html - 65 - - Créateur - - - Expires - - src/frontend/app/ui/settings/share/share.settings.component.html - 66 - - Expire - - - No sharing was created. - - src/frontend/app/ui/settings/share/share.settings.component.html - 86,87 - - Aucun partage créé. - - - Thumbnail Quality - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 11 - - Qualité des vignettes - - - High quality may be slow. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 12 - - Une qualité élevée peut ralentir l'application. - - - Icon size - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 20 - - Taille des icônes - - - Icon size (used on maps). - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 21 - - Taille des icônes (sur la carte) - - - Thumbnail sizes - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 30 - - Taille des vignettes - - - Size of the thumbnails. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 37 - - Taille des vignettes. - - - 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 - 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). - - - ';' 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.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. - - - Thumbnail - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts - 31 - - Vignette - - - Role - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 28 - - Rôle - - - + Add user - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 55,56 - - + Ajouter un utilisateur - - - To protect the site with password / have login enable this. - - 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. - - - Add new User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 70 - - Ajouter un nouvel utilisateur - - - Add User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 90,91 - - Ajouter un utilisateur - - - Password protection - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 45 - - Protection par mot de passe - - - Low - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 48 - - Faible - - - High - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 49 - - Elevé - - - Password protection enabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 86 - - Protection par mot de passe activée - - - Server restart is recommended. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 87 - - Le redémarrage du serveur est recommandé. - - - Password protection disabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 90 - - Protection par mot de passe désactivée - - - User creation error! - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 113 - - Erreur de création de l'utilisateur! - - - 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 - 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. - - - Video transcoding: - - src/frontend/app/ui/settings/video/video.settings.component.html - 33 - - Transcodage vidéo : - - - 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 - 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. - - - The transcoded videos will be save to the thumbnail folder. - - src/frontend/app/ui/settings/video/video.settings.component.html - 39 - - Les vidéos transcodées seront enregistrées dans le dossier des vignettes. - - - 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 - 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. - - - Format - - src/frontend/app/ui/settings/video/video.settings.component.html - 47 - - Format - - - Codec - - src/frontend/app/ui/settings/video/video.settings.component.html - 57 - - Codec - - - 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 - 67 - - La hauteur de la vidéo de sortie sera réduite à cette valeur, tout en conservant le rapport hauteur/largeur. - - - FPS - - src/frontend/app/ui/settings/video/video.settings.component.html - 77 - - IPS - - - 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 - 78 - - Le nombre d'images par seconde (IPS) de la vidéo de sortie sera réduit à cette valeur. - - - Bit rate - - src/frontend/app/ui/settings/video/video.settings.component.html - 90 - - Débit - - - 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 - 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. - - - CRF - - src/frontend/app/ui/settings/video/video.settings.component.html + src/frontend/app/ui/settings/workflow/workflow.component.html 112 - CRF + chaque - - 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. + + never - 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 - - Preset + + after - 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 - - 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 - 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 : - - Custom Options + + Periodicity: - 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é : - - ; 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.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. - - Video + + After: - 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: + + + The job will run after that job finishes. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 85,86 + + Cette tâche s'exécutera après la tâche courante. + + + At: + + src/frontend/app/ui/settings/workflow/workflow.component.html + 92,93 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 102,103 + + À : + + + Allow parallel run + + src/frontend/app/ui/settings/workflow/workflow.component.html + 123,124 + + Autoriser exécution parallèle + + + Enables the job to start even if another job is already running. + + 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. + + + ';' separated integers. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 198,199 + + Nombre entiers séparés par ';' + + + + Add Job + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 218,221 + + + Ajouter tâche + + + Add new job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 228,229 + + Ajouter nouvelle tâche + + + Select a job to schedule. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 243,244 + + Sélectionner une tâche à planifier. + + + Add Job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 252 + + Ajouter tâche + + + periodic + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 82 + + périodique + + + scheduled + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 83 + + planifiée + + + Monday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 86,85 + + lundi + + + Tuesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 87,85 + + mardi + + + Wednesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 88,85 + + mercredi + + + Thursday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 89,85 + + jeudi + + + Friday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 90,85 + + vendredi + + + Saturday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 91,85 + + samedi + + + Sunday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 92,85 + + dimanche + + + day + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 93,85 + + jour Wrong password src/frontend/app/ui/sharelogin/share-login.component.html - 11 + 11,13 Mauvais mot de passe - - Enter + + Enter 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 @@ + + Host + + src/common/config/private/PrivateConfig.ts + 100 + + + src/common/config/private/PrivateConfig.ts + 973 + + Host + + + Port + + src/common/config/private/PrivateConfig.ts + 110 + + + src/common/config/private/PrivateConfig.ts + 961 + + Port + + + Database + + src/common/config/private/PrivateConfig.ts + 120 + + + src/common/config/private/PrivateConfig.ts + 1029 + + Adatbázis + + + Username + + 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 + + + Password + + 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ó + + + Sqlite db filename + + src/common/config/private/PrivateConfig.ts + 153 + + Sqlite db fájlnév + + + Sqlite will save the db with this filename. + + src/common/config/private/PrivateConfig.ts + 157 + + Sqlite ezen a néven menti majd el az adatbázist. + + + Name + + 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 + + + Role + + src/common/config/private/PrivateConfig.ts + 177 + + + src/frontend/app/ui/settings/users/users.component.html + 17,18 + + Szerep + + + Unencrypted, temporary password. App will encrypt it and delete this. + + src/common/config/private/PrivateConfig.ts + 190 + + Nem titkosított, átmeneti jelszó. Az app titkosítja majd és kitörli ezt a mezőt. + + + Encrypted password + + src/common/config/private/PrivateConfig.ts + 196 + + Titkosított jelszó + + + Type + + src/common/config/private/PrivateConfig.ts + 231 + + + src/common/config/public/ClientConfig.ts + 362 + + Típus + + + SQLite is recommended. + + src/common/config/private/PrivateConfig.ts + 236 + + SQLite az ajánlott adatbázis. + + + Database folder + + src/common/config/private/PrivateConfig.ts + 243 + + Adatbázis mappa + + + All file-based data will be stored here (sqlite database, job history data). + + src/common/config/private/PrivateConfig.ts + 247 + + Minden fájl alapú adat ide lesz mentve (sqlite adatbázis, feladatok naplófájlai). + + + SQLite + + src/common/config/private/PrivateConfig.ts + 254 + + SQLite + + + MySQL + + src/common/config/private/PrivateConfig.ts + 264 + + MySQL + + + Enforced users + + src/common/config/private/PrivateConfig.ts + 281 + + + src/common/config/private/PrivateConfig.ts + 298 + + Erőltett felhasználó + + + 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 + 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. + + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + 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'. + + + Converted photo and thumbnail quality + + src/common/config/private/PrivateConfig.ts + 308 + + Átméretezett fotó és thumbnail minőség + + + Between 0-100. + + src/common/config/private/PrivateConfig.ts + 311 + + 0-100 közötti érték. + + + Person face margin + + src/common/config/private/PrivateConfig.ts + 318 + + Személyek arcainak margója + + + Person face size ratio on the face thumbnail. + + src/common/config/private/PrivateConfig.ts + 321 + + Személyek aracainak a mérete a arcok thumbnailjein. + + + OnTheFly *.gpx compression + + src/common/config/private/PrivateConfig.ts + 331 + + Menet közbeni *.gpx tömörítés + + + Enables on the fly *.gpx compression. + + src/common/config/private/PrivateConfig.ts + 335 + + Engedélyezi a menet közbeni *.gpx tömörítést. + + + Min distance + + src/common/config/private/PrivateConfig.ts + 342 + + Minimális távolság + + + Filters out entry that are closer than this in meters. + + src/common/config/private/PrivateConfig.ts + 347 + + Kiszűri azokat a pontpárokat amelyek ennél közelebb vannak egymáshoz. + + + Min time delta + + src/common/config/private/PrivateConfig.ts + 354 + + Minimális időkülönbség + + + Filters out entry that are closer than this in time in milliseconds. + + src/common/config/private/PrivateConfig.ts + 359 + + Kiszűri azokat a pontpárokat amelyek ennél közelebb vannak egymáshoz időben. + + + GPX compression + + 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 + + + Update timeout + + src/common/config/private/PrivateConfig.ts + 387 + + Frissítési időtúllépés + + + After creating a sharing link, it can be updated for this long. + + 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. + + + Index cache timeout + + src/common/config/private/PrivateConfig.ts + 402 + + Index gyorsítótár időtúllépése + + + 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 + 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). + + + Folder reindexing sensitivity + + src/common/config/private/PrivateConfig.ts + 413 + + Mappa indexelés érzékenysége + + + Set the reindexing sensitivity. High value check the folders for change more often. + + 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. + + + Exclude Folder List + + src/common/config/private/PrivateConfig.ts + 423 + + Kihagyható mappák + + + 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 + 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. + + + Exclude File List + + src/common/config/private/PrivateConfig.ts + 436 + + Mappa kihagyó fájlok + + + .ignore;.pg2ignore + + src/common/config/private/PrivateConfig.ts + 440 + + .ignore;.pg2ignore + + + 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 + 442 + + Fájlok amik a mappa kihagyást jelölik. + + + Threading + + src/common/config/private/PrivateConfig.ts + 452 + + + src/common/config/private/PrivateConfig.ts + 984 + + Többszálas működés + + + Runs directory scanning and thumbnail generation in a different thread. + + src/common/config/private/PrivateConfig.ts + 456 + + Mappa beolvasást és thumnail generálást külön szállon futtatja. + + + Thumbnail threads + + src/common/config/private/PrivateConfig.ts + 462 + + Thumbnail szálak + + + 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 + 466 + + Ennyi szálon fut a thubmnail generálás. Ha 0, CPU magok -1 száll lesz használva. + + + Max duplicates + + src/common/config/private/PrivateConfig.ts + 477 + + Maximális duplikátumok + + + Maximum number of duplicates to list. + + src/common/config/private/PrivateConfig.ts + 480 + + Maximum ennyi duplikátumot listáz. + + + Level + + src/common/config/private/PrivateConfig.ts + 490 + + Szint + + + Logging level. + + src/common/config/private/PrivateConfig.ts + 493 + + Naplózási szint. + + + Sql Level + + src/common/config/private/PrivateConfig.ts + 499 + + Sql szint + + + Logging level for SQL queries. + + src/common/config/private/PrivateConfig.ts + 502 + + Naplózási szint SQL kérésekhez. + + + Server timing + + src/common/config/private/PrivateConfig.ts + 507 + + Server timing + + + If enabled, the app ads "Server-Timing" http header to the response. + + src/common/config/private/PrivateConfig.ts + 510 + + Ha engedélyezett, az app "Server-Timing" http header-t csatol a válaszhokhoz. + + + Max saved progress + + src/common/config/private/PrivateConfig.ts + 610 + + Maximum mentett állapot + + + Job history size. + + src/common/config/private/PrivateConfig.ts + 613 + + Feladatok naplózási mérete. + + + Processing batch size + + src/common/config/private/PrivateConfig.ts + 620 + + Feldolgozási méret + + + Jobs load this many photos or videos form the DB for processing at once. + + 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. + + + Scheduled jobs + + src/common/config/private/PrivateConfig.ts + 629 + + Ütemezett feladatok + + + Bit rate + + src/common/config/private/PrivateConfig.ts + 685 + + Bit ráta + + + 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 + 689 + + A konvertált videó bit rátája ennyi lesz. (Felfelé nem lesz skálázva). + + + Resolution + + src/common/config/private/PrivateConfig.ts + 696 + + + src/common/config/private/PrivateConfig.ts + 808 + + Felbontás + + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 701 + + A konvertált videó magassága ennyi lesz. (Felfelé nem lesz skálázva). + + + FPS + + src/common/config/private/PrivateConfig.ts + 708 + + FPS + + + Target frame per second (fps) of the output video will be scaled down this this. + + src/common/config/private/PrivateConfig.ts + 712 + + A konvertált videó FPS-e ennyi lesz. (Felfelé nem lesz skálázva). + + + Format + + src/common/config/private/PrivateConfig.ts + 718 + + Formátum + + + MP4 codec + + src/common/config/private/PrivateConfig.ts + 727 + + MP4 kodek + + + Webm Codec + + src/common/config/private/PrivateConfig.ts + 737 + + Webm kodek + + + CRF + + src/common/config/private/PrivateConfig.ts + 748 + + CRF + + + 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 + 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. + + + Preset + + src/common/config/private/PrivateConfig.ts + 759 + + Preset + + + 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 + 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. + + + Custom Options + + src/common/config/private/PrivateConfig.ts + 769 + + Egyéb beállítások + + + It will be sent to ffmpeg as it is, as custom options. + + src/common/config/private/PrivateConfig.ts + 774 + + Ezek a beállítások egy az egyben át lesznek adva az ffmpeg-nek. + + + Video transcoding + + src/common/config/private/PrivateConfig.ts + 783 + + Video transcoding + + + 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 + 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. + + + On the fly converting + + src/common/config/private/PrivateConfig.ts + 796 + + Menet közbeni konvetálás + + + Converts photos on the fly, when they are requested. + + src/common/config/private/PrivateConfig.ts + 802 + + Photókat menet közvben konvertálja, amikor kérésre megy rájuk. + + + The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 815 + + A konvertált fotó rövidebb oldala lesz ekkora. + + + Photo resizing + + src/common/config/private/PrivateConfig.ts + 824 + + Fotó átméretezés + + + Preview Filter query + + src/common/config/private/PrivateConfig.ts + 836 + + Előnézet szűrő + + + 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 + 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. + + + Preview Sorting + + src/common/config/private/PrivateConfig.ts + 850 + + Előnézet rendezés + + + If multiple preview is available sorts them by these methods and selects the first one. + + 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. + + + Images folder + + src/common/config/private/PrivateConfig.ts + 866 + + Képek mappa + + + Images are loaded from this folder (read permission required) + + 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) + + + Temp folder + + src/common/config/private/PrivateConfig.ts + 877 + + Temp mappa + + + Thumbnails, converted photos, videos will be stored here (write permission required) + + src/common/config/private/PrivateConfig.ts + 882 + + Thumbnails, konvertált fotók, videók lesznek itt tárolva (írási jog szükséges) + + + Metadata read buffer + + src/common/config/private/PrivateConfig.ts + 889 + + Metadata olvasási buffer + + + 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 + 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. + + + Video + + src/common/config/private/PrivateConfig.ts + 901 + + + src/common/config/public/ClientConfig.ts + 640 + + Videó + + + 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 + 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. + + + Photo + + src/common/config/private/PrivateConfig.ts + 915 + + + src/common/config/public/ClientConfig.ts + 647 + + Fotó + + + Thumbnail + + src/common/config/private/PrivateConfig.ts + 928 + + + src/common/config/public/ClientConfig.ts + 633 + + Thumbnail + + + Session Timeout + + src/common/config/private/PrivateConfig.ts + 951 + + Session időtúllépés + + + Users kept logged in for this long time. + + src/common/config/private/PrivateConfig.ts + 955 + + Felhsználók ennyi ideig maradnak bejelentkezve. + + + Port number. Port 80 is usually what you need. + + src/common/config/private/PrivateConfig.ts + 966 + + Portszám. A 80-as port általában az, amire szükséged van. + + + Server will accept connections from this IPv6 or IPv4 address. + + 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. + + + Logs + + src/common/config/private/PrivateConfig.ts + 992 + + Napló + + + Server + + src/common/config/private/PrivateConfig.ts + 1021 + + Szerver + + + Users + + src/common/config/private/PrivateConfig.ts + 1037 + + Users + + + Indexing + + src/common/config/private/PrivateConfig.ts + 1045 + + + src/frontend/app/model/backendtext.service.ts + 33 + + Indexelés + + + 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 + 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.) + + + Media + + src/common/config/private/PrivateConfig.ts + 1061 + + Media + + + Meta file + + src/common/config/private/PrivateConfig.ts + 1069 + + Meta fájl + + + Preview + + src/common/config/private/PrivateConfig.ts + 1077 + + Mappa előnézet + + + Sharing + + src/common/config/private/PrivateConfig.ts + 1092 + + Sharing + + + Duplicates + + src/common/config/private/PrivateConfig.ts + 1100 + + + src/frontend/app/ui/frame/frame.component.html + 75 + + Duplikátumok + + + Jobs + + src/common/config/private/PrivateConfig.ts + 1108 + + Feladatok + + + Enable Autocomplete + + src/common/config/public/ClientConfig.ts + 60 + + Autocomplete engedélyezése + + + Show hints while typing search query. + + src/common/config/public/ClientConfig.ts + 63 + + Keresés gépelése közben javaslatokat mutat. + + + Max items per category + + src/common/config/public/ClientConfig.ts + 70 + + Max elemszám kategóriánként + + + Maximum number autocomplete items shown per category. + + src/common/config/public/ClientConfig.ts + 73 + + Maximum ennyi autocomplete elemet jelenít meg kategóriánként. + + + Maximum items + + src/common/config/public/ClientConfig.ts + 80 + + Max elemszám + + + Maximum number autocomplete items shown at once. + + src/common/config/public/ClientConfig.ts + 83 + + Maximum ennyi autocomplete elemet jelenít meg összesen. + + + Cache timeout + + src/common/config/public/ClientConfig.ts + 90 + + + src/common/config/public/ClientConfig.ts + 114 + + Cache időtúllépés + + + Autocomplete cache timeout. + + src/common/config/public/ClientConfig.ts + 94 + + Autocomplete cache időtúllépés. + + + Enable + + 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 + + + Enables searching. + + src/common/config/public/ClientConfig.ts + 107 + + Engedélyezi a keresést. + + + Search cache timeout. + + src/common/config/public/ClientConfig.ts + 118 + + Keresési gyorsítótár időtúllépése. + + + Autocomplete + + src/common/config/public/ClientConfig.ts + 124 + + Autocomplete + + + Maximum media result + + src/common/config/public/ClientConfig.ts + 133 + + Maximum keresési eredmény + + + Maximum number of photos and videos that are listed in one search result. + + 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. + + + Maximum directory result + + src/common/config/public/ClientConfig.ts + 142 + + Maximum mappa eredmény + + + Maximum number of directories that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 145 + + Maximum ennyi mappát fog listázni az alkalmazás egy keresési eredményben. + + + List directories + + src/common/config/public/ClientConfig.ts + 151 + + Mappák listázása + + + Search returns also with directories, not just media. + + src/common/config/public/ClientConfig.ts + 154 + + Keresés mappákat is listáz, nem csak médiát. + + + List metafiles + + src/common/config/public/ClientConfig.ts + 160 + + Metafájlok listázása + + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + 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. + + + Enables sharing. + + src/common/config/public/ClientConfig.ts + 188 + + Megosztás engedélyezése. + + + Password protected + + src/common/config/public/ClientConfig.ts + 194 + + Jelszóval védett + + + Enables password protected sharing links. + + src/common/config/public/ClientConfig.ts + 197 + + Jelszóval védett megésztási linkek engedélyezése. + + + Enables random link generation. + + src/common/config/public/ClientConfig.ts + 210 + + Engedélyezi a véletlen link készítését. + + + Name of a map layer. + + src/common/config/public/ClientConfig.ts + 222 + + A térkép réteg neve. + + + Url of a map layer. + + src/common/config/public/ClientConfig.ts + 231 + + A térkép réteg url-je. + + + Image Markers + + src/common/config/public/ClientConfig.ts + 252 + + Kép markerek + + + Map will use thumbnail images as markers instead of the default pin. + + src/common/config/public/ClientConfig.ts + 255 + + A térkép ikonokat fog használni az alap jelölő pin helyett. + + + Map Provider + + src/common/config/public/ClientConfig.ts + 261 + + Térkép szolgáltató + + + Mapbox access token + + src/common/config/public/ClientConfig.ts + 269 + + Mapbox access token + + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + src/common/config/public/ClientConfig.ts + 273 + + A MapBox-hoz access token szükséges, amit itt lehet létrehozni: https://www.mapbox.com. + + + The map module will use these urls to fetch the map tiles. + + 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. + + + Custom Layers + + src/common/config/public/ClientConfig.ts + 281 + + Egyedi rétegek + + + Max Preview Markers + + src/common/config/public/ClientConfig.ts + 291 + + Max előnézeti markerek + + + Maximum number of markers to be shown on the map preview on the gallery page. + + src/common/config/public/ClientConfig.ts + 294 + + Maximum ennyi markert jelenít meg a előnézeti térképen a galléria oldalon. + + + Map Icon size + + src/common/config/public/ClientConfig.ts + 304 + + Térkép ikon mérete + + + Icon size (used on maps). + + src/common/config/public/ClientConfig.ts + 308 + + Képek ikonmérete (amik a térképen jelennek meg). + + + Person thumbnail size + + src/common/config/public/ClientConfig.ts + 313 + + Személyek thumbnail mérete + + + Person (face) thumbnail size. + + src/common/config/public/ClientConfig.ts + 317 + + Személyek (arcok) thumbnail-jainak mérete. + + + Thumbnail sizes + + src/common/config/public/ClientConfig.ts + 322 + + Thumbnail méretek + + + 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 + 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. + + + SearchQuery + + src/common/config/public/ClientConfig.ts + 378 + + Keresés + + + Url + + src/common/config/public/ClientConfig.ts + 388 + + + src/frontend/app/ui/EnumTranslations.ts + 47 + + Url + + + Show item count + + src/common/config/public/ClientConfig.ts + 410 + + Az elemek számának megjelenítése + + + Shows the number photos and videos on the navigation bar. + + src/common/config/public/ClientConfig.ts + 413 + + Megmutatja a képek és videók számát a navigációs sávban. + + + Links + + src/common/config/public/ClientConfig.ts + 419 + + Linkek + + + Visible links in the top menu. + + src/common/config/public/ClientConfig.ts + 424 + + A látható linkek a felső menüben. + + + Cache + + src/common/config/public/ClientConfig.ts + 437 + + Gyorsítótár + + + Caches directory contents and search results for better performance. + + 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. + + + Scroll based thumbnail generation + + src/common/config/public/ClientConfig.ts + 445 + + Görgetés alapú thumbnail generálás + + + Those thumbnails get higher priority that are visible on the screen. + + src/common/config/public/ClientConfig.ts + 448 + + Azok a thumbnailok magasabb prioritást kapnak, amelyek láthatóak a képernyőn. + + + Default sorting + + src/common/config/public/ClientConfig.ts + 454 + + Alapértelmezett rendezés + + + Default sorting method for photo and video in a directory results. + + src/common/config/public/ClientConfig.ts + 457 + + A képek és videók alapértelmezett rendezési módszere egy mappában. + + + Default search sorting + + src/common/config/public/ClientConfig.ts + 463 + + Alapértelmezett keresési rendezés + + + Default sorting method for photo and video in a search results. + + src/common/config/public/ClientConfig.ts + 466 + + A képek és videók alapértelmezett rendezési módszere egy kersési eredményben. + + + Sort directories by date + + src/common/config/public/ClientConfig.ts + 472 + + Mappák dátum szerinti rendezése + + + 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 + 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. + + + On scroll thumbnail prioritising + + src/common/config/public/ClientConfig.ts + 481 + + Görgetés alapú priorizálás. + + + Those thumbnails will be rendered first that are in view. + + 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. + + + Navigation bar + + src/common/config/public/ClientConfig.ts + 489 + + Navigációs sáv + + + Caption first naming + + src/common/config/public/ClientConfig.ts + 496 + + Képaláírás alapú elnevezés + + + Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. + + 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. + + + Download Zip + + src/common/config/public/ClientConfig.ts + 504 + + ZIP-elt letöltés + + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + src/common/config/public/ClientConfig.ts + 509 + + Engedélyezi a mappák zip-elt letöltését. (Nem működik kereséskor.) + + + Directory flattening + + src/common/config/public/ClientConfig.ts + 514 + + Mappák összecsukása + + + 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 + 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.) + + + Default slideshow speed + + src/common/config/public/ClientConfig.ts + 524 + + Alapértelmezett vetitési sebesség + + + Default time interval for displaying a photo in the slide show. + + src/common/config/public/ClientConfig.ts + 529 + + Alapértelmezett sebesség amivel a képek változnak vetítéskor. + + + Supported formats with transcoding + + src/common/config/public/ClientConfig.ts + 547 + + Konvertálással támogatott formátumok + + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + 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). + + + Supported formats without transcoding + + src/common/config/public/ClientConfig.ts + 560 + + Konvertálással nélül támogatott formátumok + + + 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 + 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 + + + Enable photo converting. + + src/common/config/public/ClientConfig.ts + 577 + + Fotó konvertálás engedélyezése. + + + Load full resolution image on zoom. + + src/common/config/public/ClientConfig.ts + 583 + + Teljes méret nagyításkor. + + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + src/common/config/public/ClientConfig.ts + 588 + + Engedélyezi, hogy a nagyításkor az eredeti képméretet töltse be az app. + + + Photo converting + + src/common/config/public/ClientConfig.ts + 597 + + + src/frontend/app/model/backendtext.service.ts + 39 + + Fotó konvertálás + + + Supported photo formats + + src/common/config/public/ClientConfig.ts + 606 + + Támogatott formátumok + + + 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 + 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. + + + Enable GPX compressing + + src/common/config/public/ClientConfig.ts + 619 + + Engedélyezi a GPX tömörítést + + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + 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. + + + *.gpx files + + src/common/config/public/ClientConfig.ts + 658 + + *.gpx fájlok + + + Reads *.gpx files and renders them on the map. + + src/common/config/public/ClientConfig.ts + 663 + + Beolvassa és megjelníti a térképen a *.gpx fájlokat. + + + Markdown files + + src/common/config/public/ClientConfig.ts + 678 + + Markdown fájlok + + + Reads *.md files in a directory and shows the next to the map. + + src/common/config/public/ClientConfig.ts + 682 + + Beolvassa a *.md fájlokat és megjleníti a térkép melett. + + + *.pg2conf files + + src/common/config/public/ClientConfig.ts + 688 + + *.pg2conf fájlok + + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + src/common/config/public/ClientConfig.ts + 692 + + Beolvassa a *.pg2conf fájlokat (személyreszabott rendezésre és mentett keresésre (Albumok) tudod használni). + + + Supported formats + + src/common/config/public/ClientConfig.ts + 698 + + Támogatott fromátumok + + + The app will read and process these files. + + src/common/config/public/ClientConfig.ts + 702 + + Az alkalmazás ezeket a fájlokat fogja feldolgozni. + + + Enabled + + 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 + + + Override keywords + + src/common/config/public/ClientConfig.ts + 719 + + Kép tag felülírása + + + 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 + 723 + + Ha létezik arc (személy) és kép tag ugyanazzal a nézzel, csak az arc-ot mutatja. + + + Face starring right + + src/common/config/public/ClientConfig.ts + 728 + + Arc csillagozási jog + + + Required minimum right to star (favourite) a face. + + src/common/config/public/ClientConfig.ts + 731 + + Legalább ennyi joggal kell rendelkeznie hogy csillagozza (kedvencezze) valaki az arcokat. + + + Face listing right + + src/common/config/public/ClientConfig.ts + 736 + + Arc listázási jog + + + Required minimum right to show the faces tab. + + src/common/config/public/ClientConfig.ts + 739 + + Legalább ilyen jog szükséges az arcok fül megjelenítéséhez. + + + Page title + + src/common/config/public/ClientConfig.ts + 749 + + Oldal címe + + + 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 + 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. + + + Page public url + + src/common/config/public/ClientConfig.ts + 757 + + Oldal nyilvános url-je + + + 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 + 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. + + + Url Base + + src/common/config/public/ClientConfig.ts + 767 + + Al cím + + + Api path + + src/common/config/public/ClientConfig.ts + 779 + + Api útvonal + + + 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 + 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). + + + Custom HTML Head + + src/common/config/public/ClientConfig.ts + 792 + + Egyedi HTML Head + + + Password protection + + src/common/config/public/ClientConfig.ts + 813 + + Jelszavas védelem + + + Enables user management with login to password protect the gallery. + + src/common/config/public/ClientConfig.ts + 815 + + Engedélyezi a felhasználó kezelést hogy jelszavasan védje a galériát. + + + Default user right + + src/common/config/public/ClientConfig.ts + 821 + + Alapértelmezett felhasználó joga + + + Default user right when password protection is disabled. + + src/common/config/public/ClientConfig.ts + 826 + + Alapértelmezett felhasználó joga, ha a jelszavas védelem ki van kapcsolva. + + + Gallery + + 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 + + + Album + + src/common/config/public/ClientConfig.ts + 857 + + Album + + + Search + + 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 + + + Map + + src/common/config/public/ClientConfig.ts + 876 + + Térkép + + + Faces + + 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 + + + Random photo + + src/common/config/public/ClientConfig.ts + 892 + + Véletlen kép + + + This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login. + + src/common/config/public/ClientConfig.ts + 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. + Size to generate src/frontend/app/model/backendtext.service.ts - 15 + 11 Generálandó méret @@ -14,7 +1982,7 @@ These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes 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 @@ Indexed only src/frontend/app/model/backendtext.service.ts - 19 + 15 Csak indexelt @@ -30,7 +1998,7 @@ Only checks indexed files. src/frontend/app/model/backendtext.service.ts - 21 + 17 Csak az indexelt fájlokat nézi. @@ -38,7 +2006,7 @@ Index changes only src/frontend/app/model/backendtext.service.ts - 23 + 19 Csak változások indexelése @@ -46,75 +2014,67 @@ Only indexes a folder if it got changed. 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. - - Indexing + + Database reset + + src/frontend/app/model/backendtext.service.ts + 35 + + Adatbázis visszaállítás + + + Thumbnail generation src/frontend/app/model/backendtext.service.ts 37 - Indexelés + Thumbnail generálás - - Preview Filling - - src/frontend/app/model/backendtext.service.ts - 39 - - Preview Filling - - - Database Reset + + Video converting src/frontend/app/model/backendtext.service.ts 41 - Adatbázis visszaállítás + Videó Konvertálás - - Thumbnail Generation + + Temp folder cleaning src/frontend/app/model/backendtext.service.ts 43 - Thumbnail Generálás + Temp Mappa Tisztítása - - Photo Converting + + Preview filling src/frontend/app/model/backendtext.service.ts 45 - Fotó Konvertálás + Előnézet készítés - - Video Converting + + Preview reset src/frontend/app/model/backendtext.service.ts 47 - Videó Konvertálás - - - Temp Folder Cleaning - - src/frontend/app/model/backendtext.service.ts - 49 - - Temp Mappa Tisztítása + Előnézet visszaállítás Server error src/frontend/app/model/notification.service.ts - 71 + 84 src/frontend/app/model/notification.service.ts - 74 + 87 Szerver hiba @@ -122,7 +2082,7 @@ Server info src/frontend/app/model/notification.service.ts - 77 + 90 Szerverinformáció @@ -130,7 +2090,7 @@ h src/frontend/app/pipes/DurationPipe.ts - 23 + 20 hour ó @@ -139,7 +2099,7 @@ m src/frontend/app/pipes/DurationPipe.ts - 26 + 23 minute p @@ -148,74 +2108,198 @@ s src/frontend/app/pipes/DurationPipe.ts - 29 + 26 second mp - - ascending rating + + Developer - src/frontend/app/pipes/StringifySortingMethod.ts - 13 - - ascending rating - - - descending rating - - src/frontend/app/pipes/StringifySortingMethod.ts - 15 - - descending rating - - - ascending name - - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts 17 - név szerint növekvő + Developer - - descending name + + Admin - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 18 + + Admin + + + User + + src/frontend/app/ui/EnumTranslations.ts 19 - név szerint csökkenő + Felhasználó - - ascending date + + Guest - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 20 + + Vendég + + + LimitedGuest + + src/frontend/app/ui/EnumTranslations.ts 21 - dátum szerint növekvő + Limitált vendég + + + Basic + + src/frontend/app/ui/EnumTranslations.ts + 24 + + Alap + + + Advanced + + src/frontend/app/ui/EnumTranslations.ts + 25 + + Részletes + + + Under the hood + + src/frontend/app/ui/EnumTranslations.ts + 26 + + A motorháztető alatt + + + Custom + + src/frontend/app/ui/EnumTranslations.ts + 28 + + Egyedi + + + OpenStreetMap + + src/frontend/app/ui/EnumTranslations.ts + 29 + + OpenStreetMap + + + Mapbox + + src/frontend/app/ui/EnumTranslations.ts + 30 + + Mapbox + + + low + + src/frontend/app/ui/EnumTranslations.ts + 33 + + alacsony + + + high + + src/frontend/app/ui/EnumTranslations.ts + 34 + + magas + + + medium + + src/frontend/app/ui/EnumTranslations.ts + 35 + + közepes descending date - src/frontend/app/pipes/StringifySortingMethod.ts - 23 + src/frontend/app/ui/EnumTranslations.ts + 38 dátum szerint csökkenő + + ascending date + + src/frontend/app/ui/EnumTranslations.ts + 39 + + dátum szerint növekvő + + + descending name + + src/frontend/app/ui/EnumTranslations.ts + 40 + + név szerint csökkenő + + + ascending name + + src/frontend/app/ui/EnumTranslations.ts + 41 + + név szerint növekvő + + + descending rating + + src/frontend/app/ui/EnumTranslations.ts + 42 + + értékelés szetint csökkenő + + + ascending rating + + src/frontend/app/ui/EnumTranslations.ts + 43 + + értékelés szetint növekvő + random - src/frontend/app/pipes/StringifySortingMethod.ts - 25 + src/frontend/app/ui/EnumTranslations.ts + 44 véletlen + + Albums + + src/frontend/app/ui/EnumTranslations.ts + 50 + + + src/frontend/app/ui/frame/frame.component.html + 18 + + Albumok + Application version src/frontend/app/ui/admin/admin.component.html 2 - Application version + Alkalmazás verzió Built at @@ -233,11 +2317,11 @@ Git commit - - Server notifications + + Server notifications src/frontend/app/ui/admin/admin.component.html - 17,18 + 16,17 Szerver értesítések @@ -245,7 +2329,7 @@ To dismiss these notifications, restart the server. 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 @@ App version: src/frontend/app/ui/admin/admin.component.html - 48 + 46 Verzió: @@ -261,31 +2345,15 @@ Mode src/frontend/app/ui/admin/admin.component.html - 52 + 50,51 Mód - - Advanced - - src/frontend/app/ui/admin/admin.component.html - 60 - - Részletes - - - Simplified - - src/frontend/app/ui/admin/admin.component.html - 61 - - Egyszerűsített - Menu 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 @@ Up time src/frontend/app/ui/admin/admin.component.html - 148 + 116 Szerver futás kezdete @@ -302,7 +2370,7 @@ Album is locked, cannot be deleted from the webpage. 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 @@ Add saved search 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. To .pg2conf src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 5 + 5,6 .pg2conf fájlba @@ -338,7 +2406,7 @@ Saved Search to .saved_searches.pg2conf 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 @@ Add this json to a '.saved_searches.pg2conf' file in your gallery: 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 @@ This saved search will be loaded from file during gallery indexing and it will survive a database reset. 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 @@ No duplicates found src/frontend/app/ui/duplicates/duplicates.component.html - 9,10 + 8,10 Nincsenek másolatok @@ -370,59 +2438,15 @@ No faces to show. src/frontend/app/ui/faces/faces.component.html - 15 + 16 No faces to show. - - Gallery - - src/frontend/app/ui/frame/frame.component.html - 18 - - Képek - - - Albums - - src/frontend/app/ui/frame/frame.component.html - 21 - - - src/frontend/app/ui/settings/albums/albums.settings.component.ts - 23 - - Albumok - - - Faces - - 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 - - - Duplicates - - src/frontend/app/ui/frame/frame.component.html - 54 - - Duplicates - Settings src/frontend/app/ui/frame/frame.component.html - 62 + 83 Beállítások @@ -430,7 +2454,7 @@ Logout src/frontend/app/ui/frame/frame.component.html - 68 + 89 Kijelentkezés @@ -454,7 +2478,7 @@ unknown src/frontend/app/ui/gallery/filter/filter.gallery.component.ts - 20 + 23 ismeretlen @@ -462,7 +2486,7 @@ Keywords src/frontend/app/ui/gallery/filter/filter.service.ts - 33 + 34 Kulcsszavak @@ -470,7 +2494,7 @@ no face src/frontend/app/ui/gallery/filter/filter.service.ts - 40 + 44 nincs arc @@ -478,7 +2502,7 @@ Faces groups src/frontend/app/ui/gallery/filter/filter.service.ts - 45 + 49 Csoportok @@ -486,7 +2510,7 @@ Caption src/frontend/app/ui/gallery/filter/filter.service.ts - 51 + 59 Képaláírás @@ -494,7 +2518,7 @@ Rating src/frontend/app/ui/gallery/filter/filter.service.ts - 56 + 64 Értékelés @@ -502,7 +2526,7 @@ Camera src/frontend/app/ui/gallery/filter/filter.service.ts - 61 + 69 Kamera @@ -510,7 +2534,7 @@ Lens src/frontend/app/ui/gallery/filter/filter.service.ts - 66 + 74 Objektív @@ -518,7 +2542,7 @@ City src/frontend/app/ui/gallery/filter/filter.service.ts - 71 + 79 Város @@ -526,7 +2550,7 @@ State src/frontend/app/ui/gallery/filter/filter.service.ts - 76 + 84 Állam @@ -534,7 +2558,7 @@ Country 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. - - download - - 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 - info key: i src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 15 + 10 info gyorsgomb: i @@ -586,11 +2598,11 @@ toggle fullscreen, key: f 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 + + Download + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 45 + + Download + + + Slideshow playback speed + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Vetítési sebesség + + + Slideshow speed: + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Vetítési sebesség: + + + key: c + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + gyorsgomb: c + + + Show caption + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + Képaláírás mutatása + + + on hover + + 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 + + + always + + 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 + + + key: a + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + gyorsgomb: a + + + Show faces + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + Arcok mutatása + + + key: l + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + gyorsgomb: l + + + Play videos + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + Videó lejátszás + + + once + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 108 + + egyszer + + + loop + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 109 + + folyamatosan + close, key: Escape 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 @@ key: left arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 90 + 179 gyorsgomb: balra nyíl @@ -626,7 +2750,7 @@ key: right arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 94 + 183 gyorsgomb: jobbra nyíl @@ -634,7 +2758,7 @@ Zoom out, key: '-' src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 100 + 189 Kicsinyítés, gyorsgomb: '-' @@ -642,7 +2766,7 @@ Zoom in, key: '+' 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ó duration 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 @@ bit rate src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html - 57 + 56 bit ráta @@ -682,7 +2802,7 @@ Error during loading the video. src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html - 20 + 21 Hiba a videó betöltése közben. @@ -690,7 +2810,7 @@ Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online: 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 @@ Searching for: src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 12 + 14 Keresés: @@ -706,15 +2826,23 @@ items src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 20 + 23,24 elem + + download + + src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html + 32 + + letöltés + Flatten directory src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 39 + 42 Mappák összecsukása @@ -722,17 +2850,17 @@ Filters src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 48 + 51 Szűrők - - Images + + Home src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts - 38 + 48 - Képek + Home Random link @@ -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ő Copy 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 @@ Url has been copied to clipboard 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 From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 100 + 104 - From + Ettől From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 114 + 118 - From date + Ettől a dátumtól To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 126 + 130 - To date + Eddig Minimum Rating 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 Maximum Rating 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 Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 206 + 210 Álló @@ -846,7 +2974,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 207 + 211 Fekvő @@ -854,39 +2982,27 @@ Insert 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 - + - - Search - - src/frontend/app/ui/gallery/search/search.gallery.component.html - 31 - - - src/frontend/app/ui/settings/search/search.settings.component.ts - 22 - - Keresés - Save search to album src/frontend/app/ui/gallery/search/search.gallery.component.html - 68 + 63,64 Keresés albumba mentése @@ -894,15 +3010,11 @@ Share 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 @@ Sharing: src/frontend/app/ui/gallery/share/share.gallery.component.html - 39 + 39,40 megosztás: @@ -918,43 +3030,15 @@ Include subfolders: src/frontend/app/ui/gallery/share/share.gallery.component.html - 52 + 52,53 Alkönyvtárak beillesztése: - - Password - - 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ó - Valid: src/frontend/app/ui/gallery/share/share.gallery.component.html - 93 + 93,94 Érvényes: @@ -962,7 +3046,7 @@ Minutes src/frontend/app/ui/gallery/share/share.gallery.component.html - 106 + 106,107 Percek @@ -970,7 +3054,7 @@ Hours src/frontend/app/ui/gallery/share/share.gallery.component.html - 107 + 107,108 Órák @@ -978,7 +3062,7 @@ Days src/frontend/app/ui/gallery/share/share.gallery.component.html - 108 + 108,109 Napok @@ -986,7 +3070,7 @@ Months src/frontend/app/ui/gallery/share/share.gallery.component.html - 109 + 109,110 Hónapok @@ -994,7 +3078,7 @@ Forever src/frontend/app/ui/gallery/share/share.gallery.component.html - 110 + 110,111 Örökké @@ -1002,7 +3086,7 @@ Yes src/frontend/app/ui/gallery/share/share.gallery.component.ts - 51 + 49 Igen @@ -1010,7 +3094,7 @@ No src/frontend/app/ui/gallery/share/share.gallery.component.ts - 52 + 50 Nem @@ -1018,11 +3102,11 @@ loading.. 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 @@ Please log in src/frontend/app/ui/login/login.component.html - 10 + 10,11 Jelentkezz be @@ -1038,31 +3122,15 @@ Wrong username or password src/frontend/app/ui/login/login.component.html - 13,14 + 13 Rossz felhasználónév vagy jelszó - - Username - - 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 - Remember me src/frontend/app/ui/login/login.component.html - 58 + 47,48 Emlékezz rám @@ -1070,2185 +3138,693 @@ Login src/frontend/app/ui/login/login.component.html - 68,69 + 56 Belépés - - settings saved - - src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts - 223 - - beállítások elmentve - - - Success - - 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 - - - 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 - 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. - - - Disabled - - 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 - - - Enabled - - 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 - - - readonly - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 149 - - readonly - - - default value - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 151 - - alapértelmezett érték - - - Shows albums tab in the top bar and enables creating saved searches. - - 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 - - - Note: custom albums are not supported, see: - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 27 - - Megjegyzés: saját albumok nem támogatottak: - - - Save - - 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 - - - Reset - - 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 - - - Page title - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 11 - - Oldal címe - - - Host - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 20 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 35 - - Host - - - Server will accept connections from this IPv6 or IPv4 address. - - 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. - - - Port - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 31 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 42 - - Port - - - Port number. Port 80 is usually what you need. - - 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. - - - Images folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 42 - - Képek mappa - - - Images are loaded from this folder (read permission required) - - 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) - - - Temp folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 53 - - Temp mappa - - - Thumbnails, converted photos, videos will be stored here (write - permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 54,55 - - Thumbnails, converted photos, videos will be stored here (write permission required) - - - Page public url - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 65 - - Oldal nyilvános url-je - - - 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 - 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 - - - Url Base - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 77 - - Al cím - - - 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 - 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. - - - 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.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. - - - Basic - - src/frontend/app/ui/settings/basic/basic.settings.component.ts - 26 - - Alap - - - Restart the server to apply the new settings - - 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 - - - Type - - src/frontend/app/ui/settings/database/database.settings.component.html - 10 - - Típus - - - Install manually mysql node module to use mysql (npm install mysql) - - 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 - - - Database folder - - src/frontend/app/ui/settings/database/database.settings.component.html - 22 - - Database folder - - - 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 - 23 - - Minden adat ebbe a mappába kerül mentésre (sqlite adatbázis, felhasználók memoria adatbázis esetén, üzemezett feladatok) - - - Database - - src/frontend/app/ui/settings/database/database.settings.component.html - 50 - - - src/frontend/app/ui/settings/database/database.settings.component.ts - 26 - - Adatbázis - - - (recommended) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 36 - - (ajánlott) - - - (deprecated, will be removed) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 38 - - (elavult, el lesz távolítva) - - - Override keywords - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 31 - - Kép tag felülírása - - - 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 - 33 - - Ha létezik arc (személy) és kép tag ugyanazzal a nézzel, csak az arc-ot mutatja. - - - Face starring right - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 38 - - Arc csillagozási jog - - - Required minimum right to star (favourite) a face. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 40 - - Legalább ennyi joggal kell rendelkeznie hogy csillagozza (kedvencezze) valaki az arcokat. - - - Faces are not supported with these settings. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 47,48 - - Arcok ezzel a beállítással nem támogatottak. - - - Index cache timeout [ms] - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 12 - - Index cache időtúllépése [ms] - - - 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 - 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) - - - Folder reindexing sensitivity - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 21 - - Mappa indexelés érzékenysége - - - Set the reindexing sensitivity. High value check the folders for change more often. - - 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. - - - Exclude Folder List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 29 - - Kihagyható mappák - - - Folders to exclude from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 34 - - Ezek a mappák lesznek kihagyva indexeléskor - - - ';' 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 - 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. - - - Exclude File List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 45 - - Mappa kihagyó fájlok - - - Files that mark a folder to be excluded from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 50 - - Fájlok amik a mappa kihagyást jelölik - - - ';' 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 - 53,55 - - ';'-al elválsztott szövegek. Az a mappa ami az itt felsorolt fájlok bármelyikét tartlamazza, kihagyásra kerül. - - - If you add a new folder to your gallery, the site indexes it automatically. - - 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. - - - If you would like to trigger indexing manually, click index button. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 76 - - Ha kézzel szeretné indítani az indexelést, kattintson az index gombra. - - - Note: search only works among the indexed directories - - 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 - Statistic: - 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: Folders - 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 Photos - 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 Videos - 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 Persons - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 122 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 19 Emberek Size - 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 - - Folder indexing + + Job finished - 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 - - 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 - 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. - - medium + + Disabled - 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 - - high + + Tile Url* - 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* - - Folder indexing started + + + Add Layer - 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 - - Folder indexing interrupted + + + Add Link - 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 - - Resetting database + + + Add - 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 + + + ';' separated list. + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 301 + + ';'-al elválaszott lista. + + + See + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 304 + + További részletek + + + Reset database after changing this settings! + + 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! + + + Restart server after changing this settings! + + 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! + + + readonly + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 229 + + csak olvasható + + + default value + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 231 + + alapértelmezett érték + + + config is not supported with these settings. + + src/frontend/app/ui/settings/template/template.component.html + 33,34 + + a beállítás ezekkel az értékekkel nem támogatott. + + + Save + + src/frontend/app/ui/settings/template/template.component.html + 45 + + Mentés + + + Reset + + src/frontend/app/ui/settings/template/template.component.html + 49 + + Visszaállítás + + + settings saved + + src/frontend/app/ui/settings/template/template.component.ts + 281,280 + + beállítások elmentve + + + Success + + src/frontend/app/ui/settings/template/template.component.ts + 282,280 + + Siker + + + User list + + src/frontend/app/ui/settings/users/users.component.html + 4,5 + + User list + + + + Add user + + src/frontend/app/ui/settings/users/users.component.html + 46,47 + + + Felhasználó felvétele + + + Add new User + + src/frontend/app/ui/settings/users/users.component.html + 56,57 + + Új felhasználó hozzáadása + + + Close + + 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 + + + Add User + + src/frontend/app/ui/settings/users/users.component.html + 76 + + Felhasználó hozzáadása + + + User creation error! + + src/frontend/app/ui/settings/users/users.component.ts + 82,80 + + Nem lehet letrehozni a felhasználót! Trigger job run manually - 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 Run now - 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 Cancel - 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 Job started - 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 Stopping job - 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 - - - every - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 20 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 116 - - minden - - - never - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 25 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 68 - - soha - - - after - - 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 - - - Job: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 50 - - Feladat: - - - Periodicity: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 64 - - Gyakoriság: - - - Set the time to run the job. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 74,75 - - Állítsd be, hogy mikos fusson a feladat. - - - After: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 80 - - Ez után: - - - The job will run after that job finishes. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 91,92 - - Ez a feladat a beállított feladat után fog futni. - - - At: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 98 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 108 - - Ekkor: - - - Allow parallel run - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 127 - - Párhuzamos futtatás - - - Enables the job to start even if another job is already running. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 143,144 - - Akkor is elundul a feladat, ha egy másik már fut. - - - ';' separated integers. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 198,199 - - ';'-vel elválaszott egész számok. - - - + Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 226,227 - - + Új feladat - - - Add new job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 241 - - Új feladat - - - Select a job to schedule. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 255,256 - - Válaszd ki az ütemezendő feladatot. - - - Close - - 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 - - - Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 263,264 - - Feladat hozzáadása - - - Jobs - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 57 - - Feladatok - - - periodic - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 69 - - periodic - - - scheduled - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 70 - - scheduled - - - Monday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 73 - - Hétfő - - - Tuesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 74 - - Kedd - - - Wednesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 75 - - Szerda - - - Thursday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 76 - - Csütörtök - - - Friday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 77 - - Péntek - - - Saturday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 78 - - Szombat - - - Sunday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 79 - - Vasárnap - - - day - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 80 - - nap + Feladat leállítása Last run: - 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: Run between - 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 Status - 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 Cancelling... - 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... time elapsed - 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ő Processed - 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 Skipped - 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 Left - 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 All - 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 Logs - 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ó 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 + 38 feldolgozott skipped - 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 all - 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 running - 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 cancelling - 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 canceled - 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 interrupted - 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 finished - 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 - - Use image markers + + every - 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 - - - Map will use thumbnail images as markers instead of the default pin. - 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 - - - Map provider - - src/frontend/app/ui/settings/map/map.settings.component.html - 40 - - Térképszolgáltató - - - Name - - src/frontend/app/ui/settings/map/map.settings.component.html - 52 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 27 - - Név - - - Tile Url* - - src/frontend/app/ui/settings/map/map.settings.component.html - 53 - - Tile Url* - - - *The map module will use these urls to fetch the map tiles. - - 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. - - - + Add Layer - - src/frontend/app/ui/settings/map/map.settings.component.html - 83,84 - - + Új Térkép - - - Mapbox access token - - src/frontend/app/ui/settings/map/map.settings.component.html - 90 - - Mapbox access token - - - MapBox needs an access token to work, create one at - - src/frontend/app/ui/settings/map/map.settings.component.html - 96 - - A MapBox-hoz access token szükséges, amit itt lehet létrehozni: - - - Map - - src/frontend/app/ui/settings/map/map.settings.component.ts - 27 - - Térkép - - - *.gpx files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 11 - - *.gpx files - - - Reads *.gpx files and renders them on the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 12 - - Reads *.gpx files and renders them on the map. - - - Markdown files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 19 - - Markdown files - - - Reads *.md files in a directory and shows the next to the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 20 - - Beolvassa a *.md fájlokat és megjleníti a térkép melett. - - - *.pg2conf files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 26 - - *.pg2conf fájlok - - - Reads *.pg2conf files (You can use it for custom sorting and save search (albums)). - - 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). - - - Meta file - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts - 23 - - Meta fájl - - - Error: - - src/frontend/app/ui/settings/other/other.settings.component.html - 7 - - Hiba: - - - Threads: - - src/frontend/app/ui/settings/other/other.settings.component.html - 10 - - Szálak: - - - Threading - - src/frontend/app/ui/settings/other/other.settings.component.html - 14 - - Többszálas működés - - - Runs directory scanning in a different thread. - - src/frontend/app/ui/settings/other/other.settings.component.html - 15 - - Runs directory scanning in a different thread. - - - Thumbnail threads - - src/frontend/app/ui/settings/other/other.settings.component.html - 22 - - Thumbnail szálak - - - 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 - 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. - - - Misc: - - src/frontend/app/ui/settings/other/other.settings.component.html - 33 - - Egyéb: - - - Scroll based thumbnail generation - - src/frontend/app/ui/settings/other/other.settings.component.html - 36 - - Görgetés alapú thumbnail generálás - - - Those thumbnails get higher priority that are visible on the screen. - - 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. - - - Lazy image rendering - - src/frontend/app/ui/settings/other/other.settings.component.html - 43 - - 'Lazy' kép megjelenítés - - - 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 - 44 - - Csak a szükséges mennyiségű fotót mutatja egyszerre. Az oldal aljára érve többet újabbakat mutat. - - - Cache - - src/frontend/app/ui/settings/other/other.settings.component.html - 50 - - Gyorsítótár - - - Caches directory contents and search results for better performance. - - 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. - - - Caption first naming - - src/frontend/app/ui/settings/other/other.settings.component.html - 57 - - Képaláírás alapú elnevezés - - - Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. - - 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. - - - Download Zip - - src/frontend/app/ui/settings/other/other.settings.component.html - 64 - - ZIP-elt letöltés - - - [Experimental: does not work for searches] Enable download zip of a directory contents - - 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 - - - Directory flattening - - src/frontend/app/ui/settings/other/other.settings.component.html - 71 - - Mappák összecsukása - - - [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 - 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. - - - Navigation bar: - - src/frontend/app/ui/settings/other/other.settings.component.html - 82 - - Navigációs sáv: - - - Show item count - - src/frontend/app/ui/settings/other/other.settings.component.html - 85 - - Az elemek számának megjelenítése - - - Show the number of items (photos) in the folder. - - src/frontend/app/ui/settings/other/other.settings.component.html - 86 - - A mutatja a mappaában található elemek (képek) számát. - - - Default photo sorting method - - src/frontend/app/ui/settings/other/other.settings.component.html - 100 - - Az alapértelmezett fotó rendezés - - - Sort directories by date - - src/frontend/app/ui/settings/other/other.settings.component.html - 109 - - Mappák dátum szerinti rendezése - - - 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 - 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. - - - Custom HTML Head - - src/frontend/app/ui/settings/other/other.settings.component.html - 118 - - Egyedi HTML Head - - - Other - - src/frontend/app/ui/settings/other/other.settings.component.ts - 32 - - Egyéb - - - Photo converting: - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 9 - - Photo konvertálás: - - - Converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 12 - - Konvertálás - - - Downsizes photos for faster preview loading. (Zooming in to the photo loads the original). - - 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). - - - On the fly converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 19 - - Menet közbeni konvetálás - - - Converts photos on the fly, when they are requested. - - 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. - - - Resolution - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 28 - - - src/frontend/app/ui/settings/video/video.settings.component.html - 66 - - Felbontás - - - 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 - 29 - - A konvertált fotó rövidebb oldala lesz ekkora. - - - Load full resolution image on zoom - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 38 - - Teljes méret nagyításkor - - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - 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. - - - Photo - - src/frontend/app/ui/settings/photo/photo.settings.component.ts - 36 - - Fotó - - - Preview Filter query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 10 - - Előnézet szűrő - - - Filters the sub-folders with this search query - - 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. - - - Preview Sorting - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 20 - - Előnézet rendezés - - - If multiple preview is available sorts them by these methods and selects the first one. - - 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. - - - Preview - - src/frontend/app/ui/settings/preview/preview.settings.component.ts - 31 - - Mappa előnézet - - - 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 - 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. - - - Note: With the current implementation, random link also requires login. See: - - 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: - - - Random Photo is not supported with these settings - - 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 - - - Random Photo - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts - 22 - - Véletleg Fotó - - - Job finished - - src/frontend/app/ui/settings/scheduled-jobs.service.ts - 80 - - Feladat végzett - - - Autocomplete - - src/frontend/app/ui/settings/search/search.settings.component.html - 32 - - Autocomplete - - - Show hints while typing search query. - - src/frontend/app/ui/settings/search/search.settings.component.html - 33 - - Keresés gépelése közben javaslatokat mutat. - - - Maximum media result - - src/frontend/app/ui/settings/search/search.settings.component.html - 40 - - Maximum keresési eredmény - - - Maximum number of photos and videos that listed in one search result - - 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 - - - List directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 49 - - Mappák listázása - - - Search will also return with directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 50 - - A keresés mappákat is listáyni fog - - - List metafiles - - src/frontend/app/ui/settings/search/search.settings.component.html - 57 - - Metafájlok listázása - - - 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 - 58 - - A kersési eredmény tartalmazza azokat a metaffájlkoat is, amelyek egy mappában vannak a keresett képpel/videóval. - - - Search is not supported with these settings - - src/frontend/app/ui/settings/search/search.settings.component.html - 68,69 - - A keresés nem támogatott ezekkel a beállításokkal - - - Password protected - - src/frontend/app/ui/settings/share/share.settings.component.html - 29 - - Jelszóval védett - - - Enables password protected sharing links. - - src/frontend/app/ui/settings/share/share.settings.component.html - 30 - - Enables password protected sharing links. - - - Sharing is not supported with these settings - - src/frontend/app/ui/settings/share/share.settings.component.html - 40,41 - - A megosztás nem támogatott ezekkel a beállításokkal - - - Shared links: - - src/frontend/app/ui/settings/share/share.settings.component.html - 57 - - Megosztások: - - - Key - - src/frontend/app/ui/settings/share/share.settings.component.html - 63 - - Kulcs - - - Folder - - src/frontend/app/ui/settings/share/share.settings.component.html - 64 - - Mappa - - - Creator - - src/frontend/app/ui/settings/share/share.settings.component.html - 65 - - Létre hozta - - - Expires - - src/frontend/app/ui/settings/share/share.settings.component.html - 66 - - Lejár - - - No sharing was created. - - src/frontend/app/ui/settings/share/share.settings.component.html - 86,87 - - Még nem hoztak létre megosztást. - - - Thumbnail Quality - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 11 - - Thumbnail minőség - - - High quality may be slow. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 12 - - High quality may be slow. - - - Icon size - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 20 - - Ikon méret - - - Icon size (used on maps). - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 21 - - Ikon méret (ami a térképen jelenik meg). - - - Thumbnail sizes - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 30 - - Thumbnail méretek - - - Size of the thumbnails. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 37 - - A thumbnail-ok mérete. - - - 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 - 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) - - - ';' 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.html - 43,45 - - ';'-al elválasztott számok. Ha a méret 240, akkor a thubmnail rövidebb oldala 240 pixel lesz. - - - Thumbnail - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts - 31 - - Thumbnail - - - Role - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 28 - - Szerep - - - + Add user - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 55,56 - - + Felhasználó felvétele - - - To protect the site with password / have login enable this. - - 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. - - - Add new User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 70 - - Új felhasználó hozzáadása - - - Add User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 90,91 - - Felhasználó hozzáadása - - - Password protection - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 45 - - Jelszavas védelem - - - Low - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 48 - - Alacsony - - - High - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 49 - - Magas - - - Password protection enabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 86 - - Jelszavas védelem engedélyezve - - - Server restart is recommended. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 87 - - Szerver újraindítása javasolt. - - - Password protection disabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 90 - - Jelszavas védelem tiltva - - - User creation error! - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 113 - - Nem lehet letrehozni a felhasználót! - - - 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 - 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. - - - Video transcoding: - - src/frontend/app/ui/settings/video/video.settings.component.html - 33 - - Video konvertálás: - - - 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 - 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. - - - The transcoded videos will be save to the thumbnail folder. - - src/frontend/app/ui/settings/video/video.settings.component.html - 39 - - Az átkonvertált videók a thumbnail mappába lesznek mentve. - - - 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 - 40,43 - - Kézzel is át lehet konvertálni a videókat, de haladó módban autómatikus feladatként is be lehet ütemezni. - - - Format - - src/frontend/app/ui/settings/video/video.settings.component.html - 47 - - Formátum - - - Codec - - src/frontend/app/ui/settings/video/video.settings.component.html - 57 - - Kodek - - - 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 - 67 - - A konvertált videó magassága ennyi lesz. (Felfelé nem lesz skálázva) - - - FPS - - src/frontend/app/ui/settings/video/video.settings.component.html - 77 - - FPS - - - 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 - 78 - - A konvertált videó FPS-e ennyi lesz. (Felfelé nem lesz skálázva) - - - Bit rate - - src/frontend/app/ui/settings/video/video.settings.component.html - 90 - - Bit ráta - - - 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 - 104,106 - - A konvertált videó bit rátája ennyi lesz. (Felfelé nem lesz skálázva) - - - CRF - - src/frontend/app/ui/settings/video/video.settings.component.html + src/frontend/app/ui/settings/workflow/workflow.component.html 112 - CRF + minden - - 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. + + never - 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 - - Preset + + after - 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 - - 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 - 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: - - Custom Options + + Periodicity: - 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: - - ; 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.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. - - Video + + After: - 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: + + + The job will run after that job finishes. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 85,86 + + Ez a feladat a beállított feladat után fog futni. + + + At: + + src/frontend/app/ui/settings/workflow/workflow.component.html + 92,93 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 102,103 + + Ekkor: + + + Allow parallel run + + src/frontend/app/ui/settings/workflow/workflow.component.html + 123,124 + + Párhuzamos futtatás + + + Enables the job to start even if another job is already running. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 140,141 + + Akkor is elundul a feladat, ha egy másik már fut. + + + ';' separated integers. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 198,199 + + ';'-vel elválaszott egész számok. + + + + Add Job + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 218,221 + + + Új feladat + + + Add new job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 228,229 + + Új feladat + + + Select a job to schedule. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 243,244 + + Válaszd ki az ütemezendő feladatot. + + + Add Job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 252 + + Feladat hozzáadása + + + periodic + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 82 + + rendszeres + + + scheduled + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 83 + + ütemezett + + + Monday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 86,85 + + Hétfő + + + Tuesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 87,85 + + Kedd + + + Wednesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 88,85 + + Szerda + + + Thursday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 89,85 + + Csütörtök + + + Friday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 90,85 + + Péntek + + + Saturday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 91,85 + + Szombat + + + Sunday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 92,85 + + Vasárnap + + + day + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 93,85 + + nap Wrong password src/frontend/app/ui/sharelogin/share-login.component.html - 11 + 11,13 Hibás jelszó - - Enter + + Enter 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 @@ + + Host + + src/common/config/private/PrivateConfig.ts + 100 + + + src/common/config/private/PrivateConfig.ts + 973 + + Host + + + Port + + src/common/config/private/PrivateConfig.ts + 110 + + + src/common/config/private/PrivateConfig.ts + 961 + + Port + + + Database + + src/common/config/private/PrivateConfig.ts + 120 + + + src/common/config/private/PrivateConfig.ts + 1029 + + Basis data + + + Username + + 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 + + + Password + + 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 + + + Sqlite db filename + + src/common/config/private/PrivateConfig.ts + 153 + + Sqlite db filename + + + Sqlite will save the db with this filename. + + src/common/config/private/PrivateConfig.ts + 157 + + Sqlite will save the db with this filename. + + + Name + + 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 + + + Role + + src/common/config/private/PrivateConfig.ts + 177 + + + src/frontend/app/ui/settings/users/users.component.html + 17,18 + + Peran + + + Unencrypted, temporary password. App will encrypt it and delete this. + + src/common/config/private/PrivateConfig.ts + 190 + + Unencrypted, temporary password. App will encrypt it and delete this. + + + Encrypted password + + src/common/config/private/PrivateConfig.ts + 196 + + Encrypted password + + + Type + + src/common/config/private/PrivateConfig.ts + 231 + + + src/common/config/public/ClientConfig.ts + 362 + + Tipe + + + SQLite is recommended. + + src/common/config/private/PrivateConfig.ts + 236 + + SQLite is recommended. + + + Database folder + + src/common/config/private/PrivateConfig.ts + 243 + + Folder basis data + + + All file-based data will be stored here (sqlite database, job history data). + + src/common/config/private/PrivateConfig.ts + 247 + + All file-based data will be stored here (sqlite database, job history data). + + + SQLite + + src/common/config/private/PrivateConfig.ts + 254 + + SQLite + + + MySQL + + src/common/config/private/PrivateConfig.ts + 264 + + MySQL + + + Enforced users + + src/common/config/private/PrivateConfig.ts + 281 + + + src/common/config/private/PrivateConfig.ts + 298 + + Enforced users + + + 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 + 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. + + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + src/common/config/private/PrivateConfig.ts + 301 + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + + Converted photo and thumbnail quality + + src/common/config/private/PrivateConfig.ts + 308 + + Converted photo and thumbnail quality + + + Between 0-100. + + src/common/config/private/PrivateConfig.ts + 311 + + Between 0-100. + + + Person face margin + + src/common/config/private/PrivateConfig.ts + 318 + + Person face margin + + + Person face size ratio on the face thumbnail. + + src/common/config/private/PrivateConfig.ts + 321 + + Person face size ratio on the face thumbnail. + + + OnTheFly *.gpx compression + + src/common/config/private/PrivateConfig.ts + 331 + + OnTheFly *.gpx compression + + + Enables on the fly *.gpx compression. + + src/common/config/private/PrivateConfig.ts + 335 + + Enables on the fly *.gpx compression. + + + Min distance + + src/common/config/private/PrivateConfig.ts + 342 + + Min distance + + + Filters out entry that are closer than this in meters. + + src/common/config/private/PrivateConfig.ts + 347 + + Filters out entry that are closer than this in meters. + + + Min time delta + + src/common/config/private/PrivateConfig.ts + 354 + + Min time delta + + + Filters out entry that are closer than this in time in milliseconds. + + src/common/config/private/PrivateConfig.ts + 359 + + Filters out entry that are closer than this in time in milliseconds. + + + GPX compression + + src/common/config/private/PrivateConfig.ts + 369 + + + src/common/config/public/ClientConfig.ts + 669 + + + src/frontend/app/model/backendtext.service.ts + 49 + + GPX compression + + + Update timeout + + src/common/config/private/PrivateConfig.ts + 387 + + Update timeout + + + After creating a sharing link, it can be updated for this long. + + src/common/config/private/PrivateConfig.ts + 391 + + After creating a sharing link, it can be updated for this long. + + + Index cache timeout + + src/common/config/private/PrivateConfig.ts + 402 + + Index cache timeout + + + 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 + 406 + + If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low). + + + Folder reindexing sensitivity + + src/common/config/private/PrivateConfig.ts + 413 + + Sensitivitas folder untuk indeks ulang + + + Set the reindexing sensitivity. High value check the folders for change more often. + + src/common/config/private/PrivateConfig.ts + 416 + + Atur sensitivitas indeks ulang. Nilai tinggi akan melakukan cek folder lebih sering. + + + Exclude Folder List + + src/common/config/private/PrivateConfig.ts + 423 + + Daftar folder dikecualikan + + + 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 + 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. + + + Exclude File List + + src/common/config/private/PrivateConfig.ts + 436 + + Daftar file dikecualikan + + + .ignore;.pg2ignore + + src/common/config/private/PrivateConfig.ts + 440 + + .ignore;.pg2ignore + + + 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 + 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. + + + Threading + + src/common/config/private/PrivateConfig.ts + 452 + + + src/common/config/private/PrivateConfig.ts + 984 + + Threading + + + Runs directory scanning and thumbnail generation in a different thread. + + src/common/config/private/PrivateConfig.ts + 456 + + Runs directory scanning and thumbnail generation in a different thread. + + + Thumbnail threads + + src/common/config/private/PrivateConfig.ts + 462 + + Thread gambar mini + + + 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 + 466 + + Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used. + + + Max duplicates + + src/common/config/private/PrivateConfig.ts + 477 + + Max duplicates + + + Maximum number of duplicates to list. + + src/common/config/private/PrivateConfig.ts + 480 + + Maximum number of duplicates to list. + + + Level + + src/common/config/private/PrivateConfig.ts + 490 + + Level + + + Logging level. + + src/common/config/private/PrivateConfig.ts + 493 + + Logging level. + + + Sql Level + + src/common/config/private/PrivateConfig.ts + 499 + + Sql Level + + + Logging level for SQL queries. + + src/common/config/private/PrivateConfig.ts + 502 + + Logging level for SQL queries. + + + Server timing + + src/common/config/private/PrivateConfig.ts + 507 + + Server timing + + + If enabled, the app ads "Server-Timing" http header to the response. + + src/common/config/private/PrivateConfig.ts + 510 + + If enabled, the app ads "Server-Timing" http header to the response. + + + Max saved progress + + src/common/config/private/PrivateConfig.ts + 610 + + Max saved progress + + + Job history size. + + src/common/config/private/PrivateConfig.ts + 613 + + Job history size. + + + Processing batch size + + src/common/config/private/PrivateConfig.ts + 620 + + Processing batch size + + + Jobs load this many photos or videos form the DB for processing at once. + + src/common/config/private/PrivateConfig.ts + 623 + + Jobs load this many photos or videos form the DB for processing at once. + + + Scheduled jobs + + src/common/config/private/PrivateConfig.ts + 629 + + Scheduled jobs + + + Bit rate + + src/common/config/private/PrivateConfig.ts + 685 + + Bit rate + + + 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 + 689 + + Target bit rate keluaran video akan diturunkan pada ini. Nilai ini harus lebih rendah dari kecepatan unggah server. + + + Resolution + + src/common/config/private/PrivateConfig.ts + 696 + + + src/common/config/private/PrivateConfig.ts + 808 + + Resolusi + + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 701 + + Tinggi keluaran video akan diturunkan pada ini, sembari memelihara rasio aspek. + + + FPS + + src/common/config/private/PrivateConfig.ts + 708 + + FPS + + + Target frame per second (fps) of the output video will be scaled down this this. + + src/common/config/private/PrivateConfig.ts + 712 + + Target frame per second (fps) keluaran video akan diturunkan pada ini. + + + Format + + src/common/config/private/PrivateConfig.ts + 718 + + Format + + + MP4 codec + + src/common/config/private/PrivateConfig.ts + 727 + + MP4 codec + + + Webm Codec + + src/common/config/private/PrivateConfig.ts + 737 + + Webm Codec + + + CRF + + src/common/config/private/PrivateConfig.ts + 748 + + CRF + + + 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 + 751 + + Jarak Constant Rate Factor (CRF) skala is 0–51, 0 adalah lossless, 23 adalah nilai standar, dan 51 kualitas terburuk. + + + Preset + + src/common/config/private/PrivateConfig.ts + 759 + + Preset + + + 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 + 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). + + + Custom Options + + src/common/config/private/PrivateConfig.ts + 769 + + Pilihan kustom + + + It will be sent to ffmpeg as it is, as custom options. + + src/common/config/private/PrivateConfig.ts + 774 + + It will be sent to ffmpeg as it is, as custom options. + + + Video transcoding + + src/common/config/private/PrivateConfig.ts + 783 + + Video transcoding + + + 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 + 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. + + + On the fly converting + + src/common/config/private/PrivateConfig.ts + 796 + + Konversi cepat + + + Converts photos on the fly, when they are requested. + + src/common/config/private/PrivateConfig.ts + 802 + + Konversi foto cepat, ketika diminta. + + + The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 815 + + Sudut lebih kecil dari foto terkonversi akan diturun ke ini, sembari memelihara rasio aspek. + + + Photo resizing + + src/common/config/private/PrivateConfig.ts + 824 + + Photo resizing + + + Preview Filter query + + src/common/config/private/PrivateConfig.ts + 836 + + Tinjau Filter kueri + + + 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 + 841 + + Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter. + + + Preview Sorting + + src/common/config/private/PrivateConfig.ts + 850 + + Urutan Tinjauan + + + If multiple preview is available sorts them by these methods and selects the first one. + + src/common/config/private/PrivateConfig.ts + 854 + + Jika beberapa urutan tinjauan tersedia urutkan berdasar metode ini dan pilih yang pertama. + + + Images folder + + src/common/config/private/PrivateConfig.ts + 866 + + Folder gambar + + + Images are loaded from this folder (read permission required) + + src/common/config/private/PrivateConfig.ts + 871 + + Gambar dimuat dari folder ini (izin membaca dibutuhkan) + + + Temp folder + + src/common/config/private/PrivateConfig.ts + 877 + + Folder sementara + + + Thumbnails, converted photos, videos will be stored here (write permission required) + + src/common/config/private/PrivateConfig.ts + 882 + + Gambar mini, foto, video terkonversi akan disimpan disini (izin menulis dibutuhkan) + + + Metadata read buffer + + src/common/config/private/PrivateConfig.ts + 889 + + Metadata read buffer + + + 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 + 895 + + Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square. + + + Video + + src/common/config/private/PrivateConfig.ts + 901 + + + src/common/config/public/ClientConfig.ts + 640 + + Video + + + Video support uses ffmpeg. ffmpeg and ffprobe binaries need to be available in the PATH or the @ffmpeg-installer/ffmpeg and @ffprobe-installer/ffprobe optional node packages need to be installed. + + 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. + + + Photo + + src/common/config/private/PrivateConfig.ts + 915 + + + src/common/config/public/ClientConfig.ts + 647 + + Foto + + + Thumbnail + + src/common/config/private/PrivateConfig.ts + 928 + + + src/common/config/public/ClientConfig.ts + 633 + + Gambar mini + + + Session Timeout + + src/common/config/private/PrivateConfig.ts + 951 + + Session Timeout + + + Users kept logged in for this long time. + + src/common/config/private/PrivateConfig.ts + 955 + + Users kept logged in for this long time. + + + Port number. Port 80 is usually what you need. + + src/common/config/private/PrivateConfig.ts + 966 + + Nomor port. Port 80 adalah yang biasa dibutuhkan. + + + Server will accept connections from this IPv6 or IPv4 address. + + src/common/config/private/PrivateConfig.ts + 978 + + Server akan menerima koneksi dari alamat IPv6 atau IPv4 ini. + + + Logs + + src/common/config/private/PrivateConfig.ts + 992 + + Log + + + Server + + src/common/config/private/PrivateConfig.ts + 1021 + + Server + + + Users + + src/common/config/private/PrivateConfig.ts + 1037 + + Users + + + Indexing + + src/common/config/private/PrivateConfig.ts + 1045 + + + src/frontend/app/model/backendtext.service.ts + 33 + + Mengindeks + + + 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 + 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.) + + + Media + + src/common/config/private/PrivateConfig.ts + 1061 + + Media + + + Meta file + + src/common/config/private/PrivateConfig.ts + 1069 + + File meta + + + Preview + + src/common/config/private/PrivateConfig.ts + 1077 + + Tinjauan + + + Sharing + + src/common/config/private/PrivateConfig.ts + 1092 + + Sharing + + + Duplicates + + src/common/config/private/PrivateConfig.ts + 1100 + + + src/frontend/app/ui/frame/frame.component.html + 75 + + Duplikasi + + + Jobs + + src/common/config/private/PrivateConfig.ts + 1108 + + Pekerjaan + + + Enable Autocomplete + + src/common/config/public/ClientConfig.ts + 60 + + Enable Autocomplete + + + Show hints while typing search query. + + src/common/config/public/ClientConfig.ts + 63 + + Tunjukkan petunjuk saat mengetik kueri pencarian. + + + Max items per category + + src/common/config/public/ClientConfig.ts + 70 + + Max items per category + + + Maximum number autocomplete items shown per category. + + src/common/config/public/ClientConfig.ts + 73 + + Maximum number autocomplete items shown per category. + + + Maximum items + + src/common/config/public/ClientConfig.ts + 80 + + Maximum items + + + Maximum number autocomplete items shown at once. + + src/common/config/public/ClientConfig.ts + 83 + + Maximum number autocomplete items shown at once. + + + Cache timeout + + src/common/config/public/ClientConfig.ts + 90 + + + src/common/config/public/ClientConfig.ts + 114 + + Cache timeout + + + Autocomplete cache timeout. + + src/common/config/public/ClientConfig.ts + 94 + + Autocomplete cache timeout. + + + Enable + + 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 + + + Enables searching. + + src/common/config/public/ClientConfig.ts + 107 + + Enables searching. + + + Search cache timeout. + + src/common/config/public/ClientConfig.ts + 118 + + Search cache timeout. + + + Autocomplete + + src/common/config/public/ClientConfig.ts + 124 + + Komplit otomatis + + + Maximum media result + + src/common/config/public/ClientConfig.ts + 133 + + Hasil media maksimal + + + Maximum number of photos and videos that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 136 + + Maximum number of photos and videos that are listed in one search result. + + + Maximum directory result + + src/common/config/public/ClientConfig.ts + 142 + + Maximum directory result + + + Maximum number of directories that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 145 + + Maximum number of directories that are listed in one search result. + + + List directories + + src/common/config/public/ClientConfig.ts + 151 + + Daftar direktori + + + Search returns also with directories, not just media. + + src/common/config/public/ClientConfig.ts + 154 + + Search returns also with directories, not just media. + + + List metafiles + + src/common/config/public/ClientConfig.ts + 160 + + Daftar file meta + + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + src/common/config/public/ClientConfig.ts + 163 + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + + Enables sharing. + + src/common/config/public/ClientConfig.ts + 188 + + Enables sharing. + + + Password protected + + src/common/config/public/ClientConfig.ts + 194 + + Terproteksi password + + + Enables password protected sharing links. + + src/common/config/public/ClientConfig.ts + 197 + + Izinkan proteksi password link berbagi. + + + Enables random link generation. + + src/common/config/public/ClientConfig.ts + 210 + + Enables random link generation. + + + Name of a map layer. + + src/common/config/public/ClientConfig.ts + 222 + + Name of a map layer. + + + Url of a map layer. + + src/common/config/public/ClientConfig.ts + 231 + + Url of a map layer. + + + Image Markers + + src/common/config/public/ClientConfig.ts + 252 + + Image Markers + + + Map will use thumbnail images as markers instead of the default pin. + + src/common/config/public/ClientConfig.ts + 255 + + Peta akan menggunakan gambar mini sebagai penanda daripada pin standar. + + + Map Provider + + src/common/config/public/ClientConfig.ts + 261 + + Map Provider + + + Mapbox access token + + src/common/config/public/ClientConfig.ts + 269 + + Akses token Mapbox + + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + src/common/config/public/ClientConfig.ts + 273 + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + + The map module will use these urls to fetch the map tiles. + + src/common/config/public/ClientConfig.ts + 278 + + The map module will use these urls to fetch the map tiles. + + + Custom Layers + + src/common/config/public/ClientConfig.ts + 281 + + Custom Layers + + + Max Preview Markers + + src/common/config/public/ClientConfig.ts + 291 + + Max Preview Markers + + + Maximum number of markers to be shown on the map preview on the gallery page. + + src/common/config/public/ClientConfig.ts + 294 + + Maximum number of markers to be shown on the map preview on the gallery page. + + + Map Icon size + + src/common/config/public/ClientConfig.ts + 304 + + Map Icon size + + + Icon size (used on maps). + + src/common/config/public/ClientConfig.ts + 308 + + Ukuran ikon (dipakai pada). + + + Person thumbnail size + + src/common/config/public/ClientConfig.ts + 313 + + Person thumbnail size + + + Person (face) thumbnail size. + + src/common/config/public/ClientConfig.ts + 317 + + Person (face) thumbnail size. + + + Thumbnail sizes + + src/common/config/public/ClientConfig.ts + 322 + + Ukuran gambar mini + + + 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 + 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. + + + SearchQuery + + src/common/config/public/ClientConfig.ts + 378 + + SearchQuery + + + Url + + src/common/config/public/ClientConfig.ts + 388 + + + src/frontend/app/ui/EnumTranslations.ts + 47 + + Url + + + Show item count + + src/common/config/public/ClientConfig.ts + 410 + + Tunjukan jumlah item + + + Shows the number photos and videos on the navigation bar. + + src/common/config/public/ClientConfig.ts + 413 + + Shows the number photos and videos on the navigation bar. + + + Links + + src/common/config/public/ClientConfig.ts + 419 + + Links + + + Visible links in the top menu. + + src/common/config/public/ClientConfig.ts + 424 + + Visible links in the top menu. + + + Cache + + src/common/config/public/ClientConfig.ts + 437 + + Cache + + + Caches directory contents and search results for better performance. + + src/common/config/public/ClientConfig.ts + 440 + + Cache isi direktori dan hasil pencarian untuk performa lebih baik. + + + Scroll based thumbnail generation + + src/common/config/public/ClientConfig.ts + 445 + + Gulir berdasar generaso gambar mini. + + + Those thumbnails get higher priority that are visible on the screen. + + src/common/config/public/ClientConfig.ts + 448 + + Gambar mini mendapat prioriti lebih tinggi akan terlihat pada layar. + + + Default sorting + + src/common/config/public/ClientConfig.ts + 454 + + Default sorting + + + Default sorting method for photo and video in a directory results. + + src/common/config/public/ClientConfig.ts + 457 + + Default sorting method for photo and video in a directory results. + + + Default search sorting + + src/common/config/public/ClientConfig.ts + 463 + + Default search sorting + + + Default sorting method for photo and video in a search results. + + src/common/config/public/ClientConfig.ts + 466 + + Default sorting method for photo and video in a search results. + + + Sort directories by date + + src/common/config/public/ClientConfig.ts + 472 + + Urut direktori berdasar tanggal + + + 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 + 475 + + Jika diizinkan, direktori diurut berdasar tanggal daripada nama. Tanggal direktori adalah tanggal terakhir modifikasi bukan tanggal penciptaan foto tertua. + + + On scroll thumbnail prioritising + + src/common/config/public/ClientConfig.ts + 481 + + On scroll thumbnail prioritising + + + Those thumbnails will be rendered first that are in view. + + src/common/config/public/ClientConfig.ts + 484 + + Those thumbnails will be rendered first that are in view. + + + Navigation bar + + src/common/config/public/ClientConfig.ts + 489 + + Navigation bar + + + Caption first naming + + src/common/config/public/ClientConfig.ts + 496 + + Caption first naming + + + Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. + + src/common/config/public/ClientConfig.ts + 499 + + Tunjukan tag judul (IPTC 120) dari data EXIF daripada nama file. + + + Download Zip + + src/common/config/public/ClientConfig.ts + 504 + + Unduh Zip + + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + src/common/config/public/ClientConfig.ts + 509 + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + + Directory flattening + + src/common/config/public/ClientConfig.ts + 514 + + Perataan direktori + + + 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 + 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.) + + + Default slideshow speed + + src/common/config/public/ClientConfig.ts + 524 + + Default slideshow speed + + + Default time interval for displaying a photo in the slide show. + + src/common/config/public/ClientConfig.ts + 529 + + Default time interval for displaying a photo in the slide show. + + + Supported formats with transcoding + + src/common/config/public/ClientConfig.ts + 547 + + Supported formats with transcoding + + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + src/common/config/public/ClientConfig.ts + 552 + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + + Supported formats without transcoding + + src/common/config/public/ClientConfig.ts + 560 + + Supported formats without transcoding + + + 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 + 565 + + Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp + + + Enable photo converting. + + src/common/config/public/ClientConfig.ts + 577 + + Enable photo converting. + + + Load full resolution image on zoom. + + src/common/config/public/ClientConfig.ts + 583 + + Load full resolution image on zoom. + + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + src/common/config/public/ClientConfig.ts + 588 + + Ijinkan muat resolusi penuh gambar saat perbesar di lightbox (tinjauan). + + + Photo converting + + src/common/config/public/ClientConfig.ts + 597 + + + src/frontend/app/model/backendtext.service.ts + 39 + + Photo converting + + + Supported photo formats + + src/common/config/public/ClientConfig.ts + 606 + + Supported photo formats + + + 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 + 610 + + Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats. + + + Enable GPX compressing + + src/common/config/public/ClientConfig.ts + 619 + + Enable GPX compressing + + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + src/common/config/public/ClientConfig.ts + 624 + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + + *.gpx files + + src/common/config/public/ClientConfig.ts + 658 + + file *.gpx + + + Reads *.gpx files and renders them on the map. + + src/common/config/public/ClientConfig.ts + 663 + + Baca file *.gpx dan render pada peta. + + + Markdown files + + src/common/config/public/ClientConfig.ts + 678 + + file Markdown + + + Reads *.md files in a directory and shows the next to the map. + + src/common/config/public/ClientConfig.ts + 682 + + Baca file *.md di direktori and tunjukkan sebelah peta. + + + *.pg2conf files + + src/common/config/public/ClientConfig.ts + 688 + + file *.pg2conf + + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + src/common/config/public/ClientConfig.ts + 692 + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + + Supported formats + + src/common/config/public/ClientConfig.ts + 698 + + Supported formats + + + The app will read and process these files. + + src/common/config/public/ClientConfig.ts + 702 + + The app will read and process these files. + + + Enabled + + 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 + + + Override keywords + + src/common/config/public/ClientConfig.ts + 719 + + Timpa katakunci + + + 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 + 723 + + Jika sebuah foto terdapat wajah dan kata kunci yang sama, aplikasi menghapus duplikasi, dan menyimpan wajah saja. + + + Face starring right + + src/common/config/public/ClientConfig.ts + 728 + + Face starring right + + + Required minimum right to star (favourite) a face. + + src/common/config/public/ClientConfig.ts + 731 + + Required minimum right to star (favourite) a face. + + + Face listing right + + src/common/config/public/ClientConfig.ts + 736 + + Face listing right + + + Required minimum right to show the faces tab. + + src/common/config/public/ClientConfig.ts + 739 + + Required minimum right to show the faces tab. + + + Page title + + src/common/config/public/ClientConfig.ts + 749 + + Judul halaman + + + 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 + 755 + + If you access the page form local network its good to know the public url for creating sharing link. + + + Page public url + + src/common/config/public/ClientConfig.ts + 757 + + URL halaman publik + + + 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 + 765 + + Jika anda mengakses galery dari sub-URL (contoh: http://mydomain.com/myGallery), atur disini. Jika tidak bekerja, mungkin anda melewatkan '/' pada awal URL. + + + Url Base + + src/common/config/public/ClientConfig.ts + 767 + + Basis URL + + + Api path + + src/common/config/public/ClientConfig.ts + 779 + + Api path + + + 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 + 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). + + + Custom HTML Head + + src/common/config/public/ClientConfig.ts + 792 + + HTML Head kustom + + + Password protection + + src/common/config/public/ClientConfig.ts + 813 + + Proteksi password + + + Enables user management with login to password protect the gallery. + + src/common/config/public/ClientConfig.ts + 815 + + Enables user management with login to password protect the gallery. + + + Default user right + + src/common/config/public/ClientConfig.ts + 821 + + Default user right + + + Default user right when password protection is disabled. + + src/common/config/public/ClientConfig.ts + 826 + + Default user right when password protection is disabled. + + + Gallery + + src/common/config/public/ClientConfig.ts + 843 + + + src/frontend/app/ui/EnumTranslations.ts + 49 + + + src/frontend/app/ui/frame/frame.component.html + 26 + + Galeri + + + Album + + src/common/config/public/ClientConfig.ts + 857 + + Album + + + Search + + 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 + + + Map + + src/common/config/public/ClientConfig.ts + 876 + + Peta + + + Faces + + 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 + + + Random photo + + src/common/config/public/ClientConfig.ts + 892 + + Random photo + + + This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login. + + src/common/config/public/ClientConfig.ts + 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. + Size to generate src/frontend/app/model/backendtext.service.ts - 15 + 11 Ukuran untuk generasi @@ -14,7 +1982,7 @@ These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes 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 @@ Indexed only src/frontend/app/model/backendtext.service.ts - 19 + 15 Hanya yang terindeks @@ -30,7 +1998,7 @@ Only checks indexed files. src/frontend/app/model/backendtext.service.ts - 21 + 17 Hanya cek file yang terindeks. @@ -38,7 +2006,7 @@ Index changes only src/frontend/app/model/backendtext.service.ts - 23 + 19 Hanya index perubahan @@ -46,75 +2014,67 @@ Only indexes a folder if it got changed. src/frontend/app/model/backendtext.service.ts - 25 + 21 Hanya indeks satu folder jika folder berubah. - - Indexing + + Database reset + + src/frontend/app/model/backendtext.service.ts + 35 + + Database reset + + + Thumbnail generation src/frontend/app/model/backendtext.service.ts 37 - Mengindeks + Thumbnail generation - - Preview Filling - - src/frontend/app/model/backendtext.service.ts - 39 - - Memuat tinjauan - - - Database Reset + + Video converting src/frontend/app/model/backendtext.service.ts 41 - Mengatur ulang basis data + Video converting - - Thumbnail Generation + + Temp folder cleaning src/frontend/app/model/backendtext.service.ts 43 - Generasi Gambar Mini + Temp folder cleaning - - Photo Converting + + Preview filling src/frontend/app/model/backendtext.service.ts 45 - Konversi Foto + Preview filling - - Video Converting + + Preview reset src/frontend/app/model/backendtext.service.ts 47 - Konversi Video - - - Temp Folder Cleaning - - src/frontend/app/model/backendtext.service.ts - 49 - - Membersihkan Folder Sementara + Preview reset Server error src/frontend/app/model/notification.service.ts - 71 + 84 src/frontend/app/model/notification.service.ts - 74 + 87 Server error @@ -122,7 +2082,7 @@ Server info src/frontend/app/model/notification.service.ts - 77 + 90 Info Server @@ -130,7 +2090,7 @@ h src/frontend/app/pipes/DurationPipe.ts - 23 + 20 hour h @@ -139,7 +2099,7 @@ m src/frontend/app/pipes/DurationPipe.ts - 26 + 23 minute m @@ -148,67 +2108,191 @@ s src/frontend/app/pipes/DurationPipe.ts - 29 + 26 second s - - ascending rating + + Developer - src/frontend/app/pipes/StringifySortingMethod.ts - 13 - - rating menaik - - - descending rating - - src/frontend/app/pipes/StringifySortingMethod.ts - 15 - - rating menurun - - - ascending name - - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts 17 - name menaik + Developer - - descending name + + Admin - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 18 + + Admin + + + User + + src/frontend/app/ui/EnumTranslations.ts 19 - nama menurun + User - - ascending date + + Guest - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 20 + + Guest + + + LimitedGuest + + src/frontend/app/ui/EnumTranslations.ts 21 - tanggal menaik + LimitedGuest + + + Basic + + src/frontend/app/ui/EnumTranslations.ts + 24 + + Dasar + + + Advanced + + src/frontend/app/ui/EnumTranslations.ts + 25 + + Lanjutan + + + Under the hood + + src/frontend/app/ui/EnumTranslations.ts + 26 + + Under the hood + + + Custom + + src/frontend/app/ui/EnumTranslations.ts + 28 + + Custom + + + OpenStreetMap + + src/frontend/app/ui/EnumTranslations.ts + 29 + + OpenStreetMap + + + Mapbox + + src/frontend/app/ui/EnumTranslations.ts + 30 + + Mapbox + + + low + + src/frontend/app/ui/EnumTranslations.ts + 33 + + rendah + + + high + + src/frontend/app/ui/EnumTranslations.ts + 34 + + tinggi + + + medium + + src/frontend/app/ui/EnumTranslations.ts + 35 + + menengah descending date - src/frontend/app/pipes/StringifySortingMethod.ts - 23 + src/frontend/app/ui/EnumTranslations.ts + 38 tanggal menurun + + ascending date + + src/frontend/app/ui/EnumTranslations.ts + 39 + + tanggal menaik + + + descending name + + src/frontend/app/ui/EnumTranslations.ts + 40 + + nama menurun + + + ascending name + + src/frontend/app/ui/EnumTranslations.ts + 41 + + name menaik + + + descending rating + + src/frontend/app/ui/EnumTranslations.ts + 42 + + rating menurun + + + ascending rating + + src/frontend/app/ui/EnumTranslations.ts + 43 + + rating menaik + random - src/frontend/app/pipes/StringifySortingMethod.ts - 25 + src/frontend/app/ui/EnumTranslations.ts + 44 acak + + Albums + + src/frontend/app/ui/EnumTranslations.ts + 50 + + + src/frontend/app/ui/frame/frame.component.html + 18 + + Album + Application version @@ -233,11 +2317,11 @@ Git commit - - Server notifications + + Server notifications src/frontend/app/ui/admin/admin.component.html - 17,18 + 16,17 Notifikasi server @@ -245,7 +2329,7 @@ To dismiss these notifications, restart the server. src/frontend/app/ui/admin/admin.component.html - 36,37 + 34,35 Untuk menghilangkan notifikasi ini, mulai ulang server. @@ -253,7 +2337,7 @@ App version: src/frontend/app/ui/admin/admin.component.html - 48 + 46 Versi app: @@ -261,31 +2345,15 @@ Mode src/frontend/app/ui/admin/admin.component.html - 52 + 50,51 Mode - - Advanced - - src/frontend/app/ui/admin/admin.component.html - 60 - - Lanjutan - - - Simplified - - src/frontend/app/ui/admin/admin.component.html - 61 - - Sederhana - Menu 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 @@ Up time src/frontend/app/ui/admin/admin.component.html - 148 + 116 Waktu nyala @@ -302,7 +2370,7 @@ Album is locked, cannot be deleted from the webpage. src/frontend/app/ui/albums/album/album.component.html - 27 + 27,28 Album terkun, tidak dapat dihapus dari halaman situs. @@ -310,11 +2378,11 @@ Add saved search 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 @@ To .pg2conf src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 5 + 5,6 Ke .pg2conf @@ -338,7 +2406,7 @@ Saved Search to .saved_searches.pg2conf 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 @@ Add this json to a '.saved_searches.pg2conf' file in your gallery: 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 @@ This saved search will be loaded from file during gallery indexing and it will survive a database reset. 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 @@ No duplicates found src/frontend/app/ui/duplicates/duplicates.component.html - 9,10 + 8,10 Tidak ada duplikasi ditemukan @@ -370,59 +2438,15 @@ No faces to show. src/frontend/app/ui/faces/faces.component.html - 15 + 16 Tidak ada wajah untuk ditampilkan. - - Gallery - - src/frontend/app/ui/frame/frame.component.html - 18 - - Galeri - - - Albums - - src/frontend/app/ui/frame/frame.component.html - 21 - - - src/frontend/app/ui/settings/albums/albums.settings.component.ts - 23 - - Album - - - Faces - - 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 - - - Duplicates - - src/frontend/app/ui/frame/frame.component.html - 54 - - Duplikasi - Settings src/frontend/app/ui/frame/frame.component.html - 62 + 83 Pengaturan @@ -430,7 +2454,7 @@ Logout src/frontend/app/ui/frame/frame.component.html - 68 + 89 Log Keluar @@ -454,7 +2478,7 @@ unknown src/frontend/app/ui/gallery/filter/filter.gallery.component.ts - 20 + 23 Tidak diketahui @@ -462,7 +2486,7 @@ Keywords src/frontend/app/ui/gallery/filter/filter.service.ts - 33 + 34 Kata Kunci @@ -470,7 +2494,7 @@ no face src/frontend/app/ui/gallery/filter/filter.service.ts - 40 + 44 Tidak ada wajah @@ -478,7 +2502,7 @@ Faces groups src/frontend/app/ui/gallery/filter/filter.service.ts - 45 + 49 Grup wajah @@ -486,7 +2510,7 @@ Caption src/frontend/app/ui/gallery/filter/filter.service.ts - 51 + 59 Judul @@ -494,7 +2518,7 @@ Rating src/frontend/app/ui/gallery/filter/filter.service.ts - 56 + 64 Rating @@ -502,7 +2526,7 @@ Camera src/frontend/app/ui/gallery/filter/filter.service.ts - 61 + 69 Kamera @@ -510,7 +2534,7 @@ Lens src/frontend/app/ui/gallery/filter/filter.service.ts - 66 + 74 Lensa @@ -518,7 +2542,7 @@ City src/frontend/app/ui/gallery/filter/filter.service.ts - 71 + 79 Kota @@ -526,7 +2550,7 @@ State src/frontend/app/ui/gallery/filter/filter.service.ts - 76 + 84 Bagian @@ -534,7 +2558,7 @@ Country src/frontend/app/ui/gallery/filter/filter.service.ts - 81 + 89 Negara @@ -562,23 +2586,11 @@ Terlalu banyak hasil untuk ditampilkan. Perbaiki pencarian. - - download - - 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 - info key: i src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 15 + 10 informasi key: i @@ -586,11 +2598,11 @@ toggle fullscreen, key: f 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 + + Download + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 45 + + Download + + + Slideshow playback speed + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow playback speed + + + Slideshow speed: + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow speed: + + + key: c + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + key: c + + + Show caption + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + Show caption + + + on hover + + 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 + + + always + + 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 + + + key: a + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + key: a + + + Show faces + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + Show faces + + + key: l + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + key: l + + + Play videos + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + Play videos + + + once + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 108 + + once + + + loop + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 109 + + loop + close, key: Escape 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 @@ key: left arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 90 + 179 key: panah kiri @@ -626,7 +2750,7 @@ key: right arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 94 + 183 key: panah kanan @@ -634,7 +2758,7 @@ Zoom out, key: '-' src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 100 + 189 Perkecil, key: '-' @@ -642,7 +2766,7 @@ Zoom in, key: '+' 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 duration 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 @@ bit rate src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html - 57 + 56 bit rate @@ -682,7 +2802,7 @@ Error during loading the video. src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html - 20 + 21 Gagal memuat video. @@ -690,7 +2810,7 @@ Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online: 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 @@ Searching for: src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 12 + 14 Mencari untuk: @@ -706,15 +2826,23 @@ items src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 20 + 23,24 butir + + download + + src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html + 32 + + unduhan + Flatten directory src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 39 + 42 Ratakan direktori @@ -722,17 +2850,17 @@ Filters src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 48 + 51 Penyaring - - Images + + Home src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts - 38 + 48 - Gambar + Home Random link @@ -754,11 +2882,11 @@ Copy 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 @@ Url has been copied to clipboard 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 @@ From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 100 + 104 Dari @@ -798,7 +2926,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 114 + 118 Dari tanggal @@ -806,7 +2934,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 126 + 130 Sampai tanggal @@ -814,11 +2942,11 @@ Minimum Rating 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 @@ Maximum Rating 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 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 206 + 210 Potret @@ -846,7 +2974,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 207 + 211 Datar @@ -854,39 +2982,27 @@ Insert 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 - + - - Search - - src/frontend/app/ui/gallery/search/search.gallery.component.html - 31 - - - src/frontend/app/ui/settings/search/search.settings.component.ts - 22 - - Cari - Save search to album src/frontend/app/ui/gallery/search/search.gallery.component.html - 68 + 63,64 Simpan pencarian pada album @@ -894,15 +3010,11 @@ Share 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 @@ Sharing: src/frontend/app/ui/gallery/share/share.gallery.component.html - 39 + 39,40 Bagikan: @@ -918,43 +3030,15 @@ Include subfolders: src/frontend/app/ui/gallery/share/share.gallery.component.html - 52 + 52,53 Masukan sub-folder: - - Password - - 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 - Valid: src/frontend/app/ui/gallery/share/share.gallery.component.html - 93 + 93,94 Valid: @@ -962,7 +3046,7 @@ Minutes src/frontend/app/ui/gallery/share/share.gallery.component.html - 106 + 106,107 Menit @@ -970,7 +3054,7 @@ Hours src/frontend/app/ui/gallery/share/share.gallery.component.html - 107 + 107,108 Jam @@ -978,7 +3062,7 @@ Days src/frontend/app/ui/gallery/share/share.gallery.component.html - 108 + 108,109 Hari @@ -986,7 +3070,7 @@ Months src/frontend/app/ui/gallery/share/share.gallery.component.html - 109 + 109,110 Bulan @@ -994,7 +3078,7 @@ Forever src/frontend/app/ui/gallery/share/share.gallery.component.html - 110 + 110,111 Selamanya @@ -1002,7 +3086,7 @@ Yes src/frontend/app/ui/gallery/share/share.gallery.component.ts - 51 + 49 Ya @@ -1010,7 +3094,7 @@ No src/frontend/app/ui/gallery/share/share.gallery.component.ts - 52 + 50 Tidak @@ -1018,11 +3102,11 @@ loading.. 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 @@ Please log in src/frontend/app/ui/login/login.component.html - 10 + 10,11 Silahkan log masuk @@ -1038,31 +3122,15 @@ Wrong username or password src/frontend/app/ui/login/login.component.html - 13,14 + 13 Username atau password salah - - Username - - 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 - Remember me src/frontend/app/ui/login/login.component.html - 58 + 47,48 Ingat saya @@ -1070,1056 +3138,323 @@ Login src/frontend/app/ui/login/login.component.html - 68,69 + 56 Log masuk - - settings saved - - src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts - 223 - - pengaturan tersimpan - - - Success - - 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 - - - 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 - 2,5 - - Sepertinya anda menjalankan aplikasi dalam container Docker. Pengaturan ini tidak dapat diatur dalam docker. Pastikan, anda tahu apa yang anda lakukan. - - - Disabled - - 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 - - - Enabled - - 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 - - - readonly - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 149 - - Hanya baca - - - default value - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 151 - - nilai standar - - - Shows albums tab in the top bar and enables creating saved searches. - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 25 - - Tampikan tab album pada bar atas dan nyalakan pembuatan penyimpan pencarian - - - Note: custom albums are not supported, see: - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 27 - - Catatan: album kustom tidak didukung, lihat: - - - Save - - 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 - - - Reset - - 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 - - - Page title - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 11 - - Judul halaman - - - Host - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 20 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 35 - - Host - - - Server will accept connections from this IPv6 or IPv4 address. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 22 - - Server akan menerima koneksi dari alamat IPv6 atau IPv4 ini. - - - Port - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 31 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 42 - - Port - - - Port number. Port 80 is usually what you need. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 32 - - Nomor port. Port 80 adalah yang biasa dibutuhkan. - - - Images folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 42 - - Folder gambar - - - Images are loaded from this folder (read permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 43 - - Gambar dimuat dari folder ini (izin membaca dibutuhkan) - - - Temp folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 53 - - Folder sementara - - - Thumbnails, converted photos, videos will be stored here (write - permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 54,55 - - Gambar mini, foto, video terkonversi akan disimpan disini (izin menulis dibutuhkan) - - - Page public url - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 65 - - URL halaman publik - - - 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 - 68,69 - - Jika anda mengakses dari jaringan lokal sebaiknya untuk tahu URL publik untuk membuat link berbagi. - - - Url Base - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 77 - - Basis URL - - - 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 - 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. - - - 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.html - 91,92 - - URL publik anda basis URL tidak cocok. Beberapa fungsi mungkin tidak akan bekerja. - - - Basic - - src/frontend/app/ui/settings/basic/basic.settings.component.ts - 26 - - Dasar - - - Restart the server to apply the new settings - - 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 - - - Type - - src/frontend/app/ui/settings/database/database.settings.component.html - 10 - - Tipe - - - Install manually mysql node module to use mysql (npm install mysql) - - src/frontend/app/ui/settings/database/database.settings.component.html - 16,17 - - Pasang manual module node mysql untuk menggunakan mysql (npm install mysql) - - - Database folder - - src/frontend/app/ui/settings/database/database.settings.component.html - 22 - - Folder basis data - - - 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 - 23 - - Semua data berupa file akan tersimpan disini (basis data sqlite, basis data pengguna dalam hal memory db, dan data riwayat pekerjaan) - - - Database - - src/frontend/app/ui/settings/database/database.settings.component.html - 50 - - - src/frontend/app/ui/settings/database/database.settings.component.ts - 26 - - Basis data - - - (recommended) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 36 - - (rekomendasi) - - - (deprecated, will be removed) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 38 - - (tidak berguna, akan dihapus) - - - Override keywords - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 31 - - Timpa katakunci - - - 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 - 33 - - Jika sebuah foto terdapat wajah dan kata kunci yang sama, aplikasi menghapus duplikasi, dan menyimpan wajah saja - - - Face starring right - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 38 - - Face starring right - - - Required minimum right to star (favourite) a face. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 40 - - Required minimum right to star (favourite) a face. - - - Faces are not supported with these settings. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 47,48 - - Wajah tidak didukung dengan pengaturan ini. - - - Index cache timeout [ms] - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 12 - - Waktu habis cache indeks [ms] - - - 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 - 13 - - Jika tidak ada index pada waktu ini, akan indeks ulang (lewati jika indeks terdapat pada basis data anda sensitivitas rendah) - - - Folder reindexing sensitivity - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 21 - - Sensitivitas folder untuk indeks ulang - - - Set the reindexing sensitivity. High value check the folders for change more often. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 23 - - Atur sensitivitas indeks ulang. Nilai tinggi akan melakukan cek folder lebih sering. - - - Exclude Folder List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 29 - - Daftar folder dikecualikan - - - Folders to exclude from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 34 - - Folder dikeluarkan dari indeks - - - ';' 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 - 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. - - - Exclude File List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 45 - - Daftar file dikecualikan - - - Files that mark a folder to be excluded from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 50 - - File yang menandakan sebuah folder akan dikecualikan dari indeks. - - - ';' 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 - 53,55 - - ';' pemisah untaian. Folder apapun yang mengandung untaian akan dikecualikan dari indeks. - - - If you add a new folder to your gallery, the site indexes it automatically. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 75 - - Jika anda menambahkan folder pada gallery, akan terindeks otomatis. - - - If you would like to trigger indexing manually, click index button. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 76 - - Jika anda ingin memicu indeks manual, klik tombol indeks. - - - Note: search only works among the indexed directories - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 79 - - Catatan: pencarian hanya bekerja pada direktori yang terindeks. - Statistic: - 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: Folders - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 109 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 6 Folder Photos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 113 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 10 Foto Videos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 117 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 14 Video Persons - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 122 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 19 Orang Size - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 126 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 23 Ukurang - - Folder indexing + + Job finished - 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 - - 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 - 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. - - medium + + Disabled - 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 - - high + + Tile Url* - 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* - - Folder indexing started + + + Add Layer - 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 - - Folder indexing interrupted + + + Add Link - 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 - - Resetting database + + + Add - 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 + + + ';' separated list. + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 301 + + ';' separated list. + + + See + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 304 + + See + + + Reset database after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 308 + + Reset database after changing this settings! + + + Restart server after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 312 + + Restart server after changing this settings! + + + readonly + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 229 + + Hanya baca + + + default value + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 231 + + nilai standar + + + config is not supported with these settings. + + src/frontend/app/ui/settings/template/template.component.html + 33,34 + + config is not supported with these settings. + + + Save + + src/frontend/app/ui/settings/template/template.component.html + 45 + + Simpan + + + Reset + + src/frontend/app/ui/settings/template/template.component.html + 49 + + Atur ulang + + + settings saved + + src/frontend/app/ui/settings/template/template.component.ts + 281,280 + + pengaturan tersimpan + + + Success + + src/frontend/app/ui/settings/template/template.component.ts + 282,280 + + Sukses + + + User list + + src/frontend/app/ui/settings/users/users.component.html + 4,5 + + User list + + + + Add user + + src/frontend/app/ui/settings/users/users.component.html + 46,47 + + + Tambah pengguna + + + Add new User + + src/frontend/app/ui/settings/users/users.component.html + 56,57 + + Tambah pengguna baru + + + Close + + src/frontend/app/ui/settings/users/users.component.html + 72,73 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 248,249 + + Tutup + + + Add User + + src/frontend/app/ui/settings/users/users.component.html + 76 + + Add Pengguna + + + User creation error! + + src/frontend/app/ui/settings/users/users.component.ts + 82,80 + + Penciptaan pengguna error! Trigger job run manually - 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 Run now - 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 Cancel - 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 Job started - 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 Stopping job - 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 - - every - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 20 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 116 - - tiap kali - - - never - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 25 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 68 - - tidak pernah - - - after - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 27 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 67 - - setelah - - - Job: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 50 - - Pekerjaan: - - - Periodicity: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 64 - - Periodik: - - - Set the time to run the job. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 74,75 - - Set the time to run the job. - - - After: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 80 - - Setelah: - - - The job will run after that job finishes. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 91,92 - - Pekerjaan akan berjalan setelah pekerjaan ini selesai. - - - At: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 98 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 108 - - Pada: - - - Allow parallel run - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 127 - - Ijinkan menjalankan paralel - - - Enables the job to start even if another job is already running. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 143,144 - - Izinkan pekerjaan dimulai jika perkerjaan lain sedang berjalan. - - - ';' separated integers. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 198,199 - - ';' pemisah integer. - - - + Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 226,227 - - + Tambahkan pekerjaan - - - Add new job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 241 - - Tambah pekerjaan baru - - - Select a job to schedule. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 255,256 - - Pilih pekerjaan untuk dijadwalkan. - - - Close - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 260 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 87 - - Tutup - - - Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 263,264 - - Tambah Pekerjaan - - - Jobs - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 57 - - Pekerjaan - - - periodic - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 69 - - periodik - - - scheduled - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 70 - - terjadwal - - - Monday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 73 - - Senin - - - Tuesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 74 - - Selasa - - - Wednesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 75 - - Rabu - - - Thursday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 76 - - Kamis - - - Friday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 77 - - Jumat - - - Saturday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 78 - - Sabtu - - - Sunday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 79 - - Minggu - - - day - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 80 - - Hari - Last run: - 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: Run between - 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 @@ Status - 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 @@ Cancelling... - 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... time elapsed - 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 Processed - 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 Skipped - 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 Left - 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 All - 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 Logs - 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 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 + 38 diproses skipped - 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 all - 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 running - 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 cancelling - 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 canceled - 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 interrupted - 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 finished - 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 - - Use image markers + + every - 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 - - - Map will use thumbnail images as markers instead of the default pin. - src/frontend/app/ui/settings/map/map.settings.component.html - 31 - - Peta akan menggunakan gambar mini sebagai penanda daripada pin standar. - - - Map provider - - src/frontend/app/ui/settings/map/map.settings.component.html - 40 - - Penyedia peta - - - Name - - src/frontend/app/ui/settings/map/map.settings.component.html - 52 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 27 - - Nama - - - Tile Url* - - src/frontend/app/ui/settings/map/map.settings.component.html - 53 - - URL tile* - - - *The map module will use these urls to fetch the map tiles. - - src/frontend/app/ui/settings/map/map.settings.component.html - 78 - - *Module peta akan menggunakan URL ini untuk mendapatkan ubin peta. - - - + Add Layer - - src/frontend/app/ui/settings/map/map.settings.component.html - 83,84 - - + Tambah Lapisan - - - Mapbox access token - - src/frontend/app/ui/settings/map/map.settings.component.html - 90 - - Akses token Mapbox - - - MapBox needs an access token to work, create one at - - src/frontend/app/ui/settings/map/map.settings.component.html - 96 - - MapBox membutuhkan akses token untuk bekerja, buat satu di - - - Map - - src/frontend/app/ui/settings/map/map.settings.component.ts - 27 - - Peta - - - *.gpx files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 11 - - file *.gpx - - - Reads *.gpx files and renders them on the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 12 - - Baca file *.gpx dan render pada peta. - - - Markdown files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 19 - - file Markdown - - - Reads *.md files in a directory and shows the next to the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 20 - - Baca file *.md di direktori and tunjukkan sebelah peta. - - - *.pg2conf files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 26 - - file *.pg2conf - - - Reads *.pg2conf files (You can use it for custom sorting and save search (albums)). - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 27 - - Baca file *.pg2conf (Anda dapat menggunakannya untuk urutan kustom dan menyimpan pencarian (album)) - - - Meta file - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts - 23 - - File meta - - - Error: - - src/frontend/app/ui/settings/other/other.settings.component.html - 7 - - Error: - - - Threads: - - src/frontend/app/ui/settings/other/other.settings.component.html - 10 - - Threads: - - - Threading - - src/frontend/app/ui/settings/other/other.settings.component.html - 14 - - Threading - - - Runs directory scanning in a different thread. - - src/frontend/app/ui/settings/other/other.settings.component.html - 15 - - Jalankan pemindai direktori pada thread berbeda. - - - Thumbnail threads - - src/frontend/app/ui/settings/other/other.settings.component.html - 22 - - Thread gambar mini - - - 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 - 23 - - Jumlah thread yang digunakan untuk generasi gambar mini. Jika auto, jumlah core prosessor -1 akan digunakan. - - - Misc: - - src/frontend/app/ui/settings/other/other.settings.component.html - 33 - - Lainnya: - - - Scroll based thumbnail generation - - src/frontend/app/ui/settings/other/other.settings.component.html - 36 - - Gulir berdasar generaso gambar mini. - - - Those thumbnails get higher priority that are visible on the screen. - - src/frontend/app/ui/settings/other/other.settings.component.html - 37 - - Gambar mini mendapat prioriti lebih tinggi akan terlihat pada layar. - - - Lazy image rendering - - src/frontend/app/ui/settings/other/other.settings.component.html - 43 - - Render gambar Lazy - - - 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 - 44 - - Hanya tampilan foto yang dibutuhkan sekali waktu. Render lagi jika halaman bawah tercapai. - - - Cache - - src/frontend/app/ui/settings/other/other.settings.component.html - 50 - - Cache - - - Caches directory contents and search results for better performance. - - src/frontend/app/ui/settings/other/other.settings.component.html - 51 - - Cache isi direktori dan hasil pencarian untuk performa lebih baik. - - - Caption first naming - - src/frontend/app/ui/settings/other/other.settings.component.html - 57 - - Caption first naming - - - Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. - - src/frontend/app/ui/settings/other/other.settings.component.html - 58 - - Tunjukan tag judul (IPTC 120) dari data EXIF daripada nama file. - - - Download Zip - - src/frontend/app/ui/settings/other/other.settings.component.html - 64 - - Unduh Zip - - - [Experimental: does not work for searches] Enable download zip of a directory contents - - src/frontend/app/ui/settings/other/other.settings.component.html - 65 - - [Experimental: tidak bekerjan pada pencarian] Izinkan unduh zip dari isi direktori - - - Directory flattening - - src/frontend/app/ui/settings/other/other.settings.component.html - 71 - - Perataan direktori - - - [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 - 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. - - - Navigation bar: - - src/frontend/app/ui/settings/other/other.settings.component.html - 82 - - Bar navigasi: - - - Show item count - - src/frontend/app/ui/settings/other/other.settings.component.html - 85 - - Tunjukan jumlah item - - - Show the number of items (photos) in the folder. - - src/frontend/app/ui/settings/other/other.settings.component.html - 86 - - Tunjukkan jumlah item (foto) pada folder. - - - Default photo sorting method - - src/frontend/app/ui/settings/other/other.settings.component.html - 100 - - Metode urut foto standar. - - - Sort directories by date - - src/frontend/app/ui/settings/other/other.settings.component.html - 109 - - Urut direktori berdasar tanggal - - - 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 - 110 - - Jika diizinkan, direktori diurut berdasar tanggal daripada nama. Tanggal direktori adalah tanggal terakhir modifikasi bukan tanggal penciptaan foto tertua. - - - Custom HTML Head - - src/frontend/app/ui/settings/other/other.settings.component.html - 118 - - HTML Head kustom - - - Other - - src/frontend/app/ui/settings/other/other.settings.component.ts - 32 - - Lainnya - - - Photo converting: - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 9 - - Konversi foto: - - - Converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 12 - - Mengkonversi - - - Downsizes photos for faster preview loading. (Zooming in to the photo loads the original). - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 13 - - Turunkan ukuran foto untuk mempercepat tinjauan. (Perbesar foto memuat foto asli). - - - On the fly converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 19 - - Konversi cepat - - - Converts photos on the fly, when they are requested. - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 20 - - Konversi foto cepat, ketika diminta. - - - Resolution - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 28 - - - src/frontend/app/ui/settings/video/video.settings.component.html - 66 - - Resolusi - - - 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 - 29 - - Sudut lebih kecil dari foto terkonversi akan diturun ke ini, sembari memelihara rasio aspek. - - - Load full resolution image on zoom - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 38 - - Muat resolusi penuh foto saat perbesar. - - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 39 - - Ijinkan muat resolusi penuh gambar saat perbesar di lightbox (tinjauan). - - - Photo - - src/frontend/app/ui/settings/photo/photo.settings.component.ts - 36 - - Foto - - - Preview Filter query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 10 - - Tinjau Filter kueri - - - Filters the sub-folders with this search query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 11 - - Filter sub-folder dengan kueri pencarian ini - - - Preview Sorting - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 20 - - Urutan Tinjauan - - - If multiple preview is available sorts them by these methods and selects the first one. - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 21 - - Jika beberapa urutan tinjauan tersedia urutkan berdasar metode ini dan pilih yang pertama. - - - Preview - - src/frontend/app/ui/settings/preview/preview.settings.component.ts - 31 - - Tinjauan - - - 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 - 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. - - - Note: With the current implementation, random link also requires login. See: - - 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: - - - Random Photo is not supported with these settings - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html - 43,44 - - Foto acak tidak didukung dengan pengaturan ini - - - Random Photo - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts - 22 - - Foto acak - - - Job finished - - src/frontend/app/ui/settings/scheduled-jobs.service.ts - 80 - - Pekerjaan selesai - - - Autocomplete - - src/frontend/app/ui/settings/search/search.settings.component.html - 32 - - Komplit otomatis - - - Show hints while typing search query. - - src/frontend/app/ui/settings/search/search.settings.component.html - 33 - - Tunjukkan petunjuk saat mengetik kueri pencarian. - - - Maximum media result - - src/frontend/app/ui/settings/search/search.settings.component.html - 40 - - Hasil media maksimal - - - Maximum number of photos and videos that listed in one search result - - src/frontend/app/ui/settings/search/search.settings.component.html - 41 - - Jumlah maksimal foto dan video yang terdaftar pada sebuah hasil pencarian. - - - List directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 49 - - Daftar direktori - - - Search will also return with directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 50 - - Pencarian akan memunculkan direktori - - - List metafiles - - src/frontend/app/ui/settings/search/search.settings.component.html - 57 - - Daftar file meta - - - 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 - 58 - - Pencarian juga akan memunculkan file meta dari direktori yang mengandung media sesuai pencarian. - - - Search is not supported with these settings - - src/frontend/app/ui/settings/search/search.settings.component.html - 68,69 - - Pencarian tidak didukung dengan pengaturan ini - - - Password protected - - src/frontend/app/ui/settings/share/share.settings.component.html - 29 - - Terproteksi password - - - Enables password protected sharing links. - - src/frontend/app/ui/settings/share/share.settings.component.html - 30 - - Izinkan proteksi password link berbagi. - - - Sharing is not supported with these settings - - src/frontend/app/ui/settings/share/share.settings.component.html - 40,41 - - Berbagi tidak didukung dengan pengaturan ini - - - Shared links: - - src/frontend/app/ui/settings/share/share.settings.component.html - 57 - - Links berbagi: - - - Key - - src/frontend/app/ui/settings/share/share.settings.component.html - 63 - - Key - - - Folder - - src/frontend/app/ui/settings/share/share.settings.component.html - 64 - - Folder - - - Creator - - src/frontend/app/ui/settings/share/share.settings.component.html - 65 - - Pencipta - - - Expires - - src/frontend/app/ui/settings/share/share.settings.component.html - 66 - - Kadaluarsa - - - No sharing was created. - - src/frontend/app/ui/settings/share/share.settings.component.html - 86,87 - - Tidak ada berbagi tercipta. - - - Thumbnail Quality - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 11 - - Kualitas gambar mini - - - High quality may be slow. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 12 - - Kualitas tinggi mungkin akan memperlambat. - - - Icon size - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 20 - - Ukuran ikon - - - Icon size (used on maps). - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 21 - - Ukuran ikon (dipakai pada). - - - Thumbnail sizes - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 30 - - Ukuran gambar mini - - - Size of the thumbnails. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 37 - - Ukuran dari gambar mini. - - - 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 - 39,41 - - Ukuran paling cocok akan di generasi. (Ukuran lebih besar mempunyai kualitas lebih baik, namun menggunakan penyimpanan dan CPU lebih banyak.) - - - ';' 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.html - 43,45 - - ';' pemisah integers. Jika ukurang 240, ukuran pendek dari gambar mini mempunyai 160 pixels. - - - Thumbnail - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts - 31 - - Gambar mini - - - Role - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 28 - - Peran - - - + Add user - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 55,56 - - + Tambah pengguna - - - To protect the site with password / have login enable this. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 59,60 - - Untuk melindungi situs dengan password / memiliki log masuk izinkan ini. - - - Add new User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 70 - - Tambah pengguna baru - - - Add User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 90,91 - - Add Pengguna - - - Password protection - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 45 - - Proteksi password - - - Low - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 48 - - Rendah - - - High - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 49 - - Tinggi - - - Password protection enabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 86 - - Proteksi password diizinkan - - - Server restart is recommended. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 87 - - Mulai ulang server direkomendasi - - - Password protection disabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 90 - - Proteksi password dimatikan - - - User creation error! - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 113 - - Penciptaan pengguna error! - - - 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 - 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. - - - Video transcoding: - - src/frontend/app/ui/settings/video/video.settings.component.html - 33 - - Transkode video: - - - 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 - 35,38 - - Untuk memastikan pemutaran video lancar, transkode video direkomendasikan untuk menurunkan bit rate lebih rendah dari kecepatan unggah server - - - The transcoded videos will be save to the thumbnail folder. - - src/frontend/app/ui/settings/video/video.settings.component.html - 39 - - Video hasil transkode akan disimpan ke folder gambar mini. - - - 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 - 40,43 - - Anda dapat memicu transkode manual, tetapi anda juga dapat membuat enkode otomatis pada pengaturan pada mode lanjutan. - - - Format - - src/frontend/app/ui/settings/video/video.settings.component.html - 47 - - Format - - - Codec - - src/frontend/app/ui/settings/video/video.settings.component.html - 57 - - Codec - - - 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 - 67 - - Tinggi keluaran video akan diturunkan pada ini, sembari memelihara rasio aspek. - - - FPS - - src/frontend/app/ui/settings/video/video.settings.component.html - 77 - - FPS - - - 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 - 78 - - Target frame per second (fps) keluaran video akan diturunkan pada ini. - - - Bit rate - - src/frontend/app/ui/settings/video/video.settings.component.html - 90 - - Bit rate - - - 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 - 104,106 - - Target bit rate keluaran video akan diturunkan pada ini. Nilai ini harus lebih rendah dari kecepatan unggah server. - - - CRF - - src/frontend/app/ui/settings/video/video.settings.component.html + src/frontend/app/ui/settings/workflow/workflow.component.html 112 - CRF + tiap kali - - 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. + + never - 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 - - Preset + + after - 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 - - 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 - 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: - - Custom Options + + Periodicity: - 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: - - ; 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.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. - - Video + + After: - src/frontend/app/ui/settings/video/video.settings.component.ts - 43 + src/frontend/app/ui/settings/workflow/workflow.component.html + 72,73 - Video + Setelah: + + + The job will run after that job finishes. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 85,86 + + Pekerjaan akan berjalan setelah pekerjaan ini selesai. + + + At: + + src/frontend/app/ui/settings/workflow/workflow.component.html + 92,93 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 102,103 + + Pada: + + + Allow parallel run + + src/frontend/app/ui/settings/workflow/workflow.component.html + 123,124 + + Ijinkan menjalankan paralel + + + Enables the job to start even if another job is already running. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 140,141 + + Izinkan pekerjaan dimulai jika perkerjaan lain sedang berjalan. + + + ';' separated integers. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 198,199 + + ';' pemisah integer. + + + + Add Job + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 218,221 + + + Tambahkan pekerjaan + + + Add new job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 228,229 + + Tambah pekerjaan baru + + + Select a job to schedule. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 243,244 + + Pilih pekerjaan untuk dijadwalkan. + + + Add Job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 252 + + Tambah Pekerjaan + + + periodic + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 82 + + periodik + + + scheduled + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 83 + + terjadwal + + + Monday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 86,85 + + Senin + + + Tuesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 87,85 + + Selasa + + + Wednesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 88,85 + + Rabu + + + Thursday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 89,85 + + Kamis + + + Friday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 90,85 + + Jumat + + + Saturday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 91,85 + + Sabtu + + + Sunday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 92,85 + + Minggu + + + day + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 93,85 + + Hari Wrong password src/frontend/app/ui/sharelogin/share-login.component.html - 11 + 11,13 Password salah - - Enter + + Enter 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 @@ + + Host + + src/common/config/private/PrivateConfig.ts + 100 + + + src/common/config/private/PrivateConfig.ts + 973 + + Host + + + Port + + src/common/config/private/PrivateConfig.ts + 110 + + + src/common/config/private/PrivateConfig.ts + 961 + + Porta + + + Database + + src/common/config/private/PrivateConfig.ts + 120 + + + src/common/config/private/PrivateConfig.ts + 1029 + + Database + + + Username + + 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 + + + Password + + 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 + + + Sqlite db filename + + src/common/config/private/PrivateConfig.ts + 153 + + Sqlite db filename + + + Sqlite will save the db with this filename. + + src/common/config/private/PrivateConfig.ts + 157 + + Sqlite will save the db with this filename. + + + Name + + 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 + + + Role + + src/common/config/private/PrivateConfig.ts + 177 + + + src/frontend/app/ui/settings/users/users.component.html + 17,18 + + Ruolo + + + Unencrypted, temporary password. App will encrypt it and delete this. + + src/common/config/private/PrivateConfig.ts + 190 + + Unencrypted, temporary password. App will encrypt it and delete this. + + + Encrypted password + + src/common/config/private/PrivateConfig.ts + 196 + + Encrypted password + + + Type + + src/common/config/private/PrivateConfig.ts + 231 + + + src/common/config/public/ClientConfig.ts + 362 + + Tipo + + + SQLite is recommended. + + src/common/config/private/PrivateConfig.ts + 236 + + SQLite is recommended. + + + Database folder + + src/common/config/private/PrivateConfig.ts + 243 + + Cartella database + + + All file-based data will be stored here (sqlite database, job history data). + + src/common/config/private/PrivateConfig.ts + 247 + + All file-based data will be stored here (sqlite database, job history data). + + + SQLite + + src/common/config/private/PrivateConfig.ts + 254 + + SQLite + + + MySQL + + src/common/config/private/PrivateConfig.ts + 264 + + MySQL + + + Enforced users + + src/common/config/private/PrivateConfig.ts + 281 + + + src/common/config/private/PrivateConfig.ts + 298 + + Enforced users + + + 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 + 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. + + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + src/common/config/private/PrivateConfig.ts + 301 + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + + Converted photo and thumbnail quality + + src/common/config/private/PrivateConfig.ts + 308 + + Converted photo and thumbnail quality + + + Between 0-100. + + src/common/config/private/PrivateConfig.ts + 311 + + Between 0-100. + + + Person face margin + + src/common/config/private/PrivateConfig.ts + 318 + + Person face margin + + + Person face size ratio on the face thumbnail. + + src/common/config/private/PrivateConfig.ts + 321 + + Person face size ratio on the face thumbnail. + + + OnTheFly *.gpx compression + + src/common/config/private/PrivateConfig.ts + 331 + + OnTheFly *.gpx compression + + + Enables on the fly *.gpx compression. + + src/common/config/private/PrivateConfig.ts + 335 + + Enables on the fly *.gpx compression. + + + Min distance + + src/common/config/private/PrivateConfig.ts + 342 + + Min distance + + + Filters out entry that are closer than this in meters. + + src/common/config/private/PrivateConfig.ts + 347 + + Filters out entry that are closer than this in meters. + + + Min time delta + + src/common/config/private/PrivateConfig.ts + 354 + + Min time delta + + + Filters out entry that are closer than this in time in milliseconds. + + src/common/config/private/PrivateConfig.ts + 359 + + Filters out entry that are closer than this in time in milliseconds. + + + GPX compression + + src/common/config/private/PrivateConfig.ts + 369 + + + src/common/config/public/ClientConfig.ts + 669 + + + src/frontend/app/model/backendtext.service.ts + 49 + + GPX compression + + + Update timeout + + src/common/config/private/PrivateConfig.ts + 387 + + Update timeout + + + After creating a sharing link, it can be updated for this long. + + src/common/config/private/PrivateConfig.ts + 391 + + After creating a sharing link, it can be updated for this long. + + + Index cache timeout + + src/common/config/private/PrivateConfig.ts + 402 + + Index cache timeout + + + 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 + 406 + + If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low). + + + Folder reindexing sensitivity + + src/common/config/private/PrivateConfig.ts + 413 + + Sensibilità di reindicizzazione delle cartelle + + + Set the reindexing sensitivity. High value check the folders for change more often. + + 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. + + + Exclude Folder List + + src/common/config/private/PrivateConfig.ts + 423 + + Lista di cartelle escluse + + + 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 + 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. + + + Exclude File List + + src/common/config/private/PrivateConfig.ts + 436 + + Lista esclusioni file + + + .ignore;.pg2ignore + + src/common/config/private/PrivateConfig.ts + 440 + + .ignore;.pg2ignore + + + 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 + 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. + + + Threading + + src/common/config/private/PrivateConfig.ts + 452 + + + src/common/config/private/PrivateConfig.ts + 984 + + Threading + + + Runs directory scanning and thumbnail generation in a different thread. + + src/common/config/private/PrivateConfig.ts + 456 + + Runs directory scanning and thumbnail generation in a different thread. + + + Thumbnail threads + + src/common/config/private/PrivateConfig.ts + 462 + + Thread anteprime + + + 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 + 466 + + Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used. + + + Max duplicates + + src/common/config/private/PrivateConfig.ts + 477 + + Max duplicates + + + Maximum number of duplicates to list. + + src/common/config/private/PrivateConfig.ts + 480 + + Maximum number of duplicates to list. + + + Level + + src/common/config/private/PrivateConfig.ts + 490 + + Level + + + Logging level. + + src/common/config/private/PrivateConfig.ts + 493 + + Logging level. + + + Sql Level + + src/common/config/private/PrivateConfig.ts + 499 + + Sql Level + + + Logging level for SQL queries. + + src/common/config/private/PrivateConfig.ts + 502 + + Logging level for SQL queries. + + + Server timing + + src/common/config/private/PrivateConfig.ts + 507 + + Server timing + + + If enabled, the app ads "Server-Timing" http header to the response. + + src/common/config/private/PrivateConfig.ts + 510 + + If enabled, the app ads "Server-Timing" http header to the response. + + + Max saved progress + + src/common/config/private/PrivateConfig.ts + 610 + + Max saved progress + + + Job history size. + + src/common/config/private/PrivateConfig.ts + 613 + + Job history size. + + + Processing batch size + + src/common/config/private/PrivateConfig.ts + 620 + + Processing batch size + + + Jobs load this many photos or videos form the DB for processing at once. + + src/common/config/private/PrivateConfig.ts + 623 + + Jobs load this many photos or videos form the DB for processing at once. + + + Scheduled jobs + + src/common/config/private/PrivateConfig.ts + 629 + + Scheduled jobs + + + Bit rate + + src/common/config/private/PrivateConfig.ts + 685 + + Bit rate + + + 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 + 689 + + Il bit rate del video di output sarà ridotto a questo. Deve essere inferiore alla banda di upload del server. + + + Resolution + + src/common/config/private/PrivateConfig.ts + 696 + + + src/common/config/private/PrivateConfig.ts + 808 + + Risoluzione + + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 701 + + L'altezza del video in uscita sarà scalata a questa, mantenendo il rapporto base altezza. + + + FPS + + src/common/config/private/PrivateConfig.ts + 708 + + FPS + + + Target frame per second (fps) of the output video will be scaled down this this. + + src/common/config/private/PrivateConfig.ts + 712 + + Il video di output avrà questi frame al secondo. + + + Format + + src/common/config/private/PrivateConfig.ts + 718 + + Formato + + + MP4 codec + + src/common/config/private/PrivateConfig.ts + 727 + + MP4 codec + + + Webm Codec + + src/common/config/private/PrivateConfig.ts + 737 + + Webm Codec + + + CRF + + src/common/config/private/PrivateConfig.ts + 748 + + CRF + + + 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 + 751 + + La scala del fattore qualità (CRF) è da 0 a 51, dove 0 è lossless, 23 è il default e 51 è la peggior qualità possibile. + + + Preset + + src/common/config/private/PrivateConfig.ts + 759 + + Preimpostazioni + + + 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 + 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. + + + Custom Options + + src/common/config/private/PrivateConfig.ts + 769 + + Opzioni personalizzate + + + It will be sent to ffmpeg as it is, as custom options. + + src/common/config/private/PrivateConfig.ts + 774 + + It will be sent to ffmpeg as it is, as custom options. + + + Video transcoding + + src/common/config/private/PrivateConfig.ts + 783 + + Video transcoding + + + 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 + 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. + + + On the fly converting + + src/common/config/private/PrivateConfig.ts + 796 + + Conversione al volo + + + Converts photos on the fly, when they are requested. + + src/common/config/private/PrivateConfig.ts + 802 + + Converte foto al volo, quando sono richieste. + + + The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 815 + + Il bordo più corto della foto convertita sarà ridimensionato a questo, mantenendo il rapporto base altezza. + + + Photo resizing + + src/common/config/private/PrivateConfig.ts + 824 + + Photo resizing + + + Preview Filter query + + src/common/config/private/PrivateConfig.ts + 836 + + Preview Filter query + + + 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 + 841 + + Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter. + + + Preview Sorting + + src/common/config/private/PrivateConfig.ts + 850 + + Preview Sorting + + + If multiple preview is available sorts them by these methods and selects the first one. + + src/common/config/private/PrivateConfig.ts + 854 + + If multiple preview is available sorts them by these methods and selects the first one. + + + Images folder + + src/common/config/private/PrivateConfig.ts + 866 + + Cartella immagini + + + Images are loaded from this folder (read permission required) + + src/common/config/private/PrivateConfig.ts + 871 + + Le foto sono caricate da questa cartella (il server deve avere il permesso in lettura) + + + Temp folder + + src/common/config/private/PrivateConfig.ts + 877 + + Cartella temporanea + + + Thumbnails, converted photos, videos will be stored here (write permission required) + + src/common/config/private/PrivateConfig.ts + 882 + + Anteprime, foto convertite, video ricodificati saranno salvati qui (il server deve avere il permesso in scrittura) + + + Metadata read buffer + + src/common/config/private/PrivateConfig.ts + 889 + + Metadata read buffer + + + 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 + 895 + + Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square. + + + Video + + src/common/config/private/PrivateConfig.ts + 901 + + + src/common/config/public/ClientConfig.ts + 640 + + Video + + + Video support uses ffmpeg. ffmpeg and ffprobe binaries need to be available in the PATH or the @ffmpeg-installer/ffmpeg and @ffprobe-installer/ffprobe optional node packages need to be installed. + + 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. + + + Photo + + src/common/config/private/PrivateConfig.ts + 915 + + + src/common/config/public/ClientConfig.ts + 647 + + Foto + + + Thumbnail + + src/common/config/private/PrivateConfig.ts + 928 + + + src/common/config/public/ClientConfig.ts + 633 + + Anteprima + + + Session Timeout + + src/common/config/private/PrivateConfig.ts + 951 + + Session Timeout + + + Users kept logged in for this long time. + + src/common/config/private/PrivateConfig.ts + 955 + + Users kept logged in for this long time. + + + Port number. Port 80 is usually what you need. + + src/common/config/private/PrivateConfig.ts + 966 + + Numero porta. Di solito è 80. + + + Server will accept connections from this IPv6 or IPv4 address. + + src/common/config/private/PrivateConfig.ts + 978 + + Il server accetterà connessioni su questo indirizzo IPv4 o IPv6. + + + Logs + + src/common/config/private/PrivateConfig.ts + 992 + + Logs + + + Server + + src/common/config/private/PrivateConfig.ts + 1021 + + Server + + + Users + + src/common/config/private/PrivateConfig.ts + 1037 + + Users + + + Indexing + + src/common/config/private/PrivateConfig.ts + 1045 + + + src/frontend/app/model/backendtext.service.ts + 33 + + Indicizzazione + + + 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 + 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.) + + + Media + + src/common/config/private/PrivateConfig.ts + 1061 + + Media + + + Meta file + + src/common/config/private/PrivateConfig.ts + 1069 + + Meta file + + + Preview + + src/common/config/private/PrivateConfig.ts + 1077 + + Preview + + + Sharing + + src/common/config/private/PrivateConfig.ts + 1092 + + Sharing + + + Duplicates + + src/common/config/private/PrivateConfig.ts + 1100 + + + src/frontend/app/ui/frame/frame.component.html + 75 + + Duplicates + + + Jobs + + src/common/config/private/PrivateConfig.ts + 1108 + + Lavori + + + Enable Autocomplete + + src/common/config/public/ClientConfig.ts + 60 + + Enable Autocomplete + + + Show hints while typing search query. + + src/common/config/public/ClientConfig.ts + 63 + + Mostra suggerimenti durante la digitazione della ricerca. + + + Max items per category + + src/common/config/public/ClientConfig.ts + 70 + + Max items per category + + + Maximum number autocomplete items shown per category. + + src/common/config/public/ClientConfig.ts + 73 + + Maximum number autocomplete items shown per category. + + + Maximum items + + src/common/config/public/ClientConfig.ts + 80 + + Maximum items + + + Maximum number autocomplete items shown at once. + + src/common/config/public/ClientConfig.ts + 83 + + Maximum number autocomplete items shown at once. + + + Cache timeout + + src/common/config/public/ClientConfig.ts + 90 + + + src/common/config/public/ClientConfig.ts + 114 + + Cache timeout + + + Autocomplete cache timeout. + + src/common/config/public/ClientConfig.ts + 94 + + Autocomplete cache timeout. + + + Enable + + 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 + + + Enables searching. + + src/common/config/public/ClientConfig.ts + 107 + + Enables searching. + + + Search cache timeout. + + src/common/config/public/ClientConfig.ts + 118 + + Search cache timeout. + + + Autocomplete + + src/common/config/public/ClientConfig.ts + 124 + + Autocompleta + + + Maximum media result + + src/common/config/public/ClientConfig.ts + 133 + + Maximum media result + + + Maximum number of photos and videos that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 136 + + Maximum number of photos and videos that are listed in one search result. + + + Maximum directory result + + src/common/config/public/ClientConfig.ts + 142 + + Maximum directory result + + + Maximum number of directories that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 145 + + Maximum number of directories that are listed in one search result. + + + List directories + + src/common/config/public/ClientConfig.ts + 151 + + List directories + + + Search returns also with directories, not just media. + + src/common/config/public/ClientConfig.ts + 154 + + Search returns also with directories, not just media. + + + List metafiles + + src/common/config/public/ClientConfig.ts + 160 + + List metafiles + + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + src/common/config/public/ClientConfig.ts + 163 + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + + Enables sharing. + + src/common/config/public/ClientConfig.ts + 188 + + Enables sharing. + + + Password protected + + src/common/config/public/ClientConfig.ts + 194 + + Protetto da password + + + Enables password protected sharing links. + + src/common/config/public/ClientConfig.ts + 197 + + Abilita la condivisione di link protetti da password. + + + Enables random link generation. + + src/common/config/public/ClientConfig.ts + 210 + + Enables random link generation. + + + Name of a map layer. + + src/common/config/public/ClientConfig.ts + 222 + + Name of a map layer. + + + Url of a map layer. + + src/common/config/public/ClientConfig.ts + 231 + + Url of a map layer. + + + Image Markers + + src/common/config/public/ClientConfig.ts + 252 + + Image Markers + + + Map will use thumbnail images as markers instead of the default pin. + + src/common/config/public/ClientConfig.ts + 255 + + La mappa userà le miniature immagini come marcatori invece di un pin. + + + Map Provider + + src/common/config/public/ClientConfig.ts + 261 + + Map Provider + + + Mapbox access token + + src/common/config/public/ClientConfig.ts + 269 + + Token accesso Mapbox + + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + src/common/config/public/ClientConfig.ts + 273 + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + + The map module will use these urls to fetch the map tiles. + + src/common/config/public/ClientConfig.ts + 278 + + The map module will use these urls to fetch the map tiles. + + + Custom Layers + + src/common/config/public/ClientConfig.ts + 281 + + Custom Layers + + + Max Preview Markers + + src/common/config/public/ClientConfig.ts + 291 + + Max Preview Markers + + + Maximum number of markers to be shown on the map preview on the gallery page. + + src/common/config/public/ClientConfig.ts + 294 + + Maximum number of markers to be shown on the map preview on the gallery page. + + + Map Icon size + + src/common/config/public/ClientConfig.ts + 304 + + Map Icon size + + + Icon size (used on maps). + + src/common/config/public/ClientConfig.ts + 308 + + Dimensione icona (usato sulle mappe). + + + Person thumbnail size + + src/common/config/public/ClientConfig.ts + 313 + + Person thumbnail size + + + Person (face) thumbnail size. + + src/common/config/public/ClientConfig.ts + 317 + + Person (face) thumbnail size. + + + Thumbnail sizes + + src/common/config/public/ClientConfig.ts + 322 + + Dimensione anteprime + + + 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 + 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. + + + SearchQuery + + src/common/config/public/ClientConfig.ts + 378 + + SearchQuery + + + Url + + src/common/config/public/ClientConfig.ts + 388 + + + src/frontend/app/ui/EnumTranslations.ts + 47 + + Url + + + Show item count + + src/common/config/public/ClientConfig.ts + 410 + + Mostra il totale degli elementi + + + Shows the number photos and videos on the navigation bar. + + src/common/config/public/ClientConfig.ts + 413 + + Shows the number photos and videos on the navigation bar. + + + Links + + src/common/config/public/ClientConfig.ts + 419 + + Links + + + Visible links in the top menu. + + src/common/config/public/ClientConfig.ts + 424 + + Visible links in the top menu. + + + Cache + + src/common/config/public/ClientConfig.ts + 437 + + Cache + + + Caches directory contents and search results for better performance. + + src/common/config/public/ClientConfig.ts + 440 + + Memorizza nella cache i contenuti delle directory e i risultati della ricerca per migliorare le prestazioni. + + + Scroll based thumbnail generation + + src/common/config/public/ClientConfig.ts + 445 + + Generazione di anteprime basata sullo scorrimento + + + Those thumbnails get higher priority that are visible on the screen. + + src/common/config/public/ClientConfig.ts + 448 + + Queste miniature hanno una priorità più alta e sono visibili sullo schermo. + + + Default sorting + + src/common/config/public/ClientConfig.ts + 454 + + Default sorting + + + Default sorting method for photo and video in a directory results. + + src/common/config/public/ClientConfig.ts + 457 + + Default sorting method for photo and video in a directory results. + + + Default search sorting + + src/common/config/public/ClientConfig.ts + 463 + + Default search sorting + + + Default sorting method for photo and video in a search results. + + src/common/config/public/ClientConfig.ts + 466 + + Default sorting method for photo and video in a search results. + + + Sort directories by date + + src/common/config/public/ClientConfig.ts + 472 + + Sort directories by date + + + 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 + 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. + + + On scroll thumbnail prioritising + + src/common/config/public/ClientConfig.ts + 481 + + On scroll thumbnail prioritising + + + Those thumbnails will be rendered first that are in view. + + src/common/config/public/ClientConfig.ts + 484 + + Those thumbnails will be rendered first that are in view. + + + Navigation bar + + src/common/config/public/ClientConfig.ts + 489 + + Navigation bar + + + Caption first naming + + src/common/config/public/ClientConfig.ts + 496 + + Denomina con didascalia + + + Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. + + src/common/config/public/ClientConfig.ts + 499 + + Mostra i tag delle didascalie (IPTC 120) dai dati EXIF invece dei nomi dei file. + + + Download Zip + + src/common/config/public/ClientConfig.ts + 504 + + Download Zip + + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + src/common/config/public/ClientConfig.ts + 509 + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + + Directory flattening + + src/common/config/public/ClientConfig.ts + 514 + + Directory flattening + + + 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 + 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.) + + + Default slideshow speed + + src/common/config/public/ClientConfig.ts + 524 + + Default slideshow speed + + + Default time interval for displaying a photo in the slide show. + + src/common/config/public/ClientConfig.ts + 529 + + Default time interval for displaying a photo in the slide show. + + + Supported formats with transcoding + + src/common/config/public/ClientConfig.ts + 547 + + Supported formats with transcoding + + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + src/common/config/public/ClientConfig.ts + 552 + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + + Supported formats without transcoding + + src/common/config/public/ClientConfig.ts + 560 + + Supported formats without transcoding + + + 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 + 565 + + Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp + + + Enable photo converting. + + src/common/config/public/ClientConfig.ts + 577 + + Enable photo converting. + + + Load full resolution image on zoom. + + src/common/config/public/ClientConfig.ts + 583 + + Load full resolution image on zoom. + + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + src/common/config/public/ClientConfig.ts + 588 + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + + Photo converting + + src/common/config/public/ClientConfig.ts + 597 + + + src/frontend/app/model/backendtext.service.ts + 39 + + Photo converting + + + Supported photo formats + + src/common/config/public/ClientConfig.ts + 606 + + Supported photo formats + + + 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 + 610 + + Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats. + + + Enable GPX compressing + + src/common/config/public/ClientConfig.ts + 619 + + Enable GPX compressing + + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + src/common/config/public/ClientConfig.ts + 624 + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + + *.gpx files + + src/common/config/public/ClientConfig.ts + 658 + + *.gpx files + + + Reads *.gpx files and renders them on the map. + + src/common/config/public/ClientConfig.ts + 663 + + Reads *.gpx files and renders them on the map. + + + Markdown files + + src/common/config/public/ClientConfig.ts + 678 + + Markdown files + + + Reads *.md files in a directory and shows the next to the map. + + src/common/config/public/ClientConfig.ts + 682 + + Reads *.md files in a directory and shows the next to the map. + + + *.pg2conf files + + src/common/config/public/ClientConfig.ts + 688 + + *.pg2conf files + + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + src/common/config/public/ClientConfig.ts + 692 + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + + Supported formats + + src/common/config/public/ClientConfig.ts + 698 + + Supported formats + + + The app will read and process these files. + + src/common/config/public/ClientConfig.ts + 702 + + The app will read and process these files. + + + Enabled + + 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 + + + Override keywords + + src/common/config/public/ClientConfig.ts + 719 + + Ignorare le parole chiave + + + 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 + 723 + + Se una foto ha lo stesso volto (persona) nome e parola chiave, l'applicazione rimuove il duplicato, mantenendo solo il volto. + + + Face starring right + + src/common/config/public/ClientConfig.ts + 728 + + Ruoli che possono rendere preferita una faccia + + + Required minimum right to star (favourite) a face. + + src/common/config/public/ClientConfig.ts + 731 + + Required minimum right to star (favourite) a face. + + + Face listing right + + src/common/config/public/ClientConfig.ts + 736 + + Face listing right + + + Required minimum right to show the faces tab. + + src/common/config/public/ClientConfig.ts + 739 + + Required minimum right to show the faces tab. + + + Page title + + src/common/config/public/ClientConfig.ts + 749 + + Titolo pagina + + + 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 + 755 + + If you access the page form local network its good to know the public url for creating sharing link. + + + Page public url + + src/common/config/public/ClientConfig.ts + 757 + + URL pubblica + + + 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 + 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. + + + Url Base + + src/common/config/public/ClientConfig.ts + 767 + + Url Base + + + Api path + + src/common/config/public/ClientConfig.ts + 779 + + Api path + + + 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 + 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). + + + Custom HTML Head + + src/common/config/public/ClientConfig.ts + 792 + + Custom HTML Head + + + Password protection + + src/common/config/public/ClientConfig.ts + 813 + + Protezione con password + + + Enables user management with login to password protect the gallery. + + src/common/config/public/ClientConfig.ts + 815 + + Enables user management with login to password protect the gallery. + + + Default user right + + src/common/config/public/ClientConfig.ts + 821 + + Default user right + + + Default user right when password protection is disabled. + + src/common/config/public/ClientConfig.ts + 826 + + Default user right when password protection is disabled. + + + Gallery + + src/common/config/public/ClientConfig.ts + 843 + + + src/frontend/app/ui/EnumTranslations.ts + 49 + + + src/frontend/app/ui/frame/frame.component.html + 26 + + Galleria + + + Album + + src/common/config/public/ClientConfig.ts + 857 + + Album + + + Search + + 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 + + + Map + + src/common/config/public/ClientConfig.ts + 876 + + Mappa + + + Faces + + 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 + + + Random photo + + src/common/config/public/ClientConfig.ts + 892 + + Random photo + + + This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login. + + src/common/config/public/ClientConfig.ts + 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. + Size to generate src/frontend/app/model/backendtext.service.ts - 15 + 11 Dimensione da generare @@ -14,7 +1982,7 @@ These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes 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 @@ Indexed only src/frontend/app/model/backendtext.service.ts - 19 + 15 Solo indicizzati @@ -30,7 +1998,7 @@ Only checks indexed files. src/frontend/app/model/backendtext.service.ts - 21 + 17 Controlla solo i file indicizzati. @@ -38,7 +2006,7 @@ Index changes only src/frontend/app/model/backendtext.service.ts - 23 + 19 Index changes only @@ -46,75 +2014,67 @@ Only indexes a folder if it got changed. src/frontend/app/model/backendtext.service.ts - 25 + 21 Only indexes a folder if it got changed. - - Indexing + + Database reset + + src/frontend/app/model/backendtext.service.ts + 35 + + Database reset + + + Thumbnail generation src/frontend/app/model/backendtext.service.ts 37 - Indicizzazione + Thumbnail generation - - Preview Filling - - src/frontend/app/model/backendtext.service.ts - 39 - - Preview Filling - - - Database Reset + + Video converting src/frontend/app/model/backendtext.service.ts 41 - Reset Database + Video converting - - Thumbnail Generation + + Temp folder cleaning src/frontend/app/model/backendtext.service.ts 43 - Generazione anteprime + Temp folder cleaning - - Photo Converting + + Preview filling src/frontend/app/model/backendtext.service.ts 45 - Conversione foto + Preview filling - - Video Converting + + Preview reset src/frontend/app/model/backendtext.service.ts 47 - Conversione video - - - Temp Folder Cleaning - - src/frontend/app/model/backendtext.service.ts - 49 - - Pulizia della cartella temporanea + Preview reset Server error src/frontend/app/model/notification.service.ts - 71 + 84 src/frontend/app/model/notification.service.ts - 74 + 87 Errore server @@ -122,7 +2082,7 @@ Server info src/frontend/app/model/notification.service.ts - 77 + 90 Informazioni server @@ -130,7 +2090,7 @@ h src/frontend/app/pipes/DurationPipe.ts - 23 + 20 hour o @@ -139,7 +2099,7 @@ m src/frontend/app/pipes/DurationPipe.ts - 26 + 23 minute m @@ -148,67 +2108,191 @@ s src/frontend/app/pipes/DurationPipe.ts - 29 + 26 second s - - ascending rating + + Developer - src/frontend/app/pipes/StringifySortingMethod.ts - 13 - - ascending rating - - - descending rating - - src/frontend/app/pipes/StringifySortingMethod.ts - 15 - - descending rating - - - ascending name - - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts 17 - nome in ordine crescente + Developer - - descending name + + Admin - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 18 + + Admin + + + User + + src/frontend/app/ui/EnumTranslations.ts 19 - nome in ordine decrescente + User - - ascending date + + Guest - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 20 + + Guest + + + LimitedGuest + + src/frontend/app/ui/EnumTranslations.ts 21 - data in ordine crescente + LimitedGuest + + + Basic + + src/frontend/app/ui/EnumTranslations.ts + 24 + + Basic + + + Advanced + + src/frontend/app/ui/EnumTranslations.ts + 25 + + Avanzato + + + Under the hood + + src/frontend/app/ui/EnumTranslations.ts + 26 + + Under the hood + + + Custom + + src/frontend/app/ui/EnumTranslations.ts + 28 + + Custom + + + OpenStreetMap + + src/frontend/app/ui/EnumTranslations.ts + 29 + + OpenStreetMap + + + Mapbox + + src/frontend/app/ui/EnumTranslations.ts + 30 + + Mapbox + + + low + + src/frontend/app/ui/EnumTranslations.ts + 33 + + bassa + + + high + + src/frontend/app/ui/EnumTranslations.ts + 34 + + alta + + + medium + + src/frontend/app/ui/EnumTranslations.ts + 35 + + media descending date - src/frontend/app/pipes/StringifySortingMethod.ts - 23 + src/frontend/app/ui/EnumTranslations.ts + 38 data in ordine decrescente + + ascending date + + src/frontend/app/ui/EnumTranslations.ts + 39 + + data in ordine crescente + + + descending name + + src/frontend/app/ui/EnumTranslations.ts + 40 + + nome in ordine decrescente + + + ascending name + + src/frontend/app/ui/EnumTranslations.ts + 41 + + nome in ordine crescente + + + descending rating + + src/frontend/app/ui/EnumTranslations.ts + 42 + + descending rating + + + ascending rating + + src/frontend/app/ui/EnumTranslations.ts + 43 + + ascending rating + random - src/frontend/app/pipes/StringifySortingMethod.ts - 25 + src/frontend/app/ui/EnumTranslations.ts + 44 casuale + + Albums + + src/frontend/app/ui/EnumTranslations.ts + 50 + + + src/frontend/app/ui/frame/frame.component.html + 18 + + Albums + Application version @@ -233,11 +2317,11 @@ Git commit - - Server notifications + + Server notifications src/frontend/app/ui/admin/admin.component.html - 17,18 + 16,17 Notifiche server @@ -245,7 +2329,7 @@ To dismiss these notifications, restart the server. src/frontend/app/ui/admin/admin.component.html - 36,37 + 34,35 Per disattivare queste notifiche, riavvia il server. @@ -253,7 +2337,7 @@ App version: src/frontend/app/ui/admin/admin.component.html - 48 + 46 Versione app: @@ -261,31 +2345,15 @@ Mode src/frontend/app/ui/admin/admin.component.html - 52 + 50,51 Modo - - Advanced - - src/frontend/app/ui/admin/admin.component.html - 60 - - Avanzato - - - Simplified - - src/frontend/app/ui/admin/admin.component.html - 61 - - Semplice - Menu 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 @@ Up time src/frontend/app/ui/admin/admin.component.html - 148 + 116 Up time @@ -302,7 +2370,7 @@ Album is locked, cannot be deleted from the webpage. 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 @@ Add saved search 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 @@ To .pg2conf src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 5 + 5,6 To .pg2conf @@ -338,7 +2406,7 @@ Saved Search to .saved_searches.pg2conf 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 @@ Add this json to a '.saved_searches.pg2conf' file in your gallery: 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 @@ This saved search will be loaded from file during gallery indexing and it will survive a database reset. 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 @@ No duplicates found src/frontend/app/ui/duplicates/duplicates.component.html - 9,10 + 8,10 Nessun duplicato trovato @@ -370,59 +2438,15 @@ No faces to show. src/frontend/app/ui/faces/faces.component.html - 15 + 16 Non ci sono facce da mostrare. - - Gallery - - src/frontend/app/ui/frame/frame.component.html - 18 - - Galleria - - - Albums - - src/frontend/app/ui/frame/frame.component.html - 21 - - - src/frontend/app/ui/settings/albums/albums.settings.component.ts - 23 - - Albums - - - Faces - - 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 - - - Duplicates - - src/frontend/app/ui/frame/frame.component.html - 54 - - Duplicates - Settings src/frontend/app/ui/frame/frame.component.html - 62 + 83 Impostazioni @@ -430,7 +2454,7 @@ Logout src/frontend/app/ui/frame/frame.component.html - 68 + 89 Logout @@ -454,7 +2478,7 @@ unknown src/frontend/app/ui/gallery/filter/filter.gallery.component.ts - 20 + 23 unknown @@ -462,7 +2486,7 @@ Keywords src/frontend/app/ui/gallery/filter/filter.service.ts - 33 + 34 Keywords @@ -470,7 +2494,7 @@ no face src/frontend/app/ui/gallery/filter/filter.service.ts - 40 + 44 no face @@ -478,7 +2502,7 @@ Faces groups src/frontend/app/ui/gallery/filter/filter.service.ts - 45 + 49 Faces groups @@ -486,7 +2510,7 @@ Caption src/frontend/app/ui/gallery/filter/filter.service.ts - 51 + 59 Caption @@ -494,7 +2518,7 @@ Rating src/frontend/app/ui/gallery/filter/filter.service.ts - 56 + 64 Rating @@ -502,7 +2526,7 @@ Camera src/frontend/app/ui/gallery/filter/filter.service.ts - 61 + 69 Camera @@ -510,7 +2534,7 @@ Lens src/frontend/app/ui/gallery/filter/filter.service.ts - 66 + 74 Lens @@ -518,7 +2542,7 @@ City src/frontend/app/ui/gallery/filter/filter.service.ts - 71 + 79 City @@ -526,7 +2550,7 @@ State src/frontend/app/ui/gallery/filter/filter.service.ts - 76 + 84 State @@ -534,7 +2558,7 @@ Country src/frontend/app/ui/gallery/filter/filter.service.ts - 81 + 89 Country @@ -562,23 +2586,11 @@ Troppi risultati da mostrare. Restringi la ricerca. - - download - - 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 - info key: i src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 15 + 10 tasto per info: premi i @@ -586,11 +2598,11 @@ toggle fullscreen, key: f 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 + + Download + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 45 + + Download + + + Slideshow playback speed + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow playback speed + + + Slideshow speed: + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow speed: + + + key: c + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + key: c + + + Show caption + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + Show caption + + + on hover + + 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 + + + always + + 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 + + + key: a + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + key: a + + + Show faces + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + Show faces + + + key: l + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + key: l + + + Play videos + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + Play videos + + + once + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 108 + + once + + + loop + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 109 + + loop + close, key: Escape 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 @@ key: left arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 90 + 179 tasto: freccia sinistra @@ -626,7 +2750,7 @@ key: right arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 94 + 183 tasto: freccia destra @@ -634,7 +2758,7 @@ Zoom out, key: '-' src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 100 + 189 Rimpiccolisci immagine: premi - @@ -642,7 +2766,7 @@ Zoom in, key: '+' 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 duration 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 @@ bit rate src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html - 57 + 56 bit rate @@ -682,15 +2802,15 @@ Error during loading the video. src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html - 20 + 21 - Errore nel caricamento del video + Errore nel caricamento del video. Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online: 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 @@ Searching for: src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 12 + 14 Cercando: @@ -706,15 +2826,23 @@ items src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 20 + 23,24 oggetti + + download + + src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html + 32 + + scarica + Flatten directory src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 39 + 42 Flatten directory @@ -722,17 +2850,17 @@ Filters src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 48 + 51 Filters - - Images + + Home src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts - 38 + 48 - Immagini + Home Random link @@ -754,11 +2882,11 @@ Copy 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 @@ Url has been copied to clipboard 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 @@ From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 100 + 104 Duplicati @@ -798,7 +2926,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 114 + 118 From date @@ -806,7 +2934,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 126 + 130 To date @@ -814,11 +2942,11 @@ Minimum Rating 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 @@ Maximum Rating 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 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 206 + 210 Verticale @@ -846,7 +2974,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 207 + 211 Orizzontale @@ -854,39 +2982,27 @@ Insert 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 - + - - Search - - src/frontend/app/ui/gallery/search/search.gallery.component.html - 31 - - - src/frontend/app/ui/settings/search/search.settings.component.ts - 22 - - Cerca - Save search to album src/frontend/app/ui/gallery/search/search.gallery.component.html - 68 + 63,64 Save search to album @@ -894,15 +3010,11 @@ Share 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 @@ Sharing: src/frontend/app/ui/gallery/share/share.gallery.component.html - 39 + 39,40 Condivisione: @@ -918,43 +3030,15 @@ Include subfolders: src/frontend/app/ui/gallery/share/share.gallery.component.html - 52 + 52,53 Includi sottocartelle: - - Password - - 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 - Valid: src/frontend/app/ui/gallery/share/share.gallery.component.html - 93 + 93,94 Validità: @@ -962,7 +3046,7 @@ Minutes src/frontend/app/ui/gallery/share/share.gallery.component.html - 106 + 106,107 Minuti @@ -970,7 +3054,7 @@ Hours src/frontend/app/ui/gallery/share/share.gallery.component.html - 107 + 107,108 Ore @@ -978,7 +3062,7 @@ Days src/frontend/app/ui/gallery/share/share.gallery.component.html - 108 + 108,109 Giorni @@ -986,7 +3070,7 @@ Months src/frontend/app/ui/gallery/share/share.gallery.component.html - 109 + 109,110 Mesi @@ -994,7 +3078,7 @@ Forever src/frontend/app/ui/gallery/share/share.gallery.component.html - 110 + 110,111 Forever @@ -1002,7 +3086,7 @@ Yes src/frontend/app/ui/gallery/share/share.gallery.component.ts - 51 + 49 @@ -1010,7 +3094,7 @@ No src/frontend/app/ui/gallery/share/share.gallery.component.ts - 52 + 50 No @@ -1018,11 +3102,11 @@ loading.. 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 @@ Please log in src/frontend/app/ui/login/login.component.html - 10 + 10,11 Si prega di effettuare il login @@ -1038,31 +3122,15 @@ Wrong username or password src/frontend/app/ui/login/login.component.html - 13,14 + 13 Username o password errata - - Username - - 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 - Remember me src/frontend/app/ui/login/login.component.html - 58 + 47,48 Ricordami @@ -1070,1056 +3138,323 @@ Login src/frontend/app/ui/login/login.component.html - 68,69 + 56 Login - - settings saved - - src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts - 223 - - impostazioni salvate - - - Success - - 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 - - - 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 - 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. - - - Disabled - - 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 - - - Enabled - - 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 - - - readonly - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 149 - - Sola lettura - - - default value - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 151 - - valore di default - - - Shows albums tab in the top bar and enables creating saved searches. - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 25 - - Shows albums tab in the top bar and enables creating saved searches. - - - Note: custom albums are not supported, see: - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 27 - - Note: custom albums are not supported, see: - - - Save - - 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 - - - Reset - - 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 - - - Page title - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 11 - - Titolo pagina - - - Host - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 20 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 35 - - Host - - - Server will accept connections from this IPv6 or IPv4 address. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 22 - - Il server accetterà connessioni su questo indirizzo IPv4 o IPv6. - - - Port - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 31 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 42 - - Porta - - - Port number. Port 80 is usually what you need. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 32 - - Numero porta. Di solito è 80. - - - Images folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 42 - - Cartella immagini - - - Images are loaded from this folder (read permission required) - - 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) - - - Temp folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 53 - - Cartella temporanea - - - Thumbnails, converted photos, videos will be stored here (write - permission required) - - 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) - - - Page public url - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 65 - - URL pubblica - - - 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 - 68,69 - - Se si accede alla pagina dalla rete locale è bene conoscere l'URL pubblico per creare il link di condivisione - - - Url Base - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 77 - - Url Base - - - 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 - 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. - - - 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.html - 91,92 - - L'URL pubblico e l'URL di base non corrispondono. Alcune funzionalità potrebbero non funzionare. - - - Basic - - src/frontend/app/ui/settings/basic/basic.settings.component.ts - 26 - - Basic - - - Restart the server to apply the new settings - - 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 - - - Type - - src/frontend/app/ui/settings/database/database.settings.component.html - 10 - - Tipo - - - Install manually mysql node module to use mysql (npm install mysql) - - 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) - - - Database folder - - src/frontend/app/ui/settings/database/database.settings.component.html - 22 - - Cartella database - - - 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 - 23 - - Tutti i dati saranno salvati qui (database sqlite, database utenti nel caso di memory db, storico lavori) - - - Database - - src/frontend/app/ui/settings/database/database.settings.component.html - 50 - - - src/frontend/app/ui/settings/database/database.settings.component.ts - 26 - - Database - - - (recommended) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 36 - - (raccomandato) - - - (deprecated, will be removed) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 38 - - (in disuso, sarà rimosso in futuro) - - - Override keywords - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 31 - - Ignorare le parole chiave - - - 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 - 33 - - Se una foto ha lo stesso volto (persona) nome e parola chiave, l'applicazione rimuove il duplicato, mantenendo solo il volto. - - - Face starring right - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 38 - - Ruoli che possono rendere preferita una faccia - - - Required minimum right to star (favourite) a face. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 40 - - Required minimum right to star (favourite) a face. - - - Faces are not supported with these settings. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 47,48 - - Le facce sono supportate con le impostazioni correnti. - - - Index cache timeout [ms] - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 12 - - Timeout cache indice [ms] - - - 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 - 13 - - Se non c'è stata indicizzazione in questo tempo, reindicizza. (saltato se gli indici sono nel DB e la sensibilità è bassa) - - - Folder reindexing sensitivity - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 21 - - Sensibilità di reindicizzazione delle cartelle - - - Set the reindexing sensitivity. High value check the folders for change more often. - - 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. - - - Exclude Folder List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 29 - - Lista di cartelle escluse - - - Folders to exclude from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 34 - - Cartelle da escludere dall'indicizzazione - - - ';' 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 - 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. - - - Exclude File List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 45 - - Lista esclusioni file - - - Files that mark a folder to be excluded from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 50 - - Nomi di file che, se presenti in una cartella, la escludono dall'indicizzazione - - - ';' 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 - 53,55 - - stringhe separate da ';'. Se una cartella contiene un file con questo nome, sarà esclusa dall'indicizzazione. - - - If you add a new folder to your gallery, the site indexes it automatically. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 75 - - Se aggiungi una nuova cartella alla galleria, il sito la indicizzerà automaticamente. - - - If you would like to trigger indexing manually, click index button. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 76 - - Se vuoi attivare l'indicizzazione manualmente, clicca sul pulsante indicizza. - - - Note: search only works among the indexed directories - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 79 - - Nota: la ricerca funziona solo tra le directory indicizzate - Statistic: - 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: Folders - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 109 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 6 Cartelle Photos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 113 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 10 Foto Videos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 117 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 14 Video Persons - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 122 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 19 Persone Size - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 126 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 23 Dimensione - - Folder indexing + + Job finished - 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 - - 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 - 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. - - medium + + Disabled - 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 - - high + + Tile Url* - 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* - - Folder indexing started + + + Add Layer - 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 - - Folder indexing interrupted + + + Add Link - 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 - - Resetting database + + + Add - 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 + + + ';' separated list. + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 301 + + ';' separated list. + + + See + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 304 + + See + + + Reset database after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 308 + + Reset database after changing this settings! + + + Restart server after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 312 + + Restart server after changing this settings! + + + readonly + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 229 + + Sola lettura + + + default value + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 231 + + valore di default + + + config is not supported with these settings. + + src/frontend/app/ui/settings/template/template.component.html + 33,34 + + config is not supported with these settings. + + + Save + + src/frontend/app/ui/settings/template/template.component.html + 45 + + Salva + + + Reset + + src/frontend/app/ui/settings/template/template.component.html + 49 + + Reset + + + settings saved + + src/frontend/app/ui/settings/template/template.component.ts + 281,280 + + impostazioni salvate + + + Success + + src/frontend/app/ui/settings/template/template.component.ts + 282,280 + + Successo + + + User list + + src/frontend/app/ui/settings/users/users.component.html + 4,5 + + User list + + + + Add user + + src/frontend/app/ui/settings/users/users.component.html + 46,47 + + + Aggiungi utente + + + Add new User + + src/frontend/app/ui/settings/users/users.component.html + 56,57 + + Aggiungi nuovo utente + + + Close + + src/frontend/app/ui/settings/users/users.component.html + 72,73 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 248,249 + + Chiudi + + + Add User + + src/frontend/app/ui/settings/users/users.component.html + 76 + + Aggiungi utente + + + User creation error! + + src/frontend/app/ui/settings/users/users.component.ts + 82,80 + + User creation error! Trigger job run manually - 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 Run now - 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 Cancel - 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 Job started - 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 Stopping job - 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 - - every - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 20 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 116 - - ogni - - - never - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 25 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 68 - - mai - - - after - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 27 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 67 - - dopo - - - Job: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 50 - - Lavoro: - - - Periodicity: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 64 - - Periodicità: - - - Set the time to run the job. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 74,75 - - Imposta l'orario di esecuzione del lavoro. - - - After: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 80 - - Dopo: - - - The job will run after that job finishes. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 91,92 - - Il lavoro verrà eseguito dopo la fine di quel lavoro. - - - At: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 98 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 108 - - Alle: - - - Allow parallel run - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 127 - - Consentire il funzionamento in parallelo - - - Enables the job to start even if another job is already running. - - 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. - - - ';' separated integers. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 198,199 - - numeri separati da ';'. - - - + Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 226,227 - - + Aggiungi lavoro - - - Add new job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 241 - - Aggiungi nuovo lavoro - - - Select a job to schedule. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 255,256 - - Seleziona un lavoro da pianificare. - - - Close - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 260 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 87 - - Chiudi - - - Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 263,264 - - Aggiungi lavoro - - - Jobs - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 57 - - Lavori - - - periodic - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 69 - - periodico - - - scheduled - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 70 - - pianificato - - - Monday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 73 - - Lunedì - - - Tuesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 74 - - Martedì - - - Wednesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 75 - - Mercoledì - - - Thursday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 76 - - Giovedì - - - Friday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 77 - - Venerdì - - - Saturday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 78 - - Sabato - - - Sunday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 79 - - Domenica - - - day - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 80 - - giorno - Last run: - 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: Run between - 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 @@ Status - 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 @@ Cancelling... - 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... time elapsed - 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 Processed - 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 Skipped - 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 Left - 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 All - 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 Logs - 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 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 + 38 processato skipped - 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 all - 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 running - 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 cancelling - 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 canceled - 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 interrupted - 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 finished - 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 - - Use image markers + + every - 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 - - - Map will use thumbnail images as markers instead of the default pin. - src/frontend/app/ui/settings/map/map.settings.component.html - 31 - - La mappa userà le miniature immagini come marcatori invece di un pin. - - - Map provider - - src/frontend/app/ui/settings/map/map.settings.component.html - 40 - - Provider mappe - - - Name - - src/frontend/app/ui/settings/map/map.settings.component.html - 52 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 27 - - Nome - - - Tile Url* - - src/frontend/app/ui/settings/map/map.settings.component.html - 53 - - Tile Url* - - - *The map module will use these urls to fetch the map tiles. - - src/frontend/app/ui/settings/map/map.settings.component.html - 78 - - *Il modulo mappa userà queste URL per scaricare le tile. - - - + Add Layer - - src/frontend/app/ui/settings/map/map.settings.component.html - 83,84 - - + Aggiungi Layer - - - Mapbox access token - - src/frontend/app/ui/settings/map/map.settings.component.html - 90 - - Token accesso Mapbox - - - MapBox needs an access token to work, create one at - - src/frontend/app/ui/settings/map/map.settings.component.html - 96 - - MapBox ha bisogno di un token per l'accesso, creane uno su - - - Map - - src/frontend/app/ui/settings/map/map.settings.component.ts - 27 - - Mappa - - - *.gpx files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 11 - - *.gpx files - - - Reads *.gpx files and renders them on the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 12 - - Reads *.gpx files and renders them on the map. - - - Markdown files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 19 - - Markdown files - - - Reads *.md files in a directory and shows the next to the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 20 - - Reads *.md files in a directory and shows the next to the map. - - - *.pg2conf files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 26 - - *.pg2conf files - - - Reads *.pg2conf files (You can use it for custom sorting and save search (albums)). - - 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)). - - - Meta file - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts - 23 - - Meta file - - - Error: - - src/frontend/app/ui/settings/other/other.settings.component.html - 7 - - Errore: - - - Threads: - - src/frontend/app/ui/settings/other/other.settings.component.html - 10 - - Thread: - - - Threading - - src/frontend/app/ui/settings/other/other.settings.component.html - 14 - - Threading - - - Runs directory scanning in a different thread. - - src/frontend/app/ui/settings/other/other.settings.component.html - 15 - - Runs directory scanning in a different thread. - - - Thumbnail threads - - src/frontend/app/ui/settings/other/other.settings.component.html - 22 - - Thread anteprime - - - 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 - 23 - - Quanti thread saranno usati per generare le anteprime. Se auto, saranno usati tutti i core CPU tranne uno. - - - Misc: - - src/frontend/app/ui/settings/other/other.settings.component.html - 33 - - Altro: - - - Scroll based thumbnail generation - - src/frontend/app/ui/settings/other/other.settings.component.html - 36 - - Generazione di anteprime basata sullo scorrimento - - - Those thumbnails get higher priority that are visible on the screen. - - src/frontend/app/ui/settings/other/other.settings.component.html - 37 - - Queste miniature hanno una priorità più alta e sono visibili sullo schermo. - - - Lazy image rendering - - src/frontend/app/ui/settings/other/other.settings.component.html - 43 - - Rendering immagine "lazy" (viene scaricata solo quando è visualizzata) - - - 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 - 44 - - Mostra solo la quantità necessaria di foto in una volta sola. Ne genera di più se si raggiunge il fondo della pagina. - - - Cache - - src/frontend/app/ui/settings/other/other.settings.component.html - 50 - - Cache - - - Caches directory contents and search results for better performance. - - 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. - - - Caption first naming - - src/frontend/app/ui/settings/other/other.settings.component.html - 57 - - Denomina con didascalia - - - Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. - - 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. - - - Download Zip - - src/frontend/app/ui/settings/other/other.settings.component.html - 64 - - Download Zip - - - [Experimental: does not work for searches] Enable download zip of a directory contents - - src/frontend/app/ui/settings/other/other.settings.component.html - 65 - - [Experimental: does not work for searches] Enable download zip of a directory contents - - - Directory flattening - - src/frontend/app/ui/settings/other/other.settings.component.html - 71 - - Directory flattening - - - [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 - 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. - - - Navigation bar: - - src/frontend/app/ui/settings/other/other.settings.component.html - 82 - - Barra di navigazione: - - - Show item count - - src/frontend/app/ui/settings/other/other.settings.component.html - 85 - - Mostra il totale degli elementi - - - Show the number of items (photos) in the folder. - - src/frontend/app/ui/settings/other/other.settings.component.html - 86 - - Mostra il numero di elementi (foto) nella cartella. - - - Default photo sorting method - - src/frontend/app/ui/settings/other/other.settings.component.html - 100 - - Metodo predefinito di ordinamento delle foto - - - Sort directories by date - - src/frontend/app/ui/settings/other/other.settings.component.html - 109 - - Sort directories by date - - - 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 - 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. - - - Custom HTML Head - - src/frontend/app/ui/settings/other/other.settings.component.html - 118 - - Custom HTML Head - - - Other - - src/frontend/app/ui/settings/other/other.settings.component.ts - 32 - - Altro - - - Photo converting: - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 9 - - Conversione foto: - - - Converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 12 - - Convertendo - - - Downsizes photos for faster preview loading. (Zooming in to the photo loads the original). - - 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). - - - On the fly converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 19 - - Conversione al volo - - - Converts photos on the fly, when they are requested. - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 20 - - Converte foto al volo, quando sono richieste. - - - Resolution - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 28 - - - src/frontend/app/ui/settings/video/video.settings.component.html - 66 - - Risoluzione - - - 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 - 29 - - Il bordo più corto della foto convertita sarà ridimensionato a questo, mantenendo il rapporto base altezza. - - - Load full resolution image on zoom - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 38 - - Load full resolution image on zoom - - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 39 - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - - Photo - - src/frontend/app/ui/settings/photo/photo.settings.component.ts - 36 - - Foto - - - Preview Filter query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 10 - - Preview Filter query - - - Filters the sub-folders with this search query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 11 - - Filters the sub-folders with this search query - - - Preview Sorting - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 20 - - Preview Sorting - - - If multiple preview is available sorts them by these methods and selects the first one. - - 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. - - - Preview - - src/frontend/app/ui/settings/preview/preview.settings.component.ts - 31 - - Preview - - - 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 - 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. - - - Note: With the current implementation, random link also requires login. See: - - 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: - - - Random Photo is not supported with these settings - - 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 - - - Random Photo - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts - 22 - - Foto a caso - - - Job finished - - src/frontend/app/ui/settings/scheduled-jobs.service.ts - 80 - - Lavoro terminato - - - Autocomplete - - src/frontend/app/ui/settings/search/search.settings.component.html - 32 - - Autocompleta - - - Show hints while typing search query. - - src/frontend/app/ui/settings/search/search.settings.component.html - 33 - - Mostra suggerimenti durante la digitazione della ricerca. - - - Maximum media result - - src/frontend/app/ui/settings/search/search.settings.component.html - 40 - - Maximum media result - - - Maximum number of photos and videos that listed in one search result - - src/frontend/app/ui/settings/search/search.settings.component.html - 41 - - Maximum number of photos and videos that listed in one search result - - - List directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 49 - - List directories - - - Search will also return with directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 50 - - Search will also return with directories - - - List metafiles - - src/frontend/app/ui/settings/search/search.settings.component.html - 57 - - List metafiles - - - 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 - 58 - - Search also returns with metafiles from directories that contain a media file of the matched search result - - - Search is not supported with these settings - - src/frontend/app/ui/settings/search/search.settings.component.html - 68,69 - - La ricerca non è supportata con le impostazioni correnti. - - - Password protected - - src/frontend/app/ui/settings/share/share.settings.component.html - 29 - - Protetto da password - - - Enables password protected sharing links. - - src/frontend/app/ui/settings/share/share.settings.component.html - 30 - - Abilita la condivisione di link protetti da password. - - - Sharing is not supported with these settings - - src/frontend/app/ui/settings/share/share.settings.component.html - 40,41 - - La condivisione non è supportata con le impostazioni correnti - - - Shared links: - - src/frontend/app/ui/settings/share/share.settings.component.html - 57 - - Link condivisi: - - - Key - - src/frontend/app/ui/settings/share/share.settings.component.html - 63 - - Chiave - - - Folder - - src/frontend/app/ui/settings/share/share.settings.component.html - 64 - - Cartella - - - Creator - - src/frontend/app/ui/settings/share/share.settings.component.html - 65 - - Creatore - - - Expires - - src/frontend/app/ui/settings/share/share.settings.component.html - 66 - - Scadenza - - - No sharing was created. - - src/frontend/app/ui/settings/share/share.settings.component.html - 86,87 - - Non è stata creata una condivisione. - - - Thumbnail Quality - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 11 - - Qualità anteprime - - - High quality may be slow. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 12 - - High quality may be slow. - - - Icon size - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 20 - - Dimensione icona - - - Icon size (used on maps). - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 21 - - Dimensione icona (usato sulle mappe). - - - Thumbnail sizes - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 30 - - Dimensione anteprime - - - Size of the thumbnails. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 37 - - Dimensione anteprime. - - - 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 - 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) - - - ';' 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.html - 43,45 - - integer separati da ';'. Se il lato è 240, il lato corto dell'anteprima avrà 160 pixel. - - - Thumbnail - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts - 31 - - Anteprima - - - Role - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 28 - - Ruolo - - - + Add user - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 55,56 - - + Aggiungi utente - - - To protect the site with password / have login enable this. - - 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. - - - Add new User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 70 - - Aggiungi nuovo utente - - - Add User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 90,91 - - Aggiungi utente - - - Password protection - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 45 - - Protezione con password - - - Low - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 48 - - Bassa - - - High - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 49 - - Alta - - - Password protection enabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 86 - - Protezione con password attivata - - - Server restart is recommended. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 87 - - Si consiglia di riavviare il server. - - - Password protection disabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 90 - - Protezione con password disattivata - - - User creation error! - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 113 - - User creation error! - - - 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 - 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 - - - Video transcoding: - - src/frontend/app/ui/settings/video/video.settings.component.html - 33 - - Transcodifica video: - - - 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 - 35,38 - - Per garantire una riproduzione fluida dei video, è raccomandato scegliere un bitrate per la transcodifica inferiore alla banda di upload del server. - - - The transcoded videos will be save to the thumbnail folder. - - src/frontend/app/ui/settings/video/video.settings.component.html - 39 - - I video transcodificati saranno salvati nella cartella delle anteprime. - - - 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 - 40,43 - - Puoi eseguire la transcodifica manualmente, ma puoi anche impostare la codifica automatica nelle impostazioni avanzate. - - - Format - - src/frontend/app/ui/settings/video/video.settings.component.html - 47 - - Formato - - - Codec - - src/frontend/app/ui/settings/video/video.settings.component.html - 57 - - Codec - - - 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 - 67 - - L'altezza del video in uscita sarà scalata a questa, mantenendo il rapporto base altezza. - - - FPS - - src/frontend/app/ui/settings/video/video.settings.component.html - 77 - - FPS - - - 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 - 78 - - Il video di output avrà questi frame al secondo. - - - Bit rate - - src/frontend/app/ui/settings/video/video.settings.component.html - 90 - - Bit rate - - - 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 - 104,106 - - Il bit rate del video di output sarà ridotto a questo. Deve essere inferiore alla banda di upload del server. - - - CRF - - src/frontend/app/ui/settings/video/video.settings.component.html + src/frontend/app/ui/settings/workflow/workflow.component.html 112 - CRF + ogni - - 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. + + never - 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 - - Preset + + after - 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 - - 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 - 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: - - Custom Options + + Periodicity: - 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à: - - ; 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.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. - - Video + + After: - src/frontend/app/ui/settings/video/video.settings.component.ts - 43 + src/frontend/app/ui/settings/workflow/workflow.component.html + 72,73 - Video + Dopo: + + + The job will run after that job finishes. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 85,86 + + Il lavoro verrà eseguito dopo la fine di quel lavoro. + + + At: + + src/frontend/app/ui/settings/workflow/workflow.component.html + 92,93 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 102,103 + + Alle: + + + Allow parallel run + + src/frontend/app/ui/settings/workflow/workflow.component.html + 123,124 + + Consentire il funzionamento in parallelo + + + Enables the job to start even if another job is already running. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 140,141 + + Permette al lavoro di partire anche se un altro lavoro è già in esecuzione. + + + ';' separated integers. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 198,199 + + numeri separati da ';'. + + + + Add Job + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 218,221 + + + Aggiungi lavoro + + + Add new job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 228,229 + + Aggiungi nuovo lavoro + + + Select a job to schedule. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 243,244 + + Seleziona un lavoro da pianificare. + + + Add Job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 252 + + Aggiungi lavoro + + + periodic + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 82 + + periodico + + + scheduled + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 83 + + pianificato + + + Monday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 86,85 + + Lunedì + + + Tuesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 87,85 + + Martedì + + + Wednesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 88,85 + + Mercoledì + + + Thursday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 89,85 + + Giovedì + + + Friday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 90,85 + + Venerdì + + + Saturday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 91,85 + + Sabato + + + Sunday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 92,85 + + Domenica + + + day + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 93,85 + + giorno Wrong password src/frontend/app/ui/sharelogin/share-login.component.html - 11 + 11,13 Password errata - - Enter + + Enter 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 @@ + + Host + + src/common/config/private/PrivateConfig.ts + 100 + + + src/common/config/private/PrivateConfig.ts + 973 + + Host + + + Port + + src/common/config/private/PrivateConfig.ts + 110 + + + src/common/config/private/PrivateConfig.ts + 961 + + Port + + + Database + + src/common/config/private/PrivateConfig.ts + 120 + + + src/common/config/private/PrivateConfig.ts + 1029 + + Baza danych + + + Username + + 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 + + + Password + + 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 + + + Sqlite db filename + + src/common/config/private/PrivateConfig.ts + 153 + + Sqlite db filename + + + Sqlite will save the db with this filename. + + src/common/config/private/PrivateConfig.ts + 157 + + Sqlite will save the db with this filename. + + + Name + + 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 + + + Role + + src/common/config/private/PrivateConfig.ts + 177 + + + src/frontend/app/ui/settings/users/users.component.html + 17,18 + + Rola + + + Unencrypted, temporary password. App will encrypt it and delete this. + + src/common/config/private/PrivateConfig.ts + 190 + + Unencrypted, temporary password. App will encrypt it and delete this. + + + Encrypted password + + src/common/config/private/PrivateConfig.ts + 196 + + Encrypted password + + + Type + + src/common/config/private/PrivateConfig.ts + 231 + + + src/common/config/public/ClientConfig.ts + 362 + + Typ + + + SQLite is recommended. + + src/common/config/private/PrivateConfig.ts + 236 + + SQLite is recommended. + + + Database folder + + src/common/config/private/PrivateConfig.ts + 243 + + Katalog bazy danych + + + All file-based data will be stored here (sqlite database, job history data). + + src/common/config/private/PrivateConfig.ts + 247 + + All file-based data will be stored here (sqlite database, job history data). + + + SQLite + + src/common/config/private/PrivateConfig.ts + 254 + + SQLite + + + MySQL + + src/common/config/private/PrivateConfig.ts + 264 + + MySQL + + + Enforced users + + src/common/config/private/PrivateConfig.ts + 281 + + + src/common/config/private/PrivateConfig.ts + 298 + + Enforced users + + + 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 + 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. + + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + src/common/config/private/PrivateConfig.ts + 301 + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + + Converted photo and thumbnail quality + + src/common/config/private/PrivateConfig.ts + 308 + + Converted photo and thumbnail quality + + + Between 0-100. + + src/common/config/private/PrivateConfig.ts + 311 + + Between 0-100. + + + Person face margin + + src/common/config/private/PrivateConfig.ts + 318 + + Person face margin + + + Person face size ratio on the face thumbnail. + + src/common/config/private/PrivateConfig.ts + 321 + + Person face size ratio on the face thumbnail. + + + OnTheFly *.gpx compression + + src/common/config/private/PrivateConfig.ts + 331 + + OnTheFly *.gpx compression + + + Enables on the fly *.gpx compression. + + src/common/config/private/PrivateConfig.ts + 335 + + Enables on the fly *.gpx compression. + + + Min distance + + src/common/config/private/PrivateConfig.ts + 342 + + Min distance + + + Filters out entry that are closer than this in meters. + + src/common/config/private/PrivateConfig.ts + 347 + + Filters out entry that are closer than this in meters. + + + Min time delta + + src/common/config/private/PrivateConfig.ts + 354 + + Min time delta + + + Filters out entry that are closer than this in time in milliseconds. + + src/common/config/private/PrivateConfig.ts + 359 + + Filters out entry that are closer than this in time in milliseconds. + + + GPX compression + + src/common/config/private/PrivateConfig.ts + 369 + + + src/common/config/public/ClientConfig.ts + 669 + + + src/frontend/app/model/backendtext.service.ts + 49 + + GPX compression + + + Update timeout + + src/common/config/private/PrivateConfig.ts + 387 + + Update timeout + + + After creating a sharing link, it can be updated for this long. + + src/common/config/private/PrivateConfig.ts + 391 + + After creating a sharing link, it can be updated for this long. + + + Index cache timeout + + src/common/config/private/PrivateConfig.ts + 402 + + Index cache timeout + + + 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 + 406 + + If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low). + + + Folder reindexing sensitivity + + src/common/config/private/PrivateConfig.ts + 413 + + Ustawienie czułosći powtórnego indeksowania katalogów + + + Set the reindexing sensitivity. High value check the folders for change more often. + + 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. + + + Exclude Folder List + + src/common/config/private/PrivateConfig.ts + 423 + + Lista wykluczeń katalogów + + + 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 + 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. + + + Exclude File List + + src/common/config/private/PrivateConfig.ts + 436 + + Lista wykluczeń plików + + + .ignore;.pg2ignore + + src/common/config/private/PrivateConfig.ts + 440 + + .ignore;.pg2ignore + + + 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 + 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. + + + Threading + + src/common/config/private/PrivateConfig.ts + 452 + + + src/common/config/private/PrivateConfig.ts + 984 + + Wielowątkowość + + + Runs directory scanning and thumbnail generation in a different thread. + + src/common/config/private/PrivateConfig.ts + 456 + + Runs directory scanning and thumbnail generation in a different thread. + + + Thumbnail threads + + src/common/config/private/PrivateConfig.ts + 462 + + Wątki generowania miniatur obrazów + + + 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 + 466 + + Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used. + + + Max duplicates + + src/common/config/private/PrivateConfig.ts + 477 + + Max duplicates + + + Maximum number of duplicates to list. + + src/common/config/private/PrivateConfig.ts + 480 + + Maximum number of duplicates to list. + + + Level + + src/common/config/private/PrivateConfig.ts + 490 + + Level + + + Logging level. + + src/common/config/private/PrivateConfig.ts + 493 + + Logging level. + + + Sql Level + + src/common/config/private/PrivateConfig.ts + 499 + + Sql Level + + + Logging level for SQL queries. + + src/common/config/private/PrivateConfig.ts + 502 + + Logging level for SQL queries. + + + Server timing + + src/common/config/private/PrivateConfig.ts + 507 + + Server timing + + + If enabled, the app ads "Server-Timing" http header to the response. + + src/common/config/private/PrivateConfig.ts + 510 + + If enabled, the app ads "Server-Timing" http header to the response. + + + Max saved progress + + src/common/config/private/PrivateConfig.ts + 610 + + Max saved progress + + + Job history size. + + src/common/config/private/PrivateConfig.ts + 613 + + Job history size. + + + Processing batch size + + src/common/config/private/PrivateConfig.ts + 620 + + Processing batch size + + + Jobs load this many photos or videos form the DB for processing at once. + + src/common/config/private/PrivateConfig.ts + 623 + + Jobs load this many photos or videos form the DB for processing at once. + + + Scheduled jobs + + src/common/config/private/PrivateConfig.ts + 629 + + Scheduled jobs + + + Bit rate + + src/common/config/private/PrivateConfig.ts + 685 + + Przepływność + + + 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 + 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. + + + Resolution + + src/common/config/private/PrivateConfig.ts + 696 + + + src/common/config/private/PrivateConfig.ts + 808 + + Rozdzielczość + + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 701 + + Wysokość transkodowanego wideo będzie zmniejszona do tej wartości przy utrzymaniu proporcji obrazu oryginalnego wideo. + + + FPS + + src/common/config/private/PrivateConfig.ts + 708 + + Ramki na sekundę (FPS) + + + Target frame per second (fps) of the output video will be scaled down this this. + + src/common/config/private/PrivateConfig.ts + 712 + + Ilość ramek na sekundę w transkodowanym wideo będzie ustawiona na tę wartość. + + + Format + + src/common/config/private/PrivateConfig.ts + 718 + + Format + + + MP4 codec + + src/common/config/private/PrivateConfig.ts + 727 + + MP4 codec + + + Webm Codec + + src/common/config/private/PrivateConfig.ts + 737 + + Webm Codec + + + CRF + + src/common/config/private/PrivateConfig.ts + 748 + + Współczynnik CRF + + + 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 + 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ść. + + + Preset + + src/common/config/private/PrivateConfig.ts + 759 + + Zestaw ustawień + + + 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 + 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). + + + Custom Options + + src/common/config/private/PrivateConfig.ts + 769 + + Ustawienia zaawansowane + + + It will be sent to ffmpeg as it is, as custom options. + + src/common/config/private/PrivateConfig.ts + 774 + + It will be sent to ffmpeg as it is, as custom options. + + + Video transcoding + + src/common/config/private/PrivateConfig.ts + 783 + + Video transcoding + + + 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 + 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. + + + On the fly converting + + src/common/config/private/PrivateConfig.ts + 796 + + Konwersja według potrzeby + + + Converts photos on the fly, when they are requested. + + src/common/config/private/PrivateConfig.ts + 802 + + Dokonuje konwersji zdjęć według potrzeby, kiedy są wyświetlane w przeglądarce. + + + The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. + + 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. + + + Photo resizing + + src/common/config/private/PrivateConfig.ts + 824 + + Photo resizing + + + Preview Filter query + + src/common/config/private/PrivateConfig.ts + 836 + + Preview Filter query + + + 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 + 841 + + Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter. + + + Preview Sorting + + src/common/config/private/PrivateConfig.ts + 850 + + Preview Sorting + + + If multiple preview is available sorts them by these methods and selects the first one. + + src/common/config/private/PrivateConfig.ts + 854 + + If multiple preview is available sorts them by these methods and selects the first one. + + + Images folder + + src/common/config/private/PrivateConfig.ts + 866 + + Katalog z obrazami + + + Images are loaded from this folder (read permission required) + + src/common/config/private/PrivateConfig.ts + 871 + + Obrazy są wczytywane z tego katalogu (wymagane uprawnienia do odczytu) + + + Temp folder + + src/common/config/private/PrivateConfig.ts + 877 + + Katalog tymczasowy + + + Thumbnails, converted photos, videos will be stored here (write permission required) + + src/common/config/private/PrivateConfig.ts + 882 + + Miniatury, skonwertowane obrazy, pliki wideo będą zapamiętywane w tym katalogu (wymagane uprawnienia do zapisu) + + + Metadata read buffer + + src/common/config/private/PrivateConfig.ts + 889 + + Metadata read buffer + + + 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 + 895 + + Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square. + + + Video + + src/common/config/private/PrivateConfig.ts + 901 + + + src/common/config/public/ClientConfig.ts + 640 + + Wideo + + + 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 + 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. + + + Photo + + src/common/config/private/PrivateConfig.ts + 915 + + + src/common/config/public/ClientConfig.ts + 647 + + Zdjęcie + + + Thumbnail + + src/common/config/private/PrivateConfig.ts + 928 + + + src/common/config/public/ClientConfig.ts + 633 + + Miniatura obrazu + + + Session Timeout + + src/common/config/private/PrivateConfig.ts + 951 + + Session Timeout + + + Users kept logged in for this long time. + + src/common/config/private/PrivateConfig.ts + 955 + + Users kept logged in for this long time. + + + Port number. Port 80 is usually what you need. + + src/common/config/private/PrivateConfig.ts + 966 + + Numer portu. Standardowo port 80. + + + Server will accept connections from this IPv6 or IPv4 address. + + src/common/config/private/PrivateConfig.ts + 978 + + Serwer będzie akceptował połączenia z tego adresu IPv6 lub IPv4. + + + Logs + + src/common/config/private/PrivateConfig.ts + 992 + + Logi + + + Server + + src/common/config/private/PrivateConfig.ts + 1021 + + Server + + + Users + + src/common/config/private/PrivateConfig.ts + 1037 + + Users + + + Indexing + + src/common/config/private/PrivateConfig.ts + 1045 + + + src/frontend/app/model/backendtext.service.ts + 33 + + Indeksuj + + + 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 + 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.) + + + Media + + src/common/config/private/PrivateConfig.ts + 1061 + + Media + + + Meta file + + src/common/config/private/PrivateConfig.ts + 1069 + + Plik metadanych + + + Preview + + src/common/config/private/PrivateConfig.ts + 1077 + + Preview + + + Sharing + + src/common/config/private/PrivateConfig.ts + 1092 + + Sharing + + + Duplicates + + src/common/config/private/PrivateConfig.ts + 1100 + + + src/frontend/app/ui/frame/frame.component.html + 75 + + Duplicates + + + Jobs + + src/common/config/private/PrivateConfig.ts + 1108 + + Zadania + + + Enable Autocomplete + + src/common/config/public/ClientConfig.ts + 60 + + Enable Autocomplete + + + Show hints while typing search query. + + src/common/config/public/ClientConfig.ts + 63 + + Pokazuj podpowiedzi przy wpisywaniu frazy wyszukiwania. + + + Max items per category + + src/common/config/public/ClientConfig.ts + 70 + + Max items per category + + + Maximum number autocomplete items shown per category. + + src/common/config/public/ClientConfig.ts + 73 + + Maximum number autocomplete items shown per category. + + + Maximum items + + src/common/config/public/ClientConfig.ts + 80 + + Maximum items + + + Maximum number autocomplete items shown at once. + + src/common/config/public/ClientConfig.ts + 83 + + Maximum number autocomplete items shown at once. + + + Cache timeout + + src/common/config/public/ClientConfig.ts + 90 + + + src/common/config/public/ClientConfig.ts + 114 + + Cache timeout + + + Autocomplete cache timeout. + + src/common/config/public/ClientConfig.ts + 94 + + Autocomplete cache timeout. + + + Enable + + 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 + + + Enables searching. + + src/common/config/public/ClientConfig.ts + 107 + + Enables searching. + + + Search cache timeout. + + src/common/config/public/ClientConfig.ts + 118 + + Search cache timeout. + + + Autocomplete + + src/common/config/public/ClientConfig.ts + 124 + + Autouzupełnianie + + + Maximum media result + + src/common/config/public/ClientConfig.ts + 133 + + Maks. liczba wyników + + + Maximum number of photos and videos that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 136 + + Maximum number of photos and videos that are listed in one search result. + + + Maximum directory result + + src/common/config/public/ClientConfig.ts + 142 + + Maximum directory result + + + Maximum number of directories that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 145 + + Maximum number of directories that are listed in one search result. + + + List directories + + src/common/config/public/ClientConfig.ts + 151 + + List directories + + + Search returns also with directories, not just media. + + src/common/config/public/ClientConfig.ts + 154 + + Search returns also with directories, not just media. + + + List metafiles + + src/common/config/public/ClientConfig.ts + 160 + + List metafiles + + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + src/common/config/public/ClientConfig.ts + 163 + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + + Enables sharing. + + src/common/config/public/ClientConfig.ts + 188 + + Enables sharing. + + + Password protected + + src/common/config/public/ClientConfig.ts + 194 + + Chroń hasłem + + + Enables password protected sharing links. + + src/common/config/public/ClientConfig.ts + 197 + + Włącza ochronę linków udostępniania katalogów za pomocą hasła. + + + Enables random link generation. + + src/common/config/public/ClientConfig.ts + 210 + + Enables random link generation. + + + Name of a map layer. + + src/common/config/public/ClientConfig.ts + 222 + + Name of a map layer. + + + Url of a map layer. + + src/common/config/public/ClientConfig.ts + 231 + + Url of a map layer. + + + Image Markers + + src/common/config/public/ClientConfig.ts + 252 + + Image Markers + + + Map will use thumbnail images as markers instead of the default pin. + + src/common/config/public/ClientConfig.ts + 255 + + Miniatury obrazów będą użyte jako markery na mapie zamiast domyślnej ikony szpilki. + + + Map Provider + + src/common/config/public/ClientConfig.ts + 261 + + Map Provider + + + Mapbox access token + + src/common/config/public/ClientConfig.ts + 269 + + Kod dostępu do serwisu Mapbox + + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + src/common/config/public/ClientConfig.ts + 273 + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + + The map module will use these urls to fetch the map tiles. + + src/common/config/public/ClientConfig.ts + 278 + + The map module will use these urls to fetch the map tiles. + + + Custom Layers + + src/common/config/public/ClientConfig.ts + 281 + + Custom Layers + + + Max Preview Markers + + src/common/config/public/ClientConfig.ts + 291 + + Max Preview Markers + + + Maximum number of markers to be shown on the map preview on the gallery page. + + src/common/config/public/ClientConfig.ts + 294 + + Maximum number of markers to be shown on the map preview on the gallery page. + + + Map Icon size + + src/common/config/public/ClientConfig.ts + 304 + + Map Icon size + + + Icon size (used on maps). + + src/common/config/public/ClientConfig.ts + 308 + + Wielkość ikon (na mapach). + + + Person thumbnail size + + src/common/config/public/ClientConfig.ts + 313 + + Person thumbnail size + + + Person (face) thumbnail size. + + src/common/config/public/ClientConfig.ts + 317 + + Person (face) thumbnail size. + + + Thumbnail sizes + + src/common/config/public/ClientConfig.ts + 322 + + Wielkości miniatur obrazów + + + 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 + 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. + + + SearchQuery + + src/common/config/public/ClientConfig.ts + 378 + + SearchQuery + + + Url + + src/common/config/public/ClientConfig.ts + 388 + + + src/frontend/app/ui/EnumTranslations.ts + 47 + + Url + + + Show item count + + src/common/config/public/ClientConfig.ts + 410 + + Pokaż liczbę pozycji + + + Shows the number photos and videos on the navigation bar. + + src/common/config/public/ClientConfig.ts + 413 + + Shows the number photos and videos on the navigation bar. + + + Links + + src/common/config/public/ClientConfig.ts + 419 + + Links + + + Visible links in the top menu. + + src/common/config/public/ClientConfig.ts + 424 + + Visible links in the top menu. + + + Cache + + src/common/config/public/ClientConfig.ts + 437 + + Pamięć podręczna + + + Caches directory contents and search results for better performance. + + src/common/config/public/ClientConfig.ts + 440 + + Zapamiętuje zawartość katalogów i wyniki wyszukiwania w pamięci dla poprawienia wydajności. + + + Scroll based thumbnail generation + + src/common/config/public/ClientConfig.ts + 445 + + Miniatury obrazów generowane przy przewijaniu + + + Those thumbnails get higher priority that are visible on the screen. + + src/common/config/public/ClientConfig.ts + 448 + + Miniatury obrazów widocznych na ekranie będą generowane z większym priorytetem. + + + Default sorting + + src/common/config/public/ClientConfig.ts + 454 + + Default sorting + + + Default sorting method for photo and video in a directory results. + + src/common/config/public/ClientConfig.ts + 457 + + Default sorting method for photo and video in a directory results. + + + Default search sorting + + src/common/config/public/ClientConfig.ts + 463 + + Default search sorting + + + Default sorting method for photo and video in a search results. + + src/common/config/public/ClientConfig.ts + 466 + + Default sorting method for photo and video in a search results. + + + Sort directories by date + + src/common/config/public/ClientConfig.ts + 472 + + Sortuj katalogi według daty + + + 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 + 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. + + + On scroll thumbnail prioritising + + src/common/config/public/ClientConfig.ts + 481 + + On scroll thumbnail prioritising + + + Those thumbnails will be rendered first that are in view. + + src/common/config/public/ClientConfig.ts + 484 + + Those thumbnails will be rendered first that are in view. + + + Navigation bar + + src/common/config/public/ClientConfig.ts + 489 + + Navigation bar + + + Caption first naming + + src/common/config/public/ClientConfig.ts + 496 + + Używaj podpisów obrazów jako nazw + + + Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. + + src/common/config/public/ClientConfig.ts + 499 + + Pokazuj wartość podpis (IPTC 120) z metadanych EXIF obrazu zamiast nazwy pliku. + + + Download Zip + + src/common/config/public/ClientConfig.ts + 504 + + Download Zip + + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + src/common/config/public/ClientConfig.ts + 509 + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + + Directory flattening + + src/common/config/public/ClientConfig.ts + 514 + + Directory flattening + + + 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 + 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.) + + + Default slideshow speed + + src/common/config/public/ClientConfig.ts + 524 + + Default slideshow speed + + + Default time interval for displaying a photo in the slide show. + + src/common/config/public/ClientConfig.ts + 529 + + Default time interval for displaying a photo in the slide show. + + + Supported formats with transcoding + + src/common/config/public/ClientConfig.ts + 547 + + Supported formats with transcoding + + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + src/common/config/public/ClientConfig.ts + 552 + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + + Supported formats without transcoding + + src/common/config/public/ClientConfig.ts + 560 + + Supported formats without transcoding + + + 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 + 565 + + Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp + + + Enable photo converting. + + src/common/config/public/ClientConfig.ts + 577 + + Enable photo converting. + + + Load full resolution image on zoom. + + src/common/config/public/ClientConfig.ts + 583 + + Load full resolution image on zoom. + + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + src/common/config/public/ClientConfig.ts + 588 + + Uaktywnia ładowanie oryginalnego obrazu o pełnej rozdzielczości przy powiększaniu w podglądzie. + + + Photo converting + + src/common/config/public/ClientConfig.ts + 597 + + + src/frontend/app/model/backendtext.service.ts + 39 + + Photo converting + + + Supported photo formats + + src/common/config/public/ClientConfig.ts + 606 + + Supported photo formats + + + 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 + 610 + + Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats. + + + Enable GPX compressing + + src/common/config/public/ClientConfig.ts + 619 + + Enable GPX compressing + + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + src/common/config/public/ClientConfig.ts + 624 + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + + *.gpx files + + src/common/config/public/ClientConfig.ts + 658 + + *.gpx files + + + Reads *.gpx files and renders them on the map. + + src/common/config/public/ClientConfig.ts + 663 + + Reads *.gpx files and renders them on the map. + + + Markdown files + + src/common/config/public/ClientConfig.ts + 678 + + Markdown files + + + Reads *.md files in a directory and shows the next to the map. + + src/common/config/public/ClientConfig.ts + 682 + + Reads *.md files in a directory and shows the next to the map. + + + *.pg2conf files + + src/common/config/public/ClientConfig.ts + 688 + + *.pg2conf files + + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + src/common/config/public/ClientConfig.ts + 692 + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + + Supported formats + + src/common/config/public/ClientConfig.ts + 698 + + Supported formats + + + The app will read and process these files. + + src/common/config/public/ClientConfig.ts + 702 + + The app will read and process these files. + + + Enabled + + 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 + + + Override keywords + + src/common/config/public/ClientConfig.ts + 719 + + Nadpisz słowa kluczowe + + + 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 + 723 + + Jeśli obraz ma tę samą nazwę osoby (rozpoznawanie twarzy) i słowo kluczowe, aplikacja usunie zduplikowane słowo kluczowe. + + + Face starring right + + src/common/config/public/ClientConfig.ts + 728 + + Uprawnienia dodawania twarzy do ulubionych + + + Required minimum right to star (favourite) a face. + + src/common/config/public/ClientConfig.ts + 731 + + Minimalne uprawnienia do dodawania twarzy do ulubionych. + + + Face listing right + + src/common/config/public/ClientConfig.ts + 736 + + Face listing right + + + Required minimum right to show the faces tab. + + src/common/config/public/ClientConfig.ts + 739 + + Required minimum right to show the faces tab. + + + Page title + + src/common/config/public/ClientConfig.ts + 749 + + Tytuł strony + + + 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 + 755 + + If you access the page form local network its good to know the public url for creating sharing link. + + + Page public url + + src/common/config/public/ClientConfig.ts + 757 + + Publiczny adres strony (URL) + + + 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 + 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. + + + Url Base + + src/common/config/public/ClientConfig.ts + 767 + + Adres bazowy + + + Api path + + src/common/config/public/ClientConfig.ts + 779 + + Api path + + + 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 + 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). + + + Custom HTML Head + + src/common/config/public/ClientConfig.ts + 792 + + Custom HTML Head + + + Password protection + + src/common/config/public/ClientConfig.ts + 813 + + Ochrona hasłem + + + Enables user management with login to password protect the gallery. + + src/common/config/public/ClientConfig.ts + 815 + + Enables user management with login to password protect the gallery. + + + Default user right + + src/common/config/public/ClientConfig.ts + 821 + + Default user right + + + Default user right when password protection is disabled. + + src/common/config/public/ClientConfig.ts + 826 + + Default user right when password protection is disabled. + + + Gallery + + src/common/config/public/ClientConfig.ts + 843 + + + src/frontend/app/ui/EnumTranslations.ts + 49 + + + src/frontend/app/ui/frame/frame.component.html + 26 + + Galeria + + + Album + + src/common/config/public/ClientConfig.ts + 857 + + Album + + + Search + + 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 + + + Map + + src/common/config/public/ClientConfig.ts + 876 + + Mapa + + + Faces + + 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 + + + Random photo + + src/common/config/public/ClientConfig.ts + 892 + + Random photo + + + This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login. + + src/common/config/public/ClientConfig.ts + 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. + Size to generate src/frontend/app/model/backendtext.service.ts - 15 + 11 Wielkość do wygenerowania @@ -14,7 +1982,7 @@ These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes 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 @@ Indexed only src/frontend/app/model/backendtext.service.ts - 19 + 15 Tylko poindeksowane @@ -30,7 +1998,7 @@ Only checks indexed files. src/frontend/app/model/backendtext.service.ts - 21 + 17 Sprawdzaj tylko poindeksowane pliki. @@ -38,7 +2006,7 @@ Index changes only src/frontend/app/model/backendtext.service.ts - 23 + 19 Index changes only @@ -46,75 +2014,67 @@ Only indexes a folder if it got changed. src/frontend/app/model/backendtext.service.ts - 25 + 21 Only indexes a folder if it got changed. - - Indexing + + Database reset + + src/frontend/app/model/backendtext.service.ts + 35 + + Database reset + + + Thumbnail generation src/frontend/app/model/backendtext.service.ts 37 - Indeksuj + Thumbnail generation - - Preview Filling - - src/frontend/app/model/backendtext.service.ts - 39 - - Preview Filling - - - Database Reset + + Video converting src/frontend/app/model/backendtext.service.ts 41 - Resetowanie bazy danych + Video converting - - Thumbnail Generation + + Temp folder cleaning src/frontend/app/model/backendtext.service.ts 43 - Generacja miniatur obrazów + Temp folder cleaning - - Photo Converting + + Preview filling src/frontend/app/model/backendtext.service.ts 45 - Konwertowanie zdjęć + Preview filling - - Video Converting + + Preview reset src/frontend/app/model/backendtext.service.ts 47 - Konwertowanie wideo - - - Temp Folder Cleaning - - src/frontend/app/model/backendtext.service.ts - 49 - - Czyszczenie katalogu tymczasowego + Preview reset Server error 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 @@ Server info src/frontend/app/model/notification.service.ts - 77 + 90 Informacje o serwerze @@ -130,7 +2090,7 @@ h src/frontend/app/pipes/DurationPipe.ts - 23 + 20 hour g @@ -139,7 +2099,7 @@ m src/frontend/app/pipes/DurationPipe.ts - 26 + 23 minute m @@ -148,67 +2108,191 @@ s src/frontend/app/pipes/DurationPipe.ts - 29 + 26 second s - - ascending rating + + Developer - src/frontend/app/pipes/StringifySortingMethod.ts - 13 - - ascending rating - - - descending rating - - src/frontend/app/pipes/StringifySortingMethod.ts - 15 - - descending rating - - - ascending name - - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts 17 - rosnąco wg nazwy + Developer - - descending name + + Admin - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 18 + + Admin + + + User + + src/frontend/app/ui/EnumTranslations.ts 19 - malejąco wg nazwy + User - - ascending date + + Guest - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 20 + + Guest + + + LimitedGuest + + src/frontend/app/ui/EnumTranslations.ts 21 - rosnąco wg daty + LimitedGuest + + + Basic + + src/frontend/app/ui/EnumTranslations.ts + 24 + + Usawienia podstawowe + + + Advanced + + src/frontend/app/ui/EnumTranslations.ts + 25 + + Zaawansowany + + + Under the hood + + src/frontend/app/ui/EnumTranslations.ts + 26 + + Under the hood + + + Custom + + src/frontend/app/ui/EnumTranslations.ts + 28 + + Custom + + + OpenStreetMap + + src/frontend/app/ui/EnumTranslations.ts + 29 + + OpenStreetMap + + + Mapbox + + src/frontend/app/ui/EnumTranslations.ts + 30 + + Mapbox + + + low + + src/frontend/app/ui/EnumTranslations.ts + 33 + + niskie + + + high + + src/frontend/app/ui/EnumTranslations.ts + 34 + + wysokie + + + medium + + src/frontend/app/ui/EnumTranslations.ts + 35 + + średnie descending date - src/frontend/app/pipes/StringifySortingMethod.ts - 23 + src/frontend/app/ui/EnumTranslations.ts + 38 malejąco wg daty + + ascending date + + src/frontend/app/ui/EnumTranslations.ts + 39 + + rosnąco wg daty + + + descending name + + src/frontend/app/ui/EnumTranslations.ts + 40 + + malejąco wg nazwy + + + ascending name + + src/frontend/app/ui/EnumTranslations.ts + 41 + + rosnąco wg nazwy + + + descending rating + + src/frontend/app/ui/EnumTranslations.ts + 42 + + descending rating + + + ascending rating + + src/frontend/app/ui/EnumTranslations.ts + 43 + + ascending rating + random - src/frontend/app/pipes/StringifySortingMethod.ts - 25 + src/frontend/app/ui/EnumTranslations.ts + 44 losowo + + Albums + + src/frontend/app/ui/EnumTranslations.ts + 50 + + + src/frontend/app/ui/frame/frame.component.html + 18 + + Albums + Application version @@ -233,11 +2317,11 @@ Git commit - - Server notifications + + Server notifications src/frontend/app/ui/admin/admin.component.html - 17,18 + 16,17 Powiadomienia serwera @@ -245,7 +2329,7 @@ To dismiss these notifications, restart the server. src/frontend/app/ui/admin/admin.component.html - 36,37 + 34,35 Zrestartuj serwer, żeby zamknąć te powiadomienia @@ -253,7 +2337,7 @@ App version: src/frontend/app/ui/admin/admin.component.html - 48 + 46 Wersja aplikacji: @@ -261,31 +2345,15 @@ Mode src/frontend/app/ui/admin/admin.component.html - 52 + 50,51 Tryb - - Advanced - - src/frontend/app/ui/admin/admin.component.html - 60 - - Zaawansowany - - - Simplified - - src/frontend/app/ui/admin/admin.component.html - 61 - - Bazowy - Menu 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 @@ Up time src/frontend/app/ui/admin/admin.component.html - 148 + 116 Czas działania serwisu @@ -302,7 +2370,7 @@ Album is locked, cannot be deleted from the webpage. 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 @@ Add saved search 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 @@ To .pg2conf src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 5 + 5,6 To .pg2conf @@ -338,7 +2406,7 @@ Saved Search to .saved_searches.pg2conf 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 @@ Add this json to a '.saved_searches.pg2conf' file in your gallery: 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 @@ This saved search will be loaded from file during gallery indexing and it will survive a database reset. 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 @@ No duplicates found src/frontend/app/ui/duplicates/duplicates.component.html - 9,10 + 8,10 Nie ma duplikatów zdjęć @@ -370,59 +2438,15 @@ No faces to show. src/frontend/app/ui/faces/faces.component.html - 15 + 16 Nie ma tagów rozpoznawania twarzy. - - Gallery - - src/frontend/app/ui/frame/frame.component.html - 18 - - Galeria - - - Albums - - src/frontend/app/ui/frame/frame.component.html - 21 - - - src/frontend/app/ui/settings/albums/albums.settings.component.ts - 23 - - Albums - - - Faces - - 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 - - - Duplicates - - src/frontend/app/ui/frame/frame.component.html - 54 - - Duplicates - Settings src/frontend/app/ui/frame/frame.component.html - 62 + 83 Ustawienia @@ -430,7 +2454,7 @@ Logout src/frontend/app/ui/frame/frame.component.html - 68 + 89 Wyloguj się @@ -454,7 +2478,7 @@ unknown src/frontend/app/ui/gallery/filter/filter.gallery.component.ts - 20 + 23 unknown @@ -462,7 +2486,7 @@ Keywords src/frontend/app/ui/gallery/filter/filter.service.ts - 33 + 34 Keywords @@ -470,7 +2494,7 @@ no face src/frontend/app/ui/gallery/filter/filter.service.ts - 40 + 44 no face @@ -478,7 +2502,7 @@ Faces groups src/frontend/app/ui/gallery/filter/filter.service.ts - 45 + 49 Faces groups @@ -486,7 +2510,7 @@ Caption src/frontend/app/ui/gallery/filter/filter.service.ts - 51 + 59 Caption @@ -494,7 +2518,7 @@ Rating src/frontend/app/ui/gallery/filter/filter.service.ts - 56 + 64 Rating @@ -502,7 +2526,7 @@ Camera src/frontend/app/ui/gallery/filter/filter.service.ts - 61 + 69 Camera @@ -510,7 +2534,7 @@ Lens src/frontend/app/ui/gallery/filter/filter.service.ts - 66 + 74 Lens @@ -518,7 +2542,7 @@ City src/frontend/app/ui/gallery/filter/filter.service.ts - 71 + 79 City @@ -526,7 +2550,7 @@ State src/frontend/app/ui/gallery/filter/filter.service.ts - 76 + 84 State @@ -534,7 +2558,7 @@ Country 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. - - download - - 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 - info key: i src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 15 + 10 klawisz informacji: i @@ -586,11 +2598,11 @@ toggle fullscreen, key: f 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 + + Download + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 45 + + Download + + + Slideshow playback speed + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow playback speed + + + Slideshow speed: + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow speed: + + + key: c + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + key: c + + + Show caption + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + Show caption + + + on hover + + 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 + + + always + + 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 + + + key: a + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + key: a + + + Show faces + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + Show faces + + + key: l + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + key: l + + + Play videos + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + Play videos + + + once + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 108 + + once + + + loop + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 109 + + loop + close, key: Escape 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 @@ key: left arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 90 + 179 klawisz: strzałka w lewo @@ -626,7 +2750,7 @@ key: right arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 94 + 183 klawisz: strzałka w prawo @@ -634,7 +2758,7 @@ Zoom out, key: '-' src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 100 + 189 Pomniejsz, klawisz: '-' @@ -642,7 +2766,7 @@ Zoom in, key: '+' 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 duration 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 @@ bit rate src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html - 57 + 56 przepływność @@ -682,7 +2802,7 @@ Error during loading the video. src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html - 20 + 21 Błąd podczas ładowania wideo. @@ -690,7 +2810,7 @@ Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online: 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 @@ Searching for: src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 12 + 14 Szukanie: @@ -706,15 +2826,23 @@ items src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 20 + 23,24 elementów + + download + + src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html + 32 + + ściągnij + Flatten directory src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 39 + 42 Flatten directory @@ -722,17 +2850,17 @@ Filters src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 48 + 51 Filters - - Images + + Home src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts - 38 + 48 - Obrazy + Home Random link @@ -754,11 +2882,11 @@ Copy 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 @@ Url has been copied to clipboard 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 @@ From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 100 + 104 Od @@ -798,7 +2926,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 114 + 118 Od daty @@ -806,7 +2934,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 126 + 130 Do daty @@ -814,11 +2942,11 @@ Minimum Rating 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 @@ Maximum Rating 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 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 206 + 210 Tryb portret @@ -846,7 +2974,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 207 + 211 Tryb krajobraz @@ -854,39 +2982,27 @@ Insert 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 - + - - Search - - src/frontend/app/ui/gallery/search/search.gallery.component.html - 31 - - - src/frontend/app/ui/settings/search/search.settings.component.ts - 22 - - Szukaj - Save search to album src/frontend/app/ui/gallery/search/search.gallery.component.html - 68 + 63,64 Save search to album @@ -894,15 +3010,11 @@ Share 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 @@ Sharing: src/frontend/app/ui/gallery/share/share.gallery.component.html - 39 + 39,40 Udostępniony katalog: @@ -918,43 +3030,15 @@ Include subfolders: src/frontend/app/ui/gallery/share/share.gallery.component.html - 52 + 52,53 Włącz podkatalogi: - - Password - - 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 - Valid: src/frontend/app/ui/gallery/share/share.gallery.component.html - 93 + 93,94 Ważność: @@ -962,7 +3046,7 @@ Minutes src/frontend/app/ui/gallery/share/share.gallery.component.html - 106 + 106,107 Minut @@ -970,7 +3054,7 @@ Hours src/frontend/app/ui/gallery/share/share.gallery.component.html - 107 + 107,108 Godzin @@ -978,7 +3062,7 @@ Days src/frontend/app/ui/gallery/share/share.gallery.component.html - 108 + 108,109 Dni @@ -986,7 +3070,7 @@ Months src/frontend/app/ui/gallery/share/share.gallery.component.html - 109 + 109,110 Miesięcy @@ -994,7 +3078,7 @@ Forever src/frontend/app/ui/gallery/share/share.gallery.component.html - 110 + 110,111 Nieograniczona @@ -1002,7 +3086,7 @@ Yes src/frontend/app/ui/gallery/share/share.gallery.component.ts - 51 + 49 Tak @@ -1010,7 +3094,7 @@ No src/frontend/app/ui/gallery/share/share.gallery.component.ts - 52 + 50 Nie @@ -1018,11 +3102,11 @@ loading.. 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 @@ Please log in src/frontend/app/ui/login/login.component.html - 10 + 10,11 Zaloguj się @@ -1038,31 +3122,15 @@ Wrong username or password src/frontend/app/ui/login/login.component.html - 13,14 + 13 Niewłaściwa nazwa użytkownika lub hasło - - Username - - 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 - Remember me src/frontend/app/ui/login/login.component.html - 58 + 47,48 Zapamiętaj mnie @@ -1070,1056 +3138,323 @@ Login src/frontend/app/ui/login/login.component.html - 68,69 + 56 Logowanie - - settings saved - - src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts - 223 - - ustawienia zapisane - - - Success - - 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 - - - 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 - 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. - - - Disabled - - 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 - - - Enabled - - 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 - - - readonly - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 149 - - tylko do odczytu - - - default value - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 151 - - wartość domyślna - - - Shows albums tab in the top bar and enables creating saved searches. - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 25 - - Shows albums tab in the top bar and enables creating saved searches. - - - Note: custom albums are not supported, see: - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 27 - - Note: custom albums are not supported, see: - - - Save - - 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 - - - Reset - - 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 - - - Page title - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 11 - - Tytuł strony - - - Host - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 20 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 35 - - Host - - - Server will accept connections from this IPv6 or IPv4 address. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 22 - - Serwer będzie akceptował połączenia z tego adresu IPv6 lub IPv4. - - - Port - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 31 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 42 - - Port - - - Port number. Port 80 is usually what you need. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 32 - - Numer portu. Standardowo port 80. - - - Images folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 42 - - Katalog z obrazami - - - Images are loaded from this folder (read permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 43 - - Obrazy są wczytywane z tego katalogu (wymagane uprawnienia do odczytu) - - - Temp folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 53 - - Katalog tymczasowy - - - Thumbnails, converted photos, videos will be stored here (write - permission required) - - 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) - - - Page public url - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 65 - - Publiczny adres strony (URL) - - - 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 - 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 - - - Url Base - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 77 - - Adres bazowy - - - 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 - 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 - - - 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.html - 91,92 - - Publiczny adres strony i adres bazowy nie zgadzają się. Część funkcjonalności może nie być dostępna. - - - Basic - - src/frontend/app/ui/settings/basic/basic.settings.component.ts - 26 - - Usawienia podstawowe - - - Restart the server to apply the new settings - - 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 - - - Type - - src/frontend/app/ui/settings/database/database.settings.component.html - 10 - - Typ - - - Install manually mysql node module to use mysql (npm install mysql) - - 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') - - - Database folder - - src/frontend/app/ui/settings/database/database.settings.component.html - 22 - - Katalog bazy danych - - - 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 - 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ń) - - - Database - - src/frontend/app/ui/settings/database/database.settings.component.html - 50 - - - src/frontend/app/ui/settings/database/database.settings.component.ts - 26 - - Baza danych - - - (recommended) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 36 - - (zalecane) - - - (deprecated, will be removed) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 38 - - (nie zalecane, będzie usunięte w przyszłości) - - - Override keywords - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 31 - - Nadpisz słowa kluczowe - - - 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 - 33 - - Jeśli obraz ma tę samą nazwę osoby (rozpoznawanie twarzy) i słowo kluczowe, aplikacja usunie zduplikowane słowo kluczowe. - - - Face starring right - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 38 - - Uprawnienia dodawania twarzy do ulubionych - - - Required minimum right to star (favourite) a face. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 40 - - Minimalne uprawnienia do dodawania twarzy do ulubionych. - - - Faces are not supported with these settings. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 47,48 - - Rozpoznawanie twarzy nie jest dostępne przy tych ustawieniach. - - - Index cache timeout [ms] - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 12 - - Timeout indeksu pamięci podręcznej - - - 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 - 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ą) - - - Folder reindexing sensitivity - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 21 - - Ustawienie czułosći powtórnego indeksowania katalogów - - - Set the reindexing sensitivity. High value check the folders for change more often. - - 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. - - - Exclude Folder List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 29 - - Lista wykluczeń katalogów - - - Folders to exclude from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 34 - - Katalogi do wykluczenia z indeksowania - - - ';' 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 - 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. - - - Exclude File List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 45 - - Lista wykluczeń plików - - - Files that mark a folder to be excluded from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 50 - - Pliki, których obecność w katalogu wyklucza go z indeksowania. - - - ';' 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 - 53,55 - - Znak ';' oddziela elementy wykluczenia. Katalog zawierający plik o nazwach z tej listy jest wykluczany z indeksowania. - - - If you add a new folder to your gallery, the site indexes it automatically. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 75 - - Jeśli dodasz nowy katalog do albumu, zostanie on automatycznie poindeksowany. - - - If you would like to trigger indexing manually, click index button. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 76 - - Kliknij klawisz "Indeksuj" aby rozpocząć indeksowanie natychmiast. - - - Note: search only works among the indexed directories - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 79 - - Uwaga: wyszukiwanie działa tylko w poindeksowanych katalogach. - Statistic: - 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: Folders - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 109 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 6 Katalogi Photos - 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 Videos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 117 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 14 Wideo Persons - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 122 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 19 Osoby Size - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 126 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 23 Rozmiar - - Folder indexing + + Job finished - 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 - - 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 - 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. - - medium + + Disabled - 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 - - high + + Tile Url* - 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* - - Folder indexing started + + + Add Layer - 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ę - - Folder indexing interrupted + + + Add Link - 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 - - Resetting database + + + Add - 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 + + + ';' separated list. + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 301 + + ';' separated list. + + + See + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 304 + + See + + + Reset database after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 308 + + Reset database after changing this settings! + + + Restart server after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 312 + + Restart server after changing this settings! + + + readonly + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 229 + + tylko do odczytu + + + default value + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 231 + + wartość domyślna + + + config is not supported with these settings. + + src/frontend/app/ui/settings/template/template.component.html + 33,34 + + config is not supported with these settings. + + + Save + + src/frontend/app/ui/settings/template/template.component.html + 45 + + Zapisz + + + Reset + + src/frontend/app/ui/settings/template/template.component.html + 49 + + Zresetuj + + + settings saved + + src/frontend/app/ui/settings/template/template.component.ts + 281,280 + + ustawienia zapisane + + + Success + + src/frontend/app/ui/settings/template/template.component.ts + 282,280 + + Sukces + + + User list + + src/frontend/app/ui/settings/users/users.component.html + 4,5 + + User list + + + + Add user + + src/frontend/app/ui/settings/users/users.component.html + 46,47 + + + Dodaj użytkownika + + + Add new User + + src/frontend/app/ui/settings/users/users.component.html + 56,57 + + Dodaj nowego użytkownika + + + Close + + src/frontend/app/ui/settings/users/users.component.html + 72,73 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 248,249 + + Zamknij + + + Add User + + src/frontend/app/ui/settings/users/users.component.html + 76 + + Dodaj użytkownika + + + User creation error! + + src/frontend/app/ui/settings/users/users.component.ts + 82,80 + + User creation error! Trigger job run manually - 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 Run now - 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 Cancel - 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 Job started - 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 Stopping job - 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 - - every - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 20 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 116 - - każdy - - - never - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 25 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 68 - - żaden - - - after - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 27 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 67 - - po - - - Job: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 50 - - Zadanie: - - - Periodicity: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 64 - - Częstość: - - - Set the time to run the job. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 74,75 - - Ustaw czas uruchomienia zadania. - - - After: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 80 - - Po: - - - The job will run after that job finishes. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 91,92 - - Zadanie zostanie uruchomione po tym, jak to zadanie się skończy. - - - At: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 98 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 108 - - O: - - - Allow parallel run - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 127 - - Równoczesne wykonanie zadań - - - Enables the job to start even if another job is already running. - - 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. - - - ';' separated integers. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 198,199 - - Liczby całkowite oddzielone znakiem ';'. - - - + Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 226,227 - - + Dodaj zadanie - - - Add new job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 241 - - Dodaj nowe zadanie - - - Select a job to schedule. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 255,256 - - Wybierz zadanie do zaplanowania. - - - Close - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 260 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 87 - - Zamknij - - - Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 263,264 - - Dodaj zadanie - - - Jobs - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 57 - - Zadania - - - periodic - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 69 - - okresowe - - - scheduled - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 70 - - zaplanowane - - - Monday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 73 - - Poniedziałek - - - Tuesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 74 - - Wtorek - - - Wednesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 75 - - Środa - - - Thursday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 76 - - Czwartek - - - Friday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 77 - - Piątek - - - Saturday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 78 - - Sobota - - - Sunday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 79 - - Niedziela - - - day - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 80 - - dzień - Last run: - 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: Run between - 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 @@ Status - 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 @@ Cancelling... - 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... time elapsed - 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 Processed - 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 Skipped - 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 Left - 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 All - 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 Logs - 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 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 + 38 przetworzone skipped - 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 all - 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 running - 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 cancelling - 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 canceled - 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 interrupted - 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 finished - 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 - - Use image markers + + every - 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 - - - Map will use thumbnail images as markers instead of the default pin. - 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. - - - Map provider - - src/frontend/app/ui/settings/map/map.settings.component.html - 40 - - Serwis kartograficzny - - - Name - - src/frontend/app/ui/settings/map/map.settings.component.html - 52 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 27 - - Nazwa - - - Tile Url* - - src/frontend/app/ui/settings/map/map.settings.component.html - 53 - - Adres (URL) tytułów* - - - *The map module will use these urls to fetch the map tiles. - - src/frontend/app/ui/settings/map/map.settings.component.html - 78 - - *Moduł używa tego adresu do pobierania tytułów map. - - - + Add Layer - - src/frontend/app/ui/settings/map/map.settings.component.html - 83,84 - - + Dodaj warstwę - - - Mapbox access token - - src/frontend/app/ui/settings/map/map.settings.component.html - 90 - - Kod dostępu do serwisu Mapbox - - - MapBox needs an access token to work, create one at - - src/frontend/app/ui/settings/map/map.settings.component.html - 96 - - Serwis MapBox potrzebuje kodu dostępu do funkcjonowania, utwórz go tutaj - - - Map - - src/frontend/app/ui/settings/map/map.settings.component.ts - 27 - - Mapa - - - *.gpx files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 11 - - *.gpx files - - - Reads *.gpx files and renders them on the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 12 - - Reads *.gpx files and renders them on the map. - - - Markdown files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 19 - - Markdown files - - - Reads *.md files in a directory and shows the next to the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 20 - - Reads *.md files in a directory and shows the next to the map. - - - *.pg2conf files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 26 - - *.pg2conf files - - - Reads *.pg2conf files (You can use it for custom sorting and save search (albums)). - - 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)). - - - Meta file - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts - 23 - - Plik metadanych - - - Error: - - src/frontend/app/ui/settings/other/other.settings.component.html - 7 - - Błąd: - - - Threads: - - src/frontend/app/ui/settings/other/other.settings.component.html - 10 - - Wątki: - - - Threading - - src/frontend/app/ui/settings/other/other.settings.component.html - 14 - - Wielowątkowość - - - Runs directory scanning in a different thread. - - src/frontend/app/ui/settings/other/other.settings.component.html - 15 - - Wykonuje skanowaknie katalogów w oddzielnym wątku. - - - Thumbnail threads - - src/frontend/app/ui/settings/other/other.settings.component.html - 22 - - Wątki generowania miniatur obrazów - - - 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 - 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. - - - Misc: - - src/frontend/app/ui/settings/other/other.settings.component.html - 33 - - Różne: - - - Scroll based thumbnail generation - - src/frontend/app/ui/settings/other/other.settings.component.html - 36 - - Miniatury obrazów generowane przy przewijaniu - - - Those thumbnails get higher priority that are visible on the screen. - - src/frontend/app/ui/settings/other/other.settings.component.html - 37 - - Miniatury obrazów widocznych na ekranie będą generowane z większym priorytetem. - - - Lazy image rendering - - src/frontend/app/ui/settings/other/other.settings.component.html - 43 - - Generowanie obrazów z opóźnieniem - - - 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 - 44 - - Pokazuje tylko obrazy widoczne na bieżącym ekranie. Dodatkowe obrazy są generowane, gdy ekran jest przesuwany w dół. - - - Cache - - src/frontend/app/ui/settings/other/other.settings.component.html - 50 - - Pamięć podręczna - - - Caches directory contents and search results for better performance. - - 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. - - - Caption first naming - - src/frontend/app/ui/settings/other/other.settings.component.html - 57 - - Używaj podpisów obrazów jako nazw - - - Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. - - src/frontend/app/ui/settings/other/other.settings.component.html - 58 - - Pokazuj wartość podpis (IPTC 120) z metadanych EXIF obrazu zamiast nazwy pliku. - - - Download Zip - - src/frontend/app/ui/settings/other/other.settings.component.html - 64 - - Download Zip - - - [Experimental: does not work for searches] Enable download zip of a directory contents - - src/frontend/app/ui/settings/other/other.settings.component.html - 65 - - [Experimental: does not work for searches] Enable download zip of a directory contents - - - Directory flattening - - src/frontend/app/ui/settings/other/other.settings.component.html - 71 - - Directory flattening - - - [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 - 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. - - - Navigation bar: - - src/frontend/app/ui/settings/other/other.settings.component.html - 82 - - Pasek nawigacji: - - - Show item count - - src/frontend/app/ui/settings/other/other.settings.component.html - 85 - - Pokaż liczbę pozycji - - - Show the number of items (photos) in the folder. - - src/frontend/app/ui/settings/other/other.settings.component.html - 86 - - Pokaż liczbę pozycji (zdjęć) w katalogu. - - - Default photo sorting method - - src/frontend/app/ui/settings/other/other.settings.component.html - 100 - - Domyślna metoda sortowania obrazów - - - Sort directories by date - - src/frontend/app/ui/settings/other/other.settings.component.html - 109 - - Sortuj katalogi według daty - - - 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 - 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. - - - Custom HTML Head - - src/frontend/app/ui/settings/other/other.settings.component.html - 118 - - Custom HTML Head - - - Other - - src/frontend/app/ui/settings/other/other.settings.component.ts - 32 - - Inne - - - Photo converting: - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 9 - - Konwersja zdjęć: - - - Converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 12 - - Konwersja w trakcie - - - Downsizes photos for faster preview loading. (Zooming in to the photo loads the original). - - 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ł). - - - On the fly converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 19 - - Konwersja według potrzeby - - - Converts photos on the fly, when they are requested. - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 20 - - Dokonuje konwersji zdjęć według potrzeby, kiedy są wyświetlane w przeglądarce. - - - Resolution - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 28 - - - src/frontend/app/ui/settings/video/video.settings.component.html - 66 - - Rozdzielczość - - - 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 - 29 - - Krótszy brzeg zmniejszonej kopii zdjęcia będzie miało tę liczbę pikseli przy zachowaniu proporcji rozmiaru oryginału. - - - Load full resolution image on zoom - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 38 - - Załąduj obraz pełnej rozdzielczości przy powiększeniu - - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - 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. - - - Photo - - src/frontend/app/ui/settings/photo/photo.settings.component.ts - 36 - - Zdjęcie - - - Preview Filter query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 10 - - Preview Filter query - - - Filters the sub-folders with this search query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 11 - - Filters the sub-folders with this search query - - - Preview Sorting - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 20 - - Preview Sorting - - - If multiple preview is available sorts them by these methods and selects the first one. - - 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. - - - Preview - - src/frontend/app/ui/settings/preview/preview.settings.component.ts - 31 - - Preview - - - 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 - 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. - - - Note: With the current implementation, random link also requires login. See: - - 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: - - - Random Photo is not supported with these settings - - 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. - - - Random Photo - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts - 22 - - Przypadkowe zdjęcie - - - Job finished - - src/frontend/app/ui/settings/scheduled-jobs.service.ts - 80 - - Zadanie zakończone - - - Autocomplete - - src/frontend/app/ui/settings/search/search.settings.component.html - 32 - - Autouzupełnianie - - - Show hints while typing search query. - - src/frontend/app/ui/settings/search/search.settings.component.html - 33 - - Pokazuj podpowiedzi przy wpisywaniu frazy wyszukiwania. - - - Maximum media result - - src/frontend/app/ui/settings/search/search.settings.component.html - 40 - - Maks. liczba wyników - - - Maximum number of photos and videos that listed in one search result - - src/frontend/app/ui/settings/search/search.settings.component.html - 41 - - Maksymalna liczba zdjęć i plików wideo wyświetlanych w wynikach wyszukiwania - - - List directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 49 - - List directories - - - Search will also return with directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 50 - - Search will also return with directories - - - List metafiles - - src/frontend/app/ui/settings/search/search.settings.component.html - 57 - - List metafiles - - - 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 - 58 - - Search also returns with metafiles from directories that contain a media file of the matched search result - - - Search is not supported with these settings - - src/frontend/app/ui/settings/search/search.settings.component.html - 68,69 - - Wyszukiwanie nie jest dostępne przy tych ustawieniach systemu. - - - Password protected - - src/frontend/app/ui/settings/share/share.settings.component.html - 29 - - Chroń hasłem - - - Enables password protected sharing links. - - src/frontend/app/ui/settings/share/share.settings.component.html - 30 - - Włącza ochronę linków udostępniania katalogów za pomocą hasła. - - - Sharing is not supported with these settings - - src/frontend/app/ui/settings/share/share.settings.component.html - 40,41 - - Udostępnianie nie jest dostępne przy tych ustawieniach systemu - - - Shared links: - - src/frontend/app/ui/settings/share/share.settings.component.html - 57 - - Udostępnione linki do katalogów: - - - Key - - src/frontend/app/ui/settings/share/share.settings.component.html - 63 - - Klucz - - - Folder - - src/frontend/app/ui/settings/share/share.settings.component.html - 64 - - Katalog - - - Creator - - src/frontend/app/ui/settings/share/share.settings.component.html - 65 - - Twórca - - - Expires - - src/frontend/app/ui/settings/share/share.settings.component.html - 66 - - Wygasa - - - No sharing was created. - - src/frontend/app/ui/settings/share/share.settings.component.html - 86,87 - - Żaden link udostępniania nie został utworzony. - - - Thumbnail Quality - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 11 - - Jakość miniatur obrazów - - - High quality may be slow. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 12 - - Wysoka jakość miniatur może spowolnić działanie. - - - Icon size - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 20 - - Wielkość ikon - - - Icon size (used on maps). - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 21 - - Wielkość ikon (na mapach). - - - Thumbnail sizes - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 30 - - Wielkości miniatur obrazów - - - Size of the thumbnails. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 37 - - Wielkości miniatur obrazów. - - - 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 - 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.) - - - ';' 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.html - 43,45 - - Liczby całkowite oddzielone znakiem ';'. Przy wielkości 240 krótszy brzeg miniatury obrazu będzie miał 160 pikseli. - - - Thumbnail - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts - 31 - - Miniatura obrazu - - - Role - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 28 - - Rola - - - + Add user - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 55,56 - - + Dodaj użytkownika - - - To protect the site with password / have login enable this. - - 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. - - - Add new User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 70 - - Dodaj nowego użytkownika - - - Add User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 90,91 - - Dodaj użytkownika - - - Password protection - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 45 - - Ochrona hasłem - - - Low - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 48 - - Niskie - - - High - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 49 - - Wysokie - - - Password protection enabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 86 - - Orchona hasłem aktywna - - - Server restart is recommended. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 87 - - Rekomendowane jest ponowne uruchomienie serwera. - - - Password protection disabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 90 - - Orchona hasłem nieaktywna - - - User creation error! - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 113 - - User creation error! - - - 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 - 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. - - - Video transcoding: - - src/frontend/app/ui/settings/video/video.settings.component.html - 33 - - Transkodowanie wideo: - - - 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 - 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. - - - The transcoded videos will be save to the thumbnail folder. - - src/frontend/app/ui/settings/video/video.settings.component.html - 39 - - Transkodowane pliki wideo będą zachowywane w pliku miniatur obrazu. - - - 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 - 40,43 - - Możesz wystartować transkodowanie ręcznie, ale także utworzyć zadanie automatycznego transkodowania w trybie ustawień zaawansowanych. - - - Format - - src/frontend/app/ui/settings/video/video.settings.component.html - 47 - - Format - - - Codec - - src/frontend/app/ui/settings/video/video.settings.component.html - 57 - - Kodek - - - 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 - 67 - - Wysokość transkodowanego wideo będzie zmniejszona do tej wartości przy utrzymaniu proporcji obrazu oryginalnego wideo. - - - FPS - - src/frontend/app/ui/settings/video/video.settings.component.html - 77 - - Ramki na sekundę (FPS) - - - 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 - 78 - - Ilość ramek na sekundę w transkodowanym wideo będzie ustawiona na tę wartość. - - - Bit rate - - src/frontend/app/ui/settings/video/video.settings.component.html - 90 - - Przepływność - - - 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 - 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. - - - CRF - - 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 - - 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. + + never - 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 - - Preset + + after - 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 - - 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 - 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: - - Custom Options + + Periodicity: - 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ść: - - ; 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.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. - - Video + + After: - src/frontend/app/ui/settings/video/video.settings.component.ts - 43 + src/frontend/app/ui/settings/workflow/workflow.component.html + 72,73 - Wideo + Po: + + + The job will run after that job finishes. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 85,86 + + Zadanie zostanie uruchomione po tym, jak to zadanie się skończy. + + + At: + + src/frontend/app/ui/settings/workflow/workflow.component.html + 92,93 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 102,103 + + O: + + + Allow parallel run + + src/frontend/app/ui/settings/workflow/workflow.component.html + 123,124 + + Równoczesne wykonanie zadań + + + Enables the job to start even if another job is already running. + + 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. + + + ';' separated integers. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 198,199 + + Liczby całkowite oddzielone znakiem ';'. + + + + Add Job + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 218,221 + + + Dodaj zadanie + + + Add new job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 228,229 + + Dodaj nowe zadanie + + + Select a job to schedule. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 243,244 + + Wybierz zadanie do zaplanowania. + + + Add Job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 252 + + Dodaj zadanie + + + periodic + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 82 + + okresowe + + + scheduled + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 83 + + zaplanowane + + + Monday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 86,85 + + Poniedziałek + + + Tuesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 87,85 + + Wtorek + + + Wednesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 88,85 + + Środa + + + Thursday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 89,85 + + Czwartek + + + Friday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 90,85 + + Piątek + + + Saturday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 91,85 + + Sobota + + + Sunday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 92,85 + + Niedziela + + + day + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 93,85 + + dzień Wrong password src/frontend/app/ui/sharelogin/share-login.component.html - 11 + 11,13 Niewłaściwe hasło - - Enter + + Enter 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 @@ + + Host + + src/common/config/private/PrivateConfig.ts + 100 + + + src/common/config/private/PrivateConfig.ts + 973 + + Gazdă + + + Port + + src/common/config/private/PrivateConfig.ts + 110 + + + src/common/config/private/PrivateConfig.ts + 961 + + Port + + + Database + + src/common/config/private/PrivateConfig.ts + 120 + + + src/common/config/private/PrivateConfig.ts + 1029 + + Bază de date + + + Username + + 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 + + + Password + + 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ă + + + Sqlite db filename + + src/common/config/private/PrivateConfig.ts + 153 + + Sqlite db filename + + + Sqlite will save the db with this filename. + + src/common/config/private/PrivateConfig.ts + 157 + + Sqlite will save the db with this filename. + + + Name + + 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 + + + Role + + src/common/config/private/PrivateConfig.ts + 177 + + + src/frontend/app/ui/settings/users/users.component.html + 17,18 + + Rol + + + Unencrypted, temporary password. App will encrypt it and delete this. + + src/common/config/private/PrivateConfig.ts + 190 + + Unencrypted, temporary password. App will encrypt it and delete this. + + + Encrypted password + + src/common/config/private/PrivateConfig.ts + 196 + + Encrypted password + + + Type + + src/common/config/private/PrivateConfig.ts + 231 + + + src/common/config/public/ClientConfig.ts + 362 + + Type + + + SQLite is recommended. + + src/common/config/private/PrivateConfig.ts + 236 + + SQLite is recommended. + + + Database folder + + src/common/config/private/PrivateConfig.ts + 243 + + Database folder + + + All file-based data will be stored here (sqlite database, job history data). + + src/common/config/private/PrivateConfig.ts + 247 + + All file-based data will be stored here (sqlite database, job history data). + + + SQLite + + src/common/config/private/PrivateConfig.ts + 254 + + SQLite + + + MySQL + + src/common/config/private/PrivateConfig.ts + 264 + + MySQL + + + Enforced users + + src/common/config/private/PrivateConfig.ts + 281 + + + src/common/config/private/PrivateConfig.ts + 298 + + Enforced users + + + 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 + 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. + + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + src/common/config/private/PrivateConfig.ts + 301 + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + + Converted photo and thumbnail quality + + src/common/config/private/PrivateConfig.ts + 308 + + Converted photo and thumbnail quality + + + Between 0-100. + + src/common/config/private/PrivateConfig.ts + 311 + + Between 0-100. + + + Person face margin + + src/common/config/private/PrivateConfig.ts + 318 + + Person face margin + + + Person face size ratio on the face thumbnail. + + src/common/config/private/PrivateConfig.ts + 321 + + Person face size ratio on the face thumbnail. + + + OnTheFly *.gpx compression + + src/common/config/private/PrivateConfig.ts + 331 + + OnTheFly *.gpx compression + + + Enables on the fly *.gpx compression. + + src/common/config/private/PrivateConfig.ts + 335 + + Enables on the fly *.gpx compression. + + + Min distance + + src/common/config/private/PrivateConfig.ts + 342 + + Min distance + + + Filters out entry that are closer than this in meters. + + src/common/config/private/PrivateConfig.ts + 347 + + Filters out entry that are closer than this in meters. + + + Min time delta + + src/common/config/private/PrivateConfig.ts + 354 + + Min time delta + + + Filters out entry that are closer than this in time in milliseconds. + + src/common/config/private/PrivateConfig.ts + 359 + + Filters out entry that are closer than this in time in milliseconds. + + + GPX compression + + src/common/config/private/PrivateConfig.ts + 369 + + + src/common/config/public/ClientConfig.ts + 669 + + + src/frontend/app/model/backendtext.service.ts + 49 + + GPX compression + + + Update timeout + + src/common/config/private/PrivateConfig.ts + 387 + + Update timeout + + + After creating a sharing link, it can be updated for this long. + + src/common/config/private/PrivateConfig.ts + 391 + + After creating a sharing link, it can be updated for this long. + + + Index cache timeout + + src/common/config/private/PrivateConfig.ts + 402 + + Index cache timeout + + + 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 + 406 + + If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low). + + + Folder reindexing sensitivity + + src/common/config/private/PrivateConfig.ts + 413 + + Sensibilitatea reindexării dosarelor + + + Set the reindexing sensitivity. High value check the folders for change more often. + + src/common/config/private/PrivateConfig.ts + 416 + + Set the reindexing sensitivity. High value check the folders for change more often. + + + Exclude Folder List + + src/common/config/private/PrivateConfig.ts + 423 + + Exclude Folder List + + + 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 + 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. + + + Exclude File List + + src/common/config/private/PrivateConfig.ts + 436 + + Exclude File List + + + .ignore;.pg2ignore + + src/common/config/private/PrivateConfig.ts + 440 + + .ignore;.pg2ignore + + + 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 + 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. + + + Threading + + src/common/config/private/PrivateConfig.ts + 452 + + + src/common/config/private/PrivateConfig.ts + 984 + + Multithreading + + + Runs directory scanning and thumbnail generation in a different thread. + + src/common/config/private/PrivateConfig.ts + 456 + + Runs directory scanning and thumbnail generation in a different thread. + + + Thumbnail threads + + src/common/config/private/PrivateConfig.ts + 462 + + Firele pentru miniatură + + + 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 + 466 + + Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used. + + + Max duplicates + + src/common/config/private/PrivateConfig.ts + 477 + + Max duplicates + + + Maximum number of duplicates to list. + + src/common/config/private/PrivateConfig.ts + 480 + + Maximum number of duplicates to list. + + + Level + + src/common/config/private/PrivateConfig.ts + 490 + + Level + + + Logging level. + + src/common/config/private/PrivateConfig.ts + 493 + + Logging level. + + + Sql Level + + src/common/config/private/PrivateConfig.ts + 499 + + Sql Level + + + Logging level for SQL queries. + + src/common/config/private/PrivateConfig.ts + 502 + + Logging level for SQL queries. + + + Server timing + + src/common/config/private/PrivateConfig.ts + 507 + + Server timing + + + If enabled, the app ads "Server-Timing" http header to the response. + + src/common/config/private/PrivateConfig.ts + 510 + + If enabled, the app ads "Server-Timing" http header to the response. + + + Max saved progress + + src/common/config/private/PrivateConfig.ts + 610 + + Max saved progress + + + Job history size. + + src/common/config/private/PrivateConfig.ts + 613 + + Job history size. + + + Processing batch size + + src/common/config/private/PrivateConfig.ts + 620 + + Processing batch size + + + Jobs load this many photos or videos form the DB for processing at once. + + src/common/config/private/PrivateConfig.ts + 623 + + Jobs load this many photos or videos form the DB for processing at once. + + + Scheduled jobs + + src/common/config/private/PrivateConfig.ts + 629 + + Scheduled jobs + + + Bit rate + + src/common/config/private/PrivateConfig.ts + 685 + + Bit rate + + + 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 + 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. + + + Resolution + + src/common/config/private/PrivateConfig.ts + 696 + + + src/common/config/private/PrivateConfig.ts + 808 + + Resolution + + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 701 + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + + FPS + + src/common/config/private/PrivateConfig.ts + 708 + + FPS + + + Target frame per second (fps) of the output video will be scaled down this this. + + src/common/config/private/PrivateConfig.ts + 712 + + Target frame per second (fps) of the output video will be scaled down this this. + + + Format + + src/common/config/private/PrivateConfig.ts + 718 + + Format + + + MP4 codec + + src/common/config/private/PrivateConfig.ts + 727 + + MP4 codec + + + Webm Codec + + src/common/config/private/PrivateConfig.ts + 737 + + Webm Codec + + + CRF + + src/common/config/private/PrivateConfig.ts + 748 + + CRF + + + 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 + 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. + + + Preset + + src/common/config/private/PrivateConfig.ts + 759 + + Preset + + + 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 + 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). + + + Custom Options + + src/common/config/private/PrivateConfig.ts + 769 + + Custom Options + + + It will be sent to ffmpeg as it is, as custom options. + + src/common/config/private/PrivateConfig.ts + 774 + + It will be sent to ffmpeg as it is, as custom options. + + + Video transcoding + + src/common/config/private/PrivateConfig.ts + 783 + + Video transcoding + + + 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 + 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. + + + On the fly converting + + src/common/config/private/PrivateConfig.ts + 796 + + On the fly converting + + + Converts photos on the fly, when they are requested. + + src/common/config/private/PrivateConfig.ts + 802 + + Converts photos on the fly, when they are requested. + + + The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. + + 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. + + + Photo resizing + + src/common/config/private/PrivateConfig.ts + 824 + + Photo resizing + + + Preview Filter query + + src/common/config/private/PrivateConfig.ts + 836 + + Preview Filter query + + + 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 + 841 + + Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter. + + + Preview Sorting + + src/common/config/private/PrivateConfig.ts + 850 + + Preview Sorting + + + If multiple preview is available sorts them by these methods and selects the first one. + + src/common/config/private/PrivateConfig.ts + 854 + + If multiple preview is available sorts them by these methods and selects the first one. + + + Images folder + + src/common/config/private/PrivateConfig.ts + 866 + + Dosar cu imagini + + + Images are loaded from this folder (read permission required) + + src/common/config/private/PrivateConfig.ts + 871 + + Imaginile sunt încărcate din acest folder (este necesară permisiunea de citire) + + + Temp folder + + src/common/config/private/PrivateConfig.ts + 877 + + Temp folder + + + Thumbnails, converted photos, videos will be stored here (write permission required) + + src/common/config/private/PrivateConfig.ts + 882 + + Thumbnails, converted photos, videos will be stored here (write permission required) + + + Metadata read buffer + + src/common/config/private/PrivateConfig.ts + 889 + + Metadata read buffer + + + 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 + 895 + + Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square. + + + Video + + src/common/config/private/PrivateConfig.ts + 901 + + + src/common/config/public/ClientConfig.ts + 640 + + Video + + + Video support uses ffmpeg. ffmpeg and ffprobe binaries need to be available in the PATH or the @ffmpeg-installer/ffmpeg and @ffprobe-installer/ffprobe optional node packages need to be installed. + + 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. + + + Photo + + src/common/config/private/PrivateConfig.ts + 915 + + + src/common/config/public/ClientConfig.ts + 647 + + Photo + + + Thumbnail + + src/common/config/private/PrivateConfig.ts + 928 + + + src/common/config/public/ClientConfig.ts + 633 + + Miniatură + + + Session Timeout + + src/common/config/private/PrivateConfig.ts + 951 + + Session Timeout + + + Users kept logged in for this long time. + + src/common/config/private/PrivateConfig.ts + 955 + + Users kept logged in for this long time. + + + Port number. Port 80 is usually what you need. + + src/common/config/private/PrivateConfig.ts + 966 + + Numărul portului. Portul 80 este utilizat uzual. + + + Server will accept connections from this IPv6 or IPv4 address. + + src/common/config/private/PrivateConfig.ts + 978 + + Serverul va accepta conexiuni de la această adresă IPv6 sau IPv4. + + + Logs + + src/common/config/private/PrivateConfig.ts + 992 + + Logs + + + Server + + src/common/config/private/PrivateConfig.ts + 1021 + + Server + + + Users + + src/common/config/private/PrivateConfig.ts + 1037 + + Users + + + Indexing + + src/common/config/private/PrivateConfig.ts + 1045 + + + src/frontend/app/model/backendtext.service.ts + 33 + + Indexing + + + 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 + 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.) + + + Media + + src/common/config/private/PrivateConfig.ts + 1061 + + Media + + + Meta file + + src/common/config/private/PrivateConfig.ts + 1069 + + Fișier meta + + + Preview + + src/common/config/private/PrivateConfig.ts + 1077 + + Preview + + + Sharing + + src/common/config/private/PrivateConfig.ts + 1092 + + Sharing + + + Duplicates + + src/common/config/private/PrivateConfig.ts + 1100 + + + src/frontend/app/ui/frame/frame.component.html + 75 + + Duplicates + + + Jobs + + src/common/config/private/PrivateConfig.ts + 1108 + + Jobs + + + Enable Autocomplete + + src/common/config/public/ClientConfig.ts + 60 + + Enable Autocomplete + + + Show hints while typing search query. + + src/common/config/public/ClientConfig.ts + 63 + + Show hints while typing search query. + + + Max items per category + + src/common/config/public/ClientConfig.ts + 70 + + Max items per category + + + Maximum number autocomplete items shown per category. + + src/common/config/public/ClientConfig.ts + 73 + + Maximum number autocomplete items shown per category. + + + Maximum items + + src/common/config/public/ClientConfig.ts + 80 + + Maximum items + + + Maximum number autocomplete items shown at once. + + src/common/config/public/ClientConfig.ts + 83 + + Maximum number autocomplete items shown at once. + + + Cache timeout + + src/common/config/public/ClientConfig.ts + 90 + + + src/common/config/public/ClientConfig.ts + 114 + + Cache timeout + + + Autocomplete cache timeout. + + src/common/config/public/ClientConfig.ts + 94 + + Autocomplete cache timeout. + + + Enable + + 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 + + + Enables searching. + + src/common/config/public/ClientConfig.ts + 107 + + Enables searching. + + + Search cache timeout. + + src/common/config/public/ClientConfig.ts + 118 + + Search cache timeout. + + + Autocomplete + + src/common/config/public/ClientConfig.ts + 124 + + Autocompletare + + + Maximum media result + + src/common/config/public/ClientConfig.ts + 133 + + Maximum media result + + + Maximum number of photos and videos that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 136 + + Maximum number of photos and videos that are listed in one search result. + + + Maximum directory result + + src/common/config/public/ClientConfig.ts + 142 + + Maximum directory result + + + Maximum number of directories that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 145 + + Maximum number of directories that are listed in one search result. + + + List directories + + src/common/config/public/ClientConfig.ts + 151 + + List directories + + + Search returns also with directories, not just media. + + src/common/config/public/ClientConfig.ts + 154 + + Search returns also with directories, not just media. + + + List metafiles + + src/common/config/public/ClientConfig.ts + 160 + + List metafiles + + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + src/common/config/public/ClientConfig.ts + 163 + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + + Enables sharing. + + src/common/config/public/ClientConfig.ts + 188 + + Enables sharing. + + + Password protected + + src/common/config/public/ClientConfig.ts + 194 + + Protecție cu parolă + + + Enables password protected sharing links. + + src/common/config/public/ClientConfig.ts + 197 + + Enables password protected sharing links. + + + Enables random link generation. + + src/common/config/public/ClientConfig.ts + 210 + + Enables random link generation. + + + Name of a map layer. + + src/common/config/public/ClientConfig.ts + 222 + + Name of a map layer. + + + Url of a map layer. + + src/common/config/public/ClientConfig.ts + 231 + + Url of a map layer. + + + Image Markers + + src/common/config/public/ClientConfig.ts + 252 + + Image Markers + + + Map will use thumbnail images as markers instead of the default pin. + + src/common/config/public/ClientConfig.ts + 255 + + Harta va folosi miniaturi ca marcatori în loc de pinul implicit. + + + Map Provider + + src/common/config/public/ClientConfig.ts + 261 + + Map Provider + + + Mapbox access token + + src/common/config/public/ClientConfig.ts + 269 + + Token de acces Mapbox + + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + src/common/config/public/ClientConfig.ts + 273 + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + + The map module will use these urls to fetch the map tiles. + + src/common/config/public/ClientConfig.ts + 278 + + The map module will use these urls to fetch the map tiles. + + + Custom Layers + + src/common/config/public/ClientConfig.ts + 281 + + Custom Layers + + + Max Preview Markers + + src/common/config/public/ClientConfig.ts + 291 + + Max Preview Markers + + + Maximum number of markers to be shown on the map preview on the gallery page. + + src/common/config/public/ClientConfig.ts + 294 + + Maximum number of markers to be shown on the map preview on the gallery page. + + + Map Icon size + + src/common/config/public/ClientConfig.ts + 304 + + Map Icon size + + + Icon size (used on maps). + + src/common/config/public/ClientConfig.ts + 308 + + Icon size (used on maps). + + + Person thumbnail size + + src/common/config/public/ClientConfig.ts + 313 + + Person thumbnail size + + + Person (face) thumbnail size. + + src/common/config/public/ClientConfig.ts + 317 + + Person (face) thumbnail size. + + + Thumbnail sizes + + src/common/config/public/ClientConfig.ts + 322 + + Dimensiunile miniaturii + + + 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 + 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. + + + SearchQuery + + src/common/config/public/ClientConfig.ts + 378 + + SearchQuery + + + Url + + src/common/config/public/ClientConfig.ts + 388 + + + src/frontend/app/ui/EnumTranslations.ts + 47 + + Url + + + Show item count + + src/common/config/public/ClientConfig.ts + 410 + + Afișează numărul articolului + + + Shows the number photos and videos on the navigation bar. + + src/common/config/public/ClientConfig.ts + 413 + + Shows the number photos and videos on the navigation bar. + + + Links + + src/common/config/public/ClientConfig.ts + 419 + + Links + + + Visible links in the top menu. + + src/common/config/public/ClientConfig.ts + 424 + + Visible links in the top menu. + + + Cache + + src/common/config/public/ClientConfig.ts + 437 + + Cache + + + Caches directory contents and search results for better performance. + + src/common/config/public/ClientConfig.ts + 440 + + Caches directory contents and search results for better performance. + + + Scroll based thumbnail generation + + src/common/config/public/ClientConfig.ts + 445 + + Generarea miniaturii după derulare + + + Those thumbnails get higher priority that are visible on the screen. + + src/common/config/public/ClientConfig.ts + 448 + + Those thumbnails get higher priority that are visible on the screen. + + + Default sorting + + src/common/config/public/ClientConfig.ts + 454 + + Default sorting + + + Default sorting method for photo and video in a directory results. + + src/common/config/public/ClientConfig.ts + 457 + + Default sorting method for photo and video in a directory results. + + + Default search sorting + + src/common/config/public/ClientConfig.ts + 463 + + Default search sorting + + + Default sorting method for photo and video in a search results. + + src/common/config/public/ClientConfig.ts + 466 + + Default sorting method for photo and video in a search results. + + + Sort directories by date + + src/common/config/public/ClientConfig.ts + 472 + + Sort directories by date + + + 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 + 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. + + + On scroll thumbnail prioritising + + src/common/config/public/ClientConfig.ts + 481 + + On scroll thumbnail prioritising + + + Those thumbnails will be rendered first that are in view. + + src/common/config/public/ClientConfig.ts + 484 + + Those thumbnails will be rendered first that are in view. + + + Navigation bar + + src/common/config/public/ClientConfig.ts + 489 + + Navigation bar + + + Caption first naming + + src/common/config/public/ClientConfig.ts + 496 + + Primul nume al legendei + + + Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. + + src/common/config/public/ClientConfig.ts + 499 + + Afișați etichetele din legendă (IPTC 120) din datele EXIF ​​în loc de numele fișierelor. + + + Download Zip + + src/common/config/public/ClientConfig.ts + 504 + + Download Zip + + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + src/common/config/public/ClientConfig.ts + 509 + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + + Directory flattening + + src/common/config/public/ClientConfig.ts + 514 + + Directory flattening + + + 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 + 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.) + + + Default slideshow speed + + src/common/config/public/ClientConfig.ts + 524 + + Default slideshow speed + + + Default time interval for displaying a photo in the slide show. + + src/common/config/public/ClientConfig.ts + 529 + + Default time interval for displaying a photo in the slide show. + + + Supported formats with transcoding + + src/common/config/public/ClientConfig.ts + 547 + + Supported formats with transcoding + + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + src/common/config/public/ClientConfig.ts + 552 + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + + Supported formats without transcoding + + src/common/config/public/ClientConfig.ts + 560 + + Supported formats without transcoding + + + 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 + 565 + + Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp + + + Enable photo converting. + + src/common/config/public/ClientConfig.ts + 577 + + Enable photo converting. + + + Load full resolution image on zoom. + + src/common/config/public/ClientConfig.ts + 583 + + Load full resolution image on zoom. + + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + src/common/config/public/ClientConfig.ts + 588 + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + + Photo converting + + src/common/config/public/ClientConfig.ts + 597 + + + src/frontend/app/model/backendtext.service.ts + 39 + + Photo converting + + + Supported photo formats + + src/common/config/public/ClientConfig.ts + 606 + + Supported photo formats + + + 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 + 610 + + Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats. + + + Enable GPX compressing + + src/common/config/public/ClientConfig.ts + 619 + + Enable GPX compressing + + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + src/common/config/public/ClientConfig.ts + 624 + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + + *.gpx files + + src/common/config/public/ClientConfig.ts + 658 + + *.gpx files + + + Reads *.gpx files and renders them on the map. + + src/common/config/public/ClientConfig.ts + 663 + + Reads *.gpx files and renders them on the map. + + + Markdown files + + src/common/config/public/ClientConfig.ts + 678 + + Markdown files + + + Reads *.md files in a directory and shows the next to the map. + + src/common/config/public/ClientConfig.ts + 682 + + Reads *.md files in a directory and shows the next to the map. + + + *.pg2conf files + + src/common/config/public/ClientConfig.ts + 688 + + *.pg2conf files + + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + src/common/config/public/ClientConfig.ts + 692 + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + + Supported formats + + src/common/config/public/ClientConfig.ts + 698 + + Supported formats + + + The app will read and process these files. + + src/common/config/public/ClientConfig.ts + 702 + + The app will read and process these files. + + + Enabled + + 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 + + + Override keywords + + src/common/config/public/ClientConfig.ts + 719 + + Suprascrieți cuvintele cheie + + + 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 + 723 + + Dacă o fotografie are aceeași față (persoană) și cuvânt cheie, aplicația elimină dublura, păstrând doar fața. + + + Face starring right + + src/common/config/public/ClientConfig.ts + 728 + + Dreptul de a stela fețe + + + Required minimum right to star (favourite) a face. + + src/common/config/public/ClientConfig.ts + 731 + + Required minimum right to star (favourite) a face. + + + Face listing right + + src/common/config/public/ClientConfig.ts + 736 + + Face listing right + + + Required minimum right to show the faces tab. + + src/common/config/public/ClientConfig.ts + 739 + + Required minimum right to show the faces tab. + + + Page title + + src/common/config/public/ClientConfig.ts + 749 + + Titlul paginii + + + 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 + 755 + + If you access the page form local network its good to know the public url for creating sharing link. + + + Page public url + + src/common/config/public/ClientConfig.ts + 757 + + URL-ul public al paginii + + + 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 + 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. + + + Url Base + + src/common/config/public/ClientConfig.ts + 767 + + Baza URL + + + Api path + + src/common/config/public/ClientConfig.ts + 779 + + Api path + + + 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 + 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). + + + Custom HTML Head + + src/common/config/public/ClientConfig.ts + 792 + + Custom HTML Head + + + Password protection + + src/common/config/public/ClientConfig.ts + 813 + + Protecție cu parolă + + + Enables user management with login to password protect the gallery. + + src/common/config/public/ClientConfig.ts + 815 + + Enables user management with login to password protect the gallery. + + + Default user right + + src/common/config/public/ClientConfig.ts + 821 + + Default user right + + + Default user right when password protection is disabled. + + src/common/config/public/ClientConfig.ts + 826 + + Default user right when password protection is disabled. + + + Gallery + + src/common/config/public/ClientConfig.ts + 843 + + + src/frontend/app/ui/EnumTranslations.ts + 49 + + + src/frontend/app/ui/frame/frame.component.html + 26 + + Galerie + + + Album + + src/common/config/public/ClientConfig.ts + 857 + + Album + + + Search + + 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 + + + Map + + src/common/config/public/ClientConfig.ts + 876 + + Hartă + + + Faces + + 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 + + + Random photo + + src/common/config/public/ClientConfig.ts + 892 + + Random photo + + + This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login. + + src/common/config/public/ClientConfig.ts + 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. + Size to generate src/frontend/app/model/backendtext.service.ts - 15 + 11 Size to generate @@ -14,7 +1982,7 @@ These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes 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 @@ Indexed only src/frontend/app/model/backendtext.service.ts - 19 + 15 Indexed only @@ -30,7 +1998,7 @@ Only checks indexed files. src/frontend/app/model/backendtext.service.ts - 21 + 17 Only checks indexed files. @@ -38,7 +2006,7 @@ Index changes only src/frontend/app/model/backendtext.service.ts - 23 + 19 Index changes only @@ -46,75 +2014,67 @@ Only indexes a folder if it got changed. src/frontend/app/model/backendtext.service.ts - 25 + 21 Only indexes a folder if it got changed. - - Indexing + + Database reset + + src/frontend/app/model/backendtext.service.ts + 35 + + Database reset + + + Thumbnail generation src/frontend/app/model/backendtext.service.ts 37 - Indexing + Thumbnail generation - - Preview Filling - - src/frontend/app/model/backendtext.service.ts - 39 - - Preview Filling - - - Database Reset + + Video converting src/frontend/app/model/backendtext.service.ts 41 - Database Reset + Video converting - - Thumbnail Generation + + Temp folder cleaning src/frontend/app/model/backendtext.service.ts 43 - Thumbnail Generation + Temp folder cleaning - - Photo Converting + + Preview filling src/frontend/app/model/backendtext.service.ts 45 - Photo Converting + Preview filling - - Video Converting + + Preview reset src/frontend/app/model/backendtext.service.ts 47 - Video Converting - - - Temp Folder Cleaning - - src/frontend/app/model/backendtext.service.ts - 49 - - Temp Folder Cleaning + Preview reset Server error 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 @@ Server info src/frontend/app/model/notification.service.ts - 77 + 90 Informații despre server @@ -130,7 +2090,7 @@ h src/frontend/app/pipes/DurationPipe.ts - 23 + 20 hour h @@ -139,7 +2099,7 @@ m src/frontend/app/pipes/DurationPipe.ts - 26 + 23 minute m @@ -148,67 +2108,191 @@ s src/frontend/app/pipes/DurationPipe.ts - 29 + 26 second s - - ascending rating + + Developer - src/frontend/app/pipes/StringifySortingMethod.ts - 13 - - ascending rating - - - descending rating - - src/frontend/app/pipes/StringifySortingMethod.ts - 15 - - descending rating - - - ascending name - - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts 17 - nume crescător + Developer - - descending name + + Admin - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 18 + + Admin + + + User + + src/frontend/app/ui/EnumTranslations.ts 19 - nume descrescător + User - - ascending date + + Guest - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 20 + + Guest + + + LimitedGuest + + src/frontend/app/ui/EnumTranslations.ts 21 - data crescătoare + LimitedGuest + + + Basic + + src/frontend/app/ui/EnumTranslations.ts + 24 + + De bază + + + Advanced + + src/frontend/app/ui/EnumTranslations.ts + 25 + + Avansat + + + Under the hood + + src/frontend/app/ui/EnumTranslations.ts + 26 + + Under the hood + + + Custom + + src/frontend/app/ui/EnumTranslations.ts + 28 + + Custom + + + OpenStreetMap + + src/frontend/app/ui/EnumTranslations.ts + 29 + + OpenStreetMap + + + Mapbox + + src/frontend/app/ui/EnumTranslations.ts + 30 + + Mapbox + + + low + + src/frontend/app/ui/EnumTranslations.ts + 33 + + scăzut + + + high + + src/frontend/app/ui/EnumTranslations.ts + 34 + + înalt + + + medium + + src/frontend/app/ui/EnumTranslations.ts + 35 + + mediu descending date - src/frontend/app/pipes/StringifySortingMethod.ts - 23 + src/frontend/app/ui/EnumTranslations.ts + 38 data descrescătoare + + ascending date + + src/frontend/app/ui/EnumTranslations.ts + 39 + + data crescătoare + + + descending name + + src/frontend/app/ui/EnumTranslations.ts + 40 + + nume descrescător + + + ascending name + + src/frontend/app/ui/EnumTranslations.ts + 41 + + nume crescător + + + descending rating + + src/frontend/app/ui/EnumTranslations.ts + 42 + + descending rating + + + ascending rating + + src/frontend/app/ui/EnumTranslations.ts + 43 + + ascending rating + random - src/frontend/app/pipes/StringifySortingMethod.ts - 25 + src/frontend/app/ui/EnumTranslations.ts + 44 aleatoriu + + Albums + + src/frontend/app/ui/EnumTranslations.ts + 50 + + + src/frontend/app/ui/frame/frame.component.html + 18 + + Albums + Application version @@ -233,11 +2317,11 @@ Git commit - - Server notifications + + Server notifications src/frontend/app/ui/admin/admin.component.html - 17,18 + 16,17 Notificări de server @@ -245,7 +2329,7 @@ To dismiss these notifications, restart the server. 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 @@ App version: src/frontend/app/ui/admin/admin.component.html - 48 + 46 Versiunea aplicației: @@ -261,31 +2345,15 @@ Mode src/frontend/app/ui/admin/admin.component.html - 52 + 50,51 Mod - - Advanced - - src/frontend/app/ui/admin/admin.component.html - 60 - - Avansat - - - Simplified - - src/frontend/app/ui/admin/admin.component.html - 61 - - Simplificat - Menu 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 @@ Up time src/frontend/app/ui/admin/admin.component.html - 148 + 116 Up time @@ -302,7 +2370,7 @@ Album is locked, cannot be deleted from the webpage. 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 @@ Add saved search 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 @@ To .pg2conf src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 5 + 5,6 To .pg2conf @@ -338,7 +2406,7 @@ Saved Search to .saved_searches.pg2conf 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 @@ Add this json to a '.saved_searches.pg2conf' file in your gallery: 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 @@ This saved search will be loaded from file during gallery indexing and it will survive a database reset. 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 @@ No duplicates found src/frontend/app/ui/duplicates/duplicates.component.html - 9,10 + 8,10 Nicio dublură găsită @@ -370,59 +2438,15 @@ No faces to show. src/frontend/app/ui/faces/faces.component.html - 15 + 16 Nicio față de afișat. - - Gallery - - src/frontend/app/ui/frame/frame.component.html - 18 - - Galerie - - - Albums - - src/frontend/app/ui/frame/frame.component.html - 21 - - - src/frontend/app/ui/settings/albums/albums.settings.component.ts - 23 - - Albums - - - Faces - - 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 - - - Duplicates - - src/frontend/app/ui/frame/frame.component.html - 54 - - Duplicates - Settings src/frontend/app/ui/frame/frame.component.html - 62 + 83 Setări @@ -430,7 +2454,7 @@ Logout src/frontend/app/ui/frame/frame.component.html - 68 + 89 Deconectare @@ -454,7 +2478,7 @@ unknown src/frontend/app/ui/gallery/filter/filter.gallery.component.ts - 20 + 23 unknown @@ -462,7 +2486,7 @@ Keywords src/frontend/app/ui/gallery/filter/filter.service.ts - 33 + 34 Keywords @@ -470,7 +2494,7 @@ no face src/frontend/app/ui/gallery/filter/filter.service.ts - 40 + 44 no face @@ -478,7 +2502,7 @@ Faces groups src/frontend/app/ui/gallery/filter/filter.service.ts - 45 + 49 Faces groups @@ -486,7 +2510,7 @@ Caption src/frontend/app/ui/gallery/filter/filter.service.ts - 51 + 59 Caption @@ -494,7 +2518,7 @@ Rating src/frontend/app/ui/gallery/filter/filter.service.ts - 56 + 64 Rating @@ -502,7 +2526,7 @@ Camera src/frontend/app/ui/gallery/filter/filter.service.ts - 61 + 69 Camera @@ -510,7 +2534,7 @@ Lens src/frontend/app/ui/gallery/filter/filter.service.ts - 66 + 74 Lens @@ -518,7 +2542,7 @@ City src/frontend/app/ui/gallery/filter/filter.service.ts - 71 + 79 City @@ -526,7 +2550,7 @@ State src/frontend/app/ui/gallery/filter/filter.service.ts - 76 + 84 State @@ -534,7 +2558,7 @@ Country 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. - - download - - 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ă - info key: i src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 15 + 10 informații, tasta: i @@ -586,11 +2598,11 @@ toggle fullscreen, key: f 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 + + Download + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 45 + + Download + + + Slideshow playback speed + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow playback speed + + + Slideshow speed: + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow speed: + + + key: c + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + key: c + + + Show caption + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + Show caption + + + on hover + + 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 + + + always + + 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 + + + key: a + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + key: a + + + Show faces + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + Show faces + + + key: l + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + key: l + + + Play videos + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + Play videos + + + once + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 108 + + once + + + loop + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 109 + + loop + close, key: Escape 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 @@ key: left arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 90 + 179 tasta: săgeată stânga @@ -626,7 +2750,7 @@ key: right arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 94 + 183 tasta: săgeată dreapta @@ -634,7 +2758,7 @@ Zoom out, key: '-' src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 100 + 189 Micșorează, tasta: '-' @@ -642,7 +2766,7 @@ Zoom in, key: '+' 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 duration 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 @@ bit rate src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html - 57 + 56 rata de biți @@ -682,7 +2802,7 @@ Error during loading the video. src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html - 20 + 21 Error during loading the video. @@ -690,7 +2810,7 @@ Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online: 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 @@ Searching for: src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 12 + 14 Căutare de: @@ -706,15 +2826,23 @@ items src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 20 + 23,24 articole + + download + + src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html + 32 + + descarcă + Flatten directory src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 39 + 42 Flatten directory @@ -722,17 +2850,17 @@ Filters src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 48 + 51 Filters - - Images + + Home src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts - 38 + 48 - Imagini + Home Random link @@ -754,11 +2882,11 @@ Copy 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 @@ Url has been copied to clipboard 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 @@ From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 100 + 104 From @@ -798,7 +2926,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 114 + 118 From date @@ -806,7 +2934,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 126 + 130 To date @@ -814,11 +2942,11 @@ Minimum Rating 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 @@ Maximum Rating 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 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 206 + 210 Portret @@ -846,7 +2974,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 207 + 211 Peisaj @@ -854,39 +2982,27 @@ Insert 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 - + - - Search - - src/frontend/app/ui/gallery/search/search.gallery.component.html - 31 - - - src/frontend/app/ui/settings/search/search.settings.component.ts - 22 - - Căutare - Save search to album src/frontend/app/ui/gallery/search/search.gallery.component.html - 68 + 63,64 Save search to album @@ -894,15 +3010,11 @@ Share 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 @@ Sharing: src/frontend/app/ui/gallery/share/share.gallery.component.html - 39 + 39,40 Partajare: @@ -918,43 +3030,15 @@ Include subfolders: src/frontend/app/ui/gallery/share/share.gallery.component.html - 52 + 52,53 Include subdosare: - - Password - - 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ă - Valid: src/frontend/app/ui/gallery/share/share.gallery.component.html - 93 + 93,94 Disponibil: @@ -962,7 +3046,7 @@ Minutes src/frontend/app/ui/gallery/share/share.gallery.component.html - 106 + 106,107 Minute @@ -970,7 +3054,7 @@ Hours src/frontend/app/ui/gallery/share/share.gallery.component.html - 107 + 107,108 Ore @@ -978,7 +3062,7 @@ Days src/frontend/app/ui/gallery/share/share.gallery.component.html - 108 + 108,109 Zile @@ -986,7 +3070,7 @@ Months src/frontend/app/ui/gallery/share/share.gallery.component.html - 109 + 109,110 Luni @@ -994,7 +3078,7 @@ Forever src/frontend/app/ui/gallery/share/share.gallery.component.html - 110 + 110,111 Forever @@ -1002,7 +3086,7 @@ Yes src/frontend/app/ui/gallery/share/share.gallery.component.ts - 51 + 49 Da @@ -1010,7 +3094,7 @@ No src/frontend/app/ui/gallery/share/share.gallery.component.ts - 52 + 50 Nu @@ -1018,11 +3102,11 @@ loading.. 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 @@ Please log in src/frontend/app/ui/login/login.component.html - 10 + 10,11 Vă rugăm să vă autentificați @@ -1038,31 +3122,15 @@ Wrong username or password src/frontend/app/ui/login/login.component.html - 13,14 + 13 Nume utilizator sau parolă incorectă - - Username - - 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 - Remember me src/frontend/app/ui/login/login.component.html - 58 + 47,48 Reține-mă @@ -1070,1056 +3138,323 @@ Login src/frontend/app/ui/login/login.component.html - 68,69 + 56 Autentificare - - settings saved - - src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts - 223 - - setări salvate - - - Success - - 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 - - - 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 - 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. - - - Disabled - - 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 - - - Enabled - - 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 - - - readonly - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 149 - - readonly - - - default value - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 151 - - default value - - - Shows albums tab in the top bar and enables creating saved searches. - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 25 - - Shows albums tab in the top bar and enables creating saved searches. - - - Note: custom albums are not supported, see: - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 27 - - Note: custom albums are not supported, see: - - - Save - - 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 - - - Reset - - 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 - - - Page title - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 11 - - Titlul paginii - - - Host - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 20 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 35 - - Gazdă - - - Server will accept connections from this IPv6 or IPv4 address. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 22 - - Serverul va accepta conexiuni de la această adresă IPv6 sau IPv4. - - - Port - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 31 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 42 - - Port - - - Port number. Port 80 is usually what you need. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 32 - - Numărul portului. Portul 80 este utilizat uzual. - - - Images folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 42 - - Dosar cu imagini - - - Images are loaded from this folder (read permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 43 - - Imaginile sunt încărcate din acest folder (este necesară permisiunea de citire) - - - Temp folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 53 - - Temp folder - - - Thumbnails, converted photos, videos will be stored here (write - permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 54,55 - - Thumbnails, converted photos, videos will be stored here (write permission required) - - - Page public url - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 65 - - URL-ul public al paginii - - - 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 - 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 - - - Url Base - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 77 - - Baza URL - - - 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 - 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. - - - 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.html - 91,92 - - URL-ul public și baza URL nu se potrivesc. Este posibil ca unele funcționalități să nu meargă. - - - Basic - - src/frontend/app/ui/settings/basic/basic.settings.component.ts - 26 - - De bază - - - Restart the server to apply the new settings - - 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 - - - Type - - src/frontend/app/ui/settings/database/database.settings.component.html - 10 - - Type - - - Install manually mysql node module to use mysql (npm install mysql) - - 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) - - - Database folder - - src/frontend/app/ui/settings/database/database.settings.component.html - 22 - - Database folder - - - 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 - 23 - - All file-based data will be stored here (sqlite database, user database in case of memory db, job history data) - - - Database - - 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 - - - (recommended) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 36 - - (recomandat) - - - (deprecated, will be removed) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 38 - - (deprecated, will be removed) - - - Override keywords - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 31 - - Suprascrieți cuvintele cheie - - - 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 - 33 - - Dacă o fotografie are aceeași față (persoană) și cuvânt cheie, aplicația elimină dublura, păstrând doar fața. - - - Face starring right - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 38 - - Dreptul de a stela fețe - - - Required minimum right to star (favourite) a face. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 40 - - Required minimum right to star (favourite) a face. - - - Faces are not supported with these settings. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 47,48 - - Fețele nu sunt suportate cu aceste setări. - - - Index cache timeout [ms] - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 12 - - Expirarea indexării cache [ms] - - - 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 - 13 - - Dacă nu a existat nicio indexare în acest timp, se reindexează. (se sare dacă indicii sunt în DB și sensibilitatea este scăzută) - - - Folder reindexing sensitivity - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 21 - - Sensibilitatea reindexării dosarelor - - - Set the reindexing sensitivity. High value check the folders for change more often. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 23 - - Set the reindexing sensitivity. High value check the folders for change more often. - - - Exclude Folder List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 29 - - Exclude Folder List - - - Folders to exclude from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 34 - - Folders to exclude from indexing - - - ';' 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 - 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. - - - Exclude File List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 45 - - Exclude File List - - - Files that mark a folder to be excluded from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 50 - - Files that mark a folder to be excluded from indexing - - - ';' 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 - 53,55 - - ';' separated strings. Any folder that contains a file with this name will be excluded from indexing. - - - If you add a new folder to your gallery, the site indexes it automatically. - - 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. - - - If you would like to trigger indexing manually, click index button. - - 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. - - - Note: search only works among the indexed directories - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 79 - - Notă: căutarea funcționează numai printre directoarele indexate - Statistic: - 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: Folders - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 109 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 6 Dosare Photos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 113 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 10 Fotografii Videos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 117 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 14 Videoclipuri Persons - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 122 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 19 Persons Size - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 126 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 23 Dimensiuni - - Folder indexing + + Job finished - 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 - - 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 - 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. - - medium + + Disabled - 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 - - high + + Tile Url* - 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* - - Folder indexing started + + + Add Layer - 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 - - Folder indexing interrupted + + + Add Link - 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 - - Resetting database + + + Add - 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 + + + ';' separated list. + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 301 + + ';' separated list. + + + See + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 304 + + See + + + Reset database after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 308 + + Reset database after changing this settings! + + + Restart server after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 312 + + Restart server after changing this settings! + + + readonly + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 229 + + readonly + + + default value + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 231 + + default value + + + config is not supported with these settings. + + src/frontend/app/ui/settings/template/template.component.html + 33,34 + + config is not supported with these settings. + + + Save + + src/frontend/app/ui/settings/template/template.component.html + 45 + + Salvare + + + Reset + + src/frontend/app/ui/settings/template/template.component.html + 49 + + Restabilire + + + settings saved + + src/frontend/app/ui/settings/template/template.component.ts + 281,280 + + setări salvate + + + Success + + src/frontend/app/ui/settings/template/template.component.ts + 282,280 + + Succes + + + User list + + src/frontend/app/ui/settings/users/users.component.html + 4,5 + + User list + + + + Add user + + src/frontend/app/ui/settings/users/users.component.html + 46,47 + + + Adăugare utilizator + + + Add new User + + src/frontend/app/ui/settings/users/users.component.html + 56,57 + + Adăugați un utilizator nou + + + Close + + src/frontend/app/ui/settings/users/users.component.html + 72,73 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 248,249 + + Închide + + + Add User + + src/frontend/app/ui/settings/users/users.component.html + 76 + + Adăugați utilizator + + + User creation error! + + src/frontend/app/ui/settings/users/users.component.ts + 82,80 + + User creation error! Trigger job run manually - 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 Run now - 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 Cancel - 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 Job started - 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 Stopping job - 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 - - every - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 20 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 116 - - every - - - never - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 25 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 68 - - never - - - after - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 27 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 67 - - after - - - Job: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 50 - - Job: - - - Periodicity: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 64 - - Periodicity: - - - Set the time to run the job. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 74,75 - - Set the time to run the job. - - - After: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 80 - - After: - - - The job will run after that job finishes. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 91,92 - - The job will run after that job finishes. - - - At: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 98 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 108 - - At: - - - Allow parallel run - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 127 - - Allow parallel run - - - Enables the job to start even if another job is already running. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 143,144 - - Enables the job to start even if another job is already running. - - - ';' separated integers. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 198,199 - - ';' separated integers. - - - + Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 226,227 - - + Add Job - - - Add new job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 241 - - Add new job - - - Select a job to schedule. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 255,256 - - Select a job to schedule. - - - Close - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 260 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 87 - - Închide - - - Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 263,264 - - Add Job - - - Jobs - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 57 - - Jobs - - - periodic - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 69 - - periodic - - - scheduled - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 70 - - scheduled - - - Monday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 73 - - Monday - - - Tuesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 74 - - Tuesday - - - Wednesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 75 - - Wednesday - - - Thursday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 76 - - Thursday - - - Friday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 77 - - Friday - - - Saturday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 78 - - Saturday - - - Sunday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 79 - - Sunday - - - day - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 80 - - day - Last run: - 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: Run between - 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 @@ Status - 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 @@ Cancelling... - 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... time elapsed - 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 Processed - 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 Skipped - 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 Left - 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 All - 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 Logs - 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 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 + 38 processed skipped - 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 all - 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 running - 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 cancelling - 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 canceled - 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 interrupted - 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 finished - 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 - - Use image markers + + every - 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 - - - Map will use thumbnail images as markers instead of the default pin. - src/frontend/app/ui/settings/map/map.settings.component.html - 31 - - Harta va folosi miniaturi ca marcatori în loc de pinul implicit. - - - Map provider - - src/frontend/app/ui/settings/map/map.settings.component.html - 40 - - Furnizor de hartă - - - Name - - src/frontend/app/ui/settings/map/map.settings.component.html - 52 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 27 - - Nume - - - Tile Url* - - src/frontend/app/ui/settings/map/map.settings.component.html - 53 - - URL plăci* - - - *The map module will use these urls to fetch the map tiles. - - 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. - - - + Add Layer - - src/frontend/app/ui/settings/map/map.settings.component.html - 83,84 - - + Adaugă strat - - - Mapbox access token - - src/frontend/app/ui/settings/map/map.settings.component.html - 90 - - Token de acces Mapbox - - - MapBox needs an access token to work, create one at - - 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 - - - Map - - src/frontend/app/ui/settings/map/map.settings.component.ts - 27 - - Hartă - - - *.gpx files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 11 - - *.gpx files - - - Reads *.gpx files and renders them on the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 12 - - Reads *.gpx files and renders them on the map. - - - Markdown files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 19 - - Markdown files - - - Reads *.md files in a directory and shows the next to the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 20 - - Reads *.md files in a directory and shows the next to the map. - - - *.pg2conf files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 26 - - *.pg2conf files - - - Reads *.pg2conf files (You can use it for custom sorting and save search (albums)). - - 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)). - - - Meta file - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts - 23 - - Fișier meta - - - Error: - - src/frontend/app/ui/settings/other/other.settings.component.html - 7 - - Eroare: - - - Threads: - - src/frontend/app/ui/settings/other/other.settings.component.html - 10 - - Fire (de execuție): - - - Threading - - src/frontend/app/ui/settings/other/other.settings.component.html - 14 - - Multithreading - - - Runs directory scanning in a different thread. - - src/frontend/app/ui/settings/other/other.settings.component.html - 15 - - Runs directory scanning in a different thread. - - - Thumbnail threads - - src/frontend/app/ui/settings/other/other.settings.component.html - 22 - - Firele pentru miniatură - - - 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 - 23 - - Numărul de fire pentru generarea miniaturilor. Dacă este automat, se vor utiliza unumărul de nuclee CPU -1 fire. - - - Misc: - - src/frontend/app/ui/settings/other/other.settings.component.html - 33 - - Diverse: - - - Scroll based thumbnail generation - - src/frontend/app/ui/settings/other/other.settings.component.html - 36 - - Generarea miniaturii după derulare - - - Those thumbnails get higher priority that are visible on the screen. - - src/frontend/app/ui/settings/other/other.settings.component.html - 37 - - Those thumbnails get higher priority that are visible on the screen. - - - Lazy image rendering - - src/frontend/app/ui/settings/other/other.settings.component.html - 43 - - Redarea leneșă imaginilor - - - 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 - 44 - - Shows only the required amount of photos at once. Renders more if page bottom is reached. - - - Cache - - src/frontend/app/ui/settings/other/other.settings.component.html - 50 - - Cache - - - Caches directory contents and search results for better performance. - - src/frontend/app/ui/settings/other/other.settings.component.html - 51 - - Caches directory contents and search results for better performance. - - - Caption first naming - - src/frontend/app/ui/settings/other/other.settings.component.html - 57 - - Primul nume al legendei - - - Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. - - 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. - - - Download Zip - - src/frontend/app/ui/settings/other/other.settings.component.html - 64 - - Download Zip - - - [Experimental: does not work for searches] Enable download zip of a directory contents - - src/frontend/app/ui/settings/other/other.settings.component.html - 65 - - [Experimental: does not work for searches] Enable download zip of a directory contents - - - Directory flattening - - src/frontend/app/ui/settings/other/other.settings.component.html - 71 - - Directory flattening - - - [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 - 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. - - - Navigation bar: - - src/frontend/app/ui/settings/other/other.settings.component.html - 82 - - Bară de navigare: - - - Show item count - - src/frontend/app/ui/settings/other/other.settings.component.html - 85 - - Afișează numărul articolului - - - Show the number of items (photos) in the folder. - - src/frontend/app/ui/settings/other/other.settings.component.html - 86 - - Show the number of items (photos) in the folder. - - - Default photo sorting method - - src/frontend/app/ui/settings/other/other.settings.component.html - 100 - - Metoda implicită de sortare a fotografiilor - - - Sort directories by date - - src/frontend/app/ui/settings/other/other.settings.component.html - 109 - - Sort directories by date - - - 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 - 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. - - - Custom HTML Head - - src/frontend/app/ui/settings/other/other.settings.component.html - 118 - - Custom HTML Head - - - Other - - src/frontend/app/ui/settings/other/other.settings.component.ts - 32 - - Altele - - - Photo converting: - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 9 - - Photo converting: - - - Converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 12 - - Converting - - - Downsizes photos for faster preview loading. (Zooming in to the photo loads the original). - - 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). - - - On the fly converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 19 - - On the fly converting - - - Converts photos on the fly, when they are requested. - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 20 - - Converts photos on the fly, when they are requested. - - - Resolution - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 28 - - - src/frontend/app/ui/settings/video/video.settings.component.html - 66 - - Resolution - - - 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 - 29 - - The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. - - - Load full resolution image on zoom - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 38 - - Load full resolution image on zoom - - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 39 - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - - Photo - - src/frontend/app/ui/settings/photo/photo.settings.component.ts - 36 - - Photo - - - Preview Filter query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 10 - - Preview Filter query - - - Filters the sub-folders with this search query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 11 - - Filters the sub-folders with this search query - - - Preview Sorting - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 20 - - Preview Sorting - - - If multiple preview is available sorts them by these methods and selects the first one. - - 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. - - - Preview - - src/frontend/app/ui/settings/preview/preview.settings.component.ts - 31 - - Preview - - - 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 - 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. - - - Note: With the current implementation, random link also requires login. See: - - 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: - - - Random Photo is not supported with these settings - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html - 43,44 - - Fotografia aleatorie nu este suportată cu aceste setări - - - Random Photo - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts - 22 - - Random Photo - - - Job finished - - src/frontend/app/ui/settings/scheduled-jobs.service.ts - 80 - - Job finished - - - Autocomplete - - src/frontend/app/ui/settings/search/search.settings.component.html - 32 - - Autocompletare - - - Show hints while typing search query. - - src/frontend/app/ui/settings/search/search.settings.component.html - 33 - - Show hints while typing search query. - - - Maximum media result - - src/frontend/app/ui/settings/search/search.settings.component.html - 40 - - Maximum media result - - - Maximum number of photos and videos that listed in one search result - - src/frontend/app/ui/settings/search/search.settings.component.html - 41 - - Maximum number of photos and videos that listed in one search result - - - List directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 49 - - List directories - - - Search will also return with directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 50 - - Search will also return with directories - - - List metafiles - - src/frontend/app/ui/settings/search/search.settings.component.html - 57 - - List metafiles - - - 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 - 58 - - Search also returns with metafiles from directories that contain a media file of the matched search result - - - Search is not supported with these settings - - src/frontend/app/ui/settings/search/search.settings.component.html - 68,69 - - Căutarea nu este suportată cu aceste setări - - - Password protected - - src/frontend/app/ui/settings/share/share.settings.component.html - 29 - - Protecție cu parolă - - - Enables password protected sharing links. - - src/frontend/app/ui/settings/share/share.settings.component.html - 30 - - Enables password protected sharing links. - - - Sharing is not supported with these settings - - src/frontend/app/ui/settings/share/share.settings.component.html - 40,41 - - Partajarea nu este suportată cu aceste setări - - - Shared links: - - src/frontend/app/ui/settings/share/share.settings.component.html - 57 - - Shared links: - - - Key - - src/frontend/app/ui/settings/share/share.settings.component.html - 63 - - Key - - - Folder - - src/frontend/app/ui/settings/share/share.settings.component.html - 64 - - Folder - - - Creator - - src/frontend/app/ui/settings/share/share.settings.component.html - 65 - - Creator - - - Expires - - src/frontend/app/ui/settings/share/share.settings.component.html - 66 - - Expires - - - No sharing was created. - - src/frontend/app/ui/settings/share/share.settings.component.html - 86,87 - - No sharing was created. - - - Thumbnail Quality - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 11 - - Calitatea miniaturii - - - High quality may be slow. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 12 - - High quality may be slow. - - - Icon size - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 20 - - Icon size - - - Icon size (used on maps). - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 21 - - Icon size (used on maps). - - - Thumbnail sizes - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 30 - - Dimensiunile miniaturii - - - Size of the thumbnails. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 37 - - Dimensiunea miniaturilor. - - - 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 - 39,41 - - The best matching size will be generated. (More sizes give better quality, but use more storage and CPU to render.) - - - ';' 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.html - 43,45 - - ';' separated integers. If size is 240, that shorter side of the thumbnail will have 160 pixels. - - - Thumbnail - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts - 31 - - Miniatură - - - Role - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 28 - - Rol - - - + Add user - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 55,56 - - + Adăugare utilizator - - - To protect the site with password / have login enable this. - - 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. - - - Add new User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 70 - - Adăugați un utilizator nou - - - Add User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 90,91 - - Adăugați utilizator - - - Password protection - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 45 - - Protecție cu parolă - - - Low - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 48 - - Scăzut - - - High - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 49 - - Înalt - - - Password protection enabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 86 - - Protecție prin parolă activată - - - Server restart is recommended. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 87 - - Se recomandă repornirea serverului. - - - Password protection disabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 90 - - Protecție prin parolă dezactivată - - - User creation error! - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 113 - - User creation error! - - - 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 - 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. - - - Video transcoding: - - src/frontend/app/ui/settings/video/video.settings.component.html - 33 - - Video transcoding: - - - 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 - 35,38 - - 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. - - src/frontend/app/ui/settings/video/video.settings.component.html - 39 - - 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/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. - - - Format - - src/frontend/app/ui/settings/video/video.settings.component.html - 47 - - Format - - - Codec - - src/frontend/app/ui/settings/video/video.settings.component.html - 57 - - Codec - - - 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 - 67 - - The height of the output video will be scaled down to this, while keeping the aspect ratio. - - - FPS - - src/frontend/app/ui/settings/video/video.settings.component.html - 77 - - FPS - - - 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 - 78 - - Target frame per second (fps) of the output video will be scaled down this this. - - - Bit rate - - src/frontend/app/ui/settings/video/video.settings.component.html - 90 - - Bit rate - - - 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 - 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. - - - CRF - - src/frontend/app/ui/settings/video/video.settings.component.html + src/frontend/app/ui/settings/workflow/workflow.component.html 112 - CRF + every - - 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. + + never - 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 - - Preset + + after - 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 - - 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 - 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: - - Custom Options + + Periodicity: - 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: - - ; 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.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. - - Video + + After: - src/frontend/app/ui/settings/video/video.settings.component.ts - 43 + src/frontend/app/ui/settings/workflow/workflow.component.html + 72,73 - Video + After: + + + The job will run after that job finishes. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 85,86 + + The job will run after that job finishes. + + + At: + + src/frontend/app/ui/settings/workflow/workflow.component.html + 92,93 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 102,103 + + At: + + + Allow parallel run + + src/frontend/app/ui/settings/workflow/workflow.component.html + 123,124 + + Allow parallel run + + + Enables the job to start even if another job is already running. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 140,141 + + Enables the job to start even if another job is already running. + + + ';' separated integers. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 198,199 + + ';' separated integers. + + + + Add Job + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 218,221 + + + Add Job + + + Add new job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 228,229 + + Add new job + + + Select a job to schedule. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 243,244 + + Select a job to schedule. + + + Add Job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 252 + + Add Job + + + periodic + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 82 + + periodic + + + scheduled + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 83 + + scheduled + + + Monday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 86,85 + + Monday + + + Tuesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 87,85 + + Tuesday + + + Wednesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 88,85 + + Wednesday + + + Thursday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 89,85 + + Thursday + + + Friday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 90,85 + + Friday + + + Saturday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 91,85 + + Saturday + + + Sunday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 92,85 + + Sunday + + + day + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 93,85 + + day Wrong password src/frontend/app/ui/sharelogin/share-login.component.html - 11 + 11,13 Parolă incorectă - - Enter + + Enter 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 @@ + + Host + + src/common/config/private/PrivateConfig.ts + 100 + + + src/common/config/private/PrivateConfig.ts + 973 + + Хост + + + Port + + src/common/config/private/PrivateConfig.ts + 110 + + + src/common/config/private/PrivateConfig.ts + 961 + + Порт + + + Database + + src/common/config/private/PrivateConfig.ts + 120 + + + src/common/config/private/PrivateConfig.ts + 1029 + + База данных + + + Username + + 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 + + Имя пользователя + + + Password + + 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 + + Пароль + + + Sqlite db filename + + src/common/config/private/PrivateConfig.ts + 153 + + Sqlite db filename + + + Sqlite will save the db with this filename. + + src/common/config/private/PrivateConfig.ts + 157 + + Sqlite will save the db with this filename. + + + Name + + 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 + + Имя + + + Role + + src/common/config/private/PrivateConfig.ts + 177 + + + src/frontend/app/ui/settings/users/users.component.html + 17,18 + + Роль + + + Unencrypted, temporary password. App will encrypt it and delete this. + + src/common/config/private/PrivateConfig.ts + 190 + + Unencrypted, temporary password. App will encrypt it and delete this. + + + Encrypted password + + src/common/config/private/PrivateConfig.ts + 196 + + Encrypted password + + + Type + + src/common/config/private/PrivateConfig.ts + 231 + + + src/common/config/public/ClientConfig.ts + 362 + + Type + + + SQLite is recommended. + + src/common/config/private/PrivateConfig.ts + 236 + + SQLite is recommended. + + + Database folder + + src/common/config/private/PrivateConfig.ts + 243 + + Database folder + + + All file-based data will be stored here (sqlite database, job history data). + + src/common/config/private/PrivateConfig.ts + 247 + + All file-based data will be stored here (sqlite database, job history data). + + + SQLite + + src/common/config/private/PrivateConfig.ts + 254 + + SQLite + + + MySQL + + src/common/config/private/PrivateConfig.ts + 264 + + MySQL + + + Enforced users + + src/common/config/private/PrivateConfig.ts + 281 + + + src/common/config/private/PrivateConfig.ts + 298 + + Enforced users + + + 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 + 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. + + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + src/common/config/private/PrivateConfig.ts + 301 + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + + Converted photo and thumbnail quality + + src/common/config/private/PrivateConfig.ts + 308 + + Converted photo and thumbnail quality + + + Between 0-100. + + src/common/config/private/PrivateConfig.ts + 311 + + Between 0-100. + + + Person face margin + + src/common/config/private/PrivateConfig.ts + 318 + + Person face margin + + + Person face size ratio on the face thumbnail. + + src/common/config/private/PrivateConfig.ts + 321 + + Person face size ratio on the face thumbnail. + + + OnTheFly *.gpx compression + + src/common/config/private/PrivateConfig.ts + 331 + + OnTheFly *.gpx compression + + + Enables on the fly *.gpx compression. + + src/common/config/private/PrivateConfig.ts + 335 + + Enables on the fly *.gpx compression. + + + Min distance + + src/common/config/private/PrivateConfig.ts + 342 + + Min distance + + + Filters out entry that are closer than this in meters. + + src/common/config/private/PrivateConfig.ts + 347 + + Filters out entry that are closer than this in meters. + + + Min time delta + + src/common/config/private/PrivateConfig.ts + 354 + + Min time delta + + + Filters out entry that are closer than this in time in milliseconds. + + src/common/config/private/PrivateConfig.ts + 359 + + Filters out entry that are closer than this in time in milliseconds. + + + GPX compression + + src/common/config/private/PrivateConfig.ts + 369 + + + src/common/config/public/ClientConfig.ts + 669 + + + src/frontend/app/model/backendtext.service.ts + 49 + + GPX compression + + + Update timeout + + src/common/config/private/PrivateConfig.ts + 387 + + Update timeout + + + After creating a sharing link, it can be updated for this long. + + src/common/config/private/PrivateConfig.ts + 391 + + After creating a sharing link, it can be updated for this long. + + + Index cache timeout + + src/common/config/private/PrivateConfig.ts + 402 + + Index cache timeout + + + 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 + 406 + + If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low). + + + Folder reindexing sensitivity + + src/common/config/private/PrivateConfig.ts + 413 + + Чувствительность индеса + + + Set the reindexing sensitivity. High value check the folders for change more often. + + src/common/config/private/PrivateConfig.ts + 416 + + Set the reindexing sensitivity. High value check the folders for change more often. + + + Exclude Folder List + + src/common/config/private/PrivateConfig.ts + 423 + + Exclude Folder List + + + 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 + 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. + + + Exclude File List + + src/common/config/private/PrivateConfig.ts + 436 + + Exclude File List + + + .ignore;.pg2ignore + + src/common/config/private/PrivateConfig.ts + 440 + + .ignore;.pg2ignore + + + 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 + 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. + + + Threading + + src/common/config/private/PrivateConfig.ts + 452 + + + src/common/config/private/PrivateConfig.ts + 984 + + Использовать многопоточность + + + Runs directory scanning and thumbnail generation in a different thread. + + src/common/config/private/PrivateConfig.ts + 456 + + Runs directory scanning and thumbnail generation in a different thread. + + + Thumbnail threads + + src/common/config/private/PrivateConfig.ts + 462 + + Количество потоков для миниатюр + + + 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 + 466 + + Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used. + + + Max duplicates + + src/common/config/private/PrivateConfig.ts + 477 + + Max duplicates + + + Maximum number of duplicates to list. + + src/common/config/private/PrivateConfig.ts + 480 + + Maximum number of duplicates to list. + + + Level + + src/common/config/private/PrivateConfig.ts + 490 + + Level + + + Logging level. + + src/common/config/private/PrivateConfig.ts + 493 + + Logging level. + + + Sql Level + + src/common/config/private/PrivateConfig.ts + 499 + + Sql Level + + + Logging level for SQL queries. + + src/common/config/private/PrivateConfig.ts + 502 + + Logging level for SQL queries. + + + Server timing + + src/common/config/private/PrivateConfig.ts + 507 + + Server timing + + + If enabled, the app ads "Server-Timing" http header to the response. + + src/common/config/private/PrivateConfig.ts + 510 + + If enabled, the app ads "Server-Timing" http header to the response. + + + Max saved progress + + src/common/config/private/PrivateConfig.ts + 610 + + Max saved progress + + + Job history size. + + src/common/config/private/PrivateConfig.ts + 613 + + Job history size. + + + Processing batch size + + src/common/config/private/PrivateConfig.ts + 620 + + Processing batch size + + + Jobs load this many photos or videos form the DB for processing at once. + + src/common/config/private/PrivateConfig.ts + 623 + + Jobs load this many photos or videos form the DB for processing at once. + + + Scheduled jobs + + src/common/config/private/PrivateConfig.ts + 629 + + Scheduled jobs + + + Bit rate + + src/common/config/private/PrivateConfig.ts + 685 + + Bit rate + + + 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 + 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. + + + Resolution + + src/common/config/private/PrivateConfig.ts + 696 + + + src/common/config/private/PrivateConfig.ts + 808 + + Resolution + + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 701 + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + + FPS + + src/common/config/private/PrivateConfig.ts + 708 + + FPS + + + Target frame per second (fps) of the output video will be scaled down this this. + + src/common/config/private/PrivateConfig.ts + 712 + + Target frame per second (fps) of the output video will be scaled down this this. + + + Format + + src/common/config/private/PrivateConfig.ts + 718 + + Format + + + MP4 codec + + src/common/config/private/PrivateConfig.ts + 727 + + MP4 codec + + + Webm Codec + + src/common/config/private/PrivateConfig.ts + 737 + + Webm Codec + + + CRF + + src/common/config/private/PrivateConfig.ts + 748 + + CRF + + + 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 + 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. + + + Preset + + src/common/config/private/PrivateConfig.ts + 759 + + Preset + + + 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 + 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). + + + Custom Options + + src/common/config/private/PrivateConfig.ts + 769 + + Custom Options + + + It will be sent to ffmpeg as it is, as custom options. + + src/common/config/private/PrivateConfig.ts + 774 + + It will be sent to ffmpeg as it is, as custom options. + + + Video transcoding + + src/common/config/private/PrivateConfig.ts + 783 + + Video transcoding + + + 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 + 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. + + + On the fly converting + + src/common/config/private/PrivateConfig.ts + 796 + + On the fly converting + + + Converts photos on the fly, when they are requested. + + src/common/config/private/PrivateConfig.ts + 802 + + Converts photos on the fly, when they are requested. + + + The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. + + 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. + + + Photo resizing + + src/common/config/private/PrivateConfig.ts + 824 + + Photo resizing + + + Preview Filter query + + src/common/config/private/PrivateConfig.ts + 836 + + Preview Filter query + + + 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 + 841 + + Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter. + + + Preview Sorting + + src/common/config/private/PrivateConfig.ts + 850 + + Preview Sorting + + + If multiple preview is available sorts them by these methods and selects the first one. + + src/common/config/private/PrivateConfig.ts + 854 + + If multiple preview is available sorts them by these methods and selects the first one. + + + Images folder + + src/common/config/private/PrivateConfig.ts + 866 + + Папка для изображений + + + Images are loaded from this folder (read permission required) + + src/common/config/private/PrivateConfig.ts + 871 + + Изображения загружаются из этой папки (требуется право на чтение) + + + Temp folder + + src/common/config/private/PrivateConfig.ts + 877 + + Temp folder + + + Thumbnails, converted photos, videos will be stored here (write permission required) + + src/common/config/private/PrivateConfig.ts + 882 + + Thumbnails, converted photos, videos will be stored here (write permission required) + + + Metadata read buffer + + src/common/config/private/PrivateConfig.ts + 889 + + Metadata read buffer + + + 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 + 895 + + Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square. + + + Video + + src/common/config/private/PrivateConfig.ts + 901 + + + src/common/config/public/ClientConfig.ts + 640 + + Видео + + + 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 + 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. + + + Photo + + src/common/config/private/PrivateConfig.ts + 915 + + + src/common/config/public/ClientConfig.ts + 647 + + Photo + + + Thumbnail + + src/common/config/private/PrivateConfig.ts + 928 + + + src/common/config/public/ClientConfig.ts + 633 + + Миниатюра + + + Session Timeout + + src/common/config/private/PrivateConfig.ts + 951 + + Session Timeout + + + Users kept logged in for this long time. + + src/common/config/private/PrivateConfig.ts + 955 + + Users kept logged in for this long time. + + + Port number. Port 80 is usually what you need. + + src/common/config/private/PrivateConfig.ts + 966 + + Номер порта. Рекомендуем использовать 80. + + + Server will accept connections from this IPv6 or IPv4 address. + + src/common/config/private/PrivateConfig.ts + 978 + + Сервер будет доступен по указанному адресу (IPv4 или IPv6). + + + Logs + + src/common/config/private/PrivateConfig.ts + 992 + + Logs + + + Server + + src/common/config/private/PrivateConfig.ts + 1021 + + Server + + + Users + + src/common/config/private/PrivateConfig.ts + 1037 + + Users + + + Indexing + + src/common/config/private/PrivateConfig.ts + 1045 + + + src/frontend/app/model/backendtext.service.ts + 33 + + Indexing + + + 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 + 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.) + + + Media + + src/common/config/private/PrivateConfig.ts + 1061 + + Media + + + Meta file + + src/common/config/private/PrivateConfig.ts + 1069 + + Метафайл + + + Preview + + src/common/config/private/PrivateConfig.ts + 1077 + + Preview + + + Sharing + + src/common/config/private/PrivateConfig.ts + 1092 + + Sharing + + + Duplicates + + src/common/config/private/PrivateConfig.ts + 1100 + + + src/frontend/app/ui/frame/frame.component.html + 75 + + Duplicates + + + Jobs + + src/common/config/private/PrivateConfig.ts + 1108 + + Jobs + + + Enable Autocomplete + + src/common/config/public/ClientConfig.ts + 60 + + Enable Autocomplete + + + Show hints while typing search query. + + src/common/config/public/ClientConfig.ts + 63 + + Show hints while typing search query. + + + Max items per category + + src/common/config/public/ClientConfig.ts + 70 + + Max items per category + + + Maximum number autocomplete items shown per category. + + src/common/config/public/ClientConfig.ts + 73 + + Maximum number autocomplete items shown per category. + + + Maximum items + + src/common/config/public/ClientConfig.ts + 80 + + Maximum items + + + Maximum number autocomplete items shown at once. + + src/common/config/public/ClientConfig.ts + 83 + + Maximum number autocomplete items shown at once. + + + Cache timeout + + src/common/config/public/ClientConfig.ts + 90 + + + src/common/config/public/ClientConfig.ts + 114 + + Cache timeout + + + Autocomplete cache timeout. + + src/common/config/public/ClientConfig.ts + 94 + + Autocomplete cache timeout. + + + Enable + + 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 + + + Enables searching. + + src/common/config/public/ClientConfig.ts + 107 + + Enables searching. + + + Search cache timeout. + + src/common/config/public/ClientConfig.ts + 118 + + Search cache timeout. + + + Autocomplete + + src/common/config/public/ClientConfig.ts + 124 + + Автозаполнение + + + Maximum media result + + src/common/config/public/ClientConfig.ts + 133 + + Maximum media result + + + Maximum number of photos and videos that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 136 + + Maximum number of photos and videos that are listed in one search result. + + + Maximum directory result + + src/common/config/public/ClientConfig.ts + 142 + + Maximum directory result + + + Maximum number of directories that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 145 + + Maximum number of directories that are listed in one search result. + + + List directories + + src/common/config/public/ClientConfig.ts + 151 + + List directories + + + Search returns also with directories, not just media. + + src/common/config/public/ClientConfig.ts + 154 + + Search returns also with directories, not just media. + + + List metafiles + + src/common/config/public/ClientConfig.ts + 160 + + List metafiles + + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + src/common/config/public/ClientConfig.ts + 163 + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + + Enables sharing. + + src/common/config/public/ClientConfig.ts + 188 + + Enables sharing. + + + Password protected + + src/common/config/public/ClientConfig.ts + 194 + + Защищено паролем + + + Enables password protected sharing links. + + src/common/config/public/ClientConfig.ts + 197 + + Enables password protected sharing links. + + + Enables random link generation. + + src/common/config/public/ClientConfig.ts + 210 + + Enables random link generation. + + + Name of a map layer. + + src/common/config/public/ClientConfig.ts + 222 + + Name of a map layer. + + + Url of a map layer. + + src/common/config/public/ClientConfig.ts + 231 + + Url of a map layer. + + + Image Markers + + src/common/config/public/ClientConfig.ts + 252 + + Image Markers + + + Map will use thumbnail images as markers instead of the default pin. + + src/common/config/public/ClientConfig.ts + 255 + + Map will use thumbnail images as markers instead of the default pin. + + + Map Provider + + src/common/config/public/ClientConfig.ts + 261 + + Map Provider + + + Mapbox access token + + src/common/config/public/ClientConfig.ts + 269 + + Токен доступа Mapbox + + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + src/common/config/public/ClientConfig.ts + 273 + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + + The map module will use these urls to fetch the map tiles. + + src/common/config/public/ClientConfig.ts + 278 + + The map module will use these urls to fetch the map tiles. + + + Custom Layers + + src/common/config/public/ClientConfig.ts + 281 + + Custom Layers + + + Max Preview Markers + + src/common/config/public/ClientConfig.ts + 291 + + Max Preview Markers + + + Maximum number of markers to be shown on the map preview on the gallery page. + + src/common/config/public/ClientConfig.ts + 294 + + Maximum number of markers to be shown on the map preview on the gallery page. + + + Map Icon size + + src/common/config/public/ClientConfig.ts + 304 + + Map Icon size + + + Icon size (used on maps). + + src/common/config/public/ClientConfig.ts + 308 + + Icon size (used on maps). + + + Person thumbnail size + + src/common/config/public/ClientConfig.ts + 313 + + Person thumbnail size + + + Person (face) thumbnail size. + + src/common/config/public/ClientConfig.ts + 317 + + Person (face) thumbnail size. + + + Thumbnail sizes + + src/common/config/public/ClientConfig.ts + 322 + + Размеры миниатюр + + + 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 + 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. + + + SearchQuery + + src/common/config/public/ClientConfig.ts + 378 + + SearchQuery + + + Url + + src/common/config/public/ClientConfig.ts + 388 + + + src/frontend/app/ui/EnumTranslations.ts + 47 + + Url + + + Show item count + + src/common/config/public/ClientConfig.ts + 410 + + Показывать количество элементов + + + Shows the number photos and videos on the navigation bar. + + src/common/config/public/ClientConfig.ts + 413 + + Shows the number photos and videos on the navigation bar. + + + Links + + src/common/config/public/ClientConfig.ts + 419 + + Links + + + Visible links in the top menu. + + src/common/config/public/ClientConfig.ts + 424 + + Visible links in the top menu. + + + Cache + + src/common/config/public/ClientConfig.ts + 437 + + Кэш + + + Caches directory contents and search results for better performance. + + src/common/config/public/ClientConfig.ts + 440 + + Caches directory contents and search results for better performance. + + + Scroll based thumbnail generation + + src/common/config/public/ClientConfig.ts + 445 + + Генерация миниатюр на лету, во время прокрутки + + + Those thumbnails get higher priority that are visible on the screen. + + src/common/config/public/ClientConfig.ts + 448 + + Those thumbnails get higher priority that are visible on the screen. + + + Default sorting + + src/common/config/public/ClientConfig.ts + 454 + + Default sorting + + + Default sorting method for photo and video in a directory results. + + src/common/config/public/ClientConfig.ts + 457 + + Default sorting method for photo and video in a directory results. + + + Default search sorting + + src/common/config/public/ClientConfig.ts + 463 + + Default search sorting + + + Default sorting method for photo and video in a search results. + + src/common/config/public/ClientConfig.ts + 466 + + Default sorting method for photo and video in a search results. + + + Sort directories by date + + src/common/config/public/ClientConfig.ts + 472 + + Sort directories by date + + + 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 + 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. + + + On scroll thumbnail prioritising + + src/common/config/public/ClientConfig.ts + 481 + + On scroll thumbnail prioritising + + + Those thumbnails will be rendered first that are in view. + + src/common/config/public/ClientConfig.ts + 484 + + Those thumbnails will be rendered first that are in view. + + + Navigation bar + + src/common/config/public/ClientConfig.ts + 489 + + Navigation bar + + + Caption first naming + + src/common/config/public/ClientConfig.ts + 496 + + Заголовок перед именем + + + Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. + + src/common/config/public/ClientConfig.ts + 499 + + Показывать заголовки тегов из EXIF(IPTC 120) ​​вместо имен файлов. + + + Download Zip + + src/common/config/public/ClientConfig.ts + 504 + + Download Zip + + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + src/common/config/public/ClientConfig.ts + 509 + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + + Directory flattening + + src/common/config/public/ClientConfig.ts + 514 + + Directory flattening + + + 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 + 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.) + + + Default slideshow speed + + src/common/config/public/ClientConfig.ts + 524 + + Default slideshow speed + + + Default time interval for displaying a photo in the slide show. + + src/common/config/public/ClientConfig.ts + 529 + + Default time interval for displaying a photo in the slide show. + + + Supported formats with transcoding + + src/common/config/public/ClientConfig.ts + 547 + + Supported formats with transcoding + + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + src/common/config/public/ClientConfig.ts + 552 + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + + Supported formats without transcoding + + src/common/config/public/ClientConfig.ts + 560 + + Supported formats without transcoding + + + 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 + 565 + + Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp + + + Enable photo converting. + + src/common/config/public/ClientConfig.ts + 577 + + Enable photo converting. + + + Load full resolution image on zoom. + + src/common/config/public/ClientConfig.ts + 583 + + Load full resolution image on zoom. + + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + src/common/config/public/ClientConfig.ts + 588 + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + + Photo converting + + src/common/config/public/ClientConfig.ts + 597 + + + src/frontend/app/model/backendtext.service.ts + 39 + + Photo converting + + + Supported photo formats + + src/common/config/public/ClientConfig.ts + 606 + + Supported photo formats + + + 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 + 610 + + Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats. + + + Enable GPX compressing + + src/common/config/public/ClientConfig.ts + 619 + + Enable GPX compressing + + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + src/common/config/public/ClientConfig.ts + 624 + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + + *.gpx files + + src/common/config/public/ClientConfig.ts + 658 + + *.gpx files + + + Reads *.gpx files and renders them on the map. + + src/common/config/public/ClientConfig.ts + 663 + + Reads *.gpx files and renders them on the map. + + + Markdown files + + src/common/config/public/ClientConfig.ts + 678 + + Markdown files + + + Reads *.md files in a directory and shows the next to the map. + + src/common/config/public/ClientConfig.ts + 682 + + Reads *.md files in a directory and shows the next to the map. + + + *.pg2conf files + + src/common/config/public/ClientConfig.ts + 688 + + *.pg2conf files + + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + src/common/config/public/ClientConfig.ts + 692 + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + + Supported formats + + src/common/config/public/ClientConfig.ts + 698 + + Supported formats + + + The app will read and process these files. + + src/common/config/public/ClientConfig.ts + 702 + + The app will read and process these files. + + + Enabled + + 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 + + Включено + + + Override keywords + + src/common/config/public/ClientConfig.ts + 719 + + Override keywords + + + 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 + 723 + + If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only. + + + Face starring right + + src/common/config/public/ClientConfig.ts + 728 + + Face starring right + + + Required minimum right to star (favourite) a face. + + src/common/config/public/ClientConfig.ts + 731 + + Required minimum right to star (favourite) a face. + + + Face listing right + + src/common/config/public/ClientConfig.ts + 736 + + Face listing right + + + Required minimum right to show the faces tab. + + src/common/config/public/ClientConfig.ts + 739 + + Required minimum right to show the faces tab. + + + Page title + + src/common/config/public/ClientConfig.ts + 749 + + Заголовок страницы + + + 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 + 755 + + If you access the page form local network its good to know the public url for creating sharing link. + + + Page public url + + src/common/config/public/ClientConfig.ts + 757 + + Публичный URL + + + 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 + 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. + + + Url Base + + src/common/config/public/ClientConfig.ts + 767 + + Path + + + Api path + + src/common/config/public/ClientConfig.ts + 779 + + Api path + + + 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 + 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). + + + Custom HTML Head + + src/common/config/public/ClientConfig.ts + 792 + + Custom HTML Head + + + Password protection + + src/common/config/public/ClientConfig.ts + 813 + + Защита паролем + + + Enables user management with login to password protect the gallery. + + src/common/config/public/ClientConfig.ts + 815 + + Enables user management with login to password protect the gallery. + + + Default user right + + src/common/config/public/ClientConfig.ts + 821 + + Default user right + + + Default user right when password protection is disabled. + + src/common/config/public/ClientConfig.ts + 826 + + Default user right when password protection is disabled. + + + Gallery + + src/common/config/public/ClientConfig.ts + 843 + + + src/frontend/app/ui/EnumTranslations.ts + 49 + + + src/frontend/app/ui/frame/frame.component.html + 26 + + Gallery + + + Album + + src/common/config/public/ClientConfig.ts + 857 + + Album + + + Search + + 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 + + Поиск + + + Map + + src/common/config/public/ClientConfig.ts + 876 + + Карта + + + Faces + + 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 + + + Random photo + + src/common/config/public/ClientConfig.ts + 892 + + Random photo + + + This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login. + + src/common/config/public/ClientConfig.ts + 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. + Size to generate src/frontend/app/model/backendtext.service.ts - 15 + 11 Size to generate @@ -14,7 +1982,7 @@ These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes 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 @@ Indexed only src/frontend/app/model/backendtext.service.ts - 19 + 15 Indexed only @@ -30,7 +1998,7 @@ Only checks indexed files. src/frontend/app/model/backendtext.service.ts - 21 + 17 Only checks indexed files. @@ -38,7 +2006,7 @@ Index changes only src/frontend/app/model/backendtext.service.ts - 23 + 19 Index changes only @@ -46,75 +2014,67 @@ Only indexes a folder if it got changed. src/frontend/app/model/backendtext.service.ts - 25 + 21 Only indexes a folder if it got changed. - - Indexing + + Database reset + + src/frontend/app/model/backendtext.service.ts + 35 + + Database reset + + + Thumbnail generation src/frontend/app/model/backendtext.service.ts 37 - Indexing + Thumbnail generation - - Preview Filling - - src/frontend/app/model/backendtext.service.ts - 39 - - Preview Filling - - - Database Reset + + Video converting src/frontend/app/model/backendtext.service.ts 41 - Database Reset + Video converting - - Thumbnail Generation + + Temp folder cleaning src/frontend/app/model/backendtext.service.ts 43 - Thumbnail Generation + Temp folder cleaning - - Photo Converting + + Preview filling src/frontend/app/model/backendtext.service.ts 45 - Photo Converting + Preview filling - - Video Converting + + Preview reset src/frontend/app/model/backendtext.service.ts 47 - Video Converting - - - Temp Folder Cleaning - - src/frontend/app/model/backendtext.service.ts - 49 - - Temp Folder Cleaning + Preview reset Server error src/frontend/app/model/notification.service.ts - 71 + 84 src/frontend/app/model/notification.service.ts - 74 + 87 Ошибка сервера @@ -122,7 +2082,7 @@ Server info src/frontend/app/model/notification.service.ts - 77 + 90 Информация о сервере @@ -130,7 +2090,7 @@ h src/frontend/app/pipes/DurationPipe.ts - 23 + 20 hour час @@ -139,7 +2099,7 @@ m src/frontend/app/pipes/DurationPipe.ts - 26 + 23 minute минута @@ -148,67 +2108,191 @@ s src/frontend/app/pipes/DurationPipe.ts - 29 + 26 second секунда - - ascending rating + + Developer - src/frontend/app/pipes/StringifySortingMethod.ts - 13 - - ascending rating - - - descending rating - - src/frontend/app/pipes/StringifySortingMethod.ts - 15 - - descending rating - - - ascending name - - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts 17 - по имени, в алфавитном порядке + Developer - - descending name + + Admin - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 18 + + Admin + + + User + + src/frontend/app/ui/EnumTranslations.ts 19 - о имени, против алфавитного порядка + User - - ascending date + + Guest - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 20 + + Guest + + + LimitedGuest + + src/frontend/app/ui/EnumTranslations.ts 21 - по возрастанию дата + LimitedGuest + + + Basic + + src/frontend/app/ui/EnumTranslations.ts + 24 + + Основной + + + Advanced + + src/frontend/app/ui/EnumTranslations.ts + 25 + + Advanced + + + Under the hood + + src/frontend/app/ui/EnumTranslations.ts + 26 + + Under the hood + + + Custom + + src/frontend/app/ui/EnumTranslations.ts + 28 + + Custom + + + OpenStreetMap + + src/frontend/app/ui/EnumTranslations.ts + 29 + + OpenStreetMap + + + Mapbox + + src/frontend/app/ui/EnumTranslations.ts + 30 + + Mapbox + + + low + + src/frontend/app/ui/EnumTranslations.ts + 33 + + низкий + + + high + + src/frontend/app/ui/EnumTranslations.ts + 34 + + высокий + + + medium + + src/frontend/app/ui/EnumTranslations.ts + 35 + + средний descending date - src/frontend/app/pipes/StringifySortingMethod.ts - 23 + src/frontend/app/ui/EnumTranslations.ts + 38 по убыванию даты + + ascending date + + src/frontend/app/ui/EnumTranslations.ts + 39 + + по возрастанию дата + + + descending name + + src/frontend/app/ui/EnumTranslations.ts + 40 + + о имени, против алфавитного порядка + + + ascending name + + src/frontend/app/ui/EnumTranslations.ts + 41 + + по имени, в алфавитном порядке + + + descending rating + + src/frontend/app/ui/EnumTranslations.ts + 42 + + descending rating + + + ascending rating + + src/frontend/app/ui/EnumTranslations.ts + 43 + + ascending rating + random - src/frontend/app/pipes/StringifySortingMethod.ts - 25 + src/frontend/app/ui/EnumTranslations.ts + 44 random + + Albums + + src/frontend/app/ui/EnumTranslations.ts + 50 + + + src/frontend/app/ui/frame/frame.component.html + 18 + + Albums + Application version @@ -233,11 +2317,11 @@ Git commit - - Server notifications + + Server notifications src/frontend/app/ui/admin/admin.component.html - 17,18 + 16,17 Уведомления сервера @@ -245,7 +2329,7 @@ To dismiss these notifications, restart the server. src/frontend/app/ui/admin/admin.component.html - 36,37 + 34,35 Чтобы отключить эти уведомления, перезапустите сервер. @@ -253,7 +2337,7 @@ App version: src/frontend/app/ui/admin/admin.component.html - 48 + 46 App version: @@ -261,31 +2345,15 @@ Mode src/frontend/app/ui/admin/admin.component.html - 52 + 50,51 Режим - - Advanced - - src/frontend/app/ui/admin/admin.component.html - 60 - - Advanced - - - Simplified - - src/frontend/app/ui/admin/admin.component.html - 61 - - Simplified - Menu 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 @@ Up time src/frontend/app/ui/admin/admin.component.html - 148 + 116 Up time @@ -302,7 +2370,7 @@ Album is locked, cannot be deleted from the webpage. 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 @@ Add saved search 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 @@ To .pg2conf src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 5 + 5,6 To .pg2conf @@ -338,7 +2406,7 @@ Saved Search to .saved_searches.pg2conf 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 @@ Add this json to a '.saved_searches.pg2conf' file in your gallery: 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 @@ This saved search will be loaded from file during gallery indexing and it will survive a database reset. 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 @@ No duplicates found src/frontend/app/ui/duplicates/duplicates.component.html - 9,10 + 8,10 Дубликаты не найдены @@ -370,59 +2438,15 @@ No faces to show. src/frontend/app/ui/faces/faces.component.html - 15 + 16 No faces to show. - - Gallery - - src/frontend/app/ui/frame/frame.component.html - 18 - - Gallery - - - Albums - - src/frontend/app/ui/frame/frame.component.html - 21 - - - src/frontend/app/ui/settings/albums/albums.settings.component.ts - 23 - - Albums - - - Faces - - 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 - - - Duplicates - - src/frontend/app/ui/frame/frame.component.html - 54 - - Duplicates - Settings src/frontend/app/ui/frame/frame.component.html - 62 + 83 Настройки @@ -430,7 +2454,7 @@ Logout src/frontend/app/ui/frame/frame.component.html - 68 + 89 Выйти @@ -454,7 +2478,7 @@ unknown src/frontend/app/ui/gallery/filter/filter.gallery.component.ts - 20 + 23 unknown @@ -462,7 +2486,7 @@ Keywords src/frontend/app/ui/gallery/filter/filter.service.ts - 33 + 34 Keywords @@ -470,7 +2494,7 @@ no face src/frontend/app/ui/gallery/filter/filter.service.ts - 40 + 44 no face @@ -478,7 +2502,7 @@ Faces groups src/frontend/app/ui/gallery/filter/filter.service.ts - 45 + 49 Faces groups @@ -486,7 +2510,7 @@ Caption src/frontend/app/ui/gallery/filter/filter.service.ts - 51 + 59 Caption @@ -494,7 +2518,7 @@ Rating src/frontend/app/ui/gallery/filter/filter.service.ts - 56 + 64 Rating @@ -502,7 +2526,7 @@ Camera src/frontend/app/ui/gallery/filter/filter.service.ts - 61 + 69 Camera @@ -510,7 +2534,7 @@ Lens src/frontend/app/ui/gallery/filter/filter.service.ts - 66 + 74 Lens @@ -518,7 +2542,7 @@ City src/frontend/app/ui/gallery/filter/filter.service.ts - 71 + 79 City @@ -526,7 +2550,7 @@ State src/frontend/app/ui/gallery/filter/filter.service.ts - 76 + 84 State @@ -534,7 +2558,7 @@ Country src/frontend/app/ui/gallery/filter/filter.service.ts - 81 + 89 Country @@ -562,23 +2586,11 @@ Слишком много элементов для показа. Уточните свой запрос. - - download - - src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 11 - - - src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 29 - - Скачать - info key: i src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 15 + 10 Информация, клавиша: i @@ -586,11 +2598,11 @@ toggle fullscreen, key: f 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 + + Download + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 45 + + Download + + + Slideshow playback speed + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow playback speed + + + Slideshow speed: + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow speed: + + + key: c + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + key: c + + + Show caption + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + Show caption + + + on hover + + 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 + + + always + + 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 + + + key: a + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + key: a + + + Show faces + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + Show faces + + + key: l + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + key: l + + + Play videos + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + Play videos + + + once + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 108 + + once + + + loop + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 109 + + loop + close, key: Escape 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 @@ key: left arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 90 + 179 клавиша: стрелка влево @@ -626,7 +2750,7 @@ key: right arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 94 + 183 клавиша: стрелка вправо @@ -634,7 +2758,7 @@ Zoom out, key: '-' src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 100 + 189 Уменьшить, клавиша: '-' @@ -642,7 +2766,7 @@ Zoom in, key: '+' 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 - Информация duration 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 @@ bit rate src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html - 57 + 56 битрейт @@ -682,7 +2802,7 @@ Error during loading the video. src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html - 20 + 21 Error during loading the video. @@ -690,7 +2810,7 @@ Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online: 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 @@ Searching for: src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 12 + 14 Поиск: @@ -706,15 +2826,23 @@ items src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 20 + 23,24 Элементы + + download + + src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html + 32 + + Скачать + Flatten directory src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 39 + 42 Flatten directory @@ -722,17 +2850,17 @@ Filters src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 48 + 51 Filters - - Images + + Home src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts - 38 + 48 - Images + Home Random link @@ -754,11 +2882,11 @@ Copy 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 @@ Url has been copied to clipboard 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 @@ From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 100 + 104 From @@ -798,7 +2926,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 114 + 118 From date @@ -806,7 +2934,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 126 + 130 To date @@ -814,11 +2942,11 @@ Minimum Rating 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 @@ Maximum Rating 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 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 206 + 210 Вертикальная @@ -846,7 +2974,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 207 + 211 Горизонтальная @@ -854,39 +2982,27 @@ Insert 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 - + - - Search - - src/frontend/app/ui/gallery/search/search.gallery.component.html - 31 - - - src/frontend/app/ui/settings/search/search.settings.component.ts - 22 - - Поиск - Save search to album src/frontend/app/ui/gallery/search/search.gallery.component.html - 68 + 63,64 Save search to album @@ -894,15 +3010,11 @@ Share 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 @@ Sharing: src/frontend/app/ui/gallery/share/share.gallery.component.html - 39 + 39,40 Совместное использование: @@ -918,43 +3030,15 @@ Include subfolders: src/frontend/app/ui/gallery/share/share.gallery.component.html - 52 + 52,53 Включить подпапки: - - Password - - 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 - - Пароль - Valid: src/frontend/app/ui/gallery/share/share.gallery.component.html - 93 + 93,94 Действительно: @@ -962,7 +3046,7 @@ Minutes src/frontend/app/ui/gallery/share/share.gallery.component.html - 106 + 106,107 Минут @@ -970,7 +3054,7 @@ Hours src/frontend/app/ui/gallery/share/share.gallery.component.html - 107 + 107,108 Часов @@ -978,7 +3062,7 @@ Days src/frontend/app/ui/gallery/share/share.gallery.component.html - 108 + 108,109 Дней @@ -986,7 +3070,7 @@ Months src/frontend/app/ui/gallery/share/share.gallery.component.html - 109 + 109,110 Месяцев @@ -994,7 +3078,7 @@ Forever src/frontend/app/ui/gallery/share/share.gallery.component.html - 110 + 110,111 Forever @@ -1002,7 +3086,7 @@ Yes src/frontend/app/ui/gallery/share/share.gallery.component.ts - 51 + 49 Да @@ -1010,7 +3094,7 @@ No src/frontend/app/ui/gallery/share/share.gallery.component.ts - 52 + 50 Нет @@ -1018,11 +3102,11 @@ loading.. 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 @@ Please log in src/frontend/app/ui/login/login.component.html - 10 + 10,11 Пожалуйста, войдите @@ -1038,31 +3122,15 @@ Wrong username or password src/frontend/app/ui/login/login.component.html - 13,14 + 13 Неверное имя пользователя или пароль - - Username - - 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 - - Имя пользователя - Remember me src/frontend/app/ui/login/login.component.html - 58 + 47,48 Запомнить меня @@ -1070,1056 +3138,323 @@ Login src/frontend/app/ui/login/login.component.html - 68,69 + 56 Войти - - settings saved - - src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts - 223 - - настройки сохранены - - - Success - - 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 - - Выполнено - - - 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 - 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. - - - Disabled - - 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 - - Отключено - - - Enabled - - 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 - - Включено - - - readonly - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 149 - - readonly - - - default value - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 151 - - default value - - - Shows albums tab in the top bar and enables creating saved searches. - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 25 - - Shows albums tab in the top bar and enables creating saved searches. - - - Note: custom albums are not supported, see: - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 27 - - Note: custom albums are not supported, see: - - - Save - - 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 - - Сохранить - - - Reset - - 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 - - Сбросить - - - Page title - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 11 - - Заголовок страницы - - - Host - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 20 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 35 - - Хост - - - Server will accept connections from this IPv6 or IPv4 address. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 22 - - Сервер будет доступен по указанному адресу (IPv4 или IPv6). - - - Port - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 31 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 42 - - Порт - - - Port number. Port 80 is usually what you need. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 32 - - Номер порта. Рекомендуем использовать 80. - - - Images folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 42 - - Папка для изображений - - - Images are loaded from this folder (read permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 43 - - Изображения загружаются из этой папки (требуется право на чтение) - - - Temp folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 53 - - Temp folder - - - Thumbnails, converted photos, videos will be stored here (write - permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 54,55 - - Thumbnails, converted photos, videos will be stored here (write permission required) - - - Page public url - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 65 - - Публичный URL - - - 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 - 68,69 - - Для входа в галлерею из внешней или докальной сети используйте этот URL - - - Url Base - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 77 - - Path - - - 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 - 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. - - - 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.html - 91,92 - - Публичный URL и базовый URL не совпадают. Некоторые функции могут не работать. - - - Basic - - src/frontend/app/ui/settings/basic/basic.settings.component.ts - 26 - - Основной - - - Restart the server to apply the new settings - - src/frontend/app/ui/settings/basic/basic.settings.component.ts - 34 - - - src/frontend/app/ui/settings/other/other.settings.component.ts - 53 - - Для того чтобы применить настройки перезапустите сервер - - - Type - - src/frontend/app/ui/settings/database/database.settings.component.html - 10 - - Type - - - Install manually mysql node module to use mysql (npm install mysql) - - src/frontend/app/ui/settings/database/database.settings.component.html - 16,17 - - Установите вручную модуль node.js для использования mysql (npm install mysql) - - - Database folder - - src/frontend/app/ui/settings/database/database.settings.component.html - 22 - - Database folder - - - 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 - 23 - - All file-based data will be stored here (sqlite database, user database in case of memory db, job history data) - - - Database - - src/frontend/app/ui/settings/database/database.settings.component.html - 50 - - - src/frontend/app/ui/settings/database/database.settings.component.ts - 26 - - База данных - - - (recommended) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 36 - - (рекомендуемые) - - - (deprecated, will be removed) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 38 - - (deprecated, will be removed) - - - Override keywords - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 31 - - Override keywords - - - 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 - 33 - - If a photo has the same face (person) name and keyword, the app removes the duplicate, keeping the face only. - - - Face starring right - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 38 - - Face starring right - - - Required minimum right to star (favourite) a face. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 40 - - Required minimum right to star (favourite) a face. - - - Faces are not supported with these settings. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 47,48 - - Faces are not supported with these settings. - - - Index cache timeout [ms] - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 12 - - Тайм-аут индекс кэша [мс] - - - 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 - 13 - - Сканирует папки через указанный интервал времени (индексирование не выполняеться, если уже было выполнено ранее, и о нём есть информация в БД и установлена низкая чувствительность) - - - Folder reindexing sensitivity - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 21 - - Чувствительность индеса - - - Set the reindexing sensitivity. High value check the folders for change more often. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 23 - - Set the reindexing sensitivity. High value check the folders for change more often. - - - Exclude Folder List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 29 - - Exclude Folder List - - - Folders to exclude from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 34 - - Folders to exclude from indexing - - - ';' 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 - 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. - - - Exclude File List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 45 - - Exclude File List - - - Files that mark a folder to be excluded from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 50 - - Files that mark a folder to be excluded from indexing - - - ';' 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 - 53,55 - - ';' separated strings. Any folder that contains a file with this name will be excluded from indexing. - - - If you add a new folder to your gallery, the site indexes it automatically. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 75 - - Сайт автоматически индексирует добавленые в галерею папки. - - - If you would like to trigger indexing manually, click index button. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 76 - - Если вы хотите запустить индексацию вручную, нажмите кнопку "Индексировать". - - - Note: search only works among the indexed directories - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 79 - - Примечание: поиск работает только с проиндексированными каталогами - Statistic: - 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 Статистика: Folders - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 109 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 6 Папки Photos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 113 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 10 Фото Videos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 117 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 14 Видео Persons - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 122 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 19 Persons Size - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 126 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 23 Размер - - Folder indexing + + Job finished - src/frontend/app/ui/settings/indexing/indexing.settings.component.ts - 36 + src/frontend/app/ui/settings/scheduled-jobs.service.ts + 128 - Сканирование папок + Job finished - - 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 - 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. - - medium + + Disabled - 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 + + Отключено - - high + + Tile Url* - 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* - - Folder indexing started + + + Add Layer - 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 - - Folder indexing interrupted + + + Add Link - 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 - - Resetting database + + + Add - 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 + + + ';' separated list. + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 301 + + ';' separated list. + + + See + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 304 + + See + + + Reset database after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 308 + + Reset database after changing this settings! + + + Restart server after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 312 + + Restart server after changing this settings! + + + readonly + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 229 + + readonly + + + default value + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 231 + + default value + + + config is not supported with these settings. + + src/frontend/app/ui/settings/template/template.component.html + 33,34 + + config is not supported with these settings. + + + Save + + src/frontend/app/ui/settings/template/template.component.html + 45 + + Сохранить + + + Reset + + src/frontend/app/ui/settings/template/template.component.html + 49 + + Сбросить + + + settings saved + + src/frontend/app/ui/settings/template/template.component.ts + 281,280 + + настройки сохранены + + + Success + + src/frontend/app/ui/settings/template/template.component.ts + 282,280 + + Выполнено + + + User list + + src/frontend/app/ui/settings/users/users.component.html + 4,5 + + User list + + + + Add user + + src/frontend/app/ui/settings/users/users.component.html + 46,47 + + + Добавить пользователя + + + Add new User + + src/frontend/app/ui/settings/users/users.component.html + 56,57 + + Добавить нового пользователя + + + Close + + src/frontend/app/ui/settings/users/users.component.html + 72,73 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 248,249 + + Закрыть + + + Add User + + src/frontend/app/ui/settings/users/users.component.html + 76 + + Добавить пользователя + + + User creation error! + + src/frontend/app/ui/settings/users/users.component.ts + 82,80 + + User creation error! Trigger job run manually - 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 Run now - 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 Cancel - 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 Job started - 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 Stopping job - 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 - - every - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 20 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 116 - - every - - - never - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 25 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 68 - - never - - - after - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 27 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 67 - - after - - - Job: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 50 - - Job: - - - Periodicity: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 64 - - Periodicity: - - - Set the time to run the job. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 74,75 - - Set the time to run the job. - - - After: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 80 - - After: - - - The job will run after that job finishes. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 91,92 - - The job will run after that job finishes. - - - At: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 98 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 108 - - At: - - - Allow parallel run - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 127 - - Allow parallel run - - - Enables the job to start even if another job is already running. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 143,144 - - Enables the job to start even if another job is already running. - - - ';' separated integers. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 198,199 - - ';' separated integers. - - - + Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 226,227 - - + Add Job - - - Add new job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 241 - - Add new job - - - Select a job to schedule. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 255,256 - - Select a job to schedule. - - - Close - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 260 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 87 - - Закрыть - - - Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 263,264 - - Add Job - - - Jobs - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 57 - - Jobs - - - periodic - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 69 - - periodic - - - scheduled - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 70 - - scheduled - - - Monday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 73 - - Monday - - - Tuesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 74 - - Tuesday - - - Wednesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 75 - - Wednesday - - - Thursday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 76 - - Thursday - - - Friday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 77 - - Friday - - - Saturday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 78 - - Saturday - - - Sunday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 79 - - Sunday - - - day - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 80 - - day - Last run: - 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: Run between - 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 @@ Status - 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 @@ Cancelling... - 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... time elapsed - 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 Processed - 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 Skipped - 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 Left - 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 All - 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 Logs - 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 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 + 38 processed skipped - 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 all - 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 running - 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 cancelling - 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 canceled - 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 interrupted - 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 finished - 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 - - Use image markers + + every - 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 - - - Map will use thumbnail images as markers instead of the default pin. - src/frontend/app/ui/settings/map/map.settings.component.html - 31 - - Map will use thumbnail images as markers instead of the default pin. - - - Map provider - - src/frontend/app/ui/settings/map/map.settings.component.html - 40 - - Провайдер онлайн карт - - - Name - - src/frontend/app/ui/settings/map/map.settings.component.html - 52 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 27 - - Имя - - - Tile Url* - - src/frontend/app/ui/settings/map/map.settings.component.html - 53 - - Tile Url* - - - *The map module will use these urls to fetch the map tiles. - - src/frontend/app/ui/settings/map/map.settings.component.html - 78 - - *The map module will use these urls to fetch the map tiles. - - - + Add Layer - - src/frontend/app/ui/settings/map/map.settings.component.html - 83,84 - - + Add Layer - - - Mapbox access token - - src/frontend/app/ui/settings/map/map.settings.component.html - 90 - - Токен доступа Mapbox - - - MapBox needs an access token to work, create one at - - src/frontend/app/ui/settings/map/map.settings.component.html - 96 - - Для работы MapBox нужен токен, создайте его на - - - Map - - src/frontend/app/ui/settings/map/map.settings.component.ts - 27 - - Карта - - - *.gpx files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 11 - - *.gpx files - - - Reads *.gpx files and renders them on the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 12 - - Reads *.gpx files and renders them on the map. - - - Markdown files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 19 - - Markdown files - - - Reads *.md files in a directory and shows the next to the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 20 - - Reads *.md files in a directory and shows the next to the map. - - - *.pg2conf files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 26 - - *.pg2conf files - - - Reads *.pg2conf files (You can use it for custom sorting and save search (albums)). - - 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)). - - - Meta file - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts - 23 - - Метафайл - - - Error: - - src/frontend/app/ui/settings/other/other.settings.component.html - 7 - - Ошибка: - - - Threads: - - src/frontend/app/ui/settings/other/other.settings.component.html - 10 - - Потоки: - - - Threading - - src/frontend/app/ui/settings/other/other.settings.component.html - 14 - - Использовать многопоточность - - - Runs directory scanning in a different thread. - - src/frontend/app/ui/settings/other/other.settings.component.html - 15 - - Runs directory scanning in a different thread. - - - Thumbnail threads - - src/frontend/app/ui/settings/other/other.settings.component.html - 22 - - Количество потоков для миниатюр - - - 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 - 23 - - Количество потоков, для создания миниатюр. Для значения auto будет создано потоков на единицу меньше, чем число досутпных ядер процессора. - - - Misc: - - src/frontend/app/ui/settings/other/other.settings.component.html - 33 - - Разное: - - - Scroll based thumbnail generation - - src/frontend/app/ui/settings/other/other.settings.component.html - 36 - - Генерация миниатюр на лету, во время прокрутки - - - Those thumbnails get higher priority that are visible on the screen. - - src/frontend/app/ui/settings/other/other.settings.component.html - 37 - - Those thumbnails get higher priority that are visible on the screen. - - - Lazy image rendering - - src/frontend/app/ui/settings/other/other.settings.component.html - 43 - - Отложенный рендеринг изображений - - - 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 - 44 - - Shows only the required amount of photos at once. Renders more if page bottom is reached. - - - Cache - - src/frontend/app/ui/settings/other/other.settings.component.html - 50 - - Кэш - - - Caches directory contents and search results for better performance. - - src/frontend/app/ui/settings/other/other.settings.component.html - 51 - - Caches directory contents and search results for better performance. - - - Caption first naming - - src/frontend/app/ui/settings/other/other.settings.component.html - 57 - - Заголовок перед именем - - - Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. - - src/frontend/app/ui/settings/other/other.settings.component.html - 58 - - Показывать заголовки тегов из EXIF(IPTC 120) ​​вместо имен файлов. - - - Download Zip - - src/frontend/app/ui/settings/other/other.settings.component.html - 64 - - Download Zip - - - [Experimental: does not work for searches] Enable download zip of a directory contents - - src/frontend/app/ui/settings/other/other.settings.component.html - 65 - - [Experimental: does not work for searches] Enable download zip of a directory contents - - - Directory flattening - - src/frontend/app/ui/settings/other/other.settings.component.html - 71 - - Directory flattening - - - [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 - 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. - - - Navigation bar: - - src/frontend/app/ui/settings/other/other.settings.component.html - 82 - - Панель навигации: - - - Show item count - - src/frontend/app/ui/settings/other/other.settings.component.html - 85 - - Показывать количество элементов - - - Show the number of items (photos) in the folder. - - src/frontend/app/ui/settings/other/other.settings.component.html - 86 - - Show the number of items (photos) in the folder. - - - Default photo sorting method - - src/frontend/app/ui/settings/other/other.settings.component.html - 100 - - Метод сортировки фотографий по умолчанию - - - Sort directories by date - - src/frontend/app/ui/settings/other/other.settings.component.html - 109 - - Sort directories by date - - - 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 - 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. - - - Custom HTML Head - - src/frontend/app/ui/settings/other/other.settings.component.html - 118 - - Custom HTML Head - - - Other - - src/frontend/app/ui/settings/other/other.settings.component.ts - 32 - - Другие - - - Photo converting: - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 9 - - Photo converting: - - - Converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 12 - - Converting - - - Downsizes photos for faster preview loading. (Zooming in to the photo loads the original). - - 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). - - - On the fly converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 19 - - On the fly converting - - - Converts photos on the fly, when they are requested. - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 20 - - Converts photos on the fly, when they are requested. - - - Resolution - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 28 - - - src/frontend/app/ui/settings/video/video.settings.component.html - 66 - - Resolution - - - 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 - 29 - - The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. - - - Load full resolution image on zoom - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 38 - - Load full resolution image on zoom - - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 39 - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - - Photo - - src/frontend/app/ui/settings/photo/photo.settings.component.ts - 36 - - Photo - - - Preview Filter query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 10 - - Preview Filter query - - - Filters the sub-folders with this search query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 11 - - Filters the sub-folders with this search query - - - Preview Sorting - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 20 - - Preview Sorting - - - If multiple preview is available sorts them by these methods and selects the first one. - - 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. - - - Preview - - src/frontend/app/ui/settings/preview/preview.settings.component.ts - 31 - - Preview - - - 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 - 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. - - - Note: With the current implementation, random link also requires login. See: - - 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: - - - Random Photo is not supported with these settings - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html - 43,44 - - "Случайные Фото" не поддерживают указанные настройки - - - Random Photo - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts - 22 - - Random Photo - - - Job finished - - src/frontend/app/ui/settings/scheduled-jobs.service.ts - 80 - - Job finished - - - Autocomplete - - src/frontend/app/ui/settings/search/search.settings.component.html - 32 - - Автозаполнение - - - Show hints while typing search query. - - src/frontend/app/ui/settings/search/search.settings.component.html - 33 - - Show hints while typing search query. - - - Maximum media result - - src/frontend/app/ui/settings/search/search.settings.component.html - 40 - - Maximum media result - - - Maximum number of photos and videos that listed in one search result - - src/frontend/app/ui/settings/search/search.settings.component.html - 41 - - Maximum number of photos and videos that listed in one search result - - - List directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 49 - - List directories - - - Search will also return with directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 50 - - Search will also return with directories - - - List metafiles - - src/frontend/app/ui/settings/search/search.settings.component.html - 57 - - List metafiles - - - 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 - 58 - - Search also returns with metafiles from directories that contain a media file of the matched search result - - - Search is not supported with these settings - - src/frontend/app/ui/settings/search/search.settings.component.html - 68,69 - - Указанные настройками не поддерживаются поиском - - - Password protected - - src/frontend/app/ui/settings/share/share.settings.component.html - 29 - - Защищено паролем - - - Enables password protected sharing links. - - src/frontend/app/ui/settings/share/share.settings.component.html - 30 - - Enables password protected sharing links. - - - Sharing is not supported with these settings - - src/frontend/app/ui/settings/share/share.settings.component.html - 40,41 - - Совместное использование не поддерживается с указанными настройками - - - Shared links: - - src/frontend/app/ui/settings/share/share.settings.component.html - 57 - - Shared links: - - - Key - - src/frontend/app/ui/settings/share/share.settings.component.html - 63 - - Key - - - Folder - - src/frontend/app/ui/settings/share/share.settings.component.html - 64 - - Folder - - - Creator - - src/frontend/app/ui/settings/share/share.settings.component.html - 65 - - Creator - - - Expires - - src/frontend/app/ui/settings/share/share.settings.component.html - 66 - - Expires - - - No sharing was created. - - src/frontend/app/ui/settings/share/share.settings.component.html - 86,87 - - No sharing was created. - - - Thumbnail Quality - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 11 - - Качество миниатюр - - - High quality may be slow. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 12 - - High quality may be slow. - - - Icon size - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 20 - - Icon size - - - Icon size (used on maps). - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 21 - - Icon size (used on maps). - - - Thumbnail sizes - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 30 - - Размеры миниатюр - - - Size of the thumbnails. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 37 - - Размер миниатюр. - - - 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 - 39,41 - - The best matching size will be generated. (More sizes give better quality, but use more storage and CPU to render.) - - - ';' 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.html - 43,45 - - ';' separated integers. If size is 240, that shorter side of the thumbnail will have 160 pixels. - - - Thumbnail - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts - 31 - - Миниатюра - - - Role - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 28 - - Роль - - - + Add user - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 55,56 - - + Добавить пользователя - - - To protect the site with password / have login enable this. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 59,60 - - Чтобы защитить сайт с помощью пароля включите это. - - - Add new User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 70 - - Добавить нового пользователя - - - Add User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 90,91 - - Добавить пользователя - - - Password protection - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 45 - - Защита паролем - - - Low - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 48 - - Низкий - - - High - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 49 - - Высокий - - - Password protection enabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 86 - - Защита паролем включена - - - Server restart is recommended. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 87 - - Рекомендуется перезапустить сервер. - - - Password protection disabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 90 - - Защита паролем отключена - - - User creation error! - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 113 - - User creation error! - - - 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 - 26,29 - - Для работы с видео необходим ffmpeg. Приложения ffmpeg и ffprobe должны быть установлены и доступны через PATH, альтернативное решение - установка node.js модулей @ffmpeg-installer/ffmpeg и @ffprobe-installer/ffprobe. - - - Video transcoding: - - src/frontend/app/ui/settings/video/video.settings.component.html - 33 - - Video transcoding: - - - 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 - 35,38 - - 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. - - src/frontend/app/ui/settings/video/video.settings.component.html - 39 - - 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/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. - - - Format - - src/frontend/app/ui/settings/video/video.settings.component.html - 47 - - Format - - - Codec - - src/frontend/app/ui/settings/video/video.settings.component.html - 57 - - Codec - - - 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 - 67 - - The height of the output video will be scaled down to this, while keeping the aspect ratio. - - - FPS - - src/frontend/app/ui/settings/video/video.settings.component.html - 77 - - FPS - - - 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 - 78 - - Target frame per second (fps) of the output video will be scaled down this this. - - - Bit rate - - src/frontend/app/ui/settings/video/video.settings.component.html - 90 - - Bit rate - - - 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 - 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. - - - CRF - - src/frontend/app/ui/settings/video/video.settings.component.html + src/frontend/app/ui/settings/workflow/workflow.component.html 112 - CRF + every - - 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. + + never - 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 - - Preset + + after - 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 - - 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 - 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: - - Custom Options + + Periodicity: - 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: - - ; 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.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. - - Video + + After: - src/frontend/app/ui/settings/video/video.settings.component.ts - 43 + src/frontend/app/ui/settings/workflow/workflow.component.html + 72,73 - Видео + After: + + + The job will run after that job finishes. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 85,86 + + The job will run after that job finishes. + + + At: + + src/frontend/app/ui/settings/workflow/workflow.component.html + 92,93 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 102,103 + + At: + + + Allow parallel run + + src/frontend/app/ui/settings/workflow/workflow.component.html + 123,124 + + Allow parallel run + + + Enables the job to start even if another job is already running. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 140,141 + + Enables the job to start even if another job is already running. + + + ';' separated integers. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 198,199 + + ';' separated integers. + + + + Add Job + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 218,221 + + + Add Job + + + Add new job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 228,229 + + Add new job + + + Select a job to schedule. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 243,244 + + Select a job to schedule. + + + Add Job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 252 + + Add Job + + + periodic + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 82 + + periodic + + + scheduled + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 83 + + scheduled + + + Monday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 86,85 + + Monday + + + Tuesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 87,85 + + Tuesday + + + Wednesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 88,85 + + Wednesday + + + Thursday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 89,85 + + Thursday + + + Friday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 90,85 + + Friday + + + Saturday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 91,85 + + Saturday + + + Sunday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 92,85 + + Sunday + + + day + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 93,85 + + day Wrong password src/frontend/app/ui/sharelogin/share-login.component.html - 11 + 11,13 Неправильный пароль - - Enter + + Enter 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 @@ + + Host + + src/common/config/private/PrivateConfig.ts + 100 + + + src/common/config/private/PrivateConfig.ts + 973 + + Värd + + + Port + + src/common/config/private/PrivateConfig.ts + 110 + + + src/common/config/private/PrivateConfig.ts + 961 + + Port + + + Database + + src/common/config/private/PrivateConfig.ts + 120 + + + src/common/config/private/PrivateConfig.ts + 1029 + + Databas + + + Username + + 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 + + + Password + + 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 + + + Sqlite db filename + + src/common/config/private/PrivateConfig.ts + 153 + + Sqlite db filename + + + Sqlite will save the db with this filename. + + src/common/config/private/PrivateConfig.ts + 157 + + Sqlite will save the db with this filename. + + + Name + + 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 + + + Role + + src/common/config/private/PrivateConfig.ts + 177 + + + src/frontend/app/ui/settings/users/users.component.html + 17,18 + + Roll + + + Unencrypted, temporary password. App will encrypt it and delete this. + + src/common/config/private/PrivateConfig.ts + 190 + + Unencrypted, temporary password. App will encrypt it and delete this. + + + Encrypted password + + src/common/config/private/PrivateConfig.ts + 196 + + Encrypted password + + + Type + + src/common/config/private/PrivateConfig.ts + 231 + + + src/common/config/public/ClientConfig.ts + 362 + + Typ + + + SQLite is recommended. + + src/common/config/private/PrivateConfig.ts + 236 + + SQLite is recommended. + + + Database folder + + src/common/config/private/PrivateConfig.ts + 243 + + Databasmapp + + + All file-based data will be stored here (sqlite database, job history data). + + src/common/config/private/PrivateConfig.ts + 247 + + All file-based data will be stored here (sqlite database, job history data). + + + SQLite + + src/common/config/private/PrivateConfig.ts + 254 + + SQLite + + + MySQL + + src/common/config/private/PrivateConfig.ts + 264 + + MySQL + + + Enforced users + + src/common/config/private/PrivateConfig.ts + 281 + + + src/common/config/private/PrivateConfig.ts + 298 + + Enforced users + + + 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 + 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. + + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + src/common/config/private/PrivateConfig.ts + 301 + + if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'. + + + Converted photo and thumbnail quality + + src/common/config/private/PrivateConfig.ts + 308 + + Converted photo and thumbnail quality + + + Between 0-100. + + src/common/config/private/PrivateConfig.ts + 311 + + Between 0-100. + + + Person face margin + + src/common/config/private/PrivateConfig.ts + 318 + + Person face margin + + + Person face size ratio on the face thumbnail. + + src/common/config/private/PrivateConfig.ts + 321 + + Person face size ratio on the face thumbnail. + + + OnTheFly *.gpx compression + + src/common/config/private/PrivateConfig.ts + 331 + + OnTheFly *.gpx compression + + + Enables on the fly *.gpx compression. + + src/common/config/private/PrivateConfig.ts + 335 + + Enables on the fly *.gpx compression. + + + Min distance + + src/common/config/private/PrivateConfig.ts + 342 + + Min distance + + + Filters out entry that are closer than this in meters. + + src/common/config/private/PrivateConfig.ts + 347 + + Filters out entry that are closer than this in meters. + + + Min time delta + + src/common/config/private/PrivateConfig.ts + 354 + + Min time delta + + + Filters out entry that are closer than this in time in milliseconds. + + src/common/config/private/PrivateConfig.ts + 359 + + Filters out entry that are closer than this in time in milliseconds. + + + GPX compression + + src/common/config/private/PrivateConfig.ts + 369 + + + src/common/config/public/ClientConfig.ts + 669 + + + src/frontend/app/model/backendtext.service.ts + 49 + + GPX compression + + + Update timeout + + src/common/config/private/PrivateConfig.ts + 387 + + Update timeout + + + After creating a sharing link, it can be updated for this long. + + src/common/config/private/PrivateConfig.ts + 391 + + After creating a sharing link, it can be updated for this long. + + + Index cache timeout + + src/common/config/private/PrivateConfig.ts + 402 + + Index cache timeout + + + 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 + 406 + + If there was no indexing in this time, it reindexes. (skipped if indexes are in DB and sensitivity is low). + + + Folder reindexing sensitivity + + src/common/config/private/PrivateConfig.ts + 413 + + Känslighet för omindexering + + + Set the reindexing sensitivity. High value check the folders for change more often. + + 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. + + + Exclude Folder List + + src/common/config/private/PrivateConfig.ts + 423 + + Mappar som inte ska indexeras + + + 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 + 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. + + + Exclude File List + + src/common/config/private/PrivateConfig.ts + 436 + + Exkludera filer + + + .ignore;.pg2ignore + + src/common/config/private/PrivateConfig.ts + 440 + + .ignore;.pg2ignore + + + 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 + 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. + + + Threading + + src/common/config/private/PrivateConfig.ts + 452 + + + src/common/config/private/PrivateConfig.ts + 984 + + Trådning + + + Runs directory scanning and thumbnail generation in a different thread. + + src/common/config/private/PrivateConfig.ts + 456 + + Runs directory scanning and thumbnail generation in a different thread. + + + Thumbnail threads + + src/common/config/private/PrivateConfig.ts + 462 + + Trådar för miniatyrer + + + 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 + 466 + + Number of threads that are used to generate thumbnails. If 0, number of 'CPU cores -1' threads will be used. + + + Max duplicates + + src/common/config/private/PrivateConfig.ts + 477 + + Max duplicates + + + Maximum number of duplicates to list. + + src/common/config/private/PrivateConfig.ts + 480 + + Maximum number of duplicates to list. + + + Level + + src/common/config/private/PrivateConfig.ts + 490 + + Level + + + Logging level. + + src/common/config/private/PrivateConfig.ts + 493 + + Logging level. + + + Sql Level + + src/common/config/private/PrivateConfig.ts + 499 + + Sql Level + + + Logging level for SQL queries. + + src/common/config/private/PrivateConfig.ts + 502 + + Logging level for SQL queries. + + + Server timing + + src/common/config/private/PrivateConfig.ts + 507 + + Server timing + + + If enabled, the app ads "Server-Timing" http header to the response. + + src/common/config/private/PrivateConfig.ts + 510 + + If enabled, the app ads "Server-Timing" http header to the response. + + + Max saved progress + + src/common/config/private/PrivateConfig.ts + 610 + + Max saved progress + + + Job history size. + + src/common/config/private/PrivateConfig.ts + 613 + + Job history size. + + + Processing batch size + + src/common/config/private/PrivateConfig.ts + 620 + + Processing batch size + + + Jobs load this many photos or videos form the DB for processing at once. + + src/common/config/private/PrivateConfig.ts + 623 + + Jobs load this many photos or videos form the DB for processing at once. + + + Scheduled jobs + + src/common/config/private/PrivateConfig.ts + 629 + + Scheduled jobs + + + Bit rate + + src/common/config/private/PrivateConfig.ts + 685 + + Bitrate + + + 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 + 689 + + Bitrate på den omvandlade videoströmmen skalas ner till detta. Bör vara mindre än serverns uppladdningshastighet. + + + Resolution + + src/common/config/private/PrivateConfig.ts + 696 + + + src/common/config/private/PrivateConfig.ts + 808 + + Upplösning + + + The height of the output video will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 701 + + Höjden på den omvandlade videoströmmen skalas ner till detta, medan bildförhållandet bevaras. + + + FPS + + src/common/config/private/PrivateConfig.ts + 708 + + FPS + + + Target frame per second (fps) of the output video will be scaled down this this. + + src/common/config/private/PrivateConfig.ts + 712 + + Bilder per sekund (fps) på den omvandlade videoströmmen skalas ner till detta. + + + Format + + src/common/config/private/PrivateConfig.ts + 718 + + Format + + + MP4 codec + + src/common/config/private/PrivateConfig.ts + 727 + + MP4 codec + + + Webm Codec + + src/common/config/private/PrivateConfig.ts + 737 + + Webm Codec + + + CRF + + src/common/config/private/PrivateConfig.ts + 748 + + CRF + + + 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 + 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é. + + + Preset + + src/common/config/private/PrivateConfig.ts + 759 + + Förinställt värde + + + 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 + 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). + + + Custom Options + + src/common/config/private/PrivateConfig.ts + 769 + + Egna inställningar + + + It will be sent to ffmpeg as it is, as custom options. + + src/common/config/private/PrivateConfig.ts + 774 + + It will be sent to ffmpeg as it is, as custom options. + + + Video transcoding + + src/common/config/private/PrivateConfig.ts + 783 + + Video transcoding + + + 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 + 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. + + + On the fly converting + + src/common/config/private/PrivateConfig.ts + 796 + + Konvertera i farten + + + Converts photos on the fly, when they are requested. + + src/common/config/private/PrivateConfig.ts + 802 + + Konverterar bilder allt eftersom när de efterfrågas. + + + The shorter edge of the converted photo will be scaled down to this, while keeping the aspect ratio. + + src/common/config/private/PrivateConfig.ts + 815 + + Den kortaste kanten på den omvandlade bilden skalas ner till detta, medan bildförhållandet bevaras. + + + Photo resizing + + src/common/config/private/PrivateConfig.ts + 824 + + Photo resizing + + + Preview Filter query + + src/common/config/private/PrivateConfig.ts + 836 + + Preview Filter query + + + 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 + 841 + + Filters the sub-folders with this search query. If filter results no photo, the app will search again without the filter. + + + Preview Sorting + + src/common/config/private/PrivateConfig.ts + 850 + + Preview Sorting + + + If multiple preview is available sorts them by these methods and selects the first one. + + src/common/config/private/PrivateConfig.ts + 854 + + If multiple preview is available sorts them by these methods and selects the first one. + + + Images folder + + src/common/config/private/PrivateConfig.ts + 866 + + Bildmapp + + + Images are loaded from this folder (read permission required) + + src/common/config/private/PrivateConfig.ts + 871 + + Bilder laddas från denna mapp (läsrättighet krävs) + + + Temp folder + + src/common/config/private/PrivateConfig.ts + 877 + + Mapp för tillfälliga filer + + + Thumbnails, converted photos, videos will be stored here (write permission required) + + src/common/config/private/PrivateConfig.ts + 882 + + Miniatyrer, konverterade bilder, videos kommer att sparas här (skrivrättighet krävs)) + + + Metadata read buffer + + src/common/config/private/PrivateConfig.ts + 889 + + Metadata read buffer + + + 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 + 895 + + Only this many bites will be loaded when scanning photo/video for metadata. Increase this number if your photos shows up as square. + + + Video + + src/common/config/private/PrivateConfig.ts + 901 + + + src/common/config/public/ClientConfig.ts + 640 + + Video + + + Video support uses ffmpeg. ffmpeg and ffprobe binaries need to be available in the PATH or the @ffmpeg-installer/ffmpeg and @ffprobe-installer/ffprobe optional node packages need to be installed. + + 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. + + + Photo + + src/common/config/private/PrivateConfig.ts + 915 + + + src/common/config/public/ClientConfig.ts + 647 + + Foto + + + Thumbnail + + src/common/config/private/PrivateConfig.ts + 928 + + + src/common/config/public/ClientConfig.ts + 633 + + Miniatyr + + + Session Timeout + + src/common/config/private/PrivateConfig.ts + 951 + + Session Timeout + + + Users kept logged in for this long time. + + src/common/config/private/PrivateConfig.ts + 955 + + Users kept logged in for this long time. + + + Port number. Port 80 is usually what you need. + + src/common/config/private/PrivateConfig.ts + 966 + + Portnummer. Port 80 är den du förmodligen vill använda. + + + Server will accept connections from this IPv6 or IPv4 address. + + src/common/config/private/PrivateConfig.ts + 978 + + Servern accepterar anslutningar från denna IPv6 eller IPv4 adress. + + + Logs + + src/common/config/private/PrivateConfig.ts + 992 + + Loggar + + + Server + + src/common/config/private/PrivateConfig.ts + 1021 + + Server + + + Users + + src/common/config/private/PrivateConfig.ts + 1037 + + Users + + + Indexing + + src/common/config/private/PrivateConfig.ts + 1045 + + + src/frontend/app/model/backendtext.service.ts + 33 + + Indexering + + + 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 + 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.) + + + Media + + src/common/config/private/PrivateConfig.ts + 1061 + + Media + + + Meta file + + src/common/config/private/PrivateConfig.ts + 1069 + + Metafil + + + Preview + + src/common/config/private/PrivateConfig.ts + 1077 + + Preview + + + Sharing + + src/common/config/private/PrivateConfig.ts + 1092 + + Sharing + + + Duplicates + + src/common/config/private/PrivateConfig.ts + 1100 + + + src/frontend/app/ui/frame/frame.component.html + 75 + + Duplicates + + + Jobs + + src/common/config/private/PrivateConfig.ts + 1108 + + Jobb + + + Enable Autocomplete + + src/common/config/public/ClientConfig.ts + 60 + + Enable Autocomplete + + + Show hints while typing search query. + + src/common/config/public/ClientConfig.ts + 63 + + Visar förslag medan man skriver. + + + Max items per category + + src/common/config/public/ClientConfig.ts + 70 + + Max items per category + + + Maximum number autocomplete items shown per category. + + src/common/config/public/ClientConfig.ts + 73 + + Maximum number autocomplete items shown per category. + + + Maximum items + + src/common/config/public/ClientConfig.ts + 80 + + Maximum items + + + Maximum number autocomplete items shown at once. + + src/common/config/public/ClientConfig.ts + 83 + + Maximum number autocomplete items shown at once. + + + Cache timeout + + src/common/config/public/ClientConfig.ts + 90 + + + src/common/config/public/ClientConfig.ts + 114 + + Cache timeout + + + Autocomplete cache timeout. + + src/common/config/public/ClientConfig.ts + 94 + + Autocomplete cache timeout. + + + Enable + + 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 + + + Enables searching. + + src/common/config/public/ClientConfig.ts + 107 + + Enables searching. + + + Search cache timeout. + + src/common/config/public/ClientConfig.ts + 118 + + Search cache timeout. + + + Autocomplete + + src/common/config/public/ClientConfig.ts + 124 + + Fyll i automatiskt + + + Maximum media result + + src/common/config/public/ClientConfig.ts + 133 + + Maximum media result + + + Maximum number of photos and videos that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 136 + + Maximum number of photos and videos that are listed in one search result. + + + Maximum directory result + + src/common/config/public/ClientConfig.ts + 142 + + Maximum directory result + + + Maximum number of directories that are listed in one search result. + + src/common/config/public/ClientConfig.ts + 145 + + Maximum number of directories that are listed in one search result. + + + List directories + + src/common/config/public/ClientConfig.ts + 151 + + List directories + + + Search returns also with directories, not just media. + + src/common/config/public/ClientConfig.ts + 154 + + Search returns also with directories, not just media. + + + List metafiles + + src/common/config/public/ClientConfig.ts + 160 + + List metafiles + + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + src/common/config/public/ClientConfig.ts + 163 + + Search also returns with metafiles from directories that contain a media file of the matched search result. + + + Enables sharing. + + src/common/config/public/ClientConfig.ts + 188 + + Enables sharing. + + + Password protected + + src/common/config/public/ClientConfig.ts + 194 + + Lösenordsskydd + + + Enables password protected sharing links. + + src/common/config/public/ClientConfig.ts + 197 + + Kräver lösenord för delade länkar. + + + Enables random link generation. + + src/common/config/public/ClientConfig.ts + 210 + + Enables random link generation. + + + Name of a map layer. + + src/common/config/public/ClientConfig.ts + 222 + + Name of a map layer. + + + Url of a map layer. + + src/common/config/public/ClientConfig.ts + 231 + + Url of a map layer. + + + Image Markers + + src/common/config/public/ClientConfig.ts + 252 + + Image Markers + + + Map will use thumbnail images as markers instead of the default pin. + + src/common/config/public/ClientConfig.ts + 255 + + Kartan använder miniatyrer som markörer istället för en nålmarkör. + + + Map Provider + + src/common/config/public/ClientConfig.ts + 261 + + Map Provider + + + Mapbox access token + + src/common/config/public/ClientConfig.ts + 269 + + Mapbox accesstoken + + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + src/common/config/public/ClientConfig.ts + 273 + + MapBox needs an access token to work, create one at https://www.mapbox.com. + + + The map module will use these urls to fetch the map tiles. + + src/common/config/public/ClientConfig.ts + 278 + + The map module will use these urls to fetch the map tiles. + + + Custom Layers + + src/common/config/public/ClientConfig.ts + 281 + + Custom Layers + + + Max Preview Markers + + src/common/config/public/ClientConfig.ts + 291 + + Max Preview Markers + + + Maximum number of markers to be shown on the map preview on the gallery page. + + src/common/config/public/ClientConfig.ts + 294 + + Maximum number of markers to be shown on the map preview on the gallery page. + + + Map Icon size + + src/common/config/public/ClientConfig.ts + 304 + + Map Icon size + + + Icon size (used on maps). + + src/common/config/public/ClientConfig.ts + 308 + + Ikonstorlek (på kartan). + + + Person thumbnail size + + src/common/config/public/ClientConfig.ts + 313 + + Person thumbnail size + + + Person (face) thumbnail size. + + src/common/config/public/ClientConfig.ts + 317 + + Person (face) thumbnail size. + + + Thumbnail sizes + + src/common/config/public/ClientConfig.ts + 322 + + Miniatyrstorlek + + + 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 + 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. + + + SearchQuery + + src/common/config/public/ClientConfig.ts + 378 + + SearchQuery + + + Url + + src/common/config/public/ClientConfig.ts + 388 + + + src/frontend/app/ui/EnumTranslations.ts + 47 + + Url + + + Show item count + + src/common/config/public/ClientConfig.ts + 410 + + Visa antal + + + Shows the number photos and videos on the navigation bar. + + src/common/config/public/ClientConfig.ts + 413 + + Shows the number photos and videos on the navigation bar. + + + Links + + src/common/config/public/ClientConfig.ts + 419 + + Links + + + Visible links in the top menu. + + src/common/config/public/ClientConfig.ts + 424 + + Visible links in the top menu. + + + Cache + + src/common/config/public/ClientConfig.ts + 437 + + Cache + + + Caches directory contents and search results for better performance. + + src/common/config/public/ClientConfig.ts + 440 + + Cachar mappinnehåll och sökresultat för bättre prestanda. + + + Scroll based thumbnail generation + + src/common/config/public/ClientConfig.ts + 445 + + Bläddringsbaserad miniatyrgenerering + + + Those thumbnails get higher priority that are visible on the screen. + + src/common/config/public/ClientConfig.ts + 448 + + De miniatyrer som syns på skärmen får högre prioritet. + + + Default sorting + + src/common/config/public/ClientConfig.ts + 454 + + Default sorting + + + Default sorting method for photo and video in a directory results. + + src/common/config/public/ClientConfig.ts + 457 + + Default sorting method for photo and video in a directory results. + + + Default search sorting + + src/common/config/public/ClientConfig.ts + 463 + + Default search sorting + + + Default sorting method for photo and video in a search results. + + src/common/config/public/ClientConfig.ts + 466 + + Default sorting method for photo and video in a search results. + + + Sort directories by date + + src/common/config/public/ClientConfig.ts + 472 + + Sort directories by date + + + 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 + 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. + + + On scroll thumbnail prioritising + + src/common/config/public/ClientConfig.ts + 481 + + On scroll thumbnail prioritising + + + Those thumbnails will be rendered first that are in view. + + src/common/config/public/ClientConfig.ts + 484 + + Those thumbnails will be rendered first that are in view. + + + Navigation bar + + src/common/config/public/ClientConfig.ts + 489 + + Navigation bar + + + Caption first naming + + src/common/config/public/ClientConfig.ts + 496 + + Namngvning med bildtext i första hand + + + Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. + + src/common/config/public/ClientConfig.ts + 499 + + Visa taggarna för bildtext (IPTC 120) från EXIF-data istället för filnamnen. + + + Download Zip + + src/common/config/public/ClientConfig.ts + 504 + + Download Zip + + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + src/common/config/public/ClientConfig.ts + 509 + + Enable download zip of a directory contents Directory flattening. (Does not work for searches.) + + + Directory flattening + + src/common/config/public/ClientConfig.ts + 514 + + Directory flattening + + + 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 + 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.) + + + Default slideshow speed + + src/common/config/public/ClientConfig.ts + 524 + + Default slideshow speed + + + Default time interval for displaying a photo in the slide show. + + src/common/config/public/ClientConfig.ts + 529 + + Default time interval for displaying a photo in the slide show. + + + Supported formats with transcoding + + src/common/config/public/ClientConfig.ts + 547 + + Supported formats with transcoding + + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + src/common/config/public/ClientConfig.ts + 552 + + Video formats that are supported after transcoding (with the build-in ffmpeg support). + + + Supported formats without transcoding + + src/common/config/public/ClientConfig.ts + 560 + + Supported formats without transcoding + + + 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 + 565 + + Video formats that are supported also without transcoding. Browser supported formats: https://www.w3schools.com/html/html5_video.asp + + + Enable photo converting. + + src/common/config/public/ClientConfig.ts + 577 + + Enable photo converting. + + + Load full resolution image on zoom. + + src/common/config/public/ClientConfig.ts + 583 + + Load full resolution image on zoom. + + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + src/common/config/public/ClientConfig.ts + 588 + + Enables loading the full resolution image on zoom in the ligthbox (preview). + + + Photo converting + + src/common/config/public/ClientConfig.ts + 597 + + + src/frontend/app/model/backendtext.service.ts + 39 + + Photo converting + + + Supported photo formats + + src/common/config/public/ClientConfig.ts + 606 + + Supported photo formats + + + 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 + 610 + + Photo formats that are supported. Browser needs to support these formats natively. Also sharp (libvips) package should be able to convert these formats. + + + Enable GPX compressing + + src/common/config/public/ClientConfig.ts + 619 + + Enable GPX compressing + + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + src/common/config/public/ClientConfig.ts + 624 + + Enables lossy (based on delta time and distance. Too frequent points are removed) GPX compression. + + + *.gpx files + + src/common/config/public/ClientConfig.ts + 658 + + *.gpx files + + + Reads *.gpx files and renders them on the map. + + src/common/config/public/ClientConfig.ts + 663 + + Reads *.gpx files and renders them on the map. + + + Markdown files + + src/common/config/public/ClientConfig.ts + 678 + + Markdown files + + + Reads *.md files in a directory and shows the next to the map. + + src/common/config/public/ClientConfig.ts + 682 + + Reads *.md files in a directory and shows the next to the map. + + + *.pg2conf files + + src/common/config/public/ClientConfig.ts + 688 + + *.pg2conf files + + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + src/common/config/public/ClientConfig.ts + 692 + + Reads *.pg2conf files (You can use it for custom sorting and saved search (albums)). + + + Supported formats + + src/common/config/public/ClientConfig.ts + 698 + + Supported formats + + + The app will read and process these files. + + src/common/config/public/ClientConfig.ts + 702 + + The app will read and process these files. + + + Enabled + + 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 + + + Override keywords + + src/common/config/public/ClientConfig.ts + 719 + + Åsidosätt sökord + + + 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 + 723 + + Om ett foto har samma ansiktsnamn (person) och nyckelord tar appen bort dubbletten och behåller bara ansiktsnamnet. + + + Face starring right + + src/common/config/public/ClientConfig.ts + 728 + + Rättighet att stjärnmarkera ett ansikte + + + Required minimum right to star (favourite) a face. + + src/common/config/public/ClientConfig.ts + 731 + + Nödvändig minimirätt att stjärna (favorit) ett ansikte. + + + Face listing right + + src/common/config/public/ClientConfig.ts + 736 + + Face listing right + + + Required minimum right to show the faces tab. + + src/common/config/public/ClientConfig.ts + 739 + + Required minimum right to show the faces tab. + + + Page title + + src/common/config/public/ClientConfig.ts + 749 + + Sidtitel + + + 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 + 755 + + If you access the page form local network its good to know the public url for creating sharing link. + + + Page public url + + src/common/config/public/ClientConfig.ts + 757 + + Publik url till sidan + + + 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 + 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. + + + Url Base + + src/common/config/public/ClientConfig.ts + 767 + + Webbadress + + + Api path + + src/common/config/public/ClientConfig.ts + 779 + + Api path + + + 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 + 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). + + + Custom HTML Head + + src/common/config/public/ClientConfig.ts + 792 + + Custom HTML Head + + + Password protection + + src/common/config/public/ClientConfig.ts + 813 + + Lösenordsskydd + + + Enables user management with login to password protect the gallery. + + src/common/config/public/ClientConfig.ts + 815 + + Enables user management with login to password protect the gallery. + + + Default user right + + src/common/config/public/ClientConfig.ts + 821 + + Default user right + + + Default user right when password protection is disabled. + + src/common/config/public/ClientConfig.ts + 826 + + Default user right when password protection is disabled. + + + Gallery + + src/common/config/public/ClientConfig.ts + 843 + + + src/frontend/app/ui/EnumTranslations.ts + 49 + + + src/frontend/app/ui/frame/frame.component.html + 26 + + Galleri + + + Album + + src/common/config/public/ClientConfig.ts + 857 + + Album + + + Search + + 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 + + + Map + + src/common/config/public/ClientConfig.ts + 876 + + Karta + + + Faces + + 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 + + + Random photo + + src/common/config/public/ClientConfig.ts + 892 + + Random photo + + + This feature enables you to generate 'random photo' urls. That URL returns a photo random selected from your gallery. You can use the url with 3rd party application like random changing desktop background. Note: With the current implementation, random link also requires login. + + src/common/config/public/ClientConfig.ts + 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. + Size to generate src/frontend/app/model/backendtext.service.ts - 15 + 11 Storlek att generera @@ -14,7 +1982,7 @@ These thumbnails will be generated. The list should be a subset of the enabled thumbnail sizes 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 @@ Indexed only src/frontend/app/model/backendtext.service.ts - 19 + 15 Bara indexerade @@ -30,7 +1998,7 @@ Only checks indexed files. src/frontend/app/model/backendtext.service.ts - 21 + 17 Kontrollera bara indexerade filer. @@ -38,7 +2006,7 @@ Index changes only src/frontend/app/model/backendtext.service.ts - 23 + 19 Index changes only @@ -46,75 +2014,67 @@ Only indexes a folder if it got changed. src/frontend/app/model/backendtext.service.ts - 25 + 21 Only indexes a folder if it got changed. - - Indexing + + Database reset + + src/frontend/app/model/backendtext.service.ts + 35 + + Database reset + + + Thumbnail generation src/frontend/app/model/backendtext.service.ts 37 - Indexering + Thumbnail generation - - Preview Filling - - src/frontend/app/model/backendtext.service.ts - 39 - - Preview Filling - - - Database Reset + + Video converting src/frontend/app/model/backendtext.service.ts 41 - Återställning av databas + Video converting - - Thumbnail Generation + + Temp folder cleaning src/frontend/app/model/backendtext.service.ts 43 - Miniatyrsgenerering + Temp folder cleaning - - Photo Converting + + Preview filling src/frontend/app/model/backendtext.service.ts 45 - Fotokonverting + Preview filling - - Video Converting + + Preview reset src/frontend/app/model/backendtext.service.ts 47 - Videokonvertering - - - Temp Folder Cleaning - - src/frontend/app/model/backendtext.service.ts - 49 - - Temp-mapprensning + Preview reset Server error src/frontend/app/model/notification.service.ts - 71 + 84 src/frontend/app/model/notification.service.ts - 74 + 87 Serverfel @@ -122,7 +2082,7 @@ Server info src/frontend/app/model/notification.service.ts - 77 + 90 Server info @@ -130,7 +2090,7 @@ h src/frontend/app/pipes/DurationPipe.ts - 23 + 20 hour h @@ -139,7 +2099,7 @@ m src/frontend/app/pipes/DurationPipe.ts - 26 + 23 minute m @@ -148,67 +2108,191 @@ s src/frontend/app/pipes/DurationPipe.ts - 29 + 26 second s - - ascending rating + + Developer - src/frontend/app/pipes/StringifySortingMethod.ts - 13 - - ascending rating - - - descending rating - - src/frontend/app/pipes/StringifySortingMethod.ts - 15 - - descending rating - - - ascending name - - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts 17 - stigande namn + Developer - - descending name + + Admin - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 18 + + Admin + + + User + + src/frontend/app/ui/EnumTranslations.ts 19 - fallande namn + User - - ascending date + + Guest - src/frontend/app/pipes/StringifySortingMethod.ts + src/frontend/app/ui/EnumTranslations.ts + 20 + + Guest + + + LimitedGuest + + src/frontend/app/ui/EnumTranslations.ts 21 - stigande datum + LimitedGuest + + + Basic + + src/frontend/app/ui/EnumTranslations.ts + 24 + + Grundläggande + + + Advanced + + src/frontend/app/ui/EnumTranslations.ts + 25 + + Avancerat + + + Under the hood + + src/frontend/app/ui/EnumTranslations.ts + 26 + + Under the hood + + + Custom + + src/frontend/app/ui/EnumTranslations.ts + 28 + + Custom + + + OpenStreetMap + + src/frontend/app/ui/EnumTranslations.ts + 29 + + OpenStreetMap + + + Mapbox + + src/frontend/app/ui/EnumTranslations.ts + 30 + + Mapbox + + + low + + src/frontend/app/ui/EnumTranslations.ts + 33 + + låg + + + high + + src/frontend/app/ui/EnumTranslations.ts + 34 + + hög + + + medium + + src/frontend/app/ui/EnumTranslations.ts + 35 + + medium descending date - src/frontend/app/pipes/StringifySortingMethod.ts - 23 + src/frontend/app/ui/EnumTranslations.ts + 38 fallande datum + + ascending date + + src/frontend/app/ui/EnumTranslations.ts + 39 + + stigande datum + + + descending name + + src/frontend/app/ui/EnumTranslations.ts + 40 + + fallande namn + + + ascending name + + src/frontend/app/ui/EnumTranslations.ts + 41 + + stigande namn + + + descending rating + + src/frontend/app/ui/EnumTranslations.ts + 42 + + descending rating + + + ascending rating + + src/frontend/app/ui/EnumTranslations.ts + 43 + + ascending rating + random - src/frontend/app/pipes/StringifySortingMethod.ts - 25 + src/frontend/app/ui/EnumTranslations.ts + 44 slumpvis + + Albums + + src/frontend/app/ui/EnumTranslations.ts + 50 + + + src/frontend/app/ui/frame/frame.component.html + 18 + + Albums + Application version @@ -233,11 +2317,11 @@ Git commit - - Server notifications + + Server notifications src/frontend/app/ui/admin/admin.component.html - 17,18 + 16,17 Servernotifikationer @@ -245,7 +2329,7 @@ To dismiss these notifications, restart the server. 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 @@ App version: src/frontend/app/ui/admin/admin.component.html - 48 + 46 App version: @@ -261,31 +2345,15 @@ Mode src/frontend/app/ui/admin/admin.component.html - 52 + 50,51 Läge - - Advanced - - src/frontend/app/ui/admin/admin.component.html - 60 - - Avancerat - - - Simplified - - src/frontend/app/ui/admin/admin.component.html - 61 - - Förenklad - Menu 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 @@ Up time src/frontend/app/ui/admin/admin.component.html - 148 + 116 Upptid @@ -302,7 +2370,7 @@ Album is locked, cannot be deleted from the webpage. 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 @@ Add saved search 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 @@ To .pg2conf src/frontend/app/ui/albums/saved-search-popup/saved-search-popup.component.html - 5 + 5,6 To .pg2conf @@ -338,7 +2406,7 @@ Saved Search to .saved_searches.pg2conf 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 @@ Add this json to a '.saved_searches.pg2conf' file in your gallery: 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 @@ This saved search will be loaded from file during gallery indexing and it will survive a database reset. 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 @@ No duplicates found src/frontend/app/ui/duplicates/duplicates.component.html - 9,10 + 8,10 Inga dubbletter hittades @@ -370,59 +2438,15 @@ No faces to show. src/frontend/app/ui/faces/faces.component.html - 15 + 16 Inga ansikten finns att visa. - - Gallery - - src/frontend/app/ui/frame/frame.component.html - 18 - - Galleri - - - Albums - - src/frontend/app/ui/frame/frame.component.html - 21 - - - src/frontend/app/ui/settings/albums/albums.settings.component.ts - 23 - - Albums - - - Faces - - 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 - - - Duplicates - - src/frontend/app/ui/frame/frame.component.html - 54 - - Duplicates - Settings src/frontend/app/ui/frame/frame.component.html - 62 + 83 Inställningar @@ -430,7 +2454,7 @@ Logout src/frontend/app/ui/frame/frame.component.html - 68 + 89 Logga ut @@ -454,7 +2478,7 @@ unknown src/frontend/app/ui/gallery/filter/filter.gallery.component.ts - 20 + 23 unknown @@ -462,7 +2486,7 @@ Keywords src/frontend/app/ui/gallery/filter/filter.service.ts - 33 + 34 Keywords @@ -470,7 +2494,7 @@ no face src/frontend/app/ui/gallery/filter/filter.service.ts - 40 + 44 no face @@ -478,7 +2502,7 @@ Faces groups src/frontend/app/ui/gallery/filter/filter.service.ts - 45 + 49 Faces groups @@ -486,7 +2510,7 @@ Caption src/frontend/app/ui/gallery/filter/filter.service.ts - 51 + 59 Caption @@ -494,7 +2518,7 @@ Rating src/frontend/app/ui/gallery/filter/filter.service.ts - 56 + 64 Rating @@ -502,7 +2526,7 @@ Camera src/frontend/app/ui/gallery/filter/filter.service.ts - 61 + 69 Camera @@ -510,7 +2534,7 @@ Lens src/frontend/app/ui/gallery/filter/filter.service.ts - 66 + 74 Lens @@ -518,7 +2542,7 @@ City src/frontend/app/ui/gallery/filter/filter.service.ts - 71 + 79 City @@ -526,7 +2550,7 @@ State src/frontend/app/ui/gallery/filter/filter.service.ts - 76 + 84 State @@ -534,7 +2558,7 @@ Country 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. - - download - - 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 - info key: i src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 15 + 10 info snabbtangent: i @@ -586,11 +2598,11 @@ toggle fullscreen, key: f 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 + + Download + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 45 + + Download + + + Slideshow playback speed + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow playback speed + + + Slideshow speed: + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 53 + + Slideshow speed: + + + key: c + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + key: c + + + Show caption + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 64 + + Show caption + + + on hover + + 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 + + + always + + 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 + + + key: a + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + key: a + + + Show faces + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 82 + + Show faces + + + key: l + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + key: l + + + Play videos + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 102 + + Play videos + + + once + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 108 + + once + + + loop + + src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html + 109 + + loop + close, key: Escape 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 @@ key: left arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 90 + 179 vänsterpil @@ -626,7 +2750,7 @@ key: right arrow src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 94 + 183 högerpil @@ -634,7 +2758,7 @@ Zoom out, key: '-' src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.html - 100 + 189 Zooma ut snabbtangent: '-' @@ -642,7 +2766,7 @@ Zoom in, key: '+' 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 duration 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 @@ bit rate src/frontend/app/ui/gallery/lightbox/infopanel/info-panel.lightbox.gallery.component.html - 57 + 56 bithastighet @@ -682,15 +2802,15 @@ Error during loading the video. src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.html - 20 + 21 - Problem att ladda video + Problem att ladda video. Most likely the video is not transcoded. It can be done in the settings. You need to transcode these videos to watch them online: 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 @@ Searching for: src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 12 + 14 Letar efter: @@ -706,15 +2826,23 @@ items src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 20 + 23,24 föremål + + download + + src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html + 32 + + ladda ner + Flatten directory src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 39 + 42 Flatten directory @@ -722,17 +2850,17 @@ Filters src/frontend/app/ui/gallery/navigator/navigator.gallery.component.html - 48 + 51 Filters - - Images + + Home src/frontend/app/ui/gallery/navigator/navigator.gallery.component.ts - 38 + 48 - Bilder + Home Random link @@ -754,11 +2882,11 @@ Copy 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 @@ Url has been copied to clipboard 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 @@ From src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 100 + 104 Från @@ -798,7 +2926,7 @@ From date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 114 + 118 Från datum @@ -806,7 +2934,7 @@ To date src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 126 + 130 Hittills @@ -814,11 +2942,11 @@ Minimum Rating 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 @@ Maximum Rating 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 @@ Portrait src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 206 + 210 Porträtt @@ -846,7 +2974,7 @@ Landscape src/frontend/app/ui/gallery/search/query-enrty/query-entry.search.gallery.component.html - 207 + 211 Landskap @@ -854,39 +2982,27 @@ Insert 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 - + - - Search - - src/frontend/app/ui/gallery/search/search.gallery.component.html - 31 - - - src/frontend/app/ui/settings/search/search.settings.component.ts - 22 - - Sök - Save search to album src/frontend/app/ui/gallery/search/search.gallery.component.html - 68 + 63,64 Save search to album @@ -894,15 +3010,11 @@ Share 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 @@ Sharing: src/frontend/app/ui/gallery/share/share.gallery.component.html - 39 + 39,40 Delning: @@ -918,43 +3030,15 @@ Include subfolders: src/frontend/app/ui/gallery/share/share.gallery.component.html - 52 + 52,53 Inkludera undermappar: - - Password - - 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 - Valid: src/frontend/app/ui/gallery/share/share.gallery.component.html - 93 + 93,94 Giltig: @@ -962,7 +3046,7 @@ Minutes src/frontend/app/ui/gallery/share/share.gallery.component.html - 106 + 106,107 Minuter @@ -970,7 +3054,7 @@ Hours src/frontend/app/ui/gallery/share/share.gallery.component.html - 107 + 107,108 Timmar @@ -978,7 +3062,7 @@ Days src/frontend/app/ui/gallery/share/share.gallery.component.html - 108 + 108,109 Dagar @@ -986,7 +3070,7 @@ Months src/frontend/app/ui/gallery/share/share.gallery.component.html - 109 + 109,110 Månader @@ -994,7 +3078,7 @@ Forever src/frontend/app/ui/gallery/share/share.gallery.component.html - 110 + 110,111 Forever @@ -1002,7 +3086,7 @@ Yes src/frontend/app/ui/gallery/share/share.gallery.component.ts - 51 + 49 Ja @@ -1010,7 +3094,7 @@ No src/frontend/app/ui/gallery/share/share.gallery.component.ts - 52 + 50 Nej @@ -1018,11 +3102,11 @@ loading.. 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 @@ Please log in src/frontend/app/ui/login/login.component.html - 10 + 10,11 Vänligen logga in @@ -1038,31 +3122,15 @@ Wrong username or password src/frontend/app/ui/login/login.component.html - 13,14 + 13 Felaktigt användarnamn eller lösenord - - Username - - 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 - Remember me src/frontend/app/ui/login/login.component.html - 58 + 47,48 Håll mig inloggad @@ -1070,1056 +3138,323 @@ Login src/frontend/app/ui/login/login.component.html - 68,69 + 56 Logga in - - settings saved - - src/frontend/app/ui/settings/_abstract/abstract.settings.component.ts - 223 - - inställningar sparades - - - Success - - 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 - - - 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 - 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. - - - Disabled - - 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 - - - Enabled - - 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 - - - readonly - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 149 - - endast läsbart - - - default value - - src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.component.ts - 151 - - standardvärde - - - Shows albums tab in the top bar and enables creating saved searches. - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 25 - - Shows albums tab in the top bar and enables creating saved searches. - - - Note: custom albums are not supported, see: - - src/frontend/app/ui/settings/albums/albums.settings.component.html - 27 - - Note: custom albums are not supported, see: - - - Save - - 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 - - - Reset - - 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 - - - Page title - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 11 - - Sidtitel - - - Host - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 20 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 35 - - Värd - - - Server will accept connections from this IPv6 or IPv4 address. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 22 - - Servern accepterar anslutningar från denna IPv6 eller IPv4 adress. - - - Port - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 31 - - - src/frontend/app/ui/settings/database/database.settings.component.html - 42 - - Port - - - Port number. Port 80 is usually what you need. - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 32 - - Portnummer. Port 80 är den du förmodligen vill använda. - - - Images folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 42 - - Bildmapp - - - Images are loaded from this folder (read permission required) - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 43 - - Bilder laddas från denna mapp (läsrättighet krävs) - - - Temp folder - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 53 - - Mapp för tillfälliga filer - - - Thumbnails, converted photos, videos will be stored here (write - permission required) - - 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)) - - - Page public url - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 65 - - Publik url till sidan - - - 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 - 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. - - - Url Base - - src/frontend/app/ui/settings/basic/basic.settings.component.html - 77 - - Webbadress - - - 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 - 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. - - - 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.html - 91,92 - - Den publika urlen och webbadressen matchar inte. Vissa funktioner kanske inte fungerar. - - - Basic - - src/frontend/app/ui/settings/basic/basic.settings.component.ts - 26 - - Grundläggande - - - Restart the server to apply the new settings - - 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. - - - Type - - src/frontend/app/ui/settings/database/database.settings.component.html - 10 - - Typ - - - Install manually mysql node module to use mysql (npm install mysql) - - 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) - - - Database folder - - src/frontend/app/ui/settings/database/database.settings.component.html - 22 - - Databasmapp - - - 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 - 23 - - All filbaserad data sparas här (sqlite databas, användardatabas om minnes-db, jobb historik) - - - Database - - src/frontend/app/ui/settings/database/database.settings.component.html - 50 - - - src/frontend/app/ui/settings/database/database.settings.component.ts - 26 - - Databas - - - (recommended) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 36 - - (rekommenderad) - - - (deprecated, will be removed) - - src/frontend/app/ui/settings/database/database.settings.component.ts - 38 - - (stöds ej längre, kommer att tas bort) - - - Override keywords - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 31 - - Åsidosätt sökord - - - 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 - 33 - - Om ett foto har samma ansiktsnamn (person) och nyckelord tar appen bort dubbletten och behåller bara ansiktsnamnet. - - - Face starring right - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 38 - - Rättighet att stjärnmarkera ett ansikte - - - Required minimum right to star (favourite) a face. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 40 - - Nödvändig minimirätt att stjärna (favorit) ett ansikte. - - - Faces are not supported with these settings. - - src/frontend/app/ui/settings/faces/faces.settings.component.html - 47,48 - - Ansikten stöds inte med dessa inställningar. - - - Index cache timeout [ms] - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 12 - - Timeout för indexcache [ms] - - - 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 - 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) - - - Folder reindexing sensitivity - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 21 - - Känslighet för omindexering - - - Set the reindexing sensitivity. High value check the folders for change more often. - - 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. - - - Exclude Folder List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 29 - - Mappar som inte ska indexeras - - - Folders to exclude from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 34 - - Mappar att exludera från indexering - - - ';' 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 - 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. - - - Exclude File List - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 45 - - Exkludera filer - - - Files that mark a folder to be excluded from indexing - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 50 - - Fil som innehåller en lista med mappar som inte ska indexeras - - - ';' 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 - 53,55 - - ';' separerade strängar. Filer med detta namn kommer inte att indexeras. - - - If you add a new folder to your gallery, the site indexes it automatically. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 75 - - Om du lägger till en ny mapp, så indexeras den automatiskt. - - - If you would like to trigger indexing manually, click index button. - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 76 - - Om du vill trigga indexering manuellt, klicka på indexering. - - - Note: search only works among the indexed directories - - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 79 - - Obs: sökning fungerar bara i de indexerade mapparna - Statistic: - 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: Folders - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 109 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 6 Mappar Photos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 113 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 10 Bilder Videos - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 117 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 14 Filmer Persons - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 122 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 19 Personer Size - src/frontend/app/ui/settings/indexing/indexing.settings.component.html - 126 + src/frontend/app/ui/settings/gallery-statistic/gallery-statistic.component.html + 23 Storlek - - Folder indexing + + Job finished - 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 - - 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 - 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. - - medium + + Disabled - 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 - - high + + Tile Url* - 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* - - Folder indexing started + + + Add Layer - 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 - - Folder indexing interrupted + + + Add Link - 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 - - Resetting database + + + Add - 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 + + + ';' separated list. + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 301 + + ';' separated list. + + + See + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 304 + + See + + + Reset database after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 308 + + Reset database after changing this settings! + + + Restart server after changing this settings! + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.html + 312 + + Restart server after changing this settings! + + + readonly + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 229 + + endast läsbart + + + default value + + src/frontend/app/ui/settings/template/settings-entry/settings-entry.component.ts + 231 + + standardvärde + + + config is not supported with these settings. + + src/frontend/app/ui/settings/template/template.component.html + 33,34 + + config is not supported with these settings. + + + Save + + src/frontend/app/ui/settings/template/template.component.html + 45 + + Spara + + + Reset + + src/frontend/app/ui/settings/template/template.component.html + 49 + + Återställ + + + settings saved + + src/frontend/app/ui/settings/template/template.component.ts + 281,280 + + inställningar sparades + + + Success + + src/frontend/app/ui/settings/template/template.component.ts + 282,280 + + Lyckades + + + User list + + src/frontend/app/ui/settings/users/users.component.html + 4,5 + + User list + + + + Add user + + src/frontend/app/ui/settings/users/users.component.html + 46,47 + + + Lägg till användare + + + Add new User + + src/frontend/app/ui/settings/users/users.component.html + 56,57 + + Lägg till ny användare + + + Close + + src/frontend/app/ui/settings/users/users.component.html + 72,73 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 248,249 + + Stäng + + + Add User + + src/frontend/app/ui/settings/users/users.component.html + 76 + + Lägg till användare + + + User creation error! + + src/frontend/app/ui/settings/users/users.component.ts + 82,80 + + User creation error! Trigger job run manually - 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 Run now - 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 Cancel - 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 Job started - 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 Stopping job - 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 - - every - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 20 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 116 - - alla - - - never - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 25 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 68 - - aldrig - - - after - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 27 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 67 - - efter - - - Job: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 50 - - Jobb: - - - Periodicity: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 64 - - Periodicitet: - - - Set the time to run the job. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 74,75 - - Ställ in tiden för jobbet. - - - After: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 80 - - Efter: - - - The job will run after that job finishes. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 91,92 - - Jobbet körs efter det att det jobbet är klart. - - - At: - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 98 - - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 108 - - Vid: - - - Allow parallel run - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 127 - - Tillåt parallell körning - - - Enables the job to start even if another job is already running. - - 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. - - - ';' separated integers. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 198,199 - - ';' separerade heltal. - - - + Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 226,227 - - + Lägg till jobb - - - Add new job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 241 - - Lägg till nytt jobb - - - Select a job to schedule. - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 255,256 - - Välj ett jobb att schemalägga. - - - Close - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 260 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 87 - - Stäng - - - Add Job - - src/frontend/app/ui/settings/jobs/jobs.settings.component.html - 263,264 - - Lägg till jobb - - - Jobs - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 57 - - Jobb - - - periodic - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 69 - - återkommande - - - scheduled - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 70 - - schemalagd - - - Monday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 73 - - Måndag - - - Tuesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 74 - - Tisdag - - - Wednesday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 75 - - Onsdag - - - Thursday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 76 - - Torsdag - - - Friday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 77 - - Fredag - - - Saturday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 78 - - Lördag - - - Sunday - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 79 - - Söndag - - - day - - src/frontend/app/ui/settings/jobs/jobs.settings.component.ts - 80 - - dag - Last run: - 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: Run between - 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 @@ Status - 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 @@ Cancelling... - 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... time elapsed - 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 Processed - 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 Skipped - 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 Left - 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 All - 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 Logs - 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 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 + 38 bearbetad skipped - 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 all - 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 running - 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 cancelling - 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 canceled - 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 interrupted - 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 finished - 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 - - Use image markers + + every - 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 - - - Map will use thumbnail images as markers instead of the default pin. - 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. - - - Map provider - - src/frontend/app/ui/settings/map/map.settings.component.html - 40 - - Kartkälla - - - Name - - src/frontend/app/ui/settings/map/map.settings.component.html - 52 - - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 27 - - Namn - - - Tile Url* - - src/frontend/app/ui/settings/map/map.settings.component.html - 53 - - Tile Url* - - - *The map module will use these urls to fetch the map tiles. - - src/frontend/app/ui/settings/map/map.settings.component.html - 78 - - *Kartan använder dessa urler för att hämta kartbilder. - - - + Add Layer - - src/frontend/app/ui/settings/map/map.settings.component.html - 83,84 - - + Lägg till lager - - - Mapbox access token - - src/frontend/app/ui/settings/map/map.settings.component.html - 90 - - Mapbox accesstoken - - - MapBox needs an access token to work, create one at - - src/frontend/app/ui/settings/map/map.settings.component.html - 96 - - MapBox kräver accesstoken för att fungera, skapa en - - - Map - - src/frontend/app/ui/settings/map/map.settings.component.ts - 27 - - Karta - - - *.gpx files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 11 - - *.gpx files - - - Reads *.gpx files and renders them on the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 12 - - Reads *.gpx files and renders them on the map. - - - Markdown files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 19 - - Markdown files - - - Reads *.md files in a directory and shows the next to the map. - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 20 - - Reads *.md files in a directory and shows the next to the map. - - - *.pg2conf files - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.html - 26 - - *.pg2conf files - - - Reads *.pg2conf files (You can use it for custom sorting and save search (albums)). - - 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)). - - - Meta file - - src/frontend/app/ui/settings/metafiles/metafile.settings.component.ts - 23 - - Metafil - - - Error: - - src/frontend/app/ui/settings/other/other.settings.component.html - 7 - - Fel: - - - Threads: - - src/frontend/app/ui/settings/other/other.settings.component.html - 10 - - Trådar: - - - Threading - - src/frontend/app/ui/settings/other/other.settings.component.html - 14 - - Trådning - - - Runs directory scanning in a different thread. - - src/frontend/app/ui/settings/other/other.settings.component.html - 15 - - Kör katalogsökning i en annan tråd. - - - Thumbnail threads - - src/frontend/app/ui/settings/other/other.settings.component.html - 22 - - Trådar för miniatyrer - - - 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 - 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. - - - Misc: - - src/frontend/app/ui/settings/other/other.settings.component.html - 33 - - Övrigt: - - - Scroll based thumbnail generation - - src/frontend/app/ui/settings/other/other.settings.component.html - 36 - - Bläddringsbaserad miniatyrgenerering - - - Those thumbnails get higher priority that are visible on the screen. - - src/frontend/app/ui/settings/other/other.settings.component.html - 37 - - De miniatyrer som syns på skärmen får högre prioritet. - - - Lazy image rendering - - src/frontend/app/ui/settings/other/other.settings.component.html - 43 - - Lat bildrendering - - - 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 - 44 - - Visar endast nödvändigt antal bilder på en gång. Visar mer om sidans botten nås. - - - Cache - - src/frontend/app/ui/settings/other/other.settings.component.html - 50 - - Cache - - - Caches directory contents and search results for better performance. - - src/frontend/app/ui/settings/other/other.settings.component.html - 51 - - Cachar mappinnehåll och sökresultat för bättre prestanda. - - - Caption first naming - - src/frontend/app/ui/settings/other/other.settings.component.html - 57 - - Namngvning med bildtext i första hand - - - Show the caption (IPTC 120) tags from the EXIF data instead of the filenames. - - 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. - - - Download Zip - - src/frontend/app/ui/settings/other/other.settings.component.html - 64 - - Download Zip - - - [Experimental: does not work for searches] Enable download zip of a directory contents - - src/frontend/app/ui/settings/other/other.settings.component.html - 65 - - [Experimental: does not work for searches] Enable download zip of a directory contents - - - Directory flattening - - src/frontend/app/ui/settings/other/other.settings.component.html - 71 - - Directory flattening - - - [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 - 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. - - - Navigation bar: - - src/frontend/app/ui/settings/other/other.settings.component.html - 82 - - Navigeringsfält: - - - Show item count - - src/frontend/app/ui/settings/other/other.settings.component.html - 85 - - Visa antal - - - Show the number of items (photos) in the folder. - - src/frontend/app/ui/settings/other/other.settings.component.html - 86 - - Visa antal bilder i mappen. - - - Default photo sorting method - - src/frontend/app/ui/settings/other/other.settings.component.html - 100 - - Standardmetod för fotosortering - - - Sort directories by date - - src/frontend/app/ui/settings/other/other.settings.component.html - 109 - - Sort directories by date - - - 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 - 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. - - - Custom HTML Head - - src/frontend/app/ui/settings/other/other.settings.component.html - 118 - - Custom HTML Head - - - Other - - src/frontend/app/ui/settings/other/other.settings.component.ts - 32 - - Övrigt - - - Photo converting: - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 9 - - Bildomvandling: - - - Converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 12 - - Omvandling - - - Downsizes photos for faster preview loading. (Zooming in to the photo loads the original). - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 13 - - Skalar ner bilder för snabbare förhandsvisning. (Inzoomning laddar originalbilden). - - - On the fly converting - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 19 - - Konvertera i farten - - - Converts photos on the fly, when they are requested. - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 20 - - Konverterar bilder allt eftersom när de efterfrågas. - - - Resolution - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 28 - - - src/frontend/app/ui/settings/video/video.settings.component.html - 66 - - Upplösning - - - 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 - 29 - - Den kortaste kanten på den omvandlade bilden skalas ner till detta, medan bildförhållandet bevaras. - - - Load full resolution image on zoom - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 38 - - Load full resolution image on zoom - - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - src/frontend/app/ui/settings/photo/photo.settings.component.html - 39 - - Enables loading the full resolution image on zoom in the ligthbox (preview). - - - Photo - - src/frontend/app/ui/settings/photo/photo.settings.component.ts - 36 - - Foto - - - Preview Filter query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 10 - - Preview Filter query - - - Filters the sub-folders with this search query - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 11 - - Filters the sub-folders with this search query - - - Preview Sorting - - src/frontend/app/ui/settings/preview/preview.settings.component.html - 20 - - Preview Sorting - - - If multiple preview is available sorts them by these methods and selects the first one. - - 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. - - - Preview - - src/frontend/app/ui/settings/preview/preview.settings.component.ts - 31 - - Preview - - - 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 - 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 - - - Note: With the current implementation, random link also requires login. See: - - 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: - - - Random Photo is not supported with these settings - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.html - 43,44 - - Slumpvis bildval fungerar inte med dessa inställningar - - - Random Photo - - src/frontend/app/ui/settings/random-photo/random-photo.settings.component.ts - 22 - - Slumpvis valt foto - - - Job finished - - src/frontend/app/ui/settings/scheduled-jobs.service.ts - 80 - - Jobb färdigt - - - Autocomplete - - src/frontend/app/ui/settings/search/search.settings.component.html - 32 - - Fyll i automatiskt - - - Show hints while typing search query. - - src/frontend/app/ui/settings/search/search.settings.component.html - 33 - - Visar förslag medan man skriver. - - - Maximum media result - - src/frontend/app/ui/settings/search/search.settings.component.html - 40 - - Maximum media result - - - Maximum number of photos and videos that listed in one search result - - src/frontend/app/ui/settings/search/search.settings.component.html - 41 - - Maximum number of photos and videos that listed in one search result - - - List directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 49 - - List directories - - - Search will also return with directories - - src/frontend/app/ui/settings/search/search.settings.component.html - 50 - - Search will also return with directories - - - List metafiles - - src/frontend/app/ui/settings/search/search.settings.component.html - 57 - - List metafiles - - - 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 - 58 - - Search also returns with metafiles from directories that contain a media file of the matched search result - - - Search is not supported with these settings - - src/frontend/app/ui/settings/search/search.settings.component.html - 68,69 - - Sökning fungerar inte med dessa inställningar - - - Password protected - - src/frontend/app/ui/settings/share/share.settings.component.html - 29 - - Lösenordsskydd - - - Enables password protected sharing links. - - src/frontend/app/ui/settings/share/share.settings.component.html - 30 - - Kräver lösenord för delade länkar. - - - Sharing is not supported with these settings - - src/frontend/app/ui/settings/share/share.settings.component.html - 40,41 - - Delning fungerar inte med dessa inställningar - - - Shared links: - - src/frontend/app/ui/settings/share/share.settings.component.html - 57 - - Delade länkar: - - - Key - - src/frontend/app/ui/settings/share/share.settings.component.html - 63 - - Nycker - - - Folder - - src/frontend/app/ui/settings/share/share.settings.component.html - 64 - - Mapp - - - Creator - - src/frontend/app/ui/settings/share/share.settings.component.html - 65 - - Skapad av - - - Expires - - src/frontend/app/ui/settings/share/share.settings.component.html - 66 - - Upphör - - - No sharing was created. - - src/frontend/app/ui/settings/share/share.settings.component.html - 86,87 - - Ingen delning skapades. - - - Thumbnail Quality - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 11 - - Kvalité på miniatyrer - - - High quality may be slow. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 12 - - Hög kvalitet kan vara långsam. - - - Icon size - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 20 - - Ikonstorlek - - - Icon size (used on maps). - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 21 - - Ikonstorlek (på kartan). - - - Thumbnail sizes - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 30 - - Miniatyrstorlek - - - Size of the thumbnails. - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html - 37 - - Storlek på miniatyrer. - - - 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 - 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) - - - ';' 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.html - 43,45 - - ';' separata heltal. Om storleken är 240, kommer kortsidan ha 160 pixlar. - - - Thumbnail - - src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.ts - 31 - - Miniatyr - - - Role - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 28 - - Roll - - - + Add user - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 55,56 - - + Lägg till användare - - - To protect the site with password / have login enable this. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 59,60 - - För att skydda sidan med inloggning, aktivera denna. - - - Add new User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 70 - - Lägg till ny användare - - - Add User - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html - 90,91 - - Lägg till användare - - - Password protection - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 45 - - Lösenordsskydd - - - Low - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 48 - - Låg - - - High - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 49 - - Hög - - - Password protection enabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 86 - - Lösenordsskydd är aktiverad - - - Server restart is recommended. - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 87 - - Omstart av servern rekommenderas. - - - Password protection disabled - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 90 - - Lösenordsskydd är avaktiverat - - - User creation error! - - src/frontend/app/ui/settings/usermanager/usermanager.settings.component.ts - 113 - - User creation error! - - - 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 - 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. - - - Video transcoding: - - src/frontend/app/ui/settings/video/video.settings.component.html - 33 - - Videoomvandling: - - - 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 - 35,38 - - För att möjliggöra en jämn videoström rekommenderas videoomvandling till en lägre bitrate än serverns uppladningshastighet. - - - The transcoded videos will be save to the thumbnail folder. - - src/frontend/app/ui/settings/video/video.settings.component.html - 39 - - Omvandlad video sparas i samma mapp som miniatyrerna. - - - 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 - 40,43 - - Du kan trigga videoomvandlingen manuellt, men du kan även skapa ett schemalagt omvandlingsjob i den avancerade inställningsmenyn. - - - Format - - src/frontend/app/ui/settings/video/video.settings.component.html - 47 - - Format - - - Codec - - src/frontend/app/ui/settings/video/video.settings.component.html - 57 - - Kodek - - - 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 - 67 - - Höjden på den omvandlade videoströmmen skalas ner till detta, medan bildförhållandet bevaras. - - - FPS - - src/frontend/app/ui/settings/video/video.settings.component.html - 77 - - FPS - - - 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 - 78 - - Bilder per sekund (fps) på den omvandlade videoströmmen skalas ner till detta. - - - Bit rate - - src/frontend/app/ui/settings/video/video.settings.component.html - 90 - - Bitrate - - - 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 - 104,106 - - Bitrate på den omvandlade videoströmmen skalas ner till detta. Bör vara mindre än serverns uppladdningshastighet - - - CRF - - src/frontend/app/ui/settings/video/video.settings.component.html + src/frontend/app/ui/settings/workflow/workflow.component.html 112 - CRF + alla - - 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. + + never - 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 - - Preset + + after - 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 - - 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 - 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: - - Custom Options + + Periodicity: - 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: - - ; 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.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. - - Video + + After: - src/frontend/app/ui/settings/video/video.settings.component.ts - 43 + src/frontend/app/ui/settings/workflow/workflow.component.html + 72,73 - Video + Efter: + + + The job will run after that job finishes. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 85,86 + + Jobbet körs efter det att det jobbet är klart. + + + At: + + src/frontend/app/ui/settings/workflow/workflow.component.html + 92,93 + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 102,103 + + Vid: + + + Allow parallel run + + src/frontend/app/ui/settings/workflow/workflow.component.html + 123,124 + + Tillåt parallell körning + + + Enables the job to start even if another job is already running. + + 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. + + + ';' separated integers. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 198,199 + + ';' separerade heltal. + + + + Add Job + + + src/frontend/app/ui/settings/workflow/workflow.component.html + 218,221 + + + Lägg till jobb + + + Add new job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 228,229 + + Lägg till nytt jobb + + + Select a job to schedule. + + src/frontend/app/ui/settings/workflow/workflow.component.html + 243,244 + + Välj ett jobb att schemalägga. + + + Add Job + + src/frontend/app/ui/settings/workflow/workflow.component.html + 252 + + Lägg till jobb + + + periodic + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 82 + + återkommande + + + scheduled + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 83 + + schemalagd + + + Monday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 86,85 + + Måndag + + + Tuesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 87,85 + + Tisdag + + + Wednesday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 88,85 + + Onsdag + + + Thursday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 89,85 + + Torsdag + + + Friday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 90,85 + + Fredag + + + Saturday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 91,85 + + Lördag + + + Sunday + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 92,85 + + Söndag + + + day + + src/frontend/app/ui/settings/workflow/workflow.component.ts + 93,85 + + dag Wrong password src/frontend/app/ui/sharelogin/share-login.component.html - 11 + 11,13 Felaktigt lösenord - - Enter + + Enter src/frontend/app/ui/sharelogin/share-login.component.html - 39 + 40 Ange