From c5e80a7e4ffd06684a57c4221784680ff4e2f9f6 Mon Sep 17 00:00:00 2001
From: Trenton H <797416+stumpylog@users.noreply.github.com>
Date: Fri, 21 Nov 2025 11:42:22 -0800
Subject: [PATCH 1/6] chore: Upgrades psycopg to 3.2.12 (#11420)
---
pyproject.toml | 8 ++++----
uv.lock | 42 +++++++++++++++++++++---------------------
2 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 0654be626..e90da697d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -77,9 +77,9 @@ optional-dependencies.mariadb = [
"mysqlclient~=2.2.7",
]
optional-dependencies.postgres = [
- "psycopg[c,pool]==3.2.9",
+ "psycopg[c,pool]==3.2.12",
# Direct dependency for proper resolution of the pre-built wheels
- "psycopg-c==3.2.9",
+ "psycopg-c==3.2.12",
"psycopg-pool==3.2.7",
]
optional-dependencies.webserver = [
@@ -150,8 +150,8 @@ environments = [
[tool.uv.sources]
# Markers are chosen to select these almost exclusively when building the Docker image
psycopg-c = [
- { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-3.2.9/psycopg_c-3.2.9-cp312-cp312-linux_x86_64.whl", marker = "sys_platform == 'linux' and platform_machine == 'x86_64' and python_version == '3.12'" },
- { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-3.2.9/psycopg_c-3.2.9-cp312-cp312-linux_aarch64.whl", marker = "sys_platform == 'linux' and platform_machine == 'aarch64' and python_version == '3.12'" },
+ { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-bookworm-3.2.12/psycopg_c-3.2.12-cp312-cp312-linux_x86_64.whl", marker = "sys_platform == 'linux' and platform_machine == 'x86_64' and python_version == '3.12'" },
+ { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-bookworm-3.2.12/psycopg_c-3.2.12-cp312-cp312-linux_aarch64.whl", marker = "sys_platform == 'linux' and platform_machine == 'aarch64' and python_version == '3.12'" },
]
zxing-cpp = [
{ url = "https://github.com/paperless-ngx/builder/releases/download/zxing-2.3.0/zxing_cpp-2.3.0-cp312-cp312-linux_x86_64.whl", marker = "sys_platform == 'linux' and platform_machine == 'x86_64' and python_version == '3.12'" },
diff --git a/uv.lock b/uv.lock
index 41eb0778a..9734787ce 100644
--- a/uv.lock
+++ b/uv.lock
@@ -2181,9 +2181,9 @@ mariadb = [
]
postgres = [
{ name = "psycopg", extra = ["c", "pool"], marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
- { name = "psycopg-c", version = "3.2.9", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version != '3.12.*' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version != '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux') or (platform_machine != 'aarch64' and platform_machine != 'x86_64' and sys_platform == 'linux') or sys_platform == 'darwin'" },
- { name = "psycopg-c", version = "3.2.9", source = { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-3.2.9/psycopg_c-3.2.9-cp312-cp312-linux_aarch64.whl" }, marker = "python_full_version == '3.12.*' and platform_machine == 'aarch64' and sys_platform == 'linux'" },
- { name = "psycopg-c", version = "3.2.9", source = { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-3.2.9/psycopg_c-3.2.9-cp312-cp312-linux_x86_64.whl" }, marker = "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'" },
+ { name = "psycopg-c", version = "3.2.12", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version != '3.12.*' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version != '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux') or (platform_machine != 'aarch64' and platform_machine != 'x86_64' and sys_platform == 'linux') or sys_platform == 'darwin'" },
+ { name = "psycopg-c", version = "3.2.12", source = { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-bookworm-3.2.12/psycopg_c-3.2.12-cp312-cp312-linux_aarch64.whl" }, marker = "python_full_version == '3.12.*' and platform_machine == 'aarch64' and sys_platform == 'linux'" },
+ { name = "psycopg-c", version = "3.2.12", source = { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-bookworm-3.2.12/psycopg_c-3.2.12-cp312-cp312-linux_x86_64.whl" }, marker = "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'" },
{ name = "psycopg-pool", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
]
webserver = [
@@ -2293,10 +2293,10 @@ requires-dist = [
{ name = "ocrmypdf", specifier = "~=16.12.0" },
{ name = "pathvalidate", specifier = "~=3.3.1" },
{ name = "pdf2image", specifier = "~=1.17.0" },
- { name = "psycopg", extras = ["c", "pool"], marker = "extra == 'postgres'", specifier = "==3.2.9" },
- { name = "psycopg-c", marker = "python_full_version == '3.12.*' and platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'postgres'", url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-3.2.9/psycopg_c-3.2.9-cp312-cp312-linux_aarch64.whl" },
- { name = "psycopg-c", marker = "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'postgres'", url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-3.2.9/psycopg_c-3.2.9-cp312-cp312-linux_x86_64.whl" },
- { name = "psycopg-c", marker = "(python_full_version != '3.12.*' and platform_machine == 'aarch64' and extra == 'postgres') or (python_full_version != '3.12.*' and platform_machine == 'x86_64' and extra == 'postgres') or (platform_machine != 'aarch64' and platform_machine != 'x86_64' and extra == 'postgres') or (sys_platform != 'linux' and extra == 'postgres')", specifier = "==3.2.9" },
+ { name = "psycopg", extras = ["c", "pool"], marker = "extra == 'postgres'", specifier = "==3.2.12" },
+ { name = "psycopg-c", marker = "python_full_version == '3.12.*' and platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'postgres'", url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-bookworm-3.2.12/psycopg_c-3.2.12-cp312-cp312-linux_aarch64.whl" },
+ { name = "psycopg-c", marker = "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'postgres'", url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-bookworm-3.2.12/psycopg_c-3.2.12-cp312-cp312-linux_x86_64.whl" },
+ { name = "psycopg-c", marker = "(python_full_version != '3.12.*' and platform_machine == 'aarch64' and extra == 'postgres') or (python_full_version != '3.12.*' and platform_machine == 'x86_64' and extra == 'postgres') or (platform_machine != 'aarch64' and platform_machine != 'x86_64' and extra == 'postgres') or (sys_platform != 'linux' and extra == 'postgres')", specifier = "==3.2.12" },
{ name = "psycopg-pool", marker = "extra == 'postgres'", specifier = "==3.2.7" },
{ name = "python-dateutil", specifier = "~=2.9.0" },
{ name = "python-dotenv", specifier = "~=1.2.1" },
@@ -2675,21 +2675,21 @@ wheels = [
[[package]]
name = "psycopg"
-version = "3.2.9"
+version = "3.2.12"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "typing-extensions", marker = "(python_full_version < '3.13' and sys_platform == 'darwin') or (python_full_version < '3.13' and sys_platform == 'linux')" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/27/4a/93a6ab570a8d1a4ad171a1f4256e205ce48d828781312c0bbaff36380ecb/psycopg-3.2.9.tar.gz", hash = "sha256:2fbb46fcd17bc81f993f28c47f1ebea38d66ae97cc2dbc3cad73b37cefbff700", size = 158122, upload-time = "2025-05-13T16:11:15.533Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/a8/77/c72d10262b872617e509a0c60445afcc4ce2cd5cd6bc1c97700246d69c85/psycopg-3.2.12.tar.gz", hash = "sha256:85c08d6f6e2a897b16280e0ff6406bef29b1327c045db06d21f364d7cd5da90b", size = 160642, upload-time = "2025-10-26T00:46:03.045Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/44/b0/a73c195a56eb6b92e937a5ca58521a5c3346fb233345adc80fd3e2f542e2/psycopg-3.2.9-py3-none-any.whl", hash = "sha256:01a8dadccdaac2123c916208c96e06631641c0566b22005493f09663c7a8d3b6", size = 202705, upload-time = "2025-05-13T16:06:26.584Z" },
+ { url = "https://files.pythonhosted.org/packages/c8/28/8c4f90e415411dc9c78d6ba10b549baa324659907c13f64bfe3779d4066c/psycopg-3.2.12-py3-none-any.whl", hash = "sha256:8a1611a2d4c16ae37eada46438be9029a35bb959bb50b3d0e1e93c0f3d54c9ee", size = 206765, upload-time = "2025-10-26T00:10:42.173Z" },
]
[package.optional-dependencies]
c = [
- { name = "psycopg-c", version = "3.2.9", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version != '3.12.*' and implementation_name != 'pypy' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version != '3.12.*' and implementation_name != 'pypy' and platform_machine == 'x86_64' and sys_platform == 'linux') or (implementation_name != 'pypy' and platform_machine != 'aarch64' and platform_machine != 'x86_64' and sys_platform == 'linux') or (implementation_name != 'pypy' and sys_platform == 'darwin')" },
- { name = "psycopg-c", version = "3.2.9", source = { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-3.2.9/psycopg_c-3.2.9-cp312-cp312-linux_aarch64.whl" }, marker = "python_full_version == '3.12.*' and implementation_name != 'pypy' and platform_machine == 'aarch64' and sys_platform == 'linux'" },
- { name = "psycopg-c", version = "3.2.9", source = { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-3.2.9/psycopg_c-3.2.9-cp312-cp312-linux_x86_64.whl" }, marker = "python_full_version == '3.12.*' and implementation_name != 'pypy' and platform_machine == 'x86_64' and sys_platform == 'linux'" },
+ { name = "psycopg-c", version = "3.2.12", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version != '3.12.*' and implementation_name != 'pypy' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version != '3.12.*' and implementation_name != 'pypy' and platform_machine == 'x86_64' and sys_platform == 'linux') or (implementation_name != 'pypy' and platform_machine != 'aarch64' and platform_machine != 'x86_64' and sys_platform == 'linux') or (implementation_name != 'pypy' and sys_platform == 'darwin')" },
+ { name = "psycopg-c", version = "3.2.12", source = { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-bookworm-3.2.12/psycopg_c-3.2.12-cp312-cp312-linux_aarch64.whl" }, marker = "python_full_version == '3.12.*' and implementation_name != 'pypy' and platform_machine == 'aarch64' and sys_platform == 'linux'" },
+ { name = "psycopg-c", version = "3.2.12", source = { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-bookworm-3.2.12/psycopg_c-3.2.12-cp312-cp312-linux_x86_64.whl" }, marker = "python_full_version == '3.12.*' and implementation_name != 'pypy' and platform_machine == 'x86_64' and sys_platform == 'linux'" },
]
pool = [
{ name = "psycopg-pool", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
@@ -2697,7 +2697,7 @@ pool = [
[[package]]
name = "psycopg-c"
-version = "3.2.9"
+version = "3.2.12"
source = { registry = "https://pypi.org/simple" }
resolution-markers = [
"python_full_version >= '3.11' and sys_platform == 'darwin'",
@@ -2705,28 +2705,28 @@ resolution-markers = [
"(python_full_version >= '3.11' and platform_machine != 'aarch64' and platform_machine != 'x86_64' and sys_platform == 'linux') or (python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux') or (python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux')",
"python_full_version < '3.11' and sys_platform == 'linux'",
]
-sdist = { url = "https://files.pythonhosted.org/packages/83/7f/6147cb842081b0b32692bf5a0fdf58e9ac95418ebac1184d4431ec44b85f/psycopg_c-3.2.9.tar.gz", hash = "sha256:8c9f654f20c6c56bddc4543a3caab236741ee94b6732ab7090b95605502210e2", size = 609538, upload-time = "2025-05-13T16:11:19.856Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/68/27/33699874745d7bb195e78fd0a97349908b64d3ec5fea7b8e5e52f56df04c/psycopg_c-3.2.12.tar.gz", hash = "sha256:1c80042067d5df90d184c6fbd58661350b3620f99d87a01c882953c4d5dfa52b", size = 608386, upload-time = "2025-10-26T00:46:08.727Z" }
[[package]]
name = "psycopg-c"
-version = "3.2.9"
-source = { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-3.2.9/psycopg_c-3.2.9-cp312-cp312-linux_aarch64.whl" }
+version = "3.2.12"
+source = { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-bookworm-3.2.12/psycopg_c-3.2.12-cp312-cp312-linux_aarch64.whl" }
resolution-markers = [
"python_full_version == '3.12.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
]
wheels = [
- { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-3.2.9/psycopg_c-3.2.9-cp312-cp312-linux_aarch64.whl", hash = "sha256:f045e0e0c532d95c9056329439d7c8578a32842be6d26c666a50bec447972e54" },
+ { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-bookworm-3.2.12/psycopg_c-3.2.12-cp312-cp312-linux_aarch64.whl", hash = "sha256:3492dc3760133ce8b422786136f41763acaa2dc890d3ab3e58b49627fd1e4e92" },
]
[[package]]
name = "psycopg-c"
-version = "3.2.9"
-source = { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-3.2.9/psycopg_c-3.2.9-cp312-cp312-linux_x86_64.whl" }
+version = "3.2.12"
+source = { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-bookworm-3.2.12/psycopg_c-3.2.12-cp312-cp312-linux_x86_64.whl" }
resolution-markers = [
"python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'",
]
wheels = [
- { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-3.2.9/psycopg_c-3.2.9-cp312-cp312-linux_x86_64.whl", hash = "sha256:250c357319242da102047b04c5cc78af872dbf85c2cb05abf114e1fb5f207917" },
+ { url = "https://github.com/paperless-ngx/builder/releases/download/psycopg-bookworm-3.2.12/psycopg_c-3.2.12-cp312-cp312-linux_x86_64.whl", hash = "sha256:64ca43e3521a761c2ae5ea883c71bae619abe0e6392d388424776c93e55de8a8" },
]
[[package]]
From a96db50b0aadfb561f8830e30c1f0f65569b5c2e Mon Sep 17 00:00:00 2001
From: Trenton H <797416+stumpylog@users.noreply.github.com>
Date: Fri, 21 Nov 2025 12:07:57 -0800
Subject: [PATCH 2/6] Feature: Replace duplicated static files with symlinks
(#11418)
---
Dockerfile | 3 +-
docker/rootfs/usr/local/bin/deduplicate.py | 167 +++++++++++++++++++++
2 files changed, 169 insertions(+), 1 deletion(-)
create mode 100755 docker/rootfs/usr/local/bin/deduplicate.py
diff --git a/Dockerfile b/Dockerfile
index aca06edc5..61c6a63a2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -254,7 +254,8 @@ RUN set -eux \
&& chown --from root:root --changes --recursive paperless:paperless /usr/src/paperless \
&& echo "Collecting static files" \
&& s6-setuidgid paperless python3 manage.py collectstatic --clear --no-input --link \
- && s6-setuidgid paperless python3 manage.py compilemessages
+ && s6-setuidgid paperless python3 manage.py compilemessages \
+ && /usr/local/bin/deduplicate.py --verbose /usr/src/paperless/static/
VOLUME ["/usr/src/paperless/data", \
"/usr/src/paperless/media", \
diff --git a/docker/rootfs/usr/local/bin/deduplicate.py b/docker/rootfs/usr/local/bin/deduplicate.py
new file mode 100755
index 000000000..c071cf043
--- /dev/null
+++ b/docker/rootfs/usr/local/bin/deduplicate.py
@@ -0,0 +1,167 @@
+#!/usr/bin/env python3
+"""
+File deduplication script that replaces identical files with symlinks.
+Uses SHA256 hashing to identify duplicate files.
+"""
+
+import hashlib
+from collections import defaultdict
+from pathlib import Path
+
+import click
+import humanize
+
+
+def calculate_sha256(filepath: Path) -> str | None:
+ sha256_hash = hashlib.sha256()
+ try:
+ with filepath.open("rb") as f:
+ # Read file in chunks to handle large files efficiently
+ while chunk := f.read(65536): # 64KB chunks
+ sha256_hash.update(chunk)
+ return sha256_hash.hexdigest()
+ except OSError as e:
+ click.echo(f"Error reading {filepath}: {e}", err=True)
+ return None
+
+
+def find_duplicate_files(directory: Path) -> dict[str, list[Path]]:
+ """
+ Recursively scan directory and group files by their SHA256 hash.
+ Returns a dictionary mapping hash -> list of file paths.
+ """
+ hash_to_files: dict[str, list[Path]] = defaultdict(list)
+
+ for filepath in directory.rglob("*"):
+ # Skip symlinks
+ if filepath.is_symlink():
+ continue
+
+ # Skip if not a regular file
+ if not filepath.is_file():
+ continue
+
+ file_hash = calculate_sha256(filepath)
+ if file_hash:
+ hash_to_files[file_hash].append(filepath)
+
+ # Filter to only return hashes with duplicates
+ return {h: files for h, files in hash_to_files.items() if len(files) > 1}
+
+
+def replace_with_symlinks(
+ duplicate_groups: dict[str, list[Path]],
+ *,
+ dry_run: bool = False,
+) -> tuple[int, int]:
+ """
+ Replace duplicate files with symlinks to the first occurrence.
+ Returns (number_of_files_replaced, space_saved_in_bytes).
+ """
+ total_duplicates = 0
+ space_saved = 0
+
+ for file_hash, file_list in duplicate_groups.items():
+ # Keep the first file as the original, replace others with symlinks
+ original_file = file_list[0]
+ duplicates = file_list[1:]
+
+ click.echo(f"Found {len(duplicates)} duplicate(s) of: {original_file}")
+
+ for duplicate in duplicates:
+ try:
+ # Get file size before deletion
+ file_size = duplicate.stat().st_size
+
+ if dry_run:
+ click.echo(f" [DRY RUN] Would replace: {duplicate}")
+ else:
+ # Remove the duplicate file
+ duplicate.unlink()
+
+ # Create relative symlink if possible, otherwise absolute
+ try:
+ # Try to create a relative symlink
+ rel_path = original_file.relative_to(duplicate.parent)
+ duplicate.symlink_to(rel_path)
+ click.echo(f" Replaced: {duplicate} -> {rel_path}")
+ except ValueError:
+ # Fall back to absolute path
+ duplicate.symlink_to(original_file.resolve())
+ click.echo(f" Replaced: {duplicate} -> {original_file}")
+
+ space_saved += file_size
+
+ total_duplicates += 1
+
+ except OSError as e:
+ click.echo(f" Error replacing {duplicate}: {e}", err=True)
+
+ return total_duplicates, space_saved
+
+
+@click.command()
+@click.argument(
+ "directory",
+ type=click.Path(
+ exists=True,
+ file_okay=False,
+ dir_okay=True,
+ readable=True,
+ path_type=Path,
+ ),
+)
+@click.option(
+ "--dry-run",
+ is_flag=True,
+ help="Show what would be done without making changes",
+)
+@click.option("--verbose", "-v", is_flag=True, help="Show verbose output")
+def deduplicate(directory: Path, *, dry_run: bool, verbose: bool) -> None:
+ """
+ Recursively search DIRECTORY for identical files and replace them with symlinks.
+
+ Uses SHA256 hashing to identify duplicate files. The first occurrence of each
+ unique file is kept, and all duplicates are replaced with symlinks pointing to it.
+ """
+ directory = directory.resolve()
+
+ click.echo(f"Scanning directory: {directory}")
+ if dry_run:
+ click.echo("Running in DRY RUN mode - no changes will be made")
+
+ # Find all duplicate files
+ click.echo("Calculating file hashes...")
+ duplicate_groups = find_duplicate_files(directory)
+
+ if not duplicate_groups:
+ click.echo("No duplicate files found!")
+ return
+
+ total_files = sum(len(files) - 1 for files in duplicate_groups.values())
+ click.echo(
+ f"Found {len(duplicate_groups)} group(s) of duplicates "
+ f"({total_files} files to deduplicate)",
+ )
+
+ if verbose:
+ for file_hash, files in duplicate_groups.items():
+ click.echo(f"Hash: {file_hash}")
+ for f in files:
+ click.echo(f" - {f}")
+
+ # Replace duplicates with symlinks
+ click.echo("Processing duplicates...")
+ num_replaced, space_saved = replace_with_symlinks(duplicate_groups, dry_run=dry_run)
+
+ # Summary
+ click.echo(
+ f"{'Would replace' if dry_run else 'Replaced'} "
+ f"{num_replaced} duplicate file(s)",
+ )
+ if not dry_run:
+ click.echo(f"Space saved: {humanize.naturalsize(space_saved, binary=True)}")
+
+
+if __name__ == "__main__":
+ deduplicate()
From 93338a0a823b262a4cf7a6cd09f4691146964f34 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Fri, 21 Nov 2025 15:52:12 -0800
Subject: [PATCH 3/6] Fixhancement: more log viewer improvements (#11426)
---
src-ui/setup-jest.ts | 4 ++
.../components/admin/logs/logs.component.html | 24 ++++++------
.../components/admin/logs/logs.component.scss | 16 ++++++--
.../admin/logs/logs.component.spec.ts | 7 ++++
.../components/admin/logs/logs.component.ts | 39 +++++++++++++------
5 files changed, 64 insertions(+), 26 deletions(-)
diff --git a/src-ui/setup-jest.ts b/src-ui/setup-jest.ts
index c7bcabddb..df5e9d175 100644
--- a/src-ui/setup-jest.ts
+++ b/src-ui/setup-jest.ts
@@ -145,6 +145,10 @@ HTMLCanvasElement.prototype.getContext = <
typeof HTMLCanvasElement.prototype.getContext
>jest.fn()
+if (!HTMLElement.prototype.scrollTo) {
+ HTMLElement.prototype.scrollTo = jest.fn()
+}
+
jest.mock('uuid', () => ({
v4: jest.fn(() =>
'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, (char: string) => {
diff --git a/src-ui/src/app/components/admin/logs/logs.component.html b/src-ui/src/app/components/admin/logs/logs.component.html
index 70dcda86d..b3df5ff89 100644
--- a/src-ui/src/app/components/admin/logs/logs.component.html
+++ b/src-ui/src/app/components/admin/logs/logs.component.html
@@ -41,21 +41,21 @@
}
-
-
-
+
@if (loading && !logFiles.length) {
+ } @else {
+
{{log.message}}
}
-
- {{log.message}}
-
-
+
+
diff --git a/src-ui/src/app/components/admin/logs/logs.component.scss b/src-ui/src/app/components/admin/logs/logs.component.scss
index 56fd2e8f3..25ab0b8ac 100644
--- a/src-ui/src/app/components/admin/logs/logs.component.scss
+++ b/src-ui/src/app/components/admin/logs/logs.component.scss
@@ -16,11 +16,21 @@
}
.log-container {
- overflow-y: scroll;
- height: calc(100vh - 200px);
- top: 0;
+ height: calc(100vh - 190px);
+ overflow-y: auto;
p {
white-space: pre-wrap;
}
}
+
+.jump-to-bottom {
+ opacity: 0;
+ pointer-events: none;
+ transition: opacity 120ms ease-in-out;
+}
+
+.jump-to-bottom.visible {
+ opacity: 1;
+ pointer-events: auto;
+}
diff --git a/src-ui/src/app/components/admin/logs/logs.component.spec.ts b/src-ui/src/app/components/admin/logs/logs.component.spec.ts
index 728916830..1b8425427 100644
--- a/src-ui/src/app/components/admin/logs/logs.component.spec.ts
+++ b/src-ui/src/app/components/admin/logs/logs.component.spec.ts
@@ -110,4 +110,11 @@ describe('LogsComponent', () => {
jest.advanceTimersByTime(1)
expect(reloadSpy).toHaveBeenCalledTimes(initialCalls + 1)
})
+
+ it('should update jump to bottom visibility on scroll', () => {
+ component.showJumpToBottom = false
+ jest.spyOn(component as any, 'isNearBottom').mockReturnValue(false)
+ component.onScroll()
+ expect(component.showJumpToBottom).toBe(true)
+ })
})
diff --git a/src-ui/src/app/components/admin/logs/logs.component.ts b/src-ui/src/app/components/admin/logs/logs.component.ts
index 68b88265d..e186b27b0 100644
--- a/src-ui/src/app/components/admin/logs/logs.component.ts
+++ b/src-ui/src/app/components/admin/logs/logs.component.ts
@@ -1,11 +1,8 @@
-import {
- CdkVirtualScrollViewport,
- ScrollingModule,
-} from '@angular/cdk/scrolling'
import { CommonModule } from '@angular/common'
import {
ChangeDetectorRef,
Component,
+ ElementRef,
OnDestroy,
OnInit,
ViewChild,
@@ -28,8 +25,6 @@ import { LoadingComponentWithPermissions } from '../../loading-component/loading
CommonModule,
FormsModule,
ReactiveFormsModule,
- CdkVirtualScrollViewport,
- ScrollingModule,
],
})
export class LogsComponent
@@ -49,9 +44,11 @@ export class LogsComponent
public limit: number = 5000
+ public showJumpToBottom = false
+
private readonly limitChange$ = new Subject()
- @ViewChild('logContainer') logContainer: CdkVirtualScrollViewport
+ @ViewChild('logContainer') logContainer: ElementRef
ngOnInit(): void {
this.limitChange$
@@ -89,6 +86,7 @@ export class LogsComponent
reloadLogs() {
this.loading = true
+ const shouldStickToBottom = this.isNearBottom()
this.logService
.get(this.activeLog, this.limit)
.pipe(takeUntil(this.unsubscribeNotifier))
@@ -108,7 +106,10 @@ export class LogsComponent
})
if (hasChanges) {
this.logs = parsed
- this.scrollToBottom()
+ if (shouldStickToBottom) {
+ this.scrollToBottom()
+ }
+ this.showJumpToBottom = !shouldStickToBottom
}
},
error: () => {
@@ -142,9 +143,25 @@ export class LogsComponent
}
scrollToBottom(): void {
- this.changedetectorRef.detectChanges()
- if (this.logContainer) {
- this.logContainer.scrollToIndex(this.logs.length - 1)
+ const viewport = this.logContainer?.nativeElement
+ if (!viewport) {
+ return
}
+ this.changedetectorRef.detectChanges()
+ viewport.scrollTop = viewport.scrollHeight
+ this.showJumpToBottom = false
+ }
+
+ private isNearBottom(): boolean {
+ if (!this.logContainer?.nativeElement) return true
+ const distanceFromBottom =
+ this.logContainer.nativeElement.scrollHeight -
+ this.logContainer.nativeElement.scrollTop -
+ this.logContainer.nativeElement.clientHeight
+ return distanceFromBottom <= 40
+ }
+
+ onScroll(): void {
+ this.showJumpToBottom = !this.isNearBottom()
}
}
From f7da273ab740c20d5361dcfa54d371482482fdb3 Mon Sep 17 00:00:00 2001
From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 21 Nov 2025 23:54:02 +0000
Subject: [PATCH 4/6] Auto translate strings
---
src-ui/messages.xlf | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 273393b46..428420a0c 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -713,7 +713,7 @@
src/app/components/admin/logs/logs.component.html
- 53
+ 48
src/app/components/admin/tasks/tasks.component.html
@@ -812,6 +812,13 @@
28
+
+ Jump to bottom
+
+ src/app/components/admin/logs/logs.component.html
+ 60
+
+
Options to customize appearance, notifications and more. Settings apply to the <strong>current user only</strong>.
From 5036aa1ea31246c2ceca3498e0c300aad8eff649 Mon Sep 17 00:00:00 2001
From: Trenton H <797416+stumpylog@users.noreply.github.com>
Date: Fri, 21 Nov 2025 18:08:47 -0800
Subject: [PATCH 5/6] Feature: Upgrade underlying Docker image to Trixie
(#10562)
---
.devcontainer/Dockerfile | 28 ++--------------------------
Dockerfile | 22 ++++------------------
2 files changed, 6 insertions(+), 44 deletions(-)
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index fd6448e9b..ba7b192d3 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
-FROM --platform=$BUILDPLATFORM docker.io/node:20-bookworm-slim as main-app
+FROM --platform=$BUILDPLATFORM docker.io/node:20-trixie-slim as main-app
ARG DEBIAN_FRONTEND=noninteractive
@@ -9,8 +9,6 @@ ARG TARGETARCH
# Can be workflow provided, defaults set for manual building
ARG JBIG2ENC_VERSION=0.29
-ARG QPDF_VERSION=11.9.0
-ARG GS_VERSION=10.03.1
# Set Python environment variables
ENV PYTHONDONTWRITEBYTECODE=1 \
@@ -88,32 +86,10 @@ COPY --from=ghcr.io/astral-sh/uv:0.7.8 /uv /bin/uv
RUN set -eux \
&& echo "Installing pre-built updates" \
- && echo "Installing qpdf ${QPDF_VERSION}" \
- && curl --fail --silent --show-error --location \
- --output libqpdf29_${QPDF_VERSION}-1_${TARGETARCH}.deb \
- https://github.com/paperless-ngx/builder/releases/download/qpdf-${QPDF_VERSION}/libqpdf29_${QPDF_VERSION}-1_${TARGETARCH}.deb \
- && curl --fail --silent --show-error --location \
- --output qpdf_${QPDF_VERSION}-1_${TARGETARCH}.deb \
- https://github.com/paperless-ngx/builder/releases/download/qpdf-${QPDF_VERSION}/qpdf_${QPDF_VERSION}-1_${TARGETARCH}.deb \
- && dpkg --install ./libqpdf29_${QPDF_VERSION}-1_${TARGETARCH}.deb \
- && dpkg --install ./qpdf_${QPDF_VERSION}-1_${TARGETARCH}.deb \
- && echo "Installing Ghostscript ${GS_VERSION}" \
- && curl --fail --silent --show-error --location \
- --output libgs10_${GS_VERSION}.dfsg-1_${TARGETARCH}.deb \
- https://github.com/paperless-ngx/builder/releases/download/ghostscript-${GS_VERSION}/libgs10_${GS_VERSION}.dfsg-1_${TARGETARCH}.deb \
- && curl --fail --silent --show-error --location \
- --output ghostscript_${GS_VERSION}.dfsg-1_${TARGETARCH}.deb \
- https://github.com/paperless-ngx/builder/releases/download/ghostscript-${GS_VERSION}/ghostscript_${GS_VERSION}.dfsg-1_${TARGETARCH}.deb \
- && curl --fail --silent --show-error --location \
- --output libgs10-common_${GS_VERSION}.dfsg-1_all.deb \
- https://github.com/paperless-ngx/builder/releases/download/ghostscript-${GS_VERSION}/libgs10-common_${GS_VERSION}.dfsg-1_all.deb \
- && dpkg --install ./libgs10-common_${GS_VERSION}.dfsg-1_all.deb \
- && dpkg --install ./libgs10_${GS_VERSION}.dfsg-1_${TARGETARCH}.deb \
- && dpkg --install ./ghostscript_${GS_VERSION}.dfsg-1_${TARGETARCH}.deb \
&& echo "Installing jbig2enc" \
&& curl --fail --silent --show-error --location \
--output jbig2enc_${JBIG2ENC_VERSION}-1_${TARGETARCH}.deb \
- https://github.com/paperless-ngx/builder/releases/download/jbig2enc-${JBIG2ENC_VERSION}/jbig2enc_${JBIG2ENC_VERSION}-1_${TARGETARCH}.deb \
+ https://github.com/paperless-ngx/builder/releases/download/jbig2enc-trixie-v${JBIG2ENC_VERSION}/jbig2enc_${JBIG2ENC_VERSION}-1_${TARGETARCH}.deb \
&& dpkg --install ./jbig2enc_${JBIG2ENC_VERSION}-1_${TARGETARCH}.deb
# setup docker-specific things
diff --git a/Dockerfile b/Dockerfile
index 61c6a63a2..6cedb9ba4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@
# Purpose: Compiles the frontend
# Notes:
# - Does PNPM stuff with Typescript and such
-FROM --platform=$BUILDPLATFORM docker.io/node:20-bookworm-slim AS compile-frontend
+FROM --platform=$BUILDPLATFORM docker.io/node:20-trixie-slim AS compile-frontend
COPY ./src-ui /src/src-ui
@@ -32,7 +32,7 @@ RUN set -eux \
# Purpose: Installs s6-overlay and rootfs
# Comments:
# - Don't leave anything extra in here either
-FROM ghcr.io/astral-sh/uv:0.9.10-python3.12-bookworm-slim AS s6-overlay-base
+FROM ghcr.io/astral-sh/uv:0.9.10-python3.12-trixie-slim AS s6-overlay-base
WORKDIR /usr/src/s6
@@ -102,8 +102,6 @@ ARG TARGETARCH
# Can be workflow provided, defaults set for manual building
ARG JBIG2ENC_VERSION=0.30
-ARG QPDF_VERSION=11.9.0
-ARG GS_VERSION=10.03.1
# Set Python environment variables
ENV PYTHONDONTWRITEBYTECODE=1 \
@@ -170,20 +168,8 @@ RUN set -eux \
&& apt-get update \
&& apt-get install --yes --quiet --no-install-recommends ${RUNTIME_PACKAGES} \
&& echo "Installing pre-built updates" \
- && curl --fail --silent --no-progress-meter --show-error --location --remote-name-all --parallel --parallel-max 4 \
- https://github.com/paperless-ngx/builder/releases/download/qpdf-${QPDF_VERSION}/libqpdf29_${QPDF_VERSION}-1_${TARGETARCH}.deb \
- https://github.com/paperless-ngx/builder/releases/download/qpdf-${QPDF_VERSION}/qpdf_${QPDF_VERSION}-1_${TARGETARCH}.deb \
- https://github.com/paperless-ngx/builder/releases/download/ghostscript-${GS_VERSION}/libgs10_${GS_VERSION}.dfsg-1_${TARGETARCH}.deb \
- https://github.com/paperless-ngx/builder/releases/download/ghostscript-${GS_VERSION}/ghostscript_${GS_VERSION}.dfsg-1_${TARGETARCH}.deb \
- https://github.com/paperless-ngx/builder/releases/download/ghostscript-${GS_VERSION}/libgs10-common_${GS_VERSION}.dfsg-1_all.deb \
- https://github.com/paperless-ngx/builder/releases/download/jbig2enc-${JBIG2ENC_VERSION}/jbig2enc_${JBIG2ENC_VERSION}-1_${TARGETARCH}.deb \
- && echo "Installing qpdf ${QPDF_VERSION}" \
- && dpkg --install ./libqpdf29_${QPDF_VERSION}-1_${TARGETARCH}.deb \
- && dpkg --install ./qpdf_${QPDF_VERSION}-1_${TARGETARCH}.deb \
- && echo "Installing Ghostscript ${GS_VERSION}" \
- && dpkg --install ./libgs10-common_${GS_VERSION}.dfsg-1_all.deb \
- && dpkg --install ./libgs10_${GS_VERSION}.dfsg-1_${TARGETARCH}.deb \
- && dpkg --install ./ghostscript_${GS_VERSION}.dfsg-1_${TARGETARCH}.deb \
+ && curl --fail --silent --no-progress-meter --show-error --location --remote-name-all \
+ https://github.com/paperless-ngx/builder/releases/download/jbig2enc-trixie-v${JBIG2ENC_VERSION}/jbig2enc_${JBIG2ENC_VERSION}-1_${TARGETARCH}.deb \
&& echo "Installing jbig2enc" \
&& dpkg --install ./jbig2enc_${JBIG2ENC_VERSION}-1_${TARGETARCH}.deb \
&& echo "Configuring imagemagick" \
From 85a2a0a4167ecf3d8fdd421e0bf34656b0743d08 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 22 Nov 2025 17:45:22 +0000
Subject: [PATCH 6/6] New Crowdin translations by GitHub Action (#11399)
---
src-ui/src/locale/messages.af_ZA.xlf | 204 ++++---
src-ui/src/locale/messages.ar_AR.xlf | 204 ++++---
src-ui/src/locale/messages.be_BY.xlf | 204 ++++---
src-ui/src/locale/messages.bg_BG.xlf | 204 ++++---
src-ui/src/locale/messages.ca_ES.xlf | 204 ++++---
src-ui/src/locale/messages.cs_CZ.xlf | 204 ++++---
src-ui/src/locale/messages.da_DK.xlf | 204 ++++---
src-ui/src/locale/messages.de_DE.xlf | 208 ++++---
src-ui/src/locale/messages.el_GR.xlf | 204 ++++---
src-ui/src/locale/messages.es_ES.xlf | 204 ++++---
src-ui/src/locale/messages.et_EE.xlf | 204 ++++---
src-ui/src/locale/messages.fa_IR.xlf | 204 ++++---
src-ui/src/locale/messages.fi_FI.xlf | 204 ++++---
src-ui/src/locale/messages.fr_FR.xlf | 204 ++++---
src-ui/src/locale/messages.he_IL.xlf | 204 ++++---
src-ui/src/locale/messages.hr_HR.xlf | 204 ++++---
src-ui/src/locale/messages.hu_HU.xlf | 204 ++++---
src-ui/src/locale/messages.id_ID.xlf | 204 ++++---
src-ui/src/locale/messages.it_IT.xlf | 204 ++++---
src-ui/src/locale/messages.ja_JP.xlf | 204 ++++---
src-ui/src/locale/messages.ko_KR.xlf | 204 ++++---
src-ui/src/locale/messages.lb_LU.xlf | 204 ++++---
src-ui/src/locale/messages.lt_LT.xlf | 204 ++++---
src-ui/src/locale/messages.lv_LV.xlf | 204 ++++---
src-ui/src/locale/messages.mk_MK.xlf | 204 ++++---
src-ui/src/locale/messages.ms_MY.xlf | 204 ++++---
src-ui/src/locale/messages.nl_NL.xlf | 204 ++++---
src-ui/src/locale/messages.no_NO.xlf | 204 ++++---
src-ui/src/locale/messages.pl_PL.xlf | 204 ++++---
src-ui/src/locale/messages.pt_BR.xlf | 204 ++++---
src-ui/src/locale/messages.pt_PT.xlf | 204 ++++---
src-ui/src/locale/messages.ro_RO.xlf | 204 ++++---
src-ui/src/locale/messages.ru_RU.xlf | 204 ++++---
src-ui/src/locale/messages.sk_SK.xlf | 204 ++++---
src-ui/src/locale/messages.sl_SI.xlf | 204 ++++---
src-ui/src/locale/messages.sr_CS.xlf | 204 ++++---
src-ui/src/locale/messages.sv_SE.xlf | 204 ++++---
src-ui/src/locale/messages.th_TH.xlf | 204 ++++---
src-ui/src/locale/messages.tr_TR.xlf | 753 +++++++++++++------------
src-ui/src/locale/messages.uk_UA.xlf | 204 ++++---
src-ui/src/locale/messages.vi_VN.xlf | 208 ++++---
src-ui/src/locale/messages.zh_CN.xlf | 204 ++++---
src-ui/src/locale/messages.zh_TW.xlf | 214 ++++---
src/locale/ar_AR/LC_MESSAGES/django.po | 10 +-
src/locale/ca_ES/LC_MESSAGES/django.po | 2 +-
src/locale/de_DE/LC_MESSAGES/django.po | 12 +-
src/locale/tr_TR/LC_MESSAGES/django.po | 34 +-
src/locale/zh_TW/LC_MESSAGES/django.po | 2 +-
48 files changed, 5473 insertions(+), 3926 deletions(-)
diff --git a/src-ui/src/locale/messages.af_ZA.xlf b/src-ui/src/locale/messages.af_ZA.xlf
index 0bc9fced5..0e4195481 100644
--- a/src-ui/src/locale/messages.af_ZA.xlf
+++ b/src-ui/src/locale/messages.af_ZA.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Sluit
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Vorige
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Volgende
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Vorige maand
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Volgende maand
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Sluit
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Kies maand
@@ -90,7 +90,7 @@
src/app/components/admin/logs/logs.component.html
- 53
+ 48
src/app/components/admin/tasks/tasks.component.html
@@ -886,6 +886,14 @@
Laai tans…
+
+ Jump to bottom
+
+ src/app/components/admin/logs/logs.component.html
+ 60
+
+ Jump to bottom
+
Options to customize appearance, notifications and more. Settings apply to the <strong>current user only</strong>.
@@ -1274,7 +1282,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 192
+ 208
Gevorderde soektog
@@ -3658,7 +3666,7 @@
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 106
+ 111
src/app/components/common/input/date/date.component.html
@@ -3822,18 +3830,6 @@
Relative dates
-
- now
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 29
-
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 105
-
- nou
-
From
@@ -3882,11 +3878,19 @@
Toegevoeg
+
+ now
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.html
+ 169
+
+ nou
+
Within 1 week
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 76
+ 81
Within 1 week
@@ -3894,7 +3898,7 @@
Within 1 month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 81
+ 86
Within 1 month
@@ -3902,7 +3906,7 @@
Within 3 months
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 86
+ 91
Within 3 months
@@ -3910,7 +3914,7 @@
Within 1 year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 91
+ 96
Within 1 year
@@ -3918,7 +3922,7 @@
This year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 96
+ 101
This year
@@ -3926,7 +3930,7 @@
This month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 101
+ 106
This month
@@ -3934,7 +3938,7 @@
Yesterday
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 111
+ 116
src/app/pipes/custom-date.pipe.ts
@@ -3942,6 +3946,38 @@
Yesterday
+
+ Previous week
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 121
+
+ Previous week
+
+
+ Previous month
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 135
+
+ Previous month
+
+
+ Previous quarter
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 141
+
+ Previous quarter
+
+
+ Previous year
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 155
+
+ Previous year
+
Matching algorithm
@@ -5882,7 +5918,7 @@
Not assigned
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 90
+ 95
Filter drop down element to filter for documents with no correspondent/type/tag assigned
Nie toegewys nie
@@ -5891,7 +5927,7 @@
Open filter
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 748
+ 767
Open filter
@@ -7506,7 +7542,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 179
+ 195
src/app/data/document.ts
@@ -8130,7 +8166,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 187
+ 203
Custom fields
@@ -8818,7 +8854,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 184
+ 200
src/app/data/document.ts
@@ -9038,7 +9074,7 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 182
+ 198
Titel & inhoud
@@ -9046,7 +9082,7 @@
File type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 189
+ 205
File type
@@ -9054,7 +9090,7 @@
More like
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 198
+ 214
Meer soos
@@ -9062,7 +9098,7 @@
equals
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 204
+ 220
gelyk aan
@@ -9070,7 +9106,7 @@
is empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 208
+ 224
is leeg
@@ -9078,7 +9114,7 @@
is not empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 212
+ 228
is nie leeg nie
@@ -9086,7 +9122,7 @@
greater than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 216
+ 232
groter as
@@ -9094,7 +9130,7 @@
less than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 220
+ 236
kleiner as
@@ -9102,7 +9138,7 @@
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 261,265
+ 277,281
Correspondent:
@@ -9110,7 +9146,7 @@
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 267
+ 283
Sonder korrespondent
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Sonder dokumenttipe
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Without storage path
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Sonder enige etiket
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Titel:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Eienaar:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Eienaar nie in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Sonder ’n eienaar
diff --git a/src-ui/src/locale/messages.ar_AR.xlf b/src-ui/src/locale/messages.ar_AR.xlf
index 83620d77a..7aa6ba72d 100644
--- a/src-ui/src/locale/messages.ar_AR.xlf
+++ b/src-ui/src/locale/messages.ar_AR.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
إغلاق
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
السابق
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
التالي
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
الشهر السابق
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
الشهر التالي
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
إغلاق
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
تحديد الشهر
@@ -90,7 +90,7 @@
src/app/components/admin/logs/logs.component.html
- 53
+ 48
src/app/components/admin/tasks/tasks.component.html
@@ -886,6 +886,14 @@
تحميل...
+
+ Jump to bottom
+
+ src/app/components/admin/logs/logs.component.html
+ 60
+
+ Jump to bottom
+
Options to customize appearance, notifications and more. Settings apply to the <strong>current user only</strong>.
@@ -1274,7 +1282,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 192
+ 208
بحث متقدم
@@ -3658,7 +3666,7 @@
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 106
+ 111
src/app/components/common/input/date/date.component.html
@@ -3822,18 +3830,6 @@
Relative dates
-
- now
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 29
-
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 105
-
- الآن
-
From
@@ -3882,11 +3878,19 @@
أضيف
+
+ now
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.html
+ 169
+
+ الآن
+
Within 1 week
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 76
+ 81
Within 1 week
@@ -3894,7 +3898,7 @@
Within 1 month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 81
+ 86
Within 1 month
@@ -3902,7 +3906,7 @@
Within 3 months
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 86
+ 91
Within 3 months
@@ -3910,7 +3914,7 @@
Within 1 year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 91
+ 96
Within 1 year
@@ -3918,7 +3922,7 @@
This year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 96
+ 101
This year
@@ -3926,7 +3930,7 @@
This month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 101
+ 106
This month
@@ -3934,7 +3938,7 @@
Yesterday
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 111
+ 116
src/app/pipes/custom-date.pipe.ts
@@ -3942,6 +3946,38 @@
Yesterday
+
+ Previous week
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 121
+
+ Previous week
+
+
+ Previous month
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 135
+
+ Previous month
+
+
+ Previous quarter
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 141
+
+ Previous quarter
+
+
+ Previous year
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 155
+
+ Previous year
+
Matching algorithm
@@ -5882,7 +5918,7 @@
Not assigned
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 90
+ 95
Filter drop down element to filter for documents with no correspondent/type/tag assigned
غير معين
@@ -5891,7 +5927,7 @@
Open filter
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 748
+ 767
فتح المرشح
@@ -7506,7 +7542,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 179
+ 195
src/app/data/document.ts
@@ -8130,7 +8166,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 187
+ 203
حقول مخصصة
@@ -8818,7 +8854,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 184
+ 200
src/app/data/document.ts
@@ -9038,7 +9074,7 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 182
+ 198
العنوان & المحتوى
@@ -9046,7 +9082,7 @@
File type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 189
+ 205
File type
@@ -9054,7 +9090,7 @@
More like
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 198
+ 214
أكثر مثله
@@ -9062,7 +9098,7 @@
equals
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 204
+ 220
يساوي
@@ -9070,7 +9106,7 @@
is empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 208
+ 224
فارغ
@@ -9078,7 +9114,7 @@
is not empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 212
+ 228
غير فارغ
@@ -9086,7 +9122,7 @@
greater than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 216
+ 232
أكبر من
@@ -9094,7 +9130,7 @@
less than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 220
+ 236
أقل من
@@ -9102,7 +9138,7 @@
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 261,265
+ 277,281
Correspondent:
@@ -9110,7 +9146,7 @@
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 267
+ 283
بدون مراسل
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
بدون نوع المستند
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
بدون مسار التخزين
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
بلا أي وسم
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
طلب الحقول المخصصة
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
العنوان:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
المالك:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
المالك ليس في:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
بدون مالك
diff --git a/src-ui/src/locale/messages.be_BY.xlf b/src-ui/src/locale/messages.be_BY.xlf
index 21638825e..43609cfca 100644
--- a/src-ui/src/locale/messages.be_BY.xlf
+++ b/src-ui/src/locale/messages.be_BY.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Закрыць
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Папярэдняя
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Наступная
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Папярэдні месяц
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Наступны месяц
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Закрыць
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Абраць месяц
@@ -90,7 +90,7 @@
src/app/components/admin/logs/logs.component.html
- 53
+ 48
src/app/components/admin/tasks/tasks.component.html
@@ -886,6 +886,14 @@
Загрузка...
+
+ Jump to bottom
+
+ src/app/components/admin/logs/logs.component.html
+ 60
+
+ Jump to bottom
+
Options to customize appearance, notifications and more. Settings apply to the <strong>current user only</strong>.
@@ -1274,7 +1282,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 192
+ 208
Пашыраны пошук
@@ -3658,7 +3666,7 @@
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 106
+ 111
src/app/components/common/input/date/date.component.html
@@ -3822,18 +3830,6 @@
Relative dates
-
- now
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 29
-
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 105
-
- now
-
From
@@ -3882,11 +3878,19 @@
Дададзена
+
+ now
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.html
+ 169
+
+ now
+
Within 1 week
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 76
+ 81
Within 1 week
@@ -3894,7 +3898,7 @@
Within 1 month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 81
+ 86
Within 1 month
@@ -3902,7 +3906,7 @@
Within 3 months
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 86
+ 91
Within 3 months
@@ -3910,7 +3914,7 @@
Within 1 year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 91
+ 96
Within 1 year
@@ -3918,7 +3922,7 @@
This year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 96
+ 101
This year
@@ -3926,7 +3930,7 @@
This month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 101
+ 106
This month
@@ -3934,7 +3938,7 @@
Yesterday
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 111
+ 116
src/app/pipes/custom-date.pipe.ts
@@ -3942,6 +3946,38 @@
Yesterday
+
+ Previous week
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 121
+
+ Previous week
+
+
+ Previous month
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 135
+
+ Previous month
+
+
+ Previous quarter
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 141
+
+ Previous quarter
+
+
+ Previous year
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 155
+
+ Previous year
+
Matching algorithm
@@ -5882,7 +5918,7 @@
Not assigned
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 90
+ 95
Filter drop down element to filter for documents with no correspondent/type/tag assigned
Не прызначана
@@ -5891,7 +5927,7 @@
Open filter
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 748
+ 767
Open filter
@@ -7506,7 +7542,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 179
+ 195
src/app/data/document.ts
@@ -8130,7 +8166,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 187
+ 203
Custom fields
@@ -8818,7 +8854,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 184
+ 200
src/app/data/document.ts
@@ -9038,7 +9074,7 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 182
+ 198
Назва & змест
@@ -9046,7 +9082,7 @@
File type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 189
+ 205
File type
@@ -9054,7 +9090,7 @@
More like
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 198
+ 214
Больш падобных
@@ -9062,7 +9098,7 @@
equals
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 204
+ 220
супадае з
@@ -9070,7 +9106,7 @@
is empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 208
+ 224
пусты
@@ -9078,7 +9114,7 @@
is not empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 212
+ 228
не пусты
@@ -9086,7 +9122,7 @@
greater than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 216
+ 232
большы за
@@ -9094,7 +9130,7 @@
less than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 220
+ 236
менш за
@@ -9102,7 +9138,7 @@
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 261,265
+ 277,281
Correspondent:
@@ -9110,7 +9146,7 @@
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 267
+ 283
Без карэспандэнта
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Без тыпу дакумента
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Without storage path
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Без усялякага тэга
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Назва:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Owner:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Without an owner
diff --git a/src-ui/src/locale/messages.bg_BG.xlf b/src-ui/src/locale/messages.bg_BG.xlf
index 94ce051ab..039ae4934 100644
--- a/src-ui/src/locale/messages.bg_BG.xlf
+++ b/src-ui/src/locale/messages.bg_BG.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Затвори
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Назад
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Напред
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Предишен месец
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Следващ месец
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Затвори
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Изберете месец
@@ -90,7 +90,7 @@
src/app/components/admin/logs/logs.component.html
- 53
+ 48
src/app/components/admin/tasks/tasks.component.html
@@ -886,6 +886,14 @@
Зареждане...
+
+ Jump to bottom
+
+ src/app/components/admin/logs/logs.component.html
+ 60
+
+ Jump to bottom
+
Options to customize appearance, notifications and more. Settings apply to the <strong>current user only</strong>.
@@ -1274,7 +1282,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 192
+ 208
Подробно търсене
@@ -3658,7 +3666,7 @@
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 106
+ 111
src/app/components/common/input/date/date.component.html
@@ -3822,18 +3830,6 @@
Относителни дати
-
- now
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 29
-
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 105
-
- сега
-
From
@@ -3882,11 +3878,19 @@
Добавен
+
+ now
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.html
+ 169
+
+ сега
+
Within 1 week
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 76
+ 81
В рамките на 1 седмица
@@ -3894,7 +3898,7 @@
Within 1 month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 81
+ 86
В рамките на 1 месец
@@ -3902,7 +3906,7 @@
Within 3 months
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 86
+ 91
В рамките на 3 месеца
@@ -3910,7 +3914,7 @@
Within 1 year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 91
+ 96
В рамките на 1 година
@@ -3918,7 +3922,7 @@
This year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 96
+ 101
Тази година
@@ -3926,7 +3930,7 @@
This month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 101
+ 106
Този месец
@@ -3934,7 +3938,7 @@
Yesterday
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 111
+ 116
src/app/pipes/custom-date.pipe.ts
@@ -3942,6 +3946,38 @@
Вчера
+
+ Previous week
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 121
+
+ Previous week
+
+
+ Previous month
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 135
+
+ Previous month
+
+
+ Previous quarter
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 141
+
+ Previous quarter
+
+
+ Previous year
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 155
+
+ Previous year
+
Matching algorithm
@@ -5882,7 +5918,7 @@
Not assigned
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 90
+ 95
Filter drop down element to filter for documents with no correspondent/type/tag assigned
Не е зададен
@@ -5891,7 +5927,7 @@
Open filter
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 748
+ 767
Отвори филтър
@@ -7506,7 +7542,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 179
+ 195
src/app/data/document.ts
@@ -8130,7 +8166,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 187
+ 203
Персонализирани полета
@@ -8818,7 +8854,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 184
+ 200
src/app/data/document.ts
@@ -9038,7 +9074,7 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 182
+ 198
Заглавие & съдържание
@@ -9046,7 +9082,7 @@
File type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 189
+ 205
Тип файл
@@ -9054,7 +9090,7 @@
More like
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 198
+ 214
Още като
@@ -9062,7 +9098,7 @@
equals
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 204
+ 220
е равно на
@@ -9070,7 +9106,7 @@
is empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 208
+ 224
е празно
@@ -9078,7 +9114,7 @@
is not empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 212
+ 228
не е празно
@@ -9086,7 +9122,7 @@
greater than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 216
+ 232
по-голямо от
@@ -9094,7 +9130,7 @@
less than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 220
+ 236
по-малко от
@@ -9102,7 +9138,7 @@
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 261,265
+ 277,281
Кореспондент:
@@ -9110,7 +9146,7 @@
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 267
+ 283
Без кореспондент
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Тип документ:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Без тип на документа
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Път за съхранение:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Без път за съхранение
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Етикет:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Без никакъв етикет
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Заявка за персонализирани полета
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Заглавие:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
Архивен номер:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Собственик:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Собственикът не е в:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Без собственик
diff --git a/src-ui/src/locale/messages.ca_ES.xlf b/src-ui/src/locale/messages.ca_ES.xlf
index 492ecc9b7..3f527999d 100644
--- a/src-ui/src/locale/messages.ca_ES.xlf
+++ b/src-ui/src/locale/messages.ca_ES.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Tanca
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Anterior
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Següent
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Mes anterior
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Mes següent
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Tanca
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Seleccioneu mes
@@ -90,7 +90,7 @@
src/app/components/admin/logs/logs.component.html
- 53
+ 48
src/app/components/admin/tasks/tasks.component.html
@@ -886,6 +886,14 @@
Carregant...
+
+ Jump to bottom
+
+ src/app/components/admin/logs/logs.component.html
+ 60
+
+ Jump to bottom
+
Options to customize appearance, notifications and more. Settings apply to the <strong>current user only</strong>.
@@ -1274,7 +1282,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 192
+ 208
Cerca avançada
@@ -3658,7 +3666,7 @@
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 106
+ 111
src/app/components/common/input/date/date.component.html
@@ -3822,18 +3830,6 @@
Dates relatives
-
- now
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 29
-
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 105
-
- ara
-
From
@@ -3882,11 +3878,19 @@
Afegit
+
+ now
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.html
+ 169
+
+ ara
+
Within 1 week
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 76
+ 81
En 1 setmana
@@ -3894,7 +3898,7 @@
Within 1 month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 81
+ 86
En 1 mes
@@ -3902,7 +3906,7 @@
Within 3 months
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 86
+ 91
En 3 mesos
@@ -3910,7 +3914,7 @@
Within 1 year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 91
+ 96
En 1 any
@@ -3918,7 +3922,7 @@
This year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 96
+ 101
Aquest any
@@ -3926,7 +3930,7 @@
This month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 101
+ 106
Aquest mes
@@ -3934,7 +3938,7 @@
Yesterday
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 111
+ 116
src/app/pipes/custom-date.pipe.ts
@@ -3942,6 +3946,38 @@
Ahir
+
+ Previous week
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 121
+
+ Setmana anterior
+
+
+ Previous month
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 135
+
+ Mes anterior
+
+
+ Previous quarter
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 141
+
+ Quatrimestre Ant
+
+
+ Previous year
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 155
+
+ Any passat
+
Matching algorithm
@@ -5882,7 +5918,7 @@
Not assigned
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 90
+ 95
Filter drop down element to filter for documents with no correspondent/type/tag assigned
No assignat
@@ -5891,7 +5927,7 @@
Open filter
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 748
+ 767
Obrir filtre
@@ -7506,7 +7542,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 179
+ 195
src/app/data/document.ts
@@ -8130,7 +8166,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 187
+ 203
Camps personalitzats
@@ -8818,7 +8854,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 184
+ 200
src/app/data/document.ts
@@ -9038,7 +9074,7 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 182
+ 198
Títol i contingut
@@ -9046,7 +9082,7 @@
File type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 189
+ 205
Tipus de fitxer
@@ -9054,7 +9090,7 @@
More like
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 198
+ 214
Més com
@@ -9062,7 +9098,7 @@
equals
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 204
+ 220
és igual a
@@ -9070,7 +9106,7 @@
is empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 208
+ 224
està buit
@@ -9078,7 +9114,7 @@
is not empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 212
+ 228
no està buit
@@ -9086,7 +9122,7 @@
greater than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 216
+ 232
més gran que
@@ -9094,7 +9130,7 @@
less than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 220
+ 236
més petit que
@@ -9102,7 +9138,7 @@
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 261,265
+ 277,281
Corresponsal:
@@ -9110,7 +9146,7 @@
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 267
+ 283
Sense corresponsal
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Tipus Document:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Sense tipus de document
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Ruta Emmagazematge:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Sense ruta emmagatzematge
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Etiqueta:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Sense cap etiqueta
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Consulta de camps personalitzats
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Títol:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Propietari:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Propietari no és:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Sense propietari
diff --git a/src-ui/src/locale/messages.cs_CZ.xlf b/src-ui/src/locale/messages.cs_CZ.xlf
index d47817703..d97b2b1ff 100644
--- a/src-ui/src/locale/messages.cs_CZ.xlf
+++ b/src-ui/src/locale/messages.cs_CZ.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Zavřít
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Předchozí
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Následující
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Předchozí měsíc
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Následující měsíc
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Zavřít
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Vybrat měsíc
@@ -90,7 +90,7 @@
src/app/components/admin/logs/logs.component.html
- 53
+ 48
src/app/components/admin/tasks/tasks.component.html
@@ -886,6 +886,14 @@
Načítání...
+
+ Jump to bottom
+
+ src/app/components/admin/logs/logs.component.html
+ 60
+
+ Jump to bottom
+
Options to customize appearance, notifications and more. Settings apply to the <strong>current user only</strong>.
@@ -1274,7 +1282,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 192
+ 208
Pokročilé vyhledávání
@@ -3658,7 +3666,7 @@
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 106
+ 111
src/app/components/common/input/date/date.component.html
@@ -3822,18 +3830,6 @@
Relativní datum
-
- now
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 29
-
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 105
-
- nyní
-
From
@@ -3882,11 +3878,19 @@
Přidáno
+
+ now
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.html
+ 169
+
+ nyní
+
Within 1 week
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 76
+ 81
Během 1 týdne
@@ -3894,7 +3898,7 @@
Within 1 month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 81
+ 86
Během 1 měsíce
@@ -3902,7 +3906,7 @@
Within 3 months
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 86
+ 91
Během 3 měsíců
@@ -3910,7 +3914,7 @@
Within 1 year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 91
+ 96
Během 1 roku
@@ -3918,7 +3922,7 @@
This year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 96
+ 101
Tento rok
@@ -3926,7 +3930,7 @@
This month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 101
+ 106
Tento měsíc
@@ -3934,7 +3938,7 @@
Yesterday
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 111
+ 116
src/app/pipes/custom-date.pipe.ts
@@ -3942,6 +3946,38 @@
Včera
+
+ Previous week
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 121
+
+ Previous week
+
+
+ Previous month
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 135
+
+ Previous month
+
+
+ Previous quarter
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 141
+
+ Previous quarter
+
+
+ Previous year
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 155
+
+ Previous year
+
Matching algorithm
@@ -5882,7 +5918,7 @@
Not assigned
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 90
+ 95
Filter drop down element to filter for documents with no correspondent/type/tag assigned
Nepřiřazeno
@@ -5891,7 +5927,7 @@
Open filter
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 748
+ 767
Otevřít filtr
@@ -7506,7 +7542,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 179
+ 195
src/app/data/document.ts
@@ -8130,7 +8166,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 187
+ 203
Vlastní pole
@@ -8817,7 +8853,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 184
+ 200
src/app/data/document.ts
@@ -9037,7 +9073,7 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 182
+ 198
Název a obsah
@@ -9045,7 +9081,7 @@
File type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 189
+ 205
Typ souboru
@@ -9053,7 +9089,7 @@
More like
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 198
+ 214
Podobné
@@ -9061,7 +9097,7 @@
equals
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 204
+ 220
rovná se
@@ -9069,7 +9105,7 @@
is empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 208
+ 224
je prázdný
@@ -9077,7 +9113,7 @@
is not empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 212
+ 228
není prázdný
@@ -9085,7 +9121,7 @@
greater than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 216
+ 232
větší než
@@ -9093,7 +9129,7 @@
less than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 220
+ 236
menší než
@@ -9101,7 +9137,7 @@
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 261,265
+ 277,281
Korespondent:
@@ -9109,7 +9145,7 @@
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 267
+ 283
Bez korespondenta
@@ -9117,7 +9153,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Typ dokumentu:
@@ -9125,7 +9161,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Bez typu dokumentu
@@ -9133,7 +9169,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Cesta k úložišti:
@@ -9141,7 +9177,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Bez cesty k úložišti
@@ -9149,7 +9185,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Štítek:
@@ -9157,7 +9193,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Bez štítku
@@ -9165,7 +9201,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Dotaz na vlastní pole
@@ -9173,7 +9209,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Název:
@@ -9181,7 +9217,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
SČA:
@@ -9189,7 +9225,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Vlastník:
@@ -9197,7 +9233,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Vlastník není v:
@@ -9205,7 +9241,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Bez vlastníka
diff --git a/src-ui/src/locale/messages.da_DK.xlf b/src-ui/src/locale/messages.da_DK.xlf
index ced3c51a0..6fa7f7bdd 100644
--- a/src-ui/src/locale/messages.da_DK.xlf
+++ b/src-ui/src/locale/messages.da_DK.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Luk
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Forrige
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Næste
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Forrige måned
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Næste måned
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Luk
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Vælg måned
@@ -90,7 +90,7 @@
src/app/components/admin/logs/logs.component.html
- 53
+ 48
src/app/components/admin/tasks/tasks.component.html
@@ -886,6 +886,14 @@
Indlæser...
+
+ Jump to bottom
+
+ src/app/components/admin/logs/logs.component.html
+ 60
+
+ Jump to bottom
+
Options to customize appearance, notifications and more. Settings apply to the <strong>current user only</strong>.
@@ -1274,7 +1282,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 192
+ 208
Avanceret søgning
@@ -3658,7 +3666,7 @@
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 106
+ 111
src/app/components/common/input/date/date.component.html
@@ -3822,18 +3830,6 @@
Relative dates
-
- now
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 29
-
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 105
-
- now
-
From
@@ -3882,11 +3878,19 @@
Tilføjet
+
+ now
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.html
+ 169
+
+ now
+
Within 1 week
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 76
+ 81
Within 1 week
@@ -3894,7 +3898,7 @@
Within 1 month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 81
+ 86
Within 1 month
@@ -3902,7 +3906,7 @@
Within 3 months
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 86
+ 91
Within 3 months
@@ -3910,7 +3914,7 @@
Within 1 year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 91
+ 96
Within 1 year
@@ -3918,7 +3922,7 @@
This year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 96
+ 101
This year
@@ -3926,7 +3930,7 @@
This month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 101
+ 106
This month
@@ -3934,7 +3938,7 @@
Yesterday
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 111
+ 116
src/app/pipes/custom-date.pipe.ts
@@ -3942,6 +3946,38 @@
Yesterday
+
+ Previous week
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 121
+
+ Previous week
+
+
+ Previous month
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 135
+
+ Previous month
+
+
+ Previous quarter
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 141
+
+ Previous quarter
+
+
+ Previous year
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 155
+
+ Previous year
+
Matching algorithm
@@ -5882,7 +5918,7 @@
Not assigned
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 90
+ 95
Filter drop down element to filter for documents with no correspondent/type/tag assigned
Ikke tildelt
@@ -5891,7 +5927,7 @@
Open filter
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 748
+ 767
Open filter
@@ -7506,7 +7542,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 179
+ 195
src/app/data/document.ts
@@ -8130,7 +8166,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 187
+ 203
Custom fields
@@ -8818,7 +8854,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 184
+ 200
src/app/data/document.ts
@@ -9038,7 +9074,7 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 182
+ 198
Titel & indhold
@@ -9046,7 +9082,7 @@
File type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 189
+ 205
File type
@@ -9054,7 +9090,7 @@
More like
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 198
+ 214
Mere som
@@ -9062,7 +9098,7 @@
equals
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 204
+ 220
equals
@@ -9070,7 +9106,7 @@
is empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 208
+ 224
is empty
@@ -9078,7 +9114,7 @@
is not empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 212
+ 228
is not empty
@@ -9086,7 +9122,7 @@
greater than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 216
+ 232
greater than
@@ -9094,7 +9130,7 @@
less than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 220
+ 236
less than
@@ -9102,7 +9138,7 @@
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 261,265
+ 277,281
Correspondent:
@@ -9110,7 +9146,7 @@
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 267
+ 283
Uden korrespondent
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Uden dokumenttype
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Without storage path
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Uden nogen etiket
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Titel:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Owner:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Without an owner
diff --git a/src-ui/src/locale/messages.de_DE.xlf b/src-ui/src/locale/messages.de_DE.xlf
index a43edd5d3..323e4c6c6 100644
--- a/src-ui/src/locale/messages.de_DE.xlf
+++ b/src-ui/src/locale/messages.de_DE.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Schließen
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Vorherige
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Nächste
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Vorheriger Monat
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Nächster Monat
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Schließen
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Monat auswählen
@@ -90,7 +90,7 @@
src/app/components/admin/logs/logs.component.html
- 53
+ 48
src/app/components/admin/tasks/tasks.component.html
@@ -886,6 +886,14 @@
Wird geladen...
+
+ Jump to bottom
+
+ src/app/components/admin/logs/logs.component.html
+ 60
+
+ Nach unten
+
Options to customize appearance, notifications and more. Settings apply to the <strong>current user only</strong>.
@@ -1274,7 +1282,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 192
+ 208
Erweiterte Suche
@@ -3658,7 +3666,7 @@
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 106
+ 111
src/app/components/common/input/date/date.component.html
@@ -3822,18 +3830,6 @@
Relative Datumsangaben
-
- now
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 29
-
-
- src/app/components/common/dates-dropdown/dates-dropdown.component.html
- 105
-
- jetzt
-
From
@@ -3882,11 +3878,19 @@
Hinzugefügt am
+
+ now
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.html
+ 169
+
+ jetzt
+
Within 1 week
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 76
+ 81
Innerhalb einer Woche
@@ -3894,7 +3898,7 @@
Within 1 month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 81
+ 86
Innerhalb eines Monats
@@ -3902,7 +3906,7 @@
Within 3 months
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 86
+ 91
Innerhalb von 3 Monaten
@@ -3910,7 +3914,7 @@
Within 1 year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 91
+ 96
Innerhalb eines Jahres
@@ -3918,7 +3922,7 @@
This year
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 96
+ 101
Aktuelles Jahr
@@ -3926,7 +3930,7 @@
This month
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 101
+ 106
Aktueller Monat
@@ -3934,7 +3938,7 @@
Yesterday
src/app/components/common/dates-dropdown/dates-dropdown.component.ts
- 111
+ 116
src/app/pipes/custom-date.pipe.ts
@@ -3942,6 +3946,38 @@
Gestern
+
+ Previous week
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 121
+
+ Vorherige Woche
+
+
+ Previous month
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 135
+
+ Vorheriger Monat
+
+
+ Previous quarter
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 141
+
+ Vorheriges Quartal
+
+
+ Previous year
+
+ src/app/components/common/dates-dropdown/dates-dropdown.component.ts
+ 155
+
+ Vorheriges Jahr
+
Matching algorithm
@@ -5882,7 +5918,7 @@
Not assigned
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 90
+ 95
Filter drop down element to filter for documents with no correspondent/type/tag assigned
Nicht zugewiesen
@@ -5891,7 +5927,7 @@
Open filter
src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts
- 748
+ 767
Filter öffnen
@@ -7506,7 +7542,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 179
+ 195
src/app/data/document.ts
@@ -8130,7 +8166,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 187
+ 203
Benutzerdefinierte Felder
@@ -8715,7 +8751,7 @@
src/app/data/matching-model.ts
45
- Keiner
+ Keine
Sort
@@ -8817,7 +8853,7 @@
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 184
+ 200
src/app/data/document.ts
@@ -9037,7 +9073,7 @@
Title & content
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 182
+ 198
Titel & Inhalt
@@ -9045,7 +9081,7 @@
File type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 189
+ 205
Dateityp
@@ -9053,7 +9089,7 @@
More like
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 198
+ 214
Ähnlich zu
@@ -9061,7 +9097,7 @@
equals
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 204
+ 220
entspricht
@@ -9069,7 +9105,7 @@
is empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 208
+ 224
ist leer
@@ -9077,7 +9113,7 @@
is not empty
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 212
+ 228
ist nicht leer
@@ -9085,7 +9121,7 @@
greater than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 216
+ 232
größer als
@@ -9093,7 +9129,7 @@
less than
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 220
+ 236
kleiner als
@@ -9101,7 +9137,7 @@
Correspondent:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 261,265
+ 277,281
Korrespondent:
@@ -9109,7 +9145,7 @@
Without correspondent
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 267
+ 283
Ohne Korrespondent
@@ -9117,7 +9153,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Dokumenttyp:
@@ -9125,7 +9161,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Ohne Dokumenttyp
@@ -9133,7 +9169,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Speicherpfad:
@@ -9141,7 +9177,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Ohne Speicherpfad
@@ -9149,7 +9185,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9157,7 +9193,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Ohne Tag
@@ -9165,7 +9201,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Benutzerdefinierte Feldabfrage
@@ -9173,7 +9209,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Titel:
@@ -9181,7 +9217,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9189,7 +9225,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Eigentümer:
@@ -9197,7 +9233,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Eigentümer nicht in:
@@ -9205,7 +9241,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Ohne Eigentümer
@@ -10504,7 +10540,7 @@
src/app/data/matching-model.ts
46
- Keine: Automatische Zuweisung deaktivieren
+ Keiner: Automatische Zuweisung deaktivieren
General Settings
diff --git a/src-ui/src/locale/messages.el_GR.xlf b/src-ui/src/locale/messages.el_GR.xlf
index 36e3737d9..1dda7e456 100644
--- a/src-ui/src/locale/messages.el_GR.xlf
+++ b/src-ui/src/locale/messages.el_GR.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Κλείσιμο
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Προηγούμενο
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Επόμενο
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Προηγούμενος μήνας
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Επόμενος μήνας
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Κλείσιμο
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Επιλογή μήνα
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Χωρίς τύπο εγγράφου
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Χωρίς διαδρομή αποθήκευσης
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Χωρίς καμία ετικέτα
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Τίτλος:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Ιδιοκτήτης:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Ιδιοκτήτης όχι σε:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Χωρίς ιδιοκτήτη
diff --git a/src-ui/src/locale/messages.es_ES.xlf b/src-ui/src/locale/messages.es_ES.xlf
index e0d4e07b9..c7d572970 100644
--- a/src-ui/src/locale/messages.es_ES.xlf
+++ b/src-ui/src/locale/messages.es_ES.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Cerrar
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Anterior
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Siguiente
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Mes anterior
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Mes siguiente
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Cerrar
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Seleccionar mes
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Sin tipo de documento
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Sin ruta de almacenamiento
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Sin ninguna etiqueta
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Consulta de campos personalizados
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Título:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
NSA:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Propietario:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Propietario no en:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Sin un propietario
diff --git a/src-ui/src/locale/messages.et_EE.xlf b/src-ui/src/locale/messages.et_EE.xlf
index 498a30ef2..877fde361 100644
--- a/src-ui/src/locale/messages.et_EE.xlf
+++ b/src-ui/src/locale/messages.et_EE.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Close
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Previous
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Next
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Previous month
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Next month
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Close
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Select month
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Without document type
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Without storage path
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Without any tag
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Title:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Owner:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Without an owner
diff --git a/src-ui/src/locale/messages.fa_IR.xlf b/src-ui/src/locale/messages.fa_IR.xlf
index 8e8361bfa..517d89ab1 100644
--- a/src-ui/src/locale/messages.fa_IR.xlf
+++ b/src-ui/src/locale/messages.fa_IR.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
نزدیک
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
قبلی
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
طرف دیگر
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
ماه قبل
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
ماه بعد
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
نزدیک
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
ماه را انتخاب کنید
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
بدون نوع سند
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
بدون مسیر ذخیره سازی
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
بدون هیچ برچسب
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
پرس و جو زمینه های سفارشی
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Title:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Owner:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
بدون مالک
diff --git a/src-ui/src/locale/messages.fi_FI.xlf b/src-ui/src/locale/messages.fi_FI.xlf
index 0cf0b9de4..035ea7722 100644
--- a/src-ui/src/locale/messages.fi_FI.xlf
+++ b/src-ui/src/locale/messages.fi_FI.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Sulje
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Edellinen
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Seuraava
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Edellinen kuukausi
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Seuraava kuukausi
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Sulje
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Valitse kuukausi
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Ilman asiakirjatyyppiä
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Without storage path
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Ilman tunnistetta
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Otsikko:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Omistaja:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Without an owner
diff --git a/src-ui/src/locale/messages.fr_FR.xlf b/src-ui/src/locale/messages.fr_FR.xlf
index 93b0d4b96..9d13c5193 100644
--- a/src-ui/src/locale/messages.fr_FR.xlf
+++ b/src-ui/src/locale/messages.fr_FR.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Fermer
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Précédent
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Suivant
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Mois précédent
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Mois suivant
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Fermer
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Sélectionner le mois
@@ -90,7 +90,7 @@
@@ -9117,7 +9153,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Type de document :
@@ -9125,7 +9161,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Sans type de document
@@ -9133,7 +9169,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Chemin de stockage :
@@ -9141,7 +9177,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Sans chemin de stockage
@@ -9149,7 +9185,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Étiquette :
@@ -9157,7 +9193,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Sans étiquette
@@ -9165,7 +9201,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Champs personnalisés de requête
@@ -9173,7 +9209,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Titre :
@@ -9181,7 +9217,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
NSA :
@@ -9189,7 +9225,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Propriétaire :
@@ -9197,7 +9233,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Propriétaire non présent dans :
@@ -9205,7 +9241,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Sans propriétaire
diff --git a/src-ui/src/locale/messages.he_IL.xlf b/src-ui/src/locale/messages.he_IL.xlf
index feba8cfbe..5cb285e33 100644
--- a/src-ui/src/locale/messages.he_IL.xlf
+++ b/src-ui/src/locale/messages.he_IL.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
סגור
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
הקודם
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
הבא
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
חודש קודם
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
חודש הבא
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
שש
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
סגירה
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
בחירת חודש
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
סוג מסמך:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
ללא סוג מסמך
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
ללא נתיב אחסון
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
ללא תיוג
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
שאילתת שדות מותאמים אישית
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
כותרת:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
מס"ד:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
בעלים:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
הבעלים לא נכלל בתוך:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
ללא בעלים
diff --git a/src-ui/src/locale/messages.hr_HR.xlf b/src-ui/src/locale/messages.hr_HR.xlf
index f5329341e..beb9b3b1d 100644
--- a/src-ui/src/locale/messages.hr_HR.xlf
+++ b/src-ui/src/locale/messages.hr_HR.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Zatvori
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Prethodno
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Sljedeće
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Prethodni mjesec
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Sljedeći mjesec
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Zatvori
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Odaberi mjesec
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Without document type
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Without storage path
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Without any tag
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Title:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Owner:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Without an owner
diff --git a/src-ui/src/locale/messages.hu_HU.xlf b/src-ui/src/locale/messages.hu_HU.xlf
index 11a7663af..dd8e35c97 100644
--- a/src-ui/src/locale/messages.hu_HU.xlf
+++ b/src-ui/src/locale/messages.hu_HU.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Bezár
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Előző
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Következő
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Előző hónap
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
A következő hónapban
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Bezár
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Válassza ki a hónapot
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Dokumentumtípus:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Dokumentumtípus nélkül
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Tárolási útvonal:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Tárolási útvonal nélkül
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Címke:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Címke nélkül
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Egyéni mező lekérdezés
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Cím:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Tulajdonos:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
A tulajdonos nincs:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Tulajdonos nélkül
diff --git a/src-ui/src/locale/messages.id_ID.xlf b/src-ui/src/locale/messages.id_ID.xlf
index ba1a70a96..20dcf6f5a 100644
--- a/src-ui/src/locale/messages.id_ID.xlf
+++ b/src-ui/src/locale/messages.id_ID.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Tutup
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Sebelumnya
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Selanjutnya
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Bulan sebelumnya
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Bulan depan
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Tutup
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Pilih bulan
@@ -90,7 +90,7 @@
@@ -9117,7 +9153,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9125,7 +9161,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Tanpa tipe dokumen
@@ -9133,7 +9169,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9141,7 +9177,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Tanpa lokasi penyimpanan
@@ -9149,7 +9185,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9157,7 +9193,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Tanpa label apapun
@@ -9165,7 +9201,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9173,7 +9209,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Title:
@@ -9181,7 +9217,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9189,7 +9225,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Owner:
@@ -9197,7 +9233,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9205,7 +9241,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Tanpa pemilik
diff --git a/src-ui/src/locale/messages.it_IT.xlf b/src-ui/src/locale/messages.it_IT.xlf
index c79e07224..9f6b7e222 100644
--- a/src-ui/src/locale/messages.it_IT.xlf
+++ b/src-ui/src/locale/messages.it_IT.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Chiudi
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Precedente
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Successivo
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Mese precedente
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Il prossimo mese
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Chiudi
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Seleziona il mese
@@ -90,7 +90,7 @@
@@ -9117,7 +9153,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Tipo di documento:
@@ -9125,7 +9161,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Senza tipo di documento
@@ -9133,7 +9169,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Percorso di archiviazione:
@@ -9141,7 +9177,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Senza percorso di archiviazione
@@ -9149,7 +9185,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Etichetta:
@@ -9157,7 +9193,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Senza alcun tag
@@ -9165,7 +9201,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Query campi personalizzati
@@ -9173,7 +9209,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Titolo:
@@ -9181,7 +9217,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9189,7 +9225,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Proprietario:
@@ -9197,7 +9233,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Proprietario non in:
@@ -9205,7 +9241,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Senza proprietario
diff --git a/src-ui/src/locale/messages.ja_JP.xlf b/src-ui/src/locale/messages.ja_JP.xlf
index c7f305d58..c2e5217c1 100644
--- a/src-ui/src/locale/messages.ja_JP.xlf
+++ b/src-ui/src/locale/messages.ja_JP.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
閉じる
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
前へ
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
次へ
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
前月
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
翌月
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
閉じる
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
月を選択
@@ -90,7 +90,7 @@
@@ -9117,7 +9153,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
ドキュメントタイプ:
@@ -9125,7 +9161,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
ドキュメントタイプなし
@@ -9133,7 +9169,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
ストレージパス:
@@ -9141,7 +9177,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
フォルダーなし
@@ -9149,7 +9185,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
タグ:
@@ -9157,7 +9193,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
タグなし
@@ -9165,7 +9201,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
カスタムフィールドのクエリ
@@ -9173,7 +9209,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
タイトル:
@@ -9181,7 +9217,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9189,7 +9225,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
所有者:
@@ -9197,7 +9233,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
所有者がいない:
@@ -9205,7 +9241,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
所有者なし
diff --git a/src-ui/src/locale/messages.ko_KR.xlf b/src-ui/src/locale/messages.ko_KR.xlf
index 89df9bf93..552f9b69f 100644
--- a/src-ui/src/locale/messages.ko_KR.xlf
+++ b/src-ui/src/locale/messages.ko_KR.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
닫기
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
이전
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
다음
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
지난달
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
다음 달
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
시
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
닫기
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
월 선택
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
문서 유형:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
문서 유형 없음
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
저장 경로 없음
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
어떤 태그도 없이
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
사용자 정의 필드 쿼리
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
제목:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
소유자:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
소유자가 다음에 없습니다:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
소유자 없음
diff --git a/src-ui/src/locale/messages.lb_LU.xlf b/src-ui/src/locale/messages.lb_LU.xlf
index edb8c7a27..241e5dbbe 100644
--- a/src-ui/src/locale/messages.lb_LU.xlf
+++ b/src-ui/src/locale/messages.lb_LU.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Zoumaachen
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Zréck
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Weider
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Mount virdrun
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Nächste Mount
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Zoumaachen
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Mount auswielen
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Ouni Dokumententyp
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Without storage path
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Ouni Etikett
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Titel:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Owner:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Without an owner
diff --git a/src-ui/src/locale/messages.lt_LT.xlf b/src-ui/src/locale/messages.lt_LT.xlf
index 62833f466..d2c20fe0a 100644
--- a/src-ui/src/locale/messages.lt_LT.xlf
+++ b/src-ui/src/locale/messages.lt_LT.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Uždaryti
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Ankstesnis
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Kitas
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Ankstesnis mėnuo
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Kitas mėnuo
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Uždaryti
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Pasirinktas mėnuo
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Without document type
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Without storage path
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Without any tag
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Title:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Owner:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Without an owner
diff --git a/src-ui/src/locale/messages.lv_LV.xlf b/src-ui/src/locale/messages.lv_LV.xlf
index ff9edccae..e823f4e09 100644
--- a/src-ui/src/locale/messages.lv_LV.xlf
+++ b/src-ui/src/locale/messages.lv_LV.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Aizvērt
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Iepriekšējais
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Nākamais
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Iepriekšējais mēnesis
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Nākamais mēnesis
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Aizvērt
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Izvēlieties mēnesi
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Without document type
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Without storage path
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Bez birkas
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Title:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Owner:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Without an owner
diff --git a/src-ui/src/locale/messages.mk_MK.xlf b/src-ui/src/locale/messages.mk_MK.xlf
index ebaf7ae61..d128f32a5 100644
--- a/src-ui/src/locale/messages.mk_MK.xlf
+++ b/src-ui/src/locale/messages.mk_MK.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Close
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Previous
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Next
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Previous month
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Next month
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Close
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Select month
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Without document type
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Without storage path
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Without any tag
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Title:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Owner:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Without an owner
diff --git a/src-ui/src/locale/messages.ms_MY.xlf b/src-ui/src/locale/messages.ms_MY.xlf
index 753b335bd..ae975d822 100644
--- a/src-ui/src/locale/messages.ms_MY.xlf
+++ b/src-ui/src/locale/messages.ms_MY.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Close
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Previous
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Next
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Previous month
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Next month
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Close
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Select month
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Without document type
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Without storage path
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Without any tag
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Title:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Owner:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Without an owner
diff --git a/src-ui/src/locale/messages.nl_NL.xlf b/src-ui/src/locale/messages.nl_NL.xlf
index 4db95e43b..4311c0519 100644
--- a/src-ui/src/locale/messages.nl_NL.xlf
+++ b/src-ui/src/locale/messages.nl_NL.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Sluiten
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Vorige
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Volgende
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Vorige maand
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Volgende maand
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
UU
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Sluiten
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Selecteer maand
@@ -90,7 +90,7 @@
@@ -9117,7 +9153,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9125,7 +9161,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Zonder documenttype
@@ -9133,7 +9169,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9141,7 +9177,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Zonder opslagpad
@@ -9149,7 +9185,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Label:
@@ -9157,7 +9193,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Zonder label
@@ -9165,7 +9201,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Aangepaste velden zoekopdracht
@@ -9173,7 +9209,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Titel:
@@ -9181,7 +9217,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9189,7 +9225,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Eigenaar:
@@ -9197,7 +9233,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Eigenaar niet in:
@@ -9205,7 +9241,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Zonder eigenaar
diff --git a/src-ui/src/locale/messages.no_NO.xlf b/src-ui/src/locale/messages.no_NO.xlf
index 71152f5f9..d10052690 100644
--- a/src-ui/src/locale/messages.no_NO.xlf
+++ b/src-ui/src/locale/messages.no_NO.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Lukk
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Forrige
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Neste
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Forrige måned
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Neste måned
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Lukk
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Velg en måned
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Uten dokumenttype
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Uten lagringssti
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Uten noen etiketter
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Tittel:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Eier:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Eier ikke i:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Uten en eier
diff --git a/src-ui/src/locale/messages.pl_PL.xlf b/src-ui/src/locale/messages.pl_PL.xlf
index ee670d97c..88236b107 100644
--- a/src-ui/src/locale/messages.pl_PL.xlf
+++ b/src-ui/src/locale/messages.pl_PL.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Zamknij
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Poprzedni
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Następny
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Poprzedni miesiąc
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Następny miesiąc
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
GG
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Zamknij
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Wybierz miesiąc
@@ -90,7 +90,7 @@
@@ -9117,7 +9153,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Typ dokumentu:
@@ -9125,7 +9161,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Bez typu dokumentu
@@ -9133,7 +9169,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Ścieżka przechowywania:
@@ -9141,7 +9177,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Bez ścieżki zapisu
@@ -9149,7 +9185,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9157,7 +9193,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Bez żadnego tagu
@@ -9165,7 +9201,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Zapytanie o pola dodatkowe
@@ -9173,7 +9209,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Tytuł:
@@ -9181,7 +9217,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
Numer archiwum:
@@ -9189,7 +9225,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Właściciel:
@@ -9197,7 +9233,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Właściciel nie w:
@@ -9205,7 +9241,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Bez właściciela
diff --git a/src-ui/src/locale/messages.pt_BR.xlf b/src-ui/src/locale/messages.pt_BR.xlf
index db5520eff..7d76efb02 100644
--- a/src-ui/src/locale/messages.pt_BR.xlf
+++ b/src-ui/src/locale/messages.pt_BR.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Fechar
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Anterior
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Próximo
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Mês anterior
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Próximo mês
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Fechar
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Selecione o mês
@@ -90,7 +90,7 @@
@@ -9119,7 +9155,7 @@ Erro ao enviar documentos por e-mail
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Tipo de documento:
@@ -9127,7 +9163,7 @@ Erro ao enviar documentos por e-mail
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Sem tipo de documento
@@ -9135,7 +9171,7 @@ Erro ao enviar documentos por e-mail
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Caminho de armazenamento:
@@ -9143,7 +9179,7 @@ Erro ao enviar documentos por e-mail
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Sem o caminho de armazenamento
@@ -9151,7 +9187,7 @@ Erro ao enviar documentos por e-mail
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9159,7 +9195,7 @@ Erro ao enviar documentos por e-mail
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Sem etiquetas
@@ -9167,7 +9203,7 @@ Erro ao enviar documentos por e-mail
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Consulta de campos personalizados
@@ -9175,7 +9211,7 @@ Erro ao enviar documentos por e-mail
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Título:
@@ -9183,7 +9219,7 @@ Erro ao enviar documentos por e-mail
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
NSA:
@@ -9191,7 +9227,7 @@ Erro ao enviar documentos por e-mail
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Proprietário:
@@ -9199,7 +9235,7 @@ Erro ao enviar documentos por e-mail
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
@@ -9207,7 +9243,7 @@ Erro ao enviar documentos por e-mail
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Sem um proprietário
diff --git a/src-ui/src/locale/messages.pt_PT.xlf b/src-ui/src/locale/messages.pt_PT.xlf
index b05bd0fd6..d303b67e3 100644
--- a/src-ui/src/locale/messages.pt_PT.xlf
+++ b/src-ui/src/locale/messages.pt_PT.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Fechar
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Anterior
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Seguinte
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Mês anterior
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Mês seguinte
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Fechar
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Selecionar mês
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Sem tipo de documento
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Sem caminho de armazenamento
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Sem etiquetas
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Título:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
NSA:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Dono:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Without an owner
diff --git a/src-ui/src/locale/messages.ro_RO.xlf b/src-ui/src/locale/messages.ro_RO.xlf
index 302a90854..15278aa0f 100644
--- a/src-ui/src/locale/messages.ro_RO.xlf
+++ b/src-ui/src/locale/messages.ro_RO.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Închide
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Anterior
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Următor
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Luna precedentă
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Luna următoare
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Închide
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Selectați luna
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Fară tip
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Without storage path
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Fară etichete
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Titlu:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
Aviz prealabil de expediție:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Owner:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Without an owner
diff --git a/src-ui/src/locale/messages.ru_RU.xlf b/src-ui/src/locale/messages.ru_RU.xlf
index 40e49cb17..7ad08bc91 100644
--- a/src-ui/src/locale/messages.ru_RU.xlf
+++ b/src-ui/src/locale/messages.ru_RU.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Закрыть
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Предыдущий
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Следующий
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Предыдущий месяц
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Следующий месяц
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
ЧЧ
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Закрыть
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Выберите месяц
@@ -90,7 +90,7 @@
@@ -9117,7 +9153,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Тип документа:
@@ -9125,7 +9161,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Без типа документа
@@ -9133,7 +9169,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Путь хранения:
@@ -9141,7 +9177,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Без пути хранения
@@ -9149,7 +9185,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Тег:
@@ -9157,7 +9193,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Без тегов
@@ -9165,7 +9201,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Запрос пользовательских полей
@@ -9173,7 +9209,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Название:
@@ -9181,7 +9217,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
Архивный номер:
@@ -9189,7 +9225,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Владелец:
@@ -9197,7 +9233,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Владелец не в:
@@ -9205,7 +9241,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Без владельца
diff --git a/src-ui/src/locale/messages.sk_SK.xlf b/src-ui/src/locale/messages.sk_SK.xlf
index dd85de97a..b627a0288 100644
--- a/src-ui/src/locale/messages.sk_SK.xlf
+++ b/src-ui/src/locale/messages.sk_SK.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Zavrieť
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Predchádzajúci
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Ďalší
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Predchádzajúci mesiac
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Nasledujúci mesiac
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Zavrieť
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Vyberte mesiac
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Nepriradené
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Nepriradené
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Nepriradené
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Názov:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Vlastník:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Vlastník nie je:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Bez vlastníka
diff --git a/src-ui/src/locale/messages.sl_SI.xlf b/src-ui/src/locale/messages.sl_SI.xlf
index 63fd2d0d7..f1f7902ff 100644
--- a/src-ui/src/locale/messages.sl_SI.xlf
+++ b/src-ui/src/locale/messages.sl_SI.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Zapri
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Prejšnji
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Naslednji
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Prejšnji mesec
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Naslednji mesec
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Zapri
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Izberi mesec
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Vrsta dokumenta:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Brez vrste dokumenta
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Pot shranjevanja:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Brez poti shrambe
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Oznaka:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Brez kakršne koli oznake
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Poizvedba po poljih po meri
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Naslov:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Lastnik:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Lastnika ni v:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Brez lastnika
diff --git a/src-ui/src/locale/messages.sr_CS.xlf b/src-ui/src/locale/messages.sr_CS.xlf
index e1079cb28..bd792aa3f 100644
--- a/src-ui/src/locale/messages.sr_CS.xlf
+++ b/src-ui/src/locale/messages.sr_CS.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Zatvori
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Prethodni
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Sledeći
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Prethodni mesec
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Naredni mesec
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Zatvori
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Odaberi mesec
@@ -90,7 +90,7 @@
@@ -9119,7 +9155,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Vrsta dokumenta:
@@ -9127,7 +9163,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Bez tipa dokumenta
@@ -9135,7 +9171,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Putanja skladišta:
@@ -9143,7 +9179,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Bez putanje skladišta
@@ -9151,7 +9187,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Oznaka:
@@ -9159,7 +9195,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Bez oznake
@@ -9167,7 +9203,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Upit za prilagođeno polje
@@ -9175,7 +9211,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Naslov:
@@ -9183,7 +9219,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9191,7 +9227,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Vlasnik:
@@ -9199,7 +9235,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Vlasnik nije:
@@ -9207,7 +9243,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Bez vlasnika
diff --git a/src-ui/src/locale/messages.sv_SE.xlf b/src-ui/src/locale/messages.sv_SE.xlf
index 480ab2ed3..86a6ed5ef 100644
--- a/src-ui/src/locale/messages.sv_SE.xlf
+++ b/src-ui/src/locale/messages.sv_SE.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Stäng
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Föregående
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Nästa
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Föregående månad
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Nästa månad
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Stäng
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Välj månad
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Utan dokumenttyp
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Utan lagringsplats
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Utan tagg
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Titel:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Ägare:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Ägare ej i:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Utan ägare
diff --git a/src-ui/src/locale/messages.th_TH.xlf b/src-ui/src/locale/messages.th_TH.xlf
index 45ec44995..ab0af9023 100644
--- a/src-ui/src/locale/messages.th_TH.xlf
+++ b/src-ui/src/locale/messages.th_TH.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
ปิด
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
ก่อนหน้า
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
ถัดไป
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
เดือนก่อนหน้า
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
เดือนถัดไป
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
ชช
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
ปิด
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
เลือกเดือน
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Without document type
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
ไม่มีพาธจัดเก็บ
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
ไม่มีแท็กใด ๆ
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Title:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Owner:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Owner not in:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
ไม่มีเจ้าของ
diff --git a/src-ui/src/locale/messages.tr_TR.xlf b/src-ui/src/locale/messages.tr_TR.xlf
index efedef8ad..1d6fbd646 100644
--- a/src-ui/src/locale/messages.tr_TR.xlf
+++ b/src-ui/src/locale/messages.tr_TR.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Kapat
@@ -13,16 +13,16 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
- / Slaytı
+ / Slaytı
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Önceki
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Sonraki
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Önceki ay
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Sonraki ay
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Kapat
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Ay seçin
@@ -90,7 +90,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9160,7 +9195,7 @@ tüm krite
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Herhangi bir künye olmayan
@@ -9168,15 +9203,15 @@ tüm krite
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
- Custom fields query
+ Özel alan sorgusu
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Başlık:
@@ -9184,7 +9219,7 @@ tüm krite
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9192,25 +9227,25 @@ tüm krite
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
- Owner:
+ Sahibi:
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
- Owner not in:
+ Sahibi içinde değil:
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
- Without an owner
+ Sahipsiz
Save current view
@@ -9242,7 +9277,7 @@ tüm krite
src/app/components/manage/saved-views/saved-views.component.html
20
- Gösterge tablosunda göster
+ Kontrol panelinde göster
Filter rules error occurred while saving this view
@@ -9258,7 +9293,7 @@ tüm krite
src/app/components/document-list/save-view-config-dialog/save-view-config-dialog.component.html
14
- The error returned was
+ Hatanın gönderdiği
Enter note
@@ -9266,7 +9301,7 @@ tüm krite
src/app/components/document-notes/document-notes.component.html
5
- Enter note
+ Not ekle
Please enter a note.
@@ -9274,7 +9309,7 @@ tüm krite
src/app/components/document-notes/document-notes.component.html
6,8
- Please enter a note.
+ Lütfen bir not girin
Add note
@@ -9282,7 +9317,7 @@ tüm krite
src/app/components/document-notes/document-notes.component.html
14
- Add note
+ Not ekle
Delete note
@@ -9294,7 +9329,7 @@ tüm krite
src/app/components/document-notes/document-notes.component.html
27
- Delete note
+ Notu sil
Error saving note
@@ -9302,7 +9337,7 @@ tüm krite
src/app/components/document-notes/document-notes.component.ts
81
- Error saving note
+ Not kaydedilirken bir hata oluştu
Error deleting note
@@ -9310,7 +9345,7 @@ tüm krite
src/app/components/document-notes/document-notes.component.ts
95
- Error deleting note
+ Not silerken bir hata oluştu
Drop files to begin upload
@@ -9330,7 +9365,7 @@ tüm krite
src/app/components/file-drop/file-drop.component.ts
146
- Initiating upload...
+ Yükleme başlatılıyor...
Failed to read dropped items:
@@ -9386,7 +9421,7 @@ tüm krite
src/app/components/manage/custom-fields/custom-fields.component.html
9
- Add Field
+ Alan Ekle
Data Type
@@ -9394,7 +9429,7 @@ tüm krite
src/app/components/manage/custom-fields/custom-fields.component.html
18
- Data Type
+ Veri Tipi
Filter Documents ()
@@ -9426,7 +9461,7 @@ tüm krite
src/app/components/manage/custom-fields/custom-fields.component.html
70
- No fields defined.
+ Herhangi bir alan tanımlanmadı.
Confirm delete field
@@ -9434,7 +9469,7 @@ tüm krite
src/app/components/manage/custom-fields/custom-fields.component.ts
102
- Confirm delete field
+ Alanı silmeyi onayla
This operation will permanently delete this field.
@@ -9442,7 +9477,7 @@ tüm krite
src/app/components/manage/custom-fields/custom-fields.component.ts
103
- This operation will permanently delete this field.
+ Bu işlem alanı kalıcı olarak silecektir.
Deleted field ""
@@ -9450,7 +9485,7 @@ tüm krite
src/app/components/manage/custom-fields/custom-fields.component.ts
112
- Deleted field ""
+ "" alanı silindi
Error deleting field "".
@@ -9458,7 +9493,7 @@ tüm krite
src/app/components/manage/custom-fields/custom-fields.component.ts
121
- Error deleting field "".
+ "" alanını silerken bir hata ile karşılaşıldı.
document type
@@ -9490,7 +9525,7 @@ tüm krite
src/app/components/manage/mail/mail.component.html
2
- Mail Settings
+ Posta Ayarları
Mail accounts
@@ -9498,7 +9533,7 @@ tüm krite
src/app/components/manage/mail/mail.component.html
12
- Mail accounts
+ Posta Hesapları
Add Account
@@ -9506,7 +9541,7 @@ tüm krite
src/app/components/manage/mail/mail.component.html
14
- Add Account
+ Hesap Ekle
Connect Gmail Account
@@ -9514,7 +9549,7 @@ tüm krite
src/app/components/manage/mail/mail.component.html
18
- Connect Gmail Account
+ Gmail Hesabını Bağla
Connect Outlook Account
@@ -9522,7 +9557,7 @@ tüm krite
src/app/components/manage/mail/mail.component.html
23
- Connect Outlook Account
+ Outlook Hesabını Bağla
Server
@@ -9530,7 +9565,7 @@ tüm krite
src/app/components/manage/mail/mail.component.html
31
- Server
+ Sunucu
Process Mail
@@ -9542,7 +9577,7 @@ tüm krite
src/app/components/manage/mail/mail.component.html
86
- Process Mail
+ Posta İşlemi
No mail accounts defined.
@@ -9550,7 +9585,7 @@ tüm krite
src/app/components/manage/mail/mail.component.html
95
- No mail accounts defined.
+ Tanımlanmış bir posta hesabı yok.
Mail rules
@@ -9566,7 +9601,7 @@ tüm krite
src/app/components/manage/mail/mail.component.html
105
- Add Rule
+ Kural Ekle
Sort Order
@@ -9574,7 +9609,7 @@ tüm krite
src/app/components/manage/mail/mail.component.html
112
- Sort Order
+ Sıralama
Disabled
@@ -9586,7 +9621,7 @@ tüm krite
src/app/components/manage/workflows/workflows.component.html
41
- Disabled
+ Devre dışı
View Processed Mail
@@ -9658,7 +9693,7 @@ tüm krite
src/app/components/manage/mail/mail.component.ts
190
- Confirm delete mail account
+ Posta hesabının silinmesini onaylayın
This operation will permanently delete this mail account.
@@ -9910,7 +9945,7 @@ tüm krite
src/app/components/manage/management-list/management-list.component.html
67
- {VAR_PLURAL, plural, =1 {One } other { total }}
+ {VAR_PLURAL, plural, =1 {Bir } other { toplam }}
Automatic
@@ -9978,7 +10013,7 @@ tüm krite
src/app/components/manage/management-list/management-list.component.ts
342
- Permissions updated successfully
+ İzinler başarıyla güncellendi
This operation will permanently delete all objects.
@@ -9986,7 +10021,7 @@ tüm krite
src/app/components/manage/management-list/management-list.component.ts
363
- This operation will permanently delete all objects.
+ Bu işlem tüm nesneleri kalıcı olarak silecektir.
Objects deleted successfully
@@ -9994,7 +10029,7 @@ tüm krite
src/app/components/manage/management-list/management-list.component.ts
377
- Objects deleted successfully
+ Nesneler başarıyla silindi
Error deleting objects
@@ -10002,7 +10037,7 @@ tüm krite
src/app/components/manage/management-list/management-list.component.ts
383
- Error deleting objects
+ Nesneleri silerken bir hata ile karşılaşıldı
Customize the views of your documents.
@@ -10010,7 +10045,7 @@ tüm krite
src/app/components/manage/saved-views/saved-views.component.html
4
- Customize the views of your documents.
+ Belgelerinizin görünümünü özelleştirin.
Documents page size
@@ -10018,7 +10053,7 @@ tüm krite
src/app/components/manage/saved-views/saved-views.component.html
41
- Documents page size
+ Belgelerin sayfa sayısı
Display as
@@ -10026,7 +10061,7 @@ tüm krite
src/app/components/manage/saved-views/saved-views.component.html
44
- Display as
+ Olarak göster
Table
@@ -10034,7 +10069,7 @@ tüm krite
src/app/components/manage/saved-views/saved-views.component.html
46
- Table
+ Tablo
Small Cards
@@ -10042,7 +10077,7 @@ tüm krite
src/app/components/manage/saved-views/saved-views.component.html
47
- Small Cards
+ Küçük Kartlar
Large Cards
@@ -10050,7 +10085,7 @@ tüm krite
src/app/components/manage/saved-views/saved-views.component.html
48
- Large Cards
+ Büyük Kartlar
No saved views defined.
@@ -10074,7 +10109,7 @@ tüm krite
src/app/components/manage/saved-views/saved-views.component.ts
158
- Views saved successfully.
+ Görünümler başarıyla kaydedildi.
Error while saving views.
@@ -10082,7 +10117,7 @@ tüm krite
src/app/components/manage/saved-views/saved-views.component.ts
163
- Error while saving views.
+ Görünümleri kaydederken bir hata ile karşılaşıldı.
storage path
@@ -10106,7 +10141,7 @@ tüm krite
src/app/components/manage/storage-path-list/storage-path-list.component.ts
62
- Do you really want to delete the storage path ""?
+ "" kayıt dizinini gerçekten silmek istiyor musunuz?
tag
@@ -10146,7 +10181,7 @@ tüm krite
src/app/components/manage/workflows/workflows.component.html
9
- Add Workflow
+ İş Akışı Ekleyin
No workflows defined.
@@ -10154,7 +10189,7 @@ tüm krite
src/app/components/manage/workflows/workflows.component.html
80
- No workflows defined.
+ Herhangi bir iş akışı tanımlanmamış.
Saved workflow "".
@@ -10170,7 +10205,7 @@ tüm krite
src/app/components/manage/workflows/workflows.component.ts
98
- Error saving workflow.
+ İş akışını kaydederken bir hata ile karşılaşıldı.
Confirm delete workflow
@@ -10178,7 +10213,7 @@ tüm krite
src/app/components/manage/workflows/workflows.component.ts
131
- Confirm delete workflow
+ İş akışını silmeyi onayla
This operation will permanently delete this workflow.
@@ -10186,7 +10221,7 @@ tüm krite
src/app/components/manage/workflows/workflows.component.ts
132
- This operation will permanently delete this workflow.
+ Bu işlem iş akışını kalıcı olarak silecektir.
Deleted workflow "".
@@ -10194,7 +10229,7 @@ tüm krite
src/app/components/manage/workflows/workflows.component.ts
142
- Deleted workflow "".
+ "" iş akışı silindi.
Error deleting workflow "".
@@ -10202,7 +10237,7 @@ tüm krite
src/app/components/manage/workflows/workflows.component.ts
149
- Error deleting workflow "".
+ iş akışını silerken bir hata ile karşılaşıldı.
Enabled workflow ""
@@ -10210,7 +10245,7 @@ tüm krite
src/app/components/manage/workflows/workflows.component.ts
162
- Enabled workflow ""
+ "" iş akışı aktifleştirildi
Disabled workflow ""
@@ -10218,7 +10253,7 @@ tüm krite
src/app/components/manage/workflows/workflows.component.ts
163
- Disabled workflow ""
+ "" iş akışı devre dışı bırakıldı
Error toggling workflow "".
@@ -10226,7 +10261,7 @@ tüm krite
src/app/components/manage/workflows/workflows.component.ts
170
- Error toggling workflow "".
+ "" açılıp yada kapanırken bir hata ile karşılaşıldı.
Not Found
@@ -10234,7 +10269,7 @@ tüm krite
src/app/components/not-found/not-found.component.html
6
- Not Found
+ Bulunamadı
Go to Dashboard
@@ -10242,7 +10277,7 @@ tüm krite
src/app/components/not-found/not-found.component.html
9
- Go to Dashboard
+ Kontrol Paneline git
Equal to
@@ -10250,7 +10285,7 @@ tüm krite
src/app/data/custom-field-query.ts
24
- Equal to
+ Eşittir
In
@@ -10258,7 +10293,7 @@ tüm krite
src/app/data/custom-field-query.ts
25
- In
+ İçinde
Is null
@@ -10266,7 +10301,7 @@ tüm krite
src/app/data/custom-field-query.ts
26
- Is null
+ Null'dur
Exists
@@ -10274,7 +10309,7 @@ tüm krite
src/app/data/custom-field-query.ts
27
- Exists
+ Mevcut
Contains
@@ -10282,7 +10317,7 @@ tüm krite
src/app/data/custom-field-query.ts
28
- Contains
+ İçeren
Contains (case-insensitive)
@@ -10290,7 +10325,7 @@ tüm krite
src/app/data/custom-field-query.ts
29
- Contains (case-insensitive)
+ İçeren (Büyük-küçük harf duyarsız)
Greater than
@@ -10298,7 +10333,7 @@ tüm krite
src/app/data/custom-field-query.ts
30
- Greater than
+ Den büyük
Greater than or equal to
@@ -10306,7 +10341,7 @@ tüm krite
src/app/data/custom-field-query.ts
31
- Greater than or equal to
+ Büyüktür ya da eşittir
Less than
@@ -10314,7 +10349,7 @@ tüm krite
src/app/data/custom-field-query.ts
32
- Less than
+ Den küçük
Less than or equal to
@@ -10322,7 +10357,7 @@ tüm krite
src/app/data/custom-field-query.ts
33
- Less than or equal to
+ Küçüktür veya eşittir
Range
@@ -10330,7 +10365,7 @@ tüm krite
src/app/data/custom-field-query.ts
34
- Range
+ Aralık
Boolean
@@ -10338,7 +10373,7 @@ tüm krite
src/app/data/custom-field.ts
19
- Boolean
+ Evet/Hayır
Date
@@ -10346,7 +10381,7 @@ tüm krite
src/app/data/custom-field.ts
23
- Date
+ Tarih
Integer
@@ -10354,7 +10389,7 @@ tüm krite
src/app/data/custom-field.ts
27
- Integer
+ Tam sayı
Number
@@ -10362,7 +10397,7 @@ tüm krite
src/app/data/custom-field.ts
31
- Number
+ Sayı
Monetary
@@ -10370,7 +10405,7 @@ tüm krite
src/app/data/custom-field.ts
35
- Monetary
+ Parasal
Text
@@ -10378,7 +10413,7 @@ tüm krite
src/app/data/custom-field.ts
39
- Text
+ Metin
Url
@@ -10386,7 +10421,7 @@ tüm krite
src/app/data/custom-field.ts
43
- Url
+ Bağlantı
Document Link
@@ -10394,7 +10429,7 @@ tüm krite
src/app/data/custom-field.ts
47
- Document Link
+ Belge Bağlantısı
Long Text
@@ -10402,7 +10437,7 @@ tüm krite
src/app/data/custom-field.ts
55
- Long Text
+ Uzun Metin
Search score
@@ -10507,7 +10542,7 @@ tüm krite
src/app/data/matching-model.ts
46
- None: Disable matching
+ Yok: Eşleştirmeyi devre dışı bırak
General Settings
@@ -10515,7 +10550,7 @@ tüm krite
src/app/data/paperless-config.ts
50
- General Settings
+ Genel Ayarlar
OCR Settings
@@ -10523,7 +10558,7 @@ tüm krite
src/app/data/paperless-config.ts
51
- OCR Settings
+ OCR Ayarları
Barcode Settings
@@ -10531,7 +10566,7 @@ tüm krite
src/app/data/paperless-config.ts
52
- Barcode Settings
+ Barkod Ayarları
Output Type
@@ -11259,7 +11294,7 @@ tüm krite
src/app/services/settings.service.ts
603
- Successfully completed one-time migratration of settings to the database!
+ Ayarların veritabanına tek seferlik taşıma işlemi başarıyla tamamlandı!
Unable to migrate settings to the database, please try saving manually.
@@ -11267,7 +11302,7 @@ tüm krite
src/app/services/settings.service.ts
604
- Unable to migrate settings to the database, please try saving manually.
+ Ayarları veritabanına taşıyamıyoruz, lütfen manuel olarak kaydetmeyi deneyin.
You can restart the tour from the settings page.
@@ -11275,7 +11310,7 @@ tüm krite
src/app/services/settings.service.ts
677
- You can restart the tour from the settings page.
+ Ayarlar sayfasından turu yeniden başlatabilirsiniz.
Connecting...
@@ -11323,7 +11358,7 @@ tüm krite
src/app/services/websocket-status.service.ts
25
- Document already exists. Note: existing document is in the trash.
+ Belge zaten mevcut. Not: Mevcut belge çöp kutusunda.
Document with ASN already exists.
@@ -11331,7 +11366,7 @@ tüm krite
src/app/services/websocket-status.service.ts
26
- Document with ASN already exists.
+ ASN içeren belge zaten mevcut.
Document with ASN already exists. Note: existing document is in the trash.
@@ -11339,7 +11374,7 @@ tüm krite
src/app/services/websocket-status.service.ts
27
- Document with ASN already exists. Note: existing document is in the trash.
+ ASN içeren belge zaten mevcut. Not: mevcut belge çöp kutusunda.
File not found.
diff --git a/src-ui/src/locale/messages.uk_UA.xlf b/src-ui/src/locale/messages.uk_UA.xlf
index cdf862584..6af11586c 100644
--- a/src-ui/src/locale/messages.uk_UA.xlf
+++ b/src-ui/src/locale/messages.uk_UA.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Закрити
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
Попередній
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
Наступний
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Попередній місяць
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
Наступний місяць
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
ГГ
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Закрити
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
Оберіть місяць
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
Document type:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
Без типу документа
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
Storage path:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
Без шляху зберігання
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
Tag:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
Без жодного тегу
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
Custom fields query
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
Назва:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
АСН:
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
Власник:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
Власник не в:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
Без власника
diff --git a/src-ui/src/locale/messages.vi_VN.xlf b/src-ui/src/locale/messages.vi_VN.xlf
index aba0a20b8..621962468 100644
--- a/src-ui/src/locale/messages.vi_VN.xlf
+++ b/src-ui/src/locale/messages.vi_VN.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
Đóng
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -27,7 +27,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
@@ -37,7 +37,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
@@ -47,11 +47,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
@@ -61,11 +61,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
@@ -75,7 +75,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
@@ -85,7 +85,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
@@ -95,11 +95,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
@@ -109,7 +109,7 @@
@@ -9117,7 +9153,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
文档类型:
@@ -9125,7 +9161,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
没有文档类型
@@ -9133,7 +9169,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
存储路径:
@@ -9141,7 +9177,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
没有存储路径
@@ -9149,7 +9185,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
标签:
@@ -9157,7 +9193,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
没有任何标签
@@ -9165,7 +9201,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
自定义字段查询
@@ -9173,7 +9209,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
标题:
@@ -9181,7 +9217,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
ASN:
@@ -9189,7 +9225,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
所有者:
@@ -9197,7 +9233,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
所有者不在:
@@ -9205,7 +9241,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
没有所有者
diff --git a/src-ui/src/locale/messages.zh_TW.xlf b/src-ui/src/locale/messages.zh_TW.xlf
index 76738304d..20c370188 100644
--- a/src-ui/src/locale/messages.zh_TW.xlf
+++ b/src-ui/src/locale/messages.zh_TW.xlf
@@ -5,7 +5,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/alert/alert.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/alert/alert.ts
50
關閉
@@ -13,7 +13,7 @@
Slide of
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
131,135
Currently selected slide number read by screen reader
@@ -22,7 +22,7 @@
Previous
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
157,159
上一個
@@ -30,7 +30,7 @@
Next
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/carousel/carousel.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/carousel/carousel.ts
198
下一個
@@ -38,11 +38,11 @@
Previous month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
83,85
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
上個月
@@ -50,11 +50,11 @@
Next month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/datepicker/datepicker-navigation.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/datepicker/datepicker-navigation.ts
112
下個月
@@ -62,7 +62,7 @@
HH
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
HH
@@ -70,7 +70,7 @@
Close
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
關閉
@@ -78,11 +78,11 @@
Select month
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
- node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.2_@angular+core@20.3.2_@angular+_4a8591e6ee586bf00b666f6438778cc7/node_modules/src/ngb-config.ts
+ node_modules/.pnpm/@ng-bootstrap+ng-bootstrap@19.0.1_@angular+common@20.3.12_@angular+core@20.3.12_@angula_562237c7eed2d9c47098450f256dc04c/node_modules/src/ngb-config.ts
13
選取月份
@@ -90,7 +90,7 @@
@@ -9118,7 +9154,7 @@
Document type:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 273,277
+ 289,293
文件類型:
@@ -9126,7 +9162,7 @@
Without document type
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 279
+ 295
沒有文件類型
@@ -9134,7 +9170,7 @@
Storage path:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 285,289
+ 301,305
儲存路徑:
@@ -9142,7 +9178,7 @@
Without storage path
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 291
+ 307
沒有儲存路徑
@@ -9150,7 +9186,7 @@
Tag:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 295,297
+ 311,313
標籤:
@@ -9158,7 +9194,7 @@
Without any tag
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 301
+ 317
沒有任何標籤
@@ -9166,7 +9202,7 @@
Custom fields query
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 305
+ 321
自訂欄位查詢
@@ -9174,7 +9210,7 @@
Title:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 308
+ 324
標題:
@@ -9182,7 +9218,7 @@
ASN:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 311
+ 327
封存序號 (ANS):
@@ -9190,7 +9226,7 @@
Owner:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 314
+ 330
擁有者:
@@ -9198,7 +9234,7 @@
Owner not in:
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 317
+ 333
擁有者不包含:
@@ -9206,7 +9242,7 @@
Without an owner
src/app/components/document-list/filter-editor/filter-editor.component.ts
- 320
+ 336
沒有擁有者
diff --git a/src/locale/ar_AR/LC_MESSAGES/django.po b/src/locale/ar_AR/LC_MESSAGES/django.po
index 401718cfd..cdcc47657 100644
--- a/src/locale/ar_AR/LC_MESSAGES/django.po
+++ b/src/locale/ar_AR/LC_MESSAGES/django.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n"
-"PO-Revision-Date: 2025-11-14 16:11\n"
+"PO-Revision-Date: 2025-11-21 23:54\n"
"Last-Translator: \n"
"Language-Team: Arabic\n"
"Language: ar_SA\n"
@@ -31,7 +31,7 @@ msgstr ""
#: documents/filters.py:424
msgid "Invalid expression list. Must be nonempty."
-msgstr ""
+msgstr "قائمة عبارة خاطئة."
#: documents/filters.py:445
msgid "Invalid logical operator {op!r}"
@@ -1062,7 +1062,7 @@ msgstr "تعيين هذا المالك"
#: documents/models.py:1353
msgid "grant view permissions to these users"
-msgstr "منح أذونات العرض إلى هؤلاء المستخدمين"
+msgstr "منح صلاحيات العرض إلى هؤلاء المستخدمين"
#: documents/models.py:1360
msgid "grant view permissions to these groups"
@@ -1130,11 +1130,11 @@ msgstr "إزالة جميع المالكين"
#: documents/models.py:1458
msgid "remove view permissions for these users"
-msgstr "سحب أذونات العرض من هؤلاء المستخدمين"
+msgstr "سحب صلاحيات العرض من هؤلاء المستخدمين"
#: documents/models.py:1465
msgid "remove view permissions for these groups"
-msgstr "سحب أذونات العرض من هذه المجموعات"
+msgstr "سحب صلاحيات العرض من هذه المجموعات"
#: documents/models.py:1472
msgid "remove change permissions for these users"
diff --git a/src/locale/ca_ES/LC_MESSAGES/django.po b/src/locale/ca_ES/LC_MESSAGES/django.po
index a88c82430..d4b6af16e 100644
--- a/src/locale/ca_ES/LC_MESSAGES/django.po
+++ b/src/locale/ca_ES/LC_MESSAGES/django.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n"
-"PO-Revision-Date: 2025-11-14 16:11\n"
+"PO-Revision-Date: 2025-11-20 00:35\n"
"Last-Translator: \n"
"Language-Team: Catalan\n"
"Language: ca_ES\n"
diff --git a/src/locale/de_DE/LC_MESSAGES/django.po b/src/locale/de_DE/LC_MESSAGES/django.po
index 6b1c27c7b..82a6946e7 100644
--- a/src/locale/de_DE/LC_MESSAGES/django.po
+++ b/src/locale/de_DE/LC_MESSAGES/django.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n"
-"PO-Revision-Date: 2025-11-14 16:11\n"
+"PO-Revision-Date: 2025-11-22 12:12\n"
"Last-Translator: \n"
"Language-Team: German\n"
"Language: de_DE\n"
@@ -63,7 +63,7 @@ msgstr "Eigentümer"
#: documents/models.py:55 documents/models.py:983
msgid "None"
-msgstr "Keiner"
+msgstr "Keine"
#: documents/models.py:56 documents/models.py:984
msgid "Any word"
@@ -862,7 +862,7 @@ msgstr "hat alle diese Tags"
#: documents/models.py:1079
msgid "does not have these tag(s)"
-msgstr "hat diese Tags nicht"
+msgstr "hat diese Tags nicht)"
#: documents/models.py:1087
msgid "has this document type"
@@ -890,11 +890,11 @@ msgstr "hat diese Speicherpfade nicht"
#: documents/models.py:1128
msgid "filter custom field query"
-msgstr ""
+msgstr "Filtere nach benutzerdefiniertem Feld"
#: documents/models.py:1131
msgid "JSON-encoded custom field query expression."
-msgstr "JSON-kodierte benutzerdefinierter Feldabfrageausdruck."
+msgstr "JSON-kodierte Abfrage eines benutzerdefinierten Felds."
#: documents/models.py:1135
msgid "schedule offset days"
@@ -1225,7 +1225,7 @@ msgstr "Dateityp %(type)s nicht unterstützt"
#: documents/serialisers.py:1849
#, python-format
msgid "Custom field id must be an integer: %(id)s"
-msgstr "Benutzerdefinierte Feld ID muss eine Ganzzahl sein: %(id)s"
+msgstr "Feld-ID eines benutzerdefinierten Felds muss eine Ganzzahl sein: %(id)s"
#: documents/serialisers.py:1856
#, python-format
diff --git a/src/locale/tr_TR/LC_MESSAGES/django.po b/src/locale/tr_TR/LC_MESSAGES/django.po
index 83412ea93..be6781694 100644
--- a/src/locale/tr_TR/LC_MESSAGES/django.po
+++ b/src/locale/tr_TR/LC_MESSAGES/django.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n"
-"PO-Revision-Date: 2025-11-14 16:11\n"
+"PO-Revision-Date: 2025-11-21 23:54\n"
"Last-Translator: \n"
"Language-Team: Turkish\n"
"Language: tr_TR\n"
@@ -136,11 +136,11 @@ msgstr "etiketler"
#: documents/models.py:123
msgid "Cannot set itself as parent."
-msgstr ""
+msgstr "Kendinizi bir üst düğüm olarak seçemezsiniz."
#: documents/models.py:125
msgid "Cannot set parent to a descendant."
-msgstr ""
+msgstr "Bir üst düğüm alt düğüm olarak seçilemez."
#: documents/models.py:142 documents/models.py:190
msgid "document type"
@@ -758,7 +758,7 @@ msgstr "Seç"
#: documents/models.py:795
msgid "Long Text"
-msgstr ""
+msgstr "Uzun Metin"
#: documents/models.py:807
msgid "data type"
@@ -858,11 +858,11 @@ msgstr "bu etiket(ler) e sahiptir"
#: documents/models.py:1072
msgid "has all of these tag(s)"
-msgstr ""
+msgstr "bu etiket veya etiketlerine sahip"
#: documents/models.py:1079
msgid "does not have these tag(s)"
-msgstr ""
+msgstr "bu etiket veya etiketlerine sahip değil"
#: documents/models.py:1087
msgid "has this document type"
@@ -870,7 +870,7 @@ msgstr "bu doküman tipindedir"
#: documents/models.py:1094
msgid "does not have these document type(s)"
-msgstr ""
+msgstr "bu belge tür veya türlerine sahip değil"
#: documents/models.py:1102
msgid "has this correspondent"
@@ -878,23 +878,23 @@ msgstr "bu muhatap var"
#: documents/models.py:1109
msgid "does not have these correspondent(s)"
-msgstr ""
+msgstr "bu muhatablara sahip değil"
#: documents/models.py:1117
msgid "has this storage path"
-msgstr ""
+msgstr "bu depolama yoluna sahip"
#: documents/models.py:1124
msgid "does not have these storage path(s)"
-msgstr ""
+msgstr "bu depolama dizin veya dizinleri mevcut değil"
#: documents/models.py:1128
msgid "filter custom field query"
-msgstr ""
+msgstr "özel alanlara göre filtrele"
#: documents/models.py:1131
msgid "JSON-encoded custom field query expression."
-msgstr ""
+msgstr "JSON olarak verilmiş özel alan sorgu ifadesi."
#: documents/models.py:1135
msgid "schedule offset days"
@@ -1038,7 +1038,7 @@ msgstr "başlık ata"
#: documents/models.py:1302
msgid "Assign a document title, must be a Jinja2 template, see documentation."
-msgstr ""
+msgstr "Dökuman bașlıkları, Jinja2 taslağı olmalıdır, bakınız."
#: documents/models.py:1310 paperless_mail/models.py:274
msgid "assign this tag"
@@ -1225,20 +1225,20 @@ msgstr "Dosya türü %(type)s desteklenmiyor"
#: documents/serialisers.py:1849
#, python-format
msgid "Custom field id must be an integer: %(id)s"
-msgstr ""
+msgstr "%(id)s özel alan numarası tam sayı olmalıdır"
#: documents/serialisers.py:1856
#, python-format
msgid "Custom field with id %(id)s does not exist"
-msgstr ""
+msgstr "%(id)s numaralı özel alan mevcut değil"
#: documents/serialisers.py:1873 documents/serialisers.py:1883
msgid "Custom fields must be a list of integers or an object mapping ids to values."
-msgstr ""
+msgstr "Özel alanlar bir tam sayı olarak veya bir nesne haritası numaraları olmalıdır."
#: documents/serialisers.py:1878
msgid "Some custom fields don't exist or were specified twice."
-msgstr ""
+msgstr "Bazı õzel alan numaraları mevcut değil yada iki kez tanımlanmıș."
#: documents/serialisers.py:1993
msgid "Invalid variable detected."
diff --git a/src/locale/zh_TW/LC_MESSAGES/django.po b/src/locale/zh_TW/LC_MESSAGES/django.po
index 596bd8223..d3b895dde 100644
--- a/src/locale/zh_TW/LC_MESSAGES/django.po
+++ b/src/locale/zh_TW/LC_MESSAGES/django.po
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-14 16:09+0000\n"
-"PO-Revision-Date: 2025-11-14 16:11\n"
+"PO-Revision-Date: 2025-11-20 12:15\n"
"Last-Translator: \n"
"Language-Team: Chinese Traditional\n"
"Language: zh_TW\n"