Compare commits

..

1 Commits

Author SHA1 Message Date
Crowdin Bot
2d07cbf566 New Crowdin translations by GitHub Action 2025-07-06 12:12:44 +00:00
114 changed files with 2050 additions and 2578 deletions

View File

@ -20,6 +20,7 @@
# #
# This file is intended only to be used through VSCOde devcontainers. See README.md # This file is intended only to be used through VSCOde devcontainers. See README.md
# in the folder .devcontainer. # in the folder .devcontainer.
services: services:
broker: broker:
image: docker.io/library/redis:7 image: docker.io/library/redis:7

View File

@ -1,5 +1,6 @@
# Please see the documentation for all configuration options: # Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2 version: 2
# Required for uv support for now # Required for uv support for now
enable-beta-ecosystems: true enable-beta-ecosystems: true

View File

@ -4,6 +4,7 @@
# Requires a PAT with the correct scope set in the secrets. # Requires a PAT with the correct scope set in the secrets.
# #
# This workflow will not trigger runs on forked repos. # This workflow will not trigger runs on forked repos.
name: Cleanup Image Tags name: Cleanup Image Tags
on: on:
delete: delete:

View File

@ -1,6 +1,7 @@
# This file configures pre-commit hooks. # This file configures pre-commit hooks.
# See https://pre-commit.com/ for general information # See https://pre-commit.com/ for general information
# See https://pre-commit.com/hooks.html for a listing of possible hooks # See https://pre-commit.com/hooks.html for a listing of possible hooks
repos: repos:
# General hooks # General hooks
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
@ -28,7 +29,7 @@ repos:
- id: check-case-conflict - id: check-case-conflict
- id: detect-private-key - id: detect-private-key
- repo: https://github.com/codespell-project/codespell - repo: https://github.com/codespell-project/codespell
rev: v2.4.1 rev: v2.4.0
hooks: hooks:
- id: codespell - id: codespell
exclude: "(^src-ui/src/locale/)|(^src-ui/pnpm-lock.yaml)|(^src-ui/e2e/)|(^src/paperless_mail/tests/samples/)" exclude: "(^src-ui/src/locale/)|(^src-ui/pnpm-lock.yaml)|(^src-ui/e2e/)|(^src/paperless_mail/tests/samples/)"
@ -37,7 +38,7 @@ repos:
- json - json
# See https://github.com/prettier/prettier/issues/15742 for the fork reason # See https://github.com/prettier/prettier/issues/15742 for the fork reason
- repo: https://github.com/rbubley/mirrors-prettier - repo: https://github.com/rbubley/mirrors-prettier
rev: 'v3.6.2' rev: 'v3.3.3'
hooks: hooks:
- id: prettier - id: prettier
types_or: types_or:
@ -49,17 +50,17 @@ repos:
- 'prettier-plugin-organize-imports@4.1.0' - 'prettier-plugin-organize-imports@4.1.0'
# Python hooks # Python hooks
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.2 rev: v0.9.9
hooks: hooks:
- id: ruff - id: ruff
- id: ruff-format - id: ruff-format
- repo: https://github.com/tox-dev/pyproject-fmt - repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.6.0" rev: "v2.5.1"
hooks: hooks:
- id: pyproject-fmt - id: pyproject-fmt
# Dockerfile hooks # Dockerfile hooks
- repo: https://github.com/AleksaC/hadolint-py - repo: https://github.com/AleksaC/hadolint-py
rev: v2.12.1b3 rev: v2.12.0.3
hooks: hooks:
- id: hadolint - id: hadolint
# Shell script hooks # Shell script hooks
@ -76,7 +77,7 @@ repos:
hooks: hooks:
- id: shellcheck - id: shellcheck
- repo: https://github.com/google/yamlfmt - repo: https://github.com/google/yamlfmt
rev: v0.17.2 rev: v0.14.0
hooks: hooks:
- id: yamlfmt - id: yamlfmt
exclude: "^src-ui/pnpm-lock.yaml" exclude: "^src-ui/pnpm-lock.yaml"

View File

@ -32,7 +32,7 @@ RUN set -eux \
# Purpose: Installs s6-overlay and rootfs # Purpose: Installs s6-overlay and rootfs
# Comments: # Comments:
# - Don't leave anything extra in here either # - Don't leave anything extra in here either
FROM ghcr.io/astral-sh/uv:0.7.19-python3.12-bookworm-slim AS s6-overlay-base FROM ghcr.io/astral-sh/uv:0.7.9-python3.12-bookworm-slim AS s6-overlay-base
WORKDIR /usr/src/s6 WORKDIR /usr/src/s6

View File

@ -2,6 +2,7 @@
# and Tika containers for a more end to end test of the Tika related functionality # and Tika containers for a more end to end test of the Tika related functionality
# Can be used locally or by the CI to start the necessary containers with the # Can be used locally or by the CI to start the necessary containers with the
# correct networking for the tests # correct networking for the tests
services: services:
gotenberg: gotenberg:
image: docker.io/gotenberg/gotenberg:8.20 image: docker.io/gotenberg/gotenberg:8.20

View File

@ -25,9 +25,11 @@
# and '.env' into a folder. # and '.env' into a folder.
# - Run 'docker compose pull'. # - Run 'docker compose pull'.
# - Run 'docker compose up -d'. # - Run 'docker compose up -d'.
# #
# For more extensive installation and update instructions, refer to the # For more extensive installation and update instructions, refer to the
# documentation. # documentation.
services: services:
broker: broker:
image: docker.io/library/redis:8 image: docker.io/library/redis:8

View File

@ -24,6 +24,7 @@
# #
# For more extensive installation and update instructions, refer to the # For more extensive installation and update instructions, refer to the
# documentation. # documentation.
services: services:
broker: broker:
image: docker.io/library/redis:8 image: docker.io/library/redis:8

View File

@ -25,6 +25,7 @@
# #
# For more extensive installation and update instructions, refer to the # For more extensive installation and update instructions, refer to the
# documentation. # documentation.
services: services:
broker: broker:
image: docker.io/library/redis:8 image: docker.io/library/redis:8

View File

@ -28,6 +28,7 @@
# #
# For more extensive installation and update instructions, refer to the # For more extensive installation and update instructions, refer to the
# documentation. # documentation.
services: services:
broker: broker:
image: docker.io/library/redis:8 image: docker.io/library/redis:8

View File

@ -24,6 +24,7 @@
# #
# For more extensive installation and update instructions, refer to the # For more extensive installation and update instructions, refer to the
# documentation. # documentation.
services: services:
broker: broker:
image: docker.io/library/redis:8 image: docker.io/library/redis:8

View File

@ -28,6 +28,7 @@
# #
# For more extensive installation and update instructions, refer to the # For more extensive installation and update instructions, refer to the
# documentation. # documentation.
services: services:
broker: broker:
image: docker.io/library/redis:8 image: docker.io/library/redis:8

View File

@ -21,6 +21,7 @@
# #
# For more extensive installation and update instructions, refer to the # For more extensive installation and update instructions, refer to the
# documentation. # documentation.
services: services:
broker: broker:
image: docker.io/library/redis:8 image: docker.io/library/redis:8

View File

@ -44,13 +44,13 @@ dependencies = [
"flower~=2.0.1", "flower~=2.0.1",
"gotenberg-client~=0.10.0", "gotenberg-client~=0.10.0",
"httpx-oauth~=0.16", "httpx-oauth~=0.16",
"imap-tools~=1.11.0", "imap-tools~=1.10.0",
"inotifyrecursive~=0.3", "inotifyrecursive~=0.3",
"jinja2~=3.1.5", "jinja2~=3.1.5",
"langdetect~=1.0.9", "langdetect~=1.0.9",
"nltk~=3.9.1", "nltk~=3.9.1",
"ocrmypdf~=16.10.0", "ocrmypdf~=16.10.0",
"pathvalidate~=3.3.1", "pathvalidate~=3.2.3",
"pdf2image~=1.17.0", "pdf2image~=1.17.0",
"python-dateutil~=2.9.0", "python-dateutil~=2.9.0",
"python-dotenv~=1.1.0", "python-dotenv~=1.1.0",
@ -60,7 +60,7 @@ dependencies = [
"pyzbar~=0.1.9", "pyzbar~=0.1.9",
"rapidfuzz~=3.13.0", "rapidfuzz~=3.13.0",
"redis[hiredis]~=5.2.1", "redis[hiredis]~=5.2.1",
"scikit-learn~=1.7.0", "scikit-learn~=1.6.1",
"setproctitle~=1.3.4", "setproctitle~=1.3.4",
"tika-client~=0.9.0", "tika-client~=0.9.0",
"tqdm~=4.67.1", "tqdm~=4.67.1",
@ -74,12 +74,12 @@ optional-dependencies.mariadb = [
"mysqlclient~=2.2.7", "mysqlclient~=2.2.7",
] ]
optional-dependencies.postgres = [ optional-dependencies.postgres = [
"psycopg[c]==3.2.9", "psycopg[c]==3.2.5",
# Direct dependency for proper resolution of the pre-built wheels # Direct dependency for proper resolution of the pre-built wheels
"psycopg-c==3.2.9", "psycopg-c==3.2.5",
] ]
optional-dependencies.webserver = [ optional-dependencies.webserver = [
"granian[uvloop]~=2.4.1", "granian[uvloop]~=2.3.2",
] ]
[dependency-groups] [dependency-groups]
@ -113,7 +113,7 @@ testing = [
lint = [ lint = [
"pre-commit~=4.1.0", "pre-commit~=4.1.0",
"pre-commit-uv~=4.1.3", "pre-commit-uv~=4.1.3",
"ruff~=0.12.2", "ruff~=0.9.9",
] ]
typing = [ typing = [
@ -173,7 +173,6 @@ lint.extend-select = [
] ]
lint.ignore = [ lint.ignore = [
"DJ001", "DJ001",
"PLC0415",
"RUF012", "RUF012",
"SIM105", "SIM105",
] ]
@ -302,8 +301,8 @@ environments = [
[tool.uv.sources] [tool.uv.sources]
# Markers are chosen to select these almost exclusively when building the Docker image # Markers are chosen to select these almost exclusively when building the Docker image
psycopg-c = [ 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.5/psycopg_c-3.2.5-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-3.2.5/psycopg_c-3.2.5-cp312-cp312-linux_aarch64.whl", marker = "sys_platform == 'linux' and platform_machine == 'aarch64' and python_version == '3.12'" },
] ]
zxing-cpp = [ 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'" }, { 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'" },

View File

@ -48,7 +48,6 @@
"sv-SE": "src/locale/messages.sv_SE.xlf", "sv-SE": "src/locale/messages.sv_SE.xlf",
"tr-TR": "src/locale/messages.tr_TR.xlf", "tr-TR": "src/locale/messages.tr_TR.xlf",
"uk-UA": "src/locale/messages.uk_UA.xlf", "uk-UA": "src/locale/messages.uk_UA.xlf",
"vi-VN": "src/locale/messages.vi_VN.xlf",
"zh-CN": "src/locale/messages.zh_CN.xlf", "zh-CN": "src/locale/messages.zh_CN.xlf",
"zh-TW": "src/locale/messages.zh_TW.xlf" "zh-TW": "src/locale/messages.zh_TW.xlf"
} }

View File

@ -9889,53 +9889,46 @@
<context context-type="linenumber">243</context> <context context-type="linenumber">243</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="8082606363137705994" datatype="html"> <trans-unit id="8082606363137705994" datatype="html">
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="4912706592792948707" datatype="html"> <trans-unit id="4912706592792948707" datatype="html">
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="313643372755303297" datatype="html"> <trans-unit id="313643372755303297" datatype="html">
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="5558341108007064934" datatype="html"> <trans-unit id="5558341108007064934" datatype="html">
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="1168781785897678748" datatype="html"> <trans-unit id="1168781785897678748" datatype="html">
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
</trans-unit> </trans-unit>
<trans-unit id="3852289441366561594" datatype="html"> <trans-unit id="3852289441366561594" datatype="html">

View File

@ -40,7 +40,6 @@ import localeSr from '@angular/common/locales/sr'
import localeSv from '@angular/common/locales/sv' import localeSv from '@angular/common/locales/sv'
import localeTr from '@angular/common/locales/tr' import localeTr from '@angular/common/locales/tr'
import localeUk from '@angular/common/locales/uk' import localeUk from '@angular/common/locales/uk'
import localeVi from '@angular/common/locales/vi'
import localeZh from '@angular/common/locales/zh' import localeZh from '@angular/common/locales/zh'
import localeZhHant from '@angular/common/locales/zh-Hant' import localeZhHant from '@angular/common/locales/zh-Hant'
@ -76,7 +75,6 @@ registerLocaleData(localeSr)
registerLocaleData(localeSv) registerLocaleData(localeSv)
registerLocaleData(localeTr) registerLocaleData(localeTr)
registerLocaleData(localeUk) registerLocaleData(localeUk)
registerLocaleData(localeVi)
registerLocaleData(localeZh) registerLocaleData(localeZh)
registerLocaleData(localeZhHant) registerLocaleData(localeZhHant)

View File

@ -43,7 +43,7 @@ export class GroupEditDialogComponent extends EditDialogComponent<Group> {
getForm(): FormGroup { getForm(): FormGroup {
return new FormGroup({ return new FormGroup({
name: new FormControl(''), name: new FormControl(''),
permissions: new FormControl([]), permissions: new FormControl(null),
}) })
} }
} }

View File

@ -244,12 +244,6 @@ const LANGUAGE_OPTIONS = [
englishName: 'Ukrainian', englishName: 'Ukrainian',
dateInputFormat: 'dd.mm.yyyy', dateInputFormat: 'dd.mm.yyyy',
}, },
{
code: 'vi-vn',
name: $localize`Vietnamese`,
englishName: 'Vietnamese',
dateInputFormat: 'dd/mm/yyyy',
},
{ {
code: 'zh-cn', code: 'zh-cn',
name: $localize`Chinese Simplified`, name: $localize`Chinese Simplified`,

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="needs-translation">Ukrainian</target> <target state="needs-translation">Ukrainian</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Vereenvoudigde Sjinees</target> <target state="translated">Vereenvoudigde Sjinees</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Eenmalige migrasie van instellings na die databasis is suksesvol voltooi!</target> <target state="translated">Eenmalige migrasie van instellings na die databasis is suksesvol voltooi!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Kan nie instellings na die databasis migreer nie, probeer handmatig bewaar.</target> <target state="translated">Kan nie instellings na die databasis migreer nie, probeer handmatig bewaar.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">U kan die toer weer vanuit die instellingsblad begin.</target> <target state="translated">U kan die toer weer vanuit die instellingsblad begin.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">الأوكرانية</target> <target state="translated">الأوكرانية</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">الصينية المبسطة</target> <target state="translated">الصينية المبسطة</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">تم بنجاح ترحيل الإعدادات مرة واحدة إلى قاعدة البيانات!</target> <target state="translated">تم بنجاح ترحيل الإعدادات مرة واحدة إلى قاعدة البيانات!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">غير قادر على ترحيل الإعدادات إلى قاعدة البيانات، الرجاء محاولة الحفظ يدوياً.</target> <target state="translated">غير قادر على ترحيل الإعدادات إلى قاعدة البيانات، الرجاء محاولة الحفظ يدوياً.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">يمكنك إعادة تشغيل الجولة من صفحة الإعدادات.</target> <target state="translated">يمكنك إعادة تشغيل الجولة من صفحة الإعدادات.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="needs-translation">Ukrainian</target> <target state="needs-translation">Ukrainian</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Кітайская спрошчаная</target> <target state="translated">Кітайская спрошчаная</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Паспяхова выканана аднаразовая міграцыя налад у базу!</target> <target state="translated">Паспяхова выканана аднаразовая міграцыя налад у базу!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Немагчыма перанесці налады ў базу дадзеных, паспрабуйце захаваць уручную.</target> <target state="translated">Немагчыма перанесці налады ў базу дадзеных, паспрабуйце захаваць уручную.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="needs-translation">You can restart the tour from the settings page.</target> <target state="needs-translation">You can restart the tour from the settings page.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">Украински</target> <target state="translated">Украински</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Китайски опростен</target> <target state="translated">Китайски опростен</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">Китайски традиционен</target> <target state="translated">Китайски традиционен</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Успешно завършена еднократна миграция на настройките към базата данни!</target> <target state="translated">Успешно завършена еднократна миграция на настройките към базата данни!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Неуспешно мигриране на настройки в база данни, моля опитайте ръчно запазване.</target> <target state="translated">Неуспешно мигриране на настройки в база данни, моля опитайте ръчно запазване.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Можете да рестартирате обиколката от страницата с настройки.</target> <target state="translated">Можете да рестартирате обиколката от страницата с настройки.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">Ucranià</target> <target state="translated">Ucranià</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Xinès Simplificat</target> <target state="translated">Xinès Simplificat</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">Xinès tradicional</target> <target state="translated">Xinès tradicional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Completat correctament la migració de la configuració de la base de dades!</target> <target state="translated">Completat correctament la migració de la configuració de la base de dades!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">No es pot migrar la configuració de la base de dades, prova manualment.</target> <target state="translated">No es pot migrar la configuració de la base de dades, prova manualment.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Pots reiniciar el tour des de les opcions.</target> <target state="translated">Pots reiniciar el tour des de les opcions.</target>
</trans-unit> </trans-unit>

View File

@ -10954,19 +10954,11 @@
</context-group> </context-group>
<target state="translated">Ukrajinština</target> <target state="translated">Ukrajinština</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="needs-review-translation" state-qualifier="leveraged-tm">Čínština (zjednodušená)</target> <target state="needs-review-translation" state-qualifier="leveraged-tm">Čínština (zjednodušená)</target>
</trans-unit> </trans-unit>
@ -10974,7 +10966,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">Čínština (tradiční)</target> <target state="translated">Čínština (tradiční)</target>
</trans-unit> </trans-unit>
@ -10982,7 +10974,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10990,7 +10982,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Úspěšně dokončena jednorázová migrace nastavení do databáze!</target> <target state="translated">Úspěšně dokončena jednorázová migrace nastavení do databáze!</target>
</trans-unit> </trans-unit>
@ -10998,7 +10990,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Nelze přesunout nastavení do databáze, zkuste ho uložit ručně.</target> <target state="translated">Nelze přesunout nastavení do databáze, zkuste ho uložit ručně.</target>
</trans-unit> </trans-unit>
@ -11006,7 +10998,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Prohlídku můžete znovu spustit ze stránky s nastavením.</target> <target state="translated">Prohlídku můžete znovu spustit ze stránky s nastavením.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="needs-translation">Ukrainian</target> <target state="needs-translation">Ukrainian</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Simplified</target> <target state="needs-translation">Chinese Simplified</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="final">ISO 8601</target> <target state="final">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target> <target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target> <target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="needs-translation">You can restart the tour from the settings page.</target> <target state="needs-translation">You can restart the tour from the settings page.</target>
</trans-unit> </trans-unit>

View File

@ -10954,19 +10954,11 @@
</context-group> </context-group>
<target state="final">Ukrainisch</target> <target state="final">Ukrainisch</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html" approved="yes"> <trans-unit id="4689443708886954687" datatype="html" approved="yes">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="final">Chinesisch (vereinfacht)</target> <target state="final">Chinesisch (vereinfacht)</target>
</trans-unit> </trans-unit>
@ -10974,7 +10966,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="final">Chinesisch (traditionell)</target> <target state="final">Chinesisch (traditionell)</target>
</trans-unit> </trans-unit>
@ -10982,7 +10974,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="final">ISO 8601</target> <target state="final">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10990,7 +10982,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="final">Einmalige Migration der Einstellungen in die Datenbank erfolgreich abgeschlossen!</target> <target state="final">Einmalige Migration der Einstellungen in die Datenbank erfolgreich abgeschlossen!</target>
</trans-unit> </trans-unit>
@ -10998,7 +10990,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="final">Einstellungen konnten nicht in die Datenbank migriert werden. Bitte versuchen Sie, manuell zu speichern.</target> <target state="final">Einstellungen konnten nicht in die Datenbank migriert werden. Bitte versuchen Sie, manuell zu speichern.</target>
</trans-unit> </trans-unit>
@ -11006,7 +10998,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="final">Sie können die Tour in den Einstellungen erneut starten.</target> <target state="final">Sie können die Tour in den Einstellungen erneut starten.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">Ουκρανικά</target> <target state="translated">Ουκρανικά</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Κινέζικα Απλοποιημένα</target> <target state="translated">Κινέζικα Απλοποιημένα</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Ολοκληρώθηκε με επιτυχία η μετεγκατάσταση των ρυθμίσεων στη βάση δεδομένων!</target> <target state="translated">Ολοκληρώθηκε με επιτυχία η μετεγκατάσταση των ρυθμίσεων στη βάση δεδομένων!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Δεν είναι δυνατή η μετεγκατάσταση των ρυθμίσεων στη βάση δεδομένων, παρακαλώ δοκιμάστε χειροκίνητα.</target> <target state="translated">Δεν είναι δυνατή η μετεγκατάσταση των ρυθμίσεων στη βάση δεδομένων, παρακαλώ δοκιμάστε χειροκίνητα.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Μπορείτε να επανεκκινήσετε την περιήγηση από τη σελίδα ρυθμίσεων.</target> <target state="translated">Μπορείτε να επανεκκινήσετε την περιήγηση από τη σελίδα ρυθμίσεων.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">Ucraniano</target> <target state="translated">Ucraniano</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Chino simplificado</target> <target state="translated">Chino simplificado</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">Chino (Tradicional)</target> <target state="translated">Chino (Tradicional)</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">¡Se completó con éxito la migración única de la configuración a la base de datos!</target> <target state="translated">¡Se completó con éxito la migración única de la configuración a la base de datos!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">No se puede migrar la configuración a la base de datos, por favor intente guardarla manualmente.</target> <target state="translated">No se puede migrar la configuración a la base de datos, por favor intente guardarla manualmente.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Puede reiniciar la visita desde la página de configuración.</target> <target state="translated">Puede reiniciar la visita desde la página de configuración.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="needs-translation">Ukrainian</target> <target state="needs-translation">Ukrainian</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Simplified</target> <target state="needs-translation">Chinese Simplified</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="needs-translation">ISO 8601</target> <target state="needs-translation">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target> <target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target> <target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="needs-translation">You can restart the tour from the settings page.</target> <target state="needs-translation">You can restart the tour from the settings page.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">وابسته به اوکراینی</target> <target state="translated">وابسته به اوکراینی</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">چینی ساده شد</target> <target state="translated">چینی ساده شد</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">چینی سنتی</target> <target state="translated">چینی سنتی</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">با موفقیت مهاجرت یک بار تنظیمات به پایگاه داده را تکمیل کرد!</target> <target state="translated">با موفقیت مهاجرت یک بار تنظیمات به پایگاه داده را تکمیل کرد!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">برای انتقال تنظیمات به پایگاه داده امکان پذیر نیست ، لطفاً به صورت دستی ذخیره کنید.</target> <target state="translated">برای انتقال تنظیمات به پایگاه داده امکان پذیر نیست ، لطفاً به صورت دستی ذخیره کنید.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">می توانید تور را از صفحه تنظیمات مجدداً راه اندازی کنید.</target> <target state="translated">می توانید تور را از صفحه تنظیمات مجدداً راه اندازی کنید.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">Ukraina</target> <target state="translated">Ukraina</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Kiina (yksinkertaistettu)</target> <target state="translated">Kiina (yksinkertaistettu)</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Kertaluontoinen asetusten migratointi tietokantaan suoritettu onnistuneesti!</target> <target state="translated">Kertaluontoinen asetusten migratointi tietokantaan suoritettu onnistuneesti!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Asetuksia ei saatu migratoitua tietokantaan. Yritä tallennusta manuaalisesti.</target> <target state="translated">Asetuksia ei saatu migratoitua tietokantaan. Yritä tallennusta manuaalisesti.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Voit käynnistää opastuksen uudelleen asetussivulta.</target> <target state="translated">Voit käynnistää opastuksen uudelleen asetussivulta.</target>
</trans-unit> </trans-unit>

View File

@ -10954,19 +10954,11 @@
</context-group> </context-group>
<target state="final">Ukrainien</target> <target state="final">Ukrainien</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html" approved="yes"> <trans-unit id="4689443708886954687" datatype="html" approved="yes">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="final">Chinois simplifié</target> <target state="final">Chinois simplifié</target>
</trans-unit> </trans-unit>
@ -10974,7 +10966,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">Chinois traditionnel</target> <target state="translated">Chinois traditionnel</target>
</trans-unit> </trans-unit>
@ -10982,7 +10974,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="final">ISO 8601</target> <target state="final">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10990,7 +10982,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="final">La migration des paramètres vers la base de données a été effectuée avec succès !</target> <target state="final">La migration des paramètres vers la base de données a été effectuée avec succès !</target>
</trans-unit> </trans-unit>
@ -10998,7 +10990,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="final">Impossible de migrer les paramètres vers la base de données, veuillez essayer denregistrer manuellement.</target> <target state="final">Impossible de migrer les paramètres vers la base de données, veuillez essayer denregistrer manuellement.</target>
</trans-unit> </trans-unit>
@ -11006,7 +10998,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="final">Vous pouvez recommencer la visite depuis les paramètres.</target> <target state="final">Vous pouvez recommencer la visite depuis les paramètres.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">אוקראינית</target> <target state="translated">אוקראינית</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">סינית מופשטת</target> <target state="translated">סינית מופשטת</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">הושלמה בהצלחה העברה חד פעמית של הגדרות למסד הנתונים!</target> <target state="translated">הושלמה בהצלחה העברה חד פעמית של הגדרות למסד הנתונים!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">לא ניתן לבצע העברה של הגדרות למסד הנתונים, נסה לשמור באופן ידני.</target> <target state="translated">לא ניתן לבצע העברה של הגדרות למסד הנתונים, נסה לשמור באופן ידני.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="needs-translation">You can restart the tour from the settings page.</target> <target state="needs-translation">You can restart the tour from the settings page.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="needs-translation">Ukrainian</target> <target state="needs-translation">Ukrainian</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="needs-review-translation" state-qualifier="leveraged-tm">Pojednostavljeni kineski</target> <target state="needs-review-translation" state-qualifier="leveraged-tm">Pojednostavljeni kineski</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="needs-translation">ISO 8601</target> <target state="needs-translation">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target> <target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target> <target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="needs-translation">You can restart the tour from the settings page.</target> <target state="needs-translation">You can restart the tour from the settings page.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">Ukrán</target> <target state="translated">Ukrán</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Kínai egyszerűsített</target> <target state="translated">Kínai egyszerűsített</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">Kínai (hagyományos)</target> <target state="translated">Kínai (hagyományos)</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Sikeresen befejeződött a beállítások egyszeri migrálása az adatbázisba!</target> <target state="translated">Sikeresen befejeződött a beállítások egyszeri migrálása az adatbázisba!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Nem sikerült a beállításokat az adatbázisba migrálni, kérjük, próbálja meg manuálisan menteni.</target> <target state="translated">Nem sikerült a beállításokat az adatbázisba migrálni, kérjük, próbálja meg manuálisan menteni.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">A túrát a beállítások oldalról indíthatja újra.</target> <target state="translated">A túrát a beállítások oldalról indíthatja újra.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="needs-translation">Ukrainian</target> <target state="needs-translation">Ukrainian</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="needs-review-translation" state-qualifier="leveraged-tm">Mandarin Sederhana</target> <target state="needs-review-translation" state-qualifier="leveraged-tm">Mandarin Sederhana</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="needs-translation">ISO 8601</target> <target state="needs-translation">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target> <target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target> <target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="needs-translation">You can restart the tour from the settings page.</target> <target state="needs-translation">You can restart the tour from the settings page.</target>
</trans-unit> </trans-unit>

View File

@ -10954,19 +10954,11 @@
</context-group> </context-group>
<target state="translated">Ucraino</target> <target state="translated">Ucraino</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Cinese semplificato</target> <target state="translated">Cinese semplificato</target>
</trans-unit> </trans-unit>
@ -10974,7 +10966,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">Cinese Tradizionale</target> <target state="translated">Cinese Tradizionale</target>
</trans-unit> </trans-unit>
@ -10982,7 +10974,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10990,7 +10982,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">La migrazione delle impostazioni al database è stata completata con successo!</target> <target state="translated">La migrazione delle impostazioni al database è stata completata con successo!</target>
</trans-unit> </trans-unit>
@ -10998,7 +10990,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Impossibile migrare le impostazioni nel database, prova a salvare manualmente.</target> <target state="translated">Impossibile migrare le impostazioni nel database, prova a salvare manualmente.</target>
</trans-unit> </trans-unit>
@ -11006,7 +10998,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Puoi riavviare il tour dalla pagina delle impostazioni.</target> <target state="translated">Puoi riavviare il tour dalla pagina delle impostazioni.</target>
</trans-unit> </trans-unit>

View File

@ -10954,19 +10954,11 @@
</context-group> </context-group>
<target state="translated">ウクライナ語</target> <target state="translated">ウクライナ語</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">中国語 (簡体字)</target> <target state="translated">中国語 (簡体字)</target>
</trans-unit> </trans-unit>
@ -10974,7 +10966,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">中国語 (繁体)</target> <target state="translated">中国語 (繁体)</target>
</trans-unit> </trans-unit>
@ -10982,7 +10974,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10990,7 +10982,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">データベースへのワンタイム設定移行が正常に完了しました!</target> <target state="translated">データベースへのワンタイム設定移行が正常に完了しました!</target>
</trans-unit> </trans-unit>
@ -10998,7 +10990,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">データベースに設定を移行できません。手動で保存してみてください。</target> <target state="translated">データベースに設定を移行できません。手動で保存してみてください。</target>
</trans-unit> </trans-unit>
@ -11006,7 +10998,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">設定ページからツアーを再開することができます</target> <target state="translated">設定ページからツアーを再開することができます</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">우크라이나어</target> <target state="translated">우크라이나어</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">중국어 간체</target> <target state="translated">중국어 간체</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">중국어 번체</target> <target state="translated">중국어 번체</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">데이터베이스에 대한 설정의 일회성 마이그레이션을 성공적으로 완료했습니다!</target> <target state="translated">데이터베이스에 대한 설정의 일회성 마이그레이션을 성공적으로 완료했습니다!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">설정을 데이터베이스로 마이그레이션할 수 없는 경우 수동으로 저장해 보세요.</target> <target state="translated">설정을 데이터베이스로 마이그레이션할 수 없는 경우 수동으로 저장해 보세요.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">나중에 설정 페이지에서 다시 둘러보기를 할 수 있습니다.</target> <target state="translated">나중에 설정 페이지에서 다시 둘러보기를 할 수 있습니다.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="needs-translation">Ukrainian</target> <target state="needs-translation">Ukrainian</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Chinesesch (Vereinfacht)</target> <target state="translated">Chinesesch (Vereinfacht)</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="final">ISO 8601</target> <target state="final">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target> <target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target> <target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="needs-translation">You can restart the tour from the settings page.</target> <target state="needs-translation">You can restart the tour from the settings page.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="needs-translation">Ukrainian</target> <target state="needs-translation">Ukrainian</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Simplified</target> <target state="needs-translation">Chinese Simplified</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="needs-translation">ISO 8601</target> <target state="needs-translation">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target> <target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target> <target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="needs-translation">You can restart the tour from the settings page.</target> <target state="needs-translation">You can restart the tour from the settings page.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="needs-translation">Ukrainian</target> <target state="needs-translation">Ukrainian</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Simplified</target> <target state="needs-translation">Chinese Simplified</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="needs-translation">ISO 8601</target> <target state="needs-translation">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target> <target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target> <target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="needs-translation">You can restart the tour from the settings page.</target> <target state="needs-translation">You can restart the tour from the settings page.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="needs-translation">Ukrainian</target> <target state="needs-translation">Ukrainian</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Simplified</target> <target state="needs-translation">Chinese Simplified</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="needs-translation">ISO 8601</target> <target state="needs-translation">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target> <target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target> <target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="needs-translation">You can restart the tour from the settings page.</target> <target state="needs-translation">You can restart the tour from the settings page.</target>
</trans-unit> </trans-unit>

View File

@ -10954,19 +10954,11 @@
</context-group> </context-group>
<target state="translated">Oekraïens</target> <target state="translated">Oekraïens</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Chinees (vereenvoudigd)</target> <target state="translated">Chinees (vereenvoudigd)</target>
</trans-unit> </trans-unit>
@ -10974,7 +10966,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10982,7 +10974,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="final">ISO 8601</target> <target state="final">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10990,7 +10982,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Eenmalige migratie van instellingen naar de database is succesvol voltooid!</target> <target state="translated">Eenmalige migratie van instellingen naar de database is succesvol voltooid!</target>
</trans-unit> </trans-unit>
@ -10998,7 +10990,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Kan instellingen niet migreren naar de database, probeer handmatig op te slaan.</target> <target state="translated">Kan instellingen niet migreren naar de database, probeer handmatig op te slaan.</target>
</trans-unit> </trans-unit>
@ -11006,7 +10998,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Je kan de rondleiding herstarten vanaf de instellingen pagina.</target> <target state="translated">Je kan de rondleiding herstarten vanaf de instellingen pagina.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="needs-review-translation" state-qualifier="leveraged-tm">Ukrainsk</target> <target state="needs-review-translation" state-qualifier="leveraged-tm">Ukrainsk</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Kinesisk forenklet</target> <target state="translated">Kinesisk forenklet</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Engangs migrering av innstillinger ble fullført til databasen!</target> <target state="translated">Engangs migrering av innstillinger ble fullført til databasen!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Kunne ikke overføre innstillinger til databasen, prøv å lagre manuelt.</target> <target state="translated">Kunne ikke overføre innstillinger til databasen, prøv å lagre manuelt.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Du kan starte omvisningen på nytt fra innstillingssiden.</target> <target state="translated">Du kan starte omvisningen på nytt fra innstillingssiden.</target>
</trans-unit> </trans-unit>

View File

@ -10954,19 +10954,11 @@
</context-group> </context-group>
<target state="translated">Ukraiński</target> <target state="translated">Ukraiński</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Chiński uproszczony</target> <target state="translated">Chiński uproszczony</target>
</trans-unit> </trans-unit>
@ -10974,7 +10966,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">chiński tradycyjny</target> <target state="translated">chiński tradycyjny</target>
</trans-unit> </trans-unit>
@ -10982,7 +10974,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10990,7 +10982,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Pomyślnie zakończona jednorazowa migracja ustawień do bazy danych!</target> <target state="translated">Pomyślnie zakończona jednorazowa migracja ustawień do bazy danych!</target>
</trans-unit> </trans-unit>
@ -10998,7 +10990,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Nie można przenieść ustawień do bazy danych, spróbuj zapisać ręcznie.</target> <target state="translated">Nie można przenieść ustawień do bazy danych, spróbuj zapisać ręcznie.</target>
</trans-unit> </trans-unit>
@ -11006,7 +10998,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Możesz ponownie uruchomić przegląd aplikacji ze strony ustawień.</target> <target state="translated">Możesz ponownie uruchomić przegląd aplikacji ze strony ustawień.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">Ucraniano</target> <target state="translated">Ucraniano</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Chinês Simplificado</target> <target state="translated">Chinês Simplificado</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">Chinês (Tradicional)</target> <target state="translated">Chinês (Tradicional)</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">A migração de configurações para o banco de dados foi concluída com sucesso!</target> <target state="translated">A migração de configurações para o banco de dados foi concluída com sucesso!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Não foi possível migrar as configurações para o banco de dados, por favor tente salvar manualmente.</target> <target state="translated">Não foi possível migrar as configurações para o banco de dados, por favor tente salvar manualmente.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Você pode reiniciar o tour na página de configurações..</target> <target state="translated">Você pode reiniciar o tour na página de configurações..</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">Ucraniano</target> <target state="translated">Ucraniano</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Chinês Simplificado</target> <target state="translated">Chinês Simplificado</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Terminado com sucesso a migração única das definições na base de dados!</target> <target state="translated">Terminado com sucesso a migração única das definições na base de dados!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Incapaz de migrar as definições na base de dados, por favor, tente gravar manualmente.</target> <target state="translated">Incapaz de migrar as definições na base de dados, por favor, tente gravar manualmente.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Pode reiniciar o tutorial através da página das Configurações.</target> <target state="translated">Pode reiniciar o tutorial através da página das Configurações.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="needs-translation">Ukrainian</target> <target state="needs-translation">Ukrainian</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Simplified</target> <target state="needs-translation">Chinese Simplified</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target> <target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target> <target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="needs-translation">You can restart the tour from the settings page.</target> <target state="needs-translation">You can restart the tour from the settings page.</target>
</trans-unit> </trans-unit>

View File

@ -10954,19 +10954,11 @@
</context-group> </context-group>
<target state="translated">Украинский</target> <target state="translated">Украинский</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Китайский упрощенный</target> <target state="translated">Китайский упрощенный</target>
</trans-unit> </trans-unit>
@ -10974,7 +10966,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">Китайский (традиционный)</target> <target state="translated">Китайский (традиционный)</target>
</trans-unit> </trans-unit>
@ -10982,7 +10974,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10990,7 +10982,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Одноразовая миграция настроек в базу данных завершена!</target> <target state="translated">Одноразовая миграция настроек в базу данных завершена!</target>
</trans-unit> </trans-unit>
@ -10998,7 +10990,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Не удается перенести настройки в базу данных, пожалуйста, попробуйте сохранить вручную.</target> <target state="translated">Не удается перенести настройки в базу данных, пожалуйста, попробуйте сохранить вручную.</target>
</trans-unit> </trans-unit>
@ -11006,7 +10998,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Вы можете перезапустить тур со страницы настроек.</target> <target state="translated">Вы можете перезапустить тур со страницы настроек.</target>
</trans-unit> </trans-unit>

View File

@ -1640,7 +1640,7 @@
<context context-type="sourcefile">src/app/components/admin/settings/settings.component.ts</context> <context context-type="sourcefile">src/app/components/admin/settings/settings.component.ts</context>
<context context-type="linenumber">76</context> <context context-type="linenumber">76</context>
</context-group> </context-group>
<target state="translated">Použiť jazyk systému</target> <target state="translated">Použiť systémovy jazyk</target>
</trans-unit> </trans-unit>
<trans-unit id="7729897675462249787" datatype="html"> <trans-unit id="7729897675462249787" datatype="html">
<source>Use date format of display language</source> <source>Use date format of display language</source>
@ -4576,7 +4576,7 @@
<context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context> <context context-type="sourcefile">src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts</context>
<context context-type="linenumber">64</context> <context context-type="linenumber">64</context>
</context-group> </context-group>
<target state="translated">Predvolené systémom</target> <target state="needs-translation">System default</target>
</trans-unit> </trans-unit>
<trans-unit id="4812910224365219000" datatype="html"> <trans-unit id="4812910224365219000" datatype="html">
<source>Text, then HTML</source> <source>Text, then HTML</source>
@ -6726,7 +6726,7 @@
<context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context> <context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context>
<context context-type="linenumber">109</context> <context context-type="linenumber">109</context>
</context-group> </context-group>
<target state="translated">Stav Redisu</target> <target state="needs-translation">Redis Status</target>
</trans-unit> </trans-unit>
<trans-unit id="5349496739889768589" datatype="html"> <trans-unit id="5349496739889768589" datatype="html">
<source>Celery Status</source> <source>Celery Status</source>
@ -6734,7 +6734,7 @@
<context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context> <context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context>
<context context-type="linenumber">127</context> <context context-type="linenumber">127</context>
</context-group> </context-group>
<target state="translated">Stav Celery</target> <target state="needs-translation">Celery Status</target>
</trans-unit> </trans-unit>
<trans-unit id="2041675390931385838" datatype="html"> <trans-unit id="2041675390931385838" datatype="html">
<source>Health</source> <source>Health</source>
@ -6750,7 +6750,7 @@
<context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context> <context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context>
<context context-type="linenumber">157</context> <context context-type="linenumber">157</context>
</context-group> </context-group>
<target state="translated">Index vyhľadávania</target> <target state="needs-translation">Search Index</target>
</trans-unit> </trans-unit>
<trans-unit id="9127131074422113272" datatype="html"> <trans-unit id="9127131074422113272" datatype="html">
<source>Run Task</source> <source>Run Task</source>
@ -6766,7 +6766,7 @@
<context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context> <context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context>
<context context-type="linenumber">245</context> <context context-type="linenumber">245</context>
</context-group> </context-group>
<target state="translated">Spustiť úlohu</target> <target state="needs-translation">Run Task</target>
</trans-unit> </trans-unit>
<trans-unit id="4089509911694721896" datatype="html"> <trans-unit id="4089509911694721896" datatype="html">
<source>Last Updated</source> <source>Last Updated</source>
@ -6774,7 +6774,7 @@
<context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context> <context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context>
<context context-type="linenumber">184</context> <context context-type="linenumber">184</context>
</context-group> </context-group>
<target state="translated">Posledná aktualizácia</target> <target state="needs-translation">Last Updated</target>
</trans-unit> </trans-unit>
<trans-unit id="46628344485199198" datatype="html"> <trans-unit id="46628344485199198" datatype="html">
<source>Classifier</source> <source>Classifier</source>
@ -6782,7 +6782,7 @@
<context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context> <context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context>
<context context-type="linenumber">189</context> <context context-type="linenumber">189</context>
</context-group> </context-group>
<target state="translated">Klasifikátor</target> <target state="needs-translation">Classifier</target>
</trans-unit> </trans-unit>
<trans-unit id="6096684179126491743" datatype="html"> <trans-unit id="6096684179126491743" datatype="html">
<source>Last Trained</source> <source>Last Trained</source>
@ -6790,7 +6790,7 @@
<context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context> <context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context>
<context context-type="linenumber">218</context> <context context-type="linenumber">218</context>
</context-group> </context-group>
<target state="translated">Naposledy trénované</target> <target state="needs-translation">Last Trained</target>
</trans-unit> </trans-unit>
<trans-unit id="6427836860962380759" datatype="html"> <trans-unit id="6427836860962380759" datatype="html">
<source>Sanity Checker</source> <source>Sanity Checker</source>
@ -6798,7 +6798,7 @@
<context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context> <context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context>
<context context-type="linenumber">223</context> <context context-type="linenumber">223</context>
</context-group> </context-group>
<target state="translated">Kontrola zdravia</target> <target state="needs-translation">Sanity Checker</target>
</trans-unit> </trans-unit>
<trans-unit id="6578747070254776938" datatype="html"> <trans-unit id="6578747070254776938" datatype="html">
<source>Last Run</source> <source>Last Run</source>
@ -6806,7 +6806,7 @@
<context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context> <context context-type="sourcefile">src/app/components/common/system-status-dialog/system-status-dialog.component.html</context>
<context context-type="linenumber">252</context> <context context-type="linenumber">252</context>
</context-group> </context-group>
<target state="translated">Naposledy spustené</target> <target state="needs-translation">Last Run</target>
</trans-unit> </trans-unit>
<trans-unit id="6732151329960766506" datatype="html"> <trans-unit id="6732151329960766506" datatype="html">
<source>Copy Raw Error</source> <source>Copy Raw Error</source>
@ -7160,7 +7160,7 @@
<context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context> <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.html</context>
<context context-type="linenumber">107</context> <context context-type="linenumber">107</context>
</context-group> </context-group>
<target state="translated">Znovu spracovať</target> <target state="needs-translation">Reprocess</target>
</trans-unit> </trans-unit>
<trans-unit id="1418444397960583910" datatype="html"> <trans-unit id="1418444397960583910" datatype="html">
<source>More like this</source> <source>More like this</source>
@ -7692,7 +7692,7 @@
<context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context> <context context-type="sourcefile">src/app/components/document-list/bulk-editor/bulk-editor.component.ts</context>
<context context-type="linenumber">786</context> <context context-type="linenumber">786</context>
</context-group> </context-group>
<target state="translated">Potvrdenie opakovaného spracovania</target> <target state="needs-translation">Reprocess confirm</target>
</trans-unit> </trans-unit>
<trans-unit id="2951161989614003846" datatype="html"> <trans-unit id="2951161989614003846" datatype="html">
<source>This operation will permanently recreate the archive file for this document.</source> <source>This operation will permanently recreate the archive file for this document.</source>
@ -7716,7 +7716,7 @@
<context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context> <context context-type="sourcefile">src/app/components/document-detail/document-detail.component.ts</context>
<context context-type="linenumber">993</context> <context context-type="linenumber">993</context>
</context-group> </context-group>
<target state="translated">Operácia opakovaného spracovania súboru „<x id="PH" equiv-text="this.document.title"/>“ bude spustená na pozadí. Pre zobrazenie nového obsahu zatvorte a znova otvorte alebo načítajte tento dokument po dokončení operácie.</target> <target state="needs-translation">Reprocess operation for "<x id="PH" equiv-text="this.document.title"/>" will begin in the background. Close and re-open or reload this document after the operation has completed to see new content.</target>
</trans-unit> </trans-unit>
<trans-unit id="4409560272830824468" datatype="html"> <trans-unit id="4409560272830824468" datatype="html">
<source>Error executing operation</source> <source>Error executing operation</source>
@ -9320,7 +9320,7 @@
<context context-type="sourcefile">src/app/components/manage/mail/mail.component.html</context> <context context-type="sourcefile">src/app/components/manage/mail/mail.component.html</context>
<context context-type="linenumber">86</context> <context context-type="linenumber">86</context>
</context-group> </context-group>
<target state="translated">Spracovať poštu</target> <target state="needs-translation">Process Mail</target>
</trans-unit> </trans-unit>
<trans-unit id="6235247415162820954" datatype="html"> <trans-unit id="6235247415162820954" datatype="html">
<source>No mail accounts defined.</source> <source>No mail accounts defined.</source>
@ -9460,7 +9460,7 @@
<context context-type="sourcefile">src/app/components/manage/mail/mail.component.ts</context> <context context-type="sourcefile">src/app/components/manage/mail/mail.component.ts</context>
<context context-type="linenumber">223</context> <context context-type="linenumber">223</context>
</context-group> </context-group>
<target state="translated">Spracovávanie účtu pošty „<x id="PH" equiv-text="account.name"/>“</target> <target state="needs-translation">Processing mail account "<x id="PH" equiv-text="account.name"/>"</target>
</trans-unit> </trans-unit>
<trans-unit id="3138185874003827652" datatype="html"> <trans-unit id="3138185874003827652" datatype="html">
<source>Error processing mail account &quot;<x id="PH" equiv-text="account.name"/>&quot;</source> <source>Error processing mail account &quot;<x id="PH" equiv-text="account.name"/>&quot;</source>
@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="needs-translation">Ukrainian</target> <target state="needs-translation">Ukrainian</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Chinese Simplified</target> <target state="translated">Chinese Simplified</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Migrácia nastavení do databázy úspešne ukončená!</target> <target state="translated">Migrácia nastavení do databázy úspešne ukončená!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Nie je možné migrovať nastavenia do databázy, skúste uložiť manuálne.</target> <target state="translated">Nie je možné migrovať nastavenia do databázy, skúste uložiť manuálne.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Sprievodcu môžete znova spustiť z nastavení.</target> <target state="translated">Sprievodcu môžete znova spustiť z nastavení.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="needs-review-translation" state-qualifier="leveraged-tm">Ukrajinščina</target> <target state="needs-review-translation" state-qualifier="leveraged-tm">Ukrajinščina</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Poenostavljena kitajščina</target> <target state="translated">Poenostavljena kitajščina</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">Tradicionalna kitajščina</target> <target state="translated">Tradicionalna kitajščina</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Uspešno opravljena enkratna migracija nastavitev v bazo!</target> <target state="translated">Uspešno opravljena enkratna migracija nastavitev v bazo!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Nastavitev ni mogoče preseliti v bazo podatkov, poskusite jih shraniti ročno.</target> <target state="translated">Nastavitev ni mogoče preseliti v bazo podatkov, poskusite jih shraniti ročno.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Ogled lahko ponovite v nastavitvah.</target> <target state="translated">Ogled lahko ponovite v nastavitvah.</target>
</trans-unit> </trans-unit>

View File

@ -10956,19 +10956,11 @@
</context-group> </context-group>
<target state="translated">Ukrajinski</target> <target state="translated">Ukrajinski</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Kineski pojednostavljen</target> <target state="translated">Kineski pojednostavljen</target>
</trans-unit> </trans-unit>
@ -10976,7 +10968,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">Tradicionalni kineski</target> <target state="translated">Tradicionalni kineski</target>
</trans-unit> </trans-unit>
@ -10984,7 +10976,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10992,7 +10984,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Uspešno završena jednokratna migracija podešavanja u bazu podataka!</target> <target state="translated">Uspešno završena jednokratna migracija podešavanja u bazu podataka!</target>
</trans-unit> </trans-unit>
@ -11000,7 +10992,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Nije moguće preneti podešavanja u bazu podataka, pokušajte da ih sačuvate ručno.</target> <target state="translated">Nije moguće preneti podešavanja u bazu podataka, pokušajte da ih sačuvate ručno.</target>
</trans-unit> </trans-unit>
@ -11008,7 +11000,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Možete ponovo da pokrenete obilazak sa stranice sa podešavanjima.</target> <target state="translated">Možete ponovo da pokrenete obilazak sa stranice sa podešavanjima.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">Ukrainiska</target> <target state="translated">Ukrainiska</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Kinesiska (förenklad)</target> <target state="translated">Kinesiska (förenklad)</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Slutförde engångsmigreringen av inställningarna till databasen!</target> <target state="translated">Slutförde engångsmigreringen av inställningarna till databasen!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Kunde inte migrera inställningarna till databasen, försök spara manuellt.</target> <target state="translated">Kunde inte migrera inställningarna till databasen, försök spara manuellt.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Du kan starta om rundturen från inställningssidan.</target> <target state="translated">Du kan starta om rundturen från inställningssidan.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">ภาษายูเครน</target> <target state="translated">ภาษายูเครน</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">ภาษาจีน (ตัวย่อ)</target> <target state="translated">ภาษาจีน (ตัวย่อ)</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target> <target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target> <target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="needs-translation">You can restart the tour from the settings page.</target> <target state="needs-translation">You can restart the tour from the settings page.</target>
</trans-unit> </trans-unit>

View File

@ -10957,19 +10957,11 @@ tüm <x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> krite
</context-group> </context-group>
<target state="needs-review-translation" state-qualifier="leveraged-tm">Ukraynaca</target> <target state="needs-review-translation" state-qualifier="leveraged-tm">Ukraynaca</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Basitleştirilmiş Çince</target> <target state="translated">Basitleştirilmiş Çince</target>
</trans-unit> </trans-unit>
@ -10977,7 +10969,7 @@ tüm <x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> krite
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="needs-translation">Chinese Traditional</target> <target state="needs-translation">Chinese Traditional</target>
</trans-unit> </trans-unit>
@ -10985,7 +10977,7 @@ tüm <x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> krite
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10993,7 +10985,7 @@ tüm <x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> krite
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target> <target state="needs-translation">Successfully completed one-time migratration of settings to the database!</target>
</trans-unit> </trans-unit>
@ -11001,7 +10993,7 @@ tüm <x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> krite
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target> <target state="needs-translation">Unable to migrate settings to the database, please try saving manually.</target>
</trans-unit> </trans-unit>
@ -11009,7 +11001,7 @@ tüm <x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> krite
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="needs-translation">You can restart the tour from the settings page.</target> <target state="needs-translation">You can restart the tour from the settings page.</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">Українська</target> <target state="translated">Українська</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">Китайська спрощена</target> <target state="translated">Китайська спрощена</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">Китайська традиційна</target> <target state="translated">Китайська традиційна</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">Успішно завершено одноразову міграцію параметрів до бази даних!</target> <target state="translated">Успішно завершено одноразову міграцію параметрів до бази даних!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">Не вдається перенести налаштування в базу даних, спробуйте зберегти вручну.</target> <target state="translated">Не вдається перенести налаштування в базу даних, спробуйте зберегти вручну.</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">Ви можете пройти знайомство ще раз зі сторінки налаштувань.</target> <target state="translated">Ви можете пройти знайомство ще раз зі сторінки налаштувань.</target>
</trans-unit> </trans-unit>

View File

@ -13152,19 +13152,11 @@
Ukraine Ukraine
</target> </target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated"> <target state="translated">
Trung Quốc đơn giản hóa Trung Quốc đơn giản hóa
@ -13174,7 +13166,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated"> <target state="translated">
Trung Quốc truyền thống Trung Quốc truyền thống
@ -13184,7 +13176,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated"> <target state="translated">
ISO 8601 ISO 8601
@ -13194,7 +13186,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated"> <target state="translated">
Đã hoàn thành thành công việc di chuyển một lần của các cài đặt vào cơ sở dữ liệu! Đã hoàn thành thành công việc di chuyển một lần của các cài đặt vào cơ sở dữ liệu!
@ -13204,7 +13196,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated"> <target state="translated">
Không thể di chuyển cài đặt vào cơ sở dữ liệu, vui lòng thử lưu thủ công. Không thể di chuyển cài đặt vào cơ sở dữ liệu, vui lòng thử lưu thủ công.
@ -13214,7 +13206,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated"> <target state="translated">
Bạn có thể khởi động lại tour từ trang Cài đặt. Bạn có thể khởi động lại tour từ trang Cài đặt.

View File

@ -10954,19 +10954,11 @@
</context-group> </context-group>
<target state="needs-review-translation" state-qualifier="leveraged-tm">Ukrainian 乌克兰语</target> <target state="needs-review-translation" state-qualifier="leveraged-tm">Ukrainian 乌克兰语</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">简体中文</target> <target state="translated">简体中文</target>
</trans-unit> </trans-unit>
@ -10974,7 +10966,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">繁体中文</target> <target state="translated">繁体中文</target>
</trans-unit> </trans-unit>
@ -10982,7 +10974,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10990,7 +10982,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">成功完成设置一次性迁移到数据库!</target> <target state="translated">成功完成设置一次性迁移到数据库!</target>
</trans-unit> </trans-unit>
@ -10998,7 +10990,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">无法将设置迁移到数据库,请尝试手动保存。</target> <target state="translated">无法将设置迁移到数据库,请尝试手动保存。</target>
</trans-unit> </trans-unit>
@ -11006,7 +10998,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">您可以从设置页面重新开始导览。</target> <target state="translated">您可以从设置页面重新开始导览。</target>
</trans-unit> </trans-unit>

View File

@ -10955,19 +10955,11 @@
</context-group> </context-group>
<target state="translated">烏克蘭文</target> <target state="translated">烏克蘭文</target>
</trans-unit> </trans-unit>
<trans-unit id="3611216939636790848" datatype="html">
<source>Vietnamese</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">249</context>
</context-group>
<target state="needs-translation">Vietnamese</target>
</trans-unit>
<trans-unit id="4689443708886954687" datatype="html"> <trans-unit id="4689443708886954687" datatype="html">
<source>Chinese Simplified</source> <source>Chinese Simplified</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">255</context> <context context-type="linenumber">249</context>
</context-group> </context-group>
<target state="translated">簡體中文</target> <target state="translated">簡體中文</target>
</trans-unit> </trans-unit>
@ -10975,7 +10967,7 @@
<source>Chinese Traditional</source> <source>Chinese Traditional</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">261</context> <context context-type="linenumber">255</context>
</context-group> </context-group>
<target state="translated">繁體中文</target> <target state="translated">繁體中文</target>
</trans-unit> </trans-unit>
@ -10983,7 +10975,7 @@
<source>ISO 8601</source> <source>ISO 8601</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">269</context> <context context-type="linenumber">263</context>
</context-group> </context-group>
<target state="translated">ISO 8601</target> <target state="translated">ISO 8601</target>
</trans-unit> </trans-unit>
@ -10991,7 +10983,7 @@
<source>Successfully completed one-time migratration of settings to the database!</source> <source>Successfully completed one-time migratration of settings to the database!</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">603</context> <context context-type="linenumber">597</context>
</context-group> </context-group>
<target state="translated">設定值已成功移轉到資料庫!</target> <target state="translated">設定值已成功移轉到資料庫!</target>
</trans-unit> </trans-unit>
@ -10999,7 +10991,7 @@
<source>Unable to migrate settings to the database, please try saving manually.</source> <source>Unable to migrate settings to the database, please try saving manually.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">604</context> <context context-type="linenumber">598</context>
</context-group> </context-group>
<target state="translated">無法將設定遷移至資料庫,請嘗試手動儲存。</target> <target state="translated">無法將設定遷移至資料庫,請嘗試手動儲存。</target>
</trans-unit> </trans-unit>
@ -11007,7 +10999,7 @@
<source>You can restart the tour from the settings page.</source> <source>You can restart the tour from the settings page.</source>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">src/app/services/settings.service.ts</context> <context context-type="sourcefile">src/app/services/settings.service.ts</context>
<context context-type="linenumber">677</context> <context context-type="linenumber">671</context>
</context-group> </context-group>
<target state="translated">可以從設定頁面重新開始導覽。</target> <target state="translated">可以從設定頁面重新開始導覽。</target>
</trans-unit> </trans-unit>

View File

@ -182,7 +182,6 @@ import localeSr from '@angular/common/locales/sr'
import localeSv from '@angular/common/locales/sv' import localeSv from '@angular/common/locales/sv'
import localeTr from '@angular/common/locales/tr' import localeTr from '@angular/common/locales/tr'
import localeUk from '@angular/common/locales/uk' import localeUk from '@angular/common/locales/uk'
import localeVi from '@angular/common/locales/vi'
import localeZh from '@angular/common/locales/zh' import localeZh from '@angular/common/locales/zh'
import localeZhHant from '@angular/common/locales/zh-Hant' import localeZhHant from '@angular/common/locales/zh-Hant'
import { CorrespondentNamePipe } from './app/pipes/correspondent-name.pipe' import { CorrespondentNamePipe } from './app/pipes/correspondent-name.pipe'
@ -220,7 +219,6 @@ registerLocaleData(localeSl)
registerLocaleData(localeSr) registerLocaleData(localeSr)
registerLocaleData(localeSv) registerLocaleData(localeSv)
registerLocaleData(localeTr) registerLocaleData(localeTr)
registerLocaleData(localeVi)
registerLocaleData(localeUk) registerLocaleData(localeUk)
registerLocaleData(localeZh) registerLocaleData(localeZh)
registerLocaleData(localeZhHant) registerLocaleData(localeZhHant)

View File

@ -304,7 +304,7 @@ class BarcodePlugin(ConsumeTaskPlugin):
) )
x, y = page.size x, y = page.size
page = page.resize( page = page.resize(
(round(x * factor), (round(y * factor))), (int(round(x * factor)), (int(round(y * factor)))),
) )
# Detect barcodes # Detect barcodes

View File

@ -44,7 +44,7 @@ def move_documents_and_create_thumbnails(apps, schema_editor):
exist_ok=True, exist_ok=True,
) )
documents: list[str] = os.listdir(Path(settings.MEDIA_ROOT) / "documents") # noqa: PTH208 documents: list[str] = os.listdir(Path(settings.MEDIA_ROOT) / "documents")
if set(documents) == {"originals", "thumbnails"}: if set(documents) == {"originals", "thumbnails"}:
return return

View File

@ -70,7 +70,7 @@ def _convert_thumbnails_to_webp(apps, schema_editor):
(existing_thumbnail, converted_thumbnail), (existing_thumbnail, converted_thumbnail),
) )
if work_packages: if len(work_packages):
logger.info( logger.info(
"\n\n" "\n\n"
" This is a one-time only migration to convert thumbnails for all of your\n" " This is a one-time only migration to convert thumbnails for all of your\n"

View File

@ -130,7 +130,7 @@ def _convert_encrypted_thumbnails_to_webp(apps, schema_editor) -> None:
(existing_thumbnail, converted_thumbnail, passphrase), (existing_thumbnail, converted_thumbnail, passphrase),
) )
if work_packages: if len(work_packages):
logger.info( logger.info(
"\n\n" "\n\n"
" This is a one-time only migration to convert thumbnails for all of your\n" " This is a one-time only migration to convert thumbnails for all of your\n"

View File

@ -1750,7 +1750,7 @@ class StoragePathSerializer(MatchingModelSerializer, OwnedObjectSerializer):
using it require a rename/move using it require a rename/move
""" """
doc_ids = [doc.id for doc in instance.documents.all()] doc_ids = [doc.id for doc in instance.documents.all()]
if doc_ids: if len(doc_ids):
bulk_edit.bulk_update_documents.delay(doc_ids) bulk_edit.bulk_update_documents.delay(doc_ids)
return super().update(instance, validated_data) return super().update(instance, validated_data)

View File

@ -2138,7 +2138,7 @@ class StoragePathViewSet(ModelViewSet, PermissionsAwareDocumentCountMixin):
# perform the deletion so renaming/moving can happen # perform the deletion so renaming/moving can happen
response = super().destroy(request, *args, **kwargs) response = super().destroy(request, *args, **kwargs)
if doc_ids: if len(doc_ids):
bulk_edit.bulk_update_documents.delay(doc_ids) bulk_edit.bulk_update_documents.delay(doc_ids)
return response return response

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Afrikaans\n" "Language-Team: Afrikaans\n"
"Language: af_ZA\n" "Language: af_ZA\n"
@ -1618,140 +1618,136 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "" msgstr ""
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Engels (VS)" msgstr "Engels (VS)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Arabies" msgstr "Arabies"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "" msgstr ""
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Belorussies" msgstr "Belorussies"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Katalaans" msgstr "Katalaans"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Tsjeggies" msgstr "Tsjeggies"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Deens" msgstr "Deens"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Duits" msgstr "Duits"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "" msgstr ""
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Engels (GB)" msgstr "Engels (GB)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Spaans" msgstr "Spaans"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Fins" msgstr "Fins"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Frans" msgstr "Frans"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "" msgstr ""
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italiaans" msgstr "Italiaans"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luxemburgs" msgstr "Luxemburgs"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "" msgstr ""
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Nederlands" msgstr "Nederlands"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Pools" msgstr "Pools"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugees (Brasilië)" msgstr "Portugees (Brasilië)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugees" msgstr "Portugees"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Roemeens" msgstr "Roemeens"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Russies" msgstr "Russies"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "" msgstr ""
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Sloweens" msgstr "Sloweens"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Serwies" msgstr "Serwies"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Sweeds" msgstr "Sweeds"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Turks" msgstr "Turks"
#: paperless/settings.py:794
msgid "Ukrainian"
msgstr ""
#: paperless/settings.py:795 #: paperless/settings.py:795
msgid "Vietnamese" msgid "Ukrainian"
msgstr "" msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Arabic\n" "Language-Team: Arabic\n"
"Language: ar_SA\n" "Language: ar_SA\n"
@ -1619,142 +1619,138 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "إعدادات التطبيق paperless" msgstr "إعدادات التطبيق paperless"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "الإنجليزية (الولايات المتحدة)" msgstr "الإنجليزية (الولايات المتحدة)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "العربية" msgstr "العربية"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "اللغة الأفريقانية" msgstr "اللغة الأفريقانية"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "البيلاروسية" msgstr "البيلاروسية"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "البلغارية" msgstr "البلغارية"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "اللغة الكتالونية" msgstr "اللغة الكتالونية"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "التشيكية" msgstr "التشيكية"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "الدانماركية" msgstr "الدانماركية"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "الألمانية" msgstr "الألمانية"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "اليونانية" msgstr "اليونانية"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "الإنجليزية (المملكة المتحدة)" msgstr "الإنجليزية (المملكة المتحدة)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "الإسبانية" msgstr "الإسبانية"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "الفنلندية" msgstr "الفنلندية"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "الفرنسية" msgstr "الفرنسية"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "المجرية" msgstr "المجرية"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "الإيطالية" msgstr "الإيطالية"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "اليابانية" msgstr "اليابانية"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "اللوكسمبرجية" msgstr "اللوكسمبرجية"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "النرويجية" msgstr "النرويجية"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "الهولندية" msgstr "الهولندية"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "البولندية" msgstr "البولندية"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "البرتغالية (البرازيل)" msgstr "البرتغالية (البرازيل)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "البرتغالية" msgstr "البرتغالية"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "الرومانية" msgstr "الرومانية"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "الروسية" msgstr "الروسية"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "السلوفاكية" msgstr "السلوفاكية"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "السلوفانية" msgstr "السلوفانية"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "الصربية" msgstr "الصربية"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "السويدية" msgstr "السويدية"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "التركية" msgstr "التركية"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "الأوكرانية" msgstr "الأوكرانية"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "الصينية المبسطة" msgstr "الصينية المبسطة"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Belarusian\n" "Language-Team: Belarusian\n"
"Language: be_BY\n" "Language: be_BY\n"
@ -1618,140 +1618,136 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "" msgstr ""
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Англійская (ЗША)" msgstr "Англійская (ЗША)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "" msgstr ""
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "" msgstr ""
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Беларуская" msgstr "Беларуская"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Чэшская" msgstr "Чэшская"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Дацкая" msgstr "Дацкая"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Нямецкая" msgstr "Нямецкая"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "" msgstr ""
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Англійская (Вялікабрытанія)" msgstr "Англійская (Вялікабрытанія)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Іспанская" msgstr "Іспанская"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "" msgstr ""
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Французская" msgstr "Французская"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "" msgstr ""
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Італьянская" msgstr "Італьянская"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Люксембургская" msgstr "Люксембургская"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "" msgstr ""
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Нідэрландская" msgstr "Нідэрландская"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Польская" msgstr "Польская"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Партугальская (Бразілія)" msgstr "Партугальская (Бразілія)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Партугальская" msgstr "Партугальская"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Румынская" msgstr "Румынская"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Руская" msgstr "Руская"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "" msgstr ""
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Славенская" msgstr "Славенская"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Сербская" msgstr "Сербская"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Шведская" msgstr "Шведская"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Турэцкая" msgstr "Турэцкая"
#: paperless/settings.py:794
msgid "Ukrainian"
msgstr ""
#: paperless/settings.py:795 #: paperless/settings.py:795
msgid "Vietnamese" msgid "Ukrainian"
msgstr "" msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Bulgarian\n" "Language-Team: Bulgarian\n"
"Language: bg_BG\n" "Language: bg_BG\n"
@ -1619,142 +1619,138 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "настройки на софтуера" msgstr "настройки на софтуера"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Английски (САЩ)" msgstr "Английски (САЩ)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Арабски" msgstr "Арабски"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Африканс" msgstr "Африканс"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Беларуски" msgstr "Беларуски"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Български" msgstr "Български"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Каталунски" msgstr "Каталунски"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Чешки" msgstr "Чешки"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Датски" msgstr "Датски"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Немски" msgstr "Немски"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Гръцки" msgstr "Гръцки"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Английски (Великобритания)" msgstr "Английски (Великобритания)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Испански" msgstr "Испански"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Финландски" msgstr "Финландски"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Френски" msgstr "Френски"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Унгарски" msgstr "Унгарски"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Италиански" msgstr "Италиански"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Японски" msgstr "Японски"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "Корейски" msgstr "Корейски"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Люксембургски" msgstr "Люксембургски"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Норвежки" msgstr "Норвежки"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Холандски" msgstr "Холандски"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Полски" msgstr "Полски"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Португалски (Бразилия)" msgstr "Португалски (Бразилия)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Португалски" msgstr "Португалски"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Румънски" msgstr "Румънски"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Руски" msgstr "Руски"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Словашки" msgstr "Словашки"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Словенски" msgstr "Словенски"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Сръбски" msgstr "Сръбски"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Шведски" msgstr "Шведски"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Турски" msgstr "Турски"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Украински" msgstr "Украински"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Китайски опростен" msgstr "Китайски опростен"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Catalan\n" "Language-Team: Catalan\n"
"Language: ca_ES\n" "Language: ca_ES\n"
@ -1411,21 +1411,21 @@ msgstr "Com a pas final, completa el següent formulari:"
#: documents/validators.py:24 #: documents/validators.py:24
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing scheme" msgid "Unable to parse URI {value}, missing scheme"
msgstr "" msgstr "No es pot analitzar l'URI {value}, falta l'esquema"
#: documents/validators.py:29 #: documents/validators.py:29
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing net location or path" msgid "Unable to parse URI {value}, missing net location or path"
msgstr "" msgstr "No es pot analitzar l'URI {value}, falta la ubicació de xarxa o la ruta"
#: documents/validators.py:36 #: documents/validators.py:36
msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}" msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}"
msgstr "" msgstr "L'esquema d'URI '{parts.scheme}' no està permès. Esquemes permesos: {', '.join(allowed_schemes)}"
#: documents/validators.py:45 #: documents/validators.py:45
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}" msgid "Unable to parse URI {value}"
msgstr "" msgstr "No s'ha pogut analitzar l'URI {value}"
#: paperless/apps.py:11 #: paperless/apps.py:11
msgid "Paperless" msgid "Paperless"
@ -1619,142 +1619,138 @@ msgstr "Defineix el mapatge de l'etiqueta del codi de barres"
msgid "paperless application settings" msgid "paperless application settings"
msgstr "configuració de l'aplicació paperless" msgstr "configuració de l'aplicació paperless"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Anglès (US)" msgstr "Anglès (US)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Àrab" msgstr "Àrab"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Africà" msgstr "Africà"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Bielorús" msgstr "Bielorús"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Búlgar" msgstr "Búlgar"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Català" msgstr "Català"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Txec" msgstr "Txec"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Danès" msgstr "Danès"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Alemany" msgstr "Alemany"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Grec" msgstr "Grec"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Anglès (GB)" msgstr "Anglès (GB)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Espanyol" msgstr "Espanyol"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "Persa" msgstr "Persa"
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Finès" msgstr "Finès"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Francès" msgstr "Francès"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Hongarès" msgstr "Hongarès"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italià" msgstr "Italià"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Japonès" msgstr "Japonès"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "Coreà" msgstr "Coreà"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luxemburguès" msgstr "Luxemburguès"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Noruec" msgstr "Noruec"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Holandès" msgstr "Holandès"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Polonès" msgstr "Polonès"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portuguès (Brasil)" msgstr "Portuguès (Brasil)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portuguès" msgstr "Portuguès"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Romanès" msgstr "Romanès"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Rus" msgstr "Rus"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Eslovac" msgstr "Eslovac"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Eslovè" msgstr "Eslovè"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Serbi" msgstr "Serbi"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Suec" msgstr "Suec"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Turc" msgstr "Turc"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ucranià" msgstr "Ucranià"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Xinès Simplificat" msgstr "Xinès Simplificat"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Czech\n" "Language-Team: Czech\n"
"Language: cs_CZ\n" "Language: cs_CZ\n"
@ -1411,21 +1411,21 @@ msgstr "Jako poslední krok vyplňte následující formulář:"
#: documents/validators.py:24 #: documents/validators.py:24
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing scheme" msgid "Unable to parse URI {value}, missing scheme"
msgstr "" msgstr "Nelze analyzovat URI {value}, chybí schéma"
#: documents/validators.py:29 #: documents/validators.py:29
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing net location or path" msgid "Unable to parse URI {value}, missing net location or path"
msgstr "" msgstr "Nelze analyzovat URI {value}, chybí síťové umístění nebo cesta"
#: documents/validators.py:36 #: documents/validators.py:36
msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}" msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}"
msgstr "" msgstr "URI schéma '{parts.scheme}' není povoleno. Povolená schémata: {', '.join(allowed_schemes)}"
#: documents/validators.py:45 #: documents/validators.py:45
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}" msgid "Unable to parse URI {value}"
msgstr "" msgstr "Nelze analyzovat URI {value}"
#: paperless/apps.py:11 #: paperless/apps.py:11
msgid "Paperless" msgid "Paperless"
@ -1619,142 +1619,138 @@ msgstr "Nastaví mapování čárových kódů na štítky"
msgid "paperless application settings" msgid "paperless application settings"
msgstr "nastavení aplikace paperless" msgstr "nastavení aplikace paperless"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Angličtina (US)" msgstr "Angličtina (US)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Arabština" msgstr "Arabština"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Afrikánština" msgstr "Afrikánština"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Běloruština" msgstr "Běloruština"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Bulharština" msgstr "Bulharština"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Katalánština" msgstr "Katalánština"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Čeština" msgstr "Čeština"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Dánština" msgstr "Dánština"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Němčina" msgstr "Němčina"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Řečtina" msgstr "Řečtina"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Angličtina (GB)" msgstr "Angličtina (GB)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Španělština" msgstr "Španělština"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "Perština" msgstr "Perština"
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Finština" msgstr "Finština"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Francouzština" msgstr "Francouzština"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Maďarština" msgstr "Maďarština"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italština" msgstr "Italština"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Japonština" msgstr "Japonština"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "Korejština" msgstr "Korejština"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Lucemburština" msgstr "Lucemburština"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Norština" msgstr "Norština"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Holandština" msgstr "Holandština"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Polština" msgstr "Polština"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugalština (Brazílie)" msgstr "Portugalština (Brazílie)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugalština" msgstr "Portugalština"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Rumunština" msgstr "Rumunština"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Ruština" msgstr "Ruština"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Slovenština" msgstr "Slovenština"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Slovinština" msgstr "Slovinština"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Srbština" msgstr "Srbština"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Švédština" msgstr "Švédština"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Turečtina" msgstr "Turečtina"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ukrajinština" msgstr "Ukrajinština"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Čínština (zjednodušená)" msgstr "Čínština (zjednodušená)"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Danish\n" "Language-Team: Danish\n"
"Language: da_DK\n" "Language: da_DK\n"
@ -1619,142 +1619,138 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "paperless-applikationsindstillinger" msgstr "paperless-applikationsindstillinger"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Engelsk (USA)" msgstr "Engelsk (USA)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "" msgstr ""
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Afrikaans" msgstr "Afrikaans"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Hviderussisk" msgstr "Hviderussisk"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Bulgarsk" msgstr "Bulgarsk"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Katalansk" msgstr "Katalansk"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Tjekkisk" msgstr "Tjekkisk"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Dansk" msgstr "Dansk"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Tysk" msgstr "Tysk"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Græsk" msgstr "Græsk"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Engelsk (GB)" msgstr "Engelsk (GB)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Spansk" msgstr "Spansk"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Finsk" msgstr "Finsk"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Fransk" msgstr "Fransk"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Ungarsk" msgstr "Ungarsk"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italiensk" msgstr "Italiensk"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Japansk" msgstr "Japansk"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "Koreansk" msgstr "Koreansk"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luxemburgsk" msgstr "Luxemburgsk"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Norsk" msgstr "Norsk"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Hollandsk" msgstr "Hollandsk"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Polsk" msgstr "Polsk"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugisisk (Brasilien)" msgstr "Portugisisk (Brasilien)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugisisk" msgstr "Portugisisk"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Romansk" msgstr "Romansk"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Russisk" msgstr "Russisk"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Slovakisk" msgstr "Slovakisk"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Slovensk" msgstr "Slovensk"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Serbisk" msgstr "Serbisk"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Svensk" msgstr "Svensk"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Tyrkisk" msgstr "Tyrkisk"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ukrainsk" msgstr "Ukrainsk"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Kinesisk, forenklet" msgstr "Kinesisk, forenklet"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: German\n" "Language-Team: German\n"
"Language: de_DE\n" "Language: de_DE\n"
@ -1411,21 +1411,21 @@ msgstr "Bitte füllen Sie zum Abschluss folgendes Formular aus:"
#: documents/validators.py:24 #: documents/validators.py:24
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing scheme" msgid "Unable to parse URI {value}, missing scheme"
msgstr "" msgstr "URI {value} kann nicht analysiert werden, fehlendes Schema"
#: documents/validators.py:29 #: documents/validators.py:29
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing net location or path" msgid "Unable to parse URI {value}, missing net location or path"
msgstr "" msgstr "URI {value} kann nicht analysiert werden, Netzstandort oder Pfad fehlt"
#: documents/validators.py:36 #: documents/validators.py:36
msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}" msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}"
msgstr "" msgstr "URI-Schema '{parts.scheme}' ist nicht erlaubt. Erlaubte Schemata: {', '.join(allowed_schemes)}"
#: documents/validators.py:45 #: documents/validators.py:45
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}" msgid "Unable to parse URI {value}"
msgstr "" msgstr "Kann URI {value} nicht analysieren"
#: paperless/apps.py:11 #: paperless/apps.py:11
msgid "Paperless" msgid "Paperless"
@ -1619,142 +1619,138 @@ msgstr "Legt die Tag-Barcode-Zuweisung fest"
msgid "paperless application settings" msgid "paperless application settings"
msgstr "Paperless-ngx-Anwendungseinstellungen" msgstr "Paperless-ngx-Anwendungseinstellungen"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Englisch (US)" msgstr "Englisch (US)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Arabisch" msgstr "Arabisch"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Afrikanisch" msgstr "Afrikanisch"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Belarussisch" msgstr "Belarussisch"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Bulgarisch" msgstr "Bulgarisch"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Katalanisch" msgstr "Katalanisch"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Tschechisch" msgstr "Tschechisch"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Dänisch" msgstr "Dänisch"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Deutsch" msgstr "Deutsch"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Griechisch" msgstr "Griechisch"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Englisch (UK)" msgstr "Englisch (UK)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Spanisch" msgstr "Spanisch"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "Persisch" msgstr "Persisch"
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Finnisch" msgstr "Finnisch"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Französisch" msgstr "Französisch"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Ungarisch" msgstr "Ungarisch"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italienisch" msgstr "Italienisch"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Japanisch" msgstr "Japanisch"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "Koreanisch" msgstr "Koreanisch"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luxemburgisch" msgstr "Luxemburgisch"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Norwegisch" msgstr "Norwegisch"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Niederländisch" msgstr "Niederländisch"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Polnisch" msgstr "Polnisch"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugiesisch (Brasilien)" msgstr "Portugiesisch (Brasilien)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugiesisch" msgstr "Portugiesisch"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Rumänisch" msgstr "Rumänisch"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Russisch" msgstr "Russisch"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Slowakisch" msgstr "Slowakisch"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Slowenisch" msgstr "Slowenisch"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Serbisch" msgstr "Serbisch"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Schwedisch" msgstr "Schwedisch"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Türkisch" msgstr "Türkisch"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ukrainisch" msgstr "Ukrainisch"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Chinesisch (vereinfacht)" msgstr "Chinesisch (vereinfacht)"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Greek\n" "Language-Team: Greek\n"
"Language: el_GR\n" "Language: el_GR\n"
@ -1411,21 +1411,21 @@ msgstr "Ως τελικό βήμα, παρακαλούμε να συμπληρώ
#: documents/validators.py:24 #: documents/validators.py:24
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing scheme" msgid "Unable to parse URI {value}, missing scheme"
msgstr "" msgstr "Αδυναμία ανάλυσης του URI {value}, λείπει το σχέδιο"
#: documents/validators.py:29 #: documents/validators.py:29
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing net location or path" msgid "Unable to parse URI {value}, missing net location or path"
msgstr "" msgstr "Αδυναμία ανάλυσης URI {value}, λείπει η τοποθεσία ή η διαδρομή δικτύου"
#: documents/validators.py:36 #: documents/validators.py:36
msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}" msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}"
msgstr "" msgstr "URI scheme '{parts.scheme}' δεν επιτρέπεται. Επιτρεπόμενα συστήματα: {', '.join(allowed_ schemes)}"
#: documents/validators.py:45 #: documents/validators.py:45
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}" msgid "Unable to parse URI {value}"
msgstr "" msgstr "Αδυναμία ανάλυσης του URI {value}"
#: paperless/apps.py:11 #: paperless/apps.py:11
msgid "Paperless" msgid "Paperless"
@ -1619,142 +1619,138 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "ρυθμίσεις εφαρμογής paperless" msgstr "ρυθμίσεις εφαρμογής paperless"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Αγγλικά (ΗΠΑ)" msgstr "Αγγλικά (ΗΠΑ)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Αραβικά" msgstr "Αραβικά"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Αφρικανικά" msgstr "Αφρικανικά"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Λευκορωσικά" msgstr "Λευκορωσικά"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Βουλγαρικά" msgstr "Βουλγαρικά"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Καταλανικά" msgstr "Καταλανικά"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Τσέχικα" msgstr "Τσέχικα"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Δανέζικα" msgstr "Δανέζικα"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Γερμανικά" msgstr "Γερμανικά"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Ελληνικά" msgstr "Ελληνικά"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Αγγλικά (Ηνωμένο Βασίλειο)" msgstr "Αγγλικά (Ηνωμένο Βασίλειο)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Ισπανικά" msgstr "Ισπανικά"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Φινλανδικά" msgstr "Φινλανδικά"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Γαλλικά" msgstr "Γαλλικά"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Ουγγρικά" msgstr "Ουγγρικά"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Ιταλικά" msgstr "Ιταλικά"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Ιαπωνικά" msgstr "Ιαπωνικά"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "Κορεάτικα" msgstr "Κορεάτικα"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Λουξεμβουργικά" msgstr "Λουξεμβουργικά"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Νορβηγικά" msgstr "Νορβηγικά"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Ολλανδικά" msgstr "Ολλανδικά"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Πολωνικά" msgstr "Πολωνικά"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Πορτογαλικά (Βραζιλίας)" msgstr "Πορτογαλικά (Βραζιλίας)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Πορτογαλικά" msgstr "Πορτογαλικά"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Ρουμάνικα" msgstr "Ρουμάνικα"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Ρωσικά" msgstr "Ρωσικά"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Σλοβακικά" msgstr "Σλοβακικά"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Σλοβενικά" msgstr "Σλοβενικά"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Σερβικά" msgstr "Σερβικά"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Σουηδικά" msgstr "Σουηδικά"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Τούρκικα" msgstr "Τούρκικα"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ουκρανικά" msgstr "Ουκρανικά"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Κινέζικα Απλοποιημένα" msgstr "Κινέζικα Απλοποιημένα"

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2022-02-17 04:17\n" "PO-Revision-Date: 2022-02-17 04:17\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: English\n" "Language-Team: English\n"
@ -1645,140 +1645,136 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "" msgstr ""
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "" msgstr ""
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "" msgstr ""
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "" msgstr ""
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "" msgstr ""
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "" msgstr ""
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "" msgstr ""
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "" msgstr ""
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "" msgstr ""
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "" msgstr ""
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "" msgstr ""
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "" msgstr ""
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "" msgstr ""
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "" msgstr ""
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "" msgstr ""
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "" msgstr ""
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "" msgstr ""
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "" msgstr ""
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "" msgstr ""
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "" msgstr ""
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "" msgstr ""
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "" msgstr ""
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "" msgstr ""
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "" msgstr ""
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "" msgstr ""
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "" msgstr ""
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "" msgstr ""
#: paperless/settings.py:794
msgid "Ukrainian"
msgstr ""
#: paperless/settings.py:795 #: paperless/settings.py:795
msgid "Vietnamese" msgid "Ukrainian"
msgstr "" msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Spanish\n" "Language-Team: Spanish\n"
"Language: es_ES\n" "Language: es_ES\n"
@ -1411,21 +1411,21 @@ msgstr "Como último paso, por favor complete el siguiente formulario:"
#: documents/validators.py:24 #: documents/validators.py:24
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing scheme" msgid "Unable to parse URI {value}, missing scheme"
msgstr "" msgstr "No se puede analizar la URI {value}, falta el esquema"
#: documents/validators.py:29 #: documents/validators.py:29
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing net location or path" msgid "Unable to parse URI {value}, missing net location or path"
msgstr "" msgstr "No se puede analizar la URI {value}, falta la ubicación de la red o la ruta"
#: documents/validators.py:36 #: documents/validators.py:36
msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}" msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}"
msgstr "" msgstr "El esquema URI '{parts.scheme}' no está permitido. Esquemas permitidos: {', '.join(allowed_schemes)}"
#: documents/validators.py:45 #: documents/validators.py:45
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}" msgid "Unable to parse URI {value}"
msgstr "" msgstr "No se puede analizar la URI {value}"
#: paperless/apps.py:11 #: paperless/apps.py:11
msgid "Paperless" msgid "Paperless"
@ -1619,142 +1619,138 @@ msgstr "Establece el mapeo de códigos de barras de etiquetas"
msgid "paperless application settings" msgid "paperless application settings"
msgstr "Ajustes de la aplicación paperless" msgstr "Ajustes de la aplicación paperless"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Inglés (US)" msgstr "Inglés (US)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Árabe" msgstr "Árabe"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Africano" msgstr "Africano"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Bielorruso" msgstr "Bielorruso"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Búlgaro" msgstr "Búlgaro"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Catalán" msgstr "Catalán"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Checo" msgstr "Checo"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Danés" msgstr "Danés"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Alemán" msgstr "Alemán"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Griego" msgstr "Griego"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Inglés (Gran Bretaña)" msgstr "Inglés (Gran Bretaña)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Español" msgstr "Español"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Finlandés" msgstr "Finlandés"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Francés" msgstr "Francés"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Húngaro" msgstr "Húngaro"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italiano" msgstr "Italiano"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Japonés" msgstr "Japonés"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "Coreano" msgstr "Coreano"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luxemburgués" msgstr "Luxemburgués"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Noruego" msgstr "Noruego"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Alemán" msgstr "Alemán"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Polaco" msgstr "Polaco"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugués (Brasil)" msgstr "Portugués (Brasil)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugués" msgstr "Portugués"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Rumano" msgstr "Rumano"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Ruso" msgstr "Ruso"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Eslovaco" msgstr "Eslovaco"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Esloveno" msgstr "Esloveno"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Serbio" msgstr "Serbio"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Sueco" msgstr "Sueco"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Turco" msgstr "Turco"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ucraniano" msgstr "Ucraniano"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Chino simplificado" msgstr "Chino simplificado"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Estonian\n" "Language-Team: Estonian\n"
"Language: et_EE\n" "Language: et_EE\n"
@ -1618,140 +1618,136 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "" msgstr ""
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "" msgstr ""
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "" msgstr ""
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "" msgstr ""
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "" msgstr ""
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "" msgstr ""
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "" msgstr ""
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "" msgstr ""
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "" msgstr ""
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "" msgstr ""
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "" msgstr ""
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "" msgstr ""
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "" msgstr ""
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "" msgstr ""
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "" msgstr ""
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "" msgstr ""
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "" msgstr ""
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "" msgstr ""
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "" msgstr ""
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "" msgstr ""
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "" msgstr ""
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "" msgstr ""
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "" msgstr ""
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "" msgstr ""
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "" msgstr ""
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "" msgstr ""
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "" msgstr ""
#: paperless/settings.py:794
msgid "Ukrainian"
msgstr ""
#: paperless/settings.py:795 #: paperless/settings.py:795
msgid "Vietnamese" msgid "Ukrainian"
msgstr "" msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Persian\n" "Language-Team: Persian\n"
"Language: fa_IR\n" "Language: fa_IR\n"
@ -1618,142 +1618,138 @@ msgstr "نقشه بارکد برچسب را تنظیم می کند"
msgid "paperless application settings" msgid "paperless application settings"
msgstr "تنظیمات برنامه بدون کاغذ" msgstr "تنظیمات برنامه بدون کاغذ"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "انگلیسی (ایالات متحده)" msgstr "انگلیسی (ایالات متحده)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "عربی" msgstr "عربی"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "افریکان" msgstr "افریکان"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "وابسته به بلروس" msgstr "وابسته به بلروس"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "وابسته به بلغاری" msgstr "وابسته به بلغاری"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "کاتالان" msgstr "کاتالان"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "وابسته به چک" msgstr "وابسته به چک"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "وابسته به دانمارکی" msgstr "وابسته به دانمارکی"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "آلمانی" msgstr "آلمانی"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "یونانی" msgstr "یونانی"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "انگلیسی (GB)" msgstr "انگلیسی (GB)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "اسپانیایی" msgstr "اسپانیایی"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "فارسی" msgstr "فارسی"
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "فنلاندی" msgstr "فنلاندی"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "فرانسوی" msgstr "فرانسوی"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "مجارستانی" msgstr "مجارستانی"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "ایتالیایی" msgstr "ایتالیایی"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "وابسته به ژاپنی" msgstr "وابسته به ژاپنی"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "کره ای" msgstr "کره ای"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "وابسته به لوکس" msgstr "وابسته به لوکس"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "نروژی" msgstr "نروژی"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "هلندی" msgstr "هلندی"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "صیقل دادن" msgstr "صیقل دادن"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "پرتغالی (برزیل)" msgstr "پرتغالی (برزیل)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "وابسته به پرتغالی" msgstr "وابسته به پرتغالی"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "وابسته به رومانی" msgstr "وابسته به رومانی"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "روسی" msgstr "روسی"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "لگن" msgstr "لگن"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "وابسته به اسلوونی" msgstr "وابسته به اسلوونی"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "صرب" msgstr "صرب"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "سوئدی" msgstr "سوئدی"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "ترکی" msgstr "ترکی"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "وابسته به اوکراینی" msgstr "وابسته به اوکراینی"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "چینی ساده شد" msgstr "چینی ساده شد"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Finnish\n" "Language-Team: Finnish\n"
"Language: fi_FI\n" "Language: fi_FI\n"
@ -1619,142 +1619,138 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "" msgstr ""
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Englanti (US)" msgstr "Englanti (US)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Arabialainen" msgstr "Arabialainen"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "" msgstr ""
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "valkovenäjä" msgstr "valkovenäjä"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Katalaani" msgstr "Katalaani"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Tšekki" msgstr "Tšekki"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Tanska" msgstr "Tanska"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Saksa" msgstr "Saksa"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Kreikka" msgstr "Kreikka"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Englanti (US)" msgstr "Englanti (US)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Espanja" msgstr "Espanja"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Suomi" msgstr "Suomi"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Ranska" msgstr "Ranska"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "" msgstr ""
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italia" msgstr "Italia"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luxemburg" msgstr "Luxemburg"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Norja" msgstr "Norja"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Hollanti" msgstr "Hollanti"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "puola" msgstr "puola"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "portugali (Brasilia)" msgstr "portugali (Brasilia)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "portugali" msgstr "portugali"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "romania" msgstr "romania"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "venäjä" msgstr "venäjä"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Slovakia" msgstr "Slovakia"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Slovenia" msgstr "Slovenia"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Serbia" msgstr "Serbia"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "ruotsi" msgstr "ruotsi"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Turkki" msgstr "Turkki"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ukraina" msgstr "Ukraina"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Kiina (yksinkertaistettu)" msgstr "Kiina (yksinkertaistettu)"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-03 12:14\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: French\n" "Language-Team: French\n"
"Language: fr_FR\n" "Language: fr_FR\n"
@ -1410,21 +1410,21 @@ msgstr "Pour finir, veuillez remplir le formulaire suivant :"
#: documents/validators.py:24 #: documents/validators.py:24
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing scheme" msgid "Unable to parse URI {value}, missing scheme"
msgstr "" msgstr "Impossible d'analyser l'URI {value}, schéma manquant"
#: documents/validators.py:29 #: documents/validators.py:29
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing net location or path" msgid "Unable to parse URI {value}, missing net location or path"
msgstr "" msgstr "Impossible d'analyser l'URI {value}, emplacement réseau ou chemin manquant"
#: documents/validators.py:36 #: documents/validators.py:36
msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}" msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}"
msgstr "" msgstr "Le schéma d'URI « {parts.scheme} » n'est pas autorisé. Schémas autorisés : {', '.join(allowed_schemes)}"
#: documents/validators.py:45 #: documents/validators.py:45
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}" msgid "Unable to parse URI {value}"
msgstr "" msgstr "Impossible d'analyser l'URI {value}"
#: paperless/apps.py:11 #: paperless/apps.py:11
msgid "Paperless" msgid "Paperless"
@ -1618,142 +1618,138 @@ msgstr "Définit la correspondance des étiquettes de code-barres"
msgid "paperless application settings" msgid "paperless application settings"
msgstr "paramètres de l'application paperless" msgstr "paramètres de l'application paperless"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Anglais (US)" msgstr "Anglais (US)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Arabe" msgstr "Arabe"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Afrikaans" msgstr "Afrikaans"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Biélorusse" msgstr "Biélorusse"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Bulgare" msgstr "Bulgare"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Catalan" msgstr "Catalan"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Tchèque" msgstr "Tchèque"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Danois" msgstr "Danois"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Allemand" msgstr "Allemand"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Grec" msgstr "Grec"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Anglais (GB)" msgstr "Anglais (GB)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Espagnol" msgstr "Espagnol"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "Persan" msgstr "Persan"
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Finnois" msgstr "Finnois"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Français" msgstr "Français"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Hongrois" msgstr "Hongrois"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italien" msgstr "Italien"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Japonais" msgstr "Japonais"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "Coréen" msgstr "Coréen"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luxembourgeois" msgstr "Luxembourgeois"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Norvégien" msgstr "Norvégien"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Néerlandais" msgstr "Néerlandais"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Polonais" msgstr "Polonais"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugais (Brésil)" msgstr "Portugais (Brésil)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugais" msgstr "Portugais"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Roumain" msgstr "Roumain"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Russe" msgstr "Russe"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Solvaque" msgstr "Solvaque"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Slovène" msgstr "Slovène"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Serbe" msgstr "Serbe"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Suédois" msgstr "Suédois"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Turc" msgstr "Turc"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ukrainien" msgstr "Ukrainien"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Chinois simplifié" msgstr "Chinois simplifié"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Hebrew\n" "Language-Team: Hebrew\n"
"Language: he_IL\n" "Language: he_IL\n"
@ -1412,21 +1412,21 @@ msgstr ": כצעד אחרון, אנא מלא את הטופס הבא:"
#: documents/validators.py:24 #: documents/validators.py:24
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing scheme" msgid "Unable to parse URI {value}, missing scheme"
msgstr "" msgstr "לא ניתן לנתח את כתובת ה-URI {value}"
#: documents/validators.py:29 #: documents/validators.py:29
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing net location or path" msgid "Unable to parse URI {value}, missing net location or path"
msgstr "" msgstr "לא ניתן לנתח את כתובת ה-URI {value}, חסרה מיקום רשת או נתיב"
#: documents/validators.py:36 #: documents/validators.py:36
msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}" msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}"
msgstr "" msgstr "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}"
#: documents/validators.py:45 #: documents/validators.py:45
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}" msgid "Unable to parse URI {value}"
msgstr "" msgstr "לא ניתן לנתח את כתובת ה-URI {value}, חסרה הסכימה"
#: paperless/apps.py:11 #: paperless/apps.py:11
msgid "Paperless" msgid "Paperless"
@ -1620,142 +1620,138 @@ msgstr "מגדיר את מיפוי הברקוד"
msgid "paperless application settings" msgid "paperless application settings"
msgstr "הגדרות יישום paperless" msgstr "הגדרות יישום paperless"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "אנגלית (ארה״ב)" msgstr "אנגלית (ארה״ב)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "ערבית" msgstr "ערבית"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "אפריקאנס" msgstr "אפריקאנס"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "בלרוסית" msgstr "בלרוסית"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "בולגרית" msgstr "בולגרית"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "קטלאנית" msgstr "קטלאנית"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "צ'כית" msgstr "צ'כית"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "דנית" msgstr "דנית"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "גרמנית" msgstr "גרמנית"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "יוונית" msgstr "יוונית"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "אנגלית (בריטניה)" msgstr "אנגלית (בריטניה)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "ספרדית" msgstr "ספרדית"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "פרסית" msgstr "פרסית"
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "פינית" msgstr "פינית"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "צרפתית" msgstr "צרפתית"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "הונגרית" msgstr "הונגרית"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "איטלקית" msgstr "איטלקית"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "יפנית" msgstr "יפנית"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "קוריאנית" msgstr "קוריאנית"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "לוקסמבורגית" msgstr "לוקסמבורגית"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "נורווגית" msgstr "נורווגית"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "הולנדית" msgstr "הולנדית"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "פולנית" msgstr "פולנית"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "פורטוגלית ברזילאית" msgstr "פורטוגלית ברזילאית"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "פורטוגלית" msgstr "פורטוגלית"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "רומנית" msgstr "רומנית"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "רוסית" msgstr "רוסית"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "סלובקית" msgstr "סלובקית"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "סלובנית" msgstr "סלובנית"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "סרבית" msgstr "סרבית"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "שוודית" msgstr "שוודית"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "טורקית" msgstr "טורקית"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "אוקראינית" msgstr "אוקראינית"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "סינית מפושטת" msgstr "סינית מפושטת"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Croatian\n" "Language-Team: Croatian\n"
"Language: hr_HR\n" "Language: hr_HR\n"
@ -1618,140 +1618,136 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "" msgstr ""
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Engleski (US)" msgstr "Engleski (US)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Arapski" msgstr "Arapski"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "" msgstr ""
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Bjeloruski" msgstr "Bjeloruski"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Češki" msgstr "Češki"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Danski" msgstr "Danski"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Njemački" msgstr "Njemački"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "" msgstr ""
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Engleski (GB)" msgstr "Engleski (GB)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Španjolski" msgstr "Španjolski"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "" msgstr ""
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Francuski" msgstr "Francuski"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "" msgstr ""
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Talijanski" msgstr "Talijanski"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luksemburški" msgstr "Luksemburški"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "" msgstr ""
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Nizozemski" msgstr "Nizozemski"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Poljski" msgstr "Poljski"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugalski (Brazil)" msgstr "Portugalski (Brazil)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugalski" msgstr "Portugalski"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Rumunjski" msgstr "Rumunjski"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Ruski" msgstr "Ruski"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "" msgstr ""
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Slovenski" msgstr "Slovenski"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Srpski" msgstr "Srpski"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Švedski" msgstr "Švedski"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Turski" msgstr "Turski"
#: paperless/settings.py:794
msgid "Ukrainian"
msgstr ""
#: paperless/settings.py:795 #: paperless/settings.py:795
msgid "Vietnamese" msgid "Ukrainian"
msgstr "" msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Hungarian\n" "Language-Team: Hungarian\n"
"Language: hu_HU\n" "Language: hu_HU\n"
@ -1410,21 +1410,21 @@ msgstr "Utolsó lépésként kérjük válaszoljon az alábbi kérdésekre:"
#: documents/validators.py:24 #: documents/validators.py:24
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing scheme" msgid "Unable to parse URI {value}, missing scheme"
msgstr "" msgstr "A {value} URI értelmezése sikertelen, hiányzó séma"
#: documents/validators.py:29 #: documents/validators.py:29
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing net location or path" msgid "Unable to parse URI {value}, missing net location or path"
msgstr "" msgstr "A {value} URI értelmezése sikertelen, hiányzó hálózati vagy elérési útvonal"
#: documents/validators.py:36 #: documents/validators.py:36
msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}" msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}"
msgstr "" msgstr "A '{parts.scheme}' séma nem engedélyezett. Engedélyezett sémák: {', '.join(allowed_schemes)}"
#: documents/validators.py:45 #: documents/validators.py:45
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}" msgid "Unable to parse URI {value}"
msgstr "" msgstr "A {value} URI értelmezése sikertelen"
#: paperless/apps.py:11 #: paperless/apps.py:11
msgid "Paperless" msgid "Paperless"
@ -1618,142 +1618,138 @@ msgstr "Beállítja a vonalkódok címkékhez rendelését"
msgid "paperless application settings" msgid "paperless application settings"
msgstr "paperless alkalmazás beállítások" msgstr "paperless alkalmazás beállítások"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Angol (US)" msgstr "Angol (US)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Arab" msgstr "Arab"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Afrikai" msgstr "Afrikai"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Fehérorosz" msgstr "Fehérorosz"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Bolgár" msgstr "Bolgár"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Katalán" msgstr "Katalán"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Cseh" msgstr "Cseh"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Dán" msgstr "Dán"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Német" msgstr "Német"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Görög" msgstr "Görög"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Angol (GB)" msgstr "Angol (GB)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Spanyol" msgstr "Spanyol"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Finn" msgstr "Finn"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Francia" msgstr "Francia"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Magyar" msgstr "Magyar"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Olasz" msgstr "Olasz"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "japán" msgstr "japán"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "koreai" msgstr "koreai"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luxemburgi" msgstr "Luxemburgi"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Norvég" msgstr "Norvég"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Holland" msgstr "Holland"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Lengyel" msgstr "Lengyel"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugál (Brazília)" msgstr "Portugál (Brazília)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugál" msgstr "Portugál"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Román" msgstr "Román"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Orosz" msgstr "Orosz"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Szlovák" msgstr "Szlovák"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Szlovén" msgstr "Szlovén"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Szerb" msgstr "Szerb"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Svéd" msgstr "Svéd"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Török" msgstr "Török"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ukrán" msgstr "Ukrán"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Kínai egyszerűsített" msgstr "Kínai egyszerűsített"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Indonesian\n" "Language-Team: Indonesian\n"
"Language: id_ID\n" "Language: id_ID\n"
@ -1619,142 +1619,138 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "pengaturan aplikasi paperless" msgstr "pengaturan aplikasi paperless"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Inggris (AS)" msgstr "Inggris (AS)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Arab" msgstr "Arab"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Bahasa Afrika" msgstr "Bahasa Afrika"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Belarusia" msgstr "Belarusia"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Bahasa Bulgaria" msgstr "Bahasa Bulgaria"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Bahasa Ceko" msgstr "Bahasa Ceko"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "" msgstr ""
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Jerman" msgstr "Jerman"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Yunani" msgstr "Yunani"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Inggris (GB)" msgstr "Inggris (GB)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Spanyol" msgstr "Spanyol"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "" msgstr ""
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Prancis" msgstr "Prancis"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Hungaria" msgstr "Hungaria"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italia" msgstr "Italia"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Bahasa Jepang" msgstr "Bahasa Jepang"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "Bahasa Korea" msgstr "Bahasa Korea"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luksemburg" msgstr "Luksemburg"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Norwegia" msgstr "Norwegia"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Belanda" msgstr "Belanda"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Polandia" msgstr "Polandia"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugis (Brasil)" msgstr "Portugis (Brasil)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugis" msgstr "Portugis"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Rumania" msgstr "Rumania"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Rusia" msgstr "Rusia"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Slovakia" msgstr "Slovakia"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Slovenia" msgstr "Slovenia"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Serbia" msgstr "Serbia"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Swedia" msgstr "Swedia"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Turki" msgstr "Turki"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ukraina" msgstr "Ukraina"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Mandarin Sederhana" msgstr "Mandarin Sederhana"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Italian\n" "Language-Team: Italian\n"
"Language: it_IT\n" "Language: it_IT\n"
@ -1619,142 +1619,138 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "impostazioni dell'applicazione paperless" msgstr "impostazioni dell'applicazione paperless"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Inglese (US)" msgstr "Inglese (US)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Arabo" msgstr "Arabo"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Africano" msgstr "Africano"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Bielorusso" msgstr "Bielorusso"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Bulgaro" msgstr "Bulgaro"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Catalano" msgstr "Catalano"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Ceco" msgstr "Ceco"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Danese" msgstr "Danese"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Tedesco" msgstr "Tedesco"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Greco" msgstr "Greco"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Inglese (GB)" msgstr "Inglese (GB)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Spagnolo" msgstr "Spagnolo"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "Persiano" msgstr "Persiano"
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Finlandese" msgstr "Finlandese"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Francese" msgstr "Francese"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Ungherese" msgstr "Ungherese"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italiano" msgstr "Italiano"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Giapponese" msgstr "Giapponese"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "Coreano" msgstr "Coreano"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Lussemburghese" msgstr "Lussemburghese"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Norvegese" msgstr "Norvegese"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Olandese" msgstr "Olandese"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Polacco" msgstr "Polacco"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portoghese (Brasile)" msgstr "Portoghese (Brasile)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portoghese" msgstr "Portoghese"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Rumeno" msgstr "Rumeno"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Russo" msgstr "Russo"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Slovacco" msgstr "Slovacco"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Sloveno" msgstr "Sloveno"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Serbo" msgstr "Serbo"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Svedese" msgstr "Svedese"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Turco" msgstr "Turco"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ucraino" msgstr "Ucraino"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Cinese semplificato" msgstr "Cinese semplificato"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Japanese\n" "Language-Team: Japanese\n"
"Language: ja_JP\n" "Language: ja_JP\n"
@ -1619,142 +1619,138 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "Paperless アプリケーションの設定" msgstr "Paperless アプリケーションの設定"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "英語 (米国)" msgstr "英語 (米国)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "アラビア語" msgstr "アラビア語"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "アフリカーンス語" msgstr "アフリカーンス語"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "ベラルーシ語" msgstr "ベラルーシ語"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "ブルガリア語" msgstr "ブルガリア語"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "カタロニア語" msgstr "カタロニア語"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "チェコ語" msgstr "チェコ語"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "デンマーク語" msgstr "デンマーク語"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "ドイツ語" msgstr "ドイツ語"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "ギリシャ語" msgstr "ギリシャ語"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "英語 (英国)" msgstr "英語 (英国)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "スペイン語" msgstr "スペイン語"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "フィンランド語" msgstr "フィンランド語"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "フランス語" msgstr "フランス語"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "ハンガリー語" msgstr "ハンガリー語"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "イタリア語" msgstr "イタリア語"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "日本語" msgstr "日本語"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "韓国語" msgstr "韓国語"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "ルクセンブルク語" msgstr "ルクセンブルク語"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "ノルウェー語" msgstr "ノルウェー語"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "オランダ語" msgstr "オランダ語"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "ポーランド語" msgstr "ポーランド語"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "ポルトガル語 (ブラジル)" msgstr "ポルトガル語 (ブラジル)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "ポルトガル語" msgstr "ポルトガル語"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "ルーマニア語" msgstr "ルーマニア語"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "ロシア語" msgstr "ロシア語"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "スロバキア語" msgstr "スロバキア語"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "スロベニア語" msgstr "スロベニア語"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "セルビア語" msgstr "セルビア語"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "スウェーデン語" msgstr "スウェーデン語"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "トルコ語" msgstr "トルコ語"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "ウクライナ語" msgstr "ウクライナ語"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "中国語 (簡体字)" msgstr "中国語 (簡体字)"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Korean\n" "Language-Team: Korean\n"
"Language: ko_KR\n" "Language: ko_KR\n"
@ -1411,21 +1411,21 @@ msgstr "마지막 단계로 다음 양식을 작성해 주세요:"
#: documents/validators.py:24 #: documents/validators.py:24
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing scheme" msgid "Unable to parse URI {value}, missing scheme"
msgstr "" msgstr "URI {value}를 분석할 수 없습니다. 스킴이 누락되었습니다."
#: documents/validators.py:29 #: documents/validators.py:29
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing net location or path" msgid "Unable to parse URI {value}, missing net location or path"
msgstr "" msgstr "URI {value}를 분석할 수 없습니다. 네트워크 위치 또는 경로가 누락되었습니다."
#: documents/validators.py:36 #: documents/validators.py:36
msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}" msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}"
msgstr "" msgstr "URI 스킴 '{parts.scheme}'는 허용되지 않습니다. 허용된 스킴: {', '.join(allowed_schemes)}"
#: documents/validators.py:45 #: documents/validators.py:45
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}" msgid "Unable to parse URI {value}"
msgstr "" msgstr "URI {value}를 분석할 수 없습니다."
#: paperless/apps.py:11 #: paperless/apps.py:11
msgid "Paperless" msgid "Paperless"
@ -1619,142 +1619,138 @@ msgstr "태그 바코드 매핑 설정"
msgid "paperless application settings" msgid "paperless application settings"
msgstr "페이퍼리스 애플리케이션 설정" msgstr "페이퍼리스 애플리케이션 설정"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "영어 (미국)" msgstr "영어 (미국)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "아랍어" msgstr "아랍어"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "아프리칸스어" msgstr "아프리칸스어"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "벨라루스어" msgstr "벨라루스어"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "불가리어" msgstr "불가리어"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "카탈로니아어" msgstr "카탈로니아어"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "체코어" msgstr "체코어"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "덴마크어" msgstr "덴마크어"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "독일어" msgstr "독일어"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "그리스어" msgstr "그리스어"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "영어 (영국)" msgstr "영어 (영국)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "스페인어" msgstr "스페인어"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "페르시아어" msgstr "페르시아어"
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "핀란드어" msgstr "핀란드어"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "프랑스어" msgstr "프랑스어"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "헝가리어" msgstr "헝가리어"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "이탈리아어" msgstr "이탈리아어"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "일본어" msgstr "일본어"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "한국어" msgstr "한국어"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "룩셈부르크어" msgstr "룩셈부르크어"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "노르웨이어" msgstr "노르웨이어"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "네덜란드어" msgstr "네덜란드어"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "폴란드어" msgstr "폴란드어"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "포르투갈어 (브라질)" msgstr "포르투갈어 (브라질)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "포르투갈어" msgstr "포르투갈어"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "루마니아어" msgstr "루마니아어"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "러시아어" msgstr "러시아어"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "슬로바키아어" msgstr "슬로바키아어"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "슬로베니아어" msgstr "슬로베니아어"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "세르비아어" msgstr "세르비아어"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "스웨덴어" msgstr "스웨덴어"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "튀르키예어" msgstr "튀르키예어"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "우크라이나어" msgstr "우크라이나어"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "중국어 간체" msgstr "중국어 간체"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Luxembourgish\n" "Language-Team: Luxembourgish\n"
"Language: lb_LU\n" "Language: lb_LU\n"
@ -1618,140 +1618,136 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "" msgstr ""
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Englesch (USA)" msgstr "Englesch (USA)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "" msgstr ""
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "" msgstr ""
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Belarusesch" msgstr "Belarusesch"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Tschechesch" msgstr "Tschechesch"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Dänesch" msgstr "Dänesch"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Däitsch" msgstr "Däitsch"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "" msgstr ""
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Englesch (GB)" msgstr "Englesch (GB)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Spuenesch" msgstr "Spuenesch"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "" msgstr ""
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Franséisch" msgstr "Franséisch"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "" msgstr ""
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italienesch" msgstr "Italienesch"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Lëtzebuergesch" msgstr "Lëtzebuergesch"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "" msgstr ""
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Hollännesch" msgstr "Hollännesch"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Polnesch" msgstr "Polnesch"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugisesch (Brasilien)" msgstr "Portugisesch (Brasilien)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugisesch" msgstr "Portugisesch"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Rumänesch" msgstr "Rumänesch"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Russesch" msgstr "Russesch"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "" msgstr ""
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Slowenesch" msgstr "Slowenesch"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Serbesch" msgstr "Serbesch"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Schwedesch" msgstr "Schwedesch"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Tierkesch" msgstr "Tierkesch"
#: paperless/settings.py:794
msgid "Ukrainian"
msgstr ""
#: paperless/settings.py:795 #: paperless/settings.py:795
msgid "Vietnamese" msgid "Ukrainian"
msgstr "" msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Lithuanian\n" "Language-Team: Lithuanian\n"
"Language: lt_LT\n" "Language: lt_LT\n"
@ -1618,140 +1618,136 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "" msgstr ""
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "" msgstr ""
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "" msgstr ""
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "" msgstr ""
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "" msgstr ""
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "" msgstr ""
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "" msgstr ""
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "" msgstr ""
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "" msgstr ""
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "" msgstr ""
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "" msgstr ""
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "" msgstr ""
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "" msgstr ""
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "" msgstr ""
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "" msgstr ""
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "" msgstr ""
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "" msgstr ""
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "" msgstr ""
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "" msgstr ""
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "" msgstr ""
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "" msgstr ""
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "" msgstr ""
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "" msgstr ""
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "" msgstr ""
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "" msgstr ""
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "" msgstr ""
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "" msgstr ""
#: paperless/settings.py:794
msgid "Ukrainian"
msgstr ""
#: paperless/settings.py:795 #: paperless/settings.py:795
msgid "Vietnamese" msgid "Ukrainian"
msgstr "" msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Latvian\n" "Language-Team: Latvian\n"
"Language: lv_LV\n" "Language: lv_LV\n"
@ -1618,142 +1618,138 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "" msgstr ""
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Angļu (ASV)" msgstr "Angļu (ASV)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Arābu" msgstr "Arābu"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Āfrikāņu" msgstr "Āfrikāņu"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Baltkrievu" msgstr "Baltkrievu"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Bulgāru" msgstr "Bulgāru"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Kataloniešu" msgstr "Kataloniešu"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Čehu" msgstr "Čehu"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Dāņu" msgstr "Dāņu"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Vācu" msgstr "Vācu"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Grieķu" msgstr "Grieķu"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Angļu (ASV)" msgstr "Angļu (ASV)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Spāņu" msgstr "Spāņu"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Somu" msgstr "Somu"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Franču" msgstr "Franču"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Ungāru" msgstr "Ungāru"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Itāļu" msgstr "Itāļu"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Japāņu" msgstr "Japāņu"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luksemburgiešu" msgstr "Luksemburgiešu"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Norvēģu" msgstr "Norvēģu"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Holandiešu" msgstr "Holandiešu"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Poļu" msgstr "Poļu"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugāļu (Brazīlija)" msgstr "Portugāļu (Brazīlija)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugāļu" msgstr "Portugāļu"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Rumāņu" msgstr "Rumāņu"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Krievu" msgstr "Krievu"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Slovāku" msgstr "Slovāku"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Slovēņu" msgstr "Slovēņu"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Sērbu" msgstr "Sērbu"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Zviedru" msgstr "Zviedru"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Turku" msgstr "Turku"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ukraiņu" msgstr "Ukraiņu"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Ķīniešu (vienkāršota)" msgstr "Ķīniešu (vienkāršota)"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Malay\n" "Language-Team: Malay\n"
"Language: ms_MY\n" "Language: ms_MY\n"
@ -1618,140 +1618,136 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "" msgstr ""
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "" msgstr ""
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "" msgstr ""
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "" msgstr ""
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "" msgstr ""
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "" msgstr ""
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "" msgstr ""
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "" msgstr ""
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "" msgstr ""
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "" msgstr ""
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "" msgstr ""
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "" msgstr ""
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "" msgstr ""
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "" msgstr ""
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "" msgstr ""
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "" msgstr ""
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "" msgstr ""
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "" msgstr ""
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "" msgstr ""
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "" msgstr ""
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "" msgstr ""
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "" msgstr ""
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "" msgstr ""
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "" msgstr ""
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "" msgstr ""
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "" msgstr ""
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "" msgstr ""
#: paperless/settings.py:794
msgid "Ukrainian"
msgstr ""
#: paperless/settings.py:795 #: paperless/settings.py:795
msgid "Vietnamese" msgid "Ukrainian"
msgstr "" msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Dutch\n" "Language-Team: Dutch\n"
"Language: nl_NL\n" "Language: nl_NL\n"
@ -1619,142 +1619,138 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "paperless applicatie instellingen" msgstr "paperless applicatie instellingen"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Engels (US)" msgstr "Engels (US)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Arabisch" msgstr "Arabisch"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Afrikaans" msgstr "Afrikaans"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Wit-Russisch" msgstr "Wit-Russisch"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Bulgaars" msgstr "Bulgaars"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Catalaans" msgstr "Catalaans"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Tsjechisch" msgstr "Tsjechisch"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Deens" msgstr "Deens"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Duits" msgstr "Duits"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Grieks" msgstr "Grieks"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Engels (Brits)" msgstr "Engels (Brits)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Spaans" msgstr "Spaans"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Fins" msgstr "Fins"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Frans" msgstr "Frans"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Hongaars" msgstr "Hongaars"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italiaans" msgstr "Italiaans"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Japans" msgstr "Japans"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luxemburgs" msgstr "Luxemburgs"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Noors" msgstr "Noors"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Nederlands" msgstr "Nederlands"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Pools" msgstr "Pools"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugees (Brazilië)" msgstr "Portugees (Brazilië)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugees" msgstr "Portugees"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Roemeens" msgstr "Roemeens"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Russisch" msgstr "Russisch"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Slowaaks" msgstr "Slowaaks"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Sloveens" msgstr "Sloveens"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Servisch" msgstr "Servisch"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Zweeds" msgstr "Zweeds"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Turks" msgstr "Turks"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Oekraïens" msgstr "Oekraïens"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Chinees (vereenvoudigd)" msgstr "Chinees (vereenvoudigd)"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Norwegian\n" "Language-Team: Norwegian\n"
"Language: no_NO\n" "Language: no_NO\n"
@ -1618,142 +1618,138 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "" msgstr ""
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Engelsk (US)" msgstr "Engelsk (US)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Arabisk" msgstr "Arabisk"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Afrikansk" msgstr "Afrikansk"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Hviterussisk" msgstr "Hviterussisk"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Katalansk" msgstr "Katalansk"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Tsjekkisk" msgstr "Tsjekkisk"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Dansk" msgstr "Dansk"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Tysk" msgstr "Tysk"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Gresk" msgstr "Gresk"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Engelsk (GB)" msgstr "Engelsk (GB)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Spansk" msgstr "Spansk"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Finsk" msgstr "Finsk"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Fransk" msgstr "Fransk"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "" msgstr ""
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italiensk" msgstr "Italiensk"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luxembourgsk" msgstr "Luxembourgsk"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Norsk" msgstr "Norsk"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Nederlandsk" msgstr "Nederlandsk"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Polsk" msgstr "Polsk"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugisisk (Brasil)" msgstr "Portugisisk (Brasil)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugisisk" msgstr "Portugisisk"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Rumensk" msgstr "Rumensk"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Russisk" msgstr "Russisk"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Slovakisk" msgstr "Slovakisk"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Slovenian" msgstr "Slovenian"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Serbisk" msgstr "Serbisk"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Svensk" msgstr "Svensk"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Tyrkisk" msgstr "Tyrkisk"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ukrainsk" msgstr "Ukrainsk"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Kinesisk forenklet" msgstr "Kinesisk forenklet"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Polish\n" "Language-Team: Polish\n"
"Language: pl_PL\n" "Language: pl_PL\n"
@ -1411,21 +1411,21 @@ msgstr "Na koniec należy wypełnić poniższy formularz:"
#: documents/validators.py:24 #: documents/validators.py:24
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing scheme" msgid "Unable to parse URI {value}, missing scheme"
msgstr "" msgstr "Nie można przeanalizować URI {value}, brak schematu."
#: documents/validators.py:29 #: documents/validators.py:29
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing net location or path" msgid "Unable to parse URI {value}, missing net location or path"
msgstr "" msgstr "Nie można przeanalizować URI {value}, brak lokalizacji sieciowej lub ścieżki"
#: documents/validators.py:36 #: documents/validators.py:36
msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}" msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}"
msgstr "" msgstr "Schemat URI '{parts.scheme}' jest niedozwolony. Dozwolone schematy: {', '.join(allowed_schemes)}."
#: documents/validators.py:45 #: documents/validators.py:45
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}" msgid "Unable to parse URI {value}"
msgstr "" msgstr "Nie można przeanalizować URI {value}."
#: paperless/apps.py:11 #: paperless/apps.py:11
msgid "Paperless" msgid "Paperless"
@ -1619,142 +1619,138 @@ msgstr "Ustawia mapowanie kodu kreskowego tagu"
msgid "paperless application settings" msgid "paperless application settings"
msgstr "paperless ustawienia aplikacji" msgstr "paperless ustawienia aplikacji"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Angielski (USA)" msgstr "Angielski (USA)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "arabski" msgstr "arabski"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Afrykanerski" msgstr "Afrykanerski"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Białoruski" msgstr "Białoruski"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Bułgarski" msgstr "Bułgarski"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Kataloński" msgstr "Kataloński"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Czeski" msgstr "Czeski"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Duński" msgstr "Duński"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Niemiecki" msgstr "Niemiecki"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Grecki" msgstr "Grecki"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Angielski (Wielka Brytania)" msgstr "Angielski (Wielka Brytania)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Hiszpański" msgstr "Hiszpański"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "perski" msgstr "perski"
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Fiński" msgstr "Fiński"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Francuski" msgstr "Francuski"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Węgierski" msgstr "Węgierski"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Włoski" msgstr "Włoski"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Japoński" msgstr "Japoński"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "Koreański" msgstr "Koreański"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luksemburski" msgstr "Luksemburski"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Norweski" msgstr "Norweski"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Holenderski" msgstr "Holenderski"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Polski" msgstr "Polski"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugalski (Brazylia)" msgstr "Portugalski (Brazylia)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugalski" msgstr "Portugalski"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Rumuński" msgstr "Rumuński"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Rosyjski" msgstr "Rosyjski"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Słowacki" msgstr "Słowacki"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Słoweński" msgstr "Słoweński"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Serbski" msgstr "Serbski"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Szwedzki" msgstr "Szwedzki"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Turecki" msgstr "Turecki"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ukraiński" msgstr "Ukraiński"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Chiński uproszczony" msgstr "Chiński uproszczony"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n" "Language-Team: Portuguese, Brazilian\n"
"Language: pt_BR\n" "Language: pt_BR\n"
@ -1412,21 +1412,21 @@ msgstr "Como etapa final, por favor preencha o seguinte formulário:"
#: documents/validators.py:24 #: documents/validators.py:24
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing scheme" msgid "Unable to parse URI {value}, missing scheme"
msgstr "" msgstr "Não foi possível analisar o URI {value}, faltando esquema"
#: documents/validators.py:29 #: documents/validators.py:29
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}, missing net location or path" msgid "Unable to parse URI {value}, missing net location or path"
msgstr "" msgstr "Não foi possível analisar URI {value}, faltando local ou localização da rede"
#: documents/validators.py:36 #: documents/validators.py:36
msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}" msgid "URI scheme '{parts.scheme}' is not allowed. Allowed schemes: {', '.join(allowed_schemes)}"
msgstr "" msgstr "Esquema de URI '{parts.scheme}' não é permitido. Esquemas permitidos: {', '.join(allowed_schemes)}"
#: documents/validators.py:45 #: documents/validators.py:45
#, python-brace-format #, python-brace-format
msgid "Unable to parse URI {value}" msgid "Unable to parse URI {value}"
msgstr "" msgstr "Não foi possível analisar o URI {value}"
#: paperless/apps.py:11 #: paperless/apps.py:11
msgid "Paperless" msgid "Paperless"
@ -1620,142 +1620,138 @@ msgstr "Define o mapeamento de códigos de barras da tag"
msgid "paperless application settings" msgid "paperless application settings"
msgstr "configurações do aplicativo paperless" msgstr "configurações do aplicativo paperless"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Inglês (EUA)" msgstr "Inglês (EUA)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Árabe" msgstr "Árabe"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Africanês" msgstr "Africanês"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Bielorrusso" msgstr "Bielorrusso"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Búlgaro" msgstr "Búlgaro"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Catalão" msgstr "Catalão"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Tcheco" msgstr "Tcheco"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Dinamarquês" msgstr "Dinamarquês"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Alemão" msgstr "Alemão"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Grego" msgstr "Grego"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Inglês (GB)" msgstr "Inglês (GB)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Espanhol" msgstr "Espanhol"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Finlandês" msgstr "Finlandês"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Francês" msgstr "Francês"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Húngaro" msgstr "Húngaro"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italiano" msgstr "Italiano"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Japonês" msgstr "Japonês"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "Coreano" msgstr "Coreano"
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luxemburguês" msgstr "Luxemburguês"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Norueguês" msgstr "Norueguês"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Holandês" msgstr "Holandês"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Polonês" msgstr "Polonês"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Português (Brasil)" msgstr "Português (Brasil)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Português" msgstr "Português"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Romeno" msgstr "Romeno"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Russo" msgstr "Russo"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Eslovaco" msgstr "Eslovaco"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Esloveno" msgstr "Esloveno"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Sérvio" msgstr "Sérvio"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Sueco" msgstr "Sueco"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Turco" msgstr "Turco"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ucraniano" msgstr "Ucraniano"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Chinês Simplificado" msgstr "Chinês Simplificado"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Portuguese\n" "Language-Team: Portuguese\n"
"Language: pt_PT\n" "Language: pt_PT\n"
@ -1619,142 +1619,138 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "configurações do paperless" msgstr "configurações do paperless"
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Inglês (EUA)" msgstr "Inglês (EUA)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "Árabe" msgstr "Árabe"
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "Africano" msgstr "Africano"
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "Bielorrusso" msgstr "Bielorrusso"
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Búlgaro" msgstr "Búlgaro"
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "Catalão" msgstr "Catalão"
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Checo" msgstr "Checo"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Dinamarquês" msgstr "Dinamarquês"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Deutsch" msgstr "Deutsch"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "Grego" msgstr "Grego"
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Inglês (GB)" msgstr "Inglês (GB)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Espanhol" msgstr "Espanhol"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "Finlandês" msgstr "Finlandês"
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Français" msgstr "Français"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "Húngaro" msgstr "Húngaro"
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italiano" msgstr "Italiano"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "Japonês" msgstr "Japonês"
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luxemburguês" msgstr "Luxemburguês"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "Norueguês" msgstr "Norueguês"
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Nederlandse" msgstr "Nederlandse"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Polaco" msgstr "Polaco"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Português (Brasil)" msgstr "Português (Brasil)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Português" msgstr "Português"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Romeno" msgstr "Romeno"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Russo" msgstr "Russo"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "Eslovaco" msgstr "Eslovaco"
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "Esloveno" msgstr "Esloveno"
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "Sérvio" msgstr "Sérvio"
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Sueco" msgstr "Sueco"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "Turco" msgstr "Turco"
#: paperless/settings.py:794 #: paperless/settings.py:795
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ucraniano" msgstr "Ucraniano"
#: paperless/settings.py:795
msgid "Vietnamese"
msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796
msgid "Chinese Simplified" msgid "Chinese Simplified"
msgstr "Chinês Simplificado" msgstr "Chinês Simplificado"

View File

@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: paperless-ngx\n" "Project-Id-Version: paperless-ngx\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-08 21:14+0000\n" "POT-Creation-Date: 2025-07-01 05:58+0000\n"
"PO-Revision-Date: 2025-07-08 21:15\n" "PO-Revision-Date: 2025-07-01 05:59\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Romanian\n" "Language-Team: Romanian\n"
"Language: ro_RO\n" "Language: ro_RO\n"
@ -1618,140 +1618,136 @@ msgstr ""
msgid "paperless application settings" msgid "paperless application settings"
msgstr "" msgstr ""
#: paperless/settings.py:762 #: paperless/settings.py:763
msgid "English (US)" msgid "English (US)"
msgstr "Engleză (Americană)" msgstr "Engleză (Americană)"
#: paperless/settings.py:763 #: paperless/settings.py:764
msgid "Arabic" msgid "Arabic"
msgstr "" msgstr ""
#: paperless/settings.py:764 #: paperless/settings.py:765
msgid "Afrikaans" msgid "Afrikaans"
msgstr "" msgstr ""
#: paperless/settings.py:765 #: paperless/settings.py:766
msgid "Belarusian" msgid "Belarusian"
msgstr "" msgstr ""
#: paperless/settings.py:766 #: paperless/settings.py:767
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: paperless/settings.py:767 #: paperless/settings.py:768
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: paperless/settings.py:768 #: paperless/settings.py:769
msgid "Czech" msgid "Czech"
msgstr "Cehă" msgstr "Cehă"
#: paperless/settings.py:769 #: paperless/settings.py:770
msgid "Danish" msgid "Danish"
msgstr "Daneză" msgstr "Daneză"
#: paperless/settings.py:770 #: paperless/settings.py:771
msgid "German" msgid "German"
msgstr "Germană" msgstr "Germană"
#: paperless/settings.py:771 #: paperless/settings.py:772
msgid "Greek" msgid "Greek"
msgstr "" msgstr ""
#: paperless/settings.py:772 #: paperless/settings.py:773
msgid "English (GB)" msgid "English (GB)"
msgstr "Engleză (Britanică)" msgstr "Engleză (Britanică)"
#: paperless/settings.py:773 #: paperless/settings.py:774
msgid "Spanish" msgid "Spanish"
msgstr "Spaniolă" msgstr "Spaniolă"
#: paperless/settings.py:774 #: paperless/settings.py:775
msgid "Persian" msgid "Persian"
msgstr "" msgstr ""
#: paperless/settings.py:775 #: paperless/settings.py:776
msgid "Finnish" msgid "Finnish"
msgstr "" msgstr ""
#: paperless/settings.py:776 #: paperless/settings.py:777
msgid "French" msgid "French"
msgstr "Franceză" msgstr "Franceză"
#: paperless/settings.py:777 #: paperless/settings.py:778
msgid "Hungarian" msgid "Hungarian"
msgstr "" msgstr ""
#: paperless/settings.py:778 #: paperless/settings.py:779
msgid "Italian" msgid "Italian"
msgstr "Italiană" msgstr "Italiană"
#: paperless/settings.py:779 #: paperless/settings.py:780
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: paperless/settings.py:780 #: paperless/settings.py:781
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: paperless/settings.py:781 #: paperless/settings.py:782
msgid "Luxembourgish" msgid "Luxembourgish"
msgstr "Luxemburgheză" msgstr "Luxemburgheză"
#: paperless/settings.py:782 #: paperless/settings.py:783
msgid "Norwegian" msgid "Norwegian"
msgstr "" msgstr ""
#: paperless/settings.py:783 #: paperless/settings.py:784
msgid "Dutch" msgid "Dutch"
msgstr "Olandeză" msgstr "Olandeză"
#: paperless/settings.py:784 #: paperless/settings.py:785
msgid "Polish" msgid "Polish"
msgstr "Poloneză" msgstr "Poloneză"
#: paperless/settings.py:785 #: paperless/settings.py:786
msgid "Portuguese (Brazil)" msgid "Portuguese (Brazil)"
msgstr "Portugheză (Brazilia)" msgstr "Portugheză (Brazilia)"
#: paperless/settings.py:786 #: paperless/settings.py:787
msgid "Portuguese" msgid "Portuguese"
msgstr "Portugheză" msgstr "Portugheză"
#: paperless/settings.py:787 #: paperless/settings.py:788
msgid "Romanian" msgid "Romanian"
msgstr "Română" msgstr "Română"
#: paperless/settings.py:788 #: paperless/settings.py:789
msgid "Russian" msgid "Russian"
msgstr "Rusă" msgstr "Rusă"
#: paperless/settings.py:789 #: paperless/settings.py:790
msgid "Slovak" msgid "Slovak"
msgstr "" msgstr ""
#: paperless/settings.py:790 #: paperless/settings.py:791
msgid "Slovenian" msgid "Slovenian"
msgstr "" msgstr ""
#: paperless/settings.py:791 #: paperless/settings.py:792
msgid "Serbian" msgid "Serbian"
msgstr "" msgstr ""
#: paperless/settings.py:792 #: paperless/settings.py:793
msgid "Swedish" msgid "Swedish"
msgstr "Suedeză" msgstr "Suedeză"
#: paperless/settings.py:793 #: paperless/settings.py:794
msgid "Turkish" msgid "Turkish"
msgstr "" msgstr ""
#: paperless/settings.py:794
msgid "Ukrainian"
msgstr ""
#: paperless/settings.py:795 #: paperless/settings.py:795
msgid "Vietnamese" msgid "Ukrainian"
msgstr "" msgstr ""
#: paperless/settings.py:796 #: paperless/settings.py:796

Some files were not shown because too many files have changed in this diff Show More